Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I'm trying to create a new job that when run will:
I've created the Salesforce component fine, and added in the MySQL component as well, but when I run it, I get the error:
Here is my final working job setup:
Probably something wrong in the schemas like a field name terminated by an underscrore "_".
See this link https://www.theserverside.com/tutorial/New-Java-7-Features-Numeric-Underscores-with-Literals-the-OCP...
Thanks for the help on this!
In case this was an issue with some of my field names I unchecked all of the fields except the top 4 but get the same error/issue?
I also read thru the doc link you provided.
Do you know of a good tutorial on creating a Salesforce Table in MySQL using Talend?
Here is my JVM version. (Using Talend 6.5.1)
Still the same error at runtime?
If so, click on the Code tab then go to the line where the compile error occurs and share the error message.
I didn't even notice that "Code Tab" there... thanks!
When I click on the red error on the right, it highlights the numbers in my password?
Ok, I got around the previous error by creating a new MySQL user & pw without any "underscores."
Now I'm getting the following error on the "IsDeleted" column? I've searched the web for a workaround.. no luck yet.
Here is my final working job setup: