Hi all,
I'm trying to set a project into Event Stream Processing Studio with the ESP 5.2 version.
On the system the services are correctly running and I started the dfesp_xml_server with the logging options:
./dfesp_xml_server -pubsub 5000 -http 5001 -loglevel common.http=trace -logconfig "/data/sas/viya/config/etc/SASEventStreamProcessingEngine/default/esp-logger.xml" &
I have to use an oracle connector for publishing/subscripting and in my project I configured the input connector with database connector:

The problem is when I try to start my test, because I have an information popup which shows me this message "Could not start connector".
I tried to start the dfesp_db_adapter from command line, but I have the same message into the linux console:
dfesp_db_adapter -c "driver=oracle;uid=myID;pwd=myPW;path=dbIP/service" -k pub -h dfESP://localhost:5001/db_sub/cq_01/tradesWindow -j debug
license ID: <xxxxxxxxx-0175xxx31>
license ID: <xxxxxxxxx-0175xxx31>
Connector failed to start
Could not start connector
I noticed also that in the logging path (in my configuration xml file ) I haven't any log.
Any ideas?
Is it a configuration problem or what?
Thank you very much.