Glossary
Here below a glossary of some names used in the site:
- Customer Registration Number: it is a unique identifier associated to a customer. It is expressed using an UUID format and it is internally associated to the corresponding customer.
- Subscription: it represents the request of a customer in terms of conditions applied, e.g. product, version, expiration time, number of instances, sessions, etc
- Subscription Identifier: it is a unique identifier associated to a single subscription. It is expressed using an UUID format and it is internally associated to the corresponding customer/subscription.
- Session: it represents a running instance of the product. Each time the product starts a new session identifier is generated and it remains the same until the process hosting JCOBridge lives.
- In development mode a session will remain alive within a configurable time, default is maximum 8 hours.
- The number of alive sessions depends on Subscription conditions
- Session Identifier: it is a unique identifier associated to a session. It is expressed using an UUID format and it is internally associated to the corresponding customer/subscription.
- A dead Session Identifier, a Session which does not updates its alive state, will reset in 5 minutes.
- Development mode: represents a specific working mode of a Subscription for development purpose
HW Identifier Special Codes
The actual list of special codes are:
- “None”
- “NoData”
- “FixedValue”
- “NotAvailable”
- Zero or more spaces like “”, ” “, ” “, etc.
- One or more “0” like “0”, “00”, “000”, etc.