cancel
Showing results for 
Search instead for 
Did you mean: 

Cannot connect to PCM from FIM

Former Member
0 Kudos

Hello,

I am able to login to PCM and i have imported enterprise user to PCM.

URL to logon to PCM: http://USSLTCSNW2027.xglbsnet.com:81/PCM

When i try to open PCM connection in FIM i get below error:

Failed while calling the 'Profitability and Cost Management (PCM)' system to perform the 'getModelList' action. : javax.xml.ws.WebServiceException: org.apache.cxf.service.factory.ServiceConstructionException: Failed to create service.

org.apache.cxf.service.factory.ServiceConstructionException: Failed to create service.

And when i try to test connection i get below error:

Connection 'PCM' is invalid. : java.net.MalformedURLException: http://USSLTCSNW2027.xglbsnet.com:81/PCM

Please advice.

Thanks,

Vishal

Accepted Solutions (0)

Answers (2)

Answers (2)

marton_horvath2
Explorer
0 Kudos

The correct format:

http://<servername:serverport>/FIMService/

With a slash (/) at the end, but without the FIM.asmx

thomas_dubreuil
Employee
Employee
0 Kudos

Hello Vishal

Which versions are you using for FIM and for PCM ? Do you have latests SP installed ?

To understand why you cannot login to PCM from FIM, you need to test a connection with your web browser to the PCM FIMwebservice. Once this can be connected, the FIM.asmx page will be displayed in your browser. At this point you will have access from FIM

Best regards

Thomas

Former Member
0 Kudos

Hello Thomas,

PCM version: 7,5,0,2218

FIM version: 7.5.0,2566

when i try http://USSLTCSNW2027.xglbsnet.com:81/PCM in brower, i am able to login to PCM.

Am i supposed to use http://USSLTCSNW2027.xglbsnet.com:81/PCM as webservice URL or is there some othere URL?

if there is other URL where can i find it?

Thanks,

Vishal

thomas_dubreuil
Employee
Employee
0 Kudos

Hi Vishal,

There is a specific URL for the PCM webservice for FIM. This needs to be configured in IIS as stated in the installation manual. The URL should look like:

http://<servername:serverport>/FIMService/FIM.asmx

Best regards

Thomas