Quantcast
Channel: SCN: Message List - SAP MaxDB
Viewing all 2539 articles
Browse latest View live

Re: R3load error while exporting SAP MaxDB Database

$
0
0

Thanks for the link. The reset of SPUMG helped me out. After it everything worked fine for me.

 

Now I'm facing an error at the import-task. Could you please help?

ERROR: 2016-06-15 07:37:37 com.sap.inst.migmon.LoadTask run

Loading of 'SAPAPPL0_9' import package is interrupted with R3load error.

Process '/usr/sap/EE8/SYS/exe/uc/linuxx86_64/R3load -i SAPAPPL0_9.cmd -dbcodepage 4103 -l SAPAPPL0_9

.log -nolog -c 50000 -force_repeat -para_cnt 24' exited with return code 2.

For mode details see 'SAPAPPL0_9.log' file.

Standard error output:

sapparam: sapargv(argc, argv) has not been called!

sapparam(1c): No Profile used.

sapparam: SAPSYSTEMNAME neither in Profile nor in Commandline

sh: mc: line 1: syntax error: unexpected end of file

sh: error importing function definition for `BASH_FUNC_mc'

sh: mc: line 1: syntax error: unexpected end of file

sh: error importing function definition for `BASH_FUNC_mc'

 

 

The SAPAPP0_9.log shows me following:

adaExeFastload (executeFastLoader): -25304:Attempt to insert single record after key sequence error

failed with error -10210 = 'Invalid command state (No prepared SQL command)'

-25303 = Key sequence error

