cancel
Showing results for 
Search instead for 
Did you mean: 

Error when using FIM mapping tables

former_member231026
Participant
0 Kudos

Hello

When I try to open the mapping table in the FIM job, there is this strange error message

com.sap.fpm.fim.common.webservice.WSException: Failed while calling the 'Finance' system to perform the 'getDimensionsInfos' action.

javax.xml.ws.soap.SOAPFaultException: System.Web.Services.Protocols.SoapException: Failed to invoke service ---> System.Runtime.InteropServices.COMException (0x80041618): Exception from HRESULT: 0x80041618

   at Cartesis.Framework.Business.Client.ServiceProxy.Invoke(Stream requestMessageStream) in d:\Olympus_CONS_FC\src\Finance\src\Framework\Business\Client\ServiceProxy.cs:line 124

   at Cartesis.Finance.Application.Info.ApplicationInfoServices.GetIdentificationForAllUserLanguages() in d:\Olympus_CONS_FC\src\Finance\src\Finance\Application\generated_ws\Cartesis.Finance.Application.Info.ApplicationInfoServices.cs:line 261

   --- End of inner exception stack trace ---

   at Cartesis.Finance.Application.Info.ApplicationInfoServices.GetIdentificationForAllUserLanguages() in d:\Olympus_CONS_FC\src\Finance\src\Finance\Application\generated_ws\Cartesis.Finance.Application.Info.ApplicationInfoServices.cs:line 296

Accepted Solutions (1)

Accepted Solutions (1)

Marc_Kuipers
Product and Topic Expert
Product and Topic Expert
0 Kudos

Answers (2)

Answers (2)

Marc_Kuipers
Product and Topic Expert
Product and Topic Expert
0 Kudos

Jochem

One thing to always verify is the user/pwd defined in the web.config of the FC webservices

I would recommend you use an internally authenticated user. It will, of course, work with a BOE authenticated user, but the risk is that if BOE is not responding, the web-services will be down (and subsequently, nothing in FIM using this data-store will work)

Former Member
0 Kudos

Hello Jochem,

If you test your FC datastore, you might probably get the same error message.

As Marc already pointed, this is a WS issue.

You can check this KBA as well:

http://service.sap.com/sap/support/notes/1900891

Regards

Mariam