Re: How to apply transaction log backup in Sybase
Well, your source output shows the size of NRD asNRD 233472.0 MB which matches the error you get when you try to load its dump into the destination "Data on dump will not fit into current...
View ArticleRe: How to apply transaction log backup in Sybase
Typo on my last line there, that should be 233472 MB.
View ArticleRe: How to apply transaction log backup in Sybase
Hi Bret, So how i can start restoration.What i have to do now?How can i make size equivalent or bigger that source one. Regards
View ArticleRe: How to apply transaction log backup in Sybase
In general, either use ALTER DATABASE to add more space to the database, or completely drop and rebuild it. If you don't have enough room on the existing devices, you can create new devices usingDISK...
View ArticleRe: How to apply transaction log backup in Sybase
Hi Adil, In my opinion, this is a document which should be read by anyone who is dealing with Sybase ASE:Getting Started with SAP Applications Using SAP Adaptive Server Enterprise On this specific...
View ArticleRe: How to apply transaction log backup in Sybase
Hi Bret, I follow these step:-1.delete datafiles from /sybase/NRD/sapdata1/NRD_data_001.datrepeat same for all four datafile.isql -Usapsa -SNRDuse mastergo2.drop database NRD3.execute this command:-...
View ArticleRe: How to apply transaction log backup in Sybase
To drop a device you want to: - remove all databases from device- drop the device from the dataserver (via sp_dropdevice)- if the device is a file out in the OS then remove said file If your disk init...
View ArticleRe: How to apply transaction log backup in Sybase
Hi Mark, Thanks for ur support . As i was getting error while creating NRD_DATA_001 so i created NRD_DATA_005 like /sybase/SID/sapdata1/NRD_data_005 .. and i did same with all device and i start...
View ArticleRe: How to apply transaction log backup in Sybase
This same issue came up in another discussion in this forum: http://scn.sap.com/thread/3461308 The gist of the solution is that you need to log into the dataserver and issue: sp_configure 'net password...
View ArticleRe: How to apply transaction log backup in Sybase
Hi Mark, I done same but still error while connecting SAP. % isql -Usa -SNRD -XPassword:1> sp_configure 'net password encryption reqd',12> go Parameter Name Default Memory...
View ArticleSYBASE unable to Create a dump configuration
Hi All, We have installed a new crm 7.0 ehp3 with Sybase database on 2008 r2Now we trying to setup the database backup and trans log backup I followed the note 1588386 when we try connect to dbit...
View ArticleRe: SYBASE unable to Create a dump configuration
This same issue came up in another discussion in this forum: http://scn.sap.com/thread/3461308
View ArticleDBA planning calendar
Hello, I'm getting several errors with scheduled jobs. But It's so rare, sometimesit works, sometimesnot. I've scheduled the backup of transaction log, DB, and master. --SAP DBA Planning Calendar: SQL...
View ArticleRe: DBA planning calendar
Hi Rubben, Is DBA Cockpit Correction Collection at latest version?I allways run the dump database command in Planning Calendar like this:use mastergodump database master using config = 'master'go in...
View ArticleRe: DBA planning calendar
You may want to consider posting the complete error message(s) you're receiving. In the case of backup failures you may also want to check the dataserver and backupserver errorlogs for any additional...
View ArticleRe: DBA planning calendar
Hi Ruben, Could you also share following details1) What is the Sybase Version2) How many app servers does production server has 3) Have you applied all the dbacockpit related notes ? Regards,Deepak Kori
View ArticleASE service Syabase SQLServer_"SID" don't start
Hi, We have shutdown the ASE Server, after that we tried to start it insuccefully. with the msg"The Sybase SQLServer_"SID" service on "host" started and then stopeped.Somme services stop automatically...
View ArticleRe: ASE service Syabase SQLServer_"SID" don't start
Hi Alcino, I would not expect an "out of space" error on any database but master (and maybe sybsecurity if auditing was on) to prevent ASE from at least booting. Is00:0000:00000:00000:2014/02/24...
View ArticleRe: ASE service Syabase SQLServer_"SID" don't start
Hello Bret, Thank you for your reply. Maybe you're right concerning the license issue, but i don't understand how cand this change during a shutdown!!! Looking to the shared memory, as you said that...
View ArticleRe: ASE service Syabase SQLServer_"SID" don't start
Hi Alcino, Does your older boot sequence in the log show some other license normally getting checked out as the next thing after checking out ASE_ASM? Or does it proceed to show a "kernel memory"...
View Article