Quantcast
Channel: SCN : Popular Discussions - SAP MaxDB
Viewing all 1545 articles
Browse latest View live

Access to MAXDB SAP Schema tables

$
0
0

HI Guys ,

 

I am trying to reset SAP* password in my MAXDB DB 7.6.  I know that is a very simple operation and I did it many times in other DBs , but here I  have stuck  during whole day .

 

I have connected to SQL Studio as SUPERDBA .

My SAP Schema  is "SAPIDS" .

 

To access usr02 table I run the following SQL :

 

select MANDT, BNAME, UFLAG from SAPIDS.USR02 where MANDT='000' and BNAME='SAP*'

, but I got the error thet the table does not exist .

 

I also tried:

 

 

select MANDT, BNAME, UFLAG from "SAPIDS"."USR02" where MANDT='000' and BNAME='SAP* ,

 

select * from SAPIDS.USR02 ; select * from "SAPIDS"."USR02" ;

 

I switch to Oracle mode also , but Nothing is working !

 

Also important to say that sql :

 

select * from tables where owner='SAPIDS'and tablename='USR02'

 

shows the USR02 table as well .

 

Any ideas ?

 

thanks in advance,

 

Evgeny


[-9205]: System error: AK Catalog information not found / CONSTRAINT

$
0
0

Hello all,

 

We get the following error (in MaxDB Version 7.7.06.09):

 

    [-9205]: System error: AK Catalog information not found:00000000000037BD000A0011

 

... when reading the constraint definitions for a specific table like this:

 

     select * from constraints where tablename='TABNAME'

 

This error happens since we made some meta data changes as follows:

 

   rename column TABNAME.A to B

   alter table TABNAME drop B

   (also some other columns were added and some removed from table TABNAME)

 

I guess that this error happens because the statement "alter table TABNAME drop B" did not properly drop a constraint definition that should be removed because column 'B' was part of the constraint definition. It seems that the check for depending constraint definitions that usually removes these when a column is removed contained in the constraint definition, does not apply in some specific cases, probably because of a specific rename/add/remove-sequence.

 

I guess a workaround is to remove all depending constraint definitions manually, BEFORE the column is removed.

 

Unfortunately it seems impossible to do so afterwards.

 

Thanks for any comment on this.

Gabriel

MaxDB 7.9 DB connection failed DB50/DB59

$
0
0

Hello,

 

i have installed a new ERP 6.06 SAP System on MaxDB 7.9/Sles 11 Linux. After successful installation i have tested the database connection.

The database connection failed. What could i do to solve the problem?

 

SAP transaction DB59 Test:

Result:

p01_P01_02 (p01 )

SAP Kernel Release : 720_EXT_REL

SAP Kernel Patch : 401

DBMRFC Release : 7.9.07.14

DBMCLI Release : 7.9.07.14

DBSL Release : 720.00

DBSL Patch : 421

SQLDBC Version : 7.8.02.17

SQLDBC Runtime : 7.9.07.14

1.DBSL Library Availability -Connection test successful

2.Client Software Availability -Connection test successful

3.Execute an external operating system command (DBMCLI) -Connection test successful

4.Determine status using SQL connection -Error in connection test

5.Test the SQL connection (Native SQL at CON_NAME) -Connection test successful

 

 

 

Report: RSSDBCHECKDBMRFC

 

 

  Main Analysis

       SMGW - Checking existence and correctness of registered client

       WARNING: dbmrfc@sapdb not registered. Trying to start the SAPDB_DBM_DAEMON

 

       SM59 - Checking existence and connection of RFC destinations SAPDB_DBM and SAPDB_DBM_DAEMON

       SAPDB_DBM exists

       SAPDB_DBM_DAEMON exists

       SAPDB_DBM connection successful

       WARNING: SAPDB_DBM_DAEMON connection not successful. Trying to start SAPDB_DBM_DAEMON

       SM59 - Checks were successful

 

       CONN - Determining database state via TCP/IP connection SAPDB_DBM and SAPDB_DBM_DAEMON

  DBM_EXECUTE_SDB error: dbm_execute_error

  Name and Server     : P01 - p01

  Function            : DBM_EXECUTE

  Command             : db_state

  Error               : DBM Error

  Return Code         : -24941

  Error Message       : ERR_NEEDLOGON: DBM server logon required

  ERR

  -24941,ERR_NEEDLOGON: DBM server logon required

       ERROR: Error in determination via command mode "dbmrfc db_state"

  DBM_EXECUTE_SDB: dbm_execute_error

  Name and Server     : P01 - p01

  Function            : DBM_EXECUTE

  Command             : db_state

  Error               : DBM Error

  Return Code         : -24941

  Error Message       : ERR_NEEDLOGON: DBM server logon required

  ERR

  -24941,ERR_NEEDLOGON: DBM server logon required

       ERROR: Error in determination via session mode "dbmrfc db_state"

       CONN - Check was not successful

 

       TP - Get connection information and existence of program

       Connection information used by DBMRFC:

       dbnode: p01 ; dbname: P01 ; sysid: P01 ; conn: P01 ; profile: no_longer_used

       Transport profile is not specified, trying to determine it

       ERROR in TMS_CFG_READ_LOCAL_CONFIG:  tms_is_not_configured

       ERROR in TMS_CFG_READ_LOCAL_CONFIG: Could not get transport domain.

       Executing command: dbmcli -d P01 -n p01 -tpp no_longer_used -tpi P01 -tpc P01 db_state

       TP - Checks were successful

 

 

 

Detail Analysis

       Checking MAXDB Version and searching independent program path via SDBREGVIEW

       Independent program path exists: /sapdb/programs

       Client installation path exists: /sapdb/clients/P01

 

       Checking paths in environment variables

       Checking correctness of environment variable "path"

       /sapdb/programs/bin  exists

       ERROR: Set the following path before all other paths in environment variable: /sapdb/clients/P01/bin

       /usr/sap/P01/DVEBMGS02/exe (DIR_EXECUTABLE) exists

       Checking correctness of environment variable "ld_library_path"

       /usr/sap/P01/DVEBMGS02/exe (DIR_EXECUTABLE) exists

       ERROR: Set the following path before all other paths in environment variable: /sapdb/programs/lib

       ERROR: Set the following path before all other paths in environment variable: /sapdb/clients/P01/lib

       Error found in one step

 

       Checking existence of necessary libraries in /sapdb/programs/lib

       libicudata.so.<version> exists

       libicui18n.so.<version> exists

       libicuuc.so.<version> exists

       libsapni.so exists

       WARNING: libsapu16.so was not found

       Check your MAXDB installation

 

       Checking existence of necessary executables

       tp exists in /usr/sap/P01/DVEBMGS02/exe

       sapdbmrfc exists in /usr/sap/P01/DVEBMGS02/exe

       dbmrfc exists in /sapdb/programs/bin

       sdbregview exists in /sapdb/programs/bin

       sdbverify exists in /sapdb/programs/bin

       dbmcli exists in /sapdb/programs/bin

 

 

Xuser test on OS:

 

p01:p01adm 57> dbmcli -U c

dbmcli on p01 : P01>exit

OK

 

---

p01:p01adm 58> dbmcli -U w

dbmcli on p01 : P01>exit

OK

 

---

p01:p01adm 59> dbmcli -d P01 -u control,<password>

dbmcli on P01>exit

OK

 

---

p01:p01adm 59> dbmcli -d P01 -u superdba,<password>

dbmcli on P01>exit

OK

 

---

 

p01:p01adm 61> R3trans -d

This is R3trans version 6.23 (release 720 - 31.10.12 - 20:12:06).

unicode enabled version

R3trans finished (0000).

p01:p01adm 62> R3trans -x

This is R3trans version 6.23 (release 720 - 31.10.12 - 20:12:06).

unicode enabled version

R3trans finished (0000).

p01:p01adm 63>

 

