Teaming on Linux vs. MS SQL

We have Teaming 2.0 up and running on a SLES10-server using a locally installed MySQL-database and everything works perfect.
For easy backup of the database, we want to use an external MS SQL database instead. But it seems as if the Teaming-server cannot communicate with an external MS SQL-server.
I have created the database in MS SQL with the script from the Teaming install-folder + configured the installer.xml with information about the MS SQL server. But Teaming still cannot communicate with the database :-(
What are your experiences with Teaming on Linux vs. MS SQL as database?
Do we need some special software?
Regards
Soren Dahl

sdaITQ,
It appears that in the past few days you have not received a response to your
posting. That concerns us, and has triggered this automated reply.
Has your problem been resolved? If not, you might try one of the following options:
- Visit http://support.novell.com and search the knowledgebase and/or check all
the other self support options and support programs available.
- You could also try posting your message again. Make sure it is posted in the
correct newsgroup. (http://forums.novell.com)
Be sure to read the forum FAQ about what to expect in the way of responses:
http://forums.novell.com/faq.php
If this is a reply to a duplicate posting, please ignore and accept our apologies
and rest assured we will issue a stern reprimand to our posting bot.
Good luck!
Your Novell Product Support Forums Team
http://support.novell.com/forums/

Similar Messages

  • How to change Default editor in Linux for PL/SQL Programming

    Deare friends ,
    I am using oracle 8i (8.1.6) on RedHat Linux 7.2 , But i donot know how to change default editor for modify editor on sql prompt say ex:-
    In winodow
    SQL> ED
    it open nope pad to modify sql and pl/sql statement
    while in linux
    SLQ > ED
    it open one editor but it is not easy to work and i want to change that editor so could you tell me how to chane editor i want to use vi editor .
    if any boyd know reply me on :-
    [email protected]
    or on this forum
    Thanking you in advance
    Piyush Patel

    Either manually do a 'define editor=vi' when you log in through sql*plus, or put that in the glogin.sql in $ORACLEHOME/sqlplus/admin or put that in a login.sql in the directory you run sqlplus from.

  • Need help with Kerb. jdbc from Linux to MS SQL 2008

    Hello Forum, I am getting an erro when I try to use Kerb. trusted security to connect to sql server.
    4.0 documentation reflects it's absolutely possible.
    Not only that, I have ms odbc installed on the same box and it provides Kerbers (not ntlm) connection to sql server. But java with jdbc reject doing it.
    Here is the message:
    com.microsoft.sqlserver.jdbc.SQLServerException: Integrated authentication failed. ClientConnectionId:5836ac6c-6d2e-42e4-8c6d-8b89bc0be5c9
            at com.microsoft.sqlserver.jdbc.SQLServerConnection.terminate(SQLServerConnection.java:1667)
            at com.microsoft.sqlserver.jdbc.KerbAuthentication.intAuthInit(KerbAuthentication.java:140)
            at com.microsoft.sqlserver.jdbc.KerbAuthentication.GenerateClientContext(KerbAuthentication.java:268)
            at com.microsoft.sqlserver.jdbc.SQLServerConnection.sendLogon(SQLServerConnection.java:2691)
            at com.microsoft.sqlserver.jdbc.SQLServerConnection.logon(SQLServerConnection.java:2234)
            at com.microsoft.sqlserver.jdbc.SQLServerConnection.access$000(SQLServerConnection.java:41)
            at com.microsoft.sqlserver.jdbc.SQLServerConnection$LogonCommand.doExecute(SQLServerConnection.java:2220)
            at com.microsoft.sqlserver.jdbc.TDSCommand.execute(IOBuffer.java:5696)
            at com.microsoft.sqlserver.jdbc.SQLServerConnection.executeCommand(SQLServerConnection.java:1715)
            at com.microsoft.sqlserver.jdbc.SQLServerConnection.connectHelper(SQLServerConnection.java:1326)
            at com.microsoft.sqlserver.jdbc.SQLServerConnection.login(SQLServerConnection.java:991)
            at com.microsoft.sqlserver.jdbc.SQLServerConnection.connect(SQLServerConnection.java:827)
            at com.microsoft.sqlserver.jdbc.SQLServerDriver.connect(SQLServerDriver.java:1012)
            at java.sql.DriverManager.getConnection(DriverManager.java:419)
            at java.sql.DriverManager.getConnection(DriverManager.java:367)
            at connectURL.main(connectURL.java:53)
    Caused by: javax.security.auth.login.LoginException: unable to find LoginModule class: com.sun.security.auth.module.Krb5LoginModule
            at javax.security.auth.login.LoginContext.invoke(LoginContext.java:834)
            at javax.security.auth.login.LoginContext.access$000(LoginContext.java:209)
            at javax.security.auth.login.LoginContext$4.run(LoginContext.java:709)
            at java.security.AccessController.doPrivileged(AccessController.java:327)
            at javax.security.auth.login.LoginContext.invokePriv(LoginContext.java:706)
            at javax.security.auth.login.LoginContext.login(LoginContext.java:603)
            at com.microsoft.sqlserver.jdbc.KerbAuthentication.intAuthInit(KerbAuthentication.java:133)
    1] Client side:
    Which OS platform are you running on? (Linux)
    Which JVM are you running on? (IBM J9 VM (build 2.6, JRE 1.6.0 Linux amd64-64
    What is the connection URL in you app? (jdbc:sqlserver://abcde24243.somebank.COM:15001;databaseName=master;integratedSecurity=true;authenticationScheme=JavaKerberos)
    If client fails to connect, what is the client error messages? (see above)
    Is the client remote or local to the SQL server machine? [Remote | Local]
    Is your client computer in the same domain as the Server computer? (Same domain | Different domains | WorkGroup)
    [2] Server side:
    What is the MS SQL version? [ SQL Sever 2008]
    Does the server start successfully? [YES ] If not what is the error messages in the SQL server ERRORLOG?
    If SQL Server is a named instance, is the SQL browser enabled? [NO]
    What is the account that the SQL Server is running under?[Domain Account]
    Do you make firewall exception for your SQL server TCP port if you want connect remotely through TCP provider? [YES ]
    Do you make firewall exception for SQL Browser UDP port 1434? In SQL2000, you still need to make firewall exception for UDP port 1434 in order to support named instance.[YES | NO | not applicable ]
    I currently can login from client using ms odbc sqlcmd (linux) version with trusted Kerberos connection.
    which tells me there is no problem with firewall.
    Tips:
    If you are executing a complex statement query or stored procedure, please use execute() instead of executeQuery().
    If you are using JDBC transactions, do not mix them with T-SQL transactions.
    Last but not least:
    gene

    Saeed,
    Not being versed in JAVA, I'm not sure what you're telling me. Can you tell me if this looks good? BTW, I did find out that JDBC is installed on the server as part of Coldfusion and this is what I was told:
    macromedia.jdbc.oracle.OracleDriver is 3.50
    macromedia.jdbc.db2.DB2Driver is 3.50
    macromedia.jdbc.informix.InformixDriver is 3.50
    macromedia.jdbc.sequelink.SequeLinkDriver is 5.4
    macromedia.jdbc.sqlserver.SQLServerDriver is 3.50
    macromedia.jdbc.sybase.SybaseDriver is 3.50
    Below is what I think will work, but I know it won't because of the semi colons. Can you help me fix it?
    I've the things that I think need changing are in bold.
    Thanks!
    ======
    private void dbInit()
    dbUrl = "jdbc:odbc:DRIVER={SQL Server};Database="DATADEV";Server=VS032.INTERNAL.COM:3533;", "web_user";
    try
    Class.forName("macromedia.jdbc.sqlserver.SQLServerDriver ");
    catch(Exception eDriver)
    failedDialog("Driver failed!", eDriver.getMessage());
    private void dbOpen()
    if(paramServerIP.indexOf("datadev") >= 0)
    dbPswd = "password";
    else
    dbPswd = "password";
    try
    dbCon = DriverManager.getConnection(dbUrl, paramDbUserStr,
    dbPswd);
    dbStmt = dbCon.createStatement();
    dbStmt.setEscapeProcessing(true);
    catch(Exception eDbOpen)
    failedDialog("Failed to open db connection!",
    eDbOpen.getMessage());
    private void dbClose()
    try
    dbStmt.close();
    dbCon.close();
    catch(Exception eDbClose)
    failedDialog("Failed to close db connection!",
    eDbClose.getMessage());
    }

  • Oracle (Linux) to MS SQL Server 2000 (Windows 2003) with OTG

    I have Oracle 9i Release 1 running on linux and i want to use Transparent Gateway to connect to MS SQL Server 2000 running on Windows 2003. Is it possible to setup this connection?
    If yes, please include the detail approach of installation.
    Thank you....

    Dear kgronau
    i tried the transperent gateway in Win2003
    both sqlserver and oracle 10 g onthe same os (win2003)
    Created listener and tnsname settings as per the documention spec..
    then created a database link for sqlserver here.
    my transpernet gateway works without any problem,
    Then,
    I have Oracle on Linux also,
    i created a tnsname settings here for the win2003 listener (for sqlserver connection).
    then created a database link for sqlserver here
    im not able to connect sqlserver.
    i tried to desc one table (sqlserver)
    the following error i get,
    do you have any idea, what i have missed???
    SQL> DESC CUSTOMERS@SQLDB
    ERROR:
    ORA-02068: following severe error form SQLDB
    ORA-03135: connection lost contact
    please give some hints what is the problem
    remember the listener is running on windows 2003
    regards

  • 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

  • OBIEE 10.1.3.4.1 & MySQL ODBC on linux.  Generated SQL is wrong.

    Anyone know how to fix this situation?
    We are running OBIEE 10.1.3.4.1 on Redhat Linux 5.3 with MySQL ODBC connector.
    When connecting to MySQL we have need to connect to multiple databases.
    Problem is that OBIEE is generating incorrect sql.
    Example:
    select * from db_name..table_name;
    Note the two dots between db and table.
    This is incorrect syntax for MySQL. Should be only 1 dot.
    But I can't find a way to get OBIEE to only use 1 dot.

    MySQL is not a supported Datasource.
    http://download.oracle.com/docs/cd/E10415_01/doc/bi.1013/e10417.pdf

  • Data services on Linux to MS SQL ODBC connection

    We have DS 4.1 SP2 running on Linux and trying to connect to MS SQL database via odbc. The admin guide tells you to modify the ds_odbc.ini file with an entry like this:
    [test_Microsoft_SQL_SERVER]
    Driver = <install_location>/lib/libodbc.so
    RebrandedLib = TRUE
    where install location is location of datadirect ODBC driver. But the problem is there is no libodbc.so in this library. There is a libodc.a file there instead.
    Secondly, it also tells us to modify the file referenced by $ODBCINI with the following entry. In my case, ODBCINI also references to ds_odbc.ini under /dataservices/bin folder !!. Also, below it tells you to enter the /lib/DAmsssxx.so file location. But there is no such file under datadirect/lib folder. There is a DAsql25.so instead.
    [test_Microsoft_SQL_SERVER]
    Driver=<install_location>/lib/[DA][DD]msssxx.so
    Description=DataDirect <current version number> SQL Server Wire Protocol
    AlternateServers=
    AnsiNPW=Yes
    ConnectionRetryCount=0
    ConnectionRetryDelay=3
    Database=<database_name>
    EnableQuotedIdentifiers=1
    HostName=<SQL_Server_host>
    LoadBalancing=0
    LogonID=
    Password=
    PortNumber=<SQL_Server_server_port>
    QuotedId=No
    ReportCodePageConversionErrors=0
    DriverExpirationBehavior=1
    What should I do ? which file do I need to modify exactly and with which library ?? I don't have to modify the odbc.ini file at all ??
    Do I need to install the Data direct drivers first ?? if so, how ?
    Thanks
    BV

    Hi,
    ODBC connectivity from your machine will not help as the connectivity to SQL Server will be established from the job server.
    On the connectivity test, can you please check with your Linux admin. You can also refer to the following link for some details.
    Links:
    http://www.easysoft.com/developer/interfaces/odbc/linux.html
    https://wiki.archlinux.org/index.php/Odbc
    Can you please check the following link. this is specific to ODBC connectivity for Linux based job server.
    Links:
    http://wiki.sdn.sap.com/wiki/display/EIM/ODBC+connections+from+a+Linux+%28or+UNIX%29+jobserver
    The below is for SQL server based connectivity from Linux.
    Links:
    http://wiki.sdn.sap.com/wiki/display/EIM/To+configure+DataDirect+ODBC+on+Linux+and+Unix
    Or Please refer below thread
    Link:
    Data Services 4.0 connectivity to SQL Server 2005
    Thanks,
    Daya

  • Catalyst 4006 Network Teaming with Linux server

    hi ,
    i need to setup network teaming and do ethernahcneel between
    Catalyst 4006 & Linux server
    i want to ask ,
    does catalyst 4006 support lacp ???
    if dont support lacp , does pagp cant be work if the 2nd side is not a cisco device ?? in my case "linux server "
    regards

    @CSCO12006413
    Listen to ‘glen.grant’ – ‘pagp’ is propriety to Cisco devices, so your only option will be ‘lacp’.
    However, my question to add to this post – would ‘CSCO12006413’ want to go with the MAC or IP Load-balancing methods? Question - If the destination address is the same, but source address different ‘CSCO12006413’ should use MAC based load-balancing; however, if this is for server-to-server configuration, I think you will want to use IP based load-balancing on the EtherChannel configuration?
    Thanks
    JJ

  • Loading data by sql loader in oracle 10g on linux

    I am trying to load data in Oracle 10g on linux by using sql loader, but getting error
    Problem in log showing that field length of SURNAME field is more than table field size.
    Following is the error in log file of sql loader
    Record 21: Rejected - Error on table TABLE1, column
    SURNAME.
    ORA-12899: value too large for column SURNAME (actual: 65, maximum: 64)
    and it is evident from following controlfile that i am using trim to discard any space then why it is giving an error.
    LOAD DATA
    TRUNCATE
    INTO TABLE TABLE1
    FIELDS TERMINATED BY ',' OPTIONALLY ENCLOSED BY '"'
    ID INTEGER EXTERNAL,
    OPTION1 CHAR,
    REF1 CHAR,
    OTHER_REF CHAR,
    TITLE "TRIM(:TITLE)",
    FORENAME "TRIM(:FORENAME)",
    SURNAME "TRIM(:SURNAME)",
    JOINT_TITLE "TRIM(:JOINT_TITLE)",
    JOINT_FORENAME "TRIM(:JOINT_FORENAME)",
    JOINT_SURNAME "TRIM(:JOINT_SURNAME)",
    I checked the bad file and count number of characters, they are 64 characters.
    When i am inserting individual record from bad file by sql loader, it is loading

    Probably your database character set is multi-byte. That is %UTF8 or AL16UTF16%
    Post your NLS Database Parameters value
    select * from nls_database_parameters;
    In General varchar2(65) by default means 65 BYTES unless
    you have changed your Defalut NLS_LENGTH_SEMANTICS parameter from BYTE to CHAR.
    With best regards
    Shan

  • SQL query (Windows) to Oracle (Linux)

    Hi,
    I have an Oracle on Linux, it is an Oracle XE. From Windows 7, I would like to access this Oracle Linux using any SQL query software. So, to do it, I would like to know:
    1) which components do I need to install ?
    2) how can I setup the components or the operating system or Oracle?
    4) where I can download the components? and what would be the name of the components?
    4) which SQL software I can run on Windows  to access Linux directly using the components or some settings on this software?
    5) are there any software that it is free to download?
    tks.

    ac01e371-bc09-4b23-81d2-b251ca9edd1e wrote:
    Hi,
    I have an Oracle on Linux, it is an Oracle XE. From Windows 7, I would like to access this Oracle Linux using any SQL query software. So, to do it, I would like to know:
    1) which components do I need to install ?
    2) how can I setup the components or the operating system or Oracle?
    4) where I can download the components? and what would be the name of the components?
    4) which SQL software I can run on Windows  to access Linux directly using the components or some settings on this software?
    5) are there any software that it is free to download?
    tks.
    Oracle SQL Developer Downloads&lt;/title&gt;&lt;meta name=&quot;Title&quot; content=&quot;Oracle SQL Developer Downloads…
    SQuirreL SQL Client Home Page&lt;/title&gt;&lt;/head&gt;&lt;body&gt;&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0 …

  • Teaming support for MSSQL

    Our Network administrator has been told that there is no support for MSSQL as the database for Teaming on Linux. Only MySQL is supported.
    This is no customer support, it is denial of choice for mature, secure and manageable database for Teaming, which we chose over Sharepoint.
    Stu

    Originally Posted by sgross1000
    Our Network administrator has been told that there is no support for MSSQL as the database for Teaming on Linux. Only MySQL is supported.
    This is no customer support, it is denial of choice for mature, secure and manageable database for Teaming, which we chose over Sharepoint.
    Stu
    Stu, Thanks for your posting and question. I have checked with one of my technical people and MS SQL is not supported on Linux so therefore, Teaming would need another database on the Linux server. However, you can point Teaming to another MS Server that is running MS SQL and that should work fine. There are more details about the requirements at Novell Doc: Kablink Teaming 2.1 Installation Guide - Teaming Server Requirements
    Let me know ifyou have any other questions,
    Thanks,
    Brad Palmer

  • IS there a way to view all the queries executed against a table in sql server 2008 R2

    Hi,
    We would like  to see if a table is getting updated or deleted from external source. Hence we want to know how to see list of queries run against a particular table in sql server 2008 R2.
    Thanks,
    Preetha

    Hi,
    We would like  to see if a table is getting updated or deleted from external source. Hence we want to know how to see list of queries run against a particular table in sql server 2008 R2.
    Thanks,
    Preetha
    Audit, Trigger and custom profiler can be used.
    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

  • Connect to MSSQL from OWB Linux.

    Hi,
    This is almost an embarrasing question to ask because I should be able to find this information but Alas! such is life.
    So here goes, I want to be able to connect from my OWB 10gR2 on Linux to Microsoft SQL Server on some windows box. I went into MY_PROJECT->Databases->Non-Oracle->SQL Server and hit create.
    I got details for a location that I filled as follows -
    User Name: username
    Password: password
    Host: Host\Instance
    Port: 1433
    Service Name: Instance
    Use Global Name: unchecked
    Schema: username
    When I test this, I get -
    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 OWB_1087
    Am I missing something? Do I need to do something else? I saw this posting -
    Connect to MS SQL server from OWB on Linux platform
    but it seems dated.
    I don't know if there are easier ways to connect from OWB Linux to MSSQL Windows in the newer versions. Any help is greatly appreciated.
    Thanks.

    I recommend watching this viewlet: http://www.oracle.com/technology/products/warehouse/htdocs/sql_server_source_all/sql_server_source_all_viewlet_swf.html
    It shows how to setup connections to SQL Server. However, there is one major change. The viewlet shows how to do this on Windows and you need to do this on Linux. The only step that changes is step 1: setting up the ODBC driver. You will need to find a Linux ODBC driver and driver manager for SQL Server and get that setup. After that you can use the viewlet to setup the Heterogeneous Services.
    Bryan

  • I Cant connect to Localhost after installing sql Server 2012 r2 Sp2

    Hi,
    I can't connect to localhost after installing ssms. Also, I can't find SQL on Services. Do you have any ideal? Thanks!

    where can i download the database engine component?
    You can download Express or Evaluation edition which are free to download. here is the download link for SQL 2012
    Microsoft® SQL Server® 2012 Express
    http://www.microsoft.com/en-us/download/details.aspx?id=29062
    Microsoft® SQL Server® 2012 Evaluation
    http://www.microsoft.com/en-us/download/details.aspx?id=29066
    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

  • Data Committed instead of Rollback after Deadlock Error in SQL Server 2008 R2 (SP2)

    We're having a strange issue which is occurring only with one Customer having SQL Server 2008 R2 (SP2).
    Basically we have multiple threads uploading data and when an error occurs (like deadlock or any other error). The deadlock victim (process/transaction) is rolledback (from .NET). However the rollback command is not reaching SQL Server as it doesn't show
    in the trace (through SQL Profiler).
    To make things worse, not only the transaction is not being rolled back but the INSERTs executed before the error are being somehow committed, leaving the database in an inconsistent state.
    This is only produced in one environment.
    Any idea what the issue could be?

    All statements are executed with in a Transaction. Under the same scenario this code works perfectly fine for 1000s of customers. Only one customer has this issue.
    You need to capture profiler to check transaction scope.
    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