last inserted key: '..(.A.n.d.r .. .E.b.e.r.t.)' (binary: '0100280041006E00640072201A002000450062006

5007200740029')

new key:           '..(.A.n.d.r... .B...h.m.e.r.)' (binary: '0100280041006E0064007200E40020004200F60

068006D006500720029').

(IMP) ERROR: ExeFastload: rc = 2

 

and some:

(DB) ERROR: DDL statement failed

(DROP INDEX "/BIC/SESADDRLI0~00" ON "/BIC/SESADDRLI0")

DbSlExecute: rc = 103

  (SQL error -4011)

  error message returned by DbSl:

POS(13) Unknown index name:/BIC/SESADDRLI0~00

(IMP) INFO: a failed DROP attempt is not necessarily a problem

 

 

With the last hint it seems ok.


Re: Scheduled DB Backups

$
0
0

Hi Richard,

 

Check note 1377148 - FAQ: SAP MaxDB backup / recovery

 

14. Which SAP MaxDB backup tools are available for a data backup or log backup?

 

You can perform a data or log backup using the SAP MaxDB backup tools Database Manager GUI (SAP MaxDB versions lower than 7.7), Database Studio (SAP MaxDB Version 7.5 or higher), or Database Manager CLI. You can use the DBA Planning Calendar (CCMS transaction DB13 or DB13C) to schedule a backup for a particular date and execute it implicitly. If no SAP system is available, you can use Database Manager CLI for scheduling with operating system tools.

 

Regards,

Ning

MaxDB MAXDATAVOLUME - is it possible to decrease this parameter?

$
0
0

Hi,

 

We have a few systems where MAXDATAVOLUME is too high:

MAXDATAVOLUME x file size is bigger than hard drive size.

 

We don't want to increase size of hard drive - because those databases are not growing fast and it would be waste of hundreds of gigabytes.

 

It is easy to increase MAXDATAVOLUME parameter - MaxDB Studio - change parameter - restart database - voila - works.

 

But is it possible to DECREASE?

 

When I have changed MAXDATAVOLUME to lower level (but still bigger than current number of active data files) and restart database - it comes back to previous (higher) value automatically.

 

Database version is: 7.8.02.41

MaxDB database studio version is: 7.9.09

 

--

Daniel

Re: MaxDB MAXDATAVOLUME - is it possible to decrease this parameter?

$
0
0

Hi Daniel,

maxdb adapt MAXDATAVOLUME automatically?  This is curious.


Please attach diagpack.tgz after executing following command:


dbmcli -d <dbsid> -u <username>,<password> diag_pack


Best regards,
James

Re: MaxDB MAXDATAVOLUME - is it possible to decrease this parameter?

$
0
0

James,

 

I'm attaching diagpack (.tgz changed to .txt)

 

 

 

Yes parameter MaxDataVolumes  is changing automatically after system restart

20160614 00124629 MaxDataVolumes                  18                              20                                                              C GENERAL                                                                                

Re: MaxDB MAXDATAVOLUME - is it possible to decrease this parameter?

$
0
0

It was my impression that MaxDataVolumes is automatically increased to "current volumes" + 10. Maybe someone who knows it better can comment on how the mechanism works exactly.

Re: MaxDB MAXDATAVOLUME - is it possible to decrease this parameter?

$
0
0

Simon,

 

I'm surprised now


Yes you are right  - I have checked many databases and MAXDATAVOLUME is equal to current volume number + 10

 

So - as it works automatically - how to protect system to against disk drive overflow?

 

And how it compares to setup of: Automatic Data Area Adjustment (ON/OFF)?

 

For me both does the same.

 

--

Daniel

Re: MaxDB MAXDATAVOLUME - is it possible to decrease this parameter?

$
0
0

Hi Daniel,

 

MaxDataVolumes only shows the number of data volumes you can have without restarting the MaxDB instance. No data volume is added automatically.

 

AFAIK the "Automatic Data Area Adjustment" does the same as you can do manually, it adds data volumes. I guess it can usually add up to 10 data volumes without restarting the instance.

 

So both options are different but have related meanings.

 

Regards,

Simon


Re: configure snapshot in SAP maxdb 7.9

$
0
0

Hello James,

 

we are trying to take snapshot of a multi-tenant system.

my question is where will these snapshots be saved after running the below command ?

---

dbmcli on XXXX>db_execute create snapshot

OK

----

 

 

we are looking for a path to the snapshot, so that we can backup this file using an external tool.

 

Regards,

Venkatesh M

Re: configure snapshot in SAP maxdb 7.9

$
0
0

Hi Venkatesh,

 

Yes, the snapshot command is correct. As mentioned, the snapshot is stored in the same database, which means you cannot specify any backup file. To accomplish this, you need to do backup instead of snapshot, then you can define a backup file.

 

Best regards,
James

Re: MaxDB backup supported through virtual environement snapshot (VMWare)?

$
0
0

Dear Frank,

thanks a lot for the Information.

 

(So klein ist die Welt).

 

Best regards,

 

Dirk

Re: configure snapshot in SAP maxdb 7.9

$
0
0

Hello James,

 

Multi-tenant system does not support a normal backup as defined in the documents. that is the info that we have got. hence we are looking for a snapshot

 

so we are looking for a command that sends a database to the SAPDB to go to the snapshot mode. During this mode, the database files will be consistent and we can just save the files using a save command. After the return code of the save command is 0 (or successful) we again ask the database to come out of the snapshot mode .


if the normal backup procedures are possible in this methodology , can you please provide the document for the same. will be more helpful


does the backup method you suggested from SAP MaxDB: The SAP Database - Training session 11 is supported by a SAP maxdb with mutliple tenants?


Regards,

Venkat

System Rename - PrivateDataPath in sapdbConfig.txt

$
0
0

Hi there,

 

I want to rename a system using the "System Rename" option provided by SL Toolset.

As a preparation step I have to create a sapdbConfig.txt file for MaxDB.

 

The problem is, that there is no PrivateDataPath configured in my system. But this have to be specified within the sapdbConfig.txt. It won't work without.

 

Can anybody help me with this issue? Any options?

 

Thanks ahead

Re: configure snapshot in SAP maxdb 7.9

$
0
0

Hi Venkat,

 

Sorry, it is my first time to hear multiple tenants.  Can you share more information about "multiple tenants"?  I cannot believe "multiple tenants" does not support normal backup.


In the meanwhile, let us see whether someone has this experience.

 

Best regards,
James

Re: System Rename - PrivateDataPath in sapdbConfig.txt

$
0
0

Hi Bernd,

 

xinstinfo <dbsid> will show PrivateDataPath , are you sure you cannot get it?

Best regards,
James


Re: SCM EHP2 Upgrade, Live Cache & Master Data

$
0
0

Hello Natalia,

 

We are doing Heterogenous live cache migration and while running /sapapo/om_lc_upload_download we run into the same issue /SAPAPO/RESOURCES_LC_CREATE.

 

We have extended calendar validity and used report /sapapo/rest02 and we have been able sucessfully to upload resource into live cache.

 

In your previous answer you mention that "C section steps of the upgrade report need to be repeated"

 

When we trying again to repeat steps from c1-c4 we are getting the same error again and /SAPAPO/RESOURCES_LC_CREATE fails with the same resource.

 

Could you please clarify if we have to repeat steps in section C or just continue with the next step which is application data load.

 

Thanks,

 

Norbert

-24950,ERR_USRFAIL: User authorization failed

$
0
0

I have upgraded maxdb from 7.6 to 7.8, I had to reset passwords for control and superdba , after that  upgrade when I do startsap , DB instance is not starting , I have already updated control and superba passwords in xuser .

 

 

Please let me know what else should I be looking at to start the db instance

 

2016-07-13 11:28:49 17472 INF  12903          XServer on port 7200 started

2016-07-13 11:28:49 17472 INF  13010            installation DEV  - path: /sapmnt/DEV/db

2016-07-13 11:28:50 17504 INF  12798 NISERVER NI support started.

2016-07-13 11:28:50 17504 INF  12949 NISSLSRV SSL/TLS support not configured

2016-07-13 11:28:50 17504 INF  12903          sdbgloballistener on port 7210 started

 

 

------------------------------ Wed Jul 13 11:28:50 EDT 2016

Starting database

 

 

Starting Database Instance...

Error! Connection failed to node sap01 for database DEV:

-24950,ERR_USRFAIL: User authorization failed

 

 

Opening Database...

Error! Connection failed to node sap01 for database DEV:

-24950,ERR_USRFAIL: User authorization failed

Re: -24950,ERR_USRFAIL: User authorization failed

$
0
0

looks like the error is password incorrect.

 

Please manually check the password via connecting maxdb:

 

dbmcli -d <dbsid> -u <username>,<password> db_state

 

check if the username and password are correct

MaxDB Restore Issue

$
0
0

Hello,

 

I am currently restoring a full backup to our DB but not successful. I have used both the command line and the gui to do the restoration but at some point, it will error out with "-4 socket receive error [10054]. Please see attachment for details.

 

Any ideas how to proceed?

Viewing all 2539 articles
Browse latest View live


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