Product Lifecycle Management Blogs by Members
Get insider knowledge about product lifecycle management software from SAP. Tap into insights and real-world experiences with community member blog posts.
cancel
Showing results for 
Search instead for 
Did you mean: 
NNaik3
Explorer
Introduction:

PAPI (Public API) is a set of ME web services that enable services to communicate with one another and leverage one another's data and functionality via a documented interface. Developers aren't required to understand how a PAPI works; they simply use the PAPI interface to communicate.

Each PAPI service is made up of one or more operations (methods) that can be used to invoke business functions in SAP ME.

These operations (methods) can be used to implement font-end UIs, integrate with manufacturing equipment and business systems, or extend the SAP ME solution to meet your organization's needs.

This blog tells you what you should do if the PAPI web services fail and what solutions you can implement.

 

Reason:

If SAP ME goes down (either intentionally or because the application crashed) and is then restarted, the references to the SAP ME libraries are not reloaded and PAPI calls made to SAP ME fail with the error “Exception: [com/sap/me/integration/util/MEPAPIHelper : cannot initialize class because prior initialization attempt failed]

 

Solution:

Anytime SAP ME goes down or is taken down and is restarted, SAP MII should also be restarted so that the referenced libraries are also reloaded correctly.

Use the following steps to restart SAP MII:

  • Log on to the SAP NetWeaver Administrator console using the following URL (replace host and port with appropriate values for your system) http://<host>:<port>/nwa

  • Choose the Operations tab and click on the Start & Stop link.

  • Choose the Java Applications tab.

  • In the Application list, select xapps~xmii~ear application and stop it.

  • Select xapps~xmii~jraapp application and stop it.

  • Refresh the list and check that xapps~xmii~ear, xapps~xmii~jraapp, xapps~me~integration~ear and xapps~me~integration~ui are fully stopped.

  • Select xapps~xmii~jraapp application and start it.

  • Select xapps~xmii~ear application and start it.

  • Refresh the list and check that xapps~xmii~ear, xapps~xmii~jraapp, xapps~me~integration~ear and xapps~me~integration~ui are up and running.


 

Conclusion

I would also recommend that you follow the SAP Manufacturing Execution community so that you can receive notifications about upcoming content from myself and other community members.

SAP Manufacturing Execution

You can also look at the Q&A in communities and ask questions.

Q&A Platform

Finally, I'd like to request and encourage you to follow my profile so that you can be the first to learn about any new and exciting technical or functional information regarding SAP Manufacturing Execution.

Thank you for reading my blog post, and if you have any thoughts or suggestions, please let me know so I can make it better.