getting error message that transaction id already exists

When creating new transactions - getting error message that transaction id already exists.

Trying to add a new order in 7.1 - an error flashes on the screen when it writes out to tr_hist. The message states that the transaction id already exists. The transaction did get created.
:confused:
 

tamhas

ProgressTalk.com Sponsor
This sounds like a product specific question. You might try the forum for your product.
 

SSuhaib

Member
It *COULD* be a case of dump/load where sequences were not loaded or changes were made to tr_hist before sequence load.

Try in a copy of demo, if you can, by increasing the sequence number and test by adding records in Inventory/sales module.
 
Top