Hi,
I got a FME work space (version 2017) published into Server and scheduled to run every half an hour.
I have got an oracle connection parameters published into FME server
Within the work space i've got several transformer for example
SQL Creator,SQL Executer,DBJoiner and DatabaseUpdater - all of them are using the same oracle DB connection.
But some of them are Persistent connection and some are not ( Actually i thought it won't make any difference in the process)
But i am seeing the below warning messages in my FME Job log
*****************************************************************************************************************
WARN |Existing connection changed to 'persistent' mode (is connection closed after all clients release it) setting. The following connection is being requested in an inconsistent manner (serverType='ORACLE8i', serverName='***', userName='***', password='***', dbname='')
0.0|WARN |Existing connection changed to 'non-persistent' mode (is connection closed after all clients release it) setting. The following connection is being requested in an inconsistent manner (serverType='ORACLE8i', serverName='***', userName='***', password='***', dbname='')*****************************************************************************************************************
How could i avoid these warnings in my log?
Any help would be much appreciated.
Thanks in advance,
Mari...