Home > Support > FAQs, latest to oldest...

Northgate Reality

FAQs, latest to oldest...

I can only have 8 connections to my reality instance (Database Isolation)

A problem has been identified a during the cloning process (realclone) which could result in the absolute path for the instance being added to the ‘/usr/realman/installed’ instead of the ‘softlink’ pointing to the instance.

The full set of licenses is only available to the ‘LIVE’ version and its clones. Whilst each clone or instance has its own set of licenses, they will still refer back to their base instance to determine their live state. As a result of ‘realclone’ adding the wrong path information into the ‘installed’ file any clone cannot determine its live state.

A typical incorrect example or ‘/usr/realman/installed’ could be as follows

/usr/realman/12.0          LIVE
/realman/realman/12.0_1
/realman/realman/12.0_2 

A correct example of ‘/usr/realman/installed’ should look like 

/usr/realman/12.0         LIVE
/usr/realman/12.0_1
/usr/realman/12.0_2 

Applying either fix 12.0.0.0043 for UNIX & LINUX or fix 12.0.0.0044 for Windows platforms, will stop this from re-occurring. You will still need to edit this file for any existing instances.

Back