Solved

Manager Instance Creation Failed

  • 9 December 2020
  • 2 replies
  • 46 views

Badge +2

Hello,

We have created a custom MPM and calling using a perform action. On calling the same, an error is thrown saying

“Manager Instance Creation Failed : Invalid Component Name Provided”

For perform, we have defined proper namespace , component name and Method Name.

In web.config we have added following line under <applicationextension>

<CustomManagerNamespace>**namespace**.***classname**<.CustomManagerNamespace>

 

Any help would be much appreciated !!!

 

Regards,

Sachin

 

icon

Best answer by sachinlade 11 December 2020, 19:10

View original

This topic has been closed for comments

2 replies

Userlevel 7
Badge +24

Hi @sachinlade,

Are you able to provide the details of how you created the MPM, what the MPM is trying to do and why it was required? Also, can you confirm how you are attempting to call the MPM?

I am not aware of any need to define namespace or amend the web.config when creating a new MPM. Usually the MPM is created and then a Business Rule is set to perform the MPM on output and no further action is required.

Have you had training on MPM creation and implementation for FSM? If not I would advise contacting IFS for a full overview of the area as it is very involved and quite quickly goes beyond the scope of these forums.

Kind regards,

Lee Pinchbeck

Badge +2

I was successfully able to write the custom MPM and call it from FSM application. Thank you for the response.

Appreciated !!!