Quantcast
Channel: SCN: Message List - SAP Applications on SAP Adaptive Server Enterprise (SAP ASE)
Viewing all 3678 articles
Browse latest View live

Re: Extend DB Space option not visible in dbacockpit


Re: Extend DB Space option not visible in dbacockpit

$
0
0

Hello,

 

this option is a pure DBACockpit function, it will just start an alter database as far as I remember.

 

So you don't see the button on one server, but on another ?

Are you using SolMan DBACockpit to check both ? Or do you check it on the 'local' DBACockpits for each server ?

 

You should verify if you have the latest DBACockpit Correction Collection installed and what are the versions of your SAP you are using (on the server where you see this and where you don't see it) - SAP_BASIS; DB Client, DBSL Version.

 

With kind regards

Stefan

Re: DBA Cockpit Sybase ASE - Access Plan not displayed

$
0
0

Hello,

 

you should check the java config:

 

Go to the Java Control Panel and verify if the DBACockpit URL is added to your Exception Site List; Example: https://myhost.company.com*

 

I would guess that the JAVA security is blocking the applet.

 

Regards

Stefan

Database option and Recovery order

$
0
0

Hi All, How to know the below options on Sybase. A. Database option:  Are the database options for Sybase ASE database currently set: 1. ddl in tran 2. allow nulls by default 3. allow wide dol rows 4. enforce dump tran sequence 5. full logging for all   B. Database recovery order:  Is the recovery order of the following databases as follows: 1. saptools 1 strict 2. 'production database' 2 strict 3. saptempdb 3 strict Please let mw know. Regards, karthik

Re: DBA Cockpit Sybase ASE - Access Plan not displayed

$
0
0

Thanks Stefan,

I checked Java Control Panel but the entries were still in there from when I'd had DBA Cockpit working in the past. I remember having to manually list them in the Exception Site List.

 

Our Basis Expert thinks that the SAP note listed above has been applied so I'm a bit stuck.

Re: Database option and Recovery order

$
0
0

Karthik,

 

Login to isql and run the below commands to know the DB_Options set.

 

 

1> sp_helpdb <db_name>

2> go

 

To modify the DB_Option you can use the below isql command.

 

1>sp_dboption "option_name", <DB_Name>,true/false
2>go

 

I will reply what are the default options that is to be set for the SAP databases in the next reply

 

 

Cheers

Kiran K Adharapuram

Re: Extend DB Space option not visible in dbacockpit

$
0
0

Hi Stefan,

 

thanks for reply.

 

Both server has ehp 6 version. There is no solman system installed, we checked both on local server.

 

Which DBA Cockpit correction note required to resolve this issue.

 

Regards,

Dev

Re: Database option and Recovery order

$
0
0

Also you can specify the order of recovery:

 

You can use sp_dbrecovery_order to configure more important databases to be recovered earlier. You must be in the master database and have system administrator privileges to usesp_dbrecovery_order to enter or modify a user-defined recovery order. Any user, in any database, can use sp_dbrecovery_order to the user-defined recovery order of databases. SeeReference Manual: Procedures.

sp_dbrecovery_order has an additional parameter indicating the online ordering.

sp_dbrecovery_order [database_name [, rec_order [, force [ relax | strict ]]]]
  • relax – the databases are made as they recover (default).
  • strict – the databases are specified by the recovery order.

The default is relax, which means that databases are brought online immediately when recovery has completed.


Re: SAP system copy error

$
0
0

Hi Srinivasan,

 

Thanks for your reply. I did try this method before I raised this message but it's not working. I also increased the requested size but it's not responding in the command prompt that size has increased.However the space in F drive increased by 99 GB (101376 MB) after doing so. I tried to proceed with the system copy but unable to do so as the same error keeps coming back.

 

I had also unlocked user 'sa' and it is still unlocked. Is it OK for me to lock user 'sa' now? In logs it was asking me to unlock it as the import was unable to proceed further. In case my commands for the target system 'SID" has anything missing please update me on this.

 

My intention is to load/dump database of source onto the target server. I have tried both methods but it's not working. I appreciate your response.

 

Thanks and regards,

M. Nizam

 

Alter database command not working.png

 

Size increased in F drive even after error in command prompt.JPG

Re: DBA Cockpit Sybase ASE - Access Plan not displayed

$
0
0

Hi Chris,

 

On the web browser is opened check perhaps if you do HTTP watch trace to see why it blocks. Like Stefan said I had to accept several java prompts before it opened. Maybe you should update your java version if you have tried the same thing on another workstation and it works.

 

Regards,

 

Johan

Re: ASE Instance not Available

$
0
0

Hi Luc


I executed the given commands please check the below data to analyse and could i know what's the exact error i'm facing i'll rasie a message to sap.


tamc:id1adm 53> . /sybase/ID1/SYBASE.sh

/bin/.: Permission denied.


tamc:id1adm 54> /sybase/ID1/OCS-15_0/bin/isql -Usapsa -SID1

Password:

CT-LIBRARY error:

        ct_connect(): network packet layer: internal net library error: Net-Lib protocol driver call to connect two endpoints failed

Re: ASE Instance not Available

$
0
0

Saravana,

 

Kindly check if you can access the isql utility and you have the proper permissions to access the file.

 

in unix prompt run the below commands:

 

% id

 

and

 

% ls -lrt isql

 

 

the both id names should match if not may be you can sudo it

 

% sudo su - <id_name>

 

 

Regards

Kiran K Adharapuram

Re: ASE Instance not Available

$
0
0

From a previous post I can see your're using the bash shell.

Don't know why you get the error on the . command, it works in my bash.

You can also execute

source /sybase/ID1/SYBASE.sh

to set the required environment variables.

 

Anyway, that was to take care of your server not found problem. That seems to be resolved since you're back to your original problem about the connection failure.

 

Most likely your server isn't running.

 

You can verify that if you execute:

ps -ef | grep dataserver

it should return the process information of the ID1 server, if not, it's not running.

 

So if you want to raise a message to SAP, you can say that your server isn't running.

 

(i'm not going to make suggestions how to start the server because I'm not using ASE for SAP applications, so I don't know if you are allowed to start the server manually, or if you have to use dbacockpit to start it. Also dbacockpit has probably a way to look at the latest messages in the errorlog).

 

Luc.

Re: Dump when executing DBACOCKPIT tx

$
0
0

Dev,

 

 

Check this SAP Notes:

 

   2039006 - SYB: Reorg Defrag Support in ATM

  

   Or

   If the ASE log is displaying Error:1265, You may be hitting the CR:778448 - Check this SAP Note: 2129014

  

However as you are using quite older sybase version upgrade to latest available version this should solve the problem.

 

Regards

Kiran K Adharapuram

Re: Backup strategy for Sybase ASE

$
0
0

Hi there,

 

I'd just like to thank you for such a fantastic answer. I know I'm a little late to the party, but that is a very well phrased and informative answer.


Re: DBA Cockpit Sybase ASE - Access Plan not displayed

$
0
0

Thanks Johan, I tried using the developer tools in IE and Firefox but I wasn't able to work out what's going on. If I get a resolution I'll update this post.

Re: Dump when executing DBACOCKPIT tx

$
0
0

Hi,

 

Please attached the ST22 dump in non converted text format. That way you can remove host and sid info with search replace. Just want to see more detail.

 

Kind Regards,

 

Johan

Re: SQL Anywhere 16

Re: Dump when executing DBACOCKPIT tx

$
0
0

Hi,

 

The note "2135358 SYB: ATM to skip compact extents during reorg defrag"  is not released at the moment. I assume you have perhaps a OSS open.

 

What you should do in the note if you could view it is review section This document refers to: and this note linked to.

 

There is probably a fix note that fixes the bugs caused by this notes implementation.

 

Kind Regards,

 

Johan

Re: Error duing load database - The 'open' call failed for database/archive

$
0
0

HI,

 

Check the OS file systems permissions for the drive where file is saved.

 

'/sybase/QAS/sapdata_4/gepbafterupg.dmp' with error number 13 (Permission denied)


Kind Regards,


Johan

Viewing all 3678 articles
Browse latest View live


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