"System Message 10028" error when you try to open Project Charge Entry (PA.CHG.00)
This article provides a solution to a System Message 10028 error that occurs when you try to open Project Charge Entry (PA.CHG.00).
Applies to: Microsoft Dynamics SL 2015
Original KB number: 3048053
Symptoms
Consider the following scenario in Project Controller for Microsoft Dynamics SL.
- You don't have Enable multi-company with intercompany processing checked in either GL Setup or Multi-Company Setup.
- You try to open Project Charge Entry (PA.CHG.00).
When you do it, you receive an error:
System message 10028 Control Form1.cCpnyIDHeader specified in msetprop call is not part of any grid
Cause
Bug 34686.
Resolution
Apply Microsoft Dynamics SL 2015 Cumulative Update 1 (CU1).
As a workaround, you can check Enable multi-company with intercompany processing in Multi-Company Setup. If you don't have the Multi-Company module registered, you can insert a record using SQL Server Management Studio. Run the statement below on the application database.
insert mcsetup (compseg,intercofilepath,mcactivated,s4future1,s4future10,s4future11,s4future12, s4future13,s4future14,s4future2,s4future3,s4future4,s4future5,s4future6,s4future7,s4future8,
s4future9,setupid,user1,user2,user3,user4) values( 1, 'C:\Program Files (x86)\Microsoft Dynamics\SL\Applications', 1, '', 0, 0, 0, 0, 0,'', '', '', '', '', 0, 0, 0, 'MC', '', '', 0, 0)