Maybe you are looking for

  • Dynamic display of fields of table in ALV report.

    To display the records of a table in ALV report dynamically such that first 10 fields of the table should only be displayed excluding 'mandt' field . That is field no 2nd to 11th should be displayed.

  • Windows Server 2012 HyperV VMs becoming extremely sluggish and slow

    I have recently set up a new system for a client consisting of a single Dell T320 server with Xeon E5-2350 2.2GHz 6 core cPU and 32GB of RAM.  Windows Server 2012 Standard is installed on the bare metal, and runs only the HyperV role.  It is not join

  • How can you manage ssl service provider service in PI 7.1?

    Hello there.. I am trying to find a place in Netweaver admin tool so that I can add CA certificate into the SSL provider service Trusted Certification Authorities list. I use to be able to do that in Visual Admin tool -> dispatcher node -> Services -

  • Detection d'un port USB pour une communication série

    Bonjour à tous, J'ai développer une application qui recepionne des données texte d'une communication série 422. Cette communication est configuré par l'utilisateur de l'application qui choisit le prot série sur lequel les données sont receptionnée et

  • Select Dual Layer Option even without a DL-Burner

    My problem is the following: I would like to create a iDVD-project which has the size of a dual-layer DVD and save it as an image. Unfortunately I do not own a DL-burner and therefore the Dual Layer option is grayed out. Is there a solution to make t