Search found 21 matches: adssys

Return to advanced search

Re: Pruebas con ADS

... instalado ADS 10 Quiero conectarme a un diccionario de datos xxxxx.add Hago Function Main() IF !AdsConnect60("/data/xxxxx.add",7,"ADSSYS","passwd") ? 'No se pudo abrir el diccionario de datos' endif return nil No da error, pero sale por True ¿Que me estaría faltando?
by vafelflaco
Thu Jun 17, 2021 3:03 pm
 
Forum: mod_harbour
Topic: Pruebas con ADS
Replies: 8
Views: 1227

Re: xBrowse error on ADS

... ) lOk := .F. RddRegister("Ads", 1) RddSetDefault("Ads") AdsSetServerType ( 1 ) // local lOk = ADSConnect60( cPath, 1, "AdsSys", "",,@hAds) IF lOk dbUseArea(.T., "ADS", "MASTER", "_master", .T., .F.) xBrowse("_master") ...
by ryugarai27
Sat Sep 08, 2018 10:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse error on ADS (SOLVED!)
Replies: 12
Views: 2736

ADS(linux) Error 5004

... a conexão no servidor linux Utilizando a função: AdsConnect60( //192.168.1.27:6262/home/sg/bases/sguario/ser.ads.chico/sgsdatabase.add, 7, "ADSSYS" ,"" , 0, @hConnection ) Error 5004: Either ACE could not find the specified file, or you do not have sufficient rights to access ...
by MGA
Tue Jan 17, 2017 11:39 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: ADS(linux) Error 5004
Replies: 5
Views: 779

ADS(linux) Error 5004 (solved)

... connection on the linux server Using the function: AdsConnect60( //192.168.1.27:6262/home/sg/bases/sguario/ser.ads.chico/sgsdatabase.add, 7, "ADSSYS" ,"" , 0, @hConnection ) Error 5004: Either ACE could not find the specified file, or you do not have sufficient rights to access ...
by MGA
Tue Jan 17, 2017 11:39 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADS(linux) Error 5004 (solved)
Replies: 6
Views: 1134

Re: fiveweb

... case aParams[ 1 ] == "uno" SetIniciales() RDDActual() if !AdsConnect60( "\\192.168.1.8\comuna2\ps-datos\unire.add" , 7 , "ADSSYS" , "/-789" ) msginfo('No se puedo conectar al diccionario de datos.') endif BuscoPersona ( aParams ) case aParams[ 1 ] == "dos" ...
by silvinamazzaro
Wed Feb 10, 2016 7:25 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: fiveweb
Replies: 10
Views: 1722

Re: FiveTech's FiveWeb (free up to version 1.0)

... "ADS" ) SET SERVER REMOTE str_conn:="\\84.65.128.144:6262\C$\DBTEST\DATATEST.ADD" IF !AdsConnect60(str_conn, 7,"adssys" , "pass",@AdsHandle) MsgInfo( "DB NOT CONNECT!!" ) Dbcloseall() Return nil ENDIF USE FR_UTENTI ALIAS APPO SHARED NEW ...
by giuliano
Tue Oct 30, 2012 11:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FiveTech's FiveWeb (free up to version 1.0)
Replies: 119
Views: 23601

Re: How to use AX_GetActivityInfo() of ADS V.9

The server version is the 10,and I'm connected to a remote as ADSSYS.
Making the SQL command inside the ARC32 works perfectly.
It is really strange.
If I change the while..endwhile procedure with a browse() I see only one empty record.
by Massimo Linossi
Thu Jul 12, 2012 4:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to use AX_GetActivityInfo() of ADS V.9
Replies: 19
Views: 5061

Re: How to use AX_GetActivityInfo() of ADS V.9

What is your server version? Are you connected to a remote server (not the local server)? Are you connected as the ADSSYS user?

Try executing the stored procedure from arc32, do you get results?


Reinaldo.
by reinaldocrespo
Thu Jul 12, 2012 4:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to use AX_GetActivityInfo() of ADS V.9
Replies: 19
Views: 5061

Re: Free tables and Advantage Internet Server (AIS)

... is AIS and REMOTE  (4 + 2)    COMPRESSION = Always    4. If AdsConnect60(\\<ip address>:<port>\yourdataDD\your.ADD, ADS_AIS_SERVER, 'adssys',,,@hADS ) == .T. //means connected to your .add 5. open table as usual 'use table' //where table is added to your .add note: don't forget to ...
by fraxzi
Thu Nov 12, 2009 2:16 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Free tables and Advantage Internet Server (AIS)
Replies: 8
Views: 2320

Free tables and Advantage Internet Server (AIS)

... cDict:='adstest.add' G_Msg('Povezovanje preko interneta ... ' + xRDDPath + cDict) if AdsConnect60( xRDDPath + cDict, ADS_AIS_SERVER, "ADSSYS")    ... I also shared volume C: as ADS91 with full access and changed ADS.INI on client machine: [MASTERM1] INTERNET_IP=192.168.1.101 INTERNET_PORT=50101 ...
by modicr
Wed Nov 11, 2009 3:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Free tables and Advantage Internet Server (AIS)
Replies: 8
Views: 2320

Re: Proteger archivos .DBF

... yo utilizo el de la version 7.x, tu seguro usaras el ultimo de la version 9, alli creas un diccionario de datos, que tendra un usuario por defecto ADSSYS, al diccionario (base de datos) agregas tablas, existentes o las creas alli mismo, luego al abrir las tablas tienes la opcion de encriptarlas.... ...
by Marcelo Via Giglio
Thu Jun 04, 2009 4:26 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Proteger archivos .DBF
Replies: 8
Views: 1196

oConexionAdo:Open("Provider=Advantage.OLEDB.1;User ID=adssys;Data Source=diccionario.add;Persist Security Info=False;ServerType=ADS_REMOTE_SERVER;LockMode=ADS_COMPATIBLE_LOCKING")

saludos
by alex_cyr
Wed Nov 14, 2007 7:30 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Advantage Data Server con ADO
Replies: 4
Views: 1377

... .dbf a .adt ? Vikthor La conexion al diccionario de datos la hago de la siguiente forma: AdsConnect60( "\\servidor\ads_data\MyDiccionario.add", 3,"ADSSYS",<cPassword>) En caso de haberle puesto password en el parametro <cPassword> iria este. Saludos. Una más que deseara saber: como ...
by Vikthor
Tue Nov 13, 2007 12:15 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Abrir base de datos Nativa de Advantage
Replies: 9
Views: 3646

Arturo, para abrir una vista previamente creada en el architect yo uso ADO oConexionAdo:Open("Provider=Advantage.OLEDB.1;User ID=adssys;Data Source=diccionario.add;Persist Security Info=False;ServerType=ADS_REMOTE_SERVER;LockMode=ADS_COMPATIBLE_LOCKING") oComando:ActiveConnection(oConexionAdo) ...
by alex_cyr
Mon Nov 12, 2007 10:25 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Abrir base de datos Nativa de Advantage
Replies: 9
Views: 3646

Vikthor La conexion al diccionario de datos la hago de la siguiente forma: AdsConnect60( "\\servidor\ads_data\MyDiccionario.add", 3,"ADSSYS",<cPassword>) En caso de haberle puesto password en el parametro <cPassword> iria este. Saludos. Una más que deseara saber: como puedo abrir ...
by arturo_cervantes
Mon Nov 12, 2007 10:13 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Abrir base de datos Nativa de Advantage
Replies: 9
Views: 3646
Next

Return to advanced search