Admin Tool - All option not reflecting in Tab

Hi,

After migrated Bigfix server to EXI host not getting all Bigfix Admin tool option.

it’s out root server not DSA.

Regards,
Shaban

It is as You are attempting to open the admin tool not on a primary server, let suspect You are migrating a secondary one …
If You open the admin tool on the machine from which You have started the migration, the admin tool opens in the same way.

Some tabs are not visible because the serverID in the DBINFO table differs from the value of the masterDatabaseServerID advanced option that, if set in the ADMINFIELDS table, indicates the serverID of the master server:

use BFEnterprise
select ServerID from DBINFO
select FieldContents from ADMINFIELDS where FieldName = ‘Z:masterDatabaseServerID’

If the entry in the ADMINFIELDS is missing the serverID of the master server is supposed to be 0 …

Hi Gpoliafico
it shrows error like bellow… It seems syntax error .

Msg 102, Level 15, State 1, Line 3
Incorrect syntax near ‘Z:’.

The SQL expression is correct … need just replace the two quotes copied from the forum with simple quotes …

https://help.hcltechsw.com/bigfix/9.5/platform/Platform/Installation/c_recovery_dsa_windows.html

issue fixed,

Regards,
Shaban