Home > Archive > MS SQL Server OLAP > January 2006 > more connecting problems with ADOMD.NET. MVPs Help!!!!









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author more connecting problems with ADOMD.NET. MVPs Help!!!!
Avi

2006-01-25, 3:27 am

Hi

Big headache here with ADOMD.NET.

For a range of reasons, I am using ADOMD.NET 8.0 (because we can't upgrade
to .NET 2.0 yet, so no ADOMD.NET 9.0). When connecting up to a LOCAL SSAS
2000 cube through a windows form app, I have no problem connecting to the
server. If I take the same code (in a separate VS2003 project) and call it
from an ASP.NET page, I get the now familiar problem:

"A connection cannot be made. Ensure that the server is running."

If I compile the code for COM registration, I get the same response. The
ASP.NET app is sitting in a virtual directory with Windows Authentication (i
tried basic and anonymous too). I am opening the page as workstation Admin,
with full OLAP admin capabilities. The security on the cube has also been set
to give this user complete access.

if I try and connect to a SSAS 2005 cube (on a separate server), I get no
issues at all (as long as the identity impersonate setting in web.config is
set to true).

My test workstation is the following:
XP SP2, SQL 2000 Dev SP4 + AS2K SP4, using ADOMD.NET 8.0 with the hot fix,
..NET 1.1. The Virtual directories are set to basic authentication.

The connection strings I have tried include:
cx = " provider=msolap;Inte
grated
Security=SSPI;Connec
tTo=8. 0;SSPI=Kerberos;Data
Source=server1"
cx = "Data Source=server1;Provi
der=msolap.2;"

Thanks
Avi

Stack Trace:

"A connection cannot be made. Ensure that the server is running."

at
Microsoft.AnalysisServices.AdomdClient.XmlaClient. GetTcpClient(Connect
ionInfo
connectionInfo) at
Microsoft.AnalysisServices.AdomdClient.XmlaClient. OpenTcpConnection(Co
nnectionInfo
connectionInfo) at
Microsoft.AnalysisServices.AdomdClient.XmlaClient. Connect(ConnectionIn
fo
connectionInfo, Boolean beginSession) at
Microsoft.AnalysisServices.AdomdClient.XmlaClientProvider.Microsoft.AnalysisServices.AdomdClient. AdomdConnection+IXml
aClientProviderEx.ConnectXmla()
at
Microsoft.AnalysisServices.AdomdClient.AdomdConnection. ConnectToXMLA(Boolea
n
createSession, Boolean isHTTP) at
Microsoft.AnalysisServices.AdomdClient.AdomdConnection.Open() at
OLAPtest.Class1.catalogList(String serverNM) in D:\Documents and Settings\My
Documents\Visual Studio Projects\OLAPtest\OL
APtest\Class1.vb:line 36
Vladimir Chtepa

2006-01-26, 4:58 pm

Hi,

IMHO, the simplest answer is don't using adomd.net 8.0.
Either ADOMD (COM) to AS2K or ADOMD.NET 9.0 to AS2K5.
I had also headache with ADOMD.NET 8.0 to AS2K.

Vladimir Chtepa

"Avi" <Avi@discussions.microsoft.com> schrieb im Newsbeitrag
news:223FACB8-7297-4C04-B138- 816C54CC8FFC@microso
ft.com...
> Hi
>
> Big headache here with ADOMD.NET.
>
> For a range of reasons, I am using ADOMD.NET 8.0 (because we can't upgrade
> to .NET 2.0 yet, so no ADOMD.NET 9.0). When connecting up to a LOCAL SSAS
> 2000 cube through a windows form app, I have no problem connecting to the
> server. If I take the same code (in a separate VS2003 project) and call it
> from an ASP.NET page, I get the now familiar problem:
>
> "A connection cannot be made. Ensure that the server is running."
>
> If I compile the code for COM registration, I get the same response. The
> ASP.NET app is sitting in a virtual directory with Windows Authentication
> (i
> tried basic and anonymous too). I am opening the page as workstation
> Admin,
> with full OLAP admin capabilities. The security on the cube has also been
> set
> to give this user complete access.
>
> if I try and connect to a SSAS 2005 cube (on a separate server), I get no
> issues at all (as long as the identity impersonate setting in web.config
> is
> set to true).
>
> My test workstation is the following:
> XP SP2, SQL 2000 Dev SP4 + AS2K SP4, using ADOMD.NET 8.0 with the hot fix,
> .NET 1.1. The Virtual directories are set to basic authentication.
>
> The connection strings I have tried include:
> cx = " provider=msolap;Inte
grated
> Security=SSPI;Connec
tTo=8. 0;SSPI=Kerberos;Data
Source=server1"
> cx = "Data Source=server1;Provi
der=msolap.2;"
>
> Thanks
> Avi
>
> Stack Trace:
>
> "A connection cannot be made. Ensure that the server is running."
>
> at
> Microsoft.AnalysisServices.AdomdClient.XmlaClient. GetTcpClient(Connect
ionInfo
> connectionInfo) at
> Microsoft.AnalysisServices.AdomdClient.XmlaClient. OpenTcpConnection(Co
nnectionInfo
> connectionInfo) at
> Microsoft.AnalysisServices.AdomdClient.XmlaClient. Connect(ConnectionIn
fo
> connectionInfo, Boolean beginSession) at
> Microsoft.AnalysisServices.AdomdClient.XmlaClientProvider.Microsoft.AnalysisServices.AdomdClient. AdomdConnection+IXml
aClientProviderEx.ConnectXmla()
> at
> Microsoft.AnalysisServices.AdomdClient.AdomdConnection. ConnectToXMLA(Boolea
n
> createSession, Boolean isHTTP) at
> Microsoft.AnalysisServices.AdomdClient.AdomdConnection.Open() at
> OLAPtest.Class1.catalogList(String serverNM) in D:\Documents and
> Settings\My
> Documents\Visual Studio Projects\OLAPtest\OL
APtest\Class1.vb:line 36



Avi

2006-01-26, 4:58 pm

Vladimir

Unfortunately, thats not an option. You need .NET 2.0 to run ADOMD.NET 9.0
right? .....Can't upgrade to 2.0 yet.

I have read a many different posts on this issue, but none seems to have a
satisfactory answer.

Also, just to clarify how ridiculous this is, it works perfectly on some
machines, but not on others, like Win2000 server (in an AD), no problems.
this machine only has access to AS2K databases.

Avi


