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

Re: DBACOCKPIT - ASE - LOGIN FAILED (after system copy)

$
0
0

Hi Christian,
Are you sure the password of sapsa is the correct one?

You may check by connecting to the system server as user "syb<SID>'", then run the isql command tool like this:

isql -S<SID> -Usapsa -P<your_password_here> -X

 

If you have "login failed" message there, that means the password is not correct, and if noone remember it you might need to reset. You can reset it by login into isql session as sapsso user and follow step 4 from Note 1706410 "SYB: Security - Changing passwords for database users"
If you don't know it either, you may follow instructions from Note 2008256 - How to reset master password for sapsso user and then step 4 of same Note 1706410.

Remember that after any password change, you have to change also on the secure storage, that is also mentioned on Note 1706410.

 

 

Regards,
Victoria.


Re: DBACOCKPIT - ASE - LOGIN FAILED (after system copy)

$
0
0

Yes, I tried it with logon to isql.

However, I get the error below on changing in DBCO.

 

 

Password invalid (choose another password)

  Message no. 01407

Diagnosis

  You have chosen an invalid password.

Procedure

  Please choose another password.

Re: DBACOCKPIT - ASE - LOGIN FAILED (after system copy)

$
0
0

Hi Christian,

 

Keep in mind the DB connection that the DBACOCKPIT uses to connect to the DB. Perhaps check this connection and test to see if it works, User should be SAPSA.

 

DBACOCKPIT -> System Landscape -> Database Connections -> SAP Sybase ASE (Expand)

click on connection +++SYBADM and test connection.

 

Should return:

 

Database connection +++SYBADM established successfully


Kind Regards,


Johan

Re: ASE Instance not Available

$
0
0

Hi,

 

These are your errors:


ASE instance not available

*** ERROR:ASE instance possibly left running when system

    went down(system crash?).

    Notify Database Administrator.

 

 

Open Server Error: 16240.10.0: Net-Library routine sybnet_listen() failed in srv__start_net

Network error: status = 23 - Net-Lib protocol driver call to register a listener failed

.

Feb 10 21:13:08 2015: Open Server Server Fatal Error: 16029.20.0: Failed to start any network listeners

 

This seems to indicate port in use/or host not reachable maybe like an alias.

 

check note:

 

1928596 - SAP SYBASE ASE : How to remove a ghost backup server process ?


view link:

 

SAP Sybase Forums - ASE - Administration - Can't start backup server

 

SAP Sybase Forums - ASE - Backup and Recovery - start error ase backup server

 

Kind Regards,

 

Johan

Re: SAPSQL_ARRAY_INSERT_DUPREC CX_SY_OPEN_SQL_DB SAPLV05I??

$
0
0

Hi.

 

Attach the dump file.

 

Johan

Re: DBACOCKPIT - ASE - LOGIN FAILED (after system copy)

$
0
0

Hello Nicolaas,

 

I have no "System Landscape" Function in DBACOCPIT.

If I click on "Connection test" in dbacockpit, I get the error:

Datenbankverbindung +++SYBADM: SQL-Fehler 4002 [ASE Error SQL4002][SAP][ASE ODBC Driver][Adaptive Server Enterprise]Login failed

 

Kind regards

Re: DBACOCKPIT - ASE - LOGIN FAILED (after system copy)

$
0
0

Hi,

 

That means it is the error try going via ST04 or edit in tcode DBCO click edit and maintain password.

 

first verify it is correct password test with isql -Usapsa -SSID -x

 

or as Maria suggested.

 

Johan

Re: DBACOCKPIT - ASE - LOGIN FAILED (after system copy)

$
0
0

I am an idiot, sorry for the circumstances....

I had to click the "Full-Screen Button" and there I get the DB-Connection tab available.

 

There it was working to change the DB-Connection now, thx to everybody.

 

Kind regards


Re: Updation of sybase ASE from 15.7.0.101 to 15.7.0.132??

$
0
0

Hello Adarsh,

 

Did you able to follow the note given by Victoria. You got any problem during the process. Do let us know we can discuss what and where the upgrade went wrong

 

Regards

Kiran K Adharapuram

Re: Updation of sybase ASE from 15.7.0.101 to 15.7.0.132??

$
0
0

Hi Sir,

 

I have not yet updated the database..I am still going through the notes..i will update you once i try..

 

Thanks&Regards,

Adarsh B J

Re: Scheduling ASE Data and Log Backup

Re: ASE Instance not Available

$
0
0

Hi,

Nicolaas,

 

Thanks for your reply, i tried the note 1928596 but when is execute the command

3. Connect to the database server using isql and find the session executing dump database.

   isql -Usapsa -S<servername> -D<dbname>
        Password:

The following error is throwing

CT-LIBRARY Error

           ct_conect(): directory service layer : internal directory control layer error : requested server name not found.

 

please help us to resolve the issue.

Re: ASE Instance not Available

$
0
0

The error says :

 

CT-LIBRARY Error

           ct_conect(): directory service layer : internal directory control layer error : requested server name not found.

 

meaning that isql can't find the servername in the interfaces file. This file contains information about host and portnumber of the servers, and should be located in the $SYBASE directory (or it can be specified with the -I option of the isql program).

 

What is the value of $SYBASE ?

 

If it's empty, what is the result of:

which isql

?

 

It probably looks like /.../.../OCS.../bin/isql.

The part before OCS is the directory in which the client or server software is installed.

$SYBASE should be set to this value.

 

That directory also contains a SYBASE.sh (or other extension depending on your unix shell) file,

it should be sourced into your shell to set all required environment variables.

 

Is there a file $SYBASE/interfaces ?

If not, you can probably copy this file from the location where the ASE server is installed.

If yes, it probably doesn't contain the information of the dataserver you try to connect to.

Compare the file with the interfaces file in the directory in which you installed the ASE server.

Unless your client interfaces file contains more information than the server interfaces file, you can replace the client interfaces file by the server interfaces file.

 

Luc.

Re: ASE Instance not Available

$
0
0

Thanks for your reply LucVan,

 

1.the value of $SYBASE ?

/syabse/ID1 : No Match.


2.which isql

?

/sybase/ID1/OCS-15_0/bin/isql


3. Is there a file $SYBASE/interfaces ?

 

ID1

        master tcp ether tamc 4901

        query tcp ether tamc 4901

 

ID1_BS

        master tcp ether tamc 4902

        query tcp ether tamc 4902

 

ID1_JSAGENT

        master tcp ether tamc 4903

        query tcp ether tamc 4903

 

the SYBASE.sh is not in the path /sybase/ID1/OCS-15_0/bin/isql its in /syabse /ID1

 

This is the output when i executed the given commands can you please check this and give some inputs to solve this error.


 

 

 

Re: ASE Instance not Available

$
0
0

> 1.the value of $SYBASE ?

> /syabse/ID1 : No Match.

 

What do you mean with No Match ?

 

It says: /syabse instead of /sybase, is that a typo in your posting, or is it in error when giving $SYBASE a value ? In that case, you found the cause of the error you get.

> ID1

>        master tcp ether tamc 4901

>        query tcp ether tamc 4901

 

So I assume that you specify isql -SID1 to indicate the server you want to connect to.

 

> the SYBASE.sh is not in the path /sybase/ID1/OCS-15_0/bin/isql its in /syabse /ID1

 

Correct, that's what I was trying to say.

 

All seems normal except for the typo in syabse.

 

Luc.


Re: Not able to find last database dump backup status in sybase

$
0
0

Not able to find database dump backup status in sybase on SAP netweaver 7.3 sr1 on SYBASE database in window 2008 ,We are taking backup through isql mode, we are not able to find backup completed details in DBACockpit transaction, where we can find in backup completed status in DBAcockpit an any body provide the solution

 

Regards,

mukul tyagi

Re: ASE Instance not Available

$
0
0

Hi,

Luc,

 

/syabase is a Typo error, and please check the image and verify the command i executed is correct.

and suggest any corrections to up and running the server.

sybase_error.png

Regards,

Re: What happens if i start Backup server first and Data server in second place on ASE server?

Re: What happens if i start Backup server first and Data server in second place on ASE server?

$
0
0

Dear Bret Halford

         Suppose If I boot ASE first and try to dump a database or enabled cron job to take dump before the Backup Server boots, as you said.  Will it create any critical situation or will it give just  error message like unable to connect / communicate to specific server?

Re: ASE Instance not Available

$
0
0

$SYBASE is an environment variable that contains the value of the installation directory.

so it's not a command.

echo $SYBASE

shows the content, but it's clear from what you posted that it's set to /sybase/ID1,

so that's OK.

 

Try if the following is still giving the same error :

 

. /sybase/ID1/SYBASE.sh

# there is a space between the . and the /

 

/sybase/ID1/OCS-15_0/bin/isql -Usapsa -SID1

 

Luc.

Viewing all 3678 articles
Browse latest View live




Latest Images