| Stephen Rice 2005-06-23, 11:23 am |
| Bassem M. wrote:
> Hi,
>
> I'm using ASA 8.0.2
>
> How to validate a database on the network by using the "dbvalid".
>
> Using this syntax : dbvalid -c
> "uid="";pid="" ;dbf=\\PC_SERVER\Bac
kup\MyDatabase.db"
> returns me the following error: Specified database is invalid
> ...
>
> dbf --> cannot be used on network (like specified in online
> books)...
>
>
> thank you
>
>
>
dbvalid runs against an database already loaded on a server. Try
" uid=dba;pwd=sql;dbf=
\\PC_SERVER\Backup\M
yDatabase.db;start=dbeng9.exe"
Also note that some networks may produce unreliable results. Please
review the Technical Document titled "Running A SQL Anywhere Database
File That is Stored Remotely from the Server Machine" at
http://www.ianywhere.com/developer/.../>
emotely.html
for all of the details.
/steve
--
Stephen Rice
Technical Services Manager
iAnywhere Solutions
--- Please Post ---
Whitepapers, Tech Docs, Solved Cases, Bug Fixes and
"Report a bug" are all available on www.ianywhere.com
|