p01:p01adm 58> dbmcli -d P01 -U c db_enum

OK

P01     /sapdb/P01/db                           7.9.07.14       fast    running

P01     /sapdb/P01/db                           7.9.07.14       quick   offline

P01     /sapdb/P01/db                           7.9.07.14       slow    offline

P01     /sapdb/P01/db                           7.9.07.14       test    offline

p01:p01adm 59>

 

 

p01:p01adm 60> x_server start

2013-10-19 12:17:28 30139 44640 INF  12916          Found running XServer on port 7200

2013-10-19 12:17:28 30139 44640 INF  13011            version 'U64/LIX86 7.9.07   Build 014-123-244-287'

2013-10-19 12:17:28 30139 44640 INF  13010            installation P01  - path: /sapdb/P01/db

2013-10-19 12:17:28 30141 86336 ERR  11931 XSERVER  Open update pipe '/sapdb/data/fifo/xserver_p01_update' failed:No such file or directory

2013-10-19 12:17:28 30141 86336 INF  12916          Found running sdbgloballistener on port 7210

2013-10-19 12:17:28 30141 86336 INF  13011            version 'UNKNOWN'

2013-10-19 12:17:28 30141 86336 ERR  11941 XSERVER  Version string conversion failed:expected format %-9.9s %-8.8s Build %-3.3s-%-11.11s

p01:p01adm 60>

 

p01:p01adm 60> cd /sapdb/data/fifo/

p01:p01adm 61> ls -altr

total 8

drwxrwxr-x 12 sdb sdba 4096 Oct 18 18:30 ..

prw-rw----  1 sdb sdba    0 Oct 19 12:05 xserver_p01_7200_logger

prw--w--w-  1 sdb sdba    0 Oct 19 12:05 P01

prw-rw----  1 sdb sdba    0 Oct 19 12:17 xserver_p01_7200_update

drwxrwxr-x  2 sdb sdba 4096 Oct 19 12:17 .

p01:p01adm 62>

 

There´s no entry with "xserver_p01_update"

How can i create this entry?

 

 

I have no idea to solved this problem. Who can help?

 

Best regards

Dennis

How to set Automatic Schedule backup in MaxDB?

$
0
0

HI All

 

I need to set automatic backup in MaxDB, i have seen automatic option for logs but not for Full database, Can anyone explain how we can do this.

 

I want Full backup on daily basis along with logs.

 

Welcome for suggestion and directions.

 

Regards,

 

YR

Access to MAXDB SAP Schema tables

$
0
0

HI Guys ,

 

I am trying to reset SAP* password in my MAXDB DB 7.6.  I know that is a very simple operation and I did it many times in other DBs , but here I  have stuck  during whole day .

 

I have connected to SQL Studio as SUPERDBA .

My SAP Schema  is "SAPIDS" .

 

To access usr02 table I run the following SQL :

 

select MANDT, BNAME, UFLAG from SAPIDS.USR02 where MANDT='000' and BNAME='SAP*'

, but I got the error thet the table does not exist .

 

I also tried:

 

 

select MANDT, BNAME, UFLAG from "SAPIDS"."USR02" where MANDT='000' and BNAME='SAP* ,

 

select * from SAPIDS.USR02 ; select * from "SAPIDS"."USR02" ;

 

I switch to Oracle mode also , but Nothing is working !

 

Also important to say that sql :

 

select * from tables where owner='SAPIDS'and tablename='USR02'

 

shows the USR02 table as well .

 

Any ideas ?

 

thanks in advance,

 

Evgeny

DatabaseStudio 7.8.01.10 on Linux doesn't start

$
0
0

Hello,

i've just installed DatabaseStudio 7.8.01.10 on Linux Opensuse 11.2.

 

The Package from which I installed is called

MAXDBSTDDSK7801_10-20005641.SAR

 

uname -a

Linux box 2.6.31.12-0.1-desktop #1 SMP PREEMPT 2010-01-27 08:20:11 +0100 i686 i686 i386 GNU/Linux

 

