Tuesday, June 25, 2013

Follow up RapidStart Connector issue (previous blog post)

I experienced this issue again today and the following Update Statements (10 columns), let me successfully start the RapidStart Connector Service:

UPDATE DIRPARTYTABLE SET accountingpersonnel_jp = 'x';
UPDATE DIRPARTYTABLE SET companyrepresentative_jp = 'x';
UPDATE DIRPARTYTABLE SET importvatnum = 'x';
UPDATE DIRPARTYTABLE SET intrastatcode = 'x';
UPDATE DIRPARTYTABLE SET isconsolidationcompany = 0;
UPDATE DIRPARTYTABLE SET iseliminationcompany = 0;
UPDATE DIRPARTYTABLE SET packmaterialfeelicensenum = 'x';
UPDATE DIRPARTYTABLE SET taxauthority_ru = 'x';
UPDATE DIRPARTYTABLE SET taxrepresentative = 'x';
UPDATE DIRPARTYTABLE SET vatnum = 'x';

I can't explain the exact reason, but hopefully this rather pragmatic approach can save others from spending valuable time tshooting the RapidStart Connector Service.

If anyone can explain the reason, please feel free to share your comments (moderated).

My best guess is that you have to manually define at least one company with all necessary (mandatory) information before starting the RapidStart Connector Service. Or use this Q&D approach.