Updation of sybase ASE from 15.7.0.101 to 15.7.0.132??

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

Hello Adarsh,
You might check the Note 1982469  - SYB: Updating SAP ASE with saphostctrl / sapdbctrl 
Your migration is a minor ASE upgrade and the saphostctrl support that update starting from ASE 15.7 SP100.
Best regards,
Victoria.

Similar Messages

  • Is there any free or cheap alternative other than sybase open client to connect to sybase ASE from powerbuilder

    Is there any free or cheaper alternative other than sybase open client to connect to sybase ASE 15 from powerbuilder.

    Hi M;
      FWIW: Open Client is FREE and the fastest way to converse with ASE! 
    Regards ... Chris

  • Migration from SYBASE IQ to SYBASE ASE 11/12 and then to ORACLE 10G

    Hi ,
    The OWMB tool does not support migration of SYBASE IQ to ORACLE.So there should be some tool to migrate this SYBASE IQ to SYBASE ASE 11/12.And then which we can migrate to ORACLE which the OMWB supports.Does anybody have any idea about such tool(SYBASE IQ to SYBASE ASE 11/12).
    Thanks With Regards,
    Vinoth

    Vinoth,
    That's correct. However Sybase IQ is normally associated with Data Warehouses. Have you investigated the suitability of using Oracle Warehouse builder to assist with such a migration?
    Ispirer supports migration from Sybase IQ 12 ( http://www.ispirer.com/products)
    Donal

  • Migration from sqlsever to sybase ase

    Hi,
    Has anyone migrated from sqlserver to sybase ase? is this feasible.Thanks.

    Hi Ambarish,
    Migration to Sybase ASE is very much feasible. Refer following SAP notes which will be useful.
    Note 1591424 - SYB: Heterogeneous system copy with target Sybase ASE
    Note 1554717 - SYB: Planning information for SAP on Sybase ASE
    Regards,
    Deepak Kori

  • Sybase ASE to Oracle 11g conversion

    Hi,
    Can anyone please look at the following Sybase ASE to Oracle 11g conversion - the top remarked code is the original Sybase version and the two UPDATE blocks below are hopefully doing the same task... What I need to know is if there is a more simple (less code change) way of doing the same task, either as a single UPDATE or preferably even more similar to the original Sybase code..?
    -- /* now apply allocations */
    -- update diary_items
    -- set id_user = ia.id_user ,
    -- tx_icon_user = 'urlcats:/user_grey.gif?method:getAllocationInfo'
    -- from diary_items di,
    -- item_allocation ia
    -- where di.id_diary_item = ia.id_object
    -- and ia.id_object_type = 'W'
    -- and ia.id_user != 'autocats'
    -- OK!
    -- ??? Need to check if second UPDATE which is the same as above is required again...
    /* now apply notes */
    UPDATE diary_items
    SET diary_items.tx_icon_user =
    ( SELECT 'urlcats:/user_grey.gif?method:getAllocationInfo'
    FROM item_allocation
    WHERE item_allocation.id_object = diary_items.id_diary_item )
    WHERE EXISTS
    ( SELECT item_allocation.id_object
    FROM item_allocation
    WHERE item_allocation.id_object = diary_items.id_diary_item
    AND item_allocation.id_object_type = 'W'
    AND item_allocation.id_user != 'autocats' )
    UPDATE diary_items
    SET diary_items.id_user =
    ( SELECT item_allocation.id_user
    FROM item_allocation
    WHERE item_allocation.id_object = diary_items.id_diary_item )
    WHERE EXISTS
    ( SELECT item_allocation.id_object
    FROM item_allocation
    WHERE item_allocation.id_object = diary_items.id_diary_item
    AND item_allocation.id_object_type = 'W'
    AND item_allocation.id_user != 'autocats' )
    Many thanks!!!
    Edited by: 881552 on 25-Aug-2011 04:39

    I managed to work it out in the end - here's the solution...
    /* now apply allocations */
    update diary_items
    set ( id_user,
    tx_icon_user ) =
    ( select ia.id_user,
    'urlcats:/user_grey.gif?method:getAllocationInfo'
    from diary_items di,
    item_allocation ia
    where di.id_diary_item = ia.id_object
    and ia.id_object_type = 'W'
    and ia.id_user != 'autocats'
    )

  • Sybase ASE integrator to Oracle 10g use Synchronous mode?

    I want to use ODI to replicate Sybase ASE data into Oracle 10g, what I've done is using "JKM Sybase simple" and "LKM SQL to SQL" and "IKM Oracle Incremental Update", then create a interface, create a scenario, create a scheduling running in Scheduler Agent, every 5 seconds get the journalized data from Sybase and refresh to Oracle.
    This is acceptable, but my question is: Can I set this scenario in synchronous mode, not pulling changed data every 5 seconds but instead of pushing changed data to Oracle just after DML committed in Sybase?

    No, not the current workbench. We will be bringing out support for Sybase 15 in SQL Developer at the next release.
    You could try bringing the db down to 12 if that was an option and then migrate from that.
    Barry

  • DBA Cockpit Sybase ASE - Access Plan not displayed

    Hello,
    We are running SAP ECC 740 on Sybase ASE 15.7, I'd previously used DBA Cockpit to view access plans for queries prior to our ECC upgrade. Since upgrading to 740 DBA Cockpit has had a facelift, and now I can't see an Access Plan when I try clicking "Show Plan" on the cached statements or when I try clicking EXPLAIN in ST05 - I just get a red cross (see attached image).
    Does anyone have any ideas about how to view the access plan? If I try a Runtime Explain I get a blue spinning half-a-loop and it just sits spinning and never displays anything.
    Thanks, Chris

    Hi,
    I am running java 8 update 4 i.e. java 1.8! so I would suggest as per stefan also upgrade yoru java version.
    Advanced settings on java control panel:
    Debugging                              - not selected
    Java console                         -hide console selected
    Default Java for browsers          -InternetExplorer
    Shortcut creation                    -Prompt user if hinted
    JNLP File/Mime Association     -Prompt user
    Application Installation               -install if hinted
    Secure Execution Environment    -all select but (Show site certificate from server even when listed)
    Mixed code sanbox vs trusted    -Enable (show warning if needed)
    Perform signed code certificate revocation checks on - All certificates in chain of trust
    Checked for signed code certificate revocation using - Both CRLs and OCSP
    Perform TLS certificate revocation checks on - all certificates in chain of trust
    Checked for TLS certificate revocation using - Both CRLs and OCSP
    Advanced security settings: all select but (Use SSL 2.0 compatible ClientHello format)
    Miscellaneous                               - nothing selected
    Kind Regards,
    Johan

  • Question about strange cursor behavior - Sybase ASE 12.5.4

    Hi folks,
    I have a stored procedure in Sybase ASE 12.5.4 presenting a strange behavior. Follow below some code to simulate the error.
    /* Create the table structure */
    drop table tbx1
    go
    create table tbx1
    (c1 int,
    c2 int,
    c3 char)
    go
    /* Create a CLUSTERED index NOT UNIQUE */
    create clustered index idx1 on tbx1 (c1)
    go
    /* Populate the table with few records */
    insert into tbx1 select 1, 1, 'N'
    insert into tbx1 select 2, 1, 'N'
    insert into tbx1 select 2, 2, 'N'
    go
    /* Test case #1 - The following code will not fetch the 3rd record */
    declare c1 cursor for
    select c1, c2 from tbx1 where c3 = 'N'
    go
    declare @c1 int, @c2 int
    open c1
    fetch c1 into @c1, @c2
    while @@sqlstatus = 0
    begin
      select @c1, @c2  -- View the current fetched row
      update tbx1 set c3 = 'N' where c1 = @c1 and c2 = @c2
      fetch c1 into @c1, @c2 
    end
    close c1
    deallocate cursor c1
    /* Recreate the table structure */
    drop table tbx1
    go
    create table tbx1
    (c1 int,
    c2 int,
    c3 char)
    go
    create clustered index idx1 on tbx1 (c1)
    go
    /* Repopulate the table */
    insert into tbx1 select 1, 1, 'N'
    insert into tbx1 select 2, 1, 'N'
    insert into tbx1 select 2, 2, 'N'
    go
    /* Test case #2 - The following code enters in an infinite loop, fetching the 3rd record indefinitely */
    declare c1 cursor for
    select c1, c2 from tbx1 where c3 = 'N'
    go
    declare @c1 int, @c2 int
    open c1
    fetch c1 into @c1, @c2
    while @@sqlstatus = 0
    begin
      select @c1, @c2 -- View the current fetched row
      update tbx1 set c3 = 'N' where c1 = @c1
      fetch c1 into @c1, @c2 
    end
    close c1
    deallocate cursor c1
    If we execute a select on tbx1 before execute Test case #1, the result is:
    c1   c2    c3
    1    1     N
    2    1     N
    2    2     N
    If we execute the same select on tbx1 after execute Test case #1, the result is:
    c1   c2    c3
    1    1     N
    2    2     N   --> row position changed
    2    1     N   --> row position changed
    Analyzing the execution plan, updates on both Test cases are being done in deferred mode.
    Could someone answer my questions, please:
    1 - After executing Test case #1, 2nd and 3rd record change this position in table. How could this happening since I'm not updating any fields in the clustered index? This have any relation with deferred update deleting and reinserting the rows on overflows pages?
    2 - Suppose the updates are changing the rows position in the table, how could explain the inconsistent fetch order on cursor processing (on Test Case #1, only 2 records are fetched - on Test Case #2, the loop never ends)?
    Regards,
    Douglas

    Thanks for your replies. I've already solved my problem, just creating a unique clustered index. But I haven't understood what happened yet in the 2 cases above.
    As suggested by Mark, I've read Chapter 18 from Transact SQL Users Guide. In section
    "Join cursor processing and data modifications", there is a citation about what happens with cursor position after a update:
    "A searched or positioned update on an allpages-locked table can change the location of the row; for example, if it updates key columns of a clustered index. The cursor does not track the row; it remains positioned just before the next row at the original location. Positioned updates are not allowed until a subsequent fetch returns the next row. The updated row may be visible to the cursor a second time, if the row moves to a later position in the search order".
    As stated above, the cursor position keeps the same independently if the rows change their order.
    I don't know if my logic is very simplistic, but I imagine that what should happen in #Test Case 1 is (assuming the access method is a clustered index scan):
    a) After the 2nd fetch, cursor position is on 2nd row:
    c1   c2    c3
    1    1     N  
    2    1     N   <-- cursor position
    2    2     N  
    b) After the update, 2nd and 3rd rows switch their positions, but cursor should keep its position (before 3rd row):
    c1   c2    c3
    1    1     N  
    2    2     N  
                    <-- cursor position
    2    1     N
    c) On 3rd fetch, the 3rd row is read "again" and cursor reaches the end of table.
    In relation #Test Case 2, I can't imagine how a cursor could enters a infinite loop since the cursor position shouldn't change and "apparently the row positions are the same" after the "incorrect" update.
    Moreover, I still have doubts about how a field update that isn't in a clustered index can change row position in a allpages-locked table.
    The main goal of my questions isn't solve the problems but get a better knowledge about some Sybase internals (and avoid similar problems in the future).
    Please give me more detailed explanations about my questions and comment my analysis. Related readings about this issues are welcome.
    Douglas

  • Sap Sybase ASE runtime edition

    Hi All,
    I would like to know what is "sap sybase ase runtime edition" and what are the advantages and disadvantages of this database edition. Is this a complete Sybase database?

    Hello Nick,
    Thank you for posting your inquiry based upon the support incident you had opened.
    >>
    I'm asking if with an upgrade of software(ASE) can the license for SYSAM be refreshed or do it have to be checked in and re-created.  There was a check box on the old Sybase system to refresh a license for an upgrade of software I would like to know if that still exists.
    <<
    The license generation tool (interface) on SAP's Support Portal (ServiceMarketPlace) is very similar to the previous Sybase Product Download Center.
    If a license file needs to be updated (refreshed), you can do this using the 'Upgrade' button.
    Otherwise, check-in, then generate new one can resolve the issue.
    Keys | SAP Support Portal 
    >> Request Key from Install
    >> enter/select desired Installation Number
    >> select Sybase Entitlement Overview (View, Check-in, Update previously generated SySAM 2.0 licenses)
    >> find your license and then select the 'Upgrade' button.
    >> download license.
    side note: a related subject 'date-based versioning' in SySAM guide
       Working with Date-Based Versioning
    -Michael

  • How do I connect to a Sybase database from Crystal?

    I have never tried to connect to Sybase data before and I am having difficulty figuring out how.  I am using CR XIR2 from my desktop and trying to connect to what I am told is a Sybase database (voicemail system).  I believe Sybase vers 12.5, but not entirely sure yet.  Postings on the forum and other sites appear to be directed toward sdk developers or other development and were not helpful.  Most of what I am reading points toward an Adaptive Server® Enterprise (ASE) ODBC Driver by Sybase.  However, I was told that was not true but the person promising to forward the information never came through. Are there additional drivers I need to install or can someone point me in the right direction?  Thanks!

    Hi Wendy,
    32-bit NATIVE DRIVERS
    CRDB_P2SSYB10.DLL is the native driver for Sybase ASE.  It is used with Sybase ASE 12.5
    NOTE:  The native driver for Sybase ASE cannot be used to connect to Sybase ASA (Adaptive Server Anywhere) or Sybase ASIQ (Adaptive Server IQ).  Sybase ASA and Sybase ASIQ include their own ODBC drivers as part of their installation package.  These drivers provide the only means of connecting to Sybase ASA and Sybase ASIQ databases.
    I hope this helps you.
    Regards,
    Prashant
    Edited by: Prashant Saduwale on Oct 10, 2008 4:19 PM

  • Unable to install Client Tools for Sybase ASE 15.7 on Windows Server 2012 64-Bit

    Hello Folks,
    I just downloaded the client tools package from https://support.sap.com/swdc --> Installation and Upgrades --> A-Z list --> SAP ADAPTIVE SERVER ENTERPRISE --> SYBASE ASE 15.7 --> Installation --> Microsoft Windows --> 51044415.zip
    I'm trying to install the client tools for a newly provisioned Windows 2012 64-Bit machine. After unzipping the folder and running autorun, the installation does not proceed. When I go to pcclient64 and run either setup.exe or setupConsole.exe, I get the error "This Application has Unexpectedly Quit, Invocation of this Java Application has caused an InvocationTargetException. This application will now exit. (LAX)". I stumbled across various posts on the forum, and it appears that the installer is not certified for Windows Server 2012. I tried using the compatibility mode for Windows 7, and it proceeds further and launches the SAP GUI; however, it closes afterwards.
    Any suggestions would be greatly appreciated. Thanks in advance.

    Hi,
    51044415 is a PC-Client 15.7 refresh.
    You are using a version that was not certified with Windows 2012. Get the most current version PC-Client 15.7 SP130 or SDK 15.7 SP130 or SP132.
    If your looking for PC-Client5.7 SP130 look for EBF23439
    We didn't get certified with Windows 2012 until SDK 15.7 ESD#6 even with that I reported a few minor issues.
    You need the following on the machine before the installation.
    Microsoft Visual C++ 2010 Redistributable Package (x64)
    Microsoft Visual C++ 2005 Redistributable Package (x86) (or dsedit and ocscfg will not work)
    Microsoft Visual C++ 2005 Redistributable Package (x64) (or dsedit and ocscfg will not work)
    Thanks,
    Dawn Kim

  • Error when "Copy to Oracle" in Sybase ASE 12.5.3

    I found this thread
    "Copy to Oracle" issue in SQL Developer 3.0
    from google and think I'm having exact same issue.
    Connecting to sybase ASE 12.5.3
    Right-click table, Copy To Oracle..
    Pop up message says "Copy to Oracle finished" and log error:
    Source: o.d.migration.copy.BridgeTableDef
    Message: Issue running BRIDGE command
    I am using JTDS 1.2 and have also tried JTDS 2.1. Oracle SQL Developer 3.0.04
    The sybase table to copy is in the default database of the userid.

    Could you please post a table and some demo data that is failing in your environment - or at least you can also test the table given in the post you are referring to:
    CREATE TABLE sybdb.dbo.fetch (
         f_id           numeric identity(18)      NOT NULL,
         s_id           numeric(18)           NOT NULL,
         added_date      datetime           NOT NULL,
         added_by      varchar(30)           NOT NULL
    INSERT INTO sybdb.dbo.fetch(f_id, s_id, added_date, added_by) VALUES (1080, 2944, '2011-08-05 03:36:10.64', 'User A');
    INSERT INTO sybdb.dbo.fetch(f_id, s_id, added_date, added_by) VALUES (1081, 2944, '2011-08-05 03:36:35.486', 'User B');
    INSERT INTO sybdb.dbo.fetch(f_id, s_id, added_date, added_by) VALUES (1082, 2944, '2011-08-05 03:36:54.24', 'User C');
    Does this work for you or fails also?
    Edited by: kgronau on Dec 7, 2011 8:46 AM
    From which location did you download your JTDS drivers?

  • Sybase ASE 12.5.4 EBF 14124 ESD#4 running out of connections

    I am working on a web application which works on SQL sever back end as well as Sybase ASE 12.5.4 EA server. Our project main focus was to move everything to sybase backend.
    Earlier there were 2 databases, the app was connecting to - db1 on sql server, and db2 on sybase. Now we have created a separate namespace within db2 in sybase. So application only connects with db2, but with different users and in separate schemas. 
    Application is in java and connecting to db server using jcon3 driver library.  It is using SybXADataSource driver class (provided by jcon3 jar) to connect to the server. Till last week application was able to connect to the server, everything was working fine (though I must say that code is still not optimized to use connection pools etc., I am opening  a connection, and closing it for every request).
    For sometime, I have been facing an issue from the server- login failed, try again. In the server error logs I found it was throwing an error- "Error 1601 Severity 17 state 3: no user connections available to run the process" I checked for available connections (using sp_configure), allowed connections are 900, and total active connection at the time this error shows up is typically between 30- 100 (using sp_monitorconfig). Seems like this is well within limits.
    Also yesterday, I did one more exercise, I restarted the server and logged in as sa from isql console only. Logged out and logged in again afimeter 20 minutes (no application connection was made), and isql login again gave this error. So I am inclined to think that something could be wrong with server configuration as well. Server is on linux red hat.
    I have searched all the db forums and SCN website as well, and all of these refer to one resolution of increasing the number of connections, but as from my observation regarding that, I do not think it is an issue.
    Any help would be greatly appreciated!!

    During your sa/isql test, how did you exit from your sessions?  Did you type 'exit + go', hit ^S, hit ^C, something else?
    Are you running your sa/isql test from the same linux host where the ASE is runing, or from another host on the network?
    Is your isql session connecting directly to the dataserver or are you going through an intermediary service?
    Are there any login triggers on your sa account? (See the output from sp_displaylogin sa)
    Could you run your sa/isql test again, but this time:
    session #1: log in as sa using isql; stay logged in
    session #2: perform your login/logout test using sa + isql
    session #1: periodically run 'sp_who' to see the active connections; does the list of connections grow over time?

  • OMW supports sybase ASE 15 to Oracle 10g migration?

    Hi,
    I want to migrate data from Sybase ASE 15 to Oracle 10g. Can i use OMW for this purpose if not then what is the other way of doing it?
    Kind regards
    Ankit

    No, not the current workbench. We will be bringing out support for Sybase 15 in SQL Developer at the next release.
    You could try bringing the db down to 12 if that was an option and then migrate from that.
    Barry

  • Sap HA installation with Sybase Ase 15.7 (Clustered Environment)

    Dear Guru's,
    I need advice and suggestions on installation for Sap HA systems on production servers with sybase .
    System Specs:
    OS:Windows 2008 R2
    Database :Sybase ASE 15.7
    EHP6
    I have referred the note 1650511 and getting started with Sybase Database  but its just basic info .I need to know how the clustering will be done with Sybase Ase 15.7 and is it possible??
    Appreciate your suggestions

    Hi Asim,
    1. Datafiles & log files assignment while installation According to the HW partition size for production servers we have assigned 3 data files of 250 gb each in different drives on a server 
    The existing export we are trying to take is from development  system where we have  upgraded the stack and compo.nents to latest level so we are planning to take the export copy of for database instance and
    the database itself is Syabse Ase 15.7.And at this phase screen according to the screen by default the system ask to assign 102 gb for datafiles and log files 1gb Minimum , so in that case can we no t
    assign more log file size .However we have not started the installation and we will expereince the same as we have done on Develeopment and quality system which is central sap system and we need to confirm we if can do for production HA system installation
    Yes, you may assign more space in advance to datafiles and log file. What the screen shows is the minimum required space to successfully complete the import.
    2.On the other hand , If we are doing fresh HA installation ,it will ask for 90 GB datafile and 10 G by default to assign and in this how we going to assign and split in 3 different drives which is of 150 GB
    each.
    Your Development system has been patched to latest level. Hence there is change in database size in development as compared to fresh HA setup where no patches have been applied. You may add 3 datafiles in each of these drives and assign the size which you prefer. Ensure its more than 10GB.
    3.Getting confused in assigning the CI DI ,ERS ,ASCS on node 1 and node 2.
    You may follow this simple approach
    Node 1: DB + ERS + CI
    Node 2: ASCS + DI
    4.Is it good decision to do fresh HA installation on production server and lateron upgrade the stack level or does it matter if do system copy as it will save the time .
    There is no issue in going with system copy approach as it will save time. If you are not comfortable with system copy method and do not have good command on DB, I shall suggest you to go with fresh installation and then apply patches. This way you are sure there is no junk coming to your production . In system copy , In case your source system has some junk data, the same might get transferred to production.
    Hope this helps.
    Regards,
    Deepak Kori

Maybe you are looking for

  • What type of internal drive do I need?

    I would like to install a second hard drive in my G4 desktop machine. What drive type should I be looking at..."eide", "ATA", "SATA", or ? I don't know what these various designations mean, or which would be the right solution for an older G4 like mi

  • Huge iMovie file

    I've made many iMovies and iDVDs using iMovie6. I'm putting them on a LaCie 1TB external hard drive. The current movie that I'm making by cutting and pasting two movies together is about 2 hrs long and the file size is about 500GB! It hs 95 clips, th

  • I can only print 1 page can somebody help

    I can only print 1 page can somebody help sl

  • Why won't NY Times photos display?

    Screen is blank. Rt click to view photo just enlarged blank screen.

  • Opening PS CS5 does not automatically launch Bridge?

    In PS CS3 there was a preference setting to automatically open Bridge when Photoshop was launched. This setting seems to be absent in CS5. Is there any way to get both apps to launch simultaneously?