Foros del Web » Programando para Internet » ASP Clásico »

Server object error 'ASP 0177 : 80070057'

Estas en el tema de Server object error 'ASP 0177 : 80070057' en el foro de ASP Clásico en Foros del Web. Señores Les presento el siguiente caso: En sistema core de mi empresa esta mostrando el siguiente error: Server object error 'ASP 0177 : 80070057' Server.CreateObject ...
  #1 (permalink)  
Antiguo 26/06/2009, 14:00
 
Fecha de Ingreso: junio-2009
Mensajes: 1
Antigüedad: 15 años, 10 meses
Puntos: 0
Server object error 'ASP 0177 : 80070057'

Señores

Les presento el siguiente caso:

En sistema core de mi empresa esta mostrando el siguiente error:

Server object error 'ASP 0177 : 80070057'

Server.CreateObject Failed


Esto ocurre cada ves que quiero crear cualquier tipo de objetos, basicamente COM en mi sistema. Se ha probado con modificar Server.CreateObject pero me sale que es una instrucion no reconocida.

Tambien hemos detectado la presencia de un virus Win32/PSW.Agent Troyano, pensamos que podría influir.

Necesitamos saber que podría causar este error. Las DLLs estan correctamente registradas.
  #2 (permalink)  
Antiguo 26/06/2009, 14:11
 
Fecha de Ingreso: febrero-2008
Mensajes: 111
Antigüedad: 17 años, 2 meses
Puntos: 1
Respuesta: Server object error 'ASP 0177 : 80070057'

¿ y tienes todos los permisos para esa dll?
asegurate de ver en el regedit que las carpetas y los dsn tengan todos los permisos.

ese error lo he tenido en 2 ocasiones esta semana y ha sido básicamente por permisos...
te dejo los pasos a seguir:
Cita:
Here's one solution I've found over the internet as a response to this problem:

Error Type: Server object, ASP 0177 (0x800401F3)
Invalid class string

Run Regedit then go to

1. KEY_LOCAL_MACHINE/Software/Classes/CLASS_NAME
(Keep in mind that CLASS_NAME will be replaced with the class name you are trying to instantiate)
Right click on it and then Permissions. Allow Full Access for SYSTEM and Administrator. (To be sure it works I've added "CREATOR OWNER" and "Users" users and allow Full Access to those too)

2. KEY_LOCAL_MACHINE/Software/Classes/CLASS_NAME has a folder called CLASSID under it. Click on it and on the right side will appear the code of the class. This code you will type it in place of CLASS_ID in the following step

3. Go to HKEY_LOCAL_MACHINE/Software/Classes/CLSID/{CLASS_ID} and add the same permissions as in the step 1. Restart the computer and try run the script (It worked for me)

Good luck.
Andras
Atención: Estás leyendo un tema que no tiene actividad desde hace más de 6 MESES, te recomendamos abrir un Nuevo tema en lugar de responder al actual.
Respuesta




La zona horaria es GMT -6. Ahora son las 13:28.