Token Error in iSeries Navigator
Help – what’s wrong with my query: (Getting Token Error, From Into Clause) SELECT DISTINCT “T16.CPRP”.CP_TOWNSHIP, “T16.CBL”.CB_INTEREST_CITY MINUS (“T16.CBL”.CB_TAXCOLL * .03) AS Interest, SUM (“T16.CTDT”.TD_DETAIL_AMT_01) as Payments FROM QS36F.”T16.CPRP” AS “T16.CPRP”, QS36F.”T16.CBL” AS “T16.CBL”, QS36F.”T16.CTDT” AS “T16.CTDT” WHERE “T16.CPRP”.CP_YEAR = “T16.CBL”.CB_YEAR AND “T16.CPRP”.CP_TAXBILL_NO = “T16.CBL”.CB_TAXBILL_NO AND “T16.CPRP.CP_ROLL_TYPE = “T16.CBL”.CB_ROLL_TYPE AND “T16.CBL”.CB_YEAR = “T16.CTDT”.TD_YEAR AND “T16.CBL_TAXBILL_NO [...]
Answer Question
| January 21, 2010 8:18 PM
AS/400 error messages, iSeries Navigator
Help – what’s wrong with my query: (Getting Token Error, From Into Clause) SELECT DISTINCT “T16.CPRP”.CP_TOWNSHIP, “T16.CBL”.CB_INTEREST_CITY MINUS (“T16.CBL”.CB_TAXCOLL * .03) AS Interest, SUM (“T16.CTDT”.TD_DETAIL_AMT_01) as Payments FROM QS36F.”T16.CPRP” AS “T16.CPRP”, QS36F.”T16.CBL” AS “T16.CBL”, QS36F.”T16.CTDT” AS “T16.CTDT” WHERE “T16.CPRP”.CP_YEAR = “T16.CBL”.CB_YEAR AND “T16.CPRP”.CP_TAXBILL_NO = “T16.CBL”.CB_TAXBILL_NO AND “T16.CPRP.CP_ROLL_TYPE = “T16.CBL”.CB_ROLL_TYPE AND “T16.CBL”.CB_YEAR = “T16.CTDT”.TD_YEAR AND “T16.CBL_TAXBILL_NO [...]
CHGPF error in Iseries v5r4
The CHGPF command is giving error when used to change the CCSID from 37 to 285 in a pf in iseriee V5R4. The files are empty but it is showing the error as ” Error occured during the update of physical file PFILEA in library LIBA using source file located in library LIBINST..”
Answer Question
| January 6, 2010 7:09 AM
AS/400 error messages, AS/400 errors, CCSID, CHGPF, V5R4
The CHGPF command is giving error when used to change the CCSID from 37 to 285 in a pf in iseriee V5R4. The files are empty but it is showing the error as ” Error occured during the update of physical file PFILEA in library LIBA using source file located in library LIBINST..”
AS/400 error message
I am connecting AS400 through citrix application. I am getting the Error Code “E0001 – System Error” While trying to transfer file from AS400 to Host/ Host to AS400 Server. Please help me to solve this problem
Answer Question
| December 9, 2009 12:50 PM
AS/400 Citrix, AS/400 error messages, Citrix
I am connecting AS400 through citrix application. I am getting the Error Code “E0001 – System Error” While trying to transfer file from AS400 to Host/ Host to AS400 Server. Please help me to solve this problem
AS/400 FTP error- TCP3D2C Secure connection error, return code -24
I am trying to FTP from Backup AS/400 box to our Production AS/400 box or visa versa and I get the following error when trying to transfer a file of any significant size(larger than 1Kb):
Answer Question
| February 15, 2010 4:36 PM
AS/400 error messages, AS/400 FTP
I am trying to FTP from Backup AS/400 box to our Production AS/400 box or visa versa and I get the following error when trying to transfer a file of any significant size(larger than 1Kb):
AS 400 software problem
Received the following in wrkprb should I contact IBM Problem message ID . . . . . . . : CPI93B9 Severity . . . . . . . . . . . . : None Problem type . . . . . . . . . . : Machine detected Problem category . . [...]
Answer Question
| November 6, 2009 5:27 PM
AS/400, AS/400 error messages, iSeries, WRKPRB
Received the following in wrkprb should I contact IBM Problem message ID . . . . . . . : CPI93B9 Severity . . . . . . . . . . . . : None Problem type . . . . . . . . . . : Machine detected Problem category . . [...]
Journaling a file
Hi, I recieve the following error when i journal a file Damage prevents object from being journaled. Cause . . . . . : A damaged object previously journaled to this journal prevents journaling from being started for object in library type *QDDS. If the object is an integrated file system object [...]
Answer Question
| October 21, 2009 12:41 AM
AS/400 error messages, AS/400 journaling, RCLSTG
Hi, I recieve the following error when i journal a file Damage prevents object from being journaled. Cause . . . . . : A damaged object previously journaled to this journal prevents journaling from being started for object in library type *QDDS. If the object is an integrated file system object [...]
AS/400 profile error
My profile is created few days back and whenever i login i am getting this message: [strong]Message ID . . . . . . : CPA0701 Severity . . . . . . . : 99 Message type . . . . . : Inquiry Date sent . . . . . . : [...]
Answer Question
| September 24, 2009 11:51 AM
AS/400 error messages, AS/400 Profiles
My profile is created few days back and whenever i login i am getting this message: [strong]Message ID . . . . . . : CPA0701 Severity . . . . . . . : 99 Message type . . . . . : Inquiry Date sent . . . . . . : [...]
CPYTOIMPF data corruption
CPYTOIMPF on V5R4 with latest PTF’s adds invalid data to the created CSV file for some blank fields in the PF. Is this a Bug?
Answer Question
| September 21, 2009 3:04 PM
AS/400 administration, AS/400 backup, AS/400 error messages, CPYTOIMPF, DB2/400
CPYTOIMPF on V5R4 with latest PTF’s adds invalid data to the created CSV file for some blank fields in the PF. Is this a Bug?
Trigger program written in RPGLE
I have a trigger program that have 3 files declared in F-Specs (no UsrOpn keyword). Everytime it ends, it sets the LR indicator on. Does the trigger program slow down processing when the trigger file is updated in a batch program? Should I remove the code that turns on the LR indicator? If yes, then what happens if [...]
Answer Question
| February 20, 2010 4:20 PM
AS/400 administration, AS/400 error messages, RPGLE
I have a trigger program that have 3 files declared in F-Specs (no UsrOpn keyword). Everytime it ends, it sets the LR indicator on. Does the trigger program slow down processing when the trigger file is updated in a batch program? Should I remove the code that turns on the LR indicator? If yes, then what happens if [...]
Message: Call to controller QESCTL on line QESLINE failed. Time-out
Does this mean the reset of the ECS Modem would solve the issue? What exactly does this mean? Thanks
Answer Question
| August 21, 2009 4:50 PM
AS/400, AS/400 error messages, AS/400 Faxing, as400 fax
Does this mean the reset of the ECS Modem would solve the issue? What exactly does this mean? Thanks
Error message CPF0CBF
I received the following error message and haven’t been able to find any information on it. Has anyone seen this before? Message ID . . . . . . : CPF0CBF Severity . . . . . . . : 20 Message type . . . . . : Escape Date sent . . . [...]
Answer Question
| August 20, 2009 6:42 PM
AS/400 error messages, AS/400 errors, V5R4M0
I received the following error message and haven’t been able to find any information on it. Has anyone seen this before? Message ID . . . . . . : CPF0CBF Severity . . . . . . . : 20 Message type . . . . . : Escape Date sent . . . [...]
What is and Why am I getting a MCH1202 error message on a field compare statement?
From an externally define file I bring in an S9(7) comp-3 value that is a date. In the program I call the date function to get the current date. Move it to a S9(7) comp-3 field and then compare them to be equal. EVALUATE TRUE WHEN PACKED-DATE = DHIVNB do… Bang I get hit with [...]
Answer Question
| August 5, 2009 5:33 PM
AS/400 error messages, MCH1202 error message
From an externally define file I bring in an S9(7) comp-3 value that is a date. In the program I call the date function to get the current date. Move it to a S9(7) comp-3 field and then compare them to be equal. EVALUATE TRUE WHEN PACKED-DATE = DHIVNB do… Bang I get hit with [...]
CPYTOIMPF
i am new to as400 and i wanted to transfer file from as400 to pc using CPYTOIPMF as per advised here. BUt i am receiving an error File system error occurred. Error number 3025. whats wrong? thanks
Answer Question
| December 13, 2011 7:41 AM
AS/400 error messages, CPYTOIMPF, DB2, Error number 3025
i am new to as400 and i wanted to transfer file from as400 to pc using CPYTOIPMF as per advised here. BUt i am receiving an error File system error occurred. Error number 3025. whats wrong? thanks
iSeries Asynchronous Socket Error 10053
I use software called RPGsp on my XP professional PC to write web pages that uses our information on the I Series main frame, that is using version 5.4. It uses a FTP connection on the I Series to move the data. Every thing works fine in the morning but after 1:00 p.m. I start [...]
Answer Question
| August 5, 2009 3:48 PM
AS/400 error messages, Asynchronous Socket Error 10053, iSeries error messages
I use software called RPGsp on my XP professional PC to write web pages that uses our information on the I Series main frame, that is using version 5.4. It uses a FTP connection on the I Series to move the data. Every thing works fine in the morning but after 1:00 p.m. I start [...]
AS/400 Display program error
I guess I should have been more specific. How can I tell if a user had an interactive display program message when they do not tell you? For example, they received a CPF4131 and just put “C’s” through the entire message.
Answer Question
| August 14, 2009 6:37 PM
AS/400 Display File, AS/400 error messages, CPF errors, CPF4131
I guess I should have been more specific. How can I tell if a user had an interactive display program message when they do not tell you? For example, they received a CPF4131 and just put “C’s” through the entire message.
AS/400 Workstation error 22
I have written expanded subfile program and display records correctly when i select one record based in the from field it is showing correctly then when i press page up it is not displaying anything and even pressing page down displaying anything. I am geeting WORKSTATION ERROR 22,23 AND 41. can you please help on [...]
Answer Question
| July 21, 2009 2:14 PM
AS/400 error messages, AS/400 errors, AS/400 Workstations
I have written expanded subfile program and display records correctly when i select one record based in the from field it is showing correctly then when i press page up it is not displaying anything and even pressing page down displaying anything. I am geeting WORKSTATION ERROR 22,23 AND 41. can you please help on [...]
AS/400 virtual printer error – Device XXXX configuration not valid. Reason code 2301.
This virtual printer device has been working for months, but now it just stopped. Any advice?
Answer Question
| July 13, 2009 7:49 PM
AS/400 error messages, AS/400 printing, Virtual Printers, VRTPRT
This virtual printer device has been working for months, but now it just stopped. Any advice?
Problems whislt iSeries LIC recovery
Hi, We are trying to recover our DR machine its 825 and i550, when trying to boot from the SAVSYS tape we recieve the following errors i550 – B167 4609 825 – B200 300 Not sure if they are related to LIC program corrupt on the tape or something else as am not able to [...]
Answer Question
| July 7, 2009 9:32 AM
AS/400 backup, AS/400 error messages, AS/400 hardware, AS/400 LIC, IBM iSeries 825, IBM System i 550, iSeries backup, iSeries error messages, Tape Backups
Hi, We are trying to recover our DR machine its 825 and i550, when trying to boot from the SAVSYS tape we recieve the following errors i550 – B167 4609 825 – B200 300 Not sure if they are related to LIC program corrupt on the tape or something else as am not able to [...]
AS/400 model 820 has a msg
okon the panel while the machine isoff 10111520 fn 97P4024 and there is an yello error on the panel after i IPL’d the log showed CPP0109 Detect ac lost andthere is a clicking sound from the back the machine is working but complaining on power supply hasanyone replaced power supply ? whats is the cost?can [...]
Answer Question
| May 21, 2009 12:01 AM
AS/400 error messages, AS/400 hardware, iSeries 820
okon the panel while the machine isoff 10111520 fn 97P4024 and there is an yello error on the panel after i IPL’d the log showed CPP0109 Detect ac lost andthere is a clicking sound from the back the machine is working but complaining on power supply hasanyone replaced power supply ? whats is the cost?can [...]
CPYTOSTMP
I’m copying to a stream file and if the object exists it works. The help says if it does not exist it will create it. Here is the error msg Message ID . . . . . . : CPFA0A9 Severity . . . . . . . : 40 Message type . . . [...]
Answer Question
| May 1, 2009 3:49 PM
AS/400, AS/400 error messages, CPYTOSTMP
I’m copying to a stream file and if the object exists it works. The help says if it does not exist it will create it. Here is the error msg Message ID . . . . . . : CPFA0A9 Severity . . . . . . . : 40 Message type . . . [...]





