Bulk Publish - Integration - Update 46 - Help - Hexagon

SmartPlant Integration .NET Help

Language
English
Product
Integration
Search by Category
Help
SmartPlant Foundation / SDx Version
10
Smart P&ID Version
9 (2019)
Smart Engineering Manager Version
10 (2019)

Allows you to load documents in bulk into SmartPlant Foundation using XML files.

Bulk Publish Dialog Box

  • Vault - Select the tool vault folder where the physical files associated with publishable objects are stored.

  • Get Publish List - Allows you to select the <VaultName_BulkPublishDocList>.xml file to view the list of documents that you want to publish.

  • Document Type - Indicates the type of document you want to publish.

  • Quantity to Publish - Displays the total number of documents that you can publish.

  • Success - Displays the total number of documents that are successfully published to SmartPlant Foundation.

  • Failure - Displays total number of documents that failed to publish to SmartPlant Foundation.

  1. Click SmartPlant > Bulk Publish.

  2. Click Browse to select the Vault location.

  3. Click Get Publish List and browse to select <VaultName_BulkPublishDocList>.xml file to view the list of documents that you want to publish.

    • The Documents to Publish option lists all the documents that you can publish to SmartPlant Foundation.

  4. Select the Document Type from the list.

  5. Click Publish All to publish to SmartPlant Foundation.

    • The Quantity to Publish box displays the total number of documents that you can publish.

    • The Success box displays the total number of documents that are successfully published to SmartPlant Foundation.

    • The Failure box option displays total number of documents that have failed to publish to SmartPlant Foundation.

  • Click View Log to display a log file for the publishing process in a separate window.

  • Click Cancel Publish to stop publishing.

  • To publish failed documents, click the button in the column header to filter by (failed documents) and then Publish All.

Bulk Publish using command prompt

  1. Open a Command Prompt window.

  2. In the Command Prompt window, change directory to the product directory, for example:

    C:\Program Files\SmartPlant\SmartPlant Client.NET\SP Client Utility\

  3. Type the following command: SPClientUtility.exe /S <https://hostname/SPFSiteName> /U <username> /P “” / PLANT <SPFPlantName> / XMLFILE <VaultName_BulkPublishDocList.xml> / LOGFILE <Path of log file>.

  • While launching the SmartPlant Client Utility from the command line, ensure that all parameters that begin with a slash ( / ) require a space between the parameter and the value. If the value contains spaces, it must be enclosed in double quotation marks (“ ”).

  • PLANT name, S site path, and XMLFILE file name are mandatory parameters.

    Logon parameters

    Description

    PLANT

    Plant name

    S

    SmartPlant Foundation server site path

    XMLFILE

    Bulk Publish Xml File Path

    U

    User name. If site is Integrated Windows Authentication (IWA) enabled, the software does not consider user name parameter.

    P

    Password

    LOGFILE

    Path of the log file. The log file records the status of published files. By default the log file is created at user’s temp location. You can change the log file location.

You can use “ “ format to pass an empty value for user name, password, and log file.

See Also

Document Search and Retrieve