Re: LTRC to MaxDB using DB connection.
Hi James, the result is: Error Executing 'select * from SAPPO1DB.BC_IV_DC_EVNT' [-4004] (at 15): Unknown table name or unknown schema:BC_IV_DC_EVNT Thanks.
View ArticleRe: LTRC to MaxDB using DB connection.
Are you sure schema SAPPO1DB or table BC_IV_DC_EVNT are existing?Can you run the same query via user superdba?
View ArticleRe: Access to MAXDB SAP Schema tables
Evgeny, it's not a bad idea to start from OS level, at least I do it like this. So my best practise is to set xuser list first. Any mechanism relying on xuser should work as designed then.
View ArticleRe: LTRC to MaxDB using DB connection.
Hi James, I get the exact same problem with SUPERDBA. The user SAPPO1DB exists, but objects owned by this user are seemingly not accessible. The table object is taken from an implementation guide, and...
View ArticleRe: LTRC to MaxDB using DB connection.
You can check if the table exists in the database on earth via below command: dbmcli -d <dbsid> -u superdba,<password> sql_connect superdba,<password>sql_execute select schemaname,...
View ArticleRe: LTRC to MaxDB using DB connection.
Hi James, thanks again for your continued assistance. Statement 'select schemaname, owner, tablename from domain.tables where upper(tablename)='BC_IV_DC_EVNT'' successfully executed in 780 ms - No...
View ArticleRe: LTRC to MaxDB using DB connection.
According to SAPNote 892294 - Enhanced support for non-ABAP database in BRCONNECT 7.00 There should be the tables SDBAH & SDBAR in the Java Schema SAP<SID>DB. I tried this and it looks like...
View ArticleRe: LTRC to MaxDB using DB connection.
still it looks like there is no such tables in maxdb database. Maybe you can create your own table in java database and do the testing?
View ArticleRe: MaxDB Studio - Add remote MaxDB Database to monitor
Hello Naga,this is a rather common issue, please refer to SAP Note 1097311 - SAP MaxDB Database Studio Installation in the section "Eclipse workspace has been damaged". Another cause could be an old or...
View ArticleRe: Installation MaxDB 7.9 on AIX 7.1.0.0 by SDBINST
Hello Ladislav,please have a look at SAP Note 1834442 - SAP MaxDB 7.8/7.9 SDBUPD failsThe scenario is different from yours, but the cause of the problem could be the same, so probably the solution...
View ArticleRe: MaxDB GUI or CLI wouldn't start; ERR_SHMALLOCFAILED; RC 5
The issue with MaxDB Studio unable to start was with JRE. MaxDB Studio need Java VM too which wasn't available on standard JRE installation. So we adapted our PATH environment variable with the SAP JVM...
View ArticleRe: Installation MaxDB 7.9 on AIX 7.1.0.0 by SDBINST
I have took a look on it before and have tried put all paths to home directory. With the same error. So this did not help me.
View ArticleRe: Installation MaxDB 7.9 on AIX 7.1.0.0 by SDBINST
Hello Ladislav,the SAP note asks to check if the installer user can write in directory /etc/opt/sdb, are you able to do that? Are there other log files in the installation directory with more...
View Articledb_connect fails with error ERROR => DlLoadLib()==DLENOACCESS -...
Hello everyone, We are trying to do a kernel upgrade from 700 to 721 on ECC 2005 IDES with Windows 2003 and MaxDB 7.6 as the platform. After completing kernel upgrade the instance does not startup, And...
View ArticleRe: db_connect fails with error ERROR => DlLoadLib()==DLENOACCESS -...
Hi Nikilesh, Have you applied the both Kernel Packages (Database Independent, Database Specific) ? Does the file exists D:\usr\sap\I60\DVEBMGS00\exe\dbsdbslib.dll? If yes, can you check the version?...
View ArticleRe: db_connect fails with error ERROR => DlLoadLib()==DLENOACCESS -...
Hi Nikilesh,This path "D:\usr\sap\SID\DVE***\exe\dbsdbslib.dll" is not a valid path. Please run "R3trans -d" via user <sid>adm and provide me with the trans.log. Best regards,James
View ArticleRe: LTRC to MaxDB using DB connection.
Hi James, we solved this issue (and now facing the next one ) We were able to get the correct passwords for the Schema user and Control user from the installation files: KEYDB.XML and CONTROL.XML with...
View ArticleRe: Installation MaxDB 7.9 on AIX 7.1.0.0 by SDBINST
Hello Valerio, after your first answer I have changed all paths to the home directory of the executing user. The installation is executed by the user root. It is a new installation, so the...
View Articlemaxdb studio not connecting to database
Hi MAXDB experts, I have installed MaxDB_7.9_RDBMS___SP8_Build_21 for Content Server.Then I installed maxdb-studio-desktop-win-64bit-x86_64-7_9_08_31to connect the database but it is not connecting....
View ArticleRe: maxdb studio not connecting to database
Hi Suresh, Yes it is supported in Windows 2012. Could you get DBstudio initial screen or facing an error while connecting to DB only? Have you installed JAVA in the server? Could you please check...
View Article