- Q What are the monitoring methods used for vsphere ha?
- Q Which US sportsman was nicknamed the Sultan of Swat?
- Q Do all eukaryotic cells have nucleus and only one nucleus?
- Q What is index cluster ?
- Q What is the use of LINKAGE SECTION?
- Q A proclamation of National Emergency has to be passed in each house of Parliament by more than half of the total members and at least by_____ of members present and voting?
- Q What is the currency of Kazakhstan?
- Q Expand SMS reference
- Q How to connect one to one report?
- Q UNGA adopted the resolution to ___ November as World Tsunami Awareness Day
- Q How will you allow a class to be inherited, but prevent the method from being over-ridden?
Answers
When running a component in an MTS or COM+ application, you may have come across one of the following errors:
ASP 0177 : 8000401a
Server.CreateObject Failed
/.asp, line
The server process could not be started because the configured identity is incorrect. Check the username and password.
or
ASP 0178 : 80070005
Server.CreateObject Access Error
/.asp, line
The call to Server.CreateObject failed while checking permissions. Access is denied to this object.
The problem is that the 'Identity' set up for the application lacks sufficient privileges. This could be for several reasons, but before we get into those, let's
check out where this identity is configured. Open Control Panel, Administrative Tools, and double-click Component Services. Expand COM+ Applications, rightclick
the application in question, hit Properties, and switch to the Identity tab. You should see a dialog similar to the following:
One possible reason is that, when setting the identity for your application, you simply chose a user that doesn't have access to the DLL, or to a file or system
call the DLL touches.
Another potential cause is that someone changed the Windows password for that user (since the application won't automatically adjust for that change), or
it was never entered correctly in the first place.
If this identity is set to the 'Interactive User', then the above error might occur when the user currently logged in to the machine is a peon, or when nobody is
logged in at all. This is the primary reason why this error is never detected in development... the user developing the COM+ application, and in complete
control of the machine, is also the user logged in and running as the interactive user.
You should make sure to use a local user account with sufficient privileges, if that's what your DLL requires.
See KB #276407 for more information.
Your Comment
ASP 0177 : 8000401a
Server.CreateObject Failed
/
The server process could not be started because the configured identity is incorrect. Check the username and password.
or
ASP 0178 : 80070005
Server.CreateObject Access Error
/
The call to Server.CreateObject failed while checking permissions. Access is denied to this object.
The problem is that the 'Identity' set up for the application lacks sufficient privileges. This could be for several reasons, but before we get into those, let's
check out where this identity is configured. Open Control Panel, Administrative Tools, and double-click Component Services. Expand COM+ Applications, rightclick
the application in question, hit Properties, and switch to the Identity tab. You should see a dialog similar to the following:
One possible reason is that, when setting the identity for your application, you simply chose a user that doesn't have access to the DLL, or to a file or system
call the DLL touches.
Another potential cause is that someone changed the Windows password for that user (since the application won't automatically adjust for that change), or
it was never entered correctly in the first place.
If this identity is set to the 'Interactive User', then the above error might occur when the user currently logged in to the machine is a peon, or when nobody is
logged in at all. This is the primary reason why this error is never detected in development... the user developing the COM+ application, and in complete
control of the machine, is also the user logged in and running as the interactive user.
You should make sure to use a local user account with sufficient privileges, if that's what your DLL requires.
See KB #276407 for more information.
Your Comment
- 0
- 0
- New Answer
- Contributors: *,
More Software Questions..
What is the inputsplit in map reduce software?
- 0
- 0 |
- |
- Post Answer |
- Answers ( 1 )
- Tags: Software,
What is software configuration management?
- 0
- 0 |
- |
- Post Answer |
- Answers ( 1 )
- Tags: Software,
What Is Java Api For Xml-based Rpc (jax-rpc)?
- 0
- 0 |
- |
- Post Answer |
- Answers ( 1 )
- Tags: Software,
How can you implement fine-grained auditing?
- 0
- 0 |
- |
- Post Answer |
- Answers ( 1 )
- Tags: Software,
What is IBM’s simple explanation for Big Data’s four critical features?
- 0
- 0 |
- |
- Post Answer |
- Answers ( 1 )
- Tags: Software,
What is static synchronized method in JDBC API? Give an example?
- 0
- 0 |
- |
- Post Answer |
- Answers ( 1 )
- Tags: Software,
What does the NULLIF function do?
- 0
- 0 |
- |
- Post Answer |
- Answers ( 1 )
- Tags: Software,
What happens if a start method is not invoked and the run method is directly invoked?
- 0
- 0 |
- |
- Post Answer |
- Answers ( 1 )
- Tags: Software,
Should we override finalize method
- 0
- 0 |
- |
- Post Answer |
- Answers ( 1 )
- Tags: Software,
what is the difference between mysql_fetch_array and mysql_fetch_object?
- 0
- 0 |
- |
- Post Answer |
- Answers ( 1 )
- Tags: Software,
How will XML affect my document links?
- 0
- 0 |
- |
- Post Answer |
- Answers ( 1 )
- Tags: Software,
Why to use Style Sheets?
- 0
- 0 |
- |
- Post Answer |
- Answers ( 1 )
- Tags: Software,
What are Filters in MVC?
- 0
- 0 |
- |
- Post Answer |
- Answers ( 1 )
- Tags: Software,
Can you explain Application layer in OSI model?
- 0
- 0 |
- |
- Post Answer |
- Answers ( 1 )
- Tags: Software,
How to define new testplan attributes?
- 0
- 0 |
- |
- Post Answer |
- Answers ( 1 )
- Tags: Software,
What are the minimum system requirements to run Photoshop? Is it possible to run Photoshop over linux?
- 0
- 0 |
- |
- Post Answer |
- Answers ( 1 )
- Tags: Software,
Which oracle package is used to manage the oracle lock management services?
- 0
- 0 |
- |
- Post Answer |
- Answers ( 1 )
- Tags: Software,
What is Latch Up? Explain Latch Up with cross section of a CMOS Inverter. How do you avoid Latch Up?
- 0
- 0 |
- |
- Post Answer |
- Answers ( 1 )
- Tags: Software,
What is marker interface?
- 0
- 0 |
- |
- Post Answer |
- Answers ( 1 )
- Tags: Software,
What types of partitioning are there for BW?
- 0
- 0 |
- |
- Post Answer |
- Answers ( 1 )
- Tags: Software,