2.9. CADENAS/PARTsolutions Variables (Advanced)

Available CADENAS variables:

  • $OSNAME: Name of the Operating system

  • $CADENAS_CLIENT

  • $TMP

  • $TEMP

  • $CADENAS_SHARED = $CADENAS_DATA/shared

    • Saving of reports, analyses, common documents of PARTconnection

    • Saving document scans

  • CADENAS_PLUGINSDIR: Here you have the option of determining the storage location of plugins other than the standard.

    Example:

    CADENAS_PLUGINSDIR=C:\Program Files\PARTsolutions Addons\<version>

  • CADENAS_APPSERVER (URL with parameters)

    Example:

    CADENAS_APPSERVER=https://<servername.domain>?<param1>=<value1>&<param2>=<value2>...

    The following parameters are possible: (name,default value if not specified, meaning)

    • port=9020: Specifies the http port on the server.

    • sslport=9022: Specified the ssl port on server.

    • mzcomport=9021: Specified the mzcom port on server.

    • mzcomsport=9023: Specified the SSL MZCOM port on server.

    • noproxy=1: No proxy for Use access to servers.

    • proxyAddr=: Here the Address of a proxy server to be used become.

    • remoteFileSystem=1: Loading CADENAS_DATA via rfs from the server.

    • remoteSetup=0 (Default): If not equal to 0, CADENAS_SETUP is also fetched from the server via rfs .

    • remoteSiteSetup=1: Loading CADENAS_SITESETUP via rfs from the server.

    • remoteDB=1: Use DB connection with remote access via the app server

    • remotepool=1: Loading $CADENAS_DATA/pool and $CADENAS_DATA/shared are also App Server

    • writeable=1: Bind rfs in write mode and leave it up to the server to decide whether Writing is allowed... (If writeable=0 are all RFs directories "readonly".)

    • httpCacheSize=5000: Returns the size of the rfs cache in MB. The default is a maximum of 5GB in the directory $CADENAS_USER/rfs.

    • ws=1: If this parameter is is specified, the MZCOM connections are made over WebSockets Tunneled. This allows the parameters mzcomport and mzcomsport superfluous. This can be useful in cloud environments when the server behind a proxy that only handles web traffic .

    • flm=1: If this parameter is specified, the license log also tunneled to the AppServer via WebSockets. The AppServer acts as a "reverse proxy" to the actual License. Again, this parameter is for Could environments where looping through bare TCP ports has problems Prepares. But beware: Tunneling via WebSockets works if you are running a license server cluster, as failover handling is not possible through this route.

    There is the following defaults:

    If CADENAS_APPSERVER is set and if CADENAS_SITESETUP is not set , CADENAS_SITESETUP defaults to $CADENAS_USER/sitesetup sedate.

    If CADENAS_APPSERVER is set and if CADENAS_DATA is not set, is CADENAS_DATA set to $CADENAS_USER/data by default.

    CADENAS_USER is used as the home directory because the current user guaranteed to write there.