Operation fails with vault name that begins with numeric character - HxGN SDx - Update 64 - Administration & Configuration

Administration and Configuration of HxGN SDx

Language
English
Product
HxGN SDx
Search by Category
Administration & Configuration
SmartPlant Foundation / SDx Version
10

Problem

When performing a batch print, PDF generation, titleblock, or archive and purge operation, the process fails when the name of the target vault begins with a numeric character (such as, "40Vault" or "2009Vault").

Solution

You can do the following to resolve the error:

  1. The vault used for these processes cannot have a name that begins with a number. If you already have vaults starting with a numeric character, execute the following SQL command to update the name, substituting your names for the ones in this example:

    UPDATE SCHEMAOBJPR SET STRVALUE = 'ABC40Vault' WHERE OBJOBID = (SELECT OBID FROM SCHEMAOBJ
    WHERE OBJUID = 'VLT_40Vault') AND PROPERTYDEFUID = 'Name' AND STRVALUE = '40Vault'

    The above SQL command example changes the name of the vault from “40Vault” to “ABC40Vault.”

Ensure the host name and path are set correct for the vault.