Skip to main content
16-Pearl
May 17, 2016
Question

VB API - RPC_E_SERVERFAULT

  • May 17, 2016
  • 2 replies
  • 3552 views

Hi,

    occasionally I am getting below error when connecting my VB API Application to CREO, Anybody have idea to solve this issue?,

System.Runtime.InteropServices.COMException (0x80010105): The server threw an exception. (Exception from HRESULT: 0x80010105 (RPC_E_SERVERFAULT))

Please help.

Presently I am restarting my creo session to work again, I need to connect my application without restarting CREO Session

2 replies

1-Visitor
May 23, 2016

Hi Parthiban Kannan,

I´m connection to Creo by C# using also a COM-object. Sometimes the application crashes and then I could not reconnect, getting the same error like you.

In my case it helps to kill the process pfclscom.exe.

In fact that´s not a nice solution, but it works. Perhaps there is a PTC expert with a smoother solution?

Best Regards,

Benjamin

16-Pearl
May 23, 2016

Hi Benjami,

     I already tried that option, eventhough its working only after restarting creo... Any way thanks for reply

16-Pearl
January 31, 2017

We have solved this problem by following steps:

1. Unregister VB API batch file.

2. Clear cache of the system the restart

3. Register VB API batch file now with administrative privileges

that's all

After that, still we didn't face this problem.