• If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Announcement

Collapse
No announcement yet.

API error encountered

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

  • API error encountered

    I have an app with RPG programs that was imported/exported from instance A to instance B. The RPG programs were copied and complied to the library of instance B.

    Despite the app and programs being duplicates, the error "API error encountered: [Program name]" returns when running the program in instance B but the programs still run correctly in instance A.

    My browser cache was cleared as well.

    Is there a step in the transfer that I'm missing?
    Last edited by AndrewLDS; 01-21-2022, 10:42 AM.

  • #2
    Check the Errors application to see if there is any further info.
    Sounds like a compile and/or library list issue may be the cause.

    Comment


    • #3
      Yes, it was a library list issue.

      Was
      d program pr extpgm('library/object')

      Correct format
      d program pr extpgm('object')

      Comment

      Working...
      X