Question

Error while connecting with external interface

  • 6 April 2021
  • 2 replies
  • 65 views

Badge +2

We are in process of connecting EAI(Inventory system) to IFS CI lab. When EAI is triggering a request towards IFS at ESB(middleware) we are seeing attached error. Could you please help us get this sorted.

 

 And I can see the below files present in the path

 


This topic has been closed for comments

2 replies

Badge +2

 

         

<span><H1>Server Error in '/FSMCILab' Application.<hr width=100% size=1 color=silver></H1>

 

            <h2> <i>Parser Error</i> </h2></span>

 

            <b> Description: </b>An error occurred during the parsing of a resource required to service this request.   Please review the following specific parse error details and modify your source file appropriately.
            <br><br>

 

            <b> Parser Error Message: </b>Could not create type 'FSMGateway'.<br><br>

 

This is the error I can see

Userlevel 5
Badge +13

Hi @ERCESEGSIL , 

 

The FSM Gateway is a custom web service provided for Ericsson.

Based on the error it looks like it did not got deployed entirely in the appropriate environment. 

For this service to run the following files must exists:

[APP_ROOT]\App_Code\FSMGateway.cs

[APP_ROOT]\MetrixIntegrationService\FSMGateway.asmx

 

These files can be taken from harvest or from the in-house ericsson environment. 

 

Ruben