Start a Conversation

Unsolved

This post is more than 5 years old

C

244

April 15th, 2008 03:00

Developing with DiskExtender SDK - DxServiceLogOnEx problems

Hello, i´m currently developing in VB6 with the DiskExtender SDK. In my development machine everything goes wright but when o try to run the app in production server i get the following error - RPC Server is unavailable error code: 1722. This seems to happen when the app reaches the DxServiceLogOnEx function. There are to parametres there, ProtocolType and EndPoint that suggests a previous configuration to run correctly, but I tryed all possible and still get that error.
Can anyone help please?

Thank you.

397 Posts

April 19th, 2008 11:00

Not sure if this will help.
Perhaps specify RPC_PROTOCOL_TCPIP as the protocol and DX_RPC_EP_TCPIP as the endpoint? Or you can use 0 and NULL
No Events found!

Top