Hello,
I have a problem to load serval databases from a Unix Tru64 to a Windows 2003 server. (a decision of some managers here!

)
Specifications of the source:
- Operating system: Unix tru64
- Sybase Version: 12.5.3 EBF 7
Target:
- Operating system: Windows 2003 SP2
- Sybase Version: 12.5.4 EBF 3
What steps i tryed:
=====
Cross Platform Dump and Load
====
- Set all source databases in single user mode
- RUN store procedure sp_flushstats on alle databases
- checkpoint on all databases
- Dump all the databases.
- On the target databases i try to load the databases.
then i resolved this errors in the backserver errorlog.
Jan 18 14:09:00 2010: Backup Server: 3.29.2.1: No virtual mapping for logical page -1.
Jan 18 14:09:00 2010: Backup Server: 3.29.2.1: No virtual mapping for logical page -1.
Jan 18 14:09:00 2010: Backup Server: 3.29.2.1: No virtual mapping for logical page -1.
Jan 18 14:09:00 2010: Backup Server: 3.29.2.1: No virtual mapping for logical page -1.
Jan 18 14:09:00 2010: Backup Server: 3.29.2.1: No virtual mapping for logical page -1.
Jan 18 14:09:00 2010: Backup Server: 3.29.2.1: No virtual mapping for logical page -1.
Jan 18 14:09:00 2010: Backup Server: 3.29.2.1: No virtual mapping for logical page -1.
Jan 18 14:09:00 2010: Backup Server: 3.29.2.1: No virtual mapping for logical page -1.
after a minute the backserver is going down.
==========
Then i used sybmigrate. This is a tool that when it finished the migration. There are many tables that failed to migrate. Conclusion: not relaible!!
====
I'm stuck now... The only way is to BCP the databases. But this is a very complex databases and all security rights must be set manually..
help!!..

..