Connecting Tech Pros Worldwide Help | Site Map

Configure mutiple web application using COM services in a same server

Newbie
 
Join Date: Oct 2007
Posts: 18
#1: Jun 10 '08
Hi,

I have server with WIndows 2003 OS. I would like to configure my five web application in the same server.All these application has done in ASP. These application also using COM services.

I tried to create a COM+ partition for all the application separately.
but i dont know how to map the application which i configured in IIS with the com+ partition in Component services.


Anyone help me please. i am struggling a lot on this.

Also i have tried to change the Metabase property in Metabase.xml file . Even i didnt get a solution.


Please suggest me a solution for this.


Thanks
kenobewan's Avatar
Moderator
 
Join Date: Dec 2006
Posts: 4,745
#2: Jun 11 '08

re: Configure mutiple web application using COM services in a same server


Quote:

Originally Posted by Saray

Hi,

I have server with WIndows 2003 OS. I would like to configure my five web application in the same server.All these application has done in ASP. These application also using COM services.

I tried to create a COM+ partition for all the application separately.
but i dont know how to map the application which i configured in IIS with the com+ partition in Component services.

Hopefully this page will help you:
Configuring COM+ Services in IIS
Newbie
 
Join Date: Oct 2007
Posts: 18
#3: Jun 17 '08

re: Configure mutiple web application using COM services in a same server


Hi

Thanks for your help . I have seen this link . With the help of this link ,I have set property like

ASPAPPServiceflags ="1"
ASPUsePartition="1"
ASPPartitionID=""
I gave the partition id in the <ASPPartitionID>

I assigned these properties in the Metabase.xml file under c:/windows/system32/inetsrv

I have assigned these to all the application level in that file .


After this i try to run the application its telling that,

Microsoft VBScript runtime error '800a01ad'
ActiveX component can't create object

I think its not recognise the COM dll .


Please suggest me if i want to change any other property in the file .


Thanks
Saray
Newbie
 
Join Date: Oct 2007
Posts: 18
#4: Jun 30 '08

re: Configure mutiple web application using COM services in a same server


Hi,

Please anyone suggest the solution. I am struggling a lot in this.

Thanks.
kenobewan's Avatar
Moderator
 
Join Date: Dec 2006
Posts: 4,745
#5: Jun 30 '08

re: Configure mutiple web application using COM services in a same server


This error is usually generated because dynamic-link libraries (DLLs) on which the COM object depends are one of the following:
• Missing from the system
• Not in the system path
• Not accessible by the system because of security settings

There are many ways to determine DLL dependencies, including tools downloaded from the Microsoft Download Center. Also make sure that the virtual dir is set up correctly and allows scripts. HTH.
Newbie
 
Join Date: Oct 2007
Posts: 18
#6: Jul 4 '08

re: Configure mutiple web application using COM services in a same server


Hi,

I have tried as per your suggestion. Now i got a error like

HTTP/1.1 New Session Failed

I searched for this error . it says that memory leakage. I have increased my paging size too. I am helpless.


Please suggest me


Thanks.
kenobewan's Avatar
Moderator
 
Join Date: Dec 2006
Posts: 4,745
#7: Jul 4 '08

re: Configure mutiple web application using COM services in a same server


Quote:

Originally Posted by Saray

Hi,

I have tried as per your suggestion. Now i got a error like

HTTP/1.1 New Session Failed.

Make sure you are closing and disposing all your sessions. HTH.
Newbie
 
Join Date: Oct 2007
Posts: 18
#8: Jul 4 '08

re: Configure mutiple web application using COM services in a same server


Hi

Can you please tell me what is HTH?


Thanks
Newbie
 
Join Date: Oct 2007
Posts: 18
#9: Jul 7 '08

re: Configure mutiple web application using COM services in a same server


I have checked my event log whether any error get posted or not. I got the following error message on that

The run-time environment has detected an inconsistency in its internal state. This indicates a potential instability in the process that could be caused by the custom components running in the COM+ application, the components they make use of, or other factors. Error in d:\nt\com\complus\src\comsvcs\threads\activitywork queue.cpp(403), hr = 80070534: Failed to initialize object context.


Please help me


Thanks
Newbie
 
Join Date: Oct 2007
Posts: 18
#10: Jul 8 '08

re: Configure mutiple web application using COM services in a same server


Hi,

Anyone knows the cause of this issue. Please help me. I fed up with this problem.



Thanks
kenobewan's Avatar
Moderator
 
Join Date: Dec 2006
Posts: 4,745
#11: Jul 9 '08

re: Configure mutiple web application using COM services in a same server


Double check the folder permissions. It may be that you have not set up your default page in IIS. If that is the case it will try to list the folder contents instead which is likely to be forbidden.
Newbie
 
Join Date: Oct 2007
Posts: 18
#12: Jul 15 '08

re: Configure mutiple web application using COM services in a same server


I have checked the folder permissions. I gave full access to Everyone too. Also i have given the default page correctly. even its shows the same error.

When i checked the event viewer , i got this error log

The run-time environment has detected an inconsistency in its internal state. This indicates a potential instability in the process that could be caused by the custom components running in the COM+ application, the components they make use of, or other factors. Error in d:\nt\com\complus\src\comsvcs\threads\activitywork queue.cpp(403), hr = 80070534: Failed to initialize object context.


Thanks.
kenobewan's Avatar
Moderator
 
Join Date: Dec 2006
Posts: 4,745
#13: Jul 16 '08

re: Configure mutiple web application using COM services in a same server


This article may help:
Configuring Application Isolation on Windows Server 2003 and Internet Information Services (IIS) 6.0
Newbie
 
Join Date: Oct 2007
Posts: 18
#14: Jul 18 '08

re: Configure mutiple web application using COM services in a same server


I have created a separate application pool for each application. still it showing the same server.

Ir there any permission problem. Can you please tell me to which identity i have to choose while creating the application pool?

Thanks
Reply