java -version

java version "1.6.0_0"

OpenJDK Runtime Environment (IcedTea6 1.6.2) (suse-5.10.1-i386)

OpenJDK Server VM (build 14.0-b16, mixed mode)

 

Installation was successful as user root. But when I try to start DatabasStudio via commandline as normal user or as user root:

box:~> /sapdb/clients/DatabaseStudio/DatabaseStudio/dbstudio -noIntro

I got the following error:

java.io.FileNotFoundException: /sapdb/data/app/dbstd/um.properties (Datei oder Verzeichnis nicht gefunden)

        at java.io.FileOutputStream.open(Native Method)                                                  

        at java.io.FileOutputStream.<init>(FileOutputStream.java:209)                                    

        at java.io.FileOutputStream.<init>(FileOutputStream.java:160)                                    

        at com.sap.sdb.tools.core.internal.CoreUser.checkPropertyFile(CoreUser.java:158)                 

        at com.sap.sdb.tools.core.internal.CoreUser.<init>(CoreUser.java:56)                             

        at com.sap.sdb.tools.core.CorePlugin.getCoreUser(CorePlugin.java:254)                            

        at com.sap.sdb.tools.ui.dbm.DBMUIConsole.open(DBMUIConsole.java:45)                              

        at com.sap.sdb.tools.ui.dbm.DBMUIPlugin.start(DBMUIPlugin.java:129)                              

        at org.eclipse.osgi.framework.internal.core.BundleContextImpl$2.run(BundleContextImpl.java:1009) 

        at java.security.AccessController.doPrivileged(Native Method)                                    

        at org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(BundleContextImpl.java:1003)

        at org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleContextImpl.java:984)         

...


So I created the directory /sapdb/data/app/dbstd/ set the authorizations and started the program again.

Now I get the following error in a popup window:

An error has occurred. See the log file

/home/xxx/sdb/DatabaseStudio/.metadata/.log.


Here's the content of the logfile:

!SESSION 2010-02-10 14:13:26.204 -


eclipse.buildId=unknown

java.version=1.6.0_0

java.vendor=Sun Microsystems Inc.

BootLoader constants: OS=linux, ARCH=x86, WS=gtk, NL=de_DE

Framework arguments:  -noIntro

Command-line arguments:  -os linux -ws gtk -arch x86 -noIntro

 

!ENTRY org.eclipse.ui.workbench 4 0 2010-02-10 14:13:31.239

!MESSAGE Widget disposed too early!

     at org.eclipse.ui.internal.WorkbenchPartReference$1.widgetDisposed(WorkbenchPartReference.java:171)

     at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:117)

     at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)

     at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1158)

     at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1182)

...

!ENTRY org.eclipse.ui.workbench 4 0 2010-02-10 14:13:31.312

!MESSAGE Widget disposed too early!

     at org.eclipse.ui.internal.WorkbenchPartReference$1.widgetDisposed(WorkbenchPartReference.java:171)

     at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:117)

     at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)

     at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1158)

     at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1182)

...

!ENTRY org.eclipse.ui.workbench 4 0 2010-02-10 14:13:31.321

!MESSAGE Widget disposed too early!

     at org.eclipse.ui.internal.WorkbenchPartReference$1.widgetDisposed(WorkbenchPartReference.java:171)

     at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:117)

     at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)

     at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1158)

     at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1182)

...

!ENTRY org.eclipse.osgi 4 0 2010-02-10 14:13:31.356

!MESSAGE Application error

!STACK 1

org.eclipse.swt.SWTError: XPCOM error -2147467262

     at org.eclipse.swt.browser.Mozilla.error(Mozilla.java:1597)

     at org.eclipse.swt.browser.Mozilla.setText(Mozilla.java:1820)

     at org.eclipse.swt.browser.Browser.setText(Browser.java:737)

     at org.eclipse.ui.internal.intro.impl.presentations.BrowserIntroPartImplementation.generateContentForPage(BrowserIntroPartImplementation.java:252)

     at org.eclipse.ui.internal.intro.impl.presentations.BrowserIntroPartImplementation.dynamicStandbyStateChanged(BrowserIntroPartImplementation.java:451)

