cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Need help navigating or using the PTC Community? Contact the community team. X

VB API - RPC_E_SERVERFAULT

PARTHIBAN_K
15-Moonstone

VB API - RPC_E_SERVERFAULT

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

Parthiban Kannan

href="https://www.linkedin.com/in/parthiban-kannan/" target="_blank"
3 REPLIES 3

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

Hi Benjami,

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

Parthiban Kannan

href="https://www.linkedin.com/in/parthiban-kannan/" target="_blank"

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.

Parthiban Kannan

href="https://www.linkedin.com/in/parthiban-kannan/" target="_blank"
Top Tags