cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

What is PROPERTY ( 'OmniIdentifier' )?

Breck_Carter
Participant
935

Is it a reliable unique identifier for a running instance of dbsrv*.exe?

PROPERTY('OmniIdentifier')
'cc4af084e3f446babe92ebee547b2d80'

Accepted Solutions (1)

Accepted Solutions (1)

johnsmirnios
Advisor
Advisor

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.

Answers (0)