on ‎2014 Feb 19 6:53 AM
Hi all,
Actually i want to about SAP Sybase ASE backup .
Should we stop all activity of SAP application server,
like no user log in time of backup before taking the
backup of Sybase with dump command.
Please help me asap
Thanks
Ashish Kumar
Request clarification before answering.
Hello,
It is not necessary to stop user activity and you may check this SyBooks Online for more information
Regards,
Kimon
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I think a better reference to the documentation would be the Commands Reference page on the dump database command.
This page has a bullet point giving the general rule that it is not necessary to stop activity while taking a backup:
[If your recovery strategy is to take only daily full database dumps but not transaction log dumps, another reason to schedule the dumps for slow times is that when loaded, there will be less recovery to do so the database will be able to come online faster.]
This page also discusses the exception, which is when the dump is to be used for a cross-platform dump and load:
Before you run dump database, for a cross platform dumpand load, move the database to a transactional quiescent status:
Thanks Kimon,
Can you give me more clarity about this process step by step.
While i already gave all permission to shared partition,
but i do not the process of what permission have to
provide to Sybase backup server
i use following command :
dump database model to "\\palsapdev\t\model.dmp"
but give error
Hi,
Check on the machine of ASE which user runs the Sybase Backup Server service. The defaule is "Local System" which a local user and has not permissions to run anything in the network. Change the user to a domain user which has access to the path you want to take the back and it will work
Regards,
Kimon
HI Ashish,
What is the error message ? From what you have posted it look like you are running Windows platform and then ASE will use the Windows Operting system call createfile , writefile .
If you are on Windows and start ASE as a service it is possibly that it is started with the system account.
Niclas
| User | Count |
|---|---|
| 7 | |
| 6 | |
| 5 | |
| 4 | |
| 4 | |
| 4 | |
| 3 | |
| 3 | |
| 3 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.