Target connection not established

Hi,
After deployment the target table and package script is getting created in repository rather than target.
Plzs help..
Thanks

You target module has a location associated with it. When you deployed you were prompted to 'register' this location by providing the username, password, host, port and DB service name. This is where target tables and mappings will be created. I suspect you might have provided the wrong credentials when you registered your location. Test this by creating another location, associating the target module with this new location (Properties -> Location) and deploying again, this time entering the correct info when prompted to register the new location.
Nikolai

Similar Messages

  • "ResultSet" property not set correctly, parameters not set correctly, or connection not established correctly

    Hi,
    I have a SSIS package named FlushFeed4Data that copy data from a table named TableA in a database named DatabaseA located on SQL server 2005 named SQL2005 to another table named Table B in a database named DatabaseB located on a server 2012 named SQL2012.
    The server SQL2005 is setup like a linked server in the server 2012. My package runs smootly: first it removes all old records in SQL2012.DatabaseB.TableB & then copy all records from SQL2005.DatabaseA.TableA  to SQL2012.DatabaseB.TableB to without
    any error message. It runs well both when I ran debugging in SQL Server Data Tools (Microsoft Visual Studio) & when I executed this package in SSIS of server SQL2012. However when I use a job named FlushFeed4Data to run this package, I've got error message:
    Executed as user NT Service\SQLSERVERAGENT. Microsoft (R) SQL Server Execute Package Utility Version 11.0.5058.0 for 64 bitCopyright (C) Microsoft Corporation. Code: 0xC002F210. Source: Insert Data Execute SQL Task. Dexcription: Executing the query "Insert
    Into SQL2012.B.[dbo].TableB ..." failed with the following error: "Login failed for user '[MyCompanyDomainName]\SQL2012$' ". Possible failure reasons: Problems with the query, "ResultSet" property not set correctly, parameters not
    set correctly, or connection not established correctly. End Error DTExec: The package execution returned DTSER_FAILURE (1) ... The package execution failed. The step failed.
    Please help!
    Thanks
    Edward

    Hi Athur,
    Thanks so much for your reply. I'd really appreciate about that. Following the article given by your link, I got error message when trying to create proxy
    sg 14529, Level 16, State 1, Procedure sp_add_proxy, Line 45
    Proxy "MyCompanyDomainName\SSISProxyDemoUser" is not a valid Windows user.
    USE msdb
    --Create a proxy and use the same credential as created above 
    EXEC msdb.dbo.sp_add_proxy 
    @proxy_name = ', 
    @credential_name=N'SSISProxyCredentials', 
    @enabled=1 
    GO 
    So I have a question: Do I have to create a new user account that can access our network named 
    PS: Below are the steps I followed the article:
    --Script #1 - Creating a credential to be used by proxy
    USE MASTER
    GO 
    --Drop the credential if it is already existing 
    IF EXISTS (SELECT 1 FROM sys.credentials WHERE name = N'SSISProxyCredentials') 
    BEGIN 
    DROP CREDENTIAL [SSISProxyCredentials] 
    END 
    GO 
    CREATE CREDENTIAL [SSISProxyCredentials] 
    WITH IDENTITY = N'MyCompanyDomainName\SSISProxyDemoUser', 
    SECRET = N'abcd@0987' 
    GO
    --Script #2 - Creating a proxy account 
    USE msdb
    GO 
    --Drop the proxy if it is already existing 
    IF EXISTS (SELECT 1 FROM msdb.dbo.sysproxies WHERE name = N'SSISProxyDemo') 
    BEGIN 
    EXEC dbo.sp_delete_proxy 
    @proxy_name = N'SSISProxyDemo' 
    END 
    GO 
    and the rest of the script 2 hasn't been proceeded due to error:
    --Create a proxy and use the same credential as created above 
    EXEC msdb.dbo.sp_add_proxy 
    @proxy_name = N'SSISProxyDemo', 
    @credential_name=N'SSISProxyCredentials', 
    @enabled=1 
    GO 
    --To enable or disable you can use this command 
    EXEC msdb.dbo.sp_update_proxy 
    @proxy_name = N'SSISProxyDemo', 
    @enabled = 1 --@enabled
    = 0 
    GO
    Please advise me!
    Thanks,Edward

  • : "Invalid object name '#Temp'.". Possible failure reasons: Problems with the query, "ResultSet" property not set correctly, parameters not set correctly, or connection not established correctly.

     Hi   .
        I was creating the  pass the values t in temp tables  though s sis package vs2012 .
      First I was taken on executive SQL TASK.
     IN EXCUTIVE SQL TASK  . I was write the stored proce:
    Sp;
    reate  procedure  USP_GETEMP2333
    AS
    begin
    Select  eid,ename,dept,salary from emp
    end;
    create table #temp(eid int,ename varchar(20),dept varchar(20),salary int)
      insert into #temp
       exec USP_GETMP02333
       go.
     It was executive correctly.
     I was taken another sequence container. In the sequence container iam creating one   executive  sql
    In 2<sup>nd</sup> excutive sql task: sql statements is
    if object_id('emp_fact_sal') is not null
     drop table emp_fact_sal
    select eid,ename as emp_name,sal_bar=
    case when salary<=5000 then 'l'
    when salary >5000 and salary<=7000 then 'm'
    else
    'h'
    end
    into emp_fact_sal from #temp.
     and one falt flies  it was taken to designation .
     iam changing  all  connection properties:
     in oldeb connection:
    in excutive sal task properties .
    delay validation is true,
    and retain connection maner is also true,
    and package mode is 64 bit is false.
     But iwas excutive in 2<sup>nd</sup> excutive ql task .
    Iam getting this type of errors,
                    [Execute SQL Task] Error: Executing the query " if object_id('emp_fact_sal') is not null
     drop ta..." failed with the following error: "Invalid object name '#Temp'.". Possible failure reasons: Problems with the query, "ResultSet" property not set correctly, parameters not set correctly, or connection not established
    correctly.
     Please help me

    Arthur suggestion works but you shouldnt even be doing this on a SQL Task.
    Use a data flow task. You'll have better control over the data that is being transfered and get better performance because no staging table will be used.
    Just because there are clouds in the sky it doesn't mean it isn't blue. But someone will come and argue that in addition to clouds, birds, airplanes, pollution, sunsets, daltonism and nuclear bombs, all adding different colours to the sky, this
    is an undocumented behavior and should not be relied upon.

  • SAP Support connection not established.

    Dear all
    When I try to connect to sap for R3 connection. It shows green icon to say the connection is ok.
    and connection status will be displayed like this.
    Even it shows it is connected. RFC not established and not allow to sap service support.
    once I click on connect following message will be displayed.
    pls provide your sudgessions.
    Thanks
    priyan

    Dear All..
    The issue is resolved. Thats because of the SAP router licence renewal issue. [expired].
    It could be checked by sapgenpse get_my_name -v -n validity  on sap router.
    Thanks All

  • Connection not established

    Hello!
    I'm having troubles syncing now that I have iOS7.0.4 on my iPhone 5 - I keep getting an error message stating "iTunes could not sync information to the iphone because a connection could not be established to the iphone". It's also taken home video's and some songs off the iphone which previously played & Im technically challenged at best so any help would be greatly appreciated before I throw the phone out in frustration!

    Hi DannyGo and welcome to the forums!
    What is the firmware version of your router? You can check it by logging in the rotuer's set up page. Please check if it's the same as the version found in the downloads tab of this link.
    http://homesupport.cisco.com/en-us/wireless/lbc/BEFW11S4
    If not, please upgrade and reconfigure the settings. Please refer to the links below.
    Checking the Linksys Router’s Firmware
    Upgrading the Linksys Router's Firmware
    Setting-Up a Router with Cable Internet Service - if you are on cable
    Setting-Up a Router with DSL Internet Service - for DSL connections
    Setting-Up the Wireless Settings on a Router
    Let me know how it goes.

  • Cisco SMA to WSA connection not establishing

    Hai, i was trying to add my cisco ironport WSA to SMA (both are in same subnet). I enabled monitoring service like
    Centralized reporting and Centralized Configuration Manager in SMA. After i added the WSA ip and hostname in SMA and try to establish connection, but after several minutes it is showing timeout error.
    Can you please let me know what should be the reason??? Do i need to enable anything on cisco WSA ??
    Regards,
    Mohamed Fayz

    Hi, actually I have the same problem, when trying to establish a connection from SMA to my WSAV (virtual web security appliance). I cannot add anymore my WSAV to my SMA. We have checked the network and connectivity is working for sure. I have also tried connecting from SMA command line to the WSAV and this is working (for ping and also a telnet to the SSH port 22 to ensure that SSH server on my WSAV is responding to my SMA and I get the prompt showing also the SSH FreeBSD version).
    Here the output for telnet from SMA to WSAV port 22, which looks good:
    cisco.example.com> telnet 172.44.21.5 22
    Trying 172.44.21.5...
    Connected to 172.44.21.5.
    Escape character is '^]'.
    SSH-2.0-OpenSSH_5.4p1 FreeBSD-20100308
    ^]
    telnet> q
    Connection closed.
    The connection from SMA to WSAV was working before, but just for testing purposes, I disabled WSAV from the SMA (I wanted to take some screenshots for our team on how to bind WSAV to the SMA and now I cannot establish again the connection --> same error: time out error after a few minutes). I've already reset SMA completely and reinstalled and also rebooted the both devices several times but ending again with the same timeout error ... WSAV is 8.0.5 and SMA is 8.3.6-014 (which is good due to the compatiblity matrix).
    I will go on and do some testing, as I need this working again until monday...
    In the meantime if you have suggestions, feel free to give me some hints :)
    I'll come back to you if I would find a solution or some kind of explanation.
    Greetings
    Ciro

  • Vixia HF50 - "Monitor while Out" connection not established

    I have the HF50, win 7 home edition laptop and linksys wrt54gs2 v1 and trying to connect with an iphone using the "monitor while out" function.
    - streaming from camera to iphone works fine, while in recording mode
    - when in play mode connecting to access point works, and I can find the camera in the networks of my laptop
    - When in streaming mode and trying to connect with "monitor while out", I get an error message that I have to change the port settings.
    - the port is set to 80, and I entered a password (into the camera)
    - I ran the checking tool that is supposed to check the system capability to use the "monitor while out" function.
    - 1st check says system is not properly configured, router does not support "UPnP. I checked, the router is in fact capable of UPnP and this function is enabled
    - Ran the tool again and not its saying router does not allow port mapping. I think it does, because I have some ports open for the xbox. Otherwise, I don't have much of a clue....
    - I opened port 80 entering the IP of my computer and the checking tool says nothing found that would prevent me from using .....
    - I opened port 80 to the IP address of the camera, however the camera won't connect allays the same error.
    - I played with the settings in the router, but no success.
    - running the checking tool seems to give random results between router does not provide UPnP, no port mapping and no issue found.
    I suspect the issue is in the router, but I don't have any idea what to try out next.
    Any help is appreciated.

    Yes, our psearch connections are indeed closed when an entry change triggers the DS server to write to those connections.
    Now we just have to make sure there will be entry change to trigger connection clean up before our DS reaches nsslapd-maxpsearch.
    Thank you.

  • Network adapter could not establish the connection

    Hi,
    Iam new to using Oracle please help me in this problem. Iam trying to connect oracle8i in my home pc(win 98) in java.. I have said..
    String url="jdbc:oracle:thin:@testhost:1521:sid";
    DriverManager.getConnection(url,"scott","tiger");
    Actually i have added the service name using Oracle Net 8 Assistant ... it asked me service name so i gaved "fobjects". then host and port number then i gave "testhost" and port number as 1521. then i tried to use the test service but i couldnt get it... it gaved me error called " ORA12545- Connect failed because target host or obejct doe not exist ..Even then i pressed finished button to accomplish the thing...ans when i executed the java program with the above service name setup it said SO Excpetion : Network adapter could not establish the connection.
    Well What the wrong i have done, help me...
    Regards
    Lensi.

    hi,
    I think you have to register the driver first. pls try the following program...
    import java.sql.Connection;
    import java.sql.DriverManager;
    import java.sql.ResultSet;
    import java.sql.SQLException;
    import java.sql.Statement;
    * This class tests the environment to check if JDBC is configured and
    * connection to database is possible thru JDBC. Uses THIN driver to connect.
    public class JDBCCheck {
    public JDBCCheck() {  }
    private Connection conn = null;
    private final int NO_DRIVER = 1;
    private final int INVALID_URL = 17002;
    private final int INVALID_CREDENTIALS = 1017;
    private final int NULL_URL = 2;
    private final int DATABASE_DOWN = 1034;
    public static void main(String[] args) {
    JDBCCheck check = new JDBCCheck();
    check.dbconnect();
    public void dbconnect() {
    if(loadDriver())
    if(connect())
    doSomething();
    public boolean loadDriver() {
    boolean loadeddriver = false;
    String jdbcDriver = System.getProperty("jdbc.driver.class");
    // Use Oracle driver if nothing is set
    if(jdbcDriver == null) jdbcDriver = "oracle.jdbc.driver.OracleDriver";
    log("Loading JDBC Driver : class="+jdbcDriver+" ...");
    // try to load driver
    try {
    Class.forName(jdbcDriver);
    log("Loaded JDBC Driver ");
    loadeddriver = true;
    } catch (ClassNotFoundException noclassEx) {
    error(NO_DRIVER,noclassEx);
    return loadeddriver;
    public boolean connect() {
    boolean connected = false;
    String jdbcURL = System.getProperty("jdbc.url");
    String username = System.getProperty("jdbc.username");
    String password = System.getProperty("jdbc.password");
    if(username == null || password== null) {
    username = "scott";
    password = "tiger";
    if(jdbcURL == null) error(NULL_URL,new Exception(" jdbc.url cannot be null "));
    log("Connecting with URL="+jdbcURL+" as "+username+"/"+password);
    try {
    conn = DriverManager.getConnection(jdbcURL,username,password);
    log("Connected to Database");
    connected = true;
    } catch (SQLException sqlEx) {     
    error(sqlEx.getErrorCode(),sqlEx);
    return connected;
    public void doSomething() {
    Statement stmt = null;
    ResultSet rset = null;
    try {
    stmt = conn.createStatement();
    log("Created Statement object");
    rset = stmt.executeQuery(" SELECT 'PASSED' FROM Dual ");
    log("Retrieved ResultSet object");
    if(rset.next())
    log("Connection :"+rset.getString(1));
    } catch (SQLException sqlEx) {
    } finally {
    try {
    log("Closing Statment & ResultSet Objects");
    if (rset != null) rset.close();
    if (stmt != null) stmt.close();
    if (conn != null) {
    log("Disconnecting...");
    conn.close();
    log("Disconnected from Database");
    } catch (Exception e) { }
    public void log(String logMsg) {   
    System.out.println("Log: "+logMsg);
    public void error(int errcode, Exception ex) {
    String jversion = System.getProperty("java.version").substring(0,3);
    String os = System.getProperty("os.name");
    String excp = ex.toString();
    // Driver not found in classpath
    if(errcode == NO_DRIVER) {     
    String jarname = "classes12.jar";
    String nlsjarname = "nls_charset12.jar";
    if(jversion.equals("1.1")) {
    jarname = "classes111.jar";
    nlsjarname = "nls_charset11.jar";
    else if(jversion.equals("1.4"))
    jarname = "ojdbc14.jar";
    System.out.println(" Error: JDBC Drivers not present in CLASSPATH ");
    System.out.println("\n Your CLASSPATH is :"+System.getProperty("java.class.path"));
    System.out.println("\n To add Oracle JDBC Drivers to CLASSPATH ");
    // Windows
    if(os.indexOf("Windows") != -1) {
    System.out.println(" >set CLASSPATH=<path-to-"+jarname+">;<path-to-"+
    nlsjarname+">;%CLASSPATH%;");
    } else {
    System.out.println(" $CLASSPATH=<path-to-"+jarname+">:<path-to-"+
    nlsjarname+">:$CLASSPATH:");
    System.out.println(" $export CLASSPATH");
    System.out.println(" Oracle JDBC Drivers can be found in "+
    "<ORACLE_HOME>/jdbc/lib directory or "+
    "downloaded from http://otn.oracle.com/software/");
    } else if (errcode == NULL_URL) {
    System.out.println("Error: jdbc.url was not supplied");
    System.out.println("Usage: java -Djdbc.url=jdbc:oracle:thin:@<hostname>:<port>:<db_sid> JDBCCheck ");
    } else if (errcode == INVALID_URL) {     
    // Check if Invalid Database SID
    if( excp.indexOf("ERR=12505") != -1)
    System.out.println("Error: Invalid Database SID was specified in jdbc.url ");
    System.out.println("Error: Invalid JDBC URL or DB Listener is down, refer to http://myjdbc.tripod.com/basic/jdbcurl.html ");
    } else if (errcode == INVALID_CREDENTIALS) {
    System.out.println("Error: Invalid username/password was specified ");
    System.out.println("Try connecting to the database thru SQL Plus using the same username/password");
    } else if (errcode == DATABASE_DOWN ) {
    System.out.println("Error: The Database you are tying to Connect is down ");
    System.out.println(" Start the Database and then try to connect ");
    } else {   
    System.out.println("Error code not handled : "+errcode);
    System.out.println("\nException Message :"+excp);
    System.exit(0);
    while running thig pgm, you should pass the driver URL..
    java -Djdbc.url=jdbc:oracle:thin:@<hostname>:<port>:<db_sid> JDBCCheck

  • Network Adapter could not establish connection during installation

    Hi,
    I'm trying to install html db v10.2.0.1 and http server on the Fedora Core 4 platform and am getting a "Network Adapter could not establish connection during installation" error. This occurs after pressing Next at on the Specify HTML DB Database Details dialog box. Note that I'm not new to oracle databases or html db. I can't seem to find a similar thread on this forum related to the html db v2 install and I've read the FAQ related to the installation, making sure that I unset the TNS_ADMIN and ORACLE_HOME environment variables before launching the installer. I also checked that I can connect to the database via the listener, sqlplus sys@database as sysdba. I checked the listener status:
    [oracle@hinault ~]$ lsnrctl status
    LSNRCTL for Linux: Version 10.2.0.1.0 - Production on 18-AUG-2005 12:03:23
    Copyright (c) 1991, 2005, Oracle. All rights reserved.
    Connecting to (ADDRESS=(PROTOCOL=tcp)(HOST=)(PORT=1521))
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for Linux: Version 10.2.0.1.0 - Production
    Start Date 18-AUG-2005 08:11:25
    Uptime 0 days 3 hr. 51 min. 58 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP OFF
    Listener Log File /u01/app/oracle/product/10.2.0/network/log/listener.log
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=hinault.com)(PORT=1521)))
    Services Summary...
    Service "tibbetts" has 1 instance(s).
    Instance "tibbetts", status READY, has 1 handler(s) for this service...
    Service "tibbettsXDB" has 1 instance(s).
    Instance "tibbetts", status READY, has 1 handler(s) for this service...
    Service "tibbetts_XPT" has 1 instance(s).
    Instance "tibbetts", status READY, has 1 handler(s) for this service...
    The command completed successfully
    I also checked the installation log files. Here's the contents of the end of the file:
    schemaName = sys
    schemaPassword = Protected value, not to be logged
    connectString = //hinault.com:1521/tibbetts
    userName = FLOWS_010600
    INFO: Query Returned: ERROR:Exception occured while connecting to database. Please check the connection details of the database you specified and retry.
    Io exception: The Network Adapter could not establish the connection
    SEVERE: The installer has encountered the following error while trying to connect to the target database:
    ERROR:Exception occured while connecting to database. Please check the connection details of the database you specified and retry.
    Io exception: The Network Adapter could not establish the connection
    INFO: User Selected: Yes/OK
    I also checked the listener log and it looks normal. I checked that I entered the correct values in the Specify HTML DB Database Details dialog box, hostname, port and service name.

    [root@hinault sbin]# ifconfig -a
    eth0 Link encap:Ethernet HWaddr 00:12:3F:DF:23:BF
    inet addr:10.100.41.136 Bcast:10.100.41.255 Mask:255.255.255.0
    inet6 addr: fe80::212:3fff:fedf:23bf/64 Scope:Link
    UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
    RX packets:72238 errors:0 dropped:0 overruns:0 frame:0
    TX packets:44289 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:1000
    RX bytes:19151698 (18.2 MiB) TX bytes:4351417 (4.1 MiB)
    Interrupt:9
    lo Link encap:Local Loopback
    inet addr:127.0.0.1 Mask:255.0.0.0
    inet6 addr: ::1/128 Scope:Host
    UP LOOPBACK RUNNING MTU:16436 Metric:1
    RX packets:6838 errors:0 dropped:0 overruns:0 frame:0
    TX packets:6838 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:0
    RX bytes:3168107 (3.0 MiB) TX bytes:3168107 (3.0 MiB)
    sit0 Link encap:IPv6-in-IPv4
    NOARP MTU:1480 Metric:1
    RX packets:0 errors:0 dropped:0 overruns:0 frame:0
    TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:0
    RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)

  • The network adapter could not establish the connection after hostname chang

    hi all,
    my computer name and ip address are changed after it is moved to another location in a local lan network. however, when i tried to connect my database in oralce 11g (enterprise edition) after, i got this error "the network adapter could not establish the connection" (in sql developer)
    and "Configuring database with database control requires a listener to be configured in the current oracle home. You need run Netca to configure a listener before you can proceed. Otherwise you may choose to continue with database control" (in dbca when i tried to create a new database). i also cannot access my database in OEM becasue it is still refering to old host name with this error message "Firefox can't establish a connection to the server at...". i changed the old host name to the new host name in files of listener.ora, listener1212114PM3012.bak, tnsnames.ora, and tnsnames1212114PM3012.bak in folder 'product\11.2.0\dbhome_2\NETWORK\ADMIN'. but it didn't work. can anybody pls tell me what do i need to do to fix the problem. i don't want to reinstall my oracle again because i've done a lot of works already in oracle. thanks in advance.
    kind regards,
    hong

    hi,
    C:\>lsnrctl start
    LSNRCTL for 64-bit Windows: Version 11.2.0.1.0 - Production on 12-DEC-2012 11:44
    :05
    Copyright (c) 1991, 2010, Oracle. All rights reserved.
    Starting tnslsnr: please wait...
    TNS-12560: TNS:protocol adapter error
    TNS-00530: Protocol adapter error
    C:\>lsnrctl status
    LSNRCTL for 64-bit Windows: Version 11.2.0.1.0 - Production on 12-DEC-2012 11:46
    :29
    Copyright (c) 1991, 2010, Oracle. All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=pc-412-0.xx.xxxx.xxx.xx)
    (PORT=1521)))
    TNS-12545: Connect failed because target host or object does not exist
    TNS-12560: TNS:protocol adapter error
    TNS-00515: Connect failed because target host or object does not exist
    64-bit Windows Error: 1004: Unknown error
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1521)))
    TNS-12541: TNS:no listener
    TNS-12560: TNS:protocol adapter error
    TNS-00511: No listener
    64-bit Windows Error: 2: No such file or directory
    SQL> startup
    ORA-01081: cannot start already-running ORACLE - shut it down first
    Then I shutdown it and startup again. The new message is as follows:
    SQL> startup
    ORACLE instance started.
    Total System Global Area 3373858816 bytes
    Fixed Size 2180424 bytes
    Variable Size 2097154744 bytes
    Database Buffers 1258291200 bytes
    Redo Buffers 16232448 bytes
    Database mounted.
    Database opened.
    I tried to connect the database again and it didn't work. Thanks.
    Hong

  • The network adaptor could not establish the connection

    Hi all,
    my Oracle version :10g
    operating System:windows vista home premium.
    I wrote a jdbc program,Actually it gives the output correctly upto yesterday but it gives the error message now:
    java.sql.SQLException: Io exception: The Network Adapter could not establish the
    connection
    at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java
    :111)
    at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java
    :145)
    at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java
    :254)
    at oracle.jdbc.driver.T4CConnection.logon(T4CConnection.java:386)
    at oracle.jdbc.driver.PhysicalConnection.<init>(PhysicalConnection.java:
    438)
    at oracle.jdbc.driver.T4CConnection.<init>(T4CConnection.java:164)
    at oracle.jdbc.driver.T4CDriverExtension.getConnection(T4CDriverExtensio
    n.java:34)
    at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:752)
    at java.sql.DriverManager.getConnection(Unknown Source)
    at java.sql.DriverManager.getConnection(Unknown Source)
    at First.MakeConnection(first.java:21)
    at abc1.main(abc1.java:10)
    And also in my
    C:\oracle\product\10.2.0\db_1\network\log\listener
    shows:
    09-APR-2008 20:20:44 * ping * 0
    09-APR-2008 20:20:44 * (CONNECT_DATA=(SID=ssanthu)(CID=(PROGRAM=C:\oracle\product\10.2.0\db_1\bin\emagent.exe)(HOST=SANTHU-PC)(USER=SYSTEM))) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.168.0.100)(PORT=51637)) * establish * ssanthu * 0
    09-APR-2008 20:20:44 * service_update * ssanthu * 0
    09-APR-2008 20:20:44 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=)(USER=SYSTEM))(COMMAND=status)(ARGUMENTS=64)(SERVICE=(ADDRESS=(PROTOCOL=TCP)(HOST=192.168.0.100)(PORT=1521)))(VERSION=169870080)) * status * 0
    09-APR-2008 20:20:52 * (CONNECT_DATA=(SID=ssanthu)(CID=(PROGRAM=C:\oracle\product\10.2.0\db_1\perl\5.8.3\bin\MSWin32-x86-multi-thread\perl.exe)(HOST=SANTHU-PC)(USER=SYSTEM))) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.168.0.100)(PORT=51642)) * establish * ssanthu * 0
    09-APR-2008 20:20:53 * service_update * ssanthu * 0
    09-APR-2008 20:20:59 * (CONNECT_DATA=(SID=ssanthu)(CID=(PROGRAM=C:\oracle\product\10.2.0\db_1\bin\emagent.exe)(HOST=SANTHU-PC)(USER=SYSTEM))) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.168.0.100)(PORT=51643)) * establish * ssanthu * 0
    09-APR-2008 20:21:15 * (CONNECT_DATA=(SID=ssanthu)(CID=(PROGRAM=C:\oracle\product\10.2.0\db_1\bin\emagent.exe)(HOST=SANTHU-PC)(USER=SYSTEM))) * (ADDRESS=(PROTOCOL=tcp)(HOST=192.168.0.100)(PORT=51644)) * establish * ssanthu * 0
    09-APR-2008 22:16:43 * service_died * ssanthu * 12547
    TNS-12547: TNS:lost contact
    TNSLSNR for 32-bit Windows: Version 10.2.0.3.0 - Production on 10-APR-2008 03:15:15
    Copyright (c) 1991, 2006, Oracle. All rights reserved.
    System parameter file is C:\oracle\product\10.2.0\db_1\network\admin\listener.ora
    Log messages written to C:\oracle\product\10.2.0\db_1\network\log\listener.log
    Trace information written to C:\oracle\product\10.2.0\db_1\network\trace\listener.trc
    Trace level is currently 0
    Started with pid=2384
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC1ipc)))
    Error listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=192.168.0.100)(PORT=1521)))
    TNS-12545: Connect failed because target host or object does not exist
    TNS-12560: TNS:protocol adapter error
    TNS-00515: Connect failed because target host or object does not exist
    32-bit Windows Error: 49: Unknown error
    No longer listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC1ipc)))
    TNSLSNR for 32-bit Windows: Version 10.2.0.3.0 - Production on 10-APR-2008 13:34:38
    Copyright (c) 1991, 2006, Oracle. All rights reserved.
    please can any one suggest me.....why i got the error like this.
    Thanks in advance.
    Edited by: javagrl on Apr 11, 2008 9:26 AM
    Edited by: javagrl on Apr 11, 2008 9:27 AM
    Edited by: javagrl on Apr 11, 2008 9:27 AM

    If it worked yesterday, but not today, that proabably means you turned off your computer between then and now.
    I suspect you set up some classpath term using say a dos window that when you turned off your computer, went away.
    You need to put the classpath in some configuration file such as <start><control panel><admin tools><data sources odbc>,
    or add information to your tnsnames file, or add an item to your computer's PATH.

  • Coherence::net::messaging::ConnectionException: could not establish a connection to one of the following addresses: {10.242.152.242/10.242.152.242:8088}; make sure the "remote-addresses" configuration element contains an address and port of a running TcpA

    Hi
    I have installed coheI have installed coherence server "fmw_12.1.3.0.0_coherence_Disk1_1of1.zip" along with Examples on windows machine and C++ client coherence-cpp-12.1.3.0.0b51709-windows-x86-vs2012.zip on the same machine.
    I have built the "contacts" C++ Example successfully and while I execute this "contacts" using run I am facing TcpAcceptor error.
    On my coherence server the TcpAcceptor is listening on port 8088, so I have modified the extend-cache-config.xml file with values "ip address of my windows machine" and port as "8088".
    All the time I am getting below error,
    coherence::net::messaging::ConnectionException: could not establish a connection to one of the following addresses: {10.242.152.242/10.242.152.242:8088}; make sure the "remote-addresses" configuration element contains an address and port of a running TcpAcceptor
        at class coherence::lang::TypedHandle<class coherence::component::net::extend::PofConnection> __thiscall coherence::component::util::TcpInitiator::openConne
    ction(void)(TcpInitiator.cpp:307)
        at coherence::component::util::TcpInitiator::openConnection
        at coherence::component::util::Initiator::ensureConnection
        at coherence::component::net::extend::RemoteCacheService::openChannel
        at coherence::component::net::extend::RemoteService::doStart
        at coherence::component::net::extend::RemoteService::start
        at coherence::component::util::SafeService::startService
        at coherence::component::util::SafeService::restartService
        at coherence::component::util::SafeService::ensureRunningServiceInternal
        at coherence::component::util::SafeService::start
        at coherence::net::DefaultConfigurableCacheFactory::configureService
        at coherence::net::DefaultConfigurableCacheFactory::ensureService
        at coherence::net::DefaultConfigurableCacheFactory::ensureRemoteCache
        at coherence::net::DefaultConfigurableCacheFactory::configureCache
        at coherence::net::DefaultConfigurableCacheFactory::ensureCache
        at coherence::net::CacheFactory::getCache
        at unsigned __int64 coherence::lang::class_spec<class coherence::lang::Managed<class ContactId>,class coherence::lang::extends<class coherence::lang::Object,class coherence::lang::Void<class coherence::lang::Object> >,class coherence::lang::implements<void,void,void,void,void,void,void,void,void,void,void,void,void,void,void,void> >::sizeOf(bool)
        at _onexit
        at class coherence::util::Hashtable * coherence::lang::factory<class coherence::util::Hashtable>::create(void)
        at class coherence::util::Hashtable * coherence::lang::factory<class coherence::util::Hashtable>::create(void)
        at BaseThreadInitThunk
        at RtlInitializeExceptionChain
        at RtlInitializeExceptionChain
        on thread "main"
    Caused by: coherence::net::messaging::ConnectionException: coherence::component::util::TcpInitiator::TcpConnection@029EAD78{Id=NULL, Open=1, LocalAddress=NULL,
    RemoteAddress=10.242.152.242/10.242.152.242:8088}: socket disconnect
        at class coherence::lang::TypedHandle<class coherence::net::messaging::Response> __thiscall coherence::component::net::extend::AbstractPofRequest::Status::g
    etResponse(void)(AbstractPofRequest.cpp:203)
        at coherence::component::net::extend::AbstractPofRequest::Status::getResponse
        at coherence::component::net::extend::AbstractPofRequest::Status::waitForResponse
        at coherence::component::util::Initiator::openConnection
        at coherence::component::net::extend::PofConnection::open
        at coherence::component::util::TcpInitiator::openConnection
        at coherence::component::util::Initiator::ensureConnection
        at coherence::component::net::extend::RemoteCacheService::openChannel
        at coherence::component::net::extend::RemoteService::doStart
        at coherence::component::net::extend::RemoteService::start
        at coherence::component::util::SafeService::startService
        at coherence::component::util::SafeService::restartService
        at coherence::component::util::SafeService::ensureRunningServiceInternal
        at coherence::component::util::SafeService::start
        at coherence::net::DefaultConfigurableCacheFactory::configureService
        at coherence::net::DefaultConfigurableCacheFactory::ensureService
        at coherence::net::DefaultConfigurableCacheFactory::ensureRemoteCache
        at coherence::net::DefaultConfigurableCacheFactory::configureCache
        at coherence::net::DefaultConfigurableCacheFactory::ensureCache
        at coherence::net::CacheFactory::getCache
        at unsigned __int64 coherence::lang::class_spec<class coherence::lang::Managed<class ContactId>,class coherence::lang::extends<class coherence::lang::Object
    ,class coherence::lang::Void<class coherence::lang::Object> >,class coherence::lang::implements<void,void,void,void,void,void,void,void,void,void,void,void,void
    ,void,void,void> >::sizeOf(bool)
        at _onexit
        at class coherence::util::Hashtable * coherence::lang::factory<class coherence::util::Hashtable>::create(void)
        at class coherence::util::Hashtable * coherence::lang::factory<class coherence::util::Hashtable>::create(void)
        at BaseThreadInitThunk
        at RtlInitializeExceptionChain
        at RtlInitializeExceptionChain
        on thread "main"
    Caused by: coherence::io::IOException: socket disconnect
        at unsigned int __thiscall coherence::net::Socket::readInternal(unsigned char *,unsigned int)(Socket.cpp:333)
        at coherence::net::Socket::readInternal
        at coherence::net::Socket::SocketInput::read
        at coherence::io::BufferedInputStream::fillBuffer
        at coherence::io::BufferedInputStream::read
        at coherence::component::util::TcpInitiator::readMessageLength
        at coherence::component::util::TcpInitiator::TcpConnection::TcpReader::onNotify
        at coherence::component::util::Daemon::run
        at coherence::lang::Thread::run
        on thread "ExtendTcpCacheService:coherence::component::util::TcpInitiator:coherence::component::util::TcpInitiator::TcpConnection::TcpReader"

    We are facing same issue.    Could you please provide us any working .Net sample code for the version 12.1.2.0.
    <ssl>
                  <protocol>Tls</protocol>
                  <local-certificates>
                    <certificate>
                      <url>c:\Cert\</url>
                      <password>password</password>
                      <flags>DefaultKeySet</flags>
                    </certificate>
                  </local-certificates>
                </ssl>
    thanks
    Bala

  • I am trying to update the new OS however, I keep getting an error messaging saying to have my connectivity checked since it is not connected. I ran a diagnostics test and everything passed. Any ideas on how I can to make sure a connection is established?

    I am trying to update the new OS system on my iPhone 4, however, when I connect to iTunes and try to download, I keep getting an error message that says the connection is not established. I ran a diagnostics test and everything passed, however, I'm not sure why I keep getting an error message when the software is at the end of downloading.
    Any tips?

    Disable your firewall/security software.

  • Clean Access Server could not establish a secure connection

    I have a OOB Real IP GW setup on v4.1.2
    I seem to have a problem with the CAS connecting to the CAM although I have added the CAS to the CAM and can manage the CAS from the CAM.
    I noticed while troubleshooting client authentication that the client was not being redirected to the logon web page and it had full access to the trusted network from the untrusted authentication vlan. I eventually figured out that if I change the CAS Filter Fallback method from Allow to ignore then it tries to authenticate the client. However the fact that the fallback is activated tells you that something is not right.
    I have 2 problems:
    A) The clients web page is redirected for authentication but it only lists the domain name in the URL and not the hostname or host IP. In the lab I do not have a DNS server and it would not help as it does not include the hostname in the URL anyway. How do I fix this or perhaps it's related to the 2nd problem.
    B) When I manually change the URL by replacing the domain name with the IP of the CAS (untrusted OOB Real IP GW) then I get the following error message when logging on:
    Network Error:
    Clean Access Server could not establish a secure connection to Clean Access Manager at mydomain.com.
    This could be due to one or more of the following reasons: 1) Clean Access Manager certificate has expired 2) Clean Access Manager certificate cannot be trusted or 3) Clean Access Manager cannot be reached.
    Please report this to your network administrator.
    I would guess the culprit is No 2 but surely the system can run on self signed certificates? I have an NTP server so time is in sync. I have even tried regenerating the cetificates on the CAM
    & CAS.
    Any ideas?

    To overcome problem B, I regenerated the SSL Certificates using the host IP address instead of the name for all the CAM & CAS appliances. This seems to have resolved this problem.
    I also SSH'd from each of the CAS's to each of the CAM's from the CLI and it then prompts to permanently store the certificates. I'm not sure it this was necessary though.

  • I receive a not connected to the internet message several times daily on my iMac connected via airport to a time capsule which accesses the internet via cable modem.. When I input my password to enter network preferences, the connection re-establishes.

    I receive a "not connected to the internet message" several times daily on my iMac connected via airport to a time capsule which accesses the internet via a cable modem. Software/firmware is up to date on the iMac (OSX 10.6.8)  and Tme Capsule(7.5.2). Browser is Safari 5.1.
    When I input my password at the prompt to enter network preferences, all the lights go green (ie... ethernet, ISP etc.) and the connection re-establishes immediately and states "the connection appears to be working normally".
    It more of a nuisance than anything and seems to have started ocurring over the past couple of months. I also have a windows XP box also connected to the same cable modem that I never have internet connectivity issues with. I've verified all the physical aspects of the connections and can't see any evidence of any actual drops in the modem logs. I suspect it is just an intermittent communication loss between the Imac and the Time Capsule, but I am not very familiar with Mac equipment yet.
    Just wondering if anyone has experienced a similar problem and what you did (if anything) to resolve it?
    Thanks.

    The AirPort Express will connect to your existing wireless network if the network is using WPA2 Personal or WPA/WPA2 Personal wireless security settings.
    So, it can join the network as a client and then provide an Ethernet signal to your Time Capsule.
    Be sure to configure the Time Capsule to operate in Bridge Mode so that it will be operating on the same network.

Maybe you are looking for

  • Animation - Can I use an expression (event based) to display an Animation? - New User

    I am bench testing my application with a DL05. This has been a great way to learn the Lookout application. Ex: PB, high/low bit conditions representing the same PB's color and text state (PB object with no text description, just color background and

  • Help upgrade to Digital Vault Plus

    I have recently left bt broadband and had an email notifying me that my digital vault would be cancelled unless i upgrade to digital vault plus.  I have tried to do this but when I go to upgrade and enter my payment details it says it is undergoing m

  • Disable Backspace Key

    I'm trying to figure out how to disable the backspace key on an input form. Or, I need to figure out why I can't type into an input field after I've backspaced(erased) all the characters?

  • Quitting dashboard client to install flash player

    Is their a way to quit the dashboard in order to install adobe flash player for Mountain Lion

  • Installing Management Studio issue

    Greeting. Attempting to install Management Studio on a Win 7 box and am having an issue, apparently reading the registry. Since the account used is local admin, not sure why this is occurring. Any assistance would be welcomed. Steps Taken: 0) Reboote