...

!ENTRY org.eclipse.osgi 2 0 2010-02-10 14:13:31.382

!MESSAGE One or more bundles are not resolved because the following root constraints are not resolved:

!SUBENTRY 1 org.eclipse.osgi 2 0 2010-02-10 14:13:31.382

!MESSAGE Bundle update@eclipse/plugins/com.sap.sdb.tools.ui.report_7.8.1.v201001222210/ was not resolved.

!SUBENTRY 2 com.sap.sdb.tools.ui.report 2 0 2010-02-10 14:13:31.382

!MESSAGE Missing required bundle org.eclipse.birt.report.model_0.0.0.

!SUBENTRY 2 com.sap.sdb.tools.ui.report 2 0 2010-02-10 14:13:31.382

!MESSAGE Missing required bundle org.eclipse.birt.report.viewer_0.0.0.

!SUBENTRY 2 com.sap.sdb.tools.ui.report 2 0 2010-02-10 14:13:31.382

!MESSAGE Missing required bundle org.eclipse.birt.core_0.0.0.

!SUBENTRY 2 com.sap.sdb.tools.ui.report 2 0 2010-02-10 14:13:31.382

!MESSAGE Missing required bundle org.eclipse.birt.report.engine_0.0.0.

 

!ENTRY org.eclipse.osgi 2 0 2010-02-10 14:13:31.383

!MESSAGE The following is a complete list of bundles which are not resolved, see the prior log entry for the root cause if it exists:

!SUBENTRY 1 org.eclipse.osgi 2 0 2010-02-10 14:13:31.383

!MESSAGE Bundle update@eclipse/plugins/com.sap.sdb.tools.ui.report_7.8.1.v201001222210/ [174] was not resolved.

!SUBENTRY 2 com.sap.sdb.tools.ui.report 2 0 2010-02-10 14:13:31.383

!MESSAGE Missing required bundle org.eclipse.birt.core_0.0.0.

!SUBENTRY 2 com.sap.sdb.tools.ui.report 2 0 2010-02-10 14:13:31.383

!MESSAGE Missing required bundle org.eclipse.birt.report.engine_0.0.0.

!SUBENTRY 2 com.sap.sdb.tools.ui.report 2 0 2010-02-10 14:13:31.383

!MESSAGE Missing required bundle org.eclipse.birt.report.model_0.0.0.

!SUBENTRY 2 com.sap.sdb.tools.ui.report 2 0 2010-02-10 14:13:31.383

!MESSAGE Missing required bundle org.eclipse.birt.report.viewer_0.0.0.

 

 

Any help would be appreciated,

Michael

 

Formatting doesn't work. Sorry for that.

Edited by: Michael Teubner on Feb 10, 2010 2:23 PM

SAP MaxDB storage requirement

$
0
0

Hello,

 

Does anyone know where could I get the disk space/file system design requirements for initial installation of SAP ERP 6.0 with MaxDB 7.9 on Solaris SPARC 10?

 

 

Thank You

Edy

MAXDB connectivity to Solman 7.1

$
0
0

Hi,

 

I have standalone MAXDB 7.7 database on Linux. I want to connect it to Solman7.1 for monitoring. I have pushed the data of server to SLD after installing diagnostic agent and hostcontrol agent . XUSER entry is also mentained on server.  But SLD is only able identify host detail and not the maxdb database present on th servers.

On server, i could see log in file /usr/sap/hostctrl/work/XCMDOUT.LOG as:

"

Start subprocess as user with uid: sapadm

 

 

--------------------------------------------------------------

 

 

 

 

> Subprocess starts at 20150410144138

 

 

Execute Command : /sapdb/programs/bin/dbmcli -U SDB -U SDB -n <hostname> db_state

Error! Connection failed to node <hostname> for database SDB:

