on 2018 Mar 19 11:23 AM
Hello everybody,
I am trying to unload a ratter large UltraLite database (about 7 GB) on a Windows server (running SQL Anywhere 17.0.4.2053).
The command I use is the following:
ulunload.exe -c "DBF=C:\\Users\\Administrator\\Downloads\\test.udb" -t CODEGROUP,CODEGROUPML -s C:\\Users\\Administrator\\Downloads\\dump.sql
The problem I face is that ulunload is running (I can see it in the task manager), but it looks like it is doing nothing - the udb is not opened, the CPU of the machine is at 1%. I waited for more than 30 min, but the status stays the same.
Any idea what could go wrong?
Thanks for your help! Alex
1) If there is no existing uleng17 instance, can you add -v to see if the unload does any work.This would be evidenced with lines starting with "unloading" or "saving". It may be that the unload is working but it is taking some time to unload.
2) Is there an existing uleng17 running on the machine? If so, it might be that the running uleng17 instance is in a bad state and ulunload is stuck trying to access it. Ultralite utilities use this process as well as applications that use the engine runtime.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
62 | |
10 | |
7 | |
7 | |
6 | |
6 | |
6 | |
5 | |
5 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.