Skip to main content
Solved

Projections OpenAPI V3

  • July 13, 2021
  • 2 replies
  • 347 views

Forum|alt.badge.img+1

Error occurs in .

API explorer-> Specification -> OpenAPI V3

{"error":{"code":"UNEXPECTED","message":"Unexpected internal server error occurred."}}

 

Any idea?

Best answer by Charith Epitawatta

Hi @haveesha,

Are you getting this error for a custom projection you have created? if that is the case, this is a bug in IFSAPP10 UPD10 and fixed in IFSAPP10 UPD11.

One workaround until you get it fixed is to export the Custom projections, import them in to either a UPD9 or UPD11 environment & generate the API Documentation.

If you do that, please be advised that the generated API Documentation could be slightly different from the exact specification which is expected to be shown, since there could be some changes introduced via bug fixes. 

Hope this helps!

This topic has been closed for replies.

2 replies

Charith Epitawatta
Ultimate Hero (Employee)
Forum|alt.badge.img+31
  • Ultimate Hero (Employee)
  • 1094 replies
  • Answer
  • July 13, 2021

Hi @haveesha,

Are you getting this error for a custom projection you have created? if that is the case, this is a bug in IFSAPP10 UPD10 and fixed in IFSAPP10 UPD11.

One workaround until you get it fixed is to export the Custom projections, import them in to either a UPD9 or UPD11 environment & generate the API Documentation.

If you do that, please be advised that the generated API Documentation could be slightly different from the exact specification which is expected to be shown, since there could be some changes introduced via bug fixes. 

Hope this helps!


Forum|alt.badge.img+1
  • Author
  • Do Gooder
  • 1 reply
  • July 14, 2021

Yes, tried that way, and it worked. Many Thanks