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

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

SAP connector issue

Hi Talend Team,
I'm trying to create data integrations to our SAP ERP system.

I installed the tSAPOutput component on Open Studio 6.2.
When I'm running a job that will make an RFC it ends with a java exception as shown below (using latest Java 8 SDK).
Can you confirm the components should be working on this version even though you've marked them as deprecated?
If not, are there other options for connecting to SAP?

Thanks,
Gadi


Job log:
Starting job ImportCustomerFile2 at 17:20 08/09/2016.

[statistics] connecting to socket on port 3469
[statistics] connected
Exception in thread "main" java.lang.Error: Unresolved compilation problems: 
Syntax error, insert "}" to complete Block
Syntax error, insert "Finally" to complete TryStatement

at checkpoint.importcustomerfile2_0_1.ImportCustomerFile2.tFileInputDelimited_1Process(ImportCustomerFile2.java:2107)
at checkpoint.importcustomerfile2_0_1.ImportCustomerFile2.runJobInTOS(ImportCustomerFile2.java:2702)
at checkpoint.importcustomerfile2_0_1.ImportCustomerFile2.main(ImportCustomerFile2.java:2565)
Job ImportCustomerFile2 ended at 17:20 08/09/2016. [exit code=0]

Labels (2)
3 Replies
Anonymous
Not applicable
Author

Hi,
Have you already  installed SAP Java connector?
Could you please take a look at this KB article about:TalendHelpCenter:Installing SAP Java Connector?
Best regards
Sabrina
Anonymous
Not applicable
Author

Thanks Sabrina,
As far as I understand SAP JCO is installed per the instructions (I'm on Windows 7 64-bit).
The sapjco3.dll on c:/windows/system32 & the sapjco3.jar on the Talend modules.
Is there anything else to configure?

I'm still having the same issue.

Gadi 
Anonymous
Not applicable
Author

Hi,
Have you tried to switch to "code" tab to see if there is any error in java line?(red line) What's your input source?
Best regards
Sabrina