Setting Up Aspera for SharePoint |
Aspera for SharePoint provides several command-line utilities for troubleshooting your installation.
To view the contents of the Aspera for SharePoint .app file SPApp.app, run the following command:
> ASConfiguratorCmd.exe /ReadAppFile pathToApp\SPApp.app
To view a list of root authorities for your SharePoint installation, run the following command:
> ASConfiguratorCmd.exe /ListOfRootAuthorities
To delete a root authority from the list, run the following command:
> ASConfiguratorCmd.exe /DeleteRootAuthority rootAuthorityID
To view a list of token issuers known to your SharePoint server, run the following command:
> ASConfiguratorCmd.exe /ListOfTokenIssuers
To delete a token issuer from the list, run the following command:
> ASConfiguratorCmd.exe /DeleteTokenIssuer tokenIssuerID
An advanced utility, this command controls whether Aspera for SharePoint allows the use of OAuth:
> ASConfiguratorCmd.exe /DisallowOauthOverHttp
An advanced utility, this commmand controls whether Aspera for SharePoint allows for metadata:
> ASConfiguratorCmd.exe /DisallowMetaDataOverHttp
Ensure that your remote web server is still running. Then, remove the application from each Site Collection with the following command:
> ASConfiguratorCmd.exe /UnInstallApp sharepointServer clientID SPApp.app
To confirm that the remote web server and monitor service are correctly installed, you can go to remotewebdomain/test and click Test Instrumentation.