Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 9 Next »

How to run two instances of Data Uploader from a single machine?

To run two instances of Data Uploader from a single machine:

1) Install Data Uploader from a different folder.

2) Use a different database.

3) Copy the whole Data Uploader folder.

4) Install the services again with a different name.


Fixing the Token Type is not allowed error when doing Sharepoint Provisioning

In Powershell, run the following:

  • npm i -g @pnp/cli-microsoft365
  • Then login to M365 from there typing M365 login.

  • Then run:

    m365 spo tenant settings set --DisableCustomAppAuthentication false

This fixes the tenant setting that blocks the token even though the sharepoint setting is correctly set.


How to Move a Workspace to the same or different server or database?

  • Go to the Workspaces tab, filter for the Workspace(s).

  • Click the Move icon (with green move icon).

  • Select the Server or Database (can be different).

To read more, visit the Service Desk-> Workspaces page.

  • No labels