Hi,
I am using latest ESP SP10 on unix platform.
I am having an esp model which sends data to external oracle db using db_out database adapter.
I was using this set up for ESP 5-1 SP08 and it was working successfully but the same set up is not working with ESP SP10.
I have changed the database driver name in service.xml with this name - streamingdbodbc64_lib And executing streaming.sh from esp installation folder.
UnixODBC installation is already there in my linux machine.
esp_server.log :-
23915 | container | [SP-3-100005] (15.604) sp(21663) Error opening connection to database. [IM004][0][[unixODBC][Driver Manager]Driver's SQLAllocHandle on SQL_HANDLE_HENV failed]
23915 | container | [SP-3-100005] (15.604) sp(21663) Error rolling back transaction from database. [08003][0][[unixODBC][Driver Manager]Connnection does not exist]
23917 | container | [SP-3-148011] (15.607) sp(21663) ConnectionWriter(AD_XXXXXX) connection reset error: 2015-07-13 08:21:45 DBOutput_Adapter::resetConnection - Error getting connection from service - DBOutput_Adapter::resetConnection Adapter initialization failed
DBOutput_Adapter processParams call to resetConnection failed
Could not create connection for Service: MYSERVICE
DBOutput_Adapter::processParams - Error getting connection from service - DBOutput_Adapter::processParams Adapter initialization failed
Error(s) encountered in startup parameters. Adapter initialization failed
However there is no error logged in stdstreams.log file.
Thanks
Regards
Adesh