GP rolling column error
We are working on a migration and have a smart connect map that works in our test database but not in the live database. The following is the error we get:
Error in MsGpDestination. Line taSopLineIvcInsert for update of Global Rolling Column. Could not retrieve the next number in the sequence.
There is an article in the knowledge base which seems to address the issue we are having but the link to the file with the solution is broken.
Any help is appreciated!
Error in MsGpDestination. Line taSopLineIvcInsert for update of Global Rolling Column. Could not retrieve the next number in the sequence.
There is an article in the knowledge base which seems to address the issue we are having but the link to the file with the solution is broken.
Any help is appreciated!
Answers
Best Answer
First you will want to make sure the next number is actually setup in GP setup for the module you are importing into.
Second make sure that system maintenance runs in SmartConnect and afterwords you have an e1_get_next_number procedure in you company databases. If it is there then make sure that DYNGRP has enough rights to run it.
If you still get an error running maps after that take a look at the event viewer. There should be entries in either the Application or SmartConnect logs that have additional info (multiple entries might be created at the same time and SC is only showing one of them).
H
Second make sure that system maintenance runs in SmartConnect and afterwords you have an e1_get_next_number procedure in you company databases. If it is there then make sure that DYNGRP has enough rights to run it.
If you still get an error running maps after that take a look at the event viewer. There should be entries in either the Application or SmartConnect logs that have additional info (multiple entries might be created at the same time and SC is only showing one of them).
H
Does your produciton database have the stored procedure mentioned? If not, you can create it with this:
/****** Object: StoredProcedure [dbo].[E1_SC_GetNextNumber] Script Date: 02/21/2013 15:22:58 ******/