Hi Support,
Please help us migrate all current post from user 1 to user 2.
We need to remove the user that is manually created and replace with Active Directory users.
The problem is User 1 has a lot of post already and we need to limit the number of users.
See attached file for more details.
Thanks,
John
Hi Alexey,
Good Day!
Thank you for the reply,
I have additional problem as both users are not on the same directory.
Please see attached file for more details.
Do get back to me if you have additional information needed.
Thanks,
John
Hello,
It actually does not matter, you still need to execute sql queries, which are provided in the document. But you should try first in a test server.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
Good Day!
I have problem on step 11.
update spacepermissions set permusername = tmp_user_mapping_migration.new_user_key from tmp_user_mapping_migration where spacepermissions.permusername = tmp_user_mapping_migration.old_user_key;
Thanks,
John
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
UPDATE SPACES set SPACEKEY = '~'+ newusername, LOWERSPACEKEY = '~' + newusername FROM tmp_usermigration u WHERE LOWERSPACEKEY = '~' + u.oldusername;
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I guess, something wrong with the syntaxis. I am not mush into MS SQL Server and I do not have it installed to check it.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Alexey.
Good Day!
Thank you for the support.
I manage to resolve the problem.
update spacepermissions set permusername = tmp_user_mapping_migration.new_user_key from tmp_user_mapping_migration where spacepermissions.permusername = tmp_user_mapping_migration.old_user_key;
Please update the documentation and set the character in upper case for tables name and column name.
second issue is;
UPDATE SPACES set SPACEKEY = '~'+ newusername, LOWERSPACEKEY = '~' + newusername FROM tmp_usermigration u WHERE LOWERSPACEKEY = '~' + u.oldusername;
change the || sign to + means to concatenate.
You can close the ticket and marked it as resolve.
Thanks,
John
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello,
I am a Jira user like you, that is why I can not change documentation.
To close this ticket, just push the Accept Answer button.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello,
Kindly have a look at this KB:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.