Move Multitenancy

soetiesoetie Member Posts: 61
edited 2018-06-26 in NAV Three Tier
Hi Guys,

Im settings up multitenancy (move to) on 3 tier setup

So NAV and SQL are seperate.
I have the scripts so far and now i want to move several companies to new databases.

I have tried the script:
NAV2017 CU2.1\WindowsPowerShellScripts\Multitenancy\NAVMultitenancySamples.psm1" -verbose
and from there: HowTo-MoveCompanyToTenant and HowTo-MoveCompanyToTenantRemotely

I have also a test environment where the nst and sql are running on the same box.
There i have used the script HowTo-MoveCompanyToTenant and this works succesfully
But for now im using the HowTo-MoveCompanyToTenantremotely... but this doesnt work.

at the moment im stuck at the session variable:
HowTo-MoveCompanyToTenantRemotely -CompanyName 'Test' -FromDatabase TEST -NewTenantName TEST1 -OldTenantName default -ServerInstance TEST -DatabaseServer DBSQL -RemoveCompanyWhenMoved -true -ServiceAccount 'domain\administrator' -ToDatabase TEST1

then im getting:
cmdlet HowTo-MoveCompanyToTenantRemotely at command pipeline position 1
Supply values for the following parameters:
Session:

Is there anyone who has experience with this?
What do i have to do to solve it?

Answers

  • AdilRAdilR Member Posts: 1
    Hi,

    Have you found any solution for this issue?
Sign In or Register to comment.