The Server Manager executable file, SDxServerManager.exe, is delivered within the product installation folder. By default, it is located at: [Product Folder]:\SDx\SDxServerManager.
You can configure the HxGN SDx Connector for Plant Maintenance for an SDx site using the Windows command prompt by adding SDxServerManager.exe with the /configureSDxConnectorSAP argument.
This example configures a site named <sitename>.
SDxServerManager.exe /configureSDxConnectorSAP /sn:<sitename>
The following example arguments can be used to update or remove HxGN SDx Connector for Plant Maintenance on an SDx site.
SDxServerManager.exe /updateSDxConnectorSAP /sn:<sitename>
SDxServerManager.exe /removeSDxConnectorSAP /sn:<sitename>
You can use the /log: argument to generate a log file that stores the results and errors from the operation. Specify a path and file name for the target log file (an extension is not required for the file name). For example:
SDxServerManager.exe /configureSDxConnectorSAP /sn:<sitename> /log:[Installation drive]temp\configureSDxConnectorSAP
SDxServerManager.exe /updateSDxConnectorSAP /sn:<sitename> /log:[Installation drive]temp\updateSDxConnectorSAP
SDxServerManager.exe /removeSDxConnectorSAP /sn:<sitename> /log:[Installation drive]temp\removeSDxConnectorSAP