-
Backslashes used in paths must be doubled as shown below.
-
Parameters and values shown in italics are specific to Oracle only. For details, see under 'Description and Comments' in the table below.
-
Resource path strings are case-sensitive.
-
Database usernames cannot contain spaces and the following characters: . < , > ? \ / ' ; { } [ ] ~ ` ! % * ( ) & $ @ # " - + ^ = | In addition, SQL Server database usernames are not allowed to begin with a number.
-
Oracle database passwords are not allowed to contain spaces or the following characters: ' $ @ "
-
SQL Server database passwords are not allowed to contain spaces or the character: '
-
The database usernames and passwords shown in the example are recommended values based on the name of your plant. For more information, see Assigning Database User Names.
{
"Id": "Sppid",
"ApplicationType": "Sppid",
"SchemaUserName": "WebAPIPlant01pid","SchemaPassword": "WebAPIPlant01pid",
"DataDictUserName": "WebAPIPlant01pidd","DataDictPassword": "WebAPIPlant01pidd",
"SchemaTablespace": "USERS","SchemaTempTablespace": "TEMP",
"DataDictTablespace": "USERS","DataDictTempTablespace": "TEMP",
"ReferenceDataPath": "\\\\VSORA12SEM\\AppORA12\\API_Sites\\Reference Data\\SPID Reference Data",
"UOM": "imperial","DrawingLevelMask": "0,0,1"
}
JSON request parameters
Parameter |
Value |
Description and Comments |
---|---|---|
Id |
Sppid |
|
ApplicationType |
Sppid |
|
SchemaUserName |
Can use name of plant+'pid' |
|
SchemaPassword |
Can use name of plant+'pid'
|
|
DataDictUserName |
Can use name of plant+'pidd' |
|
DataDictPassword |
Can use name of plant+'pidd'
|
|
SchemaTablespace |
USERS |
Parameter applies to Oracle only. Value shown is default. |
SchemaTempTablespace |
TEMP |
Parameter applies to Oracle only on associating application. Value shown is default. |
DataDictTablespace |
USERS |
Parameter applies to Oracle only. Value shown is default. |
DataDictTempTablespace |
TEMP |
Parameter applies to Oracle only on associating application. Value shown is default. |
ReferenceDataPath |
<path to the application's reference data> |
|
UOM |
SI or imperial |
Units of measure |
DrawingLevelMask |
0,0,1 |
Specifies the hierarchy levels in which drawings are allowed (1) or not allowed (0) |