I have installed the latest trial (dev license) of Sybase ASE 15 on a windows 2008r2 VM to test. The install completed successfully and I brought the DB up... and created a database and new devices. I am attempting to load a dump file from version 12.5
When I run this command:
load database NEWDBCREATED from "compress::S:\12_5_DRUMP.dmp"
I get this:
The sp_db shows:
Msg 7205, Level 17, State 2:
Server 'SYBASEDB', Line 1:
Can't open a connection to site 'SYB_BACKUP'. See the error log file in the ASE boot directory.
Msg 7205, Level 18, State 3:
Server 'SYBASEDB', Line 1:
Can't open a connection to site 'SYB_BACKUP'. See the error log file in the ASE boot directory.
Msg 3220, Level 16, State 8:
Server 'SYBASEDB', Line 1:
Could not establish communication with Backup Server 'SYB_BACKUP'. Please make sure that there is an entry in Sysservers for
this server, and that the correct server is running.
1>
1> sp_helpserver SYB_BACKUP
2> GO
name network_name security_mechanism server_principal class
status id cost
---------- --------------- -------------------- ------------------ ------------
------------------------------------------------------------------------- -- ----
SYB_BACKUP SYBASEDB_BS NULL NULL ASEnterprise
timeouts, no net password encryption, writable , enable login redirection 1 NULL
(return status = 0)
1>
I DO NOT see the service in windows for the backup server, did I miss something on install?
ANY idea where to go from here?