Hello,
We are using eConnect to create receipts in GP. XML is formatted as per the schema. I am not sure why we are getting the error. Part of the error is as follows
The INSERT statement conflicted with the CHECK constraint "CK__PA10702__DATEVAL__00F7C100". The conflict occurred in database "GPPRD", table "dbo.PA10702", column 'DATEVAL'. The statement has been terminated. Server stack trace: at
Thanks
Vamsi
*This post is locked for comments
When exactly do you get this error message? It looks like some of the data you are trying to integrate is not in the correct format..and it looks to be a date issue. I'm no expert with this!!
You can look into the check to see what is being validated. Try running the following query in MSSQL: (You don't have to run it against any particular database)
SELECT * FROM sys.check_constraints WHERE name = 'CK__PA10702__DATEVAL__00F7C100'
PA10702 looks like a Project Accounting table...
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,253 Super User 2024 Season 2
Martin Dráb 230,188 Most Valuable Professional
nmaenpaa 101,156