CON-120304 when connecting BODI with TERADATA as target

Hi
We are unable to connect to Teradata 12.0 from BODI ETL tool. We are getting CON-120304 error.
1.     BO Data Services / Integrator 3.1
2.     Teradata Database Version 12.0
3.     Teradata ODBC 12.0.0.0   and 12.0.0.5  driver 64-bit
4.     Sun Solaris  64 Bit - Solaris 10 5/08 s10s_u5wos_10 SPARC
5.     Error Message :
u201CCON-120304                6/19/2009 2:21:33 PM      Cannot find ODBC function <SQLAllocConnect> in </opt/teradata/client/odbc/drivers/tdata.so>. Notify Customer Support.u201C
Can someone please help to us on this urgently.
Thanks and Regards,

Matsdeep,
Concerning configuring ODBC connectivity to Teradata on Linux / UNIX, new documentation will be provided in the release notes for XI 3.2 SP 2
Here is a preview excerpt:
On Unix and Linux platforms, SAP BusinessObjects Data Services requires an ODBC driver manager library and ODBC driver library to configure ODBC data sources. Some ODBC driver vendors include ODBC driver manager and ODBC driver capabilities in one single library, while others separate them into two individual libraries. To accommodate all ODBC vendors, Data Services requires configurations in two different files:
1. The Unix ODBC driver manager configuration file ($LINK_DIR/bin/odbc.ini).
This file contains DSN instances that reference ODBC driver manager libraries.
2. The ODBC vendor's configuration files (referenced by the $ODBCINI environment variable).
This file contains DSN instances that reference the ODBC driver libraries, as well as the database server connection information.
To configure Teradata ODBC on Linux and Unix
1. Add the data source to the Unix ODBC driver manager configuration file ($LINK_DIR/bin/odbc.ini).
For example:
[test_teradata]
Driver = /usr/local/lib/libodbc.so
2. Add the data source to the ODBC vendor's configuration file (referenced by $ODBCINI).
For example:
[test_teradata]
Driver=/opt/teradata/client/odbc/drivers/tdata.so
Description=NCR 3600 running Teradata V1R5.2
DBCName=<host_IP_address>
LastUser=
Username=<user_name>
Password=<user_name>
Database=
DefaultDatabase=<default_database_name>
Disable CALL to EXEC Conversion=Yes
3. Add the following environment settings to $LINK_DIR/db_env.sh:
export ODBCINI=$HOME/.odbc.ini
export LD_LIBRARY_PATH=tdata_location:libodbc_location:$LD_LIBRARY_PATH
where tdata_location is the location of tdata.so and libodbc_location is the location of libodbc.so.