database instance not found

 

 

> Subprocess stops at 20150410144138

 

 

> Subprocess call failed

 

"

But when i directly execute command /sapdb/programs/bin/dbmcli -U SDB -U SDB -n <hostname> db_state on server, It able to fetch the db detail fine as:


OK

State

ONLINE

 

 

Please help me understand how to proceed and how to fix this issue.


[-9205]: System error: AK Catalog information not found / CONSTRAINT

$
0
0

Hello all,

 

We get the following error (in MaxDB Version 7.7.06.09):

 

    [-9205]: System error: AK Catalog information not found:00000000000037BD000A0011

 

... when reading the constraint definitions for a specific table like this:

 

     select * from constraints where tablename='TABNAME'

 

This error happens since we made some meta data changes as follows:

 

   rename column TABNAME.A to B

   alter table TABNAME drop B

   (also some other columns were added and some removed from table TABNAME)

 

I guess that this error happens because the statement "alter table TABNAME drop B" did not properly drop a constraint definition that should be removed because column 'B' was part of the constraint definition. It seems that the check for depending constraint definitions that usually removes these when a column is removed contained in the constraint definition, does not apply in some specific cases, probably because of a specific rename/add/remove-sequence.

 

I guess a workaround is to remove all depending constraint definitions manually, BEFORE the column is removed.

 

Unfortunately it seems impossible to do so afterwards.

 

Thanks for any comment on this.

Gabriel

MaxDB database studio usermanagement errors

$
0
0

Hi,

 

I (succesfully, as far as I can tell) installed MaxDB on a Windows 7 Professional x64 Vmware virtual PC (maxdb-all-win-64bit-x86_64-7_8_02_28) and now want to also install MaxDB database studio (maxdb-studio-win-64bit-x86_64-7_9_08_01). While the installation seems to finish successfully, I'm running into errors after starting (as administrator). First error is

 

'Loading preference values failed; default values will be used

 

Reason:

Missing object type: :Loader'

 

then

 

'Could not read preferences

 

Reason:

Missing object type: :SQLSTUDIO'

 

The Event log viewer shows warnings about the utilities path not specified and again Errors about 'Missing object type:: preferences'

 

While Eclipse then starts up, it is not possible to work with the locally installed DB (which seems to be detectect, however). Again there are errors about

'Missing object type::preferences' as well as

'Could not load mounted Local Folders'

'Can not get registration preferences'

'Get login attributes failed'

'User management exception: Missing object tye::UM_CONNECTION_KEY_REPLACE_WITH_DATABASE_NAME'

 

Searching the web using these errors does result in too much help, , unfortunately, for UM_CONNECTION_KEY_REPLACE_WITH_DATABASE_NAME I do net get a single hit with google.

 

First I thought my Java SDK 1.7, is too recent, so I uninstalled DB studio and Java and tried again with Oracle jdk-6u37-windows-x64, but I'm getting the same errors. I also noted that, as it seems, the DB Studio remembered the password from the previous installation. It did not ask for a new one during the new installation but asked for the old one after I started it (I consider this a bug).

 

Any ideas anyone? Any help would be appreciated.

 

Maybe I should also note that at first I had a broken MaxDB installation (it failed to load the system tables), which I uninstalled, however and reinstalled (then succesfully).

 

Thanks in advance and best regards,

 

Thomas

Live cache start and stop

$
0
0

Hi Guys,

 

I have some problem in live cache in APO , i was posting in APO forum could not able to find clear findings

 

so i am diverting my questions here in this forum

 

basically the APO and R/3 system are running smoothly with no problem in CIF

 

but accidently we done the below steps

 

Entered into transaction LC-10

 

Click Live cache Monitoring

 

click the folder - Administration

 

click Operating under - configuration

 

There are two Icon bar - start LiveCache and stop LiveCache

 

First i clicked stop and then after few minutes i click start

 

After some time i try to open the Product view in APO, the system says Live cache not available

 

can some one help me in this regard

 

Thanks

