Re: The order of the installation SAP Netweaver 7.4 on Sybase ASE
The sapinst for sybase for NW74 does not require an external activity to install the DB (like Oracle runinstaller).You are able to install NW74 and Sybase in only one step. In the first phase, when you...
View ArticleRe: The order of the installation SAP Netweaver 7.4 on Sybase ASE
Refer the below SAP Document for the reference:...
View ArticleSybase default log mode
Hi All, What is the default Transaction log mode in Sybase+SAP, How to change log mode?Please help. Regards,Karthik.
View ArticleRe: Sybase default log mode
Karthik, You can check from the below option after logging into the database through isql. 1>sp_helpdb <SID>2>go 1> sp_helpdb saptools go You can also change the mode by changing the...
View ArticleRestoring the SAP ASE Sybase database (15.7.0.110) to (15.7.0.122)
Hi Folks,While restoring the SAP ASE Sybase database (15.7.0.110) to (15.7.0.122) we are facing issue with load DB from latest backup.Details Outline: OS Type: Redhat - 6.2SAP Application - ECC...
View ArticleCan't allocate space for object 'syslogs'
Hi All, We have added the space to log file as below getting warning, is there any issue with the database in the future. 2> go 3> alter database TST log ON TST_log_001='5000m' 4> go Extending...
View ArticleRe: Services stopping every night
Hi Kiran Attached the logfile of system VPJ. Service i stopped at the moment, but i cannot see any usefull in the log, but maybee you can?
View ArticleRe: Services stopping every night
Hello Jacob, kisignal: unknown signal (-1073741784) This is the cause for the reboot after sybase database receiving this signal and stack trace which it couldn't able to handle it the database is...
View ArticleRe: Can't allocate space for object 'syslogs'
Hello Karthik, You did a wrong thing here :(The error says there is problem in the logsegment of saptools instead you increased to your SID. Increase the space to saptools logsement you will not get...
View ArticleRe: Can't allocate space for object 'syslogs'
Karthik, Run the below command to find what is the device name of saptools sp_helpdb saptoolsgo Next disk resize it and alter the database use mastergodisk resize name = "device_name", size = "XXXM"go...
View ArticleRe: Can't allocate space for object 'syslogs'
Buddy, Going forward you can always proactively look into the sybase database error log and cockpit database space management which will alert for space crunch. Let's make habit of looking into error...
View ArticleRe: ASE 15.5 estimate of rowcount using row_count function
Hello Ahmad, May be give a try with either of below commands 1>sp_help <table_name>2>go Or 1>sp_spaceused <Table_Name>2>go RegardsKiran K Adharapuram
View ArticleRe: Can't allocate space for object 'syslogs'
Hi Kiran, For my error where to add. 1> sp_helpdb saptools 2> go saptools 2252.0 MB sapsa 5 Dec 18, 2014 full 100...
View ArticleRe: Can't allocate space for object 'syslogs'
Karthik, I suggest first fully utilise the saptools_log_001 then use 002 disk RegardsKiran K Adharapuram
View ArticleRe: Sybase data transfer tool
I'm assuming this isn't on the same ASE. You could consider adding a remote server then a proxy database. Then you can do cross-database operations between the two. I'd use that to create the table...
View ArticleRe: ASE 15.0.3 -> 15.7 SP132 upgrade.
I've got some leeway for some deep-ish testing. But our starting point will always be the overnight batch process for our biggest customer. I'd love to test every sensible permutation of the kernel...
View ArticleRe: ASE 15.0.3 -> 15.7 SP132 upgrade.
Doug, Thanks for all the information. I'm in the middle of testing an upgrade from ASE 15.0.2 to ASE 16.0.0.5 (PL5). I'm curious why you've chosen 15.7 as your target, rather than 16.0. Andy
View ArticleRe: ASE 15.0.3 -> 15.7 SP132 upgrade.
Hi Andy,Our team's initial considerations were 15.5, 15.7 SP132 or 16.0. My preference was 16.0 since we'll have to take that path at some point anyway. There was some resistance to this since it's a...
View ArticleRe: Sybase data transfer tool
Yes proxy dB/tables are good option.Also if we run the command to find table structure 1=2 will not yield correct because only ddlgen gives you table structure and the respective constraints and table...
View ArticleRe: stopdb - Terminating with error code 13
Christian, Also if you really interested what does this Sig13 mean provide me database error log I will tell you the root cause ;) RegardsKiran K Adharapuram
View Article