Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Apoorva_sd
Contributor III
Contributor III

Issue with full load from SAP tables after upgrading to SAP SQL connector version 8.1

Hello,

We recently upgraded our Qlik SAP SQL connector to 8.1 version and have been facing issues doing full load from some of the big tables in SAP. This full load (*) was working fine without any issues with the earlier version of the connector.

The reload job simply runs for 2+ hours and then failes after that. We have checked all the config and settings in SAP and they all look good.

I am currently working on splitting the data and load only the fields that we are using in our dashboards. There are like 250-300 fields in these tables and it would take few days to weeks to come up with a right method for this. The reports that use the data from these tables are very important ones. So, wanted to post the question here and see if there are any suggestions that I could try.

Main error message from the log file is "Error : RfcAbapException:JOB_CANCELLED

Job aborted, check log for job /QTQVC/READ_DATA in Job Overview (transaction SM37)"

Is there anything that I can change in the connection string?

We are using the ConvRoutine in the connection string and that definitely causes performance issue and when I uncheck that option and run the app, it completes in like 9 mins or so. But that gives unformatted data in Qlik which we would not want to deal with. All of this started after the upgrade of the connector.

Any help/suggestions on this is greatly appreciated!

Thank you,

Apoorva

Labels (1)
4 Replies
JandreKillianRIC
Partner Ambassador
Partner Ambassador

Hi @Apoorva_sd 

The RFC - Job Cancelled is due to a time out. 

https://community.sap.com/t5/application-development-discussions/rfc-connection-failed-during-batch-...

Perhaps have a look if you can increase the timeout? 

JandreKillianRIC_0-1741161185027.png

 

JandreKillianRIC_1-1741161220516.png

 

Regards Jandre

Mark the solution as accepted that solved your problem and if you found it useful, press the like button! Check out my YouTube Channel | Follow me on LinkedIn

Apoorva_sd
Contributor III
Contributor III
Author

Hi @JandreKillianRIC ,

Thank you so much for the response!

We have the exact same settings in our connection string, do you know which one to increase and how much it can be increased?

Apoorva_sd_0-1741195042775.png

Thank you,

Apoorva

JandreKillianRIC
Partner Ambassador
Partner Ambassador

Hi @Apoorva_sd 

No idea. I would most probably just save some of those setting in a text file. (Just as a backup) I would change the timeoutstartbatch first. And if those dont work try the other ones that are related to timeout. Perhaps check out the SAP netwaever Qlik documentation. 

Regards Jandre

Mark the solution as accepted that solved your problem and if you found it useful, press the like button! Check out my YouTube Channel | Follow me on LinkedIn

Apoorva_sd
Contributor III
Contributor III
Author

I will try that! Thank you for the suggestions. Appreciate it!