<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>Question Re: Error calling external object function intialize in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/error-calling-external-object-function-intialize/qaa-p/10565133#M3842425</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do we have any other solution for this issue. We are still struck up with the same issue&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Lavanya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 21 Oct 2014 11:09:12 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2014-10-21T11:09:12Z</dc:date>
    <item>
      <title>Error calling external object function intialize</title>
      <link>https://community.sap.com/t5/technology-q-a/error-calling-external-object-function-intialize/qaq-p/10565126</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In our application we are using CaseDocs.DocCasesCtl control.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are recieving "&lt;STRONG&gt;Error calling external object function intialize&lt;/STRONG&gt;" when the below line of code is being executed.&lt;/P&gt;&lt;P&gt;ole_1.object.Initialize(is_case , gl_obsessionhandle)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FYI. The same code is working in XP machine but not in Windows 7.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We tried re-registering &lt;STRONG&gt;CaseDocs.ocx&lt;/STRONG&gt; but had no luck.&lt;/P&gt;&lt;P&gt;Please advice on this.&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/541737" width="450" /&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Lavanya.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Sep 2014 07:32:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/error-calling-external-object-function-intialize/qaq-p/10565126</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-09-16T07:32:48Z</dc:date>
    </item>
    <item>
      <title>Re: Error calling external object function intialize</title>
      <link>https://community.sap.com/t5/technology-q-a/error-calling-external-object-function-intialize/qaa-p/10565127#M3842419</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How did you register your OCX? using regvr32 from c:\windows\system32 ?&lt;/P&gt;&lt;P&gt;Is your Windows 7 a 64-bit machine?&lt;/P&gt;&lt;P&gt;If yes, can you try to re-register your OCX control (32-bit?) using regsvr32 from correct folder:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Open a DOS command prompt (run as administrator)&lt;/P&gt;&lt;P&gt;2. Change directory to C:\Windows\SysWOW64&lt;/P&gt;&lt;P&gt;3. Unregister the control using the command "regsvr32 /U xxxx.ocx"&lt;/P&gt;&lt;P&gt;4. Re-Register using the command "regsvr32 xxxx.ocx"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Indeed, you have to use a 32-bit OCX with PowerBuilder&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH,&lt;/P&gt;&lt;P&gt;Jacob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Sep 2014 07:50:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/error-calling-external-object-function-intialize/qaa-p/10565127#M3842419</guid>
      <dc:creator>CobyKako</dc:creator>
      <dc:date>2014-09-16T07:50:36Z</dc:date>
    </item>
    <item>
      <title>Re: Error calling external object function intialize</title>
      <link>https://community.sap.com/t5/technology-q-a/error-calling-external-object-function-intialize/qaa-p/10565128#M3842420</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jacob,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your quick response.&lt;/P&gt;&lt;P&gt;We are using Windows 7 , 32-bit machine.&lt;/P&gt;&lt;P&gt;We placed the ocx in C:\Windows\System32 and re-registered the ocx after unregistering but we are still getting same error.&lt;/P&gt;&lt;P&gt;(Also i could not find any folder named SysWOW64).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Lavanya.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Sep 2014 11:18:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/error-calling-external-object-function-intialize/qaa-p/10565128#M3842420</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-09-16T11:18:59Z</dc:date>
    </item>
    <item>
      <title>Re: Error calling external object function intialize</title>
      <link>https://community.sap.com/t5/technology-q-a/error-calling-external-object-function-intialize/qaa-p/10565129#M3842421</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SysWOW64 folder is created with 64-bit machines only.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As for your problem, is it possible to have a way to recreate it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Sep 2014 12:02:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/error-calling-external-object-function-intialize/qaa-p/10565129#M3842421</guid>
      <dc:creator>CobyKako</dc:creator>
      <dc:date>2014-09-16T12:02:55Z</dc:date>
    </item>
    <item>
      <title>Re: Error calling external object function intialize</title>
      <link>https://community.sap.com/t5/technology-q-a/error-calling-external-object-function-intialize/qaa-p/10565130#M3842422</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Lavanya;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Are you sure that the control your using is W7 certified?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) I would suggest wrapping the OLE script in a TRY..CATCH. Quite often, more information is provided on the error in the Exception object.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you using the W7 32bit or 64bit O/S?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards ... Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Sep 2014 12:09:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/error-calling-external-object-function-intialize/qaa-p/10565130#M3842422</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-09-16T12:09:44Z</dc:date>
    </item>
    <item>
      <title>Re: Error calling external object function intialize</title>
      <link>https://community.sap.com/t5/technology-q-a/error-calling-external-object-function-intialize/qaa-p/10565131#M3842423</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Chris,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, we are using Windows7 32bit O/S.&lt;/P&gt;&lt;P&gt;Can you please let me know how to identify whether the control is Windows7 certified and also how to get this OCX work in Windows7.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note: We are able to replicate this issue in XP machine by unregistering the same OCX.&lt;/P&gt;&lt;P&gt;So we are assuming that the issue in Windows7 is due to this OCX .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Lavanya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Sep 2014 10:51:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/error-calling-external-object-function-intialize/qaa-p/10565131#M3842423</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-09-17T10:51:43Z</dc:date>
    </item>
    <item>
      <title>Re: Error calling external object function intialize</title>
      <link>https://community.sap.com/t5/technology-q-a/error-calling-external-object-function-intialize/qaa-p/10565132#M3842424</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Lavanya;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; I would suggest contacting the OCX vendor and checking with them on the control's W7 compliance aspect.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards ... Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Sep 2014 11:33:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/error-calling-external-object-function-intialize/qaa-p/10565132#M3842424</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-09-17T11:33:14Z</dc:date>
    </item>
    <item>
      <title>Re: Error calling external object function intialize</title>
      <link>https://community.sap.com/t5/technology-q-a/error-calling-external-object-function-intialize/qaa-p/10565133#M3842425</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do we have any other solution for this issue. We are still struck up with the same issue&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Lavanya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Oct 2014 11:09:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/error-calling-external-object-function-intialize/qaa-p/10565133#M3842425</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-10-21T11:09:12Z</dc:date>
    </item>
    <item>
      <title>Re: Error calling external object function intialize</title>
      <link>https://community.sap.com/t5/technology-q-a/error-calling-external-object-function-intialize/qaa-p/10565134#M3842426</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi Chris,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The OCX that we are using is our own application and this ocx is being called from PowerBuilder.&lt;/P&gt;&lt;P&gt;Also the same OCX is working fine when called from the VB application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Can you please help us to resolve this.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance,&lt;/P&gt;&lt;P&gt;Lavanya.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Oct 2014 16:34:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/error-calling-external-object-function-intialize/qaa-p/10565134#M3842426</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-10-22T16:34:46Z</dc:date>
    </item>
    <item>
      <title>Re: Error calling external object function intialize</title>
      <link>https://community.sap.com/t5/technology-q-a/error-calling-external-object-function-intialize/qaa-p/10565135#M3842427</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;NEED HELP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone tell whether Windows 7 supports Powerbuilder 11.5 version.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are not able to figure out the solution for this.&lt;/P&gt;&lt;P&gt;Can anyone help on this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Lavanya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Oct 2014 16:37:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/error-calling-external-object-function-intialize/qaa-p/10565135#M3842427</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-10-22T16:37:16Z</dc:date>
    </item>
    <item>
      <title>Re: Error calling external object function intialize</title>
      <link>https://community.sap.com/t5/technology-q-a/error-calling-external-object-function-intialize/qaa-p/10565136#M3842428</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Lavanya,&lt;BR /&gt;Take a look at the following to see if it will help troubleshoot the problem:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://answers.sap.com/community/developer-center/powerbuilder/blog/2014/09/24/how-to-capture-error-messages-from-an-activex-control"&gt;http://scn.sap.com/community/developer-center/powerbuilder/blog/2014/09/24/how-to-capture-error-messages-from-an-activex-control&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ted Zimmerman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Oct 2014 16:42:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/error-calling-external-object-function-intialize/qaa-p/10565136#M3842428</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-10-22T16:42:28Z</dc:date>
    </item>
    <item>
      <title>Re: Error calling external object function intialize</title>
      <link>https://community.sap.com/t5/technology-q-a/error-calling-external-object-function-intialize/qaa-p/10565137#M3842429</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Lavanya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PowerBuilder 11.5.1 (build 4675 or higher) Supports Microsoft Windows &lt;/P&gt;&lt;P&gt;7.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Times New Roman; font-size: 12pt;"&gt;Beverly Duquette&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Oct 2014 16:45:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/error-calling-external-object-function-intialize/qaa-p/10565137#M3842429</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-10-22T16:45:36Z</dc:date>
    </item>
    <item>
      <title>Re: Error calling external object function intialize</title>
      <link>https://community.sap.com/t5/technology-q-a/error-calling-external-object-function-intialize/qaa-p/10565138#M3842430</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Lavanya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I liked to know have you solved this problem ? we have the same problem calling a fingerprint OCX function&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have registered the ocx and copy it to syswow64 (w7 - 64bit)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have checked using ole browser and found all the functions listed in the OCX&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But why the PB 12 can't find the function, the error code is 39 - error accessing external object property&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it the same old issue ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for any help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RW&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Oct 2015 08:48:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/error-calling-external-object-function-intialize/qaa-p/10565138#M3842430</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-10-15T08:48:35Z</dc:date>
    </item>
    <item>
      <title>Re: Error calling external object function intialize</title>
      <link>https://community.sap.com/t5/technology-q-a/error-calling-external-object-function-intialize/qaa-p/10565139#M3842431</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If your pb application is 32bit you have to use a 32bit version of the ocx.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Oct 2015 11:18:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/error-calling-external-object-function-intialize/qaa-p/10565139#M3842431</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-10-15T11:18:28Z</dc:date>
    </item>
    <item>
      <title>Re: Error calling external object function intialize</title>
      <link>https://community.sap.com/t5/technology-q-a/error-calling-external-object-function-intialize/qaa-p/10565140#M3842432</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I used the 32 bit ocx , and it register successfull&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this PB bugs ? cannot call the OCX&amp;nbsp; external functions ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Oct 2015 13:44:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/error-calling-external-object-function-intialize/qaa-p/10565140#M3842432</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-10-15T13:44:55Z</dc:date>
    </item>
    <item>
      <title>Re: Error calling external object function intialize</title>
      <link>https://community.sap.com/t5/technology-q-a/error-calling-external-object-function-intialize/qaa-p/10565141#M3842433</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;I have also the got the similar issue while running one of my application.when i try to generate the ms word documents by that application i am getting the error " Error calling external object function intialize" and the error message alert is displaying.&lt;/P&gt;&lt;P&gt;Initially when i run the application i got&amp;nbsp; the&amp;nbsp; first error " unable to start the OLE server process error" after that frequently i am getting that&amp;nbsp; error " Error calling external object function initialize" when i am running and generating word documents.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using windows 7 64 bit os.can you tel me how to fix it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Oct 2016 10:40:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/error-calling-external-object-function-intialize/qaa-p/10565141#M3842433</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-10-04T10:40:12Z</dc:date>
    </item>
  </channel>
</rss>

