FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin para Harbour/xHarbour Ayuda Windows Vista Bussines
Posts: 158
Joined: Tue Oct 11, 2005 03:10 PM
Ayuda Windows Vista Bussines
Posted: Tue Feb 11, 2014 02:56 PM
Por favor si alguien puede ayudarme con este problema.

Al iniciar mi aplicación (MySql), trato de conectarme al servidor y obtengo el siguiente error:

Error description: Error TOleAuto/65535 : TOLEAUTO:NEW
Args:
[ 1] = C ADODB.Connection

Stack Calls
===========
Called from: => THROW( 0 )
Called from: source\rtl\win32ole.prg => TOLEAUTO:NEW( 346 )
Called from: SourceLib\TMedica.prg => TEMPRESA:CONECTA( 71 )
Called from: SourceLib\TEmpresas.prg => TEMPRESA:NEW( 44 )
Called from: Source\Empresas.prg => EMPRESAS( 20 )
Called from: Source\Main.prg => MAIN( 256 )


Esto solo sucede en este equipo que tiene windows vista bussines, y me urge resolver esto ya que este equipo es de uno de los directores de la empresa.

El equipo tiene kaspersky, y aún y cuando lo he deshabilitado, no lo he podido echar a "andar".
Ya verifique el puerto 3306 también, y esta abierto en el firewall.

Agredezco mucho su ayuda.
Posts: 2706
Joined: Fri Oct 07, 2005 01:50 PM
Re: Ayuda Windows Vista Bussines
Posted: Tue Feb 11, 2014 07:01 PM

ricardog

If this computer is in a MS Domain .. make sure the 'user' is a admin of his own machine.. and NOT a standard user.

Rick Lipkin

Posts: 518
Joined: Fri Jun 29, 2012 12:49 PM
Re: Ayuda Windows Vista Bussines
Posted: Wed Feb 12, 2014 07:57 AM

Ricardo,

Has probado a ejecutar la aplicación con permisos de administrador?.

Posts: 2706
Joined: Fri Oct 07, 2005 01:50 PM
Re: Ayuda Windows Vista Bussines
Posted: Fri Feb 14, 2014 02:14 PM

Elvira

I had a legacy ADS application at my previous South Carolina State Agency which has over 3k users and a large MS active directory domain.

I received a call several months ago from them claiming my application did not work on a 64 bit Windows 7 OS. After a long troubleshooting process, it turns out that the IT staff who set up the new 64 bit machines inserted all those computers in the domain as 'standard users' and NOT members of the 'Administrator' group.

After adding all those machines to the 'Administrator' group .. my ADS application started working as it should. I was just curious if ricardog's problem could be related to a permissions issue based on the users security settings.

Rick Lipkin

Posts: 518
Joined: Fri Jun 29, 2012 12:49 PM
Re: Ayuda Windows Vista Bussines
Posted: Sat Feb 15, 2014 11:57 AM

Rick,

I have received this error even when the local user belogns to the Administrator´s group.

I have not been able myself to reproduce the error in my PC.

Posts: 158
Joined: Tue Oct 11, 2005 03:10 PM
Re: Ayuda Windows Vista Bussines
Posted: Wed Feb 19, 2014 01:43 PM

Volviendo al tema.

El usuario esta como administrador del equipo, y este no pertenece a ningún dominio.

Sigo intentado.

Gracias

Continue the discussion