NavigationUser login |
TIBCAKEY Job - abendTrying to implement EZMR in PortalJ V10 and cannot initiate the creation of the Rapid Retreival catalog -- supposed to be able to launch TIBCAKEY from the 773 panel but the job abends -- have a help ticket in with Ventyx with a research request initiated also. Any ideas or resolution or has anyone encountered this before. Thanks. By Anonymous | PP batch scripts | add new comment
Launch TIBCAKEYYes - this did help -- the issue we are seeing is the abend regarding TIBFORM -- I have passed this to a couple of developers and they are looking into it. Thank you - I will post if there are further questions. By Anonymous | reply
|
X773 launch tibcakey
Are you able to access panel X773?
If not, navigate to System Adminstration panel X044, Application = SYS ADMN, Functional Group = INDUS BUY DEMAND, type 'unlk' in the action command box. On X774, right click, more detail will unlock. Overtype X774 with X773.
==========
Is job launched from panel X773?
==========
Are you receiving abend mentioning "TIBFORM"?
If yes, program tibcakey.csm needs to be updated to conform to PP ver 10.x's report printing.
a) Add COPY TIRFORM and COPY TIRPGLOT
b) Remove working storage level 01 PAGE-LAYOUT.
c) In paragraph 0100- add PERFORM TIBFORM-CALC.
d) At end of program add COPY TIRFRM0 (zero is last character).
You should be able to find other tib*.csm programs to find the details.
===========
Is IBD-EC-WKL-ACTIVE-COM being populated (check via debugger) in the online environment? If not, it might be an indication that the Rapid Retrieval Catalog is not "turned on". This used to be accomplished by the existance of the TIGX774 load module which PassPort detected before populating IBD-EC-WKL-ACTIVE-COM.
===========
Doing the loading using XML? Might need to straighten out the XML parser in use (IBM's versus Sun's).
===========
Any of this help?