Quantcast
Channel: SCN : Popular Discussions - SAP Adaptive Server Enterprise Developer Center
Viewing all 1396 articles
Browse latest View live

Exporting a database and table from Sybase ASE 15.7

$
0
0

Dear Friends,

 

What command do we need to use to export or backup a database and table with data created in Sybase ASE 15.7 DB server?

 

I do not have control center. When I tried Export wizard from "Data" menu in Sybase Interactive SQL (Version-11.0.1) on windows, I got error "There is nothing to export".

 

Thanks


Applying new license file for existing installation

$
0
0

Hi experts,

 

I have installed Sybase ASE 15.7 SP110 Developer Edition (DE) on a VM running RHEL 6.2 for x86_64. Now my company purchased a license for Enterprise Edition and my manager sent me a license file (*.lic). Now I'm wondering if I can apply this new license on my existing installation. If yes, could someone point me to the detailed steps to do that?

ISQL not working after installing ASE under Linux

$
0
0

Hi,

 

We just installed ASE developer edition for Linux. When trying to start isql I get the error:

 

isql

-bash: /opt/sybase/OCS-16_0/bin/isql: No such file or directory

 

But:

ll /opt/sybase/OCS-16_0/bin/isql

-rwxr-xr-x 1 wegc wegc 1694721 Feb  7  2014 /opt/sybase/OCS-16_0/bin/isql


Any ideas what went wrong?

 

Juergen

[ASE Error SQL207][SAP][ASE ODBC Driver][Adaptive Server Enterprise]Invalid column name 'user_status'.

$
0
0


Hi All,

 

Not sure if I am in the correct forum for this question. I am applying SAP Support Packs to my Solution Manager 7.1 on Sybase system(15.7). It is failing in phase PREP_INSTALL/SHDINST_DB_PREP with:

 

executing statement: --check if login exists
if not ( exists (select * from master.dbo.syslogins where name = 'SAPSR3SHD')  )
declare @password varchar(16)
select @password = password_random(16)
create login 'SAPSR3SHD' with password @password default database 'SM1' default language us_english

statement execution finished successfully.
3found line if (not exists(select name from sysusers where name = 'SAPSR3SHD'))

3found line     exec sp_adduser SAPSR3SHD, SAPSR3SHD

3found line go

executing statement: if (not exists(select name from sysusers where name = 'SAPSR3SHD'))
exec sp_adduser SAPSR3SHD, SAPSR3SHD

EDbSlBegRead: rc 100, SQL-error 207 => [ASE Error SQL207][SAP][ASE ODBC Driver][Adaptive Server Enterprise]Invalid column name 'user_status'.
[ASE Error SQL207][SAP][ASE ODBC Driver][Adaptive Server Enterprise]Invalid column name 'user_status'.
execution of statement if (not exists(select name from sysusers where name = 'SAPSR3SHD'))
exec sp_adduser SAPSR3SHD, SAPSR3SHD
failed.

 

Capture5.PNG

 

I'm not sure what to do here. Any help would be appreciated.

Thanks,

Diana

sp_password_rep

$
0
0

Hi,

I am using master database replication with ASE 15.7 SP 130

Replication Server/15.7.1/EBF 23940 SP205

 

DSI for master database is down.

 

I. 2015/07/19 07:31:38. ...... connected to server 'GACWAREUNITEDR' as user 'master_maint'.

E. 2015/07/19 07:31:38. ERROR #1028 DSI EXEC(122(1) GACWAREUNITEDR.master) - \generic\useful\cm.c(5052)

    Message from server: Message: 4002, State 1, Severity 14 -- 'Login failed.

'.

E. 2015/07/19 07:31:38. ERROR #1027 DSI EXEC(122(1) GACWAREUNITEDR.master) - \generic\useful\cm.c(5052)

    Open Client Client-Library error: Error: 67175468, Severity 4 -- 'ct_connect(): protocol specific layer: external error: The attempt to connect to the server failed.'.

E. 2015/07/19 07:31:38. ERROR #13045 DSI EXEC(122(1) GACWAREUNITEDR.master) - \generic\useful\cm.c(5056)

    Failed to connect to server 'GACWAREUNITEDR' as user 'evenseno3397'. See CT-Lib and/or server error messages for more information.

I. 2015/07/19 07:31:38. The DSI thread for database 'GACWAREUNITEDR.master' is shutdown.

 

rs_helpexception is showing the below:

exec sp_password_rep @caller_password=NULL , @new_password=0xc007410aebb5792521c550387fe379df6f573a90a10adfc5eecca0a99e9f159c3c0f088fede5ee48ed6f, @loginame='evenseno3397', @immediate=0

 

I am changing the password on Active using Sybase Central.

Can you please help identifying why ASE/RS is using sp_password_rep instead of sp_password?

 

Regards,

Marc.

where i can download Sybase ASE 15.7 for Linux plateform ?

$
0
0

Dear All,

 

where i can download Sybase ASE 15.7 for Linux plateform ? i have same for Windows plateform but i want for LINUX

 

i want it for my self practice on my personal Desktop.

 

please provide  the link where i can download it .

 

 

Regards

abhishek

Conn 16.0 SP01 Open Client and Open Server SDKs have been released.

replication definition

$
0
0

Hi,

Is there any way to check if Replication server is using Replication definitions to apply changes on standby?

 

Regards,

Marc


Sybase SDK post installation steps??

$
0
0

Hi, Are there any post installation steps that I have to follow to access DBISQL or isql utilities  to connect to a Sybase server running on another machine???

Default DBA Users in Sybase

$
0
0

Can anyone explain the default users of Sybase Database  i.e. SAPSA , SA , SAPOSS and SAPSR3DB ?

How do I encrypt network data from client to ASE?

$
0
0

Folks,

     How do I encrypt netwok data between my application and ASE? Is there any configuration or setup that I can do to make this happen?

 

Thank you and regards.

Sid.

net password encryption and security model B

$
0
0

Hi,

Has anyone configure net password encryption on ASE?

What about changing Security Model from A to B?

 

Thanks,

Marc

64 BIT Sybase.ADONet4.ASEClient.dll dont support unnamed parameters

$
0
0

We are migrating from  32 bit  asp.net website to 64 bit asp.net website. 

 

we have number of stored procedure calls  calling Sybase.Data.AseClient.dll in  "EXEC sp_test ?   " format from our database  layer.

 

 

with the new 64 bit DLL  Sybase.ADONet4.ASEClient.dll   the above SP call format is throwing an exception  Incorrect syntax near '?'.

 

following is the stack trace

 

   at Sybase.Data.AseClient1.AseCommand.CheckResult(Int32 res)

   at Sybase.Data.AseClient1.AseCommand.Execute(CommandBehavior commandBehavior)

   at Sybase.Data.AseClient1.AseCommand._ExecuteReader(CommandBehavior commandBehavior)

   at Sybase.Data.AseClient1.AseCommand.ExecuteReader(CommandBehavior commandBehavior)

   at Sybase.Data.AseClient.AseCommand.ExecuteDbDataReader(CommandBehavior behavior)

   at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior)

 

please suggest me the work around for this....

 

 

Regards,

Ram

Applying new license file for existing installation

$
0
0

Hi experts,

 

I have installed Sybase ASE 15.7 SP110 Developer Edition (DE) on a VM running RHEL 6.2 for x86_64. Now my company purchased a license for Enterprise Edition and my manager sent me a license file (*.lic). Now I'm wondering if I can apply this new license on my existing installation. If yes, could someone point me to the detailed steps to do that?

How to Perform a Sybase Cluster for High Availability

$
0
0

Hi,

      I need some details about performing Sybase cluster for windows platform using Sybase ASE 15.7, Thank you


What is Sybase Wire Protocol=DataDirect 7.1 Sybase Wire Protocol Driver???

$
0
0

Hi , I am working as a Sybase ASE DBA (fresher) and  one of my application guy is trying to connect from informatica application to our sybase database and he requires  Sybase Wire Protocol=DataDirect 7.1 Sybase Wire Protocol Driver software to be installed on a linux machine.

 

I installed SAP 16 ODBC drivers (SDK) on that server and isql utility and dbisql utility are running fine..

My question is .. Have I installed the correct software or this DataDirect 7.1 Sybase wire Protocol Driver is different from normal ODBC driver.

 

Please help....

what is table/index fragmentation ? how to check table is fragmented or not in SYBASE ASE

$
0
0

HI all,

 

what is table/index fragmentation ?

 

     is there any way to check table is fragmented properly or not in SYBASE ASE ?

 

please help me what is actually this ? also define SQL query to check for the same .

 

 

abhishek

Threaded Kernel

$
0
0

Hi,

Can you please guide me how to configure thread pools in Threaded kernel mode.

In old Process mode, we used to configure # max online engines <= number of cores.

Then, check with sysmon and make the average CPU busy between 70%-90% (by adding or dropping engines)... this way, we make sure that our engines are being utilized optimally.

 

Now in Threaded mode, is it the same? Should we have number of threads ( syb_default_pool + syb_blocking_pool) <= number of cores?

Should we follow the same try and catch technique to configure number of threads in the syb_default_pool?

 

 

Thanks,

Marc

How to find list pf stored procedures being executed in past hour?

$
0
0

Hello,

     How do I find out from MDA tables the average execution time, max execution time, io etc. statistics and list of stored procedures that have been executed past one hour or past 5 munutes? We are using "Adaptive Server Enterprise/16.0 SP01 PL01/EBF 24358"

 

Thank You,

Sid.

what is table/index fragmentation ? how to check table is fragmented or not in SYBASE ASE

$
0
0

HI all,

 

what is table/index fragmentation ?

 

     is there any way to check table is fragmented properly or not in SYBASE ASE ?

 

please help me what is actually this ? also define SQL query to check for the same .

 

 

abhishek

Viewing all 1396 articles
Browse latest View live


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