I am installing basic Genesys Setup, referring to the Quick Start Manual I am having problem while starting IR Server says ‘can’t initialize Management Layer’ - and a dialog box press OK to exit IR
Till this point, the installation is according to the manual, and Desktop starter application works, generates and receives the calls.
Do you need connection to database? I mean, do you need to read some data from your strategy? If not, you can delete the DBAP aplication from connection field of IRS. Other case, you have to check the access infromation to database in Clfy_DAP application. Maybe it would help to check the tracefile from database server which is using by Clfy_DAP as well.
Ok, at first, please tell me which DBserver do you use for IRS. The DBServer for ConfigServer or one designated only for IRS purpose?
In the first case you have to go to the installation directory of this dbserver and find dbserver.cfg file. Then open it in text editor and find the section [log]. Below this must be minimal two options “verbose=” and “all=”. After verbose= you have to write all “verbose=all” and after all you have to wirte full path and name of your tracefile like so “all=c:\gcti\log\dbserver_tracefile.txt”. In the second case you have to open ConfigManager and find the aplication from appropriated DBServer. Open it and under option there must be also section log and under this section you have to find at least the same two options verbose and all. The Values for this option must be the same like by the first case.
thank you very much both of u for information, BTW, I installed DBServer on oracle machine and now i can access the database, the IRS now has the connectivity.
oh sorry i was away and did not reply.. it got rectified by doing this:
Oracle with CRM data was running on the same machine as that of Genesys.
I was trying to access CRM data in Oracle by using the DBAccessPoint Application which was pointing to Oracle DB on same machine. Assuming that the same DBServer will do the needful for both, Genesys data as well as CRM data
I shifted CRM data to different Oracle installation on different machine.
Installed DBServer on the other machine
Pointed the DBAccessPoint application to new Oracle Installation
and it worked !!!
Is there any problem with previous setup where same Oracle was holding two Databases (Genesys data and CRM data) ?