Raj

Reset SAP* password

$
0
0

Hi All,

We have need to reset the SAP* password because SAP* (also DDIC) is locked on client 000 and we don't have any other user. We are on MAXDB (we have also SQL Studio) so we have the error "table unknown" when we  try to excute the statement SELECT * FROM USR02 or SELECT * FROM SAPECP.USR02, where SAPECP is the owner. Obviously we want to excute the statement DELETE FROM USR02 WHERE BNAME='SAP*' AND MANDT='000'.

How can we proceed on MAXDB?

Reagards

Bob

Uninstalling MaxDB

$
0
0

Hi,

I have installed SAP Netweaver developer Studio 6.40 which installed MAXDB database also. Due to some reason I had to unistall the trial version of Developer studio, in this process developer studio got unistalled but not MAXDB.

*----


I use Add/Remove programs and uninstall MaxDB. I get the messages like this.....

 

Start uninstallation now (y/n) : Y (resoponse)

 

then message displays

found instance of J2E, cannot remove package..first remove all instances...

*----


 

I have stopped all the services, even then Iam getting such error message. How do I uninstall?

 

Help needed.

 

-Suresh

SAP Max Database Studio 7.9.08 64 bit installation failed

$
0
0

Hello Colleagues,

 

I tried to install the SAP Max Database Studio 7.9.08 in a 64 bit version on a Windows 7 64bit (Intel) PC.

The newest version as SAP package "MAXDBSTDDSK7908_4-20006288.SAR" downloaded at Service Market Place.

After unzip with SAPCAR I executed the Setup "SDBSETUP.exe" with the default values.

Standard path "C:\sapdb\...

I tried es with different path like "C:\Program Files\sapdb\ ... with the same error situation

 

At SAPMax - XML Log Viewer I found serveral error's

 

ERR: Invalid value for type "path"

...

 

ERR: install registry not found

ERR: Cannot open install registry

...

ERR: Service check failed

ERR: Cannot open "C:\Windows\SysWOW64\drivers\etc\services" to write: No such file or directory

...

 

After check with "SAP Note 1097311 - SAP MaxDB Database Studio installation" I asume the issue is related to the Registry-Key path.

 

This ist the SAP requirement:

 

HKEY_LOCAL_MACHINE \ SYSTEM \ CurrentControlSet \ Control \ Windows \

SystemDirectory

Wert: "%SystemRoot%\system32" (type REG_EXPAND_SZ)

 

 

I have following values on the client PC:

 

SystemDirectory     REG_SZ     C:\Windows\SysWOW64

 

 

I don't think I can change the Windows 7 standard value/path here to the SAP value?!

 

Does anyone know the problem and how I am able to solve it?

 

Many thanks advance!

 

Regards,

 

Jochen

DB-Connect Failed, Return Code 000256

$
0
0

Hello All.

 

After restoring the DB while i m trying to bring the SAP Instance up, i m getting "DB-Connect Failed, Return Code 000256" in Syslog.

 

Can anyone tell me how this can be solved.

 

The DB is MaxDB 7.6.05.15 & SAP ECC 6.0.

 

Thanks.

 

Regards,

Mudassir.Imtiaz

 

P.S I tried to add the Developer Trace with this message but somehow i couldn't.

I guess its exceeding more than 15000 characters.


Live cache start and stop

$
0
0

Hi Guys,

 

I have some problem in live cache in APO , i was posting in APO forum could not able to find clear findings

 

so i am diverting my questions here in this forum

 

basically the APO and R/3 system are running smoothly with no problem in CIF

 

but accidently we done the below steps

 

Entered into transaction LC-10

 

Click Live cache Monitoring

 

click the folder - Administration

 

click Operating under - configuration

 

There are two Icon bar - start LiveCache and stop LiveCache

 

First i clicked stop and then after few minutes i click start

 

After some time i try to open the Product view in APO, the system says Live cache not available

 

can some one help me in this regard

 

Thanks

Raj

MaxDB database studio usermanagement errors

