P
pkoufalis
Guest
I have deployed in similar environments many times. Your first "error" is to load via client/server. You should load in shared memory directly on the server. While this does not explain the load time difference it will go a loooong way to making your load faster. In summary: 1. Dump from the old system 2. Transfer *.d files to the Windows server 3. Open a "proenv" prompt on the Windows box 4. cd to the DB directory 5. prowin32 dbname -p _admin.p 6. Load your data in the normal way: Admin - Load - Table Contents
Continue reading...
Continue reading...