Discussion:
COM+ 2003
(too old to reply)
AviD
2006-03-02 20:38:30 UTC
Permalink
What do I need to do on my 2003 Server SP1 so I can connect to my VB 6.0 COM
objects succesfully?
I've created an application unnder COM+, but I keep getting errors such as
"Object/Module not found" no matter what I do. In the Error fo the server log
I find an error: No Permission to an object called Proxy Host Consule. I
fixed that Yet the error persists. I need a laundry list of items I can
check. This is very tiring and frustrating.
--
Avi
American Society of Composers Authors and Publishers
New York, NY
Luke Zhang [MSFT]
2006-03-03 05:14:35 UTC
Permalink
Hello,

We may need to more details information to narrow down the problem. For
example,

1. Are your Server application (COM+ application) and client application
all created in VB 6.0? Is the client application a windows form application
or a web application?
2. Is your COM+application a Library application or a server application?
If failed within a server application, will it help to change it as a
library?
3. When you check the COM+ application in Component Services manager (Right
click it and select properties), how is the security settings configured?
Especially, the Security Level, Authentication Level for Calls and
Impersonation level?

Thanks,

Luke Zhang
(This posting is provided "AS IS", with no warranties, and confers no
rights.)
AviD
2006-03-03 13:58:30 UTC
Permalink
Thanks for the reply. My management decided to go with Windows Server 2000.
They assert that the setting the project in 2003 COM+ is just too complicated
and will take too long. We are forced to move our project from MTS on NT 4.0.
The app is 3 tier windows, using RDS over HTTP. We hope that 2000 is simpler
to setup. (I hope).
--
Avi
American Society of Composers Authors and Publishers
New York, NY
Post by Luke Zhang [MSFT]
Hello,
We may need to more details information to narrow down the problem. For
example,
1. Are your Server application (COM+ application) and client application
all created in VB 6.0? Is the client application a windows form application
or a web application?
2. Is your COM+application a Library application or a server application?
If failed within a server application, will it help to change it as a
library?
3. When you check the COM+ application in Component Services manager (Right
click it and select properties), how is the security settings configured?
Especially, the Security Level, Authentication Level for Calls and
Impersonation level?
Thanks,
Luke Zhang
(This posting is provided "AS IS", with no warranties, and confers no
rights
Loading...