$
0
0

Hi,

 

I (succesfully, as far as I can tell) installed MaxDB on a Windows 7 Professional x64 Vmware virtual PC (maxdb-all-win-64bit-x86_64-7_8_02_28) and now want to also install MaxDB database studio (maxdb-studio-win-64bit-x86_64-7_9_08_01). While the installation seems to finish successfully, I'm running into errors after starting (as administrator). First error is

 

'Loading preference values failed; default values will be used

 

Reason:

Missing object type: :Loader'

 

then

 

'Could not read preferences

 

Reason:

Missing object type: :SQLSTUDIO'

 

The Event log viewer shows warnings about the utilities path not specified and again Errors about 'Missing object type:: preferences'

 

While Eclipse then starts up, it is not possible to work with the locally installed DB (which seems to be detectect, however). Again there are errors about

'Missing object type::preferences' as well as

'Could not load mounted Local Folders'

'Can not get registration preferences'

'Get login attributes failed'

'User management exception: Missing object tye::UM_CONNECTION_KEY_REPLACE_WITH_DATABASE_NAME'

 

Searching the web using these errors does result in too much help, , unfortunately, for UM_CONNECTION_KEY_REPLACE_WITH_DATABASE_NAME I do net get a single hit with google.

 

First I thought my Java SDK 1.7, is too recent, so I uninstalled DB studio and Java and tried again with Oracle jdk-6u37-windows-x64, but I'm getting the same errors. I also noted that, as it seems, the DB Studio remembered the password from the previous installation. It did not ask for a new one during the new installation but asked for the old one after I started it (I consider this a bug).

 

Any ideas anyone? Any help would be appreciated.

 

Maybe I should also note that at first I had a broken MaxDB installation (it failed to load the system tables), which I uninstalled, however and reinstalled (then succesfully).

 

Thanks in advance and best regards,

 

Thomas

How to set Automatic Schedule backup in MaxDB?

$
0
0

HI All

 

I need to set automatic backup in MaxDB, i have seen automatic option for logs but not for Full database, Can anyone explain how we can do this.

 

I want Full backup on daily basis along with logs.

 

Welcome for suggestion and directions.

 

Regards,

 

YR

Blank SMIGR_CREATE_DDL, ORA to MAXDB migration

$
0
0

Dear Experts,

 

I'm in the mids of test to perform Database migration from Oracle 11.2.0.4 to MaxDB 7.9.

I execute the report SMIGR_CREATE_DDL on source system (Oracle) and select MaxDB as a target.

The log say, "DDL statements generated successfully"

 

Why the output file SQLFiles.LST give the output as below:

 

root@ecc#more SQLFiles.LST

#

# MSSQL : LIST OF .SQL FILES OF NATIVE SQL EXPORT GENERATED AT 20151105190144

#

 

It show that the SQLFiles.LST not showing any .SQL files.

 

 

Why it happen? Am I missing something?

 

Kindly aid me to solve this issue.

 

 

 

Thank You

Edy

error "Incompatible incremental backup" while restoring backup

$
0
0

Dear Team,

 

 

 

We are doing migration of SAPCS & MaxDB from one windows server 2003 to

another windows server 2008.

 

 

 

We have installated SAPCS 6.4 & MaxDB 7.6 fresh on target server &

taken offline backup (cold backup) on disk from source & copied to target.

 

While restoring backup on target server we are facing below error:

 

 

ERR

-24988,ERR_SQL: SQL error

-111,Incompatible incremental backup

6,Data recovery failed

17,Servertask Info: because Error in backup task occured

10,Job 1 (Backup / Restore Medium Task) [executing] WaitingT98

Result=1040

6,Error in backup task occured, Error code 1040 "incompatible_savefile"

 

 

 

Pls find more details of source & target system for your information

 

Source system:

OS Windows2003

MaxDB version 7.3.0.62

 

Target system:

 

OS Windows 2008R2

MaxDB Version 7.6.06.28

Viewing all 1545 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>