Note: Posted this earlier in the week but not to this forum. Hoping that maybe it will be seen by a broader audience here. Thanks!
I tried to run my Chart of Accounts integration which has always worked in the past and I'm receiving these errors:
Opening source query...
Establishing source record count...
Beginning integration...
DOC 1 ERROR: Sql procedure error codes returned:
Error Number = 8085 Stored Procedure= taUpdateCreateAccountRcd Error Description = The Account Type is set to a Posting Account (ACCTTYPE = 1) and the Account Category (CATEGORY) passed does not exist in the GL Account Category Master table - GL00102
Node Identifier Parameters: taUpdateCreateAccountRcd
ACTNUMST = 0-1125-147-00
Related Error Code Parameters for Node : taUpdateCreateAccountRcd
ACCTTYPE = 1
CATEGORY = Note: This parameter was not passed in, no value for the parameter will be returned.
<taUpdateCreateAccountRcd>
<ACTNUMST>0-1125-147-00</ACTNUMST>
<ACTALIAS></ACTALIAS>
<ACCTTYPE>1</ACCTTYPE>
<ACTDESCR></ACTDESCR>
<PSTNGTYP>0</PSTNGTYP>
<Category>Balance Sheet</Category>
<ACTIVE></ACTIVE>
<TPCLBLNC>0</TPCLBLNC>
<USERDEF1></USERDEF1>
<USERDEF2></USERDEF2>
<PostSlsIn></PostSlsIn>
<PostIvIn></PostIvIn>
<PostPurchIn></PostPurchIn>
<PostPRIn></PostPRIn>
<ACCTENTR></ACCTENTR>
<USRDEFS1></USRDEFS1>
<USRDEFS2></USRDEFS2>
<UpdateIfExists>0</UpdateIfExists>
<NOTETEXT></NOTETEXT>
<DSPLKUPSSALES></DSPLKUPSSALES>
<DSPLKUPSIV></DSPLKUPSIV>
<DSPLKUPSPURCH></DSPLKUPSPURCH>
<DSPLKUPSPR></DSPLKUPSPR>
<RequesterTrx>0</RequesterTrx>
</taUpdateCreateAccountRcd>
Here's a partial sample of my file:
PSTNGTYP TPCLBLNC ACCATDSC ACTNUMST
0 0 Balance Sheet 0-1125-147-00
0 0 Balance Sheet 0-1130-147-00
0 0 Balance Sheet 0-1200-147-11
0 0 Balance Sheet 0-1200-147-12
0 0 Balance Sheet 0-1200-147-21
1 1 Profit and Loss 0-4000-147-31
1 1 Profit and Loss 0-4000-147-32
1 1 Profit and Loss 0-4000-147-33
1 1 Profit and Loss 0-4000-147-34
1 1 Profit and Loss 0-4000-147-35
Thanks in advance for any help/suggestions!
*This post is locked for comments