Author: Naeem Afzal \\(SJA\\)
Posted: 2006-12-06 03:42:43 Link
Hi All,
I am using VFP9 web service walkthrough example and getting the following error when testing it in "Task Pane". I also registered the com object and can access it from vfp9 command window. Is there any error help list available.?
Pls. help
Error: 1429 - OLE IDispatch exception code 0 from http://tempuri.org/ShowCustomers/action/ShowCustomers.CustomersInGermany: Error source: WSDLService..
<detail><mserror:errorInfo xmlns:mserror="<mserror:returnCode>" target="_blank">http://schemas.microsoft.com/soap-toolkit/faultdetail/error/"><mserror:returnCode> HRESULT=0x800401F3</mserror:returnCode><mserror:callStack><mserror:callElement><mserror:description>WSDLService:The PROGID mywsrv1.ShowCustomers is invalid HRESULT=0x800401F3: Invalid class string
- WSDLReader:Analyzing the WSML file failed HRESULT=0x800401F3: Invalid class string
- Server:An unanticipated error occurred during the processing of this request. HRESULT=0x800401F3: Invalid class string
</mserror:description></mserror:callElement></mserror:callStack></mserror:errorInfo></detail>
Thanks in advance
Naeem
--- StripMime Report -- processed MIME parts ---
multipart/alternative
text/plain (text body -- kept)
text/html
---
we have a visual Foxpro Applicaiton installed on Citrix Server /Windows Server 2008 R2 64 bit
it is calling a .NET Web Service
some user are getting the following messages as the Visual FoxPRO Application calls the .NET Web service
ERROR: 1429 - OLE IDISPATCH Exception code 0 from WSDLReader:
SDLReader: XML Parser failed at linenumber 0, lineposition 0, Reason is:
Access denied
HRESULT=0X1: Incorrect function.
-WSDLReader: Loading the WSDL file failed HRESULT=0x80070057: The parameter is incorrect.
-Client: One of the parameters supplied is invalid. HRESULT=0x80070057: the parameter is incorrect.
....
-Jean Haidar
jhhaidar@sbcglobal.net
--- StripMime Report -- processed MIME parts ---
multipart/alternative
text/plain (text body -- kept)
text/html
---
_______________________________________________
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox
OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/1378732790.33502.YahooMailNeo@web181202.mail.ne1.yahoo.com
** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.
1429 is a permissions error. I had things like this using VFP. Have you made
a separate app pool in IIS. Who is the run as, usually Network Services. And
has that user got rights to the app directory.
Al
-----Original Message-----
From: ProfoxTech [mailto:profoxtech-bounces@leafe.com] On Behalf Of Jean
Haidar
Sent: 09 September 2013 15:20
To: profoxtech@leafe.com
Subject: ERROR: 1429 - OLE IDISPATCH
we have a visual Foxpro Applicaiton installed on Citrix Server /Windows
Server 2008 R2 64 bit
it is calling a .NET Web Service
some user are getting the following messages as the Visual FoxPRO
Application calls the .NET Web service
ERROR: 1429 - OLE IDISPATCH Exception code 0 from WSDLReader:
SDLReader: XML Parser failed at linenumber 0, lineposition 0, Reason is:
Access denied
HRESULT=0X1: Incorrect function.
-WSDLReader: Loading the WSDL file failed HRESULT=0x80070057: The parameter
is incorrect.
-Client: One of the parameters supplied is invalid. HRESULT=0x80070057: the
parameter is incorrect.
....
-Jean Haidar
jhhaidar@sbcglobal.net
--- StripMime Report -- processed MIME parts ---
multipart/alternative
text/plain (text body -- kept)
text/html
---
[excessive quoting removed by server]
_______________________________________________
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox
OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/003b01cead63$9f9283f0$deb78bd0$@com
** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.
Sorry for not cutting. Usually I do. Missed one
Al
-----Original Message-----
From: ProfoxTech [mailto:profoxtech-bounces@leafe.com] On Behalf Of Allen
Sent: 09 September 2013 15:51
To: profoxtech@leafe.com
Subject: RE: ERROR: 1429 - OLE IDISPATCH
1429 is a permissions error. I had things like this using VFP. Have you made
a separate app pool in IIS. Who is the run as, usually Network Services. And
has that user got rights to the app directory.
Al
_______________________________________________
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox
OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/003c01cead63$c052c320$40f84960$@com
** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.
thanks Al.
but here is the Scenario is again:
the .NET web Service is is installed under Web Server A
Visual Foxpro Application is installed under 2 different Citrix Servers.
VFP Application is calling the .Net Web Service (hosted under Web Server A). the .NET Web service is Authenticating a certain user to create PDF file and save the PDF under a directory under Citrix.
the whole process is working OK under one Citrix Server but not on another Citrix Server
the Citrix Server where the error is showing has this configuration:
Window Server 2008 R2-64 Bit
since it is working under one Citrxi Server, the issue is not from IIS Web Server!
We are trying to find out what setting(s) or Configurations on new Citrix server is causing the error to show !!
Thanks,
Jean Haidar
________________________________
From: Allen <profox@gatwicksoftware.com>
To: profox@leafe.com
Sent: Monday, September 9, 2013 8:51 AM
Subject: RE: ERROR: 1429 - OLE IDISPATCH
1429 is a permissions error. I had things like this using VFP. Have you made
a separate app pool in IIS. Who is the run as, usually Network Services. And
has that user got rights to the app directory.
Al
-----Original Message-----
From: ProfoxTech [mailto:profoxtech-bounces@leafe.com] On Behalf Of Jean
Haidar
Sent: 09 September 2013 15:20
To: profoxtech@leafe.com
Subject: ERROR: 1429 - OLE IDISPATCH
we have a visual Foxpro Applicaiton installed on Citrix Server /Windows
Server 2008 R2 64 bit
it is calling a .NET Web Service
some user are getting the following messages as the Visual FoxPRO
Application calls the .NET Web service
ERROR: 1429 - OLE IDISPATCH Exception code 0 from WSDLReader:
SDLReader: XML Parser failed at linenumber 0, lineposition 0, Reason is:
Access denied
HRESULT=0X1: Incorrect function.
-WSDLReader: Loading the WSDL file failed HRESULT=0x80070057: The parameter
is incorrect.
-Client: One of the parameters supplied is invalid. HRESULT=0x80070057: the
parameter is incorrect.
....
-Jean Haidar
jhhaidar@sbcglobal.net
--- StripMime Report -- processed MIME parts ---
multipart/alternative
text/plain (text body -- kept)
text/html
---
[excessive quoting removed by server]
_______________________________________________
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox
OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/003b01cead63$9f9283f0$deb78bd0$@com
** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.
--- StripMime Report -- processed MIME parts ---
multipart/alternative
text/plain (text body -- kept)
text/html
---
_______________________________________________
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox
OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/1378761517.94518.YahooMailNeo@web181203.mail.ne1.yahoo.com
** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.
Its a bit late here now but I did see something about soap files. Not sure
if that is relevant though unless the web service is vfp.
Al
-----Original Message-----
From: Jean Haidar
Sent: Monday, September 9, 2013 11:18 PM
To: profoxtech@leafe.com
Subject: Re: ERROR: 1429 - OLE IDISPATCH
thanks Al.
but here is the Scenario is again:
the .NET web Service is is installed under Web Server A
Visual Foxpro Application is installed under 2 different Citrix Servers.
VFP Application is calling the .Net Web Service (hosted under Web Server
A). the .NET Web service is Authenticating a certain user to create PDF
file and save the PDF under a directory under Citrix.
the whole process is working OK under one Citrix Server but not on another
Citrix Server
the Citrix Server where the error is showing has this configuration:
Window Server 2008 R2-64 Bit
since it is working under one Citrxi Server, the issue is not from IIS Web
Server!
We are trying to find out what setting(s) or Configurations on new Citrix
server is causing the error to show !!
Thanks,
Jean Haidar
________________________________
From: Allen <profox@gatwicksoftware.com>
To: profox@leafe.com
Sent: Monday, September 9, 2013 8:51 AM
Subject: RE: ERROR: 1429 - OLE IDISPATCH
1429 is a permissions error. I had things like this using VFP. Have you made
a separate app pool in IIS. Who is the run as, usually Network Services. And
has that user got rights to the app directory.
Al
-----Original Message-----
From: ProfoxTech [mailto:profoxtech-bounces@leafe.com] On Behalf Of Jean
Haidar
Sent: 09 September 2013 15:20
To: profoxtech@leafe.com
Subject: ERROR: 1429 - OLE IDISPATCH
we have a visual Foxpro Applicaiton installed on Citrix Server /Windows
Server 2008 R2 64 bit
it is calling a .NET Web Service
some user are getting the following messages as the Visual FoxPRO
Application calls the .NET Web service
ERROR: 1429 - OLE IDISPATCH Exception code 0 from WSDLReader:
SDLReader: XML Parser failed at linenumber 0, lineposition 0, Reason is:
Access denied
HRESULT=0X1: Incorrect function.
-WSDLReader: Loading the WSDL file failed HRESULT=0x80070057: The parameter
is incorrect.
-Client: One of the parameters supplied is invalid. HRESULT=0x80070057: the
parameter is incorrect.
....
-Jean Haidar
jhhaidar@sbcglobal.net
--- StripMime Report -- processed MIME parts ---
multipart/alternative
text/plain (text body -- kept)
text/html
---
[excessive quoting removed by server]
_______________________________________________
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox
OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/2308EF2D7E1548C5AB16546AEACD069C@gslredacer
** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.
No, the Web service is .NET ( Visual Studio 2010)
As I understand Soap Client 3.0 is used for VFP Web service
in any case the Citrix Admin is making sure that Soap Client 3.0 is installed on both Citrix Servers.
Thanks,
Jean Haidar
________________________________
From: Allen <profox@gatwicksoftware.com>
To: profox@leafe.com
Sent: Monday, September 9, 2013 4:21 PM
Subject: Re: ERROR: 1429 - OLE IDISPATCH
Its a bit late here now but I did see something about soap files. Not sure if that is relevant though unless the web service is vfp.
Al
-----Original Message----- From: Jean Haidar
Sent: Monday, September 9, 2013 11:18 PM
To: profoxtech@leafe.com
Subject: Re: ERROR: 1429 - OLE IDISPATCH
thanks Al.
but here is the Scenario is again:
the .NET web Service is is installed under Web Server A
Visual Foxpro Application is installed under 2 different Citrix Servers.
VFP Application is calling the .Net Web Service (hosted under Web Server A). the .NET Web service is Authenticating a certain user to create PDF file and save the PDF under a directory under Citrix.
the whole process is working OK under one Citrix Server but not on another Citrix Server
the Citrix Server where the error is showing has this configuration:
Window Server 2008 R2-64 Bit
since it is working under one Citrxi Server, the issue is not from IIS Web Server!
We are trying to find out what setting(s) or Configurations on new Citrix server is causing the error to show !!
Thanks,
Jean Haidar
________________________________
From: Allen <profox@gatwicksoftware.com>
To: profox@leafe.com
Sent: Monday, September 9, 2013 8:51 AM
Subject: RE: ERROR: 1429 - OLE IDISPATCH
1429 is a permissions error. I had things like this using VFP. Have you made
a separate app pool in IIS. Who is the run as, usually Network Services. And
has that user got rights to the app directory.
Al
-----Original Message-----
From: ProfoxTech [mailto:profoxtech-bounces@leafe.com] On Behalf Of Jean
Haidar
Sent: 09 September 2013 15:20
To: profoxtech@leafe.com
Subject: ERROR: 1429 - OLE IDISPATCH
we have a visual Foxpro Applicaiton installed on Citrix Server /Windows
Server 2008 R2 64 bit
it is calling a .NET Web Service
some user are getting the following messages as the Visual FoxPRO
Application calls the .NET Web service
ERROR: 1429 - OLE IDISPATCH Exception code 0 from WSDLReader:
SDLReader: XML Parser failed at linenumber 0, lineposition 0, Reason is:
Access denied
HRESULT=0X1: Incorrect function.
-WSDLReader: Loading the WSDL file failed HRESULT=0x80070057: The parameter
is incorrect.
-Client: One of the parameters supplied is invalid. HRESULT=0x80070057: the
parameter is incorrect.
....
-Jean Haidar
jhhaidar@sbcglobal.net
--- StripMime Report -- processed MIME parts ---
multipart/alternative
text/plain (text b[excessive quoting removed by server]
_______________________________________________
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox
OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/1378762139.62078.YahooMailNeo@web181206.mail.ne1.yahoo.com
** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.
The error points to permissions though I have seen other things cause it.
Make sure the asp.net versions are the same. Despite IIS6 on supposed to
allow multi .net versions it does not seem to. Also make sure the pool is
set to Network Services on both and that network services has access to the
directories. And SQL server if used.
Al
-----Original Message-----
From: Jean Haidar
Sent: Monday, September 9, 2013 11:28 PM
To: profoxtech@leafe.com
Subject: Re: ERROR: 1429 - OLE IDISPATCH
No, the Web service is .NET ( Visual Studio 2010)
As I understand Soap Client 3.0 is used for VFP Web service
in any case the Citrix Admin is making sure that Soap Client 3.0 is
installed on both Citrix Servers.
Thanks,
Jean Haidar
_______________________________________________
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox
OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/C284EABDB142418A9BDCAE7852175AD8@gslredacer
** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.