Hi,
I have a job that reads data from SFDC. We are using SFDC adapter. I am getting following error in Management console:
Error reading from <QRY_SFDC>: <
Could not read data for session 776, operation 773 (Adapter: 'SFDC').>.
But when I re run the job, it gets executed successfully.
I have referred note 2034822, which says:
From 4.1 SP3 and 4.2 following parameters are missing or not set correctly in
%DS_COMMON_DIR%\conf\DSConfig.txt under [int] section
AdapterStartTimeout=90000
AdapterDataExchangeTimeout=10800000
I have DS v 4.0.
In DSCOnfig.txt following values are there:
AdapterRetryCount = 5
AdapterRetryInterval = 15000
AdapterDataExchangeTimeout = 90000.
and there is no entry for AdapterStartTimeout.
Is this note applicable for DS v4.0 also. If I change the parameter values and add the entry AdapterStartTimeout=90000, will it solve my error?
(Note: sometimes , I also get this error in another job which loads data to SFDC)
Thanks in advance.