Unconfigured Ad Widget

Collapse

Announcement

Collapse
No announcement yet.

Errors on Call from RPGLE

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Errors on Call from RPGLE

    When I call a programme from an ILE programme (RPG Module), an MCH3401 error message appears (follows). It is a regular call with 3 parameters. A call to the same programme from a preceeding CL module goes through OK and the necessary parms are returned fine. What am I missing? Message ID . . . . . . : MCH3401 Severity . . . . . . . : 40 Message type . . . . . : Diagnostic Date sent . . . . . . : 04/12/00 Time sent . . . . . . : 14:36:42 Message . . . . : Cannot resolve to object RtvCmpny. Type and Subtype X'0201' Authority X'0000'. Cause . . . . . : Either a system pointer or a data pointer can not be resolved. For a system pointer, it can not be resolved to object RtvCmpny, type and subtype X'0201', authorization X'0000', because either the named object was not in any context referred to or the correct object was located but the user profile did not have the required authority. The object types for common type or subtype codes follow: -- 0100-Access group, 0201-Program, 0401-Library, -- 0701-Journal receiver, 0801-User profile, 0901-Journal, -- 0B90-Data space, 0C90-Data space index, 0D50-Data base file member, -- 0E01-Job queue, 0E02-Output queue, 0E03-Message file, -- 0E04-Forms control table, 0A01-Data queue, 0E06-DBCS dictionary, -- 0E07-Information search index, 1401-Class of service description, -- 1501-Mode description, 0E05-Session description, -- 1001-Device description, 1101-Line description, -- 1201-Controller description, 1901-File, 1902-Message queue, -- 1903-Job description, 1904-Class, 1905-Command, 1906-Table, -- 1908-Edit description, 1909-Subsystem description, -- 190A-Data area, 190C-Graphic symbol set, 190D-Chart format, -- 1910-DBCS character table, 1911-Query definition, 1912-Folder, -- 1915-Panel group, 1916-Menu group, 0E0D-Configuration list, -- 1919-S/36 machine description, 1920-Data dictionary, -- 1950-Data base directory, 1951-File format, -- 19C2-Spool control block, 19D0-Work control block table, -- 19D2-System value, 1A00-Process control space, -- 1B01-Authorization list. For a data pointer, it can not be resolved because the named object is not located within any program activation currently known to the process. Recovery . . . : Either specify the correct object name or specify the correct authority for the object.

  • #2
    Errors on Call from RPGLE

    The error message implies that you have the program name in mixed case. On a dynamic call the name must be in upper case. Scott Mildenberger

    Comment


    • #3
      Errors on Call from RPGLE

      DUH! :-) I didn't even think about it! Thanx!!!!!

      Comment

      Working...
      X