Similar Messages

  • An error occured when connecting java with Ms Access

    Hello Everybody
    I am a new developer in java and want to connect java with Microsoft Access
    i am using JCreator LE
    My code is to insert 3 records for 3 members and then save them in DB and retrieve the information
    Here is the code
    import java.sql.*;
    public class Project3 {
        public static void main(String[] args) {
             try {
                  System.out.println("Beginning Connection");
                Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");
                String accessFileName = "Information";
                String connURL = "jdbc:odbc:;DRIVER=Microsoft Access Driver (*.mdb);DBQ="+accessFileName+".mdb;PWD=";
                Connection con = DriverManager.getConnection( connURL ,"","");
                Statement stmt = con.createStatement();
                System.out.println("Connection done successfully");
                stmt.execute("Create table Member(Name String,ID Integer)");
                stmt.execute("insert into Member values ('Joe','1234')");
                stmt.execute(" select * from Member");
                ResultSet rs=stmt.getResultSet();
                if (rs != null)
                     while (rs.next()){
                          System.out.println("Name: "+rs.getString("Name")+ "ID: " + rs.getString("ID"));
                stmt.close();
                con.close();
                catch (Exception e) {
                System.out.println("An error Occurred in Connecting with the DB " );
    }and the error is
    Beginning Connection
    Connection done successfully
    An error Occurred in Connecting with the DB
    it didn't insert information in the DB

    Well, thank u i have traced the error and fx it
    but
    how to modify the code and keep the user entering 3 values and search for the entered values??
    Here is the correct code
    import java.sql.*;
    public class Project3 {
        public static void main(String[] args) {
             try {
                  System.out.println("Beginning Connection");
                Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");
                String accessFileName = "jdbc:odbc:Project";
                String connURL = "jdbc:odbc:;DRIVER=Microsoft Access Driver (*.mdb);DBQ="+accessFileName+".mdb;PWD=";
                Connection con = DriverManager.getConnection( accessFileName);
                Statement stmt = con.createStatement();
                System.out.println("Connection done successfully");
                stmt.execute("Create table Member(Name String,ID Integer)");
                stmt.execute("insert into Member values ('Joe','1234')");
                stmt.execute(" select * from Member");
                ResultSet rs=stmt.getResultSet();
                if (rs != null)
                     while (rs.next()){
                          System.out.println("Name: "+rs.getString("Name")+ "ID: " + rs.getString("ID"));
                stmt.close();
                con.close();
                catch (Exception err) {err.printStackTrace();}
    }

  • How to connect BODS with sales force adapter

    Hi all,
    I want to connect my BODS to sales force.com using the adapter.
    Please help me in connecting and loading the data from sales force.com
    Please help me in this issue.
    Experts help is highly needed.
    Thank You,
    Junaid
    BO Developer.

    Hello Manoj ,
    I checked it .
    Following is the error.
    M
    Fault-tolerance-login-failed:There was a communication error when talking to Salesforce.com: ; nested exception is:
    java.net.UnknownHostException: test.salesforce.com
    4/4/12 11:18:10 AM
    Retry:4. Waiting 135 mins before trying to login to Salesforce.com again.
    4/4/12 11:19:40 AM
    There was a communication error when talking to Salesforce.com: ; nested exception is:
    java.net.UnknownHostException: test.salesforce.com
    4/4/12 11:19:40 AM
    Fault-tolerance-login-failed:There was a communication error when talking to Salesforce.com: ; nested exception is:
    java.net.UnknownHostException: test.salesforce.com
    4/4/12 11:19:40 AM
    Retry:4. Waiting 135 mins before trying to login to Salesforce.com again.
    4/4/12 11:21:11 AM
    There was a communication error when talking to Salesforce.com: ; nested exception is:
    java.net.UnknownHostException: test.salesforce.com
    4/4/12 11:21:11 AM
    Fault-tolerance-login-failed:There was a communication error when talking to Salesforce.com: ; nested exception is:
    java.net.UnknownHostException: test.salesforce.com
    4/4/12 11:21:11 AM
    Retry:4. Waiting 135 mins before trying to login to Salesforce.com again.
    4/4/12 12:51:30 PM
    There was a communication error when talking to Salesforce.com: ; nested exception is:
    java.net.UnknownHostException: www.salesforce.com
    4/4/12 12:51:30 PM
    Cannot start session. com.acta.adapter.salesforce.exceptions.CommunicationFailureException: There was a communication error when talking to Salesforce.com: ; nested exception is:
    java.net.UnknownHostException: www.salesforce.com
    at com.acta.adapter.salesforce.SForceSession.loginHelper(SForceSession.java:149)
    at com.acta.adapter.salesforce.SForceSession.login(SForceSession.java:92)
    at com.acta.adapter.salesforce.SForceSession.start(SForceSession.java:174)
    at com.acta.adapter.sdk.AdapterRunnerImpl.processStartSession(AdapterRunnerImpl.java:1605)
    at com.acta.adapter.sdk.AdapterServiceDataListener.handleBrokerMessage(AdapterServiceDataListener.java:81)
    at com.acta.brokerclient.BrokerClient.handleMessage(BrokerClient.java:424)
    at com.acta.brokerclient.BrokerClient.access$100(BrokerClient.java:51)
    at com.acta.brokerclient.BrokerClient$MessageHandler.run(BrokerClient.java:1575)
    at com.acta.brokerclient.ThreadPool$PoolThread.run(ThreadPool.java:97)
    4/4/12 1:03:21 PM
    There was a communication error when talking to Salesforce.com: ; nested exception is:
    java.net.UnknownHostException: c5.salesforce.com
    4/4/12 1:03:21 PM
    Fault-tolerance-login-failed:There was a communication error when talking to Salesforce.com: ; nested exception is:
    java.net.UnknownHostException: c5.salesforce.com
    4/4/12 1:03:22 PM
    Retry:5. Waiting 405 mins before trying to login to Salesforce.com again.
    4/4/12 1:05:02 PM
    There was a communication error when talking to Salesforce.com: ; nested exception is:
    java.net.UnknownHostException: c5.salesforce.com
    4/4/12 1:05:02 PM
    Fault-tolerance-login-failed:There was a communication error when talking to Salesforce.com: ; nested exception is:
    java.net.UnknownHostException: c5.salesforce.com
    4/4/12 1:05:02 PM
    Retry:5. Waiting 405 mins before trying to login to Salesforce.com again.
    4/4/12 1:06:22 PM
    There was a communication error when talking to Salesforce.com: ; nested exception is:
    java.net.UnknownHostException: c5.salesforce.com
    4/4/12 1:06:22 PM
    Fault-tolerance-login-failed:There was a communication error when talking to Salesforce.com: ; nested exception is:
    java.net.UnknownHostException: c5.salesforce.com
    4/4/12 1:06:22 PM
    Retry:5. Waiting 405 mins before trying to login to Salesforce.com again.
    4/4/12 1:07:52 PM
    There was a communication error when talking to Salesforce.com: ; nested exception is:
    java.net.UnknownHostException: c5.salesforce.com
    4/4/12 1:07:52 PM
    Fault-tolerance-login-failed:There was a communication error when talking to Salesforce.com: ; nested exception is:
    java.net.UnknownHostException: c5.salesforce.com
    4/4/12 1:07:52 PM
    Retry:5. Waiting 405 mins before trying to login to Salesforce.com again.
    4/4/12 1:14:27 PM
    There was a communication error when talking to Salesforce.com: ; nested exception is:
    java.net.UnknownHostException: test.salesforce.com
    4/4/12 1:14:27 PM
    Fault-tolerance-login-failed:There was a communication error when talking to Salesforce.com: ; nested exception is:
    java.net.UnknownHostException: test.salesforce.com
    4/4/12 1:14:27 PM
    Retry:5. Waiting 405 mins before trying to login to Salesforce.com again.
    4/4/12 1:15:58 PM
    There was a communication error when talking to Salesforce.com: ; nested exception is:
    java.net.UnknownHostException: test.salesforce.com
    4/4/12 1:15:58 PM
    Fault-tolerance-login-failed:There was a communication error when talking to Salesforce.com: ; nested exception is:
    java.net.UnknownHostException: test.salesforce.com
    4/4/12 1:15:58 PM
    Retry:5. Waiting 405 mins before trying to login to Salesforce.com again.
    4/4/12 1:17:27 PM
    There was a communication error when talking to Salesforce.com: ; nested exception is:
    java.net.UnknownHostException: test.salesforce.com
    4/4/12 1:17:27 PM
    Fault-tolerance-login-failed:There was a communication error when talking to Salesforce.com: ; nested exception is:
    java.net.UnknownHostException: test.salesforce.com
    4/4/12 1:17:27 PM
    Retry:5. Waiting 405 mins before trying to login to Salesforce.com again.
    4/4/12 1:18:57 PM
    There was a communication error when talking to Salesforce.com: ; nested exception is:
    java.net.UnknownHostException: test.salesforce.com
    4/4/12 1:18:57 PM
    Fault-tolerance-login-failed:There was a communication error when talking to Salesforce.com: ; nested exception is:
    java.net.UnknownHostException: test.salesforce.com
    4/4/12 1:18:57 PM
    Retry:5. Waiting 405 mins before trying to login to Salesforce.com again.
    4/4/12 1:23:30 PM
    There was a communication error when talking to Salesforce.com: ; nested exception is:
    java.net.UnknownHostException: test.salesforce.com
    4/4/12 1:23:30 PM
    Fault-tolerance-login-failed:There was a communication error when talking to Salesforce.com: ; nested exception is:
    java.net.UnknownHostException: test.salesforce.com
    4/4/12 1:23:30 PM
    Retry:5. Waiting 405 mins before trying to login to Salesforce.com again.
    4/4/12 1:25:00 PM
    There was a communication error when talking to Salesforce.com: ; nested exception is:
    java.net.UnknownHostException: test.salesforce.com
    4/4/12 1:25:00 PM
    Fault-tolerance-login-failed:There was a communication error when talking to Salesforce.com: ; nested exception is:
    java.net.UnknownHostException: test.salesforce.com
    4/4/12 1:25:00 PM
    Retry:5. Waiting 405 mins before trying to login to Salesforce.com again.
    4/4/12 1:26:31 PM
    There was a communication error when talking to Salesforce.com: ; nested exception is:
    java.net.UnknownHostException: test.salesforce.com
    4/4/12 1:26:31 PM
    Fault-tolerance-login-failed:There was a communication error when talking to Salesforce.com: ; nested exception is:
    java.net.UnknownHostException: test.salesforce.com
    4/4/12 1:26:31 PM
    Retry:5. Waiting 405 mins before trying to login to Salesforce.com again.
    4/4/12 1:28:01 PM
    There was a communication error when talking to Salesforce.com: ; nested exception is:
    java.net.UnknownHostException: test.salesforce.com
    4/4/12 1:28:01 PM
    Fault-tolerance-login-failed:There was a communication error when talking to Salesforce.com: ; nested exception is:
    java.net.UnknownHostException: test.salesforce.com
    4/4/12 1:28:01 PM
    Retry:5. Waiting 405 mins before trying to login to Salesforce.com again.
    4/4/12 1:31:40 PM
    There was a communication error when talking to Salesforce.com: ; nested exception is:
    java.net.UnknownHostException: test.salesforce.com
    4/4/12 1:31:40 PM
    Fault-tolerance-login-failed:There was a communication error when talking to Salesforce.com: ; nested exception is:
    java.net.UnknownHostException: test.salesforce.com
    4/4/12 1:31:40 PM
    Retry:5. Waiting 405 mins before trying to login to Salesforce.com again.
    4/4/12 1:33:10 PM
    There was a communication error when talking to Salesforce.com: ; nested exception is:
    java.net.UnknownHostException: test.salesforce.com
    4/4/12 1:33:10 PM
    Fault-tolerance-login-failed:There was a communication error when talking to Salesforce.com: ; nested exception is:
    java.net.UnknownHostException: test.salesforce.com
    4/4/12 1:33:10 PM
    Retry:5. Waiting 405 mins before trying to login to Salesforce.com again.
    4/4/12 1:34:40 PM
    There was a communication error when talking to Salesforce.com: ; nested exception is:
    java.net.UnknownHostException: test.salesforce.com
    4/4/12 1:34:40 PM
    Fault-tolerance-login-failed:There was a communication error when talking to Salesforce.com: ; nested exception is:
    java.net.UnknownHostException: test.salesforce.com
    4/4/12 1:34:40 PM
    Retry:5. Waiting 405 mins before trying to login to Salesforce.com again.
    4/4/12 1:36:11 PM
    There was a communication error when talking to Salesforce.com: ; nested exception is:
    java.net.UnknownHostException: test.salesforce.com
    4/4/12 1:36:11 PM
    Fault-tolerance-login-failed:There was a communication error when talking to Salesforce.com: ; nested exception is:
    java.net.UnknownHostException: test.salesforce.com
    4/4/12 1:36:11 PM
    Retry:5. Waiting 405 mins before trying to login to Salesforce.com again.
    4/4/12 7:48:22 PM
    There was a communication error when talking to Salesforce.com: ; nested exception is:
    java.net.UnknownHostException: c5.salesforce.com
    4/4/12 7:48:22 PM
    Cannot start session. com.acta.adapter.salesforce.exceptions.CommunicationFailureException: There was a communication error when talking to Salesforce.com: ; nested exception is:
    java.net.UnknownHostException: c5.salesforce.com
    at com.acta.adapter.salesforce.SForceSession.loginHelper(SForceSession.java:149)
    at com.acta.adapter.salesforce.SForceSession.login(SForceSession.java:92)
    at com.acta.adapter.salesforce.SForceSession.start(SForceSession.java:174)
    at com.acta.adapter.sdk.AdapterRunnerImpl.processStartSession(AdapterRunnerImpl.java:1605)
    at com.acta.adapter.sdk.AdapterServiceDataListener.handleBrokerMessage(AdapterServiceDataListener.java:81)
    at com.acta.brokerclient.BrokerClient.handleMessage(BrokerClient.java:424)
    at com.acta.brokerclient.BrokerClient.access$100(BrokerClient.java:51)
    at com.acta.brokerclient.BrokerClient$MessageHandler.run(BrokerClient.java:1575)
    at com.acta.brokerclient.ThreadPool$PoolThread.run(ThreadPool.java:97)
    4/4/12 7:50:02 PM
    There was a communication error when talking to Salesforce.com: ; nested exception is:
    java.net.UnknownHostException: c5.salesforce.com
    4/4/12 7:50:03 PM
    Cannot start session. com.acta.adapter.salesforce.exceptions.CommunicationFailureException: There was a communication error when talking to Salesforce.com: ; nested exception is:
    java.net.UnknownHostException: c5.salesforce.com
    at com.acta.adapter.salesforce.SForceSession.loginHelper(SForceSession.java:149)
    at com.acta.adapter.salesforce.SForceSession.login(SForceSession.java:92)
    at com.acta.adapter.salesforce.SForceSession.start(SForceSession.java:174)
    at com.acta.adapter.sdk.AdapterRunnerImpl.processStartSession(AdapterRunnerImpl.java:1605)
    at com.acta.adapter.sdk.AdapterServiceDataListener.handleBrokerMessage(AdapterServiceDataListener.java:81)
    at com.acta.brokerclient.BrokerClient.handleMessage(BrokerClient.java:424)
    at com.acta.brokerclient.BrokerClient.access$100(BrokerClient.java:51)
    at com.acta.brokerclient.BrokerClient$MessageHandler.run(BrokerClient.java:1575)
    at com.acta.brokerclient.ThreadPool$PoolThread.run(ThreadPool.java:97)
    4/4/12 7:51:22 PM
    There was a communication error when talking to Salesforce.com: ; nested exception is:
    java.net.UnknownHostException: c5.salesforce.com
    4/4/12 7:51:22 PM
    Cannot start session. com.acta.adapter.salesforce.exceptions.CommunicationFailureException: There was a communication error when talking to Salesforce.com: ; nested exception is:
    java.net.UnknownHostException: c5.salesforce.com
    at com.acta.adapter.salesforce.SForceSession.loginHelper(SForceSession.java:149)
    at com.acta.adapter.salesforce.SForceSession.login(SForceSession.java:92)
    at com.acta.adapter.salesforce.SForceSession.start(SForceSession.java:174)
    at com.acta.adapter.sdk.AdapterRunnerImpl.processStartSession(AdapterRunnerImpl.java:1605)
    at com.acta.adapter.sdk.AdapterServiceDataListener.handleBrokerMessage(AdapterServiceDataListener.java:81)
    at com.acta.brokerclient.BrokerClient.handleMessage(BrokerClient.java:424)
    at com.acta.brokerclient.BrokerClient.access$100(BrokerClient.java:51)
    at com.acta.brokerclient.BrokerClient$MessageHandler.run(BrokerClient.java:1575)
    at com.acta.brokerclient.ThreadPool$PoolThread.run(ThreadPool.java:97)
    4/4/12 7:52:52 PM
    There was a communication error when talking to Salesforce.com: ; nested exception is:
    java.net.UnknownHostException: c5.salesforce.com
    4/4/12 7:52:52 PM
    Cannot start session. com.acta.adapter.salesforce.exceptions.CommunicationFailureException: There was a communication error when talking to Salesforce.com: ; nested exception is:
    java.net.UnknownHostException: c5.salesforce.com
    at com.acta.adapter.salesforce.SForceSession.loginHelper(SForceSession.java:149)
    at com.acta.adapter.salesforce.SForceSession.login(SForceSession.java:92)
    at com.acta.adapter.salesforce.SForceSession.start(SForceSession.java:174)
    at com.acta.adapter.sdk.AdapterRunnerImpl.processStartSession(AdapterRunnerImpl.java:1605)
    at com.acta.adapter.sdk.AdapterServiceDataListener.handleBrokerMessage(AdapterServiceDataListener.java:81)
    at com.acta.brokerclient.BrokerClient.handleMessage(BrokerClient.java:424)
    at com.acta.brokerclient.BrokerClient.access$100(BrokerClient.java:51)
    at com.acta.brokerclient.BrokerClient$MessageHandler.run(BrokerClient.java:1575)
    at com.acta.brokerclient.ThreadPool$PoolThread.run(ThreadPool.java:97)
    4/4/12 7:59:27 PM
    There was a communication error when talking to Salesforce.com: ; nested exception is:
    java.net.UnknownHostException: test.salesforce.com
    4/4/12 7:59:27 PM
    Cannot start session. com.acta.adapter.salesforce.exceptions.CommunicationFailureException: There was a communication error when talking to Salesforce.com: ; nested exception is:
    java.net.UnknownHostException: test.salesforce.com
    at com.acta.adapter.salesforce.SForceSession.loginHelper(SForceSession.java:149)
    at com.acta.adapter.salesforce.SForceSession.login(SForceSession.java:92)
    at com.acta.adapter.salesforce.SForceSession.start(SForceSession.java:174)
    at com.acta.adapter.sdk.AdapterRunnerImpl.processStartSession(AdapterRunnerImpl.java:1605)
    at com.acta.adapter.sdk.AdapterServiceDataListener.handleBrokerMessage(AdapterServiceDataListener.java:81)
    at com.acta.brokerclient.BrokerClient.handleMessage(BrokerClient.java:424)
    at com.acta.brokerclient.BrokerClient.access$100(BrokerClient.java:51)
    at com.acta.brokerclient.BrokerClient$MessageHandler.run(BrokerClient.java:1575)
    at com.acta.brokerclient.ThreadPool$PoolThread.run(ThreadPool.java:97)
    4/4/12 8:00:58 PM
    There was a communication error when talking to Salesforce.com: ; nested exception is:
    java.net.UnknownHostException: test.salesforce.com
    4/4/12 8:00:58 PM
    Cannot start session. com.acta.adapter.salesforce.exceptions.CommunicationFailureException: There was a communication error when talking to Salesforce.com: ; nested exception is:
    java.net.UnknownHostException: test.salesforce.com
    at com.acta.adapter.salesforce.SForceSession.loginHelper(SForceSession.java:149)
    at com.acta.adapter.salesforce.SForceSession.login(SForceSession.java:92)
    at com.acta.adapter.salesforce.SForceSession.start(SForceSession.java:174)
    at com.acta.adapter.sdk.AdapterRunnerImpl.processStartSession(AdapterRunnerImpl.java:1605)
    at com.acta.adapter.sdk.AdapterServiceDataListener.handleBrokerMessage(AdapterServiceDataListener.java:81)
    at com.acta.brokerclient.BrokerClient.handleMessage(BrokerClient.java:424)
    at com.acta.brokerclient.BrokerClient.access$100(BrokerClient.java:51)
    at com.acta.brokerclient.BrokerClient$MessageHandler.run(BrokerClient.java:1575)
    at com.acta.brokerclient.ThreadPool$PoolThread.run(ThreadPool.java:97)
    4/4/12 8:02:27 PM
    There was a communication error when talking to Salesforce.com: ; nested exception is:
    java.net.UnknownHostException: test.salesforce.com
    4/4/12 8:02:27 PM
    Cannot start session. com.acta.adapter.salesforce.exceptions.CommunicationFailureException: There was a communication error when talking to Salesforce.com: ; nested exception is:
    java.net.UnknownHostException: test.salesforce.com
    at com.acta.adapter.salesforce.SForceSession.loginHelper(SForceSession.java:149)
    at com.acta.adapter.salesforce.SForceSession.login(SForceSession.java:92)
    at com.acta.adapter.salesforce.SForceSession.start(SForceSession.java:174)
    at com.acta.adapter.sdk.AdapterRunnerImpl.processStartSession(AdapterRunnerImpl.java:1605)
    at com.acta.adapter.sdk.AdapterServiceDataListener.handleBrokerMessage(AdapterServiceDataListener.java:81)
    at com.acta.brokerclient.BrokerClient.handleMessage(BrokerClient.java:424)
    at com.acta.brokerclient.BrokerClient.access$100(BrokerClient.java:51)
    at com.acta.brokerclient.BrokerClient$MessageHandler.run(BrokerClient.java:1575)
    at com.acta.brokerclient.ThreadPool$PoolThread.run(ThreadPool.java:97)
    4/4/12 8:03:57 PM
    There was a communication error when talking to Salesforce.com: ; nested exception is:
    java.net.UnknownHostException: test.salesforce.com
    4/4/12 8:03:57 PM
    Cannot start session. com.acta.adapter.salesforce.exceptions.CommunicationFailureException: There was a communication error when talking to Salesforce.com: ; nested exception is:
    java.net.UnknownHostException: test.salesforce.com
    at com.acta.adapter.salesforce.SForceSession.loginHelper(SForceSession.java:149)
    at com.acta.adapter.salesforce.SForceSession.login(SForceSession.java:92)
    at com.acta.adapter.salesforce.SForceSession.start(SForceSession.java:174)
    at com.acta.adapter.sdk.AdapterRunnerImpl.processStartSession(AdapterRunnerImpl.java:1605)
    at com.acta.adapter.sdk.AdapterServiceDataListener.handleBrokerMessage(AdapterServiceDataListener.java:81)
    at com.acta.brokerclient.BrokerClient.handleMessage(BrokerClient.java:424)
    at com.acta.brokerclient.BrokerClient.access$100(BrokerClient.java:51)
    at com.acta.brokerclient.BrokerClient$MessageHandler.run(BrokerClient.java:1575)
    at com.acta.brokerclient.ThreadPool$PoolThread.run(ThreadPool.java:97)
    4/4/12 8:08:30 PM
    There was a communication error when talking to Salesforce.com: ; nested exception is:
    java.net.UnknownHostException: test.salesforce.com
    4/4/12 8:08:30 PM
    Cannot start session. com.acta.adapter.salesforce.exceptions.CommunicationFailureException: There was a communication error when talking to Salesforce.com: ; nested exception is:
    java.net.UnknownHostException: test.salesforce.com
    at com.acta.adapter.salesforce.SForceSession.loginHelper(SForceSession.java:149)
    at com.acta.adapter.salesforce.SForceSession.login(SForceSession.java:92)
    at com.acta.adapter.salesforce.SForceSession.start(SForceSession.java:174)
    at com.acta.adapter.sdk.AdapterRunnerImpl.processStartSession(AdapterRunnerImpl.java:1605)
    at com.acta.adapter.sdk.AdapterServiceDataListener.handleBrokerMessage(AdapterServiceDataListener.java:81)
    at com.acta.brokerclient.BrokerClient.handleMessage(BrokerClient.java:424)
    at com.acta.brokerclient.BrokerClient.access$100(BrokerClient.java:51)
    at com.acta.brokerclient.BrokerClient$MessageHandler.run(BrokerClient.java:1575)
    at com.acta.brokerclient.ThreadPool$PoolThread.run(ThreadPool.java:97)
    4/4/12 8:10:00 PM
    There was a communication error when talking to Salesforce.com: ; nested exception is:
    java.net.UnknownHostException: test.salesforce.com
    4/4/12 8:10:00 PM
    Cannot start session. com.acta.adapter.salesforce.exceptions.CommunicationFailureException: There was a communication error when talking to Salesforce.com: ; nested exception is:
    java.net.UnknownHostException: test.salesforce.com
    at com.acta.adapter.salesforce.SForceSession.loginHelper(SForceSession.java:149)
    at com.acta.adapter.salesforce.SForceSession.login(SForceSession.java:92)
    at com.acta.adapter.salesforce.SForceSession.start(SForceSession.java:174)
    at com.acta.adapter.sdk.AdapterRunnerImpl.processStartSession(AdapterRunnerImpl.java:1605)
    at com.acta.adapter.sdk.AdapterServiceDataListener.handleBrokerMessage(AdapterServiceDataListener.java:81)
    at com.acta.brokerclient.BrokerClient.handleMessage(BrokerClient.java:424)
    at com.acta.brokerclient.BrokerClient.access$100(BrokerClient.java:51)
    at com.acta.brokerclient.BrokerClient$MessageHandler.run(BrokerClient.java:1575)
    at com.acta.brokerclient.ThreadPool$PoolThread.run(ThreadPool.java:97)
    4/4/12 8:11:31 PM
    There was a communication error when talking to Salesforce.com: ; nested exception is:
    java.net.UnknownHostException: test.salesforce.com
    4/4/12 8:11:31 PM
    Cannot start session. com.acta.adapter.salesforce.exceptions.CommunicationFailureException: There was a communication error when talking to Salesforce.com: ; nested exception is:
    java.net.UnknownHostException: test.salesforce.com
    at com.acta.adapter.salesforce.SForceSession.loginHelper(SForceSession.java:149)
    at com.acta.adapter.salesforce.SForceSession.login(SForceSession.java:92)
    at com.acta.adapter.salesforce.SForceSession.start(SForceSession.java:174)
    at com.acta.adapter.sdk.AdapterRunnerImpl.processStartSession(AdapterRunnerImpl.java:1605)
    at com.acta.adapter.sdk.AdapterServiceDataListener.handleBrokerMessage(AdapterServiceDataListener.java:81)
    at com.acta.brokerclient.BrokerClient.handleMessage(BrokerClient.java:424)
    at com.acta.brokerclient.BrokerClient.access$100(BrokerClient.java:51)
    at com.acta.brokerclient.BrokerClient$MessageHandler.run(BrokerClient.java:1575)
    at com.acta.brokerclient.ThreadPool$PoolThread.run(ThreadPool.java:97)
    4/4/12 8:13:01 PM
    There was a communication error when talking to Salesforce.com: ; nested exception is:
    java.net.UnknownHostException: test.salesforce.com
    4/4/12 8:13:01 PM
    Cannot start session. com.acta.adapter.salesforce.exceptions.CommunicationFailureException: There was a communication error when talking to Salesforce.com: ; nested exception is:
    java.net.UnknownHostException: test.salesforce.com
    at com.acta.adapter.salesforce.SForceSession.loginHelper(SForceSession.java:149)
    at com.acta.adapter.salesforce.SForceSession.login(SForceSession.java:92)
    at com.acta.adapter.salesforce.SForceSession.start(SForceSession.java:174)
    at com.acta.adapter.sdk.AdapterRunnerImpl.processStartSession(AdapterRunnerImpl.java:1605)
    at com.acta.adapter.sdk.AdapterServiceDataListener.handleBrokerMessage(AdapterServiceDataListener.java:81)
    at com.acta.brokerclient.BrokerClient.handleMessage(BrokerClient.java:424)
    at com.acta.brokerclient.BrokerClient.access$100(BrokerClient.java:51)
    at com.acta.brokerclient.BrokerClient$MessageHandler.run(BrokerClient.java:1575)
    at com.acta.brokerclient.ThreadPool$PoolThread.run(ThreadPool.java:97)
    4/4/12 8:16:40 PM
    There was a communication error when talking to Salesforce.com: ; nested exception is:
    java.net.UnknownHostException: test.salesforce.com
    4/4/12 8:16:40 PM
    Cannot start session. com.acta.adapter.salesforce.exceptions.CommunicationFailureException: There was a communication error when talking to Salesforce.com: ; nested exception is:
    java.net.UnknownHostException: test.salesforce.com
    at com.acta.adapter.salesforce.SForceSession.loginHelper(SForceSession.java:149)
    at com.acta.adapter.salesforce.SForceSession.login(SForceSession.java:92)
    at com.acta.adapter.salesforce.SForceSession.start(SForceSession.java:174)
    at com.acta.adapter.sdk.AdapterRunnerImpl.processStartSession(AdapterRunnerImpl.java:1605)
    at com.acta.adapter.sdk.AdapterServiceDataListener.handleBrokerMessage(AdapterServiceDataListener.java:81)
    at com.acta.brokerclient.BrokerClient.handleMessage(BrokerClient.java:424)
    at com.acta.brokerclient.BrokerClient.access$100(BrokerClient.java:51)
    at com.acta.brokerclient.BrokerClient$MessageHandler.run(BrokerClient.java:1575)
    at com.acta.brokerclient.ThreadPool$PoolThread.run(ThreadPool.java:97)
    4/4/12 8:18:10 PM
    There was a communication error when talking to Salesforce.com: ; nested exception is:
    java.net.UnknownHostException: test.salesforce.com
    4/4/12 8:18:10 PM
    Cannot start session. com.acta.adapter.salesforce.exceptions.CommunicationFailureException: There was a communication error when talking to Salesforce.com: ; nested exception is:
    java.net.UnknownHostException: test.salesforce.com
    at com.acta.adapter.salesforce.SForceSession.loginHelper(SForceSession.java:149)
    at com.acta.adapter.salesforce.SForceSession.login(SForceSession.java:92)
    at com.acta.adapter.salesforce.SForceSession.start(SForceSession.java:174)
    at com.acta.adapter.sdk.AdapterRunnerImpl.processStartSession(AdapterRunnerImpl.java:1605)
    at com.acta.adapter.sdk.AdapterServiceDataListener.handleBrokerMessage(AdapterServiceDataListener.java:81)
    at com.acta.brokerclient.BrokerClient.handleMessage(BrokerClient.java:424)
    at com.acta.brokerclient.BrokerClient.access$100(BrokerClient.java:51)
    at com.acta.brokerclient.BrokerClient$MessageHandler.run(BrokerClient.java:1575)
    at com.acta.brokerclient.ThreadPool$PoolThread.run(ThreadPool.java:97)
    4/4/12 8:19:40 PM
    There was a communication error when talking to Salesforce.com: ; nested exception is:
    java.net.UnknownHostException: test.salesforce.com
    4/4/12 8:19:40 PM
    Cannot start session. com.acta.adapter.salesforce.exceptions.CommunicationFailureException: There was a communication error when talking to Salesforce.com: ; nested exception is:
    java.net.UnknownHostException: test.salesforce.com
    at com.acta.adapter.salesforce.SForceSession.loginHelper(SForceSession.java:149)
    at com.acta.adapter.salesforce.SForceSession.login(SForceSession.java:92)
    at com.acta.adapter.salesforce.SForceSession.start(SForceSession.java:174)
    at com.acta.adapter.sdk.AdapterRunnerImpl.processStartSession(AdapterRunnerImpl.java:1605)
    at com.acta.adapter.sdk.AdapterServiceDataListener.handleBrokerMessage(AdapterServiceDataListener.java:81)
    at com.acta.brokerclient.BrokerClient.handleMessage(BrokerClient.java:424)
    at com.acta.brokerclient.BrokerClient.access$100(BrokerClient.java:51)
    at com.acta.brokerclient.BrokerClient$MessageHandler.run(BrokerClient.java:1575)
    at com.acta.brokerclient.ThreadPool$PoolThread.run(ThreadPool.java:97)
    4/4/12 8:21:11 PM
    There was a communication error when talking to Salesforce.com: ; nested exception is:
    java.net.UnknownHostException: test.salesforce.com
    4/4/12 8:21:11 PM
    Cannot start session. com.acta.adapter.salesforce.exceptions.CommunicationFailureException: There was a communication error when talking to Salesforce.com: ; nested exception is:
    java.net.UnknownHostException: test.salesforce.com
    at com.acta.adapter.salesforce.SForceSession.loginHelper(SForceSession.java:149)
    at com.acta.adapter.salesforce.SForceSession.login(SForceSession.java:92)
    at com.acta.adapter.salesforce.SForceSession.start(SForceSession.java:174)
    at com.acta.adapter.sdk.AdapterRunnerImpl.processStartSession(AdapterRunnerImpl.java:1605)
    at com.acta.adapter.sdk.AdapterServiceDataListener.handleBrokerMessage(AdapterServiceDataListener.java:81)
    at com.acta.brokerclient.BrokerClient.handleMessage(BrokerClient.java:424)
    at com.acta.brokerclient.BrokerClient.access$100(BrokerClient.java:51)
    at com.acta.brokerclient.BrokerClient$MessageHandler.run(BrokerClient.java:1575)
    at com.acta.brokerclient.ThreadPool$PoolThread.run(ThreadPool.java:97)
    4/6/12 10:04:29 AM
    There was a communication error when talking to Salesforce.com: ; nested exception is:
    java.net.UnknownHostException: www.salesforce.com
    4/6/12 10:04:29 AM
    Fault-tolerance-login-failed:There was a communication error when talking to Salesforce.com: ; nested exception is:
    java.net.UnknownHostException: www.salesforce.com
    4/6/12 10:04:29 AM
    Retry:1. Waiting 5 mins before trying to login to Salesforce.com again.
    4/6/12 10:05:58 AM
    There was a communication error when talking to Salesforce.com: ; nested exception is:
    java.net.UnknownHostException: www.salesforce.com
    4/6/12 10:05:58 AM
    Fault-tolerance-login-failed:There was a communication error when talking to Salesforce.com: ; nested exception is:
    java.net.UnknownHostException: www.salesforce.com
    4/6/12 10:05:58 AM
    Retry:1. Waiting 5 mins before trying to login to Salesforce.com again.
    4/6/12 10:07:28 AM
    There was a communication error when talking to Salesforce.com: ; nested exception is:
    java.net.UnknownHostException: www.salesforce.com
    4/6/12 10:07:28 AM
    Fault-tolerance-login-failed:There was a communication error when talking to Salesforce.com: ; nested exception is:
    java.net.UnknownHostException: www.salesforce.com
    4/6/12 10:07:28 AM
    Retry:1. Waiting 5 mins before trying to login to Salesforce.com again.
    4/6/12 10:08:58 AM
    There was a communication error when talking to Salesforce.com: ; nested exception is:
    java.net.UnknownHostException: www.salesforce.com
    4/6/12 10:08:58 AM
    Fault-tolerance-login-failed:There was a communication error when talking to Salesforce.com: ; nested exception is:
    java.net.UnknownHostException: www.salesforce.com
    4/6/12 10:08:58 AM
    Retry:1. Waiting 5 mins before trying to login to Salesforce.com again.
    4/6/12 10:09:29 AM
    There was a communication error when talking to Salesforce.com: ; nested exception is:
    java.net.UnknownHostException: www.salesforce.com
    4/6/12 10:09:29 AM
    Fault-tolerance-login-failed:There was a communication error when talking to Salesforce.com: ; nested exception is:
    java.net.UnknownHostException: www.salesforce.com
    4/6/12 10:09:29 AM
    Retry:2. Waiting 15 mins before trying to login to Salesforce.com again.
    4/6/12 10:10:58 AM
    There was a communication error when talking to Salesforce.com: ; nested exception is:
    java.net.UnknownHostException: www.salesforce.com
    4/6/12 10:10:58 AM
    Fault-tolerance-login-failed:There was a communication error when talking to Salesforce.com: ; nested exception is:
    java.net.UnknownHostException: www.salesforce.com
    4/6/12 10:10:58 AM
    Retry:2. Waiting 15 mins before trying to login to Salesforce.com again.
    4/6/12 10:11:00 AM
    There was a communication error when talking to Salesforce.com: ; nested exception is:
    java.net.UnknownHostException: www.salesforce.com
    4/6/12 10:11:00 AM
    Fault-tolerance-login-failed:There was a communication error when talking to Salesforce.com: ; nested exception is:
    java.net.UnknownHostException: www.salesforce.com
    4/6/12 10:11:00 AM
    Retry:1. Waiting 5 mins before trying to login to Salesforce.com again.
    4/6/12 10:12:28 AM
    There was a communication error when talking to Salesforce.com: ; nested exception is:
    java.net.UnknownHostException: www.salesforce.com
    4/6/12 10:12:28 AM
    Fault-tolerance-login-failed:There was a communication error when talking to Salesforce.com: ; nested exception is:
    java.net.UnknownHostException: www.salesforce.com
    4/6/12 10:12:28 AM
    Retry:2. Waiting 15 mins before trying to login to Salesforce.com again.
    4/6/12 10:12:31 AM
    There was a communication error when talking to Salesforce.com: ; nested exception is:
    java.net.UnknownHostException: www.salesforce.com
    4/6/12 10:12:31 AM
    Fault-tolerance-login-failed:There was a communication error when talking to Salesforce.com: ; nested exception is:
    java.net.UnknownHostException: www.salesforce.com
    4/6/12 10:12:31 AM
    Retry:1. Waiting 5 mins before trying to login to Salesforce.com again.
    4/6/12 10:13:58 AM
    There was a communication error when talking to Salesforce.com: ; nested exception is:
    java.net.UnknownHostException: www.salesforce.com
    4/6/12 10:13:58 AM
    Fault-tolerance-login-failed:There was a communication error when talking to Salesforce.com: ; nested exception is:
    java.net.UnknownHostException: www.salesforce.com
    4/6/12 10:13:58 AM
    Retry:2. Waiting 15 mins before trying to login to Salesforce.com again.
    4/6/12 10:14:01 AM
    There was a communication error when talking to Salesforce.com: ; nested exception is:
    java.net.UnknownHostException: www.salesforce.com
    4/6/12 10:14:01 AM
    Fault-tolerance-login-failed:There was a communication error when talking to Salesforce.com: ; nested exception is:
    java.net.UnknownHostException: www.salesforce.com
    4/6/12 10:14:01 AM
    Retry:1. Waiting 5 mins before trying to login to Salesforce.com again.
    Web service Error:
    dapter error log
    4/3/12 3:12:56 PM           Unable to parse WSDL from Web Service. Error: WSDLException: faultCode=OTHER_ERROR: Unable to resolve imported document at 'https://cs5.salesforce.com/soap/wsdl.jsp?type=*'.: cs5.salesforce.com
    4/3/12 3:12:56 PM           Error browsing root nodes. Xml generated so far: []. com.acta.adapter.sdk.AdapterException: Unable to parse WSDL from Web Service. Error: WSDLException: faultCode=OTHER_ERROR: Unable to resolve imported document at 'https://cs5.salesforce.com/soap/wsdl.jsp?type=*'.: cs5.salesforce.com
              at com.acta.adapter.webservice.adapter.WebServiceBrowse.getRootNodes(WebServiceBrowse.java:105)
              at com.acta.adapter.sdk.AdapterRunnerImpl.processBrowseRoot(AdapterRunnerImpl.java:2254)
              at com.acta.adapter.sdk.AdapterServiceDataListener.handleBrokerMessage(AdapterServiceDataListener.java:101)
              at com.acta.brokerclient.BrokerClient.handleMessage(BrokerClient.java:424)
              at com.acta.brokerclient.BrokerClient.access$100(BrokerClient.java:51)
              at com.acta.brokerclient.BrokerClient$MessageHandler.run(BrokerClient.java:1575)
              at com.acta.brokerclient.ThreadPool$PoolThread.run(ThreadPool.java:97)
    4/3/12 3:16:36 PM           Unable to parse WSDL from Web Service. Error: WSDLException: faultCode=OTHER_ERROR: Unable to resolve imported document at 'https://cs5.salesforce.com/soap/wsdl.jsp?type=*'.: cs5.salesforce.com
    4/3/12 3:16:36 PM           Error browsing root nodes. Xml generated so far: []. com.acta.adapter.sdk.AdapterException: Unable to parse WSDL from Web Service. Error: WSDLException: faultCode=OTHER_ERROR: Unable to resolve imported document at 'https://cs5.salesforce.com/soap/wsdl.jsp?type=*'.: cs5.salesforce.com
              at com.acta.adapter.webservice.adapter.WebServiceBrowse.getRootNodes(WebServiceBrowse.java:105)
              at com.acta.adapter.sdk.AdapterRunnerImpl.processBrowseRoot(AdapterRunnerImpl.java:2254)
              at com.acta.adapter.sdk.AdapterServiceDataListener.handleBrokerMessage(AdapterServiceDataListener.java:101)
              at com.acta.brokerclient.BrokerClient.handleMessage(BrokerClient.java:424)
              at com.acta.brokerclient.BrokerClient.access$100(BrokerClient.java:51)
              at com.acta.brokerclient.BrokerClient$MessageHandler.run(BrokerClient.java:1575)
              at com.acta.brokerclient.ThreadPool$PoolThread.run(ThreadPool.java:97)
    4/3/12 3:18:07 PM           Unable to parse WSDL from Web Service. Error: WSDLException: faultCode=OTHER_ERROR: Unable to resolve imported document at 'https://cs5.salesforce.com/soap/wsdl.jsp?type=*'.: cs5.salesforce.com
    4/3/12 3:18:07 PM           Error browsing root nodes. Xml generated so far: []. com.acta.adapter.sdk.AdapterException: Unable to parse WSDL from Web Service. Error: WSDLException: faultCode=OTHER_ERROR: Unable to resolve imported document at 'https://cs5.salesforce.com/soap/wsdl.jsp?type=*'.: cs5.salesforce.com
              at com.acta.adapter.webservice.adapter.WebServiceBrowse.getRootNodes(WebServiceBrowse.java:105)
              at com.acta.adapter.sdk.AdapterRunnerImpl.processBrowseRoot(AdapterRunnerImpl.java:2254)
              at com.acta.adapter.sdk.AdapterServiceDataListener.handleBrokerMessage(AdapterServiceDataListener.java:101)
              at com.acta.brokerclient.BrokerClient.handleMessage(BrokerClient.java:424)
              at com.acta.brokerclient.BrokerClient.access$100(BrokerClient.java:51)
              at com.acta.brokerclient.BrokerClient$MessageHandler.run(BrokerClient.java:1575)
              at com.acta.brokerclient.ThreadPool$PoolThread.run(ThreadPool.java:97)
    4/3/12 3:24:32 PM           Unable to parse WSDL from Web Service. Error: WSDLException: faultCode=OTHER_ERROR: Unable to resolve imported document at 'https://cs5.salesforce.com/soap/wsdl.jsp?type=*'.: cs5.salesforce.com
    4/3/12 3:24:32 PM           Error browsing root nodes. Xml generated so far: []. com.acta.adapter.sdk.AdapterException: Unable to parse WSDL from Web Service. Error: WSDLException: faultCode=OTHER_ERROR: Unable to resolve imported document at 'https://cs5.salesforce.com/soap/wsdl.jsp?type=*'.: cs5.salesforce.com
              at com.acta.adapter.webservice.adapter.WebServiceBrowse.getRootNodes(WebServiceBrowse.java:105)
              at com.acta.adapter.sdk.AdapterRunnerImpl.processBrowseRoot(AdapterRunnerImpl.java:2254)
              at com.acta.adapter.sdk.AdapterServiceDataListener.handleBrokerMessage(AdapterServiceDataListener.java:101)
              at com.acta.brokerclient.BrokerClient.handleMessage(BrokerClient.java:424)
              at com.acta.brokerclient.BrokerClient.access$100(BrokerClient.java:51)
              at com.acta.brokerclient.BrokerClient$MessageHandler.run(BrokerClient.java:1575)
              at com.acta.brokerclient.ThreadPool$PoolThread.run(ThreadPool.java:97)
    4/3/12 3:30:17 PM           Unable to parse WSDL from Web Service. Error: WSDLException: faultCode=OTHER_ERROR: Unable to resolve imported document at 'https://cs5.salesforce.com/soap/wsdl.jsp?type=*'.: cs5.salesforce.com
    4/3/12 3:30:17 PM           Error browsing root nodes. Xml generated so far: []. com.acta.adapter.sdk.AdapterException: Unable to parse WSDL from Web Service. Error: WSDLException: faultCode=OTHER_ERROR: Unable to resolve imported document at 'https://cs5.salesforce.com/soap/wsdl.jsp?type=*'.: cs5.salesforce.com
              at com.acta.adapter.webservice.adapter.WebServiceBrowse.getRootNodes(WebServiceBrowse.java:105)
              at com.acta.adapter.sdk.AdapterRunnerImpl.processBrowseRoot(AdapterRunnerImpl.java:2254)
              at com.acta.adapter.sdk.AdapterServiceDataListener.handleBrokerMessage(AdapterServiceDataListener.java:101)
              at com.acta.brokerclient.BrokerClient.handleMessage(BrokerClient.java:424)
              at com.acta.brokerclient.BrokerClient.access$100(BrokerClient.java:51)
              at com.acta.brokerclient.BrokerClient$MessageHandler.run(BrokerClient.java:1575)
              at com.acta.brokerclient.ThreadPool$PoolThread.run(ThreadPool.java:97)
    4/3/12 3:58:41 PM           Unable to parse WSDL from Web Service. Error: WSDLException: faultCode=OTHER_ERROR: Unable to resolve imported document at 'https://cs5.salesforce.com/soap/wsdl.jsp?type=*'.: cs5.salesforce.com
    4/3/12 3:58:41 PM           Error browsing root nodes. Xml generated so far: []. com.acta.adapter.sdk.AdapterException: Unable to parse WSDL from Web Service. Error: WSDLException: faultCode=OTHER_ERROR: Unable to resolve imported document at 'https://cs5.salesforce.com/soap/wsdl.jsp?type=*'.: cs5.salesforce.com
              at com.acta.adapter.webservice.adapter.WebServiceBrowse.getRootNodes(WebServiceBrowse.java:105)
              at com.acta.adapter.sdk.AdapterRunnerImpl.processBrowseRoot(AdapterRunnerImpl.java:2254)
              at com.acta.adapter.sdk.AdapterServiceDataListener.handleBrokerMessage(AdapterServiceDataListener.java:101)
              at com.acta.brokerclient.BrokerClient.handleMessage(BrokerClient.java:424)
              at com.acta.brokerclient.BrokerClient.access$100(BrokerClient.java:51)
              at com.acta.brokerclient.BrokerClient$MessageHandler.run(BrokerClient.java:1575)
              at com.acta.brokerclient.ThreadPool$PoolThread.run(ThreadPool.java:97)

  • TV flashes when connecting iPad with HDMI

    I bought the Apple 30-pin Digital AV Adapter to connect my iPad with the TV, with an HDMI cable. The problem is that when I connect everything, the image appears on the TV, but in two seconds it starts to blink, like making flashes. I changed the HDMI cable, but nothing goes better. HELP!!!

    I have been trying all day to transfer photos from my mac to my IPad.  When I open I Tunes as instructed there is no tab for photos.  There are only apps and music.  I can open Iphoto on a separate icon on my computer, but is this considered ITunes?  When I open iphoto and click on my ipad devices name it only shows photos I took on my ipad.  When I click on the iphoto library and select photos it won't allow me to drag them to my ipad device.  Totally frustrated and confused. I tried the ctrl+s and ctrl+B but nothing happens. 

  • SOAP SSL error when connecting in with java

    Hi,
    We are trying to make a simple application that makes requests to the CCM via the AXL SOAP interface to get personal address book information. When we do the request it errors out with a SSL handshake problem, I have pasted some of the exact error output below: Any help or ideas would be appreciated !!!
    at java.lang.Thread.run(Unknown Source)
    Caused by: javax.net.ssl.SSLHandshakeException: Received fatal alert: handshake_
    failure
    at com.sun.net.ssl.internal.ssl.Alerts.getSSLException(Unknown Source)
    at com.sun.net.ssl.internal.ssl.Alerts.getSSLException(Unknown Source)
    at com.sun.net.ssl.internal.ssl.SSLSocketImpl.recvAlert(Unknown Source)
    at com.sun.net.ssl.internal.ssl.SSLSocketImpl.readRecord(Unknown Source)
    at com.sun.net.ssl.internal.ssl.SSLSocketImpl.performInitialHandshake(Un
    known Source)
    at com.sun.net.ssl.internal.ssl.SSLSocketImpl.startHandshake(Unknown Sou
    rce)
    at com.sun.net.ssl.internal.ssl.SSLSocketImpl.startHandshake(Unknown Sou
    rce)
    at sun.net.www.protocol.https.HttpsClient.afterConnect(Unknown Source)
    at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect
    (Unknown Source)
    at sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown S
    ource)
    at sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(Unk
    nown Source)
    Full logs attached, I have imported the CCM cert into the Java keystore and still no luck. The only way I can get this to work by testing is to have CCM in VM and web deployed on actual physical machine and that's only for a single user dev. environment.
    Rob

    By default, the ssl certificate from the ccm is untrusted - so you get a verification error. There are two ways to work around this.. one is importing the certificate to the trusted store (google it), the other is writing your code so that it automatically accepts untrusted certs.
    For the latter, you could have a method like this (which I stole from the axlsql application)
    public void init() throws InitializationException
    X509TrustManager xtm = new MyTrustManager();
    TrustManager[] mytm = { xtm };
    SSLContext ctx;
    try
    ctx = SSLContext.getInstance("SSL");
    ctx.init(null, mytm, null);
    SSLSocketFactory sf = ctx.getSocketFactory();
    HttpsURLConnection.setDefaultSSLSocketFactory(sf);
    HttpsURLConnection.setDefaultHostnameVerifier(new HostnameVerifier()
    public boolean verify(String hostname, SSLSession session)
    return true;
    catch (NoSuchAlgorithmException ex)
    throw new InitializationException("SSL Algorithm not found: " + ex.getMessage());
    catch (KeyManagementException ex)
    throw new InitializationException("Key management exception: " + ex.getMessage());

  • Unidentified Error when connecting DW with MySql

    Hi
    I am trying to connect to Mysql Database which is hosted by a hosting company on their server.  I have been given a static IP address and port to access this database remotely. I have add the information below to DW 8 in an attempt to gain access the info is below.  I get an unidentified error when i test the connection i don't know where to put this static IP and port.  Can someone help thanks
    DW information is as follows:
    My login is
    username buildingbids
    password ********
    I am trying to connect from dreamweaver
    Details of that are below
    Local Info
    Sitename buildingbids
    Local root folder C:\Documents and Settings\Main User\My Documents\WEB SITES\buildingbids\
    HTTP address http://www.buildingbids.ie
    Remote Info
    Access FTP
    FTPhost ftp1.reg365.net
    Host Directory web
    Login buildingbids.ie
    Password ******
    This works when i test it
    Testing Server
    Server Model PHP MySQL
    Access FTP
    FTPhost ftp1.reg365.net
    Host Directory web
    Login buildingbids.ie
    Password kevinmac
    This works when i test it
    URL Prefix http://ftp1.reg365.net/
    When i go to test the connection i get a message saying an unidentified error has occured.
    My connbuildingbids code is
    <?php
    # FileName="Connection_php_mysql.htm"
    # Type="MYSQL"
    # HTTP="true"
    $hostname_connbuildingbids = "ftp1.reg365.net";
    $database_connbuildingbids = "buildingbids";
    $username_connbuildingbids = "buildingbids";
    $password_connbuildingbids = "kevinmac";
    $connbuildingbids = mysql_pconnect($hostname_connbuildingbids, $username_connbuildingbids, $password_connbuildingbids) or trigger_error(mysql_error(),E_USER_ERROR);
    ?>
    My connection criteria is
    Connection name connbuildingbids
    MySql Server mysql1.mylogin.ie
    Username buildingbids
    Password *********
    Database buildingbids

    Yes they only allow it with a static IP address which i have and have been granted Remote access
    I have gone to a different server and now my code is like this
    My connbuildingbids code is
    <?php
    # FileName="Connection_php_mysql.htm"
    # Type="MYSQL"
    # HTTP="true"
    $hostname_connbuildingbids = "bono.hostireland.com";
    $database_connbuildingbids = "buildingbids";
    $username_connbuildingbids = "buildingbids";
    $password_connbuildingbids = "*********";
    $connbuildingbids = mysql_pconnect($hostname_connbuildingbids, $username_connbuildingbids, $password_connbuildingbids) or trigger_error(mysql_error(),E_USER_ERROR);
    ?>
    My connection criteris is
    Connection name     connbuildingbids
    MySql Server          bono.hostireland.com
    Username               buildingbids
    Password               *************
    Database               buildingbids
    I get a different error now it says
    Mysql error #:1045  access denied for Buildingbids@localhost (Password:Yes) 
    so it looks like its looking locally for the database by default and i cant stop it.  I did orriginally have MySql set up on my pc and had done some test databases but i have deleted everything now even MySql but i still get this error so i am missing something.  Does anyone know why or how can i stop it defaulting locally. Thanks

  • Fail to install driver HP1050 deskjet for windows 8 when connecting printer with computer

    I have this great HP desket 1050 printer for less than a year. My computer broke down so I bought a new one, but now with windows 8.1. So my printer was not working anymore, I fail to install my new printer. I can install the driver for HP1050 deskjet, but then there is a moment that you have to connect the PC and printer with an USB cable. This is the moment that the installation fails, nothing happens when I plug my printer into my PC. So I never finish the installation process complelty. The same thing happens when I choose add printer later and then add my printer. My printer is on and the cable is well plugged in. Anybody any suggestions as I would like to use this printer again. Thanks in advance

    Hi @Annemarie85 
    I understand you are unable to complete the installation of your Deskjet 1050.
    Please use the following document to troubleshoot the issue, and let me know the outcome of your efforts; Windows: 'Device Setup Failed to Complete' or 'Unknown Device' Message Displays on the Computer Duri....
    I look forward to hearing back from you.
    Please click the Thumbs up icon below to thank me for responding.
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    Please click “Accept as Solution” if you feel my post solved your issue, it will help others find the solution.
    Sunshyn2005 - I work on behalf of HP

  • Toshiba 40E200U1 - No sound when connecting laptop with HDMI

    Hi,
    I have a asus laptop (Windows 7) with an hdmi output. I have used it with several TV's without any problems(Philips and Samsung).
    We just bought a Toshiba 40E200U1 and when I connect the laptop I get a picture but no sound. I have configuredthe sound settings to output sound through HDMI.
    DVD and Cable box works fine, connected through HDMI, works fine and I have also tried different HDMI inputs onthe TV.
    The latest firmware update for the TV is installed.
    Thanks for any suggestions!

    Any suggestions??

  • WLAN crashes N96 when connecting! With Firmware Ve...

    Hi is anyone else having the same problem with the WLAN connection on the V.12 Firmware, I have hard reset phone and I have formatted the 16g drive as suggested elsewhere (after saving all my files!!) and I have updated my Belkin wireless G plus MIMO router firmware aswell! with no security, no MAC address control but still no luck! it finds the router after sitting there refreshing for way to long! lets me go to the web page then it just sits there saying connecting I cant cancel the operation and the hangup button does nothing so I have to turn off the phone and turn it back on again. Everything else is working like a dream now once I performed the reset and format!! Highly Recommended!!! Made a huge difference to the speed the only prob is the WLAN which I hope to get sorted out!! Thanks Guys

    Thanks for posting Mate! I initialy got onto the n-gage web site and started downloading the n-gage software as the format wiped it off! and it got about a third of it done and stopped! telling me about the "no gateway reply" error so that was when I upgraded the belkin router and I cleared any setup connections on the phone and started a fresh connection but have not been able to get any websites to open at all since then as it freezes the phone before I get to see any! Cheers mate!

  • Question on STP when connecting 2960 with Alpine

    Hi All,
    I am trying to connect 2960 switches to the extreme Alpine switches.
    As per the diagram below,STP is not running in the alpines.I am not very sure whether STP should be enabled in this scenario to avoid any loops.
    All suggestions are appreciated.
    Note:
    Both Alpines are connected as trunk links.
    Both 2960's are connected using Fasethernet ports as Trunk using port-channel
    Then each Alpine to 2960's using the Gig interface.
    Thanks
    [Trunk]
    Alpine---------------Alpine
    | |
    | [Trunk] |
    2960---------------- 2960

    Hi
    The picture isn't terribly clear but your verbal description says that the two Alpines are connected to each other, and the two 2960s are connected to each other. Also that each Alpine is connected to a 2960.
    I guess that the diagram should look like a square?
    A square is just a loop with corners, so you definately want STP enabled - there are not many situations where it's recommended to disable it.
    Make sure you have portfast turned on (or it's equivalent on the Aplines) on user ports and there should be no negative effects of turning it on.
    Regards
    Aaron
    Please rate helpful posts...

  • Error when connecting SAP CRM to SUP using JCO

    Hi Gurus,
    we are trying to connect SAP CRM (v 7.0 Ehp1 SP3) to Sybase Unwired Server Platform 2.0 (installed on a 64bit workstation) using JCO.
    Following the instructions into the following link:
    http://infocenter.sybase.com/help/index.jsp?topic=/com.sybase.infocenter.dc01283.0200/doc/html/asc1229701333453.html
    and given the informationfound into the forum, we performed the following steps:
    1) Copy librfc32.dll (32bit) and sapjcorfc.dll (64bit, if not an error
    is thrown) to "D:\Sybase\UnwiredPlatform\Servers\UnwiredServer\lib"
    2) Copy librfc32.dll (32bit) and sapjcorfc.dll (32bit) and paste them
    to C:\WINDOWS\sysWOW64
    3) Copy librfc32.dll (32bit) and sapjcorfc.dll (32bit)
    to 'D:\Sybase\UnwiredPlatform\JDK1.6.0_24\bin'
    4) Copy sapjco.jar (32bit) to
    "\Sybase\UnwiredPlatform\Unwired_WorkSpace\Eclipse\sybase_workspace\mobile\eclipse\plugins\com.sybase.uep.com.sap.mw.jco_<version>\lib"
    5) Copy sapjco.jar (32bit)
    to "D:\Sybase\UnwiredPlatform\Servers\UnwiredServer\lib\3rdparty"
    With this configuration, we are able to connect to CRM from Eclipse (Sybase Unwired Workspace) but if we open Sybase Control Center, and we go to Domains -> Connections, we select CRD connection, we go to Properties then we click on "Test connection", SCC remains stuck with no responce. This issue does not allow us to connect to Sybase-SAP
    using an Ipad application (the application remains stuck the same).
    We also tried to install SapGui, but with no results. Did we place the right files into the right directories? Do you have any suggestions=
    Thanks in advance,
    Fabio

    Hi Pavani
    I hope you solved your issue
    Ey!.. Im also in a project where I had to connect BODS with SAP CRM, actually I havent even configured the connection, but I would really appreciate if you could share some valuable information with me.
    BR
    Belinda

  • Hi I'm trying to install an HP C4180 printer as net printer through Alicegate router (Thompson technicolor). Printer works ok when connected with USB to Macbook air, but cannot be seen on the printer installation configuration. Mac OSx 10.7 (Lion)

    Hi folks.
    From this morning I'm trying to "see" an HP printer C4180 connected on the USB port of the wi-fi router (TIM Alicegate ADSL2 Wifi+N, manufacturer Technicolor).
    I installed latest drivers and checked everything is ok and works fine until printer is connected directly with USB to my Macbook Air.
    Then I connect the USB to the router and try to find the printer.
    On Alice help suggest to find it by ging to system preferences, then printers, add printer with "+", select "windows" sheet. There I can see - not always in reality, but sometimes - the "workgroup" in the left column, select, "alicegate" in second column, select, and here instead of finding the printer list there is a pop up saying that "the server version you are trying to connect to is not supported".
    Reading other forums, it may seem that the problem is Lion not yet supporting this kind of connection.
    Here a photo of the situation when the message occurs:
    Help..
    Thanks and regards
    Luca

    anchio ho lo stesso problema con Mas Os x 10.7.4
    con il sistema 10.5 funziona perfettamente
    credo sia un problema del sistema
    ho provato con 10.8 stesso problema
    ciao

  • Problem with AppleWorks documents when connecting via ftp to my server

    When I connect over the internet using ftp to my mac mini server (using OS X server 10.4.10) from my iMac G4 (using 10.4.10) all my AppleWork docs will only appear as .bin instead of .cwk.
    If I download one to my G4, it will try to open using stuffit expander but cannot be opened. It comes up with “An error ocurred attempting to expand name.bin unspecified Stuffit Engine internal error” Error #17999
    However Microsoft Word docs show correctly and can be downloaded and opened without problem.
    When I try directly on the server or try from any computer on the local network conected to the server, everthing views correctly and can be opened.
    Could it be to do with any settings on the server when connecting by ftp.
    Thanks for the help.
    julian.c

    One problem still remains that when I download minicad files (which uses OS 9) they show up as .exe and will not open or recognisable by the programme
    I imagine the file is transferring without a suffix and your computer is trying to guess what it is; hence the .exe. Delete this and append the suffix for the correct program and it should open (or use File>Open within the program).

  • Problem in connection with Teradata...

    Hi All,
    I am facing problem while creating connection from Oracle Data Integrator with teradata.
    Can anybody guide me on this.......
    What driver i need to download?
    What will be the driver name?
    What will be the URL?
    its Urgent....
    Regards,
    Dinesh

    I have another issue while connecting to teradata DB from a sampel jave jdbc code.
    the code is as below.
    String url="jdbc:teradata://10.33.22.27/AMRROCD";
    Class.forName("com.teradata.jdbc.TeraDriver");
    Properties x = new Properties();
    x.put("user","user123");
    x.put("password","pwd123");
    Connection con = DriverManager.getConnection (url, x);--> i am getting error at this line as
    GSSException: Failure unspecified at GSS-API level (Mechanism level: UserFile parameter null)
    at com.teradata.tdgss.jtdgss.TdgssParseXml.<init>(DashoA1*..)
    at com.teradata.tdgss.jtdgss.TdgssConfigApi.<init>(DashoA1*..)
    at com.teradata.tdgss.jtdgss.TdgssManager.<init>(DashoA1*..)
    at com.teradata.tdgss.jtdgss.TdgssManager.getInstance(DashoA1*..)
    at com.teradata.jdbc.jdbc.GenericTeraEncrypt.getGSSM(GenericTeraEncrypt.java:583)
    at com.teradata.jdbc.jdbc.GenericTeraEncrypt.getConfig(GenericTeraEncrypt.java:601)
    at com.teradata.jdbc.jdbc.GenericTeraEncrypt.getUserNameForOid(GenericTeraEncrypt.java:694)
    at com.teradata.jdbc.AuthMechanism.<init>(AuthMechanism.java:50)
    at com.teradata.jdbc.jdbc.GenericInitDBConfigState.action(GenericInitDBConfigState.java:105)
    at com.teradata.jdbc.jdbc.GenericLogonController.run(GenericLogonController.java:49)
    at com.teradata.jdbc.jdbc_4.TDSession.<init>(TDSession.java:195)
    at com.teradata.jdbc.jdbc_3.ifjdbc_4.TeraLocalConnection.<init>(TeraLocalConnection.java:94)
    at com.teradata.jdbc.jdbc.ConnectionFactory.createConnection(ConnectionFactory.java:55)
    at com.teradata.jdbc.TeraDriver.doConnect(TeraDriver.java:216)
    at com.teradata.jdbc.TeraDriver.connect(TeraDriver.java:149)
    at java.sql.DriverManager.getConnection(DriverManager.java:512)
    at java.sql.DriverManager.getConnection(DriverManager.java:171)
    at dbValidation.main(dbValidation.java:25)
    Error java.lang.NullPointerException
    dose anybody have an idea on this , its urgent for me .

  • Issue with 2wire dsl router when connecting power pc g4 via ethernet

    Issue with 2wire dsl router when connecting power pc g4 via ethernet. The 2wire will keep resetting. When I connect my macbook pro via ethernet to the 2wire all is ok, but as soon as i connect the power pc. . . .reset. I have emailed 2wire support. They recommended using a different patch cable. Tried that.. .. anyone else having this issue???? Any help would be appreciated. . .

    Search the discussions for issues with 2wire dsl routers. This has come up before in a discussion I've been involved with, but probably not to do with the MDD. I do remember it being a design issue with the router, something that was done to it before dispatch.
    Let us know if you can't find it and we'll have a look.
    If you afford it, bin the 2wire and go buy something decent like a Netgear.

Maybe you are looking for

  • Why are there no answers to the wifi issues with iOS 7.0.4

    Why isn't Apple addressing the issues with wifi connectivity, or lack there of, with iOS 7.0.4? Everyone is complaining, but no one is answering. Don't tell me about turning on and off of wifi and router...been there. Come on apple...give us some hel

  • Error in converting number to words

    I use this query select (to_char(to_date('46000','J'), 'Jsp'))||' Only'  from dual;It is working fine but when I use this query select (to_char(to_date('.46','J'), 'Jsp'))||' Only'  from dual; showing the error. ORA-01858  a non-numeric character was

  • No warning before moving the ~/Library folder...

    OSX 10.7.3 on Macbook Air 13.3' i5 1.7Ghz 128GB. Yesterday I was working on a Finder window opened on my ~/Library. As I accidentally dragged the icon displayed in the Title area, the OS lost my user settings... I quickly realized that my action caus

  • Adobe reader XI will not install update automatically downloaded

    I'm using Win 7 64 bit. When I try to install a downloaded update for the program I get the following message: An error occurred. Please check for updates again later. Error: 130200 This has been going on for a bit. Any suggestions on getting reader

  • Copying  tables from one schema to another

    hi all, i have two schema where a has master tables. b schema is empty.. i want to copy all the tables from a schema to b with indexes and constraints I dont have import facility since i am using a client. thanks Hariharan M K