"Vladimir Chtepa" wrote:

> Hi,
>
> IMHO, the simplest answer is don't using adomd.net 8.0.
> Either ADOMD (COM) to AS2K or ADOMD.NET 9.0 to AS2K5.
> I had also headache with ADOMD.NET 8.0 to AS2K.
>
> Vladimir Chtepa
>
> "Avi" <Avi@discussions.microsoft.com> schrieb im Newsbeitrag
> news:223FACB8-7297-4C04-B138- 816C54CC8FFC@microso
ft.com...
>
>
>

Akshai Mirchandani [MS]

2006-01-26, 4:58 pm

Avi, there may be extended exception information -- can you check?

To clarify: if you write a standalone console application that opens an
ADOMD.NET connection to the AS 2000 server, does it work on this machine?

If you write some test COM ADOMD code and stick it into the ASP.NET app,
does it work?

Is it possible that you are running into something independent? E.g.
firewall issues or other such network protection?

I know of one issue in ADOMD.NET 8.0 when using ASP.NET and a specific
username/password in the web.config file but I don't believe the error
messages matches what you are getting...

HTH,
Akshai
--
This posting is provided "AS IS" with no warranties, and confers no rights
Please do not send email directly to this alias. This alias is for newsgroup
purposes only.

"Avi" <Avi@discussions.microsoft.com> wrote in message
news:C1C9FD6C-53E0-4846-BAB0- E75D75F83E93@microso
ft.com...[color=darkred]
> Vladimir
>
> Unfortunately, thats not an option. You need .NET 2.0 to run ADOMD.NET 9.0
> right? .....Can't upgrade to 2.0 yet.
>
> I have read a many different posts on this issue, but none seems to have a
> satisfactory answer.
>
> Also, just to clarify how ridiculous this is, it works perfectly on some
> machines, but not on others, like Win2000 server (in an AD), no problems.
> this machine only has access to AS2K databases.
>
> Avi
>
>
> "Vladimir Chtepa" wrote:
>


Avi

2006-01-26, 4:58 pm

Akshai

thanks for responding. I am very close to jumping off a cliff here!

Some more background:

- A standalone Windows App has no problem connecting. Its only once I use
the EXACT same code called from an ASP.NET page.
- The code used to work fine before. It does work in the situation
described previously (win2k in an AD with AS2K SP4 and as per the "clean
install" below)
- If I use COM ADOMD from the .NET app, it too only works from the stand
alone. Not from ASP.NET.
- other issues could be the cause. But I can't even connect successfully to
the server on the local machine -so I am 99% sure its not the firewall or
network here. If I use the stand alone to connect to another server it works
too.

Whats seems so crazy is that the same code works perfectly with a SQL 2005
installation (XP Sp2 'client' to a separate XP Sp2 'Server').


I have installed the following to see if its some other bug: OLE DB 9.0
(with PTS 9), MDAC 2.8 Sp1, MSXML 6.0, XMLA 1.1 SDK, all the hotfixes for
ADOMD.NET. None seems to help.

Next point of attack was to install everything on a separate , clean Win2k
server. AS2K Sp4 and the original ADOMD.NET file with the hotfix and it all
works (!). So, my thinking is that there is something screwed up in the XP
SP2 install, or there is something else going on. Problem is that I have
tried it on a clean XP Sp2 install and I still have issues. So I think its
something with Xp SP2 (and potentially Win 2003).

I have used the proclarity diagnositc tool to punch out the following list
of apps and drivers for the dead XP instance and the live Win2k instance.
Maybe you can spot the obvious issue. Or maybe you have some better
suggestions to try.

thanks in advance
Avi

XP SP2=================
====================
===============

System Information
------------------
System Processor : Intel(R) Pentium(R) M processor 2.00GHz
Vendor ID : GenuineIntel
Processor ID : x86 Family 6 Model 13 Stepping 8
Processor Speed : 1995 MHz

Memory Information
------------------
Total Physical Memory : 1,571,248 KB
Total Available Physical Memory : 896,152 KB
Total Paging File Size : 3,511,868 KB
Total Available Paging File Memory : 3,060,044 KB

Statistics for Drive C:
-----------------------
Sectors Per Cluster : 8
Bytes Per Sector : 512
Free Space : 17,178 MB
Total Space : 41,344 MB

Statistics for Drive D:
-----------------------
Sectors Per Cluster : 8
Bytes Per Sector : 512
Free Space : 4,126 MB
Total Space : 30,941 MB

Operating System Information
----------------------------
Platform : Windows XP
OS Version : 5.1.2600
Service Pack : Service Pack 2
OS Language : English (United States)
User Default Locale : English (United States)
System Default Locale : English (United States)



Software Information
--------------------
Internet Explorer Version : 6.0.2900.2180
Netscape Navigator Version : - Key Does Not Exist -
Analysis Services 2000 Version : 8.0.2039.0
Default MSOLAP Provider : - Key Does Not Exist -

Office 2003 File Version Information
------------------------------------
EXCEL.EXE :11.0.5612
OUTLOOK.EXE :11.0.5510
POWERPNT.EXE :11.0.5529
WINWORD.EXE :11.0.5604
MSACCESS.EXE :11.0.5614

Pivot Table Services 7.0 File Version Information
-------------------------------------------------
MSOLAP.DLL :7.0.1458.0219
MSMDCUBE.DLL :7.0.1458.0219
MSMDGDRV.DLL :7.0.1460.0531
MSOLAPR.DLL :7.0.1458.0219
MSOLAPUI.DLL :7.00.1458

Pivot Table Services 2000 File Version Information
--------------------------------------------------
MSDMENG.DLL :8.00.2039
MSDMINE.DLL :8.00.2039
MSMDCB80.DLL :8.00.2039
MSMDGD80.DLL :8.00.2039
MSOLAP80.DLL :8.00.2039
MSOLUI80.DLL :8.00.2039
MSDMINE.RLL :8.00.2039
MSOLAP80.RLL :8.00.2039
OLAPUIR.RLL :8.00.2039
MSMDUN80.DLL :2000.080.0382.00

Pivot Table Services 2005 File Version Information
--------------------------------------------------
XMLRW.DLL :- File Not Found -
XMLRWBIN.DLL :- File Not Found -
MSMGDSRV.DLL :- File Not Found -
MSMDLOCAL.DLL :- File Not Found -
MSOLAP90.DLL :- File Not Found -
MSOLUI90.DLL :- File Not Found -
MSMDSRV.RLL :- File Not Found -
MSOLUI90.RLL :- File Not Found -

Microsoft Data Access Components File Version Information
---------------------------------------------------------
MDAC files in C:\PROGRAM FILES\COMMON FILES\SYSTEM\ADO\ :
MSADER15.DLL :2.81.1117.0
(xpsp_sp2_rtm.040803-2158)
MSADO15.DLL :2.81.1117.0
(xpsp_sp2_rtm.040803-2158)
MSADO20.TLB :2.81.1117.0
(xpsp_sp2_rtm.040803-2158)
MSADO21.TLB :2.81.1117.0
(xpsp_sp2_rtm.040803-2158)
MSADO25.TLB :2.81.1117.0
(xpsp_sp2_rtm.040803-2158)
MSADOMD.DLL :2.81.1117.0
(xpsp_sp2_rtm.040803-2158)
MSADOR15.DLL :2.81.1117.0
(xpsp_sp2_rtm.040803-2158)
MSADOX.DLL :2.81.1117.0
(xpsp_sp2_rtm.040803-2158)
MSADRH15.DLL :2.81.1117.0
(xpsp_sp2_rtm.040803-2158)
MSJRO.DLL :2.81.1117.0
(xpsp_sp2_rtm.040803-2158)
MDAC files in C:\PROGRAM FILES\COMMON FILES\SYSTEM\MSADC\ :
MSADCE.DLL :2.81.1117.0
(xpsp_sp2_rtm.040803-2158)
MSADCER.DLL :2.81.1117.0
(xpsp_sp2_rtm.040803-2158)
MSADCF.DLL :2.81.1117.0
(xpsp_sp2_rtm.040803-2158)
MSADCFR.DLL :2.81.1117.0
(xpsp_sp2_rtm.040803-2158)
MSADCO.DLL :2.81.1117.0
(xpsp_sp2_rtm.040803-2158)
MSADCOR.DLL :2.81.1117.0
(xpsp_sp2_rtm.040803-2158)
MSADCS.DLL :2.81.1117.0
(xpsp_sp2_rtm.040803-2158)
MSADDS.DLL :2.81.1117.0
(xpsp_sp2_rtm.040803-2158)
MSADDSR.DLL :2.81.1117.0
(xpsp_sp2_rtm.040803-2158)
MSDAPRSR.DLL :2.81.1117.0
(xpsp_sp2_rtm.040803-2158)
MSDAPRST.DLL :2.81.1117.0
(xpsp_sp2_rtm.040803-2158)
MSDAREM.DLL :2.81.1117.0
(xpsp_sp2_rtm.040803-2158)
MSDAREMR.DLL :2.81.1117.0
(xpsp_sp2_rtm.040803-2158)
MSDFMAP.DLL :2.81.1117.0
(xpsp_sp2_rtm.040803-2158)
MDAC files in C:\PROGRAM FILES\COMMON FILES\SYSTEM\OLE DB\ :
MSDADC.DLL :2.81.1117.0
(xpsp_sp2_rtm.040803-2158)
MSDAENUM.DLL :2.81.1117.0
(xpsp_sp2_rtm.040803-2158)
MSDAER.DLL :2.81.1117.0
(xpsp_sp2_rtm.040803-2158)
MSDAORAR.DLL :2.81.1117.0
(xpsp_sp2_rtm.040803-2158)
MSDAOSP.DLL :2.81.1117.0
(xpsp_sp2_rtm.040803-2158)
MSDAPS.DLL :2.81.1117.0
(xpsp_sp2_rtm.040803-2158)
MSDASC.DLL :2.81.1117.0
(xpsp_sp2_rtm.040803-2158)
MSDASQL.DLL :2.81.1117.0
(xpsp_sp2_rtm.040803-2158)
MSDASQLR.DLL :2.81.1117.0
(xpsp_sp2_rtm.040803-2158)
MSDATL3.DLL :2.81.1117.0
(xpsp_sp2_rtm.040803-2158)
MSDATT.DLL :2.81.1117.0
(xpsp_sp2_rtm.040803-2158)
MSDAURL.DLL :9.2.1117.0
(xpsp_sp2_rtm.040803-2158)
MSXACTPS.DLL :2.81.1117.0
(xpsp_sp2_rtm.040803-2158)
OLEDB32.DLL :2.81.1117.0
(xpsp_sp2_rtm.040803-2158)
OLEDB32R.DLL :2.81.1117.0
(xpsp_sp2_rtm.040803-2158)
OLEDB32X.DLL :2.60.6526.0
SQLOLEDB.DLL :2000.085.1117.00
(xpsp_sp2_rtm.040803-2158)
SQLOLEDB.RLL :2000.085.1117.00
(xpsp_sp2_rtm.040803-2158)
SQLXMLX.DLL :2000.085.1117
(xpsp_sp2_rtm.040803-2158)
SQLXMLX.RLL :2000.085.1117
(xpsp_sp2_rtm.040803-2158)

File Version Information
------------------------
MSXML.DLL :8.00.7002.0
MSXML3.DLL :8.50.2162.0
MSXML3R.DLL :8.20.8730.1
MSXML4.DLL :4.20.9818.0
MSXML4R.DLL :4.10.9404.0
MSXML6.DLL :- File Not Found -
MSXML6R.DLL :- File Not Found -
OLEAUT32.DLL :5.1.2600.2180
OLEPRO32.DLL :5.1.2600.2180
STDOLE2.TLB :3.50.5014
ASYCFILT.DLL :5.1.2600.2180
MSVCRT.DLL :7.0.2600.2180
(xpsp_sp2_rtm.040803-2158)
MSVCP70.DLL :7.00.9466.0
MSVCR70.DLL :7.00.9466.0
MSVCP71.DLL :7.10.3077.0
MSVCR71.DLL :7.10.3052.4
MSVCP80.DLL :- File Not Found -
MSVCR80.DLL :- File Not Found -

VBA File Version Information
----------------------------
APC60.DLL :- File Not Found -
APC62.DLL :- File Not Found -
APC63.DLL :6.01.9142
VBE6.DLL :6.04.9969
VBE6EXT.OLB :6.04.9969
APC60ITL.DLL :6.01.9142
VBE6INTL.DLL :6.04.9759
FM20.DLL :11.0.5601
FM20ENU.DLL :11.0.5510
RICHED20.DLL :5.30.23.1221
SCP32.DLL :2.0.330
VBAME.DLL :2.2.5
MSSTDFMT.DLL :6.00.8804
MSSTKPRP.DLL :6.00.8877
MSVBVM60.DLL :6.00.9690
MAKECERT.EXE :- File Not Found -
MSO9.DLL :- File Not Found -
SELFCERT.EXE :- File Not Found -
SIGNER.DLL :- File Not Found -
MSO9INTL.DLL :- File Not Found -

XML Tests
-------------------
Active XML Library File - msxml3.dll
Test File Name: C:\Documents and Settings\Avi Perez\Application
Data\ProClarity\Clie
nt\testPCDT.xml
XML Document Object Creation Test - Passed
XML Element Object Creation Test - Passed
XML Child Object Append Test - Passed
XML File Save Test - Passed
XML Child Object Removal Test - Passed
XML File Load Test - Passed

Win 2K==================
====================
==============

System Information
------------------
System Processor : Mobile Intel(R) Pentium(R) 4 - M CPU 1.90GHz
Vendor ID : GenuineIntel
Processor ID : x86 Family 15 Model 2 Stepping 7
Processor Speed : 1898 MHz

Memory Information
------------------
Total Physical Memory : 785,332 KB
Total Available Physical Memory : 530,956 KB
Total Paging File Size : 1,920,808 KB
Total Available Paging File Memory : 1,704,284 KB

Statistics for Drive C:
-----------------------
Sectors Per Cluster : 8
Bytes Per Sector : 512
Free Space : 5,756 MB
Total Space : 7,501 MB


Statistics for Drive N:
-----------------------
Sectors Per Cluster : 8
Bytes Per Sector : 512
Free Space : 4,642 MB
Total Space : 6,224 MB


Operating System Information
----------------------------
Platform : Windows 2000
OS Version : 5.0.2195
Service Pack : Service Pack 4
OS Language : English (United States)
User Default Locale : English (United States)
System Default Locale : English (United States)


Software Information
--------------------
Internet Explorer Version : 6.0.2800.1106
Netscape Navigator Version : - Key Does Not Exist -
Analysis Services 2000 Version : 8.0.2039.0
Default MSOLAP Provider :Microsoft OLE DB Provider for Olap Services
8.0

Office 2003 File Version Information
------------------------------------
EXCEL.EXE :11.0.5612
OUTLOOK.EXE :- File Not Found -
POWERPNT.EXE :- File Not Found -
WINWORD.EXE :11.0.5604
MSACCESS.EXE :- File Not Found -

Pivot Table Services 7.0 File Version Information
-------------------------------------------------
MSOLAP.DLL :7.0.1458.0219
MSMDCUBE.DLL :7.0.1458.0219
MSMDGDRV.DLL :7.0.1460.0531
MSOLAPR.DLL :7.0.1458.0219
MSOLAPUI.DLL :7.00.1458

Pivot Table Services 2000 File Version Information
--------------------------------------------------
MSDMENG.DLL :8.00.2039
MSDMINE.DLL :8.00.2039
MSMDCB80.DLL :8.00.2039
MSMDGD80.DLL :8.00.2039
MSOLAP80.DLL :8.00.2039
MSOLUI80.DLL :8.00.2039
MSDMINE.RLL :8.00.2039
MSOLAP80.RLL :8.00.2039
OLAPUIR.RLL :8.00.2039
MSMDUN80.DLL :2000.080.0193.00

Pivot Table Services 2005 File Version Information
--------------------------------------------------
XMLRW.DLL :- File Not Found -
XMLRWBIN.DLL :- File Not Found -
MSMGDSRV.DLL :- File Not Found -
MSMDLOCAL.DLL :- File Not Found -
MSOLAP90.DLL :- File Not Found -
MSOLUI90.DLL :- File Not Found -
MSMDSRV.RLL :- File Not Found -
MSOLUI90.RLL :- File Not Found -

Microsoft Data Access Components File Version Information
---------------------------------------------------------
MDAC files in N:\PROGRAM FILES\COMMON FILES\SYSTEM\ADO\ :
MSADER15.DLL :2.81.1117.0 built by: (_sqlbld)
MSADO15.DLL :2.81.1117.0 built by: (_sqlbld)
MSADO20.TLB :2.81.1117.0 built by: (_sqlbld)
MSADO21.TLB :2.81.1117.0 built by: (_sqlbld)
MSADO25.TLB :2.81.1117.0 built by: (_sqlbld)
MSADOMD.DLL :2.81.1117.0 built by: (_sqlbld)
MSADOR15.DLL :2.81.1117.0 built by: (_sqlbld)
MSADOX.DLL :2.81.1117.0 built by: (_sqlbld)
MSADRH15.DLL :2.81.1117.0 built by: (_sqlbld)
MSJRO.DLL :2.81.1117.0 built by: (_sqlbld)
MDAC files in N:\PROGRAM FILES\COMMON FILES\SYSTEM\MSADC\ :
MSADCE.DLL :2.81.1117.0 built by: (_sqlbld)
MSADCER.DLL :2.81.1117.0 built by: (_sqlbld)
MSADCF.DLL :2.81.1117.0 built by: (_sqlbld)
MSADCFR.DLL :2.81.1117.0 built by: (_sqlbld)
MSADCO.DLL :2.81.1117.0 built by: (_sqlbld)
MSADCOR.DLL :2.81.1117.0 built by: (_sqlbld)
MSADCS.DLL :2.81.1117.0 built by: (_sqlbld)
MSADDS.DLL :2.81.1117.0 built by: (_sqlbld)
MSADDSR.DLL :2.81.1117.0 built by: (_sqlbld)
MSDAPRSR.DLL :2.81.1117.0 built by: (_sqlbld)
MSDAPRST.DLL :2.81.1117.0 built by: (_sqlbld)
MSDAREM.DLL :2.81.1117.0 built by: (_sqlbld)
MSDAREMR.DLL :2.81.1117.0 built by: (_sqlbld)
MSDFMAP.DLL :2.81.1117.0 built by: (_sqlbld)
MDAC files in N:\PROGRAM FILES\COMMON FILES\SYSTEM\OLE DB\ :
MSDADC.DLL :2.81.1117.0 built by: (_sqlbld)
MSDAENUM.DLL :2.81.1117.0 built by: (_sqlbld)
MSDAER.DLL :2.81.1117.0 built by: (_sqlbld)
MSDAORAR.DLL :2.81.1117.0 built by: (_sqlbld)
MSDAOSP.DLL :2.81.1117.0 built by: (_sqlbld)
MSDAPS.DLL :2.81.1117.0 built by: (_sqlbld)
MSDASC.DLL :2.81.1117.0 built by: (_sqlbld)
MSDASQL.DLL :2.81.1117.0 built by: (_sqlbld)
MSDASQLR.DLL :2.81.1117.0 built by: (_sqlbld)
MSDATL3.DLL :2.81.1117.0 built by: (_sqlbld)
MSDATT.DLL :2.81.1117.0 built by: (_sqlbld)
MSDAURL.DLL :9.2.1117.0 built by: (_sqlbld)
MSXACTPS.DLL :2.81.1117.0 built by: (_sqlbld)
OLEDB32.DLL :2.81.1117.0 built by: (_sqlbld)
OLEDB32R.DLL :2.81.1117.0 built by: (_sqlbld)
OLEDB32X.DLL :2.60.6526.0
SQLOLEDB.DLL :2000.085.1117.00 built by: (_sqlbld)
SQLOLEDB.RLL :2000.085.1117.00 built by: (_sqlbld)
SQLXMLX.DLL :2000.085.1117 built by: (_sqlbld)
SQLXMLX.RLL :2000.085.1117 built by: (_sqlbld)

File Version Information
------------------------
MSXML.DLL :8.0.6730.0
MSXML3.DLL :8.70.1104.0
MSXML3R.DLL :8.20.8730.1
MSXML4.DLL :4.10.9404.0
MSXML4R.DLL :4.10.9404.0
MSXML6.DLL :- File Not Found -
MSXML6R.DLL :- File Not Found -
OLEAUT32.DLL :2.40.4522
OLEPRO32.DLL :5.0.4522
STDOLE2.TLB :2.40.4522
ASYCFILT.DLL :2.40.4522
MSVCRT.DLL :6.10.9844.0
MSVCP70.DLL :7.00.9466.0
MSVCR70.DLL :7.00.9466.0
MSVCP71.DLL :7.10.3077.0
MSVCR71.DLL :7.10.3052.4
MSVCP80.DLL :- File Not Found -
MSVCR80.DLL :- File Not Found -

XML Tests
-------------------
Active XML Library File - msxml3.dll
Test File Name: N:\Documents and Settings\Administrat
or\Application
Data\ProClarity\Clie
nt\testPCDT.xml
XML Document Object Creation Test - Passed
XML Element Object Creation Test - Passed
XML Child Object Append Test - Passed
XML File Save Test - Passed
XML Child Object Removal Test - Passed
XML File Load Test - Passed



"Akshai Mirchandani [MS]" wrote:

> Avi, there may be extended exception information -- can you check?
>
> To clarify: if you write a standalone console application that opens an
> ADOMD.NET connection to the AS 2000 server, does it work on this machine?
>
> If you write some test COM ADOMD code and stick it into the ASP.NET app,
> does it work?
>
> Is it possible that you are running into something independent? E.g.
> firewall issues or other such network protection?
>
> I know of one issue in ADOMD.NET 8.0 when using ASP.NET and a specific
> username/password in the web.config file but I don't believe the error
> messages matches what you are getting...
>
> HTH,
> Akshai
> --
> This posting is provided "AS IS" with no warranties, and confers no rights
> Please do not send email directly to this alias. This alias is for newsgroup
> purposes only.
>
> "Avi" <Avi@discussions.microsoft.com> wrote in message
> news:C1C9FD6C-53E0-4846-BAB0- E75D75F83E93@microso
ft.com...
>
>
>

Akshai Mirchandani [MS]

2006-01-26, 4:58 pm

The only guess I have right now is that ASP.NET (or IIS) is trying to use a
DLL/file that the process doesn't have permission to... Maybe FileMon/RegMon
could show if the IIS process is trying to access a file/registry that
fails...

Otherwise, I'm afraid I don't have much to suggest -- a repro would help,
but if it is something machine specific then its going to be a hassle to
setup.

Thanks,
Akshai
--
This posting is provided "AS IS" with no warranties, and confers no rights
Please do not send email directly to this alias. This alias is for newsgroup
purposes only.

"Avi" <Avi@discussions.microsoft.com> wrote in message
news:CA670E14-7044-4FE0-B3C5- 3ABA5C9CB56D@microso
ft.com...[color=darkred]
> Akshai
>
> thanks for responding. I am very close to jumping off a cliff here!
>
> Some more background:
>
> - A standalone Windows App has no problem connecting. Its only once I use
> the EXACT same code called from an ASP.NET page.
> - The code used to work fine before. It does work in the situation
> described previously (win2k in an AD with AS2K SP4 and as per the "clean
> install" below)
> - If I use COM ADOMD from the .NET app, it too only works from the stand
> alone. Not from ASP.NET.
> - other issues could be the cause. But I can't even connect successfully
> to
> the server on the local machine -so I am 99% sure its not the firewall or
> network here. If I use the stand alone to connect to another server it
> works
> too.
>
> Whats seems so crazy is that the same code works perfectly with a SQL
> 2005
> installation (XP Sp2 'client' to a separate XP Sp2 'Server').
>
>
> I have installed the following to see if its some other bug: OLE DB 9.0
> (with PTS 9), MDAC 2.8 Sp1, MSXML 6.0, XMLA 1.1 SDK, all the hotfixes for
> ADOMD.NET. None seems to help.
>
> Next point of attack was to install everything on a separate , clean Win2k
> server. AS2K Sp4 and the original ADOMD.NET file with the hotfix and it
> all
> works (!). So, my thinking is that there is something screwed up in the
> XP
> SP2 install, or there is something else going on. Problem is that I have
> tried it on a clean XP Sp2 install and I still have issues. So I think its
> something with Xp SP2 (and potentially Win 2003).
>
> I have used the proclarity diagnositc tool to punch out the following list
> of apps and drivers for the dead XP instance and the live Win2k instance.
> Maybe you can spot the obvious issue. Or maybe you have some better
> suggestions to try.
>
> thanks in advance
> Avi
>
> XP SP2=================
====================
===============
>
> System Information
> ------------------
> System Processor : Intel(R) Pentium(R) M processor 2.00GHz
> Vendor ID : GenuineIntel
> Processor ID : x86 Family 6 Model 13 Stepping 8
> Processor Speed : 1995 MHz
>
> Memory Information
> ------------------
> Total Physical Memory : 1,571,248 KB
> Total Available Physical Memory : 896,152 KB
> Total Paging File Size : 3,511,868 KB
> Total Available Paging File Memory : 3,060,044 KB
>
> Statistics for Drive C:
> -----------------------
> Sectors Per Cluster : 8
> Bytes Per Sector : 512
> Free Space : 17,178 MB
> Total Space : 41,344 MB
>
> Statistics for Drive D:
> -----------------------
> Sectors Per Cluster : 8
> Bytes Per Sector : 512
> Free Space : 4,126 MB
> Total Space : 30,941 MB
>
> Operating System Information
> ----------------------------
> Platform : Windows XP
> OS Version : 5.1.2600
> Service Pack : Service Pack 2
> OS Language : English (United States)
> User Default Locale : English (United States)
> System Default Locale : English (United States)
>
>
>
> Software Information
> --------------------
> Internet Explorer Version :
> 6.0.2900.2180
> Netscape Navigator Version : - Key Does Not
> Exist -
> Analysis Services 2000 Version :
> 8.0.2039.0
> Default MSOLAP Provider : - Key Does Not
> Exist -
>
> Office 2003 File Version Information
> ------------------------------------
> EXCEL.EXE :11.0.5612
> OUTLOOK.EXE :11.0.5510
> POWERPNT.EXE :11.0.5529
> WINWORD.EXE :11.0.5604
> MSACCESS.EXE :11.0.5614
>
> Pivot Table Services 7.0 File Version Information
> -------------------------------------------------
> MSOLAP.DLL :7.0.1458.0219
> MSMDCUBE.DLL :7.0.1458.0219
> MSMDGDRV.DLL :7.0.1460.0531
> MSOLAPR.DLL :7.0.1458.0219
> MSOLAPUI.DLL :7.00.1458
>
> Pivot Table Services 2000 File Version Information
> --------------------------------------------------
> MSDMENG.DLL :8.00.2039
> MSDMINE.DLL :8.00.2039
> MSMDCB80.DLL :8.00.2039
> MSMDGD80.DLL :8.00.2039
> MSOLAP80.DLL :8.00.2039
> MSOLUI80.DLL :8.00.2039
> MSDMINE.RLL :8.00.2039
> MSOLAP80.RLL :8.00.2039
> OLAPUIR.RLL :8.00.2039
> MSMDUN80.DLL :2000.080.0382.00
>
> Pivot Table Services 2005 File Version Information
> --------------------------------------------------
> XMLRW.DLL :- File Not Found -
> XMLRWBIN.DLL :- File Not Found -
> MSMGDSRV.DLL :- File Not Found -
> MSMDLOCAL.DLL :- File Not Found -
> MSOLAP90.DLL :- File Not Found -
> MSOLUI90.DLL :- File Not Found -
> MSMDSRV.RLL :- File Not Found -
> MSOLUI90.RLL :- File Not Found -
>
> Microsoft Data Access Components File Version Information
> ---------------------------------------------------------
> MDAC files in C:\PROGRAM FILES\COMMON FILES\SYSTEM\ADO\ :
> MSADER15.DLL :2.81.1117.0
> (xpsp_sp2_rtm.040803-2158)
> MSADO15.DLL :2.81.1117.0
> (xpsp_sp2_rtm.040803-2158)
> MSADO20.TLB :2.81.1117.0
> (xpsp_sp2_rtm.040803-2158)
> MSADO21.TLB :2.81.1117.0
> (xpsp_sp2_rtm.040803-2158)
> MSADO25.TLB :2.81.1117.0
> (xpsp_sp2_rtm.040803-2158)
> MSADOMD.DLL :2.81.1117.0
> (xpsp_sp2_rtm.040803-2158)
> MSADOR15.DLL :2.81.1117.0
> (xpsp_sp2_rtm.040803-2158)
> MSADOX.DLL :2.81.1117.0
> (xpsp_sp2_rtm.040803-2158)
> MSADRH15.DLL :2.81.1117.0
> (xpsp_sp2_rtm.040803-2158)
> MSJRO.DLL :2.81.1117.0
> (xpsp_sp2_rtm.040803-2158)
> MDAC files in C:\PROGRAM FILES\COMMON FILES\SYSTEM\MSADC\ :
> MSADCE.DLL :2.81.1117.0
> (xpsp_sp2_rtm.040803-2158)
> MSADCER.DLL :2.81.1117.0
> (xpsp_sp2_rtm.040803-2158)
> MSADCF.DLL :2.81.1117.0
> (xpsp_sp2_rtm.040803-2158)
> MSADCFR.DLL :2.81.1117.0
> (xpsp_sp2_rtm.040803-2158)
> MSADCO.DLL :2.81.1117.0
> (xpsp_sp2_rtm.040803-2158)
> MSADCOR.DLL :2.81.1117.0
> (xpsp_sp2_rtm.040803-2158)
> MSADCS.DLL :2.81.1117.0
> (xpsp_sp2_rtm.040803-2158)
> MSADDS.DLL :2.81.1117.0
> (xpsp_sp2_rtm.040803-2158)
> MSADDSR.DLL :2.81.1117.0
> (xpsp_sp2_rtm.040803-2158)
> MSDAPRSR.DLL :2.81.1117.0
> (xpsp_sp2_rtm.040803-2158)
> MSDAPRST.DLL :2.81.1117.0
> (xpsp_sp2_rtm.040803-2158)
> MSDAREM.DLL :2.81.1117.0
> (xpsp_sp2_rtm.040803-2158)
> MSDAREMR.DLL :2.81.1117.0
> (xpsp_sp2_rtm.040803-2158)
> MSDFMAP.DLL :2.81.1117.0
> (xpsp_sp2_rtm.040803-2158)
> MDAC files in C:\PROGRAM FILES\COMMON FILES\SYSTEM\OLE DB\ :
> MSDADC.DLL :2.81.1117.0
> (xpsp_sp2_rtm.040803-2158)
> MSDAENUM.DLL :2.81.1117.0
> (xpsp_sp2_rtm.040803-2158)
> MSDAER.DLL :2.81.1117.0
> (xpsp_sp2_rtm.040803-2158)
> MSDAORAR.DLL :2.81.1117.0
> (xpsp_sp2_rtm.040803-2158)
> MSDAOSP.DLL :2.81.1117.0
> (xpsp_sp2_rtm.040803-2158)
> MSDAPS.DLL :2.81.1117.0
> (xpsp_sp2_rtm.040803-2158)
> MSDASC.DLL :2.81.1117.0
> (xpsp_sp2_rtm.040803-2158)
> MSDASQL.DLL :2.81.1117.0
> (xpsp_sp2_rtm.040803-2158)
> MSDASQLR.DLL :2.81.1117.0
> (xpsp_sp2_rtm.040803-2158)
> MSDATL3.DLL :2.81.1117.0
> (xpsp_sp2_rtm.040803-2158)
> MSDATT.DLL :2.81.1117.0
> (xpsp_sp2_rtm.040803-2158)
> MSDAURL.DLL :9.2.1117.0
> (xpsp_sp2_rtm.040803-2158)
> MSXACTPS.DLL :2.81.1117.0
> (xpsp_sp2_rtm.040803-2158)
> OLEDB32.DLL :2.81.1117.0
> (xpsp_sp2_rtm.040803-2158)
> OLEDB32R.DLL :2.81.1117.0
> (xpsp_sp2_rtm.040803-2158)
> OLEDB32X.DLL :2.60.6526.0
> SQLOLEDB.DLL :2000.085.1117.00
> (xpsp_sp2_rtm.040803-2158)
> SQLOLEDB.RLL :2000.085.1117.00
> (xpsp_sp2_rtm.040803-2158)
> SQLXMLX.DLL :2000.085.1117
> (xpsp_sp2_rtm.040803-2158)
> SQLXMLX.RLL :2000.085.1117
> (xpsp_sp2_rtm.040803-2158)
>
> File Version Information
> ------------------------
> MSXML.DLL :8.00.7002.0
> MSXML3.DLL :8.50.2162.0
> MSXML3R.DLL :8.20.8730.1
> MSXML4.DLL :4.20.9818.0
> MSXML4R.DLL :4.10.9404.0
> MSXML6.DLL :- File Not Found -
> MSXML6R.DLL :- File Not Found -
> OLEAUT32.DLL :5.1.2600.2180
> OLEPRO32.DLL :5.1.2600.2180
> STDOLE2.TLB :3.50.5014
> ASYCFILT.DLL :5.1.2600.2180
> MSVCRT.DLL :7.0.2600.2180
> (xpsp_sp2_rtm.040803-2158)
> MSVCP70.DLL :7.00.9466.0
> MSVCR70.DLL :7.00.9466.0
> MSVCP71.DLL :7.10.3077.0
> MSVCR71.DLL :7.10.3052.4
> MSVCP80.DLL :- File Not Found -
> MSVCR80.DLL :- File Not Found -
>
> VBA File Version Information
> ----------------------------
> APC60.DLL :- File Not Found -
> APC62.DLL :- File Not Found -
> APC63.DLL :6.01.9142
> VBE6.DLL :6.04.9969
> VBE6EXT.OLB :6.04.9969
> APC60ITL.DLL :6.01.9142
> VBE6INTL.DLL :6.04.9759
> FM20.DLL :11.0.5601
> FM20ENU.DLL :11.0.5510
> RICHED20.DLL :5.30.23.1221
> SCP32.DLL :2.0.330
> VBAME.DLL :2.2.5
> MSSTDFMT.DLL :6.00.8804
> MSSTKPRP.DLL :6.00.8877
> MSVBVM60.DLL :6.00.9690
> MAKECERT.EXE :- File Not Found -
> MSO9.DLL :- File Not Found -
> SELFCERT.EXE :- File Not Found -
> SIGNER.DLL :- File Not Found -
> MSO9INTL.DLL :- File Not Found -
>
> XML Tests
> -------------------
> Active XML Library File - msxml3.dll
> Test File Name: C:\Documents and Settings\Avi Perez\Application
> Data\ProClarity\Clie
nt\testPCDT.xml
> XML Document Object Creation Test - Passed
> XML Element Object Creation Test - Passed
> XML Child Object Append Test - Passed
> XML File Save Test - Passed
> XML Child Object Removal Test - Passed
> XML File Load Test - Passed
>
> Win 2K==================
====================
==============
>
> System Information
> ------------------
> System Processor : Mobile Intel(R) Pentium(R) 4 - M CPU 1.90GHz
> Vendor ID : GenuineIntel
> Processor ID : x86 Family 15 Model 2 Stepping 7
> Processor Speed : 1898 MHz
>
> Memory Information
> ------------------
> Total Physical Memory : 785,332 KB
> Total Available Physical Memory : 530,956 KB
> Total Paging File Size : 1,920,808 KB
> Total Available Paging File Memory : 1,704,284 KB
>
> Statistics for Drive C:
> -----------------------
> Sectors Per Cluster : 8
> Bytes Per Sector : 512
> Free Space : 5,756 MB
> Total Space : 7,501 MB
>
>
> Statistics for Drive N:
> -----------------------
> Sectors Per Cluster : 8
> Bytes Per Sector : 512
> Free Space : 4,642 MB
> Total Space : 6,224 MB
>
>
> Operating System Information
> ----------------------------
> Platform : Windows 2000
> OS Version : 5.0.2195
> Service Pack : Service Pack 4
> OS Language : English (United States)
> User Default Locale : English (United States)
> System Default Locale : English (United States)
>
>
> Software Information
> --------------------
> Internet Explorer Version :
> 6.0.2800.1106
> Netscape Navigator Version : - Key Does Not
> Exist -
> Analysis Services 2000 Version :
> 8.0.2039.0
> Default MSOLAP Provider :Microsoft OLE DB Provider for Olap
> Services
> 8.0
>
> Office 2003 File Version Information
> ------------------------------------
> EXCEL.EXE :11.0.5612
> OUTLOOK.EXE :- File Not Found -
> POWERPNT.EXE :- File Not Found -
> WINWORD.EXE :11.0.5604
> MSACCESS.EXE :- File Not Found -
>
> Pivot Table Services 7.0 File Version Information
> -------------------------------------------------
> MSOLAP.DLL :7.0.1458.0219
> MSMDCUBE.DLL :7.0.1458.0219
> MSMDGDRV.DLL :7.0.1460.0531
> MSOLAPR.DLL :7.0.1458.0219
> MSOLAPUI.DLL :7.00.1458
>
> Pivot Table Services 2000 File Version Information
> --------------------------------------------------
> MSDMENG.DLL :8.00.2039
> MSDMINE.DLL :8.00.2039
> MSMDCB80.DLL :8.00.2039
> MSMDGD80.DLL :8.00.2039
> MSOLAP80.DLL :8.00.2039
> MSOLUI80.DLL :8.00.2039
> MSDMINE.RLL :8.00.2039
> MSOLAP80.RLL :8.00.2039
> OLAPUIR.RLL :8.00.2039
> MSMDUN80.DLL :2000.080.0193.00
>
> Pivot Table Services 2005 File Version Information
> --------------------------------------------------
> XMLRW.DLL :- File Not Found -
> XMLRWBIN.DLL :- File Not Found -
> MSMGDSRV.DLL :- File Not Found -
> MSMDLOCAL.DLL :- File Not Found -
> MSOLAP90.DLL :- File Not Found -
> MSOLUI90.DLL :- File Not Found -
> MSMDSRV.RLL :- File Not Found -
> MSOLUI90.RLL :- File Not Found -
>
> Microsoft Data Access Components File Version Information
> ---------------------------------------------------------
> MDAC files in N:\PROGRAM FILES\COMMON FILES\SYSTEM\ADO\ :
> MSADER15.DLL :2.81.1117.0 built by: (_sqlbld)
> MSADO15.DLL :2.81.1117.0 built by: (_sqlbld)
> MSADO20.TLB :2.81.1117.0 built by: (_sqlbld)
> MSADO21.TLB :2.81.1117.0 built by: (_sqlbld)
> MSADO25.TLB :2.81.1117.0 built by: (_sqlbld)
> MSADOMD.DLL :2.81.1117.0 built by: (_sqlbld)
> MSADOR15.DLL :2.81.1117.0 built by: (_sqlbld)
> MSADOX.DLL :2.81.1117.0 built by: (_sqlbld)
> MSADRH15.DLL :2.81.1117.0 built by: (_sqlbld)
> MSJRO.DLL :2.81.1117.0 built by: (_sqlbld)
> MDAC files in N:\PROGRAM FILES\COMMON FILES\SYSTEM\MSADC\ :
> MSADCE.DLL :2.81.1117.0 built by: (_sqlbld)
> MSADCER.DLL :2.81.1117.0 built by: (_sqlbld)
> MSADCF.DLL :2.81.1117.0 built by: (_sqlbld)
> MSADCFR.DLL :2.81.1117.0 built by: (_sqlbld)
> MSADCO.DLL :2.81.1117.0 built by: (_sqlbld)
> MSADCOR.DLL :2.81.1117.0 built by: (_sqlbld)
> MSADCS.DLL :2.81.1117.0 built by: (_sqlbld)
> MSADDS.DLL :2.81.1117.0 built by: (_sqlbld)
> MSADDSR.DLL :2.81.1117.0 built by: (_sqlbld)
> MSDAPRSR.DLL :2.81.1117.0 built by: (_sqlbld)
> MSDAPRST.DLL :2.81.1117.0 built by: (_sqlbld)
> MSDAREM.DLL :2.81.1117.0 built by: (_sqlbld)
> MSDAREMR.DLL :2.81.1117.0 built by: (_sqlbld)
> MSDFMAP.DLL :2.81.1117.0 built by: (_sqlbld)
> MDAC files in N:\PROGRAM FILES\COMMON FILES\SYSTEM\OLE DB\ :
> MSDADC.DLL :2.81.1117.0 built by: (_sqlbld)
> MSDAENUM.DLL :2.81.1117.0 built by: (_sqlbld)
> MSDAER.DLL :2.81.1117.0 built by: (_sqlbld)
> MSDAORAR.DLL :2.81.1117.0 built by: (_sqlbld)
> MSDAOSP.DLL :2.81.1117.0 built by: (_sqlbld)
> MSDAPS.DLL :2.81.1117.0 built by: (_sqlbld)
> MSDASC.DLL :2.81.1117.0 built by: (_sqlbld)
> MSDASQL.DLL :2.81.1117.0 built by: (_sqlbld)
> MSDASQLR.DLL :2.81.1117.0 built by: (_sqlbld)
> MSDATL3.DLL :2.81.1117.0 built by: (_sqlbld)
> MSDATT.DLL :2.81.1117.0 built by: (_sqlbld)
> MSDAURL.DLL :9.2.1117.0 built by: (_sqlbld)
> MSXACTPS.DLL :2.81.1117.0 built by: (_sqlbld)
> OLEDB32.DLL :2.81.1117.0 built by: (_sqlbld)
> OLEDB32R.DLL :2.81.1117.0 built by: (_sqlbld)
> OLEDB32X.DLL :2.60.6526.0
> SQLOLEDB.DLL :2000.085.1117.00 built by:
> (_sqlbld)
> SQLOLEDB.RLL :2000.085.1117.00 built by:
> (_sqlbld)
> SQLXMLX.DLL :2000.085.1117 built by:
> (_sqlbld)
> SQLXMLX.RLL :2000.085.1117 built by:
> (_sqlbld)
>
> File Version Information
> ------------------------
> MSXML.DLL :8.0.6730.0
> MSXML3.DLL :8.70.1104.0
> MSXML3R.DLL :8.20.8730.1
> MSXML4.DLL :4.10.9404.0
> MSXML4R.DLL :4.10.9404.0
> MSXML6.DLL :- File Not Found -
> MSXML6R.DLL :- File Not Found -
> OLEAUT32.DLL :2.40.4522
> OLEPRO32.DLL :5.0.4522
> STDOLE2.TLB :2.40.4522
> ASYCFILT.DLL :2.40.4522
> MSVCRT.DLL :6.10.9844.0
> MSVCP70.DLL :7.00.9466.0
> MSVCR70.DLL :7.00.9466.0
> MSVCP71.DLL :7.10.3077.0
> MSVCR71.DLL :7.10.3052.4
> MSVCP80.DLL :- File Not Found -
> MSVCR80.DLL :- File Not Found -
>
> XML Tests
> -------------------
> Active XML Library File - msxml3.dll
> Test File Name: N:\Documents and Settings\Administrat
or\Application
> Data\ProClarity\Clie
nt\testPCDT.xml
> XML Document Object Creation Test - Passed
> XML Element Object Creation Test - Passed
> XML Child Object Append Test - Passed
> XML File Save Test - Passed
> XML Child Object Removal Test - Passed
> XML File Load Test - Passed
>
>
>
> "Akshai Mirchandani [MS]" wrote:
>


Sponsored Links





Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive | Programming forum archive

Copyright 2008 droptable.com