Going live with Sage 100

After running the Parallel Migration Wizard and testing the migrated system, complete the following to go live with Sage 100:

Update Manage app configuration

To update the Manage app configuration

  1. In File Explorer, browse to C:\Sage\utils.
  2. Right-click ManageApp.exe.config and select Edit with Notepad++.
  3. In Notepad++, enter the value for the key RootPath:

    <add key="RootPath" value="C:\Sage\Standard_xxxx\MAS90"/>

    Note: The Sage 100 version installed is xxxx. For example, for Sage 100 2025, the key RootPath value is the following:

    <add key="RootPath" value="C:\Sage\Standard_2025\MAS90"/>

  4. Save and exit Notepad++.

Verify Manage app configuration and update Remote app for Sage 100

To verify Manage app configuration and update Remote app for Sage 100

  1. In the taskbar search box, enter Windows PowerShell.
  2. Right-click the Windows PowerShell app and select Run as Administrator.
  3. Enter the following command to verify the Manage app configuration:

    C:\Sage\utils\ManageApp.exe "GetConfig" "enter Sage 100 administrator password here"

    Note: The output of this command displays the following (xxxx is the version of Sage 100 installed):

    HomePath=C:\Sage\Standard_xxxx\MAS90\Home;RootPath=C:\Sage\Standard_xxxx\MAS90;PvxExe=pvxwin32.exe;ProductVersion=Sage 100 Standard xxxx (7.xx.x.x);

    For example, for Sage 100 2025, the output of this command displays the following:

    HomePath=C:\Sage\Standard_2025\MAS90\Home;RootPath=C:\Sage\Standard_2025\MAS90;PvxExe=pvxwin32.exe;ProductVersion=Sage 100 Standard 2025 (7.40.1.0);

    Tip: If the HomePath does not display the correct version, return to Update Manage app configuration to update the path in Notepad++.

  4. Enter the following command to change the path for the existing Remote app for Sage 100 to point to the new Sage 100 install.

    Set-RDRemoteApp -CollectionName "App Collection Sage" -Alias Sage100 -DisplayName "Sage 100" -FolderName Sage -FilePath "C:\Sage\Standard_xxxx\MAS90\Home\pvxwin32.exe" -CommandLineSetting Require -RequiredCommandLine " -hd ..\launcher\sota.ini ..\soa\startup.m4p"

    Note: The Sage 100 version installed is xxxx. For example, for Sage 100 2025, enter the following command:

    Set-RDRemoteApp -CollectionName "App Collection Sage" -Alias Sage100 -DisplayName "Sage 100" -FolderName Sage -FilePath "C:\Sage\Standard_2025\MAS90\Home\pvxwin32.exe" -CommandLineSetting Require -RequiredCommandLine " -hd ..\launcher\sota.ini ..\soa\startup.m4p"

  5. Exit Windows PowerShell.

Enable SPC features

Note: You must have the latest version of the Manage app utility v1.0.10.0 installed to complete these steps.

  1. In the taskbar search box, enter Windows PowerShell.
  2. Right-click the Windows PowerShell app and select Run as Administrator.
  3. Enter the following command to enable SPC features for the Sage 100 install referenced in the Manage app configuration:

    C:\Sage\utils\ManageApp.exe "SPCEnable" "enter Sage 100 administrator password here"

  4. Exit Windows PowerShell.

You're ready to go live with Sage 100.