Handler Profound ui
-
- New User
- Posts: 10
- Joined: Wed Aug 21, 2013 7:18 am
- First Name: Demba
- Last Name: Diack
- Company Name: OO2
- Contact:
Handler Profound ui
Please can you help about this error. I already add all libraries which we need
The system don't recognize the keyword HANDLER The program has encountered an unmonitored exception. Please contact the system administrator for assistance.
Message Id:
Severity:
Date:
Time:
Program:
Procedure:
Line(s):
Message:
RNX1216
99
2013-08-21
16.24.21
ECRAN1
ECRAN1
1000001
Message CEE9901 reçu pendant OPEN sur fichier ECRAN1.
Cause . . . . . : La procédure RPG ECRAN1 du programme DDIACK/ECRAN1 a reçu le message CEE9901 lors d'une opération implicite OPEN sur le fichier ECRAN1. Le fichier réel est *LIBL/ECRAN1. Que faire . . . : Reportez-vous à la description complète du message CEE9901 dans l'historique du travail et prenez contact avec le responsable de la maintenance logicielle. Si le type d'unité associé au fichier est SPECIAL, il se peut que l'historique du travail ne contienne aucun message.
The system don't recognize the keyword HANDLER The program has encountered an unmonitored exception. Please contact the system administrator for assistance.
Message Id:
Severity:
Date:
Time:
Program:
Procedure:
Line(s):
Message:
RNX1216
99
2013-08-21
16.24.21
ECRAN1
ECRAN1
1000001
Message CEE9901 reçu pendant OPEN sur fichier ECRAN1.
Cause . . . . . : La procédure RPG ECRAN1 du programme DDIACK/ECRAN1 a reçu le message CEE9901 lors d'une opération implicite OPEN sur le fichier ECRAN1. Le fichier réel est *LIBL/ECRAN1. Que faire . . . : Reportez-vous à la description complète du message CEE9901 dans l'historique du travail et prenez contact avec le responsable de la maintenance logicielle. Si le type d'unité associé au fichier est SPECIAL, il se peut que l'historique du travail ne contienne aucun message.
-
- Experienced User
- Posts: 2711
- Joined: Wed Aug 01, 2012 8:58 am
- First Name: Scott
- Last Name: Klement
- Company Name: Profound Logic
- City: Milwaukee
- State / Province: Wisconsin
Re: Handler Profound ui
This error merely tells you to check for a previous message in the job log. Do you know what the previous errors are?
You say it won't accept the HANDLER keyword. Did you compile without the HANDLER keyword, is that the reason for the CEE9901? Do you have the open access PTFs installed?
You say it won't accept the HANDLER keyword. Did you compile without the HANDLER keyword, is that the reason for the CEE9901? Do you have the open access PTFs installed?
-
- New User
- Posts: 10
- Joined: Wed Aug 21, 2013 7:18 am
- First Name: Demba
- Last Name: Diack
- Company Name: OO2
- Contact:
Re: Handler Profound ui
All examples in PUISAMPLES work properly. SEU does not accept the HANDLER keyword. Nevertheless, the compilation work. I get this message only I execute the program . I use V6R1. What are the open access PTFs to install? Thanks for your reply.
-
- New User
- Posts: 2
- Joined: Tue Aug 09, 2011 2:40 pm
- First Name: Paolo
- Last Name: Prioli
- Company Name: Prl Srl
- Address 1: Via Santo Stefano 57/1
- City: Gradara
- State / Province: Outside Canada/USA
- Zip / Postal Code: 61012
- Country: Italy
- Contact:
Re: Handler Profound ui
I've got the same error as ddiack.
I'm on 7.1 Rpg OA installed.
I'm on 7.1 Rpg OA installed.
-
- Experienced User
- Posts: 2711
- Joined: Wed Aug 01, 2012 8:58 am
- First Name: Scott
- Last Name: Klement
- Company Name: Profound Logic
- City: Milwaukee
- State / Province: Wisconsin
Re: Handler Profound ui
You get an error in SEU because the HANDLER keyword did not exist when IBM i 6.1 was released, it was added later via a PTF.
IBM has stated many times that SEU is "frozen" at the 6.1 level. Nothing released in RPG after 6.1 will ever be supported in SEU. V7R1 customers will tell you that all of the new features added to RPG in V7R1 will also produce an error in SEU. This is for the same reason -- IBM has deliberately chosen to freeze SEU at the 6.1 level. Any new features past 6.1 will only be added to Rational Developer (RDi or RDP)
However, if you prefer to use SEU, you can just ignore the errors. The programs will still compile and work properly.
IBM has stated many times that SEU is "frozen" at the 6.1 level. Nothing released in RPG after 6.1 will ever be supported in SEU. V7R1 customers will tell you that all of the new features added to RPG in V7R1 will also produce an error in SEU. This is for the same reason -- IBM has deliberately chosen to freeze SEU at the 6.1 level. Any new features past 6.1 will only be added to Rational Developer (RDi or RDP)
However, if you prefer to use SEU, you can just ignore the errors. The programs will still compile and work properly.
-
- Experienced User
- Posts: 2711
- Joined: Wed Aug 01, 2012 8:58 am
- First Name: Scott
- Last Name: Klement
- Company Name: Profound Logic
- City: Milwaukee
- State / Province: Wisconsin
Re: Handler Profound ui
If the samples in PUISAMPLES work properly, and you are using the IBM compile commands (rather than our preprocessor) then you already have the PTFs for Open Access installed.ddiack wrote:All examples in PUISAMPLES work properly. SEU does not accept the HANDLER keyword. Nevertheless, the compilation work. I get this message only I execute the program . I use V6R1. What are the open access PTFs to install? Thanks for your reply.
Sorry, when I mentioned installing Open Access, I did not know that the problem only occurred in SEU. As I mentioned in my last message, that problem is because IBM has "frozen" SEU, and will not be adding new features to it... it's nothing wrong with your system.
-
- New User
- Posts: 10
- Joined: Wed Aug 21, 2013 7:18 am
- First Name: Demba
- Last Name: Diack
- Company Name: OO2
- Contact:
Re: Handler Profound ui
I changed the table to PROFOUNDUI/PUI0001204 for setting * USRPRF as noted in this document:
http://www.profoundlogic.com/docs/displ ... List+Setup.
Now the program compile and work properly.
Thank for your help.
http://www.profoundlogic.com/docs/displ ... List+Setup.
Now the program compile and work properly.
Thank for your help.
-
- New User
- Posts: 10
- Joined: Wed Aug 21, 2013 7:18 am
- First Name: Demba
- Last Name: Diack
- Company Name: OO2
- Contact:
Re: Handler Profound ui
However, the programs can't be run from other profiles. When they run a program, the previous message is displayed. I think the program can't retrieve the library where the source is stored.
-
- Experienced User
- Posts: 2711
- Joined: Wed Aug 01, 2012 8:58 am
- First Name: Scott
- Last Name: Klement
- Company Name: Profound Logic
- City: Milwaukee
- State / Province: Wisconsin
Re: Handler Profound ui
Can you please post the previous message in the job log that shows what the error is?
If you to a WRKACTJOB JOB(PROFOUNDUI) (or whatever name you installed tbe Profound UI HTTP instance under, if you did not use the default name of 'PROFOUNDUI') you should find that one of the jobs is on MSGW status. Use option 5 next to that job, then take option 10 to view the job log.
If you to a WRKACTJOB JOB(PROFOUNDUI) (or whatever name you installed tbe Profound UI HTTP instance under, if you did not use the default name of 'PROFOUNDUI') you should find that one of the jobs is on MSGW status. Use option 5 next to that job, then take option 10 to view the job log.
-
- New User
- Posts: 10
- Joined: Wed Aug 21, 2013 7:18 am
- First Name: Demba
- Last Name: Diack
- Company Name: OO2
- Contact:
Who is online
Users browsing this forum: No registered users and 0 guests