Perl/DBTech and Windows 2012
Hi I'm having an issue with our Perl scripts that use the DBtech:DBM module on our Windows 2012 SAP servers. The error I'm getting is: DB<2> rscalar context return from DBM::new: void context...
View ArticleRe: Unknown user name/password combination
Dear Starting the SAP system via SAPMMC fails. In the work process trace file we see the error ERROR => Connect to database failed, rc = -4008 Unknown user name/password combination But when...
View ArticleRe: Unknown user name/password combination
Dear remove Xuser entires for SAP MAXDB with following note :39439 - XUSER entries for SAP MaxDB Regards
View ArticleRe: Parsing error -8 when update-clause used with nextval
Hello Chris,I tried to recreate the error with my 7.7.07.48 database, but everything worked as expected. Here is my setup:create table "MONA"."PARSEAGAIN"("SPALTE_A" CHAR (1) ASCII,"SPALTE_B" CHAR (1)...
View ArticleRe: Lock request timeout with no entry in systemtable "Locks"
Hi Hannes,I would suggest starting the Database Anlyzer (activated by default in SAP systems) and during the next incident have a look at the 'dban.prt' log file.Here is an example of what you should...
View ArticleRe: Lock request timeout with no entry in systemtable "Locks"
Hi Thorsten, Thanks for your advise. The analyser doesn't give some lines you are mentioning.I waited two 15 min. cycles and there was 1 lock request timeout in the first and 5 in the second. Here is...
View ArticleRe: Parsing error -8 when update-clause used with nextval
Hello Thorsten, guess that's a tough one. Change your setup to create table "MONA"."PARSEAGAIN"("SPALTE_A" CHAR (1) ASCII,"SPALTE_B" CHAR (1) ASCII,"SPALTE_C" CHAR (1) ASCII,"SPALTE_D" CHAR (1)...
View ArticleRe: Lock request timeout with no entry in systemtable "Locks"
Hmm, ok...Can you access SAP note 1243937 (FAQ: SAP MaxDB/liveCache SQL-, Object Locks)? If so, have a brief look at paragraph 12c and then continue with section 19 (and 20 for DBA Cockpit, if it is a...
View ArticleRe: Parsing error -8 when update-clause used with nextval
Chris,I am located in Berlin :-)Can you try to narrow down the error by simplifying the SQL statement?E.g. does it also fail without using any sequence? If so, what happens for a table of just a single...
View ArticleRe: Parsing error -8 when update-clause used with nextval
Hi Thorsten, what a shame. That's too far for a coffee. :-) I'm running 7.7.06. It doesn't fail without the sequence! In this case the setBinaryStream and the rest of the statement works great.(Right...
View ArticleRe: Parsing error -8 when update-clause used with nextval
Some details: pStmt = connection.prepareStatement("update parseagain (SPALTE_A, SPALTE_B, SPALTE_C, SPALTE_D, SPALTE_E) values (?,?,?,?,?) where (SPALTE_A = 'a')");pStmt.setString(1,...
View ArticleRe: Parsing error -8 when update-clause used with nextval
Your MaxDB version of 7.7.06 is quite old, there will be no more bug fixes for that release (unless required for liveCache, which for a certain SCM version is still using that build). I would strongly...
View ArticleRe: -4008 Unknown user name/password combination
Hi All, We have uninstalled and installed again successfully. Regards,Sreekanth
View Article-1103 POS(1) Too complicated SQL statement [S1000]?
Folks; again ran into my most favorite "too complicated SQL statement" error. In this special case however, the statement is not really complex but "just" large: SELECT DISTINCT A_.ITEM FROM...
View ArticleRe: -1103 POS(1) Too complicated SQL statement [S1000]?
Hello Kristian, depending on the database version you are using you have to increase the following parameters:MaxDB <= 7.6.04 -> _WORKSTACK_SIZE to max. 32768 BytesMaxDB >= 7.605 ->...
View Articleisolated index scans
Hi,on MAX DB 7.8 on Win 2008 some queries fail with isolated index scans error message. Any idea about that. Thank you.
View ArticleRe: isolated index scans
Hi,please post the complete error message and the exact MaxDB version you are using.Thorsten
View ArticleRe: isolated index scans
Thank you. Version is 7.8.01.16 and the exact error message : 2275 isolated index scan, selectivity 0.08%: 2789481 rows read, 2149 row qualified We see it in dbacockpit Transaction :...
View ArticleRe: isolated index scans
Ok, first let me recommend that you upgrade your MaxDB to a recent 7.8.02 version (albeit unrelated to your current question).Regarding the Database Analyzer message, this is rather a 'warning' than an...
View ArticleRe: Importing Ms SQL DB in MaxDB
Hello Diru,this thread is from July 2006, please create a new post for any questions not answered here and state if the migration is for a SAP system (then you could use the R3load tool) or just the...
View Article