cancel
Showing results for 
Search instead for 
Did you mean: 

PowerBuilder Application Execution Error R0035!

Former Member
0 Kudos

Hi,

we are actually trying to set up one of the Powerbuilder application in virtual machine. when it tries to establish a connection with external vb application through OLE object, it throws below error.

NOTE: application executed successfully on physical machine. not sure what is causing this. we have tried several options like reregistering some of the COM OCX's, PB supporting files, but no luck.

Any help would be appreciated!

Thanks, Sheik

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Sheik;

  Error # 35 .... Error calling external object function name.

Sounds like the OLE ActiveX control may not be registered on the 2nd machine. Did you run a REGSVR32 on the VBX?

Regards ... Chris

Former Member
0 Kudos

Hi Chris, I am not sure about the OLE ActiveX control that needs to be registered! Running REGSVR32 on the vbx? can you please advice more on this!

Thank you, Sheik

Former Member
0 Kudos

You need to open a CMD window and make the location of the vbx the current directory. Then enter this command:

regsvr32 controlname.vbx

Former Member
0 Kudos

Hi Sheik;

   Just follow Roland's instructions and you should have it!

Regards ... Chris

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi all,

This was fixed by registering the external control that we were calling from PB application.

Thank you all very much.

Sheik