|
Hi Marvin Please read the API Concepts manual at InfoCenter (Programming->APIs->API concepts); it explains all this stuff, and you will save yourself a lot of headaches if you do that first instead of asking questions as they arise - there are landmines out there if you don't get grounded. As to the error data structure, you will find in that manual that you have some options - use the QUSEC copy member from QSYSINC/QRPGLESRC or QSYSINC/QRPGSRC for ILE or OPM, resp. Or you can an 8-character string that is all x'00's. The former lets you get error information directly from that structure, the latter says the API should just use normal iSeries error handling. See the manual for more info. HTH Vern -------------- Original message -------------- From: "Marvin Radding" <marvin.radding@xxxxxxxxxxxxxxxxxxxxx>
When working with APIs that have an API Error Data structure as part of the return, how do I define it. I am attempting to work with APIs but keep getting a error: Additional Message Information Message ID . . . . . . : CPF9549 Severity . . . . . . . : 40 Message type . . . . . : Escape Date sent . . . . . . : 11/22/06 Time sent . . . . . . : 11:56:26 Message . . . . : Error addressing API Parameter. Cause . . . . . : An error occurred addressing parameter 8 of the QteRetrieveModuleViews API. The reason code was 2. The following are the reasons why this message is issued. 1 -- A pointer was used that is not available for use while running in the current program state. 2 -- A pointer was used which did not point to storage that could be addressed for the parameter. The pointer may be null or may point to storage that does not exist. Recovery . . . : Refer to the System Programmer's Interface Reference (SC41-8223) for a discussion of using the source debug programming interfaces. More... Press Enter to continue. F3=Exit F6=Print F9=Display message details F12=Cancel F21=Select assistance level So from the depth of desperation hell, I ask you for help: How do I define the parameter in the prototype so that I won't get this error. I have tried a few things and nothing seems to work. For example: D xAPIErr likeds(APIERR) and D xAPIErr * But nothing seems to work. What am I doing wrong? Marvin -- This is the RPG programming on the AS400 / iSeries (RPG400-L) mailing list To post a message email: RPG400-L@xxxxxxxxxxxx To subscribe, unsubscribe, or change list options, visit: http://lists.midrange.com/mailman/listinfo/rpg400-l or email: RPG400-L-request@xxxxxxxxxxxx Before posting, please take a moment to review the archives at http://archive.midrange.com/rpg400-l.
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.