Hello Everyone,
I searched the forum little bit more and found some queries related to the issue.
Jeff@checkpointsoftware suggested following from one of his thread:
Batch numbers will repeat as its only a 3 digit number.
You need to call the processor and work out what the next number can be and then change the VisaNetAuthorization.VisaNetBatchID and VisaNetBatch.RequestBatchNumber on an open transaction(s).
But how can I write a query to perform the task right way?
Which Table need to be updated First? I pressume VisaNetAuthorization Does the following syntax work?
Update VisaNetAuthorization set VisaNetBatchID = # where Status = OPEN {1??} [where # is set the next batch number]
and then,
Update VisaNetBatch set RequestBatchNumber = # where Status = OPEN {1??} [where # is set the next batch number]
Still struggling.
Thanks for any help