Home All Groups Group Topic Archive Search About

Pinpoint unspecified error for objXMLHttp.send objXML statement

Author
12 Jun 2009 5:19 AM
c676228
Hi all,

Set objXMLHTTP =server.Createobject("MSXML2.ServerXMLHTTP")
objXMLHttp.Open "POST", GatewayHost, False
....'get objXML
'I have a legitimate xml as I can see from
Response.Write objXML.xml  & "<br>"
but when I execute this statement   
objXMLHttp.send objXML
I got the following error.
* Category: msxml3.dll
* Description: Unspecified error
Could someone tell me what I should do to debug?
I just don't know where to find out the issue if "unspecified error" comes up.

thanks,
--
Betty

Author
12 Jun 2009 7:30 AM
Allen Chen [MSFT]
Hi Betty,

>I got the following error.
>* Category: msxml3.dll
>* Description: Unspecified error

Are you posting to the asp page in the same virtual directory? If so please
refer to this kb article:
http://support.microsoft.com/default.aspx?scid=kb;en-us;Q316451

If not, could you paste all code that can help to reproduce this issue and
tell me how to reproduce it? In addition, please provide IIS version.

Regards,
Allen Chen
Microsoft Online Support

Delighting our customers is our #1 priority. We welcome your comments and
suggestions about how we can improve the support we provide to you. Please
feel free to let my manager know what you think of the level of service
provided. You can send feedback directly to my manager at:
msd***@microsoft.com.

==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/en-us/subscriptions/aa948868.aspx#notifications.

Note: MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 2 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions. Issues of this
nature are best handled working with a dedicated Microsoft Support Engineer
by contacting Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/en-us/subscriptions/aa948874.aspx
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
Are all your drivers up to date? click for free checkup

Author
15 Jun 2009 5:00 PM
Toni
"Allen Chen [MSFT]" wrote...
> Hi Betty,
>
>>I got the following error.
>>* Category: msxml3.dll
>>* Description: Unspecified error
>
> Are you posting to the asp page in the same virtual directory? If so please
> refer to this kb article:
> http://support.microsoft.com/default.aspx?scid=kb;en-us;Q316451
>

I am in the middle of a project that is concerned with the above knowledge base article.

I have an ASP page that is using ServerXMLHTTP to call an .ASPX page in the same
directory. Can you please tell me if the above article applies?

I have a limited understanding of this but, as I understand it, ASP and ASPX run in
different application pools? So, am I safe in doing this?
Author
16 Jun 2009 5:29 AM
Allen Chen [MSFT]
Hi,

>I have an ASP page that is using ServerXMLHTTP to call an .ASPX page in
the same
>directory. Can you please tell me if the above article applies?

ASP and ASPX are handled by different modules. I think it's safe to do
that. But it's still possible to cause dead lock if the ASPX needs a
resource whose lock is owned by ASP.

Regards,
Allen Chen
Microsoft Online Support
Author
19 Jun 2009 6:53 PM
Toni
"Allen Chen [MSFT]" wrote...
> Hi,
>
>>I have an ASP page that is using ServerXMLHTTP to call an .ASPX page in
> >the same
>>directory. Can you please tell me if the above article applies?
>
> ASP and ASPX are handled by different modules. I think it's safe to do
> that. But it's still possible to cause dead lock if the ASPX needs a
> resource whose lock is owned by ASP.

Thanks. Just to be safe, my ASP page uses ServerXMLHTTP to access a PHP page that
performs the function (hey, I wrote my first PHP page). Based on the above MS article,
what I'm doing now should be safe.

BTW, I'm doing a reverse DNS. ASP doesn't provide a reverse DNS feature, but ASP.NET and
PHP do. So, I'm passing the IP address to the PHP page using ServerXMLHTTP and
retrieving the reverse DNS.
Author
17 Jun 2009 8:02 AM
Allen Chen [MSFT]
Hi Betty,

>I got the following error.
>* Category: msxml3.dll
>* Description: Unspecified error

Do you have any progress on this issue?

Regards,
Allen Chen
Microsoft Online Support

Bookmark and Share