I've got an app sending 100s of transactions ( records ) per hour from several different machines to a WWWC app. Works great, but ever so often, I get an error message like so:
2012.10.23 15:20:43:969 - n/a - ReadClient Failed on POST data... data was lost. - /rmsdatasync/PublishNewServerTransactions.rms? - 10054 - 17580 - Com:
2012.10.23 15:20:43:969 - 17580_5A2667F91AA4 - Request data conversion failure occurred. Data was lost and the request was cancelled. - /rmsdatasync/PublishNewServerTransactions.rms? - 0 - 17580 - Com: -1:0:0
I assume the hit timed out and simply failed. Is there something I should do about that?
Also, if running two or more instances of a particular app, should each one have it's own temp folder? In my experience, when 2 or more instances of the same app with the same temp path, I sometimes get an error that it couldn't write the wcerrors.txt file ( assuming exact timing of the error output from both instances.)
Thanks in advance for any help.
Gary