Writing Back from Account Rec to the EPM Integration Agent (on-prem database)
Hi.
We have a challenge with an integration that writes output from Account Rec (Export Journal) to the EPM Integration Agent (on-premis database in cloud) using a SQL Insert statement.
It runs fine without errors, but only One record is sent, and received in the on-prem -database
It doesn't matter how many records there is. It sends only one.
And it is random which record is sent. No restrictions on database side.
The source is a CSV-file containing GL-Journal justification
The Target is an Application calling an Insert-Query, communicating through the agent
Is there something I have missed out or not understand about this?