SQL Server 2003 support?

I need to migrate a lot of SQL Server 2003 databases to Oracle 10g. It looks like the migration workbench doesn't have support for 2003. is that True?
is there a beta version coming that might support 2003?
What expectation should I have if I run it against SQL Server 2003 anyway -- is it possible that I'll still get all of my data, and some of the stored procedures, etc?

We are not aware that a SQL Server 2003 existed. Only 2000 and 2005.
Donal

Similar Messages

  • Oracle 10.2.0.3 - LINUX 64bit to sql server 2003

    I have applied Patch 5965763 and installed DG4ODBC in seperate oracle home
    I have the Data Direct ODBC drivers for linux 64-bit and am using ddsqls24.so driver
    my connection to sql server 2003 is "AFMAC"
    my listener on 11.2 works and is started from the 11g home
    my previous listeners are working from the 10g home
    i have create the database link: create database link AFMAC connect to "mysql" identified by "mysql" using 'AFMAC';
    select * from dual@AFMAC;
    select * from dual@AFMAC
    ERROR at line 1:
    ORA-28545: error diagnosed by Net8 when connecting to an agent
    Unable to retrieve text of NETWORK/NCR message 65535
    ORA-02063: preceding 2 lines from AFMAC
    I have exhausted my searches and have not found the issue. any suggestions?
    below are my files:
    initAFMAC.ora file
    # this is a sample agent init file that contains the HS parameters that are
    # needed for an ODBC Agent.
    # HS init parameters
    HS_FDS_CONNECT_INFO = AFMAC
    HS_FDS_SHAREABLE_NAME=/opt/oracle/gateway/hs/lib/dg4odbc.o:/opt/oracle/odbc/lib/libodbc.so
    # ODBC specific environment variables
    set ODBCINI=/opt/oracle/odbc/odbc.ini
    # Environment variables required for the non-Oracle system
    #set <envvar>=<value>
    listener.ora on 11g
    AFMAC =
    (ADDRESS_LIST=
    (ADDRESS = (PROTOCOL = TCP)(HOST = xxxxxxxxxxx-dev-vip)(PORT = 1522))
    SID_LIST_LISTENER =
    (SID_LIST=
    (SID_DESC=
    (SID_NAME = AFMAC)
    (ORACLE_HOME = /opt/oracle/gateway)
    (PROGRAM = dg4odbc)
    listener.ora on 10g
    LISTENER_XXXXXXXXXXXXX-DEV =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = xxxxxxxxxxxx-dev-vip)(PORT = 1521)(IP = FIRST))
    (ADDRESS = (PROTOCOL = TCP)(HOST = 1xx.xxx.xxx.136)(PORT = 1521)(IP = FIRST))
    tnsnames.ora on 10g
    COHODEV1 =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = rac1-dev-vip)(PORT = 1521))
    (ADDRESS = (PROTOCOL = TCP)(HOST = XXX.XXX.XXX.136)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = XXXXdev)
    (INSTANCE_NAME = XXXXdev1)
    AFMAC =
    (DESCRIPTION =
    (ADDRESS= (PROTOCOL = TCP) (HOST = XXXXXXXX-dev-vip) (PORT = 1522))
    (CONNECT_DATA = (SID = AFMAC))
    (HS=OK)
    11g alert/log.xml
    <msg time='2009-12-01T14:49:39.752-06:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='cohortrac1-dev'
    host_addr='140.140.200.136'>
    <txt>01-DEC-2009 14:49:39 * service_update * cohodev1 * 0
    </txt>
    </msg>
    <msg time='2009-12-01T14:50:39.758-06:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='cohortrac1-dev'
    host_addr='140.140.200.136'>
    <txt>01-DEC-2009 14:50:39 * service_update * cohodev1 * 0
    </txt>
    </msg>
    <msg time='2009-12-01T14:52:06.774-06:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='cohortrac1-dev'
    host_addr='140.140.200.136'>
    <txt>01-DEC-2009 14:52:06 * service_update * cohodev1 * 0
    </txt>
    </msg>
    <msg time='2009-12-01T14:53:39.787-06:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='cohortrac1-dev'
    host_addr='140.140.200.136'>
    <txt>01-DEC-2009 14:53:39 * service_update * cohodev1 * 0
    </txt>
    </msg>
    <msg time='2009-12-01T14:54:15.791-06:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='cohortrac1-dev'
    host_addr='140.140.200.136'>
    <txt>01-DEC-2009 14:54:15 * service_update * cohodev1 * 0
    </txt>
    </msg>
    <msg time='2009-12-01T14:55:18.062-06:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='cohortrac1-dev'
    host_addr='140.140.200.136'>
    <txt>01-DEC-2009 14:55:18 * (CONNECT_DATA=(SID=AFMAC)(CID=(PROGRAM=)(HOST=cohortrac1-dev)(USER=oracle))) * (ADDRESS=(PROTOCOL=tcp)(HOST=140.140.200.137)(PORT=10706)) * establish * AFMAC * 12505
    </txt>
    </msg>
    <msg time='2009-12-01T14:55:18.062-06:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='cohortrac1-dev'
    host_addr='140.140.200.136'>
    <txt>TNS-12505: TNS:listener does not currently know of SID given in connect descriptor
    </txt>
    </msg>
    <msg time='2009-12-01T14:56:18.790-06:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='cohortrac1-dev'
    host_addr='140.140.200.136'>
    <txt>01-DEC-2009 14:56:18 * service_update * cohodev1 * 0
    </txt>
    </msg>
    <msg time='2009-12-01T14:56:39.794-06:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='cohortrac1-dev'
    host_addr='140.140.200.136'>
    <txt>01-DEC-2009 14:56:39 * service_update * cohodev1 * 0
    </txt>
    </msg>
    <msg time='2009-12-01T14:56:45.797-06:00' org_id='oracle' comp_id='tnslsnr'
    type='UNKNOWN' level='16' host_id='cohortrac1-dev'
    host_addr='140.140.200.136'>
    <txt>01-DEC-2009 14:56:45 * service_update * cohodev1 * 0
    </txt>
    </msg>
    trace file -- afmac.log
    Tue Dec 01 14:40:22 2009
    01-DEC-2009 14:40:22 * service_update * cohodev1 * 0
    Tue Dec 01 14:42:12 2009
    01-DEC-2009 14:42:12 * service_update * cohodev1 * 0
    Tue Dec 01 14:43:21 2009
    01-DEC-2009 14:43:21 * service_update * cohodev1 * 0
    Tue Dec 01 14:44:27 2009
    01-DEC-2009 14:44:27 * service_update * cohodev1 * 0
    Tue Dec 01 14:45:39 2009
    01-DEC-2009 14:45:39 * service_update * cohodev1 * 0
    Tue Dec 01 14:47:15 2009
    01-DEC-2009 14:47:15 * service_update * cohodev1 * 0
    Tue Dec 01 14:48:39 2009
    01-DEC-2009 14:48:39 * service_update * cohodev1 * 0
    Tue Dec 01 14:49:39 2009
    01-DEC-2009 14:49:39 * service_update * cohodev1 * 0
    Tue Dec 01 14:50:39 2009
    01-DEC-2009 14:50:39 * service_update * cohodev1 * 0
    Tue Dec 01 14:52:06 2009
    01-DEC-2009 14:52:06 * service_update * cohodev1 * 0
    Tue Dec 01 14:53:39 2009
    01-DEC-2009 14:53:39 * service_update * cohodev1 * 0
    Tue Dec 01 14:54:15 2009
    01-DEC-2009 14:54:15 * service_update * cohodev1 * 0
    Tue Dec 01 14:55:18 2009
    odbctrace.out
    EXIT SQLError with return code 100 (SQL_NO_DATA_FOUND)
    HENV 0x0adaaa30
    HDBC 0x0adab960
    HSTMT 0x00000000
    UCHAR * 0x2f5cd5b0 (NYI)
    SDWORD * 0x2f5cd3ac
    UCHAR * 0x2f5cd3b0
    SWORD 511
    SWORD * 0x2f5cd3aa
    ENTER SQLAllocStmt
    HDBC 0x0adab960
    HSTMT * 0x2f5cdce8
    EXIT SQLAllocStmt with return code 0 (SQL_SUCCESS)
    HDBC 0x0adab960
    HSTMT * 0x2f5cdce8 ( 0x0adc66d0)
    ENTER SQLFreeStmt
    HSTMT 0x0adc66d0
    UWORD 2 <SQL_UNBIND>
    EXIT SQLFreeStmt with return code 0 (SQL_SUCCESS)
    HSTMT 0x0adc66d0
    UWORD 2 <SQL_UNBIND>
    ENTER SQLDisconnect
    HDBC 0x0adab960
    EXIT SQLDisconnect with return code 0 (SQL_SUCCESS)
    HDBC 0x0adab960
    ENTER SQLFreeConnect
    HDBC 0x0adab960
    EXIT SQLFreeConnect with return code 0 (SQL_SUCCESS)
    HDBC 0x0adab960
    ENTER SQLFreeEnv
    HENV 0x0adaaa30
    EXIT SQLFreeEnv with return code 0 (SQL_SUCCESS)
    HENV 0x0adaaa30

    I have change the path to below. do i need to point something to the dg4odbc.o?
    my oracle home is /opt/oracle/product/10.2.0/db_1/database
    the oracle gateway is in /opt/oracle/gateway
    HS_FDS_SHAREABLE_NAME=/opt/oracle/gateway/lib/libodbc.so
    [oracle@xxxxxxxxxx-dev lib]$ pwd
    /opt/oracle/odbc/lib
    [oracle@xxxxxxxxxxdev lib]$ da
    total 77592
    -rwxr-xr-x 1 oracle oinstall 11864950 Apr 8 2009 libddicu24.so*
    -rwxr-xr-x 1 oracle oinstall 1862747 Apr 8 2009 ddor824r.so*
    -rwxr-xr-x 1 oracle oinstall 1846224 Apr 8 2009 ddmsss24r.so*
    -rwxr-xr-x 1 oracle oinstall 28748 Apr 8 2009 ddmsssdlg24.so*
    -rwxr-xr-x 1 oracle oinstall 1684501 Apr 8 2009 ddor824s.so*
    -rwxr-xr-x 1 oracle oinstall 3071461 Apr 8 2009 ddor824.so*
    -rwxr-xr-x 1 oracle oinstall 1960824 Apr 9 2009 libddssl24.so*
    -rwxr-xr-x 1 oracle oinstall 785197 Apr 13 2009 ddmsss24.so*
    -rwxr-xr-x 1 oracle oinstall 1680661 Apr 13 2009 ddmsss24s.so*
    -rwxr-xr-x 1 oracle oinstall 1853846 Jun 25 10:34 ddifcl24r.so*
    -rwxr-xr-x 1 oracle oinstall 2780278 Jun 25 10:36 ddifcl24.so*
    -rwxr-xr-x 1 oracle oinstall 1919201 Aug 6 12:50 ddase24r.so*
    -rwxr-xr-x 1 oracle oinstall 1876326 Aug 6 12:50 ddtera24r.so*
    -rwxr-xr-x 1 oracle oinstall 4445059 Aug 6 12:50 ddase24.so*
    -rwxr-xr-x 1 oracle oinstall 1688747 Aug 6 12:50 ddtera24s.so*
    -rwxr-xr-x 1 oracle oinstall 2857765 Aug 6 12:50 ddtera24.so*
    -rwxr-xr-x 1 oracle oinstall 1844597 Aug 24 10:23 ddgplm24r.so*
    -rwxr-xr-x 1 oracle oinstall 1844629 Aug 24 10:24 ddpsql24r.so*
    -rwxr-xr-x 1 oracle oinstall 1806678 Sep 21 15:19 libddmbackw.so*
    -rwxr-xr-x 1 oracle oinstall 1926162 Sep 21 15:20 ddora24r.so*
    -rwxr-xr-x 1 oracle oinstall 1819448 Sep 21 15:20 libddmback.so*
    -rwxr-xr-x 1 oracle oinstall 3639409 Sep 21 17:48 ddora24.so*
    -rwxr-xr-x 1 oracle oinstall 3008211 Oct 8 11:30 ddmysql24.so*
    -rwxr-xr-x 1 oracle oinstall 3010496 Oct 13 14:57 ddpsql24.so*
    -rwxr-xr-x 1 oracle oinstall 3009760 Oct 13 15:02 ddgplm24.so*
    -rwxr-xr-x 1 oracle oinstall 3869943 Oct 14 09:39 dddb224.so*
    -rwxr-xr-x 1 oracle oinstall 1944521 Oct 14 16:21 dddb224r.so*
    -rwxr-xr-x 1 oracle oinstall 15283 Oct 19 10:52 ddtrn24.so*
    -rwxrwxr-x 1 oracle oinstall 3390754 Oct 20 10:03 ddsqls24.so*
    -rwxrwxr-x 1 oracle oinstall 77982 Oct 20 13:35 vscnctdlg.so*
    -rwxrwxr-x 1 oracle oinstall 335288 Oct 20 13:35 odbctrac.so*
    -rwxrwxr-x 1 oracle oinstall 1840285 Oct 20 13:35 odbccurs.so*
    -rwxrwxr-x 1 oracle oinstall 2115774 Oct 20 13:35 libodbc.so*
    -rwxrwxr-x 1 oracle oinstall 1530695 Oct 20 13:35 libodbcinst.so*
    [oracle@xxxxxxxxxx-dev database]$ tnsping AFMAC
    TNS Ping Utility for Linux: Version 10.2.0.3.0 - Production on 02-DEC-2009 07:17:02
    Copyright (c) 1997, 2006, Oracle. All rights reserved.
    Used parameter files:
    /opt/oracle/product/10.2.0.1/db_1/database/network/admin/sqlnet.ora
    Used TNSNAMES adapter to resolve the alias
    Attempting to contact (DESCRIPTION = (ADDRESS= (PROTOCOL = TCP) (HOST = xxxxxxxxxx-dev-vip) (PORT = 1522)) (CONNECT_DATA = (SID = AFMAC)) (HS=OK))
    OK (0 msec)
    [oracle@xxxxxxxxxx-dev admin]$ lsnrctl status AFMAC
    LSNRCTL for Linux: Version 10.2.0.3.0 - Production on 02-DEC-2009 07:21:21
    Copyright (c) 1991, 2006, Oracle. All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=xxxxxxxxxx-dev-vip)(PORT=1522))(CONNECT_DATA=(SID=AFMAC))(HS=OK))
    STATUS of the LISTENER
    Alias AFMAC
    Version TNSLSNR for Linux: Version 11.2.0.1.0 - Production
    Start Date 01-DEC-2009 14:37:20
    Uptime 0 days 16 hr. 44 min. 1 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP OFF
    Listener Parameter File /opt/oracle/gateway/network/admin/listener.ora
    Listener Log File /opt/oracle/diag/tnslsnr/cohortrac1-dev/afmac/alert/log.xml
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=xxx.xxx.xxx.137)(PORT=1522)))
    The listener supports no services
    The command completed successfully
    SQL> select count(*) from "test_table"@AFMAC;
    select count(*) from "test_table"@AFMAC
    ERROR at line 1:
    ORA-28545: error diagnosed by Net8 when connecting to an agent
    Unable to retrieve text of NETWORK/NCR message 65535
    ORA-02063: preceding 2 lines from AFMAC
    Edited by: user11986618 on Dec 2, 2009 5:31 AM

  • JDBC Adapter for SQL Server 2003

    We are trying to connect from XI to SQL Server 2003 for the first time.  Does anyone know what values to use for these 2 parms in the JDBC receiver channel:
    1) JDBC Driver
    2)  Connection

    Hi,
    JDBC Driver :
    jdbc:microsoft:sqlserver://<server name>;DatabaseName=Nameof database
    Connection:
    com.microsoft.jdbc.sqlserver.SQLServerDriver
    If Driver is not installed for SQL than use this doc:
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/f04ce027-934d-2a10-5a8f-fa0b1ed4d88f
    Thanks

  • Which is the best way to migrate the SQL SERVER 2000 Database to SQL SERVER 2003 Database?

    Hi,
        I  need to migrate the Production database sql server 2000 to Sql server 2003, Please give me the best idea to migrate the database without any loss data, credentials and  Objects. 
    Nandha Kumar

    SQL server does not have any version named SQL server 2003 please check the version correctly it should be either SQL 2005,2008,2008 R2,2012
    You can use the backup/restore to upgrade the SQL 2000 database to till SQL 2005,2008,2008R2
    For SQL Server 2000 to 2012
    First upgrade from SQL 2000 database to either SQL 2005, 2008 or 2008R2 and than upgrade it to SQL 2012.
    http://social.msdn.microsoft.com/Forums/sqlserver/en-US/eaa1eb44-729f-466b-8233-cb768fbb4208/upgrading-to-sql-server-2008-from-sql-server-2000?forum=sqlsetupandupgrade
    http://social.msdn.microsoft.com/Forums/sqlserver/en-US/4fac7511-2c75-46a0-802b-807dd26b12bf/sql-2012-will-not-convert-a-sql-2000-database?forum=sqlservermigration
    And after migration to SQL 2005 or 2008, if you want to script the database than can generate scripts pick DB and check off "script all objects in the selected database".
    http://blog.sqlauthority.com/2011/05/07/sql-server-2008-2008-r2-create-script-to-copy-database-schema-and-all-the-objects-data-schema-stored-procedure-functions-triggers-tables-views-constraints-and-all-other-database-objects/
    You can upgrade from SQL Server 2005, SQL Server 2008, and SQL Server 2008 R2 to SQL Server 2012.
    http://msdn.microsoft.com/en-us/library/ms143393(v=sql.110).aspx
    Please click the Mark as answer button and vote as helpful if this reply solves your problem

  • Which SQL Server Edition support how many sessions to the instance from SQL Management Studio on the client side

    Hi,
    I'm looking for some help on the below query to verify which version of sql server edition supports multiple or N number of sessions to the SQL server Instance using the SQL Server Management Studio tool from the client side.
    SQL Standard Vs Enterprise.
    your urgent help is much appreciated.
    Br.

    Hello,
    See Maximum Capacity Specifications for SQL Server =>
    User connections = 32,767; and this value is independent of use SQL Server Version, edition or the used tools, like SSMS in your question 
    Olaf Helper
    [ Blog] [ Xing] [ MVP]

  • TCS gen 2 and Windows server 2003 support

    Hi,
    I have a Cisco TelePresence Content Server v5.3 running on gen 2 hardware.
    From what I can see TCS v5.3 only works in Windows server 2003, this is a concern as Windows server 2003 support is ending July 14, 2015.
    Is there anything that can be done to mitigate the above problem without having to purchase the gen 3 hardware?
    Kind Regards
    Ed

    The supported deployment methods right now for the virtual TCS is for it to be installed on existing TCS hardware, either 2nd or 3rd Gen server only, 1st Gen servers aren't supported, but you can migrate from a 1st Gen to either of the latter two. You'll basically be wiping the old hardware servers and installing VMWare on them to run a single instance of Windows and the virtual TCS application. As Wayne said, support for 3rd party platforms is coming, Cisco knows it's a big deal for customers and a solution needs to be provided and not just limited to existing TCS hardware.
    You would migrate your existing license and option keys to the new servers by looking them up from the registry and creating a license file to be used during the install process.
    Support contracts will migrate as well, the serial numbers will remain the same, but the product IDs might change to reflect you now having a virtual TCS instead of hardware. However, I'm still working out the details of the product IDs from my migration I did back in August, though that hasn't stopped me from getting TAC support. 
    To give you an idea of the process, take a look at the TCS 6.1 VM Install Guide. 

  • Connecting to MS SQL Server 2003 with JDBC.

    I have a problem connecting to the MS SQL Server 2003.
    When i execute my sample example coded in JDBC it gives me the error :
    TCP/IP Connection failed . Connection Refused.
    The authentication used in MS SQL Server 2003 is the SQL authentication. The port number used is 1433. But when i telnet the remote machine on which the SQL Server is installed on port number 1433 it gives me the error : Connection to the host lost.
    Is this the problem with MS SQL Server 2003 ?
    I changed the port number to 1400 but still the problem persists .
    Are the settings of the SQL Server a problem . Because i have not used it much & it is been set by others.
    The JDBC code is surely not a problem as i have checked that code on different machine with the databases.
    I have tried other drivers but the error remains the same. ?

    Thanks for the replies but as u suggested to check
    As u have suggested to check the firewall i
    dont know the way to check it. So can u please
    explain the way to do it.You need to talk to the owner of the server on which the database is running and ask if it's behind a firewall. The best way to check is to talk to some other people who know about your network.
    I'd also ask which port the listener is running on. Maybe they changed from the standard port 1433 to confound hackers.
    Is there any way to check whether there is a problem
    with the particular port. I changed the port number
    to 1400 but still the problem persists.The port change won't help. The only person who can change the port on which the SQL server listener is running is the database DBA. You can tell your client to try to connect to different ports, but the listener on the server side won't change.
    If the SQL server client won't connect, you've got a very serious problem indeed. Sure you have the server name correct? Start with that. Check the easy things before you thrash around with harder problems.
    %

  • SQL Server 2012 support

     Does anyone know of any official statements regarding the running of SharePoint Server 2007 over SQL Server 2012?  Or if no official statements, has anyone tried it yet?
    Actually, I have the same question with regard to Windows Server 2012, if anyone knows anything about SharePoint Server 2007 support for that as well.
    Thanks.

    I haven't heard of any news or information from Microsoft about plans for support of SQL Server 2012 or Windows Server 2012 with SharePoint 2007, so the best source that I know to look at is their official TechNet documentation on software requirements for
    the platform:
    http://technet.microsoft.com/en-us/library/cc262485(v=office.12).aspx. That article states that it is supported on SQL Server versions 2000 through 2008 R2 and Windows Server versions 2003 through 2008 R2, as long as you keep SharePoint 2007 updated to
    the proper service packs to support the given version (believe the R2 versions of the 2008 OS and Database engine both require at least SharePoint 2007 Service Pack 2).
    There's not any information on the Service Pack 3 that indicates that it includes compatibility with the 2012 releases of Windows Server and SQL Server, so I don't think that's a possibility.
    This is just my opinion, but I really don't think you're going to see compatibility with the 2012 releases happening for SharePoint 2007, for a couple of reasons. First, Microsoft's focus is on SharePoint 2010 and potential future releases for the SharePoint
    platform. There are a lot of rumblings out there right now that vNext is rapidly approaching on the horizon, and in the past at times like this Microsoft has a track record of really not paying a whole lot of attention to vCurrent -1. The other reason is that
    from a business standpoint Microsoft like to structure its software so that when a customer does an upgrade of one platform or system they often have to bring others along for the ride as well. In this case, if you want SharePoint 2007 to use those new OS
    and SQL versions you're probably going to have to also upgrade SharePoint to 2010 to get it.
    I know it can be frustrating, but that's how Microsoft approaches things and if we want to use their software those are the rules we have to abide by.
    MCITP and MCTS: SharePoint, Virtualization, Project Server 2007
    My books on Amazon: The SharePoint 2010 Disaster Recovery Guide and
    The SharePoint 2007 Disaster Recovery Guide.
    My blog: My Central Admin.

  • Server 2008 with SQL server 2003 installation problem in SAP 8.8 in clint

    Hello Sir
    I want to install clint for SAP B1 8.8 and we have windows server 2008 with sql server 2005
    when i install the clint i got one error in DI API installation that licence server name and port number is not available.
    Please tell me the complete process to install 8.8. clint with which supporting software i have to install in clint machine.
    and what things i have to check in server for installation .
    Please kindly reply ASAP.
          Thanks
    Vaibhav Kothari

    Hi,
    every question / issue you should know, is descripted in the following manual, please read it and follow the installation instruction manual:
    https://websmp201.sap-ag.de/~sapidb/011000358700000150922010E.zip
    Regards Steffen

  • SQL Server 2014 supported for scheduled refresh?

    The following link, which lists the supported data sources for scheduled refresh in Power BI, lists all versions of SQL Server from 2005 to 2012:
    https://support.office.com/en-gb/article/Supported-Data-Sources-and-Data-Types-cb69a30a-2225-451f-a9d0-59d24419782e?ui=en-US&rs=en-GB&ad=GB
    However 2014 is not listed. Is this an oversight or is SQL Server 2014 really not supported?
    Thanks,
    Chris
    Check out my MS BI blog I also do
    SSAS, PowerPivot, MDX and DAX consultancy and run
    public SQL Server and BI training courses in the UK

    Chris, have you heard about this?
    I'm checking with our tech writing team. 
    Thanks!
    Ed Price, Azure & Power BI Customer Program Manager (Blog,
    Small Basic,
    Wiki Ninjas,
    Wiki)
    Answer an interesting question?
    Create a wiki article about it!

  • SQL Server 2003 on MBP

    Hi everyone,
    I'm planning to buy Macbook Pro, but can SQL Server run on MBP? Actually SQL Server is the backend of the system that we are selling and I needed it to be installed in my MBP for demo purposes. I hope somebody can shed light on this concern.
    Thanks

    SQL Server is offically not supported on Apple products, regardless of how you run Windows:
    http://support.microsoft.com/kb/922664

  • 5 Things You Should Do Since Server 2003 Support Ended

    They say if it ain’t broke, don’t fix it…but it is and you should (Read complete post here)Consider how astoundingly old the Sever 2003 OS is, not just in years but in relativity. In the whole life cycle of Windows Server, one could argue that Windows Server 2000 was the first real server OS from Microsoft, and that Server 2003 was the first reliable, widely-deployed Windows Server OS. Just the thought brings a little tear to my eye.But IT is a lousy place for nostalgiaSoftware updates and upgrades address vulnerabilities in existing products, but sometimes technology advances so far that an entirely new solution is necessary. When you cling to old technologies or dismiss the necessity of switching because what you’ve got “still works,” you introduce a variety of operational and security vulnerabilities. So while Server 2003 may still...
    This topic first appeared in the Spiceworks Community

    Quote
    PROCESSOR SUPPORT:
    The official list of supported CPUs can be found here:
    http://www.msi.com.tw/program/products/slim_pc/slm/pro_slm_cpu_support_detail.php?UID=431&kind=4
    Basically the ageing SiS651 chipset does not support Celeron / P4 cpus above 533mhz, and does NOT support the newer "Prescott" core cpus
    Celeron > 400Mhz FSB
    P4 Northwood > 533mhz FSB (512kb L2 cache)
    your processor is not supported. please start a new thread if you need help

  • SQL Server Enterprise support for Offline / Online Application development

    Hi,
    We have suggested to use the SQL Server 2012 as Database for our Enterprise application. We have the Offline/Online two set of application. Can you suggest any offline database to sync the Online SQL Server database.
    Thanks,
    Sethu

    What is an offline database?
    One can setup an "online" database and an "offline" database using SQL Server 2012 Enterprise Edition.
    SSIS packages can be used to synch data between the databases:
    http://blogs.msdn.com/b/jorgepc/archive/2010/12/07/synchronize-two-tables-using-sql-server-integration-services-ssis-part-i-of-ii.aspx?Redirected=true
    Kalman Toth Database & OLAP Architect
    SELECT Video Tutorials 4 Hours
    New Book / Kindle: Exam 70-461 Bootcamp: Querying Microsoft SQL Server 2012

  • SQL Server 2014 support for Workflow Manager?

    Is this configuration supported?
    The prerequisite requirements for Workflow Manager are out of date and do not even list SQL 2012 R2 as a supported DB server.

    Hi JB
    We installed Workflow Manager 1.0 on a Dev SharePoint 2013 SP1 + April 2014 CU Farm running Against SQLServer 2014 which I suspect in not much different under the hood to your SQL2012R2.
    Freelance consultant

  • Error 1406 while installing SQL server 2005 on windows 2003 64 bit standard

    Hi Gurus,
    When I am trying to install SQL SERVER 2005 on Windows Serevr 2005 i get the error code 1406
    I tried using the script sql4sap.vbs. and tried to set the named instance.
    please suggest
    Please find the contents of the Summary.txt
    Microsoft SQL Server 2005 9.00.1399.06
    ==============================
    OS Version      : Microsoft Windows Server 2003 family, Standard Edition Service Pack 2 (Build 3790)
    Time            : Mon Apr 14 14:51:07 2008
    Machine         : UKSAPTEST02
    Product         : .NET Framework 2.0
    Product Version : 2.0.50727
    Install         : Failed
    Log File        : C:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\LOG\Files\SQLSetup0001_UKSAPTEST02_.NET Framework 2.0.log
    Last Action     : InstallFinalize
    Error String    :Could not write value  to key \Software\Classes\.appref-ms
    Error Number    : 1406
    UKSAPTEST02 : There was an unexpected failure during the setup wizard. You may review the setup logs and/or click the help button for more information.
    SQL Server Setup failed. For more information, review the Setup log file in %ProgramFiles%\Microsoft SQL Server\90\Setup Bootstrap\LOG\Summary.txt.
    Time            : Mon Apr 14 14:52:26 2008
    List of log files:
         C:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\LOG\Files\SQLSetup0001_UKSAPTEST02_Core.log
    Many thanks
    Sreeram
    Edited by: sreeram kaki on Apr 14, 2008 6:12 PM

    Hi Clas,
    Thanks for the valuable suggestions,
    I tried to install the database (sql server 2005) using the local admin password on another server which do not have the antivirus installed. I started the installation at 3:15 PM today and the installation is still in progerss
    please see the log below from Summary.txt.
    Microsoft SQL Server 2005 9.00.1399.06
    ==============================
    OS Version      : Microsoft Windows Server 2003 family, Standard Edition Service Pack 2 (Build 3790)
    Time            : Tue Apr 15 15:04:28 2008
    Machine         : UKSAPTEST01
    Product         : Microsoft SQL Server Setup Support Files (English)
    Product Version : 9.00.1399.06
    Install         : Successful
    Log File        : C:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\LOG\Files\SQLSetup0001_UKSAPTEST01_SQLSupport_1.log
    Machine         : UKSAPTEST01
    Product         : Microsoft SQL Server Native Client
    Product Version : 9.00.1399.06
    Install         : Successful
    Log File        : C:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\LOG\Files\SQLSetup0001_UKSAPTEST01_SQLNCLI_1.log
    Machine         : UKSAPTEST01
    Product         : Microsoft SQL Server VSS Writer
    Product Version : 9.00.1399.06
    Install         : Successful
    Log File        : C:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\LOG\Files\SQLSetup0001_UKSAPTEST01_SqlWriter_1.log
    Machine         : UKSAPTEST01
    Product         : MSXML 6.0 Parser
    Product Version : 6.00.3883.8
    Install         : Successful
    Log File        : C:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\LOG\Files\SQLSetup0001_UKSAPTEST01_MSXML6_1.log
    Machine         : UKSAPTEST01
    Product         : Microsoft SQL Server Setup Support Files (English)
    Product Version : 9.00.1399.06
    Install         : Successful
    Log File        : C:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\LOG\Files\SQLSetup0001_UKSAPTEST01_SQLSupport_2.log
    Machine         : UKSAPTEST01
    Product         : Microsoft SQL Server Native Client
    Product Version : 9.00.1399.06
    Install         : Successful
    Log File        : C:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\LOG\Files\SQLSetup0001_UKSAPTEST01_SQLNCLI_2.log
    Machine         : UKSAPTEST01
    Product         : Microsoft SQL Server 2005 Books Online (English)
    Product Version : 9.00.1399.06
    Install         : Successful
    Log File        : C:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\LOG\Files\SQLSetup0001_UKSAPTEST01_BOL_1.log
    Machine         : UKSAPTEST01
    Product         : MSXML 6.0 Parser
    Product Version : 6.00.3883.8
    Install         : Successful
    Log File        : C:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\LOG\Files\SQLSetup0001_UKSAPTEST01_MSXML6_2.log
    Also see the last few lines of the log file
    SQLSetup0001_UKSAPTEST01_SQL.log
    Action start 17:10:43: Rollback_sqlGroupMember.3EA9D9BF_D9D2_4023_B2A7_9E2137B2FB1B.
    MSI (s) (C0!50) [17:10:43:815]: PROPERTY CHANGE: Deleting Rollback_sqlGroupMember.3EA9D9BF_D9D2_4023_B2A7_9E2137B2FB1B property. Its current value is '1 0 0 Installing Local Groups 50000 SQLServer2005MSFTEUser$UKSAPTEST01$RDE NT AUTHORITY\SYSTEM '.
    Action ended 17:10:43: Rollback_sqlGroupMember.3EA9D9BF_D9D2_4023_B2A7_9E2137B2FB1B. Return value 1.
    <EndFunc Name='ScheduleActionX' Return='0' GetLastError='0'>
    <Func Name='ScheduleActionX'>
    <Func Name='SetCAContext'>
    MSI (s) (C0!50) [17:10:43:815]: PROPERTY CHANGE: Adding Do_sqlGroupMember.3EA9D9BF_D9D2_4023_B2A7_9E2137B2FB1B property. Its value is '1 1 0 Installing Local Groups 50000 SQLServer2005MSFTEUser$UKSAPTEST01$RDE NT AUTHORITY\SYSTEM '.
    MSI (s) (C0!50) [17:10:43:815]: Doing action: Do_sqlGroupMember.3EA9D9BF_D9D2_4023_B2A7_9E2137B2FB1B
    <EndFunc Name='SetCAContext' Return='T' GetLastError='0'>
    Action start 17:10:43: Do_sqlGroupMember.3EA9D9BF_D9D2_4023_B2A7_9E2137B2FB1B.
    MSI (s) (C0!50) [17:10:43:830]: PROPERTY CHANGE: Deleting Do_sqlGroupMember.3EA9D9BF_D9D2_4023_B2A7_9E2137B2FB1B property. Its current value is '1 1 0 Installing Local Groups 50000 SQLServer2005MSFTEUser$UKSAPTEST01$RDE NT AUTHORITY\SYSTEM '.
    Action ended 17:10:43: Do_sqlGroupMember.3EA9D9BF_D9D2_4023_B2A7_9E2137B2FB1B. Return value 1.
    <EndFunc Name='ScheduleActionX' Return='0' GetLastError='0'>
    <EndFunc Name='Write_sqlGroupMember' Return='0' GetLastError='0'>
    PerfTime Stop: Write_sqlGroupMember : Tue Apr 15 17:10:43 2008
    <EndFunc Name='LaunchFunction' Return='0' GetLastError='0'>
    MSI (s) (C0:F0) [17:10:43:830]: Doing action: Write_sqlUserSecurity.3EA9D9BF_D9D2_4023_B2A7_9E2137B2FB1B
    Action ended 17:10:43: Write_sqlGroupMember.3EA9D9BF_D9D2_4023_B2A7_9E2137B2FB1B. Return value 1.
    MSI (s) (C0:50) [17:10:43:830]: Invoking remote custom action. DLL: C:\WINDOWS.0\Installer\MSI1D8.tmp, Entrypoint: Write_sqlUserSecurity
    Action start 17:10:43: Write_sqlUserSecurity.3EA9D9BF_D9D2_4023_B2A7_9E2137B2FB1B.
    <Func Name='LaunchFunction'>
    Function=Write_sqlUserSecurity
    <Func Name='SetCAContext'>
    <EndFunc Name='SetCAContext' Return='T' GetLastError='0'>
    Doing Action: Write_sqlUserSecurity
    PerfTime Start: Write_sqlUserSecurity : Tue Apr 15 17:10:43 2008
    <Func Name='Write_sqlUserSecurity'>
    <Func Name='ScheduleActionX'>
    <Func Name='SetCAContext'>
    MSI (s) (C0!34) [17:10:43:924]: PROPERTY CHANGE: Adding Do_sqlUserSecurity.3EA9D9BF_D9D2_4023_B2A7_9E2137B2FB1B property. Its value is '0 1 0 Setting User Security 50000 SQLServer2005SQLBrowserUser$UKSAPTEST01 SeServiceLogonRight SQLServer2005SQLAgentUser$UKSAPTEST01$RDE SeServiceLogonRight SQLServer2005SQLAgentUser$UKSAPTEST01$RDE SeBatchLogonRight SQLServer2005SQLAgentUser$UKSAPTEST01$RDE SeAssignPrimaryTokenPrivilege SQLServer2005SQLAgentUser$UKSAPTEST01$RDE SeChangeNotifyPrivilege SQLServer2005SQLAgentUser$UKSAPTEST01$RDE SeIncreaseQuotaPrivilege SQLServer2005MSSQLUser$UKSAPTEST01$RDE SeServiceLogonRight SQLServer2005MSSQLUser$UKSAPTEST01$RDE SeBatchLogonRight SQLServer2005MSSQLUser$UKSAPTEST01$RDE SeAssignPrimaryTokenPrivilege SQLServer2005MSSQLUser$UKSAPTEST01$RDE SeChangeNotifyPrivilege SQLServer2005MSSQLUser$UKSAPTEST01$RDE SeIncreaseQuotaPrivilege SQLServer2005MSFTEUser$UKSAPTEST01$RDE SeServiceLogonRight SQLServer2005MSFTEUser$UKSAPTEST01$RDE SeBatchLogonRight SQLServer2005MSFTEUser$UKSAPTEST01$RDE SeAssignPrimaryTokenPrivilege SQLServer2005MSFTEUser$UKSAPTEST01$RDE SeChan
    MSI (s) (C0!34) [17:10:43:924]: Doing action: Do_sqlUserSecurity.3EA9D9BF_D9D2_4023_B2A7_9E2137B2FB1B
    <EndFunc Name='SetCAContext' Return='T' GetLastError='0'>
    Action start 17:10:43: Do_sqlUserSecurity.3EA9D9BF_D9D2_4023_B2A7_9E2137B2FB1B.
    MSI (s) (C0!34) [17:10:43:924]: PROPERTY CHANGE: Deleting Do_sqlUserSecurity.3EA9D9BF_D9D2_4023_B2A7_9E2137B2FB1B property. Its current value is '0 1 0 Setting User Security 50000 SQLServer2005SQLBrowserUser$UKSAPTEST01 SeServiceLogonRight SQLServer2005SQLAgentUser$UKSAPTEST01$RDE SeServiceLogonRight SQLServer2005SQLAgentUser$UKSAPTEST01$RDE SeBatchLogonRight SQLServer2005SQLAgentUser$UKSAPTEST01$RDE SeAssignPrimaryTokenPrivilege SQLServer2005SQLAgentUser$UKSAPTEST01$RDE SeChangeNotifyPrivilege SQLServer2005SQLAgentUser$UKSAPTEST01$RDE SeIncreaseQuotaPrivilege SQLServer2005MSSQLUser$UKSAPTEST01$RDE SeServiceLogonRight SQLServer2005MSSQLUser$UKSAPTEST01$RDE SeBatchLogonRight SQLServer2005MSSQLUser$UKSAPTEST01$RDE SeAssignPrimaryTokenPrivilege SQLServer2005MSSQLUser$UKSAPTEST01$RDE SeChangeNotifyPrivilege SQLServer2005MSSQLUser$UKSAPTEST01$RDE SeIncreaseQuotaPrivilege SQLServer2005MSFTEUser$UKSAPTEST01$RDE SeServiceLogonRight SQLServer2005MSFTEUser$UKSAPTEST01$RDE SeBatchLogonRight SQLServer2005MSFTEUser$UKSAPTEST01$RDE SeAssignPrimaryTokenPrivilege SQLServer2005MSFTEUser$UKSAPTEST01$
    Action ended 17:10:43: Do_sqlUserSecurity.3EA9D9BF_D9D2_4023_B2A7_9E2137B2FB1B. Return value 1.
    <EndFunc Name='ScheduleActionX' Return='0' GetLastError='0'>
    <EndFunc Name='Write_sqlUserSecurity' Return='0' GetLastError='0'>
    PerfTime Stop: Write_sqlUserSecurity : Tue Apr 15 17:10:43 2008
    <EndFunc Name='LaunchFunction' Return='0' GetLastError='0'>
    MSI (s) (C0:F0) [17:10:43:940]: Doing action: Write_sqlFileSDDL.3EA9D9BF_D9D2_4023_B2A7_9E2137B2FB1B
    Action ended 17:10:43: Write_sqlUserSecurity.3EA9D9BF_D9D2_4023_B2A7_9E2137B2FB1B. Return value 1.
    MSI (s) (C0:10) [17:10:43:940]: Invoking remote custom action. DLL: C:\WINDOWS.0\Installer\MSI1D9.tmp, Entrypoint: Write_sqlFileSDDL
    Action start 17:10:43: Write_sqlFileSDDL.3EA9D9BF_D9D2_4023_B2A7_9E2137B2FB1B.
    <Func Name='LaunchFunction'>
    Function=Write_sqlFileSDDL
    <Func Name='SetCAContext'>
    <EndFunc Name='SetCAContext' Return='T' GetLastError='0'>
    Doing Action: Write_sqlFileSDDL
    PerfTime Start: Write_sqlFileSDDL : Tue Apr 15 17:10:43 2008
    Thanks & Regards,
    Sreeram
    Edited by: sreeram kaki on Apr 15, 2008 6:45 PM

