CIM load Error

Namasiva

Member
Hi I have created the Cim file like below and uploaded..


@@batchload glbgmt.p
4001 "B09" 80110 - "G160" - - 2009
-
-
1
-
8012
12/24/08
.
@@end
@@batchload glbgmt.p
4001 "B09" 80110 - "G160" - - 2009
-
-
2
-
8012
12/24/08
.
@@end
@@batchload glbgmt.p
4001 "B09" 80110 - "G160" - - 2009
-
-
3
-
8012
12/24/08
.
@@end
@@batchload glbgmt.p
4001 "B09" 80110 - "G160" - - 2009
-
-
4
-
8012
12/24/08
.
@@end
@@batchload glbgmt.p


but i am getting the below error

Group ID: 173699 ERROR: Invalid format position. Please re-enter.

Group ID: 173699 ERROR: Invalid period/year. Please re-enter.

Group ID: 173699 ERROR: Invalid period/year. Please re-enter.

Group ID: 173699 ERROR: Invalid period/year. Please re-enter.

Group ID: 173699 ** File input too long: 801. (557)

Group ID: 173699 ERROR: Invalid account code. Please re-enter.



could you please helpme out?...
 
Try to enter one record manually in Budget Maintenance and see where you are getting the error. Accordingly change the cim file. I think the cim file should have been like this
4001
"B009"
"80110" - "G160"
-
-
2009

let me know if this helps
Hi I have created the Cim file like below and uploaded..


@@batchload glbgmt.p
4001 "B09" 80110 - "G160" - - 2009
-
-
1
-
8012
12/24/08
.
@@end
@@batchload glbgmt.p
4001 "B09" 80110 - "G160" - - 2009
-
-
2
-
8012
12/24/08
.
@@end
@@batchload glbgmt.p
4001 "B09" 80110 - "G160" - - 2009
-
-
3
-
8012
12/24/08
.
@@end
@@batchload glbgmt.p
4001 "B09" 80110 - "G160" - - 2009
-
-
4
-
8012
12/24/08
.
@@end
@@batchload glbgmt.p


but i am getting the below error

Group ID: 173699 ERROR: Invalid format position. Please re-enter.

Group ID: 173699 ERROR: Invalid period/year. Please re-enter.

Group ID: 173699 ERROR: Invalid period/year. Please re-enter.

Group ID: 173699 ERROR: Invalid period/year. Please re-enter.

Group ID: 173699 ** File input too long: 801. (557)

Group ID: 173699 ERROR: Invalid account code. Please re-enter.


could you please helpme out?...
 
that is also not working


I am getting the same error. i will also checking the possibilities. if any one know the root cause for the error pls help me out to resolve the issue

Thanks in Advance.
 
Hi,

@@batchload glbgmt.p
6001 "B09" 00000000 - - "99/90" - 2009
-
-
1
-
8012
24/12/09
.
@@end

This is working in my system. i have done it thru 36.15.2 CIM Data Load Processor.

glbgmt 1+ 25.5.1 Budget Maintenance 29/06/09
┌───────────────────────────DELPHI STEERING PLANT 81───────────────────────────
│ Entity: 6001
│ Budget Code: b09
│ Account: 00000000 99/90
│ Format Position: 0
│ Year: 2009

│ Base Account:
│ Base Fmt Pos: 0 Sub-Account: Cost Ctr:
│ Default Percentage: .000

│ Auto Spread: No By Percentage: No Yearly Budget: 8,012.00
└──────────────────────────────────────────────────────────────────────────────
┌──────────────────────────────────────────────────────────────────────────────
│ Per Percentage Budget Amount Entered
│ ─── ────────── ────────────────────── ────────
│ 1 0.000 8,012.00 24/12/09


└──────────────────────────────────────────────────────────────────────────────

F1=Go 2=Hlp 3=Ins 4=End 6=Mnu 7=Rcl 8=Clr 9=Prev 10=Next 11=Buf
 
Your "batchload" sequence can be failing because of the hidden fields in the budget maintenance program. Here is what you can do: exit to progress editor from MFG/Pro menu by typing P to exit prompt and execute the following:

Code:
{mfdeclre.i}
batchrun = yes.
{gprun.i ""glbgmt.p""}

This way you will see all hidden fields in the budget maintenance program. Make sure your key strokes correspond to program input. Give it a try.

Alex Kim
32 Soft, Inc
MFG/Pro experts & advanced software solutions
http://www.32soft.com


QAD+Excel=Best Of Both | Home of Excel<=>QAD Integration http://www.32soft.com/excelqad.html
 
** File input too long: @@ba. (557)

Keep getting the same error. I have loaded the CIM file using 36.8.11 debug cim document and it gives me no errors at all. Only the ones for invalid accounts, which i validate. I dont understand why this error is occuring.
How is the input to long on the first line. And why is the error coming up with @@ba???

@@batchload glbgmt.p
"2000" "10plan" "4005" "420" - - 2010
-
-
1
-
51464.57
"11/08/10"
2
-
51464.57
"11/08/10"
3
-
51464.57
"11/08/10"
4
-
53265.83
"11/08/10"
5
-
53265.83
"11/08/10"
6
-
53265.83
"11/08/10"
7
-
53265.83
"11/08/10"
8
-
53265.83
"11/08/10"
9
-
53265.83
"11/08/10"
10
-
53265.83
"11/08/10"
11
-
53265.83
"11/08/10"
12
-
53265.83
"11/08/10"
.
@@end
 
Back
Top