Hello,
I am quite new to this whole theme so please be patient with me and excuse if I ask trivial questions.
I have a job running on BODS 4.1 together with a Oracle Database (12c) - the job itself is a mature product, I am just modifying it (extending).
I've received a new connection for a source schema sitting on a different database so I set up the connection. The connection is working, I can browse the tables and see all the data etc.
Everything seems to be fine until I get the error above. I can see, that the job already passed couple of workflows that are accessing the new schema and is retrieving data - so that's working. Also, the error happens every time on different stage of the job - so a workflow, that gave me the error this morning now passed and another workflow generated the error.
It almost seems like the connection get 'tired' or something. I checked the number of connections on the database and its by 50 - I believe the limit is set to 250.
I should also note, that when I change the source schema connection to a different schema (sitting on the same database as the repo, help & target database) everything works fine.
I also talked to the DBA and there are no issues, nothing strange in the logs - no idea where to start.
Could anyone point me in the right direction?
Thanks,
Daniel