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

Re: Driver to connect from SAP PO 7.4 on Sybase to third party SQL anywhere 12

$
0
0

Hi Karthik,

I guess PO comes from Process Orchestration with Netweaver ?
Anyway to be able to connect to a remote database, from Netweaver you need a DBSL. It comes with Netweaver kernel: the lib_dbsl required to connect to ASE and IQ (and IQ uses SQLAnywhere ODBC), but there is not specifically to SQLAnywhere (even if the ODBC used for IQ is the ODBC of SQLAnywhere). I guess that *maybe* you can try using your current Sybase lib_dbsl. I don't know how you configure remote connections from PO (with Netweaver it would be done with DBCO t-code) and to be honest I won't be sure it is a supported remote connection.

Regards,
Victoria.


Re: Inconsistency of devices

Re: Inconsistency of devices

$
0
0

dammit

 

sorry for circumstances.

Re: Driver to connect from SAP PO 7.4 on Sybase to third party SQL anywhere 12

$
0
0

Thanks to all we have got below drivers from SAP First SAP asked us to run below command on the SQL Anywhere 12 1. ALTER DATABASE UPGRADE JCONNECT ON; 2. DEV-->  jdbc:sybase:Tds:192.168.0.41:2651?ServiceName=saptest 3. PRD-->  com.sybase.jdbc4.jdbc.SybDriver Now PO 7.4 (on Sybase 16.01) successfully connecting to SQL Anywhere 12. Thanks to all.

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

$
0
0

Hi All, We are performing backup & restore from PRD to QAS. Step-1. Stopped SAP on QAS Step-2. 1> use master 2> go 1> load database QAS from '/sybase/QAS/sapdata_4/prdbafterupg.dmp' 2> go Backup Server session id is: 5. Use this value when executing the 'sp_volchanged' system stored procedure after fulfilling any volume change request from the Backup Server. Backup Server: 4.141.2.40: [11] The 'open' call failed for database/archive device while working on stripe device '/sybase/QAS/sapdata_4/gepbafterupg.dmp' with error number 13 (Permission denied). Refer to your operating system documentation for further details. Msg 8009, Level 16, State 1: Server 'QAS', Line 1: Error encountered by Backup Server.  Please refer to Backup Server messages for details. 1> Please advice on this. Regards, Karthik.

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

$
0
0

Have you checked that the OS user running your database has access to the dump files and directory? This seems a fairly straight forward issue with OS permissions to me ...

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

$
0
0

Karthik,

 

Check with OS admin if they changed the mount points during that period and may be that was the reason for the error

 

Regards

Kiran K Adharapuram

Check Space

$
0
0

Hello, I want to check the used/free space from isql. I've tried with the store procedure helpdevice but It's a bit confusing. There are another procedure? Regards


Re: Syabse DB is not starting

$
0
0

Hi Kiran & Kimon.

 

 

Thanks for your reply but when i check the logs its showing the below error related to Database syabse, before changing the listener it was working fine after it changed to 5000 its giving the below errors.

 

B  ***LOG BY0=> [ASE Error SQL4002][SAP][ASE ODBC Driver][Adaptive Server Enterprise]Login failed. [dbsh         1252]

 

B  ***LOG BY2=> sql error 4002   performing CON [dblink       573]

 

B  ***LOG BY0=> [ASE Error SQL4002][SAP][ASE ODBC Driver][Adaptive Server Enterprise]Login failed. [dblink       573]

 

M  ***LOG R19=> ThDbConnect, db_connect ( DB-Connect 000256) [thDatabase.c 79]

 

M  in_ThErrHandle: 1

 

M  *** ERROR => ThInit: db_connect (step TH_INIT, thRc ERROR-DB-CONNECT_ERROR, action STOP_WP, level 1) [thxxhead.c   2392]

 

 

 

Regards,

Re: Check Space

$
0
0

Hi Ruben,

 

If you are looking into the table level free/used space you can go with the below coomands

 

1>use <DB_Name>

2>go

 

1>sp_spaceused <Table_Name>

2>go

 

or if it is Db level.

 

1> sp_helpdb

2>go

 

1>sp_helpdb <Table_Name>

2>go

 

1> sp_helpdevice

2> go

 

1>use <DB_Name>

2>go

 

1>sp_helpsegment default

2>go

 

1>sp_helpsegment logsegment

2>go

 

1>select * from master..sysdevices

2>go

 

1>select * from master..sysdatabases

2>go

 

PS: I am sure I am overloading you , but i am also sure you will be happy after analysing these outputs which helps for capacity management. Even there is a shell script which i created I will share if you needed for capacity planning

 

Regards

Kiran K Adharapuram

Re: Check Space

$
0
0

Hi Ruben,

 

Please Zoom the images for understanding

 

Help_Segment.png

 

Space_Used.jpg

 

 

log_segment.jpg

 

 

Added some samples for your reference.

PS: sp_spaceused may take some time depending on your size of the database

 

Regards

Kiran K Adharapuram

DBACOCKPIT - ASE - LOGIN FAILED (after system copy)

$
0
0

Hi experts,

 

after doing a system copy I get in DBACOCKPIT of target system itself the error "login failed".

However, I can not find the function to maintain the db-connection.

Updation of sybase ASE from 15.7.0.101 to 15.7.0.132??

$
0
0

Hi Mates,

 

Can anyone provide me guide for updating my sybase ASE database 15.7 from SP101 to SP132.

Any notes for this updation??Please provide suggestions.

 

 

Thanks&Regards,

Adarsh B J

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

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


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

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

$
0
0

Hello Maria,

 

I tried to use the transaction, however there I get the following error:

I have to enter the pw from sapsa, but I am not allowed to do this...

 

Any ideas?

 

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

Does anybody have an other idea on this?

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

$
0
0

Does anybdoy have an idea on this?

ASE Instance not Available

$
0
0

Hi All,

 

I am facing the below issue when i start the SAP server and didn't change any settings when i start the server the below error was showing

OS = RHEL6

SAP =     ECC6 EHP7

DB = SAP ASE 15.7.0.131

please help to resolve the issue.

 

 

 

------------------------------ Fri Apr 10 12:41:29 IST 2015

LOGFILE FOR STARTING SYBASE ASE

 

starting database ID1 ...

------------------------------ Fri Apr 10 12:41:29 IST 2015

checking required environment variables

 

------------------------------ Fri Apr 10 12:41:29 IST 2015

check if Sybase ASE processes are running

 

ASE instance not available

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

    went down(system crash?).

    Notify Database Administrator.

 

 

------------------------------ Fri Apr 10 12:41:29 IST 2015

check if Sybase Backupserver is running

 

 

Backupserver instance not available

Database not available

 

 

 

Regards,

Chida

Viewing all 3678 articles
Browse latest View live


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