Maybe you are looking for

  • Change request management in solution manger release 7.1 or 7.0

    Hi All, Can any body please explain me how to configure change request management in solman release7.1 and if it is possible please send document to my below maild Id. And please let me know what are the steps needs to be done satellite systems, we h

  • Insert into two tables, how to insert multiple slave records

    Hi, I have a problem with insert into two tables wizard. The wizard works fine and I can add my records, but I need to enter multiple slave table records. My database: table: paper `id_paper` INTEGER(11) NOT NULL AUTO_INCREMENT, `make` VARCHAR(20) CO

  • No SSL after sleep

    I put either my powerbook 12 inch or my Intel Imac to sleep. I go to sleep then wake up in the day and I have no ssl for www.google.com./ig mail aduim etc To fix it I have to unplug my cable modem and plug back in. The Imac did this straight out of t

  • Can't upgrade an app

    I have installed an app and it was successful. I later upgraded it successfully but now, can't open it? I was told to down load onto my computer as it was a large file, tried this twice, in support, I tried restarting my phone as instructed. The app

  • [Nokia E7] Loudspeaker issue

    Dear E7 owners, I have used my brand-new E7 for about a week now. It is an astonishing device, but I have noticed that the loudspeaker does not deliver clear sound when emitting loud high-frequent sound. The best example is the classic Nokia SMS tune