Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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]