Quantcast
Channel: SCN: Message List - SAP Adaptive Server Enterprise (SAP ASE) for Custom Applications
Viewing all articles
Browse latest Browse all 3587

Uninitialized logical page after database load

$
0
0

Hi Guys

 

I am struggling to restore a database to a new server. I have a brand new installation of ASE 16 on Windows server 2008. I have run the following commands:

 

disk init name ="TWSDEV1DB", physname="c:\sapdata\TWSDEV1DB.dbf", size="5000M"

go

disk init name ="TWSDEV1DBLOG", physname="c:\sapdata\TWSDEV1DBLOG.dbf", size="5000M"

go

sp_helpdevice

go

 

CREATE login cssdmw with password cssdmw;

 

Then I ran this....

 

CREATE DATABASE TWSDEV1DB on TWSDEV1DB  = "4250M"  for load;

go

ALTER DATABASE TWSDEV1DB for load;

go

load database TWSDEV1DB from 'compress::1::/temp/TWSDEV1DB.dmp_1409151614.sc'

stripe on 'compress::1::/temp/TWSDEV1DB.dmp_1409151614.sc1'

stripe on 'compress::1::/temp/TWSDEV1DB.dmp_1409151614.sc2'

stripe on 'compress::1::/temp/TWSDEV1DB.dmp_1409151614.sc3'

go

online database TWSDEV1DB

go

The online database is erroring with an Uninitialized logical page.

 

Any help would be welcome.


Viewing all articles
Browse latest Browse all 3587

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>