Re: ISQL view twisted under putty
Hello, the solution is option -J and -w1100 for example:isql -Usapsa -SSO2 -X -J -w1100 Thanks Steven
View ArticleRe: sybase logs
Hi thanks for the response but i want to know sybase error log file location path. we are on AIX operating system. thanks
View ArticleRe: sybase logs
The typical location of the ASE errorlog is in the directory $SYBASE/ASE-15*/install with the file typically having the name of the server ($DSQUERY) appended with ".log"
View ArticleRe: Errors durring create database while installing EHP7 on Sybase
Hello Florin, Please attach the sapinst_dev.log file in order to get further details about your issue. Thanks in advance. Best Regards,Henrique GirardiSAP Active Global Support
View ArticleRe: SAP on ASE change of Ip address
the Ip change was very easy and no impact on SAP and ASE DB.thank you!
View ArticleRe: ASE slow performance on backup
Hello all,thanks for all the hints!@Mark the Z:\ is a local disk.I have tried to modify the registry adding a key Arg6 with -m256M o -m 256M but did not work.How is the right syntax?
View ArticleRe: sybase ASE 15.7 architecture
Hi Syb, Can you please explain me the how to check & disable Archive Redo Log in Sybase ASE just as it is like in Oracle Database. Basically, I have to apply SAP support packages and since my SAP...
View ArticleRe: ASE slow performance on backup
Set the Arg6 value to '-m256' (do not include the 'M' on the end). At startup the default value of '48' generates a message like this in the backupserver errorlog: "Dec 07 08:49:41 2013: Backup Server:...
View ArticleRe: sybase ASE 15.7 architecture
I think the equivalent would probably be setting the database option "truncate log on ckpt" using sp_dboption sp_dboption <dbname>, "trunc.", truego You can check whether this option is on using...
View ArticleRe: sybase logs
Adding inline with above, you can also archive the errorlog using sp_errorlog system procedure. It does not require any down time. Also if you can put errorlog as per your requirement. If you need...
View ArticleRe: Error during create database phase in Sybase DB Restore
Dear Mr Das,Starting an SAP instance or even running R3trans -d requires that the SAP database (<DBISD> database inside the ASE server has not only been created, but also that the contents have...
View ArticleRe: Error during create database phase in Sybase DB Restore
Hello Tillman, Thank you once again for helping me out. I was doing the restore following SAP NOTE 1585981. I loaded the Master DB successfully and then I started Sybase ASE again in multi user mode. I...
View ArticleRe: Shrink Log file +sybase ASE
Hi Kindly refer the SAP link for shrink http://infocenter.sybase.com/help/index.jsp?topic=/com.sybase.infocenter.help.ase.15.7.sp50/doc/html/title.html RegardsSS
View ArticleRe: Shrink Log file +sybase ASE
Use the following command to dump the transaction log login to the isql utility and do the below (example code) use <dbname>godump tran <dbname> to '/sybase/backup/tran.dmp'go Once...
View ArticleRe: SAP loses connection to Sybase ASE database
Hi Wilbert, How did you solve the problem? We have the same issue. Thanks in advance.
View ArticleRe: Shrink Log file +sybase ASE
Hi, Please follow SAP Note 1588316 - SYB: Configure automatic database and log backupsto create a config. For all ASE versions prior to 15.7.0.021, see the attached old version of this note.) RegardsIvan
View ArticleRe: Shrink Log file +sybase ASE
Hi suresh, As per your sugegstion I have run the comand but its storing in C directory . use <dbname>godump tran <dbname> to '/sybase/backup/tran.dmp'go1> dump tran QAS to...
View ArticleRe: Error during create database phase in Sybase DB Restore
Hello Tillman, I was able to resolve this error by reversing the warning status of the user DB. Now I have applied the DB dump and did a roll forward recovery by applying all the transaction logs. the...
View ArticleSAP loses connection to Sybase ASE database Could not connect to the server....
Hello all, I'm currently having an issue on SAP system on Sybase ASE 15.7.0.013, where the SAP workprocess cannot reconnect to database. When happens neither isql can connect to database: JZ00M: Login...
View Article