Is it a reliable unique identifier for a running instance of dbsrv*.exe? PROPERTY('OmniIdentifier') 'cc4af084e3f446babe92ebee547b2d80' |
It appears to be a GUID generated at runtime the first time the value is needed. It appears to be used to avoid circular connection attempts via OMNI (ie, prevent a server from using a remote table that is actually in the same server). It should serve your purposes. |
Wouldn't the ProcessID be a more natural database server property to distinguish several instances on the same host?
Yes, that works for applications like Foxhound, which puts ProcessId into the connection names it uses when connecting to target databases...
...but ProcessId was introduced in V12.
FYI a non-GUID OmniIdentifier was introduced in V8 but not mentioned in the Help until V9.
The GUID version of OmniIdentifier was introduced in V10.
=====