topic stringlengths 1 63 | text stringlengths 1 577k ⌀ |
|---|---|
ADS Como crear libreria desde el CVS ACTUAL ? URGENTE!! | Necesito URGENTEMENTE.Yo no se que pasa, pero cuando ALGUIEN toca algo en el CVS de xHarbour, coñe, aqui me dejan de funcionar cosas que antes no tenia ningun problemaAhora resulta que el ADS no me funciona, no existe el fichero ace.h,dicho fichero me lo he descargado vete tu a saber de donde,y no es capaz de linkarme ... |
ADS Como crear libreria desde el CVS ACTUAL ? URGENTE!! | Bueno, ya esta solucionado.Me parece INCREIBLE que la generacion de una simple libreria de ADS de una version 5.5 me halla llevado mas de una 1 hora localizar el mardito problema.Y todo porque a alguien le entro la gran idea de cambiar el que habia sidotoda la vida;ADS_REQUIRE_VERSION=5aADS_LIB_VERSION=500Genial, no te... |
ADS Como crear libreria desde el CVS ACTUAL ? URGENTE!! | Rafa,Te entiendo perfectamente <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> son ganas de cambiar cosas por que si y volver loca a la genteGracias por compartir con nosotros esa información <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!... |
ADS Como crear libreria desde el CVS ACTUAL ? URGENTE!! | [quote="Antonio Linares":31muv6gk]Rafa,
Te entiendo perfectamente <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> son ganas de cambiar cosas por que si y volver loca a la gente
Gracias por compartir con nosotros esa información <!-- s:-) --><img src="{SMILIES_PATH}/icon_s... |
ADS Connections - Your experience is appreciated | This is not a trouble report for xHarbour ... but I know many ADS users are here and I would appreciate your input. I have gone direct to ADS on this but may not get a response for awhile.
My application uses AdsSetServerType( 7 ) which will automatically determine if a connection to a Client Server is available, ... |
ADS Connections - Your experience is appreciated | Hi,
You might try to do SetServerType(ADS_REMOTE_SERVER), or AdsSetServerType(2), which will only connect to remote servers.
If that fails, the broadcast packets are most probably getting lost. In that case, look at the ads.ini settings like our server over here. and configure your remote server to listen on a specif... |
ADS Connections - Your experience is appreciated | Tim;
You know; I like to change the properties to the directory where the data is located to the advantage user and group. In this manner you simply can not connect to the data unless you are in remote mode and using the xharb client software. Think about it, this means that no one can peek at the data nor **delete*... |
ADS Connections - Your experience is appreciated | Tim:
I had the very same problem connecting the ADS via a VPN from two remote sites.
First we went on line using AIS instead of ADS remote, the solution worked fine. Then our customer wanted to install a VPN and here is where the problem started.
What we did (look into ADS knowledge base, under "VPN"), was:
1) Ping... |
ADS Connections - Your experience is appreciated | I have limited abilities here because the hardware is controlled by a support company and the tech cannot follow the most basic instructions.
In the past I have not needed an ads.ini file. The systems go up, and start working with no problems. I installed them here because Advantage suggested the requests were faili... |
ADS Driver | I am trying to access my database With the ADS Driver that I have used
in the Pass. My Last version of Fivewin for Harbour was 2.3. Now I have
upgraded to version 2.6 the September Build.
But I can't find the ACE32.Lib in any of my Dir.
I am trying to use the XHarbour Version of harbour to build my Apps.
I have als... |
ADS Driver | Jim,
You may create ace32.lib from your ace32.dll:
implib.exe ace32.lib ace32.dll |
ADS Driver | Bohan:
You have to build your own ACE32.LIB, and is very easy to do:
1) Locate the ACE32.DLL of your current ADS version, you can find a copy of it in the ARC (Advantage Data Architech) directory, if you don`t have the ARC, install it from the ADS CD, because you are going to need two more DLLs from it in order to ma... |
ADS Encrypted File Indexing | I've been using ADS ( Remote and Local ) for many years, but generally without a Data Dictionary.
First I set up the ADD and I have not problem accessing and indexing files.
However, if I encrypt a file, I get an error.
I use: oDB:createIndex( "erfcit", "city",,, .t., 10 )
Which ... |
ADS Encrypted File Indexing | Tim;
With auto-open indexes you will need to remove them from the data dictionary before you create another index with the same name. The right thing to do is to re-index instead of creating the index all over again but if you must create an index with the same name as an existing instead of re-indexing, then remove ... |
ADS Index Limitation | I have a database that requires 19 index keys. I am using TAG within two separate files. It works fine with CDX alone, however now I am trying to switch to ADS and I am getting errors while trying to build search keys. The error is related to maximum index keys. Is there any workaround to get 19 index keys to work with... |
ADS Index Limitation | ADS supports 50 tags in a CDX file. |
ADS Index Limitation | Where can I find the documentation that supports your statement? Thank you, |
ADS Index Limitation | From "Advantage Database Server A Developer's Guide" Version 8.1 book Authors Cary Jensen and Loy Anderson; we can read in chapter 3 page 85:[quote:24fabvf7]
"An index file that has two or more index orders is referred to as a multiple-order index file, or compound index file. [b:24fabvf7]A given index file can contain... |
ADS Index Limitation | From "Advantage Database Server A Developer's Guide" Version 8.1 bookAuthors Cary Jensen and Loy Anderson:[quote:27q1q7gl]
[b:27q1q7gl][u:27q1q7gl]ADT Table Parameters[/u:27q1q7gl][/b:27q1q7gl]
A) Maximum field name length: 128 Characters
B) Maximum table size: 4 gigabytes (16 exabytes using Windows NT/2000/XP/2003 NT... |
ADS Index Limitation | Thank You George, however I am using DBFCDX and get the error below when trying to create an index fileADSCDX/5031 - The seek key is not the correct length |
ADS Index Limitation | Maximum length of evaluated value of key expression is 240 bytes. Maximum length of key expression itself 512 bytes.When you move to ADS, please keep a few things in mind. Avoid Aliasing fields and your UDFs in the index expressions. Make sure your index expressions always evauluate to fixed length values and less than... |
ADS Index Limitation | I am not using any UDF or alias fields, here is my code, can you tell me what I am doing wrong?INDEX ON file TAG S1 TO &Pdd.ocnx01 EVAL ( oMeter:Set( RecNo() ), SysRefresh(), ! lEnd ) DESCENDINGDBCLEARINDEX()INDEX ON shipname TAG S2 TO &Pdd.ocnx01 EVAL ( oMeter:Set( RecNo() ), SysRefres... |
ADS Index Limitation | Please try creating TAG by TAG, While testing, just use "INDEX ON <exp> TAG <tagname>" and remove eval, and TO Check which TAG is failing |
ADS Index problem solve | kokoo's problem:
[quote:1r5449j1]
I have a index problem which work in rdd "ADS".
Aa SAMPLE ITEM NO."HST-2000 " SHOULD Sorting in first one , but the
result is in last one.
Same source code work in Rdd "DBFCDX" Was CORRECT .
xHarbour :0.9970
ADS version: 8.1.018
#INCLUDE "FIVEWIN.CH"
#INCLUDE "ADS.CH"
local a... |
ADS Indices descendentes | Hola foro...
Estoy probando el pasar de DBF-NTX nativo al entorno ADS, he logrado un ahorro de tiempo en la generación de los indices con ADS, pues tengo tablas con mas de 1,500,000 registros.
ahora se me presenta el problema con los indices descendentes "DESCEND ( FR + DESPACHO ) + CAJA + CODEPT", en los procesos do... |
ADS Indices descendentes | Yo uso indices de ese tipo y no he tenido problemas.
[code=fw:258vcabi]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #0000ff;">index</span> <span style="color: #0000ff;">on</span> field->grupo+field->cliente+dtos<span style="color: #000000;">(</span>field->fecha<span style="color: #... |
ADS Lo que no me ha quedado claro | Hola a todos!!
La experiencia de pasarme a entorno gráfico y 32 bits con fivewin me ha sido fascinante, y los resultados ha sido muy buenos <!-- s:D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":D" title="Very Happy" /><!-- s:D --> .
Creo que ahora, lo natural es incorporar a mis aplicaciones la seguridad de los... |
ADS Lo que no me ha quedado claro | Jose:
[quote="jose_murugosa":13z8v332]
1) Si deseo utilizar ADS REMOTE SERVER 8.0, tendré que instalar un software como Windows 2003 server o un server de linux, o es posible continuar con el grupo de trabajo que ya usan?
[/quote:13z8v332]
Aunque el uso de ADS te sugiere que tengas un servidor dedicado, nosotros he... |
ADS Local Server | Hi Everybody,
I am trying to add in the ADS Local Service to my app and I get the followinf error:
Error: Unresolved external 'AdsCloseCachedTables' referenced from C:\XHARBOUR\LIB\RDDADS.LIB|adsfunc
I think I have everything setup...
RddADS.lib and Ace32.lib (from the xharbour\lib directory) are linked in.
Ace32... |
ADS Local Server | You have to link with the correct version of ace32.lib |
ADS Local Server | I tried generating the ACE32.LIB file using:
lib /def:ace32.def /out:ace32.lib
But I get this error:
LIB : fatal error U1151: syntax error : illegal file specification
I have also tried with removing the .dll ext from within the .def file |
ADS Local Server | Jeff,
Try this:
implib.exe ace32.lib ace32.dll |
ADS Local Server | Thanks Antonio. |
ADS Local and Index | Hi All,
After a lot of trial and error, web searches and head banging I found that when using ADS Local, Indexes are not done the same as standard xHarbour indexes.
With xHarbour, an index can be done as follows:
[code=fw:1xukkj9f]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #0000ff;... |
ADS Local and Index | Maybe &("{ || " + HIREDATE = CTOD(cDate) + "}")
Cheers,
Antonio Ferreira |
ADS Local and Index | Hi Antonio ... Thanks for the try but still is does not work <!-- s:cry: --><img src="{SMILIES_PATH}/icon_cry.gif" alt=":cry:" title="Crying or Very sad" /><!-- s:cry: --> |
ADS Local and Index | Using tData objects:
oDB := tdata():new(, "euntli",, .f. )
IF oDB:use()
oDB:createIndex( "euntli", "UPPER(year)+UPPER(make)+UPPER(model)+UPPER(submodel)",,, .t., 10 )
ENDIF
oDB:close()
tData is an extension of tDatabase, provided by James Bott. It will make your life a whole lot simpler if you use it.
This wo... |
ADS Local and Index | Jeff,
[quote="Jeff Barnes":1lk2l2lx][code=fw:1lk2l2lx]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #0000ff;">INDEX</span> <span style="color: #0000ff;">ON</span> Test->Field1 <span style="color: #0000ff;">TO</span> C:\Test <span style="color: #00C800;">FOR</span> Test->Field2 = cSomeSt... |
ADS Local and Index | Hi Enrico,
Sadly, it did not work. I get an ADSNTX/3211 error <!-- s:( --><img src="{SMILIES_PATH}/icon_sad.gif" alt=":(" title="Sad" /><!-- s:( --> |
ADS Local and Index | Jeff,
[quote="Jeff Barnes":3qeog2y2]Hi Enrico,
Sadly, it did not work. I get an ADSNTX/3211 error <!-- s:( --><img src="{SMILIES_PATH}/icon_sad.gif" alt=":(" title="Sad" /><!-- s:( -->[/quote:3qeog2y2]
What is in cSomeString?
EMG |
ADS Local and Index | Jeff,
Try leaving out the aliases. These are variables too.
As I mentioned in another thread using aliases creates problems, especially if you want to open multiple copies of a database (and there are very good reasons to do so).
Try:
INDEX ON Field1 TO C:\Test FOR Field2 = &(cSomeString)
James |
ADS Local and Index | Hi James,
Even without the alias it still fails <!-- s:( --><img src="{SMILIES_PATH}/icon_sad.gif" alt=":(" title="Sad" /><!-- s:( --> |
ADS Local and Index | I use ADS but not in Local mode. I took one of my index on commands and looked at to .ppo to see how it is structured.
Here is the actual code:
index on ld_num+mv_no tag ( [statactive] ) additive to ( ::cCurDir+cData ) for mv_status < 'F'
Here is the ppo code:
The "For" condition is set first.
ordCondSet( 'mv_status... |
ADS Local and Index | hello try
cFor = 'test->field2 = "' alltrim( cSomeString ) + '"'
INDEX ON Test->Field1 TO C:\Test FOR &( cFor )
saludos |
ADS Local and Index | Hi Wilson,
That works <!-- s:) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":)" title="Smile" /><!-- s:) -->
Thank you. |
ADS Local and Index | Jeff,
[quote="Jeff Barnes":32kgpofg]Hi Wilson,
That works <!-- s:) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":)" title="Smile" /><!-- s:) -->
Thank you.[/quote:32kgpofg]
So the problem was inside cSomeString, as I suspected. <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!--... |
ADS Local server for Clipper apps? | Hi.
Does anybody know if the ADS local server is also available to fw+clipper 5.3 apps?
Thank you,
Reinaldo Crespo-Bazán |
ADS Local server for Clipper apps? | Reinaldo:
Nop, Local server along with ADT table formats, and all the ADS SQL stuff are only available for 32 bits applications. |
ADS Local server for Clipper apps? | Rene;
Thanks for your reply.
BTW -- I've been using the local server for testing of my xharbour apps. I plan to place an order for the 50 user lic for one of my customers today.
I have a couple of other questions related to AIS:
1. I like to use a lot of browses, I suppose that browsing of very large dbfs, would... |
ADS Local server for Clipper apps? | [quote="reinaldocrespo":2y5pgm9r]
1. I like to use a lot of browses, I suppose that browsing of very large dbfs, would be very slow.
[/quote:2y5pgm9r]
No Way !!!!, I have a program that actually browses 24 databases AT THE SAME TIME, database size are abot 200,000 records and they are pretty damn fast.
The secret... |
ADS Local server for Clipper apps? | Pues bien!
Todo resuelto ( o listo el pollo como diría Vikthor).
Te daré noticias cuando tenga todo listo.
Recibe un saludo,
Reinaldo. |
ADS Local sobre Termina Server | Tenemos una aplicación hecha con FWxH y ADS Local la cual no correosobre terminal server nos manda el error de :5185 Servidor local esta restringido para este ambiente......saben algo al respecto ?hay alguna solución ? Saludos a todos y gracias de antemano.Joel AndujoPD Después de algún tiempo de andar con otras cosill... |
ADS Management Functions | Hello Everyone,
Does anyone sample code on ADS management? I am looking for a couple specific examples.
1. If a record is locked by specific user, I would like to provide a message to user informing them of the user name that has locked the record.
2. If a DBF needs to be opened exclusively, however the DBF is opene... |
ADS Management Functions | Darrell,
I'm sure you will find some discussions of these topics if you do a search of this forum.
An alternate answer to question 1 is to use opitmistic locking. Using this a record will never be locked for more than a split second, so you won't need to know who locked it.
An alternate answer to question 2 is to re... |
ADS NOT SUPPORT DECRYPT AND ENCRYPT FROM FIVEWIN | Dear All,
Can someone help me?
I'm trying to convert all my program to ADS.
how to use function encrypt and decrypt from fivewin for indexing in ADS.
[code=fw:a71je4ol]<div class="fw" id="{CB}" style="font-family: monospace;"> <span style="color: #00D7D7;">#INCLUDE</span> <span style="color: #ff0000;">"FiveWin.ch"<... |
ADS NOT SUPPORT DECRYPT AND ENCRYPT FROM FIVEWIN | Hi Kok,
You mean it...
[code=fw:1olpn2p5]<div class="fw" id="{CB}" style="font-family: monospace;"><br />cAlias := GiveAlias <span style="color: #000000;">(</span> cAlias <span style="color: #000000;">)</span><br />USE <span style="color: #000000;">(</span>cFile<span style="color: #000000;">)</span> <s... |
ADS NOT SUPPORT DECRYPT AND ENCRYPT FROM FIVEWIN | Hi Richard ,
Thank for your reply,
but I don't want use function from ADS , I must use function encrypt from fivewin.
regards,
kok |
ADS NOT SUPPORT DECRYPT AND ENCRYPT FROM FIVEWIN | Hola,
I don´t know why you want to use encrypt function from FW, but if you really need it, I think you can create a extra field with encrypted data and create the index over this field
regards
Marcelo |
ADS NOT SUPPORT DECRYPT AND ENCRYPT FROM FIVEWIN | Hi Marcelo,
All my new programs, I use function from ADS.
I need encrypt from fivewin for my old program that use this function for indexing.
Regards,
Kok |
ADS NOT SUPPORT DECRYPT AND ENCRYPT FROM FIVEWIN | Hi
No esta permitido usar funciones de usuario en los indices
No this allowed using user's shows in index them |
ADS NOT SUPPORT DECRYPT AND ENCRYPT FROM FIVEWIN | Hi Patricio,
But it works perfectly without ADS.
Regards
Kok |
ADS NOT SUPPORT DECRYPT AND ENCRYPT FROM FIVEWIN | kok,
because ADS RDD is related to ADS Server, you can't use other function not implemented in ADS, please read the ADS documentation, and you will see the allowed function list allowed.
The other way is how I mentioned previously, adding a field with the crypted data
regards
Marcelo |
ADS NOT SUPPORT DECRYPT AND ENCRYPT FROM FIVEWIN | Hi Marcelo,
Thank you for your reply.
If I write like this :
use customer new via 'DBFCDX'
index on ENCRYPT(first,'TEST') tag FI TO CUSTOMER
everything work fine in ADS .
yes, I Agree with you, It's about ADSCDX
I think need Antonio help to join this function Encrypt and decrypt
Regards,
Kok |
ADS NOT SUPPORT DECRYPT AND ENCRYPT FROM FIVEWIN | Kok,
AFAIK ADS provides its own encryption functions, so you should use theirs
I am not used to them, but surely another ADS user may help on this |
ADS NOT SUPPORT DECRYPT AND ENCRYPT FROM FIVEWIN | In a 2-tier (true client-server) application, data is managed by the server. Index operations are performed on the server end. Without ADS, (that's when the server is only used as a shared drive) each record travels from the shared drive on the server to the workstation where decisions and operations are done before ... |
ADS NOT SUPPORT DECRYPT AND ENCRYPT FROM FIVEWIN | Dear Reinaldocrespo,
Thank you for the explanation.
I like client server from ADS, very fast.
yes,I do not have any option to use a power from ADS for my old program, except I change the structure of indexing.
Regards,
Kok |
ADS NOT SUPPORT DECRYPT AND ENCRYPT FROM FIVEWIN | BTW - since we are on this subject, I might as well add some more information. In a client-server paradigm (like any SQL including ADS SQL), index or table corruption is very unlikely. The reason tables and indexes get corrupted is because something happens that breaks or interrupts the communication between the shar... |
ADS NOT SUPPORT DECRYPT AND ENCRYPT FROM FIVEWIN | Dear Reinaldo,
Thank you for this useful information.
Did you use ADS 11?
I wanna know about web-paltform from ADS 11.
Regards,
Kok |
ADS NOT SUPPORT DECRYPT AND ENCRYPT FROM FIVEWIN | Reinaldo, kok joek hoa:
Very precise explanation of the client / server paradigm.
On encryption, commercial xHarbour supports a driver called SIX, which allows transparent record encryption. I'd used since the old Clipper 5.2e / DOS days and now with xHarbour without any trouble at all.
There's another way to get ... |
ADS NOT SUPPORT DECRYPT AND ENCRYPT FROM FIVEWIN | Hunter;
How does it work with say; 50 or 100 users?
I think that remote desktop represents a great solution as long as you keep app restricted to few concurrent users. Furthermore, remote desktop does not add a web-clients such as a PHP client, Java client, web services, etc... Neither will it give you triggers, re... |
ADS ROLLBACK | Hola!!
Tengo dos preguntas si alguien me las puede responder
Como funciona AdsRollBack()
He estado probando que el sistema cree un error y en el errorsys ejecuto la funcion AdsRollBack(), pero igual los datos quedan en las bases, hay algun metodo como hacerlo funcionar
otra cosa, en los campos memos no se pueden gr... |
ADS ROLLBACK | Patricio:
LAs transacciones con ADS solo funcionan cuando trabajas con el servidor remoto y con el servidor internet, con el servdiro local las instrucciones estan soportadas por compatibilidad pero no hacen nada.
ADSRollback() solo funciona si es llamado entre la llamada a un ADSBeginTransaction() y un ADSCommitTran... |
ADS Rdd problems | I've just finished converting a big application to xharbour and it runs wihtout any errors with rmdbfcdx rdd.
I'v tried first with ADs rdd local server (the code is the same) but I've given up because I had all kind of problems :
Index keys repetition
Index corruption
Functions that work diferently
etc.
The exact s... |
ADS Rdd problems | I, and many other people, use ADS both with Local Server and Client Server. I do not believe there are any known bugs at this time, at least for most operations.
Please make sure you look at the documentation and have setup the configuration for ADS properly. It should be relatively flawless.
Tim |
ADS Rdd problems | I 've check and recheck everything, adslocal config file, collation, etc.
I've contacted ads suport, nothing !
I can't find out a reason for these problems.
I know however that when I lock the records in one function and I replace them in another index entries are repteated. The fields being replaced are not index k... |
ADS Rdd problems | I'm satisfied with ADS and with its performance for clients with multiple workstations. I'd rather not go to SQL personally. My reason is strictly support ... its so nice to be able to fix a single DBF and have my client up and running quickly.
I've done nothing unusual in the implementation. Look at the documentat... |
ADS Rdd problems | Ok. But the problems I have are related to ADS local server. I didn't tryed remote server.
Antonio |
ADS Rdd problems | Please check the extended reply I made on the xHarbour message board where you posted the same question. Then, please respond after making sure you have the proper elements included. |
ADS Re-connection | Hello All,I have this situation Using xHarbour 1.0b and ADS 8.1:I successfully connected using AdsConnect60(....), something happend with my ADSL internet connection and my communication has been cutoff...ADS generated '[6313] General communication failure' with that matter.Now, connection resumed (somehow), inside m... |
ADS Re-connection | I solved the issue on reconnection by adding the following to ADS.INI <!-- s:idea: --><img src="{SMILIES_PATH}/icon_idea.gif" alt=":idea:" title="Idea" /><!-- s:idea: --> [Settings] RETRY_ADS_CONNECTS = 1 hope this helps others too.Regards, |
ADS Re-connection | Thanks for the tips. <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> |
ADS Referential Integrity ADSGetLastError | Hello,
1) I am trying to work with RI, yes this work, when you want to delete some row from table which is defined with some RI, the row is not deleted but some thing occur with the table, it is not accessible in normal way, we need to reopen the table. Have some body any experience about RI in ADS?.
2) Working with... |
ADS Registro bloqueados | Estimados
Como saber en Ads que registros estan bloquedos?
desde ya muchas gracias.. |
ADS Registro bloqueados | Patricio;
Hola, ¿que tal?
Si estas usando el bloque propio de ADS (proprietay locking), entonces podrias usar la funcion:
AdsGetAllLocks()
Búscala en el help file y verás como funciona.
Saludos,
Reinaldo. |
ADS Registro bloqueados | Gracias reinaldo
es gusto lo que necesito, pero al tratar de usar la funcion me dice que no existe tal función
[code:2sifmduw]Compiling...
♀MAKE Version 5.2 Copyright (c) 1987, 2000 Borland
c:\borland\bcc55\bin\ilink32 -Gn -aa -Tpe -s @b32.bc
Turbo Incremental Link 5.... |
ADS Remoto | Mario
Esto te puede servir
[url:3icgk4uc]http://blog.advantageevangelist.com/2008/07/configuring-windows-firewall-for.html[/url:3icgk4uc] |
ADS Remoto | Muchas gracias!
Saludos |
ADS Remoto | Estimados:
Tengo una PC funcionando como Servidor semi dedicado, con Windows 7. Desde allí ejecuto ADS como Servidor. Al iniciar desde otra PC (con XP o 7) la aplicación me da el siguiente error: 6420 Unable to "discover" the Advantage Database Server.
En otro grupo de PCs, todas con Windows XP, y el mismo escenari... |
ADS Remoto | Es necesario configurar una excepción en el firewall de Windows del equipo Servidor para que permita la comunicación con ADS.
El archivo que necesitas agregar es [b:uybuvgor]ads.exe[/b:uybuvgor] que se encuentra en c:\Program Files\Extended Systems\Carpeta de ADS9.
Edmundo. |
ADS Remoto | Gracias Patricio
Aunque, en este momento no tengo PC para corroborarlo, pero me parece que ese es el caso de windows XP.
Para W7 es como dice Edmundo
No obstante bienvenido el articulo
Saludos |
ADS Remoto | Me rectifico;
Edmundo:
al parecer solo con eso no basta. Ya que sigo sin poder conectarme
Patricio:
Lei mas detenidamente, pero no puedo llegar a este paso:
To get to the firewall exceptions tab you need to view the network connection properties and then the properties of the connection you wish to configure. From the... |
ADS Remoto | Intenta lo siguiente:
1. Reinicia el servidor.
2. Verifica que los equipos de la red tengan asignada una IP estática.
3. Intenta conectarte usando el Advantage Data Architect (ARC).
En general me ha funcionado unicamente usando la excepción, lo he probado con exito en Win XP/7Pro/2008/2008 R2.
El Win7 Ultimate nunca... |
ADS Remoto | A veces para descifrar este tipo de problemas yo intento usar telnet al ip y puerto. Si logro conexión entonces ya sabemos que existe ruta al servicio de ADS en el servidor. Telnet y ADS no hablan lo mismo, así que solo necesito ver que hay conexión.
c:\>Telnet 192.168.1.1 6262
Una vez conoces que existe ruta porqu... |
ADS Remoto | Reinaldo,
muchas gracias, lo probaré |
ADS Remoto | en el sito developer de ads existe una herramienta para poder probar si un purto esta abierto.
yo la uso para verificar.
ahora la apertura de un purto en el firewall de windows 7 es diferente al del firewall de xp,
lo mejor es buscar en google como abrir un purto por ejemplo para mysql para darse al idea como se hace,... |
ADS Remoto | gracias Carlos, buen dato |
ADS Reutiliza los registro borrados lógicos | El problema que tengo es que cuando sumo un registro en archivos con formato ADT , la BDD primero intenta , si es que tiene , recuperar un registro borrado lógicamente si no encuentra ninguno agrega físicamente uno al final de la tabla.
Lo que yo quiero es que siempre agregue uno al final de la tabla.
Alguien sabe si... |
ADS Reutiliza los registro borrados lógicos | Hugo:
Al parecer no se puede
lo otro es que utilizes el campo AUTOINC |
ADS Server & Linux | Has anyone tried Advantage Data Base Server executing from a Linux server.
Does it function ok?
If using a Linux server with a computer name of Main Server.
Can a windows station execute if file("\\MainServer\Data\SomeFile.dbf")
I have never used Linux but I was thinking it may be good for larger installs you would ... |
ADS Server & Linux | > Can a windows station execute if file("\\MainServer\Data\SomeFile.dbf")
No.
( Unless special software for this purpose is installed allowing Linux to share its files with Windows ).
But we can use ADS functions (1) AdsFindNextTable62 and (2) AdsFindNextTable62 to obtain a list of tables available on the ADS server ... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.