J
jleinbac
Guest
The error from the log files is "insufficient access rights on cross-reference id: 0013000000gerHN". This looks like the value that is being inserted into the Company__c column, but the value appears to be truncated. I'm not sure if the value is correctly sent by the driver and truncated in the error message or if the value is being truncated by the driver or application. If the value is being correctly passed through the application and the driver, perhaps the value is not of the correct type for the column or no longer exists in the system. I have seen this error when passing a value in to a reference column where the id does not match the record type for the field in question or the id no longer exists. If the id does exist and is of the right type for the field in question, then we will need to get ODBC traces and driver logs from the DataDirect Cloud driver to try to determine if the value is being passed correctly to DataDirect Cloud
Continue reading...
Continue reading...