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

Re: ASE CE CMCC?

$
0
0

I'm not sure exactly how the wording breaks out if CMCC is an acronym.

In the ASE source code, CMCC is related to something called the Cluster Cache Coherency Manager.  This is what maintains coherency of pages in memory in the shared disk cluster.
In a SMP server there is only one copy of a page in memory. However in a shared disk cluster there can be multiple copies of the page (At most one in each node).  Updates need to be propagated to all copies of the page efficiently.


RHEL 7 and SAP ASE CLUSTER EDITION 15.7

$
0
0

I was looking at the support matrix website for support for RHEL7 and while I was able to confirm  SYBASE ASE 15.7 and SAP ASE 16.0 support I could not find similar information for Cluster. Would anyone be able to confirm if Sybase Cluster has support for RHEL7

Re: problem with LDAP login

$
0
0

Hi,

 

Can you ping the machine using what is in your ldap url?

Not sure if you are using ip or name.

I would test with the ip as well just in case.

 

If you put a wireshark sniffer or something in-between do you see the traffic getting to the ldap server?

 

Does the ldap logs show any attempt in connecting?

i.e. trying to authenticate the user at all

If you are using openldap you can start the ldap server and show all output to the cmd prompt.

Can be easier to find see the issue.

 

Are the ASE users, you are testing, able to connect via ldap?

Is the sp_ldapadmin active?

Can you post what is in sp_ldapadmin?

 

Is it only this application that cannot connect using ldap?

Does isql work from the same machine?

 

Regards,

Ryan

Re: How to join tables in different database on the same Sybase server

$
0
0

Just discovered something. There are a few tables with DatabaseB that i can access from DatabaseA, but not all tables.

 

 

 

For example, there is TableA, TableB, TableC, and TableD in DatabaseB. Out of which TableB and TableD can be queried from DatabaseA using

 

 

 

    USE DatabaseA

    GO

    SELECT * from DatabaseB.User.TableB

    GO

    SELECT * from DatabaseB.User.TableD

    GO

 

 

 

which is sucessful. And

 

 

 

    USE DatabaseA

    GO

    SELECT * from DatabaseB.User.TableA

    GO

    SELECT * from DatabaseB.User.TableC

    GO

 

 

 

fails.

Re: The dynamic statement '*sh1731692265_0874276115ss*' could not be found.

$
0
0

Please Run dbcc upgrade_object() for each database to explicitly re-compile the objects as Post Upgrade activity.

Re: SQL-error "14217-[ASE Error SQL14217] - SPAM IMPORT

Re: Brief lockout of ASE Server --missing parameters in error log

$
0
0

We had period earlier today where new login attempts were failing to connect to ASE --

Get errors like :

CT-LIBRARY error:

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

{dl2-trd-stc:GBL_TRD:sybase}

 

.  Connections already logged in were fine -- I was able to run sp_lock -- did not see anything out of ordinary -- master db looked ok -- no blocking.  Just before new logins were able to connect this was in log:

0:02:00000:00000:2015/07/23 11:07:14.02 kernel  nspacket: send, Connection reset by peer

00:04:00000:09227:2015/07/23 11:07:14.02 kernel  extended error information: hostname: GRNW7042 login: systudor

00:01:00000:03828:2015/07/23 11:07:14.06 server  Update of syslogins failed

00:21:00000:08814:2015/07/23 11:07:14.07 server  Update of syslogins failed

10 seconds after this new logins were able to get in ..

Re: Query returns 0 rows java isql

$
0
0

Hi David.

On the offset, jisql is no longer a supported application. If you check the utils under jConnect 7, you would find the jisql app to be missing.

 

Anyway, on jisql 2.0.0523 I do not see this issue.

 

What version of jisql are you using? what version jConnect are you using? Both these version have a say in this.

 

Having said that, if I may theorize the scenario, the issue you are seeing *could be* due to the fact that when you have 'Automatically refetch results' turned on (this was the original default value - this has been changed in later versions e.g, 2.0.0523), the result set tab automatically regenerates the result set anytime after an  INSERT, UPDATE, or DELETE statement is executed. When you are running a procedure like sp_who, which may have such a DML operation interfering with a SELECT in the procedure, this becomes evident. In older versions, you might even see some inappropriate error messages as well.

 

For example, if you execute a statement batch like
select * from T1;
(execute)
delete from T1;
(execte)

you will have the first result set updating to 0 rows

 

In some older versions, there was a bug which caused the following statements to return an error on the select result set
select * from T1;
(execute)
delete from T1; DROP TABLE T1;
(execte)

 

When you turned off 'Automatically refetch results', rightfully, you were not seeing 0-row result sets.

 

For the same reason, you do not see the behaviour you mentioned, when you execute a standalone SELECT statement.

 

Now coming to the second portion of your question...

 

When you change an option this way, you can save a.k.a lock the preferences by writing them to the username.prp file.

 

However, I don't think jisql is managing the locking of all the  preference, and hence when you restart the app, you are back to the default value.

 

Can you check to see what version of jConnect/jisql you are using?


I'm looking for a download of the old Sybase OpenClient /OpenServer and I cant seem to find in your downloads

$
0
0

I'm looking for a download of the old Sybase OpenClient /OpenServer and I cant seem to find in your downloads.


Where would I go for this?


How do I get the spid of Sybase when using JDBC

$
0
0

Hi All,

 

I'm developing a Search Engine to search on large data set, I support a WEB GUI for user to define search criteria and then click on Search button to execute. Because there is timed out value for the GUI (default 15 minutes), if the search engine does not response after the timed out, the call from WEB UI will be aborted. But the query still continue in background, that causes the CPU spike to 100%. There is only way to terminate the query by using sp_who procedure and kill command, but I have to do it manually. Is there a way to terminate corresponding spid by programming ? Is there Sybase API  to provide the spid of JDBC connection, so that I can terminate it when timed out hits.  

 

Thanks

Khoa Tran

Re: I'm looking for a download of the old Sybase OpenClient /OpenServer and I cant seem to find in your downloads

$
0
0

Specifically what version and platform are you looking for?  Openclient was free for use but OpenServer required purchasing a license.

 

jason

Re: I'm looking for a download of the old Sybase OpenClient /OpenServer and I cant seem to find in your downloads

$
0
0

The OpenClient downloads are available on the SWDC (A- Z Index | SAP Support Portal) under 'S' as the 'SDK for SAP ASE'.  Only 15.7 and 16.0 versions are now supported.

 

As Jason says, OpenServer is a licensable product used to develop OpenServer applications.  You would need to contact your local SAP AE to purchase this.

 

 

Chris

Upgrade SYBASE ASE database from 15.7 to 16.0

$
0
0

Hi,

 

I am looking for high level steps to perform the upgrade. Need to make sure that I understand the upgrade process correctly.

 

1. Upgrade Preparation

Execute preupgrade utility from /sybase/SID/upgrade

 

Take backup of whole database along with /sybase/SID file system backup

 

2. Install ASE 16.0 to /sybase/SID

    It will install all the binaries to the required directories

 

3. Set variables OLDSYBASE_ASE, OLDSYBASE, OLDSYBASE_OCS

 

4. Execute $SYBASE/$SYBASE_ASE/bin/sqlupgrade

Should the $SYBASE/$SYBASE_ASE be the ASE-16_0 ?

 

There are few sqlupgrade options :

1. -s <sybase_dir> – specifies the value to use for the SYBASE environment variable. [Should this be the /sybase/SID/SYBASE.csh]

2. -r <resource_file> – executes the specified resource file. [What is meant by resource file?]

3. -D <data_directory> – specifies a working directory that differs from the default $SYBASE directory. This allows users other than the sa to configure and use SAP ASE without the need to have access permission to the $SYBASE directory. If you do not use -D, SAP ASE uses $SYBASE as the default. [I believe this should be /sybase/SID/]

 

Please let me know if anything else to be taken care of.

 

Thanks,

Subhram

Does SAP ASE H Support SSO

$
0
0

Hello All,

I need to Know if the SAP ASE H Support Single Sign On

it's a Windows Network

I kind of confuse with the new edition format of the ASE (currently we have a small 15.0 Small Business) and need to migrate to a newer Version

Thanks to all

Re: Does SAP ASE H Support SSO

$
0
0

Yes. ASE supports various ways of doing this, including LDAP and Kerberos, and custom-defined mechanisms. Check out the ASE Security Adminitration Guide, chapter "External Authentication".


Re: Does SAP ASE H Support SSO

$
0
0

Hello Rob,

I know that ASE support LDAP and Kerberos

My question was with the Edge edition

i have a Installation with Enterprise Edition Running LDAP

the problem is i don't know i the edge Edition Support It

ASE Edge Edition Visualization

Re: "SAP Support Knowledge Search for SAP Sybase" never returns any reults

$
0
0

If I search "identity" in "SAP Support Knowledge Search for SAP Sybase" with "Solved Cases" only, I don't get any results => 0 result

If I search "identity" in "SAP Note &amp;amp; Knowledge Base Article Search | SAP Support Portal", I get lots of results => > 80 results

If I search "identity ase" in Search for a Solution | SAP Support Portal, I get lots of 85 results but more precisely on ASE.

then If I restrict the search by choosing the Application area="BC-SYB-ASE ", I get 58 results with keywords "identity ase"

 

hope this helps,

Vincent

Re: "SAP Support Knowledge Search for SAP Sybase" never returns any reults

$
0
0

Thanks Vincent, I get the same results as you

None of the results points to the old Sybase Solved Cases

And like you I get 0 results if only searching in Solved Cases

 

Conclusion: either searching in "Solved Cases" is disabled or there's a problem with the search engine.

 

It's a pity, because there's a lot of very useful info in there...

Re: "SAP Support Knowledge Search for SAP Sybase" never returns any reults

$
0
0

I agree with you. This useful Search of Solved Case for Sybase has been announced to be now part of the big SAP search portal but I cannot find old Case like the Sybase Case number 11783990 (Direct i/o on ufs) in the SAP search portal while I could do it thru "SAP Support Knowledge Search for SAP Sybase"

Viewing all 3587 articles
Browse latest View live