Re: Poor performance in productive system
Jeff, can you tell me where is the cfg file?.
View ArticleRe: Poor performance in productive system
Since you are on windows, it should be in %SYBASE% with a filename of <SID>.cfg. You may want to copy/rename it or email it to me privately (jeff.tallman@sap.com) if the SID name is sensitive....
View ArticleRe: Which DBs needing a backup?
Hi Christian, You only need to do backup of the databases listed in the SAP Note 1585981:-> the SID database, because it is the database that contains your data-> the Master, because it contains...
View ArticleSQL error "SQL code: 30274" occurred while accessing table "PAKDATBUF".
Hi guys When accessing transactions VA01 we are experiencing this dump. Database error text: "SQL message: [ASE Error SQL30274:08S01][SAP][ASE ODBC Driver]Error setting up connection"I couldnt find any...
View ArticleRe: Which DBs needing a backup?
Hello Cris, and thanks again for your big help regarding ASE.You wrote temporary database. Which one is it? tempdb or saptempdb?What about sybsystemdb?
View ArticleRe: Which DBs needing a backup?
Hello Christian, tempdb and saptempdb are both temp. databases. Using BS on ASE there could be three temporary databases: tempdb -> The default one, it will exists right after the ASE installation....
View ArticleRe: SQL error "SQL code: 30274" occurred while accessing table "PAKDATBUF".
Hello Martin, could you check the <SID>.log file of your databse server if errors are reported there, maybe the dialog process failed with a stack trace or if there are errors reported that there...
View ArticleRe: Unable to Schedule auto backups in DBACOCKPIT
Hello Armanath, Please follow the instructions detailed in item 5 (changing passwords in Secure Storage), item 6 (Renew external logins) and item 7 from SAP Note 1706410 - SYB: Security - Changing...
View ArticleRe: Unable to Schedule auto backups in DBACOCKPIT
Hi Kiran and Maria, Thanks a lot for your suggestions but I have clearly posted what exactly I did, please help. Thanks,Amarnath
View ArticleRe: Why a synthex error in the follwoing query
I don't see anything wrong with the query you've posted. I even went so far as to build a couple dummy tables and verified the query does compile and run (though I'm on ASE 15.7). Your error message...
View ArticleRe: Why a synthex error in the follwoing query
Thanks, but I am not sure what is going on myself, I get that error from isql:d:\temp>isql -U aaaa -P bbbb -D MYDB -S MYSERVER -i 1.sqlMsg 102, Level 15, State 1:Server 'MYSERVER_REMOTE', Line...
View ArticleRe: Why a synthex error in the follwoing query
Actually, I was wondering if there is an unprintable hidden character in the file - I have seen this be a problem - and it can be exasperating to find - easiest thing is to cut and paste the query into...
View ArticleRe: Why a synthex error in the follwoing query
OK, so the isql output does give us a little more to go on ... it says the error is coming from MYSERVER_REMOTE (as opposed to MYSERVER). So this would seem to indicate an issue with what MYSERVER is...
View ArticleRe: Why a synthex error in the follwoing query
Let's try running the following on MYSERVER_REMOTE: ===================-- dump CIS details to the dataserver errorlogdbcc traceon(11202)go=================== Then run your query again (from MYSERVER)....
View ArticleRe: Why a synthex error in the follwoing query
actually, you would need to do dbcc traceon(3605,11202,11203,11204,11205) - only problem is that it is global - the 11204 might make things easier as it would show the error message, so search for it...
View ArticleRe: Unable to Schedule auto backups in DBACOCKPIT
Hi Kiran/Maria, Thanks a lot for the advice, previously I have followed all the steps mentioned in Note- 1706410. Could you please guide me in below step i.e., creating a temporary password file. Is...
View ArticleRe: SAP Migration of BI dual stack system from Max DB to ASE
Thanks Nicolas for your help. We have finally decided to split the DB both for ABAP & JAVA & then proceed as SYBASE doesn't support keeping different SID from R3. Regards,Nilutpal.
View ArticleRe: Unable to Schedule auto backups in DBACOCKPIT
Hi Kiran/Maria, Thanks a lot for the advice, previously I have followed all the steps mentioned in Note- 1706410. Could you please guide me in below step i.e., creating a temporary password file. Is...
View ArticleRe: sybase ASE restore from a backup of a lower release
Generally speaking: yes, this can be done Caveats:- ASE 16 and the ASE 15.7 dump must have the same pagesize, and ideally the same character set and sort order.- if doing a cross platform dump-n-load...
View Article