|
it
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Pinpoint unspecified error for objXMLHttp.send objXML statementHi 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 Hi Betty,
>I got the following error. Are you posting to the asp page in the same virtual directory? If so please >* Category: msxml3.dll >* Description: Unspecified error 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. "Allen Chen [MSFT]" wrote...
> Hi Betty, I am in the middle of a project that is concerned with the above knowledge base article.> >>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 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? Hi,
>I have an ASP page that is using ServerXMLHTTP to call an .ASPX page in ASP and ASPX are handled by different modules. I think it's safe to do the same >directory. Can you please tell me if the above article applies? 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 "Allen Chen [MSFT]" wrote...
> Hi, Thanks. Just to be safe, my ASP page uses ServerXMLHTTP to access a PHP page that > >>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. 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.
What is the real IP address of the site visitor?
ASP.NET and HTML pass stored procedure parameters in asp Select INTO, UNION ASP 0126 ClientScript working in IE but not in Mozilla technology choice Getting input in Multi Laguage Include Files > asp to aspx - vbscript to vb.net II6 -> II7 with classic ASP |
|||||||||||||||||||||||