Skip to main content
Solved

Hi, On FME server I try to make a SERVER APP of an workspace. A message occurs: An unhandeled exception has occurred due to some unexpectedly omitted information, consult the web service logs for further details.

  • May 31, 2022
  • 2 replies
  • 68 views

perry
Forum|alt.badge.img+2

When I run the workspace locally it works fine.

When I make a server app with an other workspace I have no error.

So I think there is something wrong in the workspace.

 

- Where can I find 'logs for further details'?

- what went wrong

Best answer by hollyatsafe

Hi @perry​ ,

Unfortunately, you've encountered a known issue in 2021.2 that has since been resolved in FME Server 2022.0. This error will occur when the workspace configured in the app has a published parameter (of type Number or Date) that does not contain a default value. A workaround is to set a default value or change the parameter type to Text.  I'm sorry for any inconvenience.

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

2 replies

perry
Forum|alt.badge.img+2
  • Author
  • 49 replies
  • May 31, 2022

Found it:

I used 9 parameters in my workspace, using 4 I really need will work.

So for now it's a solution. I try to find out wat is wrong with the deleted params.


Forum|alt.badge.img+2
  • 719 replies
  • Best Answer
  • May 31, 2022

Hi @perry​ ,

Unfortunately, you've encountered a known issue in 2021.2 that has since been resolved in FME Server 2022.0. This error will occur when the workspace configured in the app has a published parameter (of type Number or Date) that does not contain a default value. A workaround is to set a default value or change the parameter type to Text.  I'm sorry for any inconvenience.