Which Backup server version is required for Sybase cumulative dump/load

Hello,
To perform cumulative dump and load (supported from ASE 15.7 SP100 and up) with 3rd party API, what backup server version is needed?
We use backup server API version 2.1, and sybackup.h does not have any definition for cumulative dump. This header file only defines DATABASE and TRANSACTION as command_type, so when "dump database foo cumulative" is issued, command_type becomes UNKNOWN.
Since we support all the ASE versions from 15.0.3 and up, we ideally need a backup server API that works for ASE versions from 15.0.3 and also works with cumulative backup. Is there such an API version?
Thanks,
Ali

What I'm told is that the version wasn't bumped because the changes shouldn't really affect the API functionality; the API module would still receive a byte stream and be able to store and return it regardless of the command_type.
However, you can easily modify your sybbackup.h to reflect the new command_types.
Replace the current command_type definitions with the following:
#define TRANSACTION 0 /* transaction log dump or load */
#define DATABASE 1 /* database dump or load */
#define CUMULATIVE 2 /* Cumulative dump to dump or load */
#define UNKNOWN 3 /* Pre-API SQL Server in use. Backup Server
                     has received a DUMP/LOAD command from a
                     SQL Server which is not passing the
                     'Command Type' toBackup Server. Therefore,
                     the Command type can not be determined. */
#define DELTA 4 /* Delta dump to dump or load */

Similar Messages

  • Visual Studio 2015 Enterprise and SSDT -- which SQL Server version(s) targetted for SSIS and SSRS

    With Visual Studio 2015 Enterprise Preview, I see that Sql Server Data Tools (SSDT) are included.  What I need to know is, when I create an Integration Services Package or Reporting Serivces report, on which versions of SQL Server can the result be
    deployed?
    e.g. Can I deploy an SSIS package created this way on Sql Server 2008R2?  2012? 2014?
    If all three, how to I tell Visual Studio the target environment for the package?

    I think, SSDT BI templates for VS2015 is not available yet. If it's available or yet to come please post the URL if you have got details about it.
    Below recent thread should answer your question. Please see last reply by Katherine.
    https://social.msdn.microsoft.com/Forums/sqlserver/en-US/ea9c0360-d4f4-480e-b022-52b9d9189c51/visual-studio-2015-ssis-development-backward-compatibility-can-we-develop-2008-2012-2014?forum=sqlintegrationservices
    Cheers,
    Vaibhav Chaudhari
    [MCTS],
    [MCP]

  • Which JDK version is required for NWDS v 7.01.07

    Hi,
    Can someone point me in the right direction to find out whcih JDK version is required for NWDS v 7.01.07.
    I currently have j2sdk1.4.2_19 installed but I am getting a build error when creating a new project from ESS of:
    No 'default' JDK defined, will use running VM.
    The TARGET variable for the shortcut and JAVA_HOME env variables are set.
    The JRE_SRCROOT variable in NWDS is empty.
    Regards,
    Rob

    In NWDS set default JDK version.
    Windows - preferences - java Installed JREs
    Select chk box for JRE you want.
    Hope this helps.

  • Which of the following is required for multiple Company Codes assigned to s

    Which of the following is required for multiple Company Codes assigned to same Company ?                                   
    Same Chart of Accounts                                   
    Same Currency                                   
    Same Fiscal Year

    hi,
    if multiple companies are dependent on each other then you have to follow the below as same for all companies.
    Same CoA
    Same ItemMaster Data
    Same WareHouses
    Same BP Master Data
    Same Currency
    same fiscal year
    and few more master datas which ever necessary.
    if they are independant on each other then no need to maintain the same codes.
    regards,
    varma

  • SP2-0614:Server version too low for this feature

    Hi,
    In the preparation phase for Oracle 9i upgrade, (Step 3.7 - Oracle 9i-Unix upgrade Guide)
    we ran @CHECKS.SQL under /oracle/stage/920_64/Disk1/SAP directory
    received errors   SP2-0614:Server version too low for this feature
                            ORA-01034:ORACLE not available
    Source System: Oracle 8.1.7.4, Kernel 620, HP-UX 11.11 9000/800
    I went though Oracle site for this issue and it says, that we need go for patch to resolve this issue. But I am not sure, if this is needed or not. Shall I can continue upgrade without this patch?
    Please help me to resolve this issue.
    Thanks in advance
    Regards
    Srinivas

    what is parameter value for <compatible> in initSID.ora ?
    it should be set to 8.1.7.4

  • What OS version is required for iTunes 7.3.2?

    I'm not on the internet at home, and my iPod is no longer recognised by iTunes, and it tells me to do a Restore, but it won't let me as I'm not on the internet... So I brought my iPod into work, updated iTunes on one of the Macs here, which is running 10.4.nothing, and now iTunes won't even open. I get a message saying it requires 10.4.7 or later, which is NOT what it says on Apple's website. Does iTunes 7.3.2 really need OS 10.4.7???
    Richard Vernon.

    Thanks, but ****, I got as far as reading 10.3.9 or later, thought that 10.4 IS later, read that 10.4.10 was only required for the iPhone, and let software update install it. I'm surprised it did it if it can't run on this OS. Do you know if there's any way I can install an older version? I have 7.1.1 (I think) with me, and I wouldn't mind installing that. I pretty much HAVE to install something, as this is a machine at work, and I'm very reluctant to upgrade the OS without authority...
    Richard Vernon.

  • [Exchange-Online][EWS][EWS-XML] Exchange server version "V2_22" returned for Office 365 breaks pattern - consequences?

    I just notice that talking to Office365 Exchange Web Services at https://outlook.office365.com/ews/exchange.asmx I get this in my SOAP response header:
    <Envelope>
      <Header>
        <ServerVersionInfo MajorVersion="15" MinorVersion="0" MajorBuildNumber="1049" MinorBuildNumber="23" Version="V2_22"/>
      </Header>
    This means that the Version 'schema version' property (http://msdn.microsoft.com/en-us/library/exchangewebservices.serverversioninfo.version%28v=exchg.150%29.aspx) now breaks the pattern of versions that we had earlier: Exchange2007, Exchange2007_SP1, Exchange2010,
    Exchange2010_SP1, Exchange2010_SP2, Exchange2013
    In the schema files I found through Google (searching for <xs:simpleType name="ExchangeVersionType">) I could not find anything later than <xs:enumeration value="Exchange2013"/> (e.g. at http://msdn.microsoft.com/en-us/library/ee237685%28v=exchg.80%29.aspx)
    If I do a SOAP request with this "V2_22" string, I still get valid answers.
    <soapenv:Envelope
      xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
      xmlns:typ="http://schemas.microsoft.com/exchange/services/2006/types"
      xmlns:mes="http://schemas.microsoft.com/exchange/services/2006/messages">
       <soapenv:Header>
          <typ:RequestServerVersion Version="V2_22"/>
       </soapenv:Header>
    But it now looks as if the returned Version is no longer a reliable way to determine the Exchange server version. If V2_22 is not documented anywhere, who says it will not suddenly change to V2_23 tomorrow?
    Question: Does this mean I will now have to change my version detection code to look at MajorVersion and then maintain a cross reference between MajorVersion and ExchangeVersionType **myself**? That is horrible: another dependency to maintain
    is another potential code break.
    As an aside: Note that the "Exchange Server Updates: build numbers and release dates" at http://technet.microsoft.com/en-us/library/hh135098%28v=exchg.150%29.aspx is no longer up to date, it does not mention the 15.0.1049.23 that my XML just returned

    What really matters in EWS is the SchemaVersion as that will tell you what operations you can and can't use. From 2010 on you can use AutoDiscover to find what SchemaVersions are supported which is the best way to do version detection. eg
    AutodiscoverService adAutoDiscoverService = new AutodiscoverService(ExchangeVersion.Exchange2010);
    adAutoDiscoverService.Credentials = ncCred;
    adAutoDiscoverService.EnableScpLookup = false;
    adAutoDiscoverService.RedirectionUrlValidationCallback = adAutoDiscoCallBack;
    adAutoDiscoverService.PreAuthenticate = true;
    GetUserSettingsResponse adResponse = adAutoDiscoverService.GetUserSettings("[email protected]", (new UserSettingName[1] { UserSettingName.EwsSupportedSchemas }));
    if (adResponse.Settings.Count >= 1)
    String schemas = (String)adResponse.Settings[UserSettingName.EwsSupportedSchemas];
    I would be careful using the Major build going forward if you have a look at the requests in OWA in Office365 you'll see they are using version 16 in cookies etc
    Cheers
    Glen

  • Which chassis port will be required for project of robotic arm(interfacing)

    hello..
    actually few hardware attachments ports are present at my uni labVIEW setup, that are:
    ni pxi-1050, ni pxi-8196, ni scxi-1102b, ni scxi-1112, ni scxi-1162, ni scxi-1124
    but i dont know which one is required for interfacing robotic arm project.
    plz help...........

    Hello,
    In the system you specifed you will also need a DAQ card which will control the SCXI portion, Generally SCXI hardware is used for signal conditionin, and I have not seen anyone controlling motors of a robotic arm. If you want to interface robotic arm you should look into Motion cards or RIO solutions. This link might help getting started with what hardware you might need for this project.
    Hope this helps
    NI-khil

  • Anyone knows which microsoft messenger version works best for mac??

    i installed microsoft messenger for mac but i cant receive file transfer from my contacts (they are windows user) and i cant make video/voice call. anyone knows which version of messenger for mac that has overcome these problems?

    http://www.officeformac.com/ProductForums/MacMessenger/

  • Which is latest version of Safari for Tiger

    I'm using 2.0.4. Is there another version I should be using? I went to this page http://www.apple.com/safari/ and clicked on "Free for Mac + PC.” Which lead me to this page http://www.apple.com/safari/download/ where I could download a new version of safari for a PC, but not for Mac? Is there a version later than 2.0.4 for OS 10.4.11 available?
    Thank you,
    PM

    Hi,
    Go to these 2 locations to see if you have any 3rd party extensions and move anything present in them onto your Desktop to deactivate them:
    /Users/YourUsername/Library/InputManagers/
    /Library/InputManagers/
    Restart Safari to pick up the change. If it works now, you can try moving the items back one by one until you find the culprit.

  • Which Edition of Windows is required for using SQL 2012 Always On Availability Groups

    I want to use the new feature of having 2 secondary mirror replicas. the first secondary replica will be sync the second one will be async.
    Currently I have SQL Enterprise license and Windows 2008 R2 Standard license.
    Will I be required to upgrade to Windows Enterprise license to use Always On? (since this feature depends on Windows clustering?)
    Can you please confirm if SQL Always On feature can be used on Windows 2008 R2 standard or not?
    MSDNStudent Knows not much!

    Always On is available with Standard Edition but it supports only 2 nodes. 
    AlwaysOn is a bigger umbrella which covers two features. AlwaysOn Availability Groups (AG) and AlwaysOn Failover Cluster Instance (FCI).
    FCI for 2 node is supported. You can't use AG feature in SQL Server Standard Edition
    Balmukund Lakhani
    Please mark solved if I've answered your question, vote for it as helpful to help other users find a solution quicker
    This posting is provided "AS IS" with no warranties, and confers no rights.
    My Blog |
    Team Blog | @Twitter
    | Facebook
    Author: SQL Server 2012 AlwaysOn -
    Paperback, Kindle

  • Which Windows Server Version

    Hi Experts,
    My Client is in need to have people dial in remotely to their server (which doesnt exist yet).
    What Server software version would be the right way to go and what licensing options are to be used to have concurrent RDP sessions?
    They only need access to the server to work on a small program, nothing fancy.
    Thanks,
    Wynand.

    Hello,
    just for Remote desktop services you can go with Windows server 2008 up to the newest OS versions with the Standard editions. Keep an eye on RAM and processor depending on the amount of users that log on simultaneous. Details about setup please ask in:
    http://social.technet.microsoft.com/Forums/en/winserverTS/threads
    Best regards
    Meinolf Weber
    MVP, MCP, MCTS
    Microsoft MVP - Directory Services
    My Blog: http://msmvps.com/blogs/mweber/
    Disclaimer: This posting is provided AS IS with no warranties or guarantees and confers no rights.

  • SQL Server 2012 Edition required for my case??

    Hi,
    I am setting up a SharePoint 2013 BI environment with minimal servers. Below is the configuration:
    1) WFE1 - Front End Server Role
    2) APP1 - Application Server Role with SSRS 2012, SSAS in SharePoint mode.
       SQL Server 2012 BI edition is used here for SSRS and SSAS in SharePoint mode
    3) DB Server  - SharePoint content databases only
    - Can this SQL Server be standard edition ? or does this server also need to have minimum BI features which means it should be BI or Enterprise edition?
    Thanks
    Sandeep
    Sandeep Nakarmi www.snakarmi.me

    Hi Sandeep,
    Thanks for posting your query, Below are the URLs that describe the situation to USE the SQL SERVER Standard or Enterprise Edition for BI features. Kindly go through these URLs once to get the difference.
    http://searchsqlserver.techtarget.com/feature/When-to-consider-SQL-Server-Enterprise-Edition
    http://searchsqlserver.techtarget.com/feature/SQL-Server-Standard-Edition-Why-its-worth-the-cost
    Of course, you will get more features for BI in as sequence SQL Server Edition mentioned below
    Express < Standard < Enterprise
    Moreover, browse the below mentioned URL to enable BI features in SharePoint
    http://blogs.technet.com/b/ldusolier/archive/2014/05/19/use-of-bi-capabilities-in-sharepoint-2013-with-sql-server-2012.aspx
    I hope this is helpful to you, mark it as Helpful.
    If this works, Please mark it as Answered.
    Regards,
    Dharmendra Singh (MCPD-EA | MCTS)
    Blog : http://sharepoint-community.net/profile/DharmendraSingh

  • Which sql server edition is better for client application?

    Hello all,
    Iam going to create Point Of Sale system using winforms. I want such type of database which should not install when installing POS setup and should be lightweight also and work without having to install. I have heared about LocalDB and sql server compact
    editions.
    So my question is which one is more better and light weight and should not install on client computer but still work ???
    please note: iam using sql server express 2012 this time which install on client system(which i dont want to install). And also i have written so many stored procedure to communite between frontend and backend. Please suggest which one is better.
    Thanks in advance

    It depends on many things mostly related to business requirements.
    http://msdn.microsoft.com/en-us/library/cc645993.aspx
    Best Regards,Uri Dimant SQL Server MVP,
    http://sqlblog.com/blogs/uri_dimant/
    MS SQL optimization: MS SQL Development and Optimization
    MS SQL Consulting:
    Large scale of database and data cleansing
    Remote DBA Services:
    Improves MS SQL Database Performance
    SQL Server Integration Services:
    Business Intelligence

  • Which is latest version of iOS for iPod Touch?

    I have an 8GB iPod Touch.  I'm not sure which generation.  iTunes doesn't tell me.  Does anyone know how to find that out?
    I'm running iOS 6.1.6.  iTunes says I have the latest version.  I'm fairly sure this is one of the most recent generation iPod Touch models.  Are some models not allows to upgrade to iOS7?

    You have a 4G iPod.
    . As Apple said in June, iOS 7 is not compatible with the 4G iPod.
    All the iOS devices compatible (iPhone 4 and later, iPad 2 and later, and 5G iPod touch) with iOS 7 have at least 512 MB of memory (RAM). The 4G iPod only has 256 MB

Maybe you are looking for