The Server Manager executable file, SPFServerManager.exe, is delivered within the product installation folder. By default, it is located at: [Product Folder]:\SmartPlant\Foundation\SPFServerManager.
You can configure the HxGN SDx Connector for Plant Maintenance on a SmartPlant Foundation site using the Windows command prompt by adding SPFServerManager.exe with the /configureSDxConnectorSAP argument.
This example configures a site named <sitename>.
SPFServerManager.exe /configureSDxConnectorSAP /sn:<sitename>
The following example arguments can be used to update or remove HxGN SDx Connector for Plant Maintenance on a SmartPlant Foundation site.
SPFServerManager.exe /updateSDxConnectorSAP /sn:<sitename>
SPFServerManager.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:
SPFServerManager.exe /configureSDxConnectorSAP /sn:<sitename> /log:[Installation drive]temp\configureSDxConnectorSAP
SPFServerManager.exe /updateSDxConnectorSAP /sn:<sitename> /log:[Installation drive]temp\updateSDxConnectorSAP
SPFServerManager.exe /removeSDxConnectorSAP /sn:<sitename> /log:[Installation drive]temp\removeSDxConnectorSAP