Hi,
I'm trying to insert a new record (just one column to start with...) and getting following Error Message:
Unable to create/update fields: CreatedById, CreatedDate, IsDeleted. Please check the security settings of this field and verify that it is read/write for your profile or permission set.
Please let me know what is going wrong???
complete exception is:
Exception in component tSalesforceOutput_2
java.lang.Exception: java.lang.Exception: Unable to create/update fields: CreatedById, IsDeleted. Please check the security settings of this field and verify that it is read/write for your profile or permission set.
at org.talend.salesforce.SforceManagementImpl.logout(SforceManagementImpl.java:443)
at salesforce.basic_0_1.Basic.tMysqlInput_2Process(Basic.java:1914)
at salesforce.basic_0_1.Basic.runJobInTOS(Basic.java:2120)
at salesforce.basic_0_1.Basic.main(Basic.java:1988)