Re: Backup the entire sybase database
Hi halford, First of all thanks very much for your reply, i try as u said above to take backup. Still i am getting error. I mention it below. Backup Server: 4.172.1.1: The value of 'reserved pages...
View ArticleRe: Backup the entire sybase database
better show the full backup command, there's a syntax error in it.maybe there's an option to just generate the command without running it? that would be helpful The threshold messages are informational...
View ArticleRe: Backup the entire sybase database
Hi Jeroen, Thank for your reply. C:\Users\Administrator\Desktop\Backup\abcd.dmp The above mentioned path i gave in explicit dump device.
View ArticleRe: Backup the entire sybase database
that's not a command, that's a path see if you can open a query window, and run the command manuallye.g. the command that Bret already posteddump database mydatabase to...
View ArticleRe: Backup the entire sybase database
yes as u said i execute the command in query window. dump database master to 'E:\Backup\master.19Jan2015.dmp' i am getting error like thiscan you help at this please....
View ArticleRe: Backup the entire sybase database
an 8009 error is pretty generic. can be several things.there's a log file for your backup server, please check that file, it will show the actual error messages I hardly do anything o Windows, I guess...
View ArticleRe: transacion log dump size
Hello, DB version is 15.7.0.103. I've executed the dump transaction log and dump file of 3GB is created, few minute after I´ve launched again the dump transaction and the file size is similar to...
View ArticleRe: transacion log dump size
When you issue a dump transaction, ASE writes out the entire transaction log to the archive file and truncates the log from the beginning of the log to the start of the oldest open transaction.If the...
View ArticleRe: How create a backup
hi Jan,This faheem Ahmed Shaikh from Pakistan, fresh SAP Basis Certified, i have little confusion in taking Sybase Backup,According to your comment on below attached link.scn.sap.com/thread/3245201you...
View Articlehow to start sybase Backup server in windows 2008 r2
Unfortunately i stop the sybase backup server. I try to start it again but i get problem in that. Sybase BCKServer_ASE_BS , Sybase SQLServer_ASE & Sybase XPServer_ASE_XP - These could not be start...
View ArticleRe: transacion log dump size
Hello Bret, How can I check the open transactions into master and sysloghold? This night the backup job has executed 3 times when It's scheduled only one. The first one has finished correctly but I can...
View ArticleRe: SAP Netweaver 7.31 installation error on syabse 15.7
Dear experts, its urgent for us, anyone has a idea how to solve this problem ? Best regards.
View ArticleRe: SAP Netweaver 7.31 installation error on syabse 15.7
Hi Tarik,Can you please show us the Log Files ?(I understand that if this is a fresh installation you should be installing SAP ASE 15.7.0.131)Best regards,Victoria.
View ArticleRe: transacion log dump size
Hello Rubens, To check the oldest open transaction using isql utility, use the following sql query, select dbid "Database ID", spid SPID, starttime "START TIME", name NAME from master..syslogshold...
View ArticleRe: how to start sybase Backup server in windows 2008 r2
To start I would suggest looking for more details in a) the backupserver errorlog file and b) the windows event log. Hopefully one of these will provide more details as to *what* file could not be found.
View ArticleRe: transacion log dump size
re: syslogshold ... You haven't mentioned if you're replicating out of your database. If you are (replicating out of your database) then you'll also want to take a look at replication's secondary...
View ArticleRe: SAP Netweaver 7.31 installation error on syabse 15.7
Dear Maria, Thank your for your replay, Effectively, we have used SAP ASE 15.7.0.131 database. Please find below log file : TRACE 2015-01-20 16:42:01.490 syb_isql_pipe: trace: ct_results():...
View ArticleRe: Sybase Stored Procedure Backup.
If the script is performing a DUMP command, I would expect some output. Check that the script ends with a line that contains just "go", no leading white space,followed by a new line.
View ArticleRe: Sybase Stored Procedure Backup.
Not all commands will generate output soooo, the fact that you're not seeing any output means a) the commands being executed don't generate any output or b) a command that would normally generate...
View Article