The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Step 3 of Creating a Test Environment for Jira

acast2
August 10, 2021

I ran the command from step 3 on my SQL server for my Jira test database which was restored with a copy of my production database and when I run the query I get this error message:

Msg 243, Level 16, State 1, Line 1
Type next is not a defined system type.

The query I ran is:

update gadgetuserpreference set userprefvalue = cast(replace(cast(userprefvalue as nvarchar(max)),'//prod.jira.base.url/','//test.jira.base.url/') as next) where userprefvalue like '%//prod.jira.base.url/%';

I replaced both production and test base URLs as requested 

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Matt Baillargeon
Contributor
May 13, 2022

Having the same issue. Seeing as atlassian has not responded they don't seem to care that their documentation is incorrect and affecting their customers who are trying to set up test environments.

DEPLOYMENT TYPE
SERVER
TAGS
AUG Leaders

Atlassian Community Events