Notice: This website is an unofficial Microsoft Knowledge Base (hereinafter KB) archive and is intended to provide a reliable access to deleted content from Microsoft KB. All KB articles are owned by Microsoft Corporation. Read full disclaimer for more details.

An Intercompany record is not created when a company is added in Company Maintenance (98.280.00)


View products that this article applies to.

Symptoms

Causes System Message 6445

↑ Back to the top


Cause

Enter a company in Company Maintenance (98.280.00) without a Company ID and then click Save.

When you receive System Message 6118 "Do you want to abandon changes to this row", click No.

When you receive System Message 2 "Data must be entered in this field”, enter a Company ID and then click Save.

This deletes the database name for this company.

↑ Back to the top


Resolution

Insert a record into the intercompany table in SQL Server Management Studio.

INSERT into INTERCOMPANY (FromAcct,FromCompany,FromSub,Module,Screen,ToAcct,ToCompany,ToSub,User1,User2,User3,User4) Values('','XXXX','','ZZ','','','YYYY','','','','0.0','0.0')

(where XXXX = CpnyID for the FromCompany and YYYY = CpnyID for the ToCompany)

You will also have to update the Company.cpnycoa and Company.cpnysub fields as well as the Company.basecuryid.

↑ Back to the top


Keywords: kbmbsmigrate, kbmbspartner, kbsurveynew, kb

↑ Back to the top

Article Info
Article ID : 3047613
Revision : 2
Created on : 2/3/2017
Published on : 2/3/2017
Exists online : False
Views : 272