Process terminated without establishing connection to debugger

I'm using FB 4.5.1 on Windows and trying to use StageVideo for a mobile app.  The video file plays, I can hear audio but no video.  In multiple posts I've seen that you need to add -swf-version=13 or -swf-version=14 to the compiler options.  I have AIR 3.1 installed on this box so I used 14 (same result with 13) and when I try to run or debug I get the launch error, Process terminated without establishing connection to debugger.
I can use -swf-version=11 and it runs, but the video doesn't work.  I've downloaded Flash debugger 11.1 and get the same results as using 10.2.  So is my problem because FB doesn't recognize the latest version of AIR or something else?... basically, how do I fix this?? 

I just had a D'oh moment... Two things: (1) Needed to change the application namespace in application-app.xml to 3.1 and (2 which is the D'oh part), actually install the 3.1 SDK.

Similar Messages

  • Failure establishing connection to debugger through sql developer

    i am trying to debug the procedure through debug option which i have in sqldeveloper. i am trying accessing the remote DB through client machine. my machine is accessing through VPN. and i am getting error as
    Connecting to the database vtprod342@VTRMSD01.
    Executing PL/SQL: ALTER SESSION SET PLSQL_DEBUG=TRUE
    Executing PL/SQL: ALTER SESSION SET PLSQL_COMPILER_FLAGS=INTERPRETED
    Executing PL/SQL: CALL DBMS_DEBUG_JDWP.CONNECT_TCP( '130.174.12.111', '4000' )
    ORA-30683: failure establishing connection to debugger
    ORA-12535: TNS:operation timed out
    ORA-06512: at "SYS.DBMS_DEBUG_JDWP", line 68
    ORA-06512: at line 1
    Process exited.
    Disconnecting from the database vtprod342@VTRMSD01.
    and when i checked on my system ipconfig i am geeting as below, please let me know what is the ip and port i need to set..... "168.185.5.73" this is the my remote Database IP.
    C:\Documents and Settings\selvaraj.v>ipconfig
    Windows IP Configuration
    Ethernet adapter Local Area Connection:
    Connection-specific DNS Suffix . : corp.mphasis.com
    IP Address. . . . . . . . . . . . : 172.20.34.16
    Subnet Mask . . . . . . . . . . . : 255.255.255.192
    Default Gateway . . . . . . . . . : 172.20.34.1
    Ethernet adapter {9A1DB242-8CB4-4EA9-8415-5CA3D0001C5A}:
    Connection-specific DNS Suffix . :
    IP Address. . . . . . . . . . . . : 130.174.12.111
    Subnet Mask . . . . . . . . . . . : 255.255.252.0
    Default Gateway . . . . . . . . . :
    Thanks in Advance

    The database needs to be able to contact your PC, and I think your IP on the VPN is 172.20.34.16 rather than 130.174.12.111, correct?
    If so, check Preferences - Debugger - Prompt for Debugger Host, initiate another debug session, and when prompted, give that IP instead. Once you had a successful debug session, I'm pretty sure you can uncheck the preference again.
    If still no go, some firewall (PC or network) might be blocking the database from reaching your PC.
    Hope that helps,
    K.

  • Failure establishing connection to debugger

    Hi all,
    I'm using SQL developer 3.1.07 and I'm unable to use the debugger functionality. I've searched and found a number of other threads that relate to either VPN's or users putting the server address in the debugger host but I'm still unable to resolve the issue.
    The difference here may be that I have virtualbox set up on my pc and have all the associated VM IP addresses set up.
    Virtualbox is not running when I attempt this.
    the message I'm getting is (IP address hashed out):
    Connecting to the database whitehat.
    Executing PL/SQL: ALTER SESSION SET PLSQL_DEBUG=TRUE
    Executing PL/SQL: CALL DBMS_DEBUG_JDWP.CONNECT_TCP( '###.29.34.96', '65078' )
    ORA-30683: failure establishing connection to debugger
    ORA-12535: TNS:operation timed out
    ORA-06512: at "SYS.DBMS_DEBUG_JDWP", line 68
    ORA-06512: at line 1The above address is the one chosen by SQL developer initially and is also the one shown in my sys_context('userenv','ip_address').
    The database server itself is not on my PC, but is readily accessible on the network.
    I'm at a bit of a loss as to how to proceed. any suggestions?
    Edited by: WhiteHat on May 8, 2013 9:26 AM
    fixed embarrassing spelling oversight in the subject line

    >
    The above address is the one chosen by SQL developer initially and is also the one shown in my sys_context('userenv','ip_address').
    >
    It might be a firewall issue; especially if you have been working with VM on that machine.
    While you wait for one of the sql dev people to respond you may want to review this doc about 'Running and Debugging PL/SQL and Java Stored Procedures'.
    This is from the Fusion Middleware doc for JDeveloper but sql developer is based on JDeveloper
    http://docs.oracle.com/cd/E16162_01/user.1112/e17455/dev_stored_proc.htm
    >
    29.3.2 How to Specify the Database Debugger Port
    When the database debugger is running, for example to debug PL/SQL through a database connection, the ports used are randomly assigned. This can cause problems with firewalls, and to avoid them you can edit the ide.properties file to ensure that a specific port is used.
    To specify the port:
    If necessary, close JDeveloper.
    In a text editor, open jdev_install/jdeveloper/jdev/system/oracle.jdeveloper.release_number/ide.properties.
    Type the following:
    DatabaseDebuggerPortOverride=port_number
    where port_number is the port number you want the debugger to use.
    Save ide.properties. When you restart JDeveloper, the port you specified will be used.
    >
    The entire section at the link provides more information about establishing a debugger connection if you haven't done that before on any machine.

  • Debugger on Windows Vista - ORA-30683: Failure establishing connection to d

    We can't get the debugger to work on our Vista machines... On our XP machines we don't have this problem, so I suspect it's a "Vista" issue.
    The vista machine is a desktop running sql developer, connection to another machines (server's) database. XP machines connect and debug on that same database fine.
    We get this error when debugging:
    Executing PL/SQL: CALL DBMS_DEBUG_JDWP.CONNECT_TCP('0.0.0.0', '4000')
    ORA-30683: Failure establishing connection to debugger
    ORA-12541: TNS: no listener
    ORA-06512: at "SYS"."DBMS_DEBUG_JDWP", line 68
    we've tried:
    1) controlling the port on the SQL Developer preferences to be 4000, then making an exception on the firewall (on the vista machien) for that port
    2) making an exception for sql developerj.exe files
    3) Running it as an administrator
    no luck.
    I do notice that on teh first line, it puts: CONNECT_TCP('0.0.0.0', '4000')
    The zero's... on an xp machine, the IP: 127.0.0.0 would be there instead. Not sure if that's related to the problem.
    Please help, we can't debug on our Vista machines until this is resolved.

    Definitely. The database needs to be able to contact your PC, so '0.0.0.0' won't work.
    Check Preferences - Debugger - Prompt for Debugger Host, initiate another debug session, and when prompted, give your IP instead. Once you had a successful debug session, I'm pretty sure you can uncheck the preference again.
    Have fun,
    K.

  • Unable to connect to debugger

    Developer cannot connect to debugger. when I attempt to execute a procedure in a pcakage to debug it I get:
    Connecting to the database DBConnection1.
    Executing PL/SQL: ALTER SESSION SET PLSQL_DEBUG=TRUE
    Executing PL/SQL: ALTER SESSION SET PLSQL_COMPILER_FLAGS=INTERPRETED
    Executing PL/SQL: CALL DBMS_DEBUG_JDWP.CONNECT_TCP( '127.0.0.1', '1286' )
    ORA-30683: failure establishing connection to debugger
    ORA-12541: TNS:no listener
    ORA-06512: at "SYS.DBMS_DEBUG_JDWP", line 68
    ORA-06512: at line 1
    Process exited.
    Disconnecting from the database DBConnection1.
    I can connect with the database via SQL*Plus. SQL Developer is on my machine, is there a listener for the debugger? Any help would be appreciated.

    You need to enable 'Prompt for Debugger Host for Database Debugging' under Tools -> Preferences -> Debugger.
    Otherwise it is assuming that the database is local to your pc and the remote database can't connect to yours since the ip address defaults to 127.0.0.1. (who knows why they did it this way.. but many other had this problem)
    Eric

  • How do I connect the debugger for remotely debugging PL/SQL?

    Hi everyone,
    Remotely debugging PL/SQL from JDeveloper and SQL Developer is something I have tried unsuccessfully to do.
    The steps I took were to right-click my connection, select Remote Debug... and specify "4000" for the Port and "n.n.n.n" for the Local address which seems to correctly start the listener. (I used ipconfig to double-check the address.) Then, I run the anonymous block you see below.
    begin
    dbms_debug_jdwp.connect_tcp( 'n.n.n.n', 4000 );
    end;
    But, I always get the following error:
    Error starting at line 18 in command:
    begin
    dbms_debug_jdwp.connect_tcp( 'n.n.n.n', 4000 );
    end;
    Error report:
    ORA-30683: failure establishing connection to debugger
    ORA-12535: TNS:operation timed out
    ORA-06512: at "SYS.DBMS_DEBUG_JDWP", line 68
    ORA-06512: at line 2
    30683. 00000 -  "failure establishing connection to debugger"
    *Cause:    An error was indicated when trying to establish a connection
               to a debugger. Usually a TNS error will display along with
               this message to further explain the problem, although this
               TNS error will likely be hidden if you choose to trap the error.
    *Action:   Correct the indicated parameter value and try again.
    Additionally, my firewall in Windows 7 is disabled, and I work remotely from home via VPN.
    The instructions are thatI followed: Sue's Blog... again...: Remote Debugging with SQL Developer.
    Any help would be greatly appreciated. Thanks!
    James

    I found the answer.
    Object classes are missing.
    The right insert code is down but I have a new question.
    -How can I assign Resource acces to user in PL/SQL?
    Right insert code:
    declare
    vn_retval pls_integer;
    emp_session dbms_ldap.session;
    emp_dn varchar2(256);
    emp_array dbms_ldap.mod_array;
    emp_vals dbms_ldap.string_collection ;
    vv_ldap_host varchar2(256);
    vv_ldap_port varchar2(256);
    vv_ldap_user varchar2(256);
    vv_ldap_passwd varchar2(256);
    vv_ldap_base varchar2(256);
    begin
    vn_retval := -1;
    vv_ldap_host := 'XXXXXXX';
    vv_ldap_port := '389');
    vv_ldap_user := 'LDAP_USER';
    vv_ldap_passwd:= 'LDAP_PASSWD';
    vv_ldap_base := 'LDAP_BASE';
    dbms_ldap.use_exception := true;
    -- Initialize ldap library and get session handle.
    emp_session := dbms_ldap.init(vv_ldap_host, vv_ldap_port);
    -- Bind to the directory
    vn_retval := dbms_ldap.simple_bind_s(emp_session, vv_ldap_user, vv_ldap_passwd);
    -- Process New Entry in the database
    -- Create and setup attribute array for the New entry
    emp_array := dbms_ldap.create_mod_array(4);
    emp_vals(1) := 'NAME';
    dbms_ldap.populate_mod_array(emp_array, dbms_ldap.mod_add, 'cn', emp_vals);
    emp_vals(1) := 'NAME';
    dbms_ldap.populate_mod_array(emp_array, dbms_ldap.mod_add, 'sn', emp_vals);
    emp_vals(1) := 'top';
    emp_vals(2) := 'person';
    emp_vals(3) := 'organizationalPerson';
    emp_vals(4) := 'orcluserv2';
    emp_vals(5) := 'orcluser';
    emp_vals(6) := 'inetOrgPerson';
    dbms_ldap.populate_mod_array(emp_array, dbms_ldap.mod_add, 'objectclass', emp_vals);
    emp_vals.delete;
    emp_vals(1) := 'NAME' || '1';
    dbms_ldap.populate_mod_array(emp_array, dbms_ldap.mod_add, 'userpassword', emp_vals);
    -- DN for Entry to be Added under 'ldap_base'
    emp_dn := 'cn=' || 'NAME' || ', ' || vv_ldap_base ;
    -- Add new Entry to ldap directory
    vn_retval := dbms_ldap.add_s(emp_session, emp_dn, emp_array);
    -- Free attribute array (emp_array)
    dbms_ldap.free_mod_array(emp_array);
    -- Unbind from ldap directory
    vn_retval := dbms_ldap.unbind_s(emp_session);
    end;

  • Process terminated by signal 11 (abap dump) connecting to remote database

    Hi
    We are currently running 4.7 Enterprise on Oracle 9.2.0.6.0 and frequently connect to another remote (non SAP) oracle database using the following statements:
    exec sql.
    connect to 'remote'
    endexec.
    The remote system is set up in SAP using view DBCON.
    This works pretty well but we have started to see an increasing number of terminations "Process terminated by signal 11"
    I suppose I have two questions
    1. Can we modify our abap to catch this exception (this would let us try again or exit gracefully)
    2. Does anyone know the cause of this exception or where to look to find the cause
    Many thanks for your help.
    Simon

    Fixed at last - an update to the Oracle client / libaries I think was what cured it in the end. Phew
    Thanks

  • App Error 602 & "Uncaught exception: Application net_rim_bb_messaging_app(144) is not responding; process terminated"

    Hi,
    I have spent a whole and very frustrating day trying to solve the following problem and in exasperation I resort to a posting here. Note no changes had been made to the phone prior to the start of the problem.
    My Blackberry 9800 Torch freezes on power-up. It can only be ‘unfrozen’ by taking out the battery or, if left alone, after many minutes it comes up with the white screen, ‘App Error 602' and ‘Reset’ which is highlighted. Resetting has the same effect as taking out the battery. After each restart, it goes through the usual security and time checks and then freezes again. However, on rare occasions I got the message “Uncaught exception: Application net_rim_bb_messaging_app(144) is not responding; process terminated”.
    Soon after the restart, after the Security Software Verification and on confirming the time/date, there is a very small window of opportunity (literally a couple of seconds) to access the phone. After much trial and error, I discovered that (in Manage Connections) by disabling the Mobile Network and WiFi - effectively putting it into ‘aeroplane mode’ - the device would work, without any problem and indefinitely. Except, of course, I couldn’t access the phone network nor the internet, which isn’t helpful(!).
    I have taken this opportunity to do a full back-up on to my PC, through BlackBerry Desktop Software (though I’m not sure this backs up downloaded Apps??). Separately, I've also copied all the subdirectories from the phone’s memory and media card on to the PC, retaining their correct structures (but presumably also copying the corruption causing the problem?).
    Any ideas???
    - thanks in advance!

    The method you are attempting is the automatic method...sometimes it just doesn't work, and you must take control. The simplest way is to, on a PC (you cannot do this on MAC):
    1) Make sure you have a current and complete backup of your BB...you can find complete instructions via the link in my auto-sig below.
    2) Uninstall, from your PC, any BB OS packages
    3) Make sure you have the BB Desktop Software already installed
    http://us.blackberry.com/software/desktop.html
    4) Download and install, to your PC, the BB OS package you desire:
    http://us.blackberry.com/support/downloads/download_sites.jsp
    It is sorted first by carrier -- so if all you want are the OS levels your carrier supports, your search will be quick. However, some carriers are much slower than others to release updates. To truly seek out the most up-to-date OS package for your BB, you must dig through and find all carriers that support your specific model BB, and then compare the OS levels that they support.
    5) Delete, on your PC, all copies of VENDOR.XML...there will be at least one, and perhaps 2, and they will be located in or similarly to (it changes based on your Windows version) these folders:
    C:\Program Files (x86)\Common Files\Research In Motion\AppLoader
    C:\Users\(your Windows UserName)\AppData\Roaming\Research In Motion\BlackBerry\Loader XML
    6a) For changing your installed BB OS level (upgrade or downgrade), you can launch the Desktop Software and connect your BB...the software should offer you the OS package you installed to your PC.
    6b) Or, for reloading your currently installed BB OS level as well as for changing it, bypass the Desktop Software and use LOADER.EXE directly, by proceeding to step 2 in this process:
    http://supportforums.blackberry.com/t5/BlackBerry-Device-Software/How-To-Reload-Your-Operating-Syste...
    Note that while written for "reload" and the Storm, it can be used to upgrade, downgrade, or reload any BB device model -- it all depends on the OS package you download and install to your PC.
    If, during the processes of 6a or 6b, your BB presents a "507" error, simply unplug the USB cord from the BB and re-insert it...don't do anything else...this should allow the install to continue.
    If you are on MAC, you are limited to only your carriers sanctioned OS packages...but can still use any levels that they currently sanction. See this procedure:
    KB19915How to perform a clean reload of BlackBerry smartphone application software using BlackBerry Desktop Software
    Good luck and let us know!
    Occam's Razor nearly always applies when troubleshooting technology issues!
    If anyone has been helpful to you, please show your appreciation by clicking the button inside of their post. Please click here and read, along with the threads to which it links, for helpful information to guide you as you proceed. I always recommend that you treat your BlackBerry like any other computing device, including using a regular backup schedule...click here for an article with instructions.
    Join our BBM Channels
    BSCF General Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • Essbase Studio - Failed to Establish Connection With SQL Database Server

    Hi all,
    I am new to Hyperion and am having trouble deploying what seems a simple cube in Essbase Studio.
    My environment is Windows 2003, EPM 11.1.1.2, SQL Server 2000.
    I have the following two issues which may be related.
    1. The EPM System Diagnostic tool says that Hyperion Foundation cannot connect to the SQL database.
    Error:
    Failed: Connection to database
    Error: java.net.UnknownHostException: <server name: <server name>
    Recommended Action:
    Every other EPM application is able to connect to the database. I have tried re-configuring Foundation Services and checking the config files and nothing looks wrong. I would appreciate advice on how to fix this.
    2 In Essbase Studio, I was able to connect to the database where the source data is, build the minischema and create dimensions and measures. But when I run the cube deployment wizard I get the error:
    Message: Failed to deploy Essbase cube
    Caused By: Failed to build Essbase cube dimension: (Time)
    Caused By: Cannot incremental build. Essbase Error(1021001): Failed to Establish Connection With SQL Database Server. See log for more information
    …ODBC Layer Error: [08001] ==> [[Microsoft][ODBC SQL Server Driver][TCP/IP Sockets]SQL Server does not exist or access denied.]
    I have checked the DSN as well as the connections set up within Studio, and they are all able to connect to the database. I am using the admin user for the Essbase server and have created a different user for the databases where the data resides and the shared services database. I tried using the same user all the way through and this didn’t help.
    Can you please advise what else I can check or change to resolve this issue.
    Also, can you work in EAS with cubes that are created in Studio? I tried looking at it and I got an error that the rule file couldn’t be accessed because it was created in Studio.
    After the above failures, I tried creating a cube in EIS, with mixed success. I have been able to load the members and data without errors. But when I try to view the data in the cube, I am seeing field names for the measures instead of the data itself.
    ...Definitely more questions than answers at this stage of my learning.
    Regards
    Michelle

    Michelle,
    I don't know if you found an answer to you question after so many months but I was hoping I could be helpful.
    The issue you are experience happens often when the dimension that you are getting an error on, in this case TIME, is built from a snowflake lineage and there is a bad foreign key reference. This dimension is most like high-up in your outline build process for Essbase Studio and this prevents the build from happening usually early on.
    Check your logs also. They are in Hyperion > Products > logs > essbase > essbasestudio.
    You can also make your logs more verbose by setting a configuration variable in the essbase studio server.properties file but that should only be used for debugging as it really saps performance.
    And, yes, you can of course edit an Essbase Studio deployed cube in EAS. However, any changes you make to the cube in EAS are subject to being wiped-out upon the next Essbase Studio deployment of that Applicaion/Database combo.
    If you want to provide more detail, screenshots, etc. I would be glad to help where I can.
    Cheers,
    Christian
    http://www.artofbi.com

  • Business Server exception: attempt to establish connection failed.

    Hi.
    I'm a total newbie to the BPA Suite, but I have experience with other tool sets like MEGA. I've downloaded and installed an evaluation copy of version 10.1.3.4 of the tool.
    I'm working through the Business Process Architect Quick Start Guide, going through the sample Quote to Cash process. Everything is progressing relatively well as I go through the document (except that the QuoteToCash project is already loaded in the LOCAL business repository without me having to load it separately), until I get to the first simulation.
    When I go to the Simulation module, I get an error: "Server access exception: Business Server exception: attempt to establish connection failed."
    I don't know what's wrong, but there are a couple of things I'm thinking about. One is that I didn't install XE separately, so I think that I'm just using the default Oracle Lite instance that gets installed with the tool. Another is that my account is configured without administrator privileges, so I generally have to run installers as a separate user with administrator privileges to get things to work.
    Any suggestions would be greatly appreciated!
    Thanks.

    It might be bad form to answer your own question, but after further experimentation, I think that it's a permissions problem.
    I repeated the installation on another (virtual) machine on an account that is an administrator, and I can simulate the Process Order process as described in the Quick Start Guide to my heart's content.
    Now, the second machine isn't configured exactly the same as the first machine, so there could be other underlying or contributing factors. But I'm un-stuck for now.
    I just thought I'd share what I found. Thanks.

  • Cannot Connect to Debugger - re-post

    Hi All,
    Now that some of the Adobe engineers are back from their annual summer vacations, I'm hoping that someone can help me with this matter.  I originally posted this 8 days ago, however only 12 people even viewed the post, with no responses at all.
    I have  recently been stung by the 'cannot connect to debugger' problem.   Everything was fine 2 days ago, as it had been for the past 8 months.  Then  yesterday I had a 'hard crash' while programming in FB 4 (standard  edition) on Win 7.  I literally was typing some code when the dev  environment 'stopped working'.  I eventually shut down the process and  such.  Upon re-opening FB, things were mostly fine - it even saved my  most recent keystrokes.  However...
    Today, when I tried to  debug (on Firefox 3.6 with Flash 10.1) it would not work.  So, I  upgrated to 10.3, both the 'regular' and then the debugger versions of the  plug-ins.  I tried to debug (a simple, 'hello world' type application)  and it will not work.  I have shut-down FB, I have re-booted, I have  checked my Hosts file... nothing.  I even just upgraded to FireFox  5...same result - 'cannot connect to debugger'.
    I  researched this for hours now.  I guess 'many' people have had the  'cannot connect to debugger' problem over the past few years.  I have  tried the 127.0.0.1 trick - still cannot connect.   I have confirmed  that the 'debugger version' is running inside Firefox because when I  right-click on the app (when not trying to debug) I *do* see the 'Show  Redraw Regions' option (which only shows up if running the debugger  version of the plug-in).
    I am trying to avoid dozens of  wasted hours, re-installing, re-booting, knocking head against wall -  things that others have done over the years.  Does anyone have a magic,  voo-doo trick I can try to get this running again?  It was all fine 2  days ago!  I am not sure if the issue is related to the 'hard crash'  that FB had 2 days ago, but the timing is right, so it probably did.  I  just don't know what else to check... For a simple, 1 file application  ("hello world" with 1 line of AS code to serve as the breakpoint), it  should just work, and there is not much to configure, right?
    Thanks in advance...
    -David

    The "solution" (if you'd call it that) called for me uninstalling FlashBuilder itself, then re-installing it.  I had previously un-installed the FlashPlayer (debugger version) on both IE and FireFox several times, both with and without the Tech Support guy in India watching me.  None of that helped.  It is hard to understand (since there is so much to know) how FlashBuilder itself could have been 'corrupted' somehow (likely some text/ini/config file somewhere) to the point of disabling the ability to connect to the debugger... but, whatever.  At least I can debug again.
    -David

  • Whenever I try to open Firefox it says cannot establish connection, maybe your firewall is preventing us from accessing the web.

    Whenever I try to open Firefox it says cannot establish connection, maybe your firewall is preventing us from accessing the web. Even though I've let Firefox through my firewall, this message still appears. And whenever I try to redownload it, it just says installation failed. It does this with all installations... Is there something wrong with my computer? How do I fix it?

    Sometimes you only disable the user interface of security software, but the firewall or anti-virus services are still running in the background.
    It is possible that your security software (firewall, anti-virus) blocks or restricts Firefox or the plugin-container process without informing you, possibly after detecting changes (update) to the Firefox program.
    Remove all rules for Firefox and the plugin-container from the permissions list in the firewall and let your firewall ask again for permission to get full unrestricted access to internet for Firefox and the plugin-container process and the updater process.
    See:
    *https://support.mozilla.org/kb/Server+not+found
    *https://support.mozilla.org/kb/Firewalls
    *https://support.mozilla.org/kb/fix-problems-connecting-websites-after-updating

  • Problem in establishing connection with mysql 5.0

    Hi,
    I am using JCAPS 5.1. I tried to insert data to mysql database table.
    But i got following error
    java.sql.SQLException: Error in allocating a connection. Cause:
    Physical Connection doesn't exist.
    My intention is to read file in which data are comma seperated and to
    populate those values to a mysql 5.0 database table.
    Sample DATA in file [test.txt]
    111,gg,23,MFG
    112,hh,24,MFG
    113,ii,25,RETAIL
    114,jj,26,IT
    Database table: employee
    eno,ename,eage,edept
    While creating JDBC OTD there is no problem in establishing connection with database. But after deploying i got above error.
    I have used Mysql 5.0 Connector/J JDBC driver. Added JDBC driver jar files to following directories as required.
    1) C:\JavaCAPS51\logicalhost\is\lib
    2)C:\JavaCAPS51\logicalhost\is\domains\test\lib
    Steps i have followed as per JDBC-ODBC -eway user guide doc.
    1) Created USerDefined OTD and added necessary fields
    2) Created JDBC OTD.
    3) Created JAVA collaboration and do business process for inserting
    4) Mapped all components by creating in Connectivity MAp
    5) created necessary external systems in envrionment explorer.[JDBC External System and File External System]
    6)Created Deployment profile
    5) Deployed it.
    After deploying it gives error as
    java.sql.SQLException: Error in allocating a connection. Cause: Physical Connection doesn't exist
    Please let me know the solution for problem.
    Message was edited by:
    VenkateshSampoornam

    In the environment definition,
    -> External Application JDBC
    -> Properties
    -> Outbound JDBC Connection
    You have the database URL in the "DriverProperties" field
    Valid URL would be : jdbc:mysql://localhost:3306/caps
    !! The doc says that this field is optional !! Seems to be an error in the doc:
    Hope this helps
    Seb

  • Can I use the Airport Time Capsule Wirelessly without being connected to my router/mac by ethernet?

    Hey
    I've recently bought a 3TB Airport Time Capsule, with the sole intention of being able to perform wireless backups.
    Is it possible to perform these wireless backups without being connected by ethernet to my modem/existing router?  I don't want to use the time capsule as a replacement for my existing router (at this stage) - just for wireless backups of my Macs.
    If this is not possible, or practicable, are there other alternatives that I should explore? (non-cloud)
    Thanks in advance
    Steven
    PS
    Boring background:
    I'm in a rental property with a woefully inadequate number of plugs in practical places. In addition there is only one phone socket. The result being insufficient safe space to have the existing router, and the Airport TC along with the existing electrical items.

    Unfortunately, Apple designed the Time Capsule to connect to a modem or modem/router using an Ethernet connection.
    If you do this, you do have the option of turning off the wireless on the Time Capsule and using your existing wireless for backups. Backups will be automatic this way, in the background. The Time Capsule could be located anywhere an Ethernet cable will reach.....up to 300+ feet or about 100 meters.
    The other option.....not recommended and not convenient at all.....is to set up the Time Capsule......without an Ethernet connection and then have the Time Capsule provide a wireless network that would not have Internet access.
    So, when you wanted to back up, you would have to manually "switch" to the Time Capsule network for that process, then once the backup was done, manually "switch" back again to your normal wireless network for normal operations.  A real mess, not to mention the possibility of wireless interference between the networks that may create other issues.

  • Help Needed in establishing connection between Kepware OPC server and UDS 4

    Hi All,
    I am in the process of establishing connection between Kepware OPC server and UDS 4.0,
    Can anyone guide me through the process of configuring UDS 4.0 to establish conection with the Kepware.
    Any standard documentation on UDS 4.0 will be of great help.
    Thanks in advance,
    Shyam

    HI Rajesh,
    I am creating OPC DA instance and when i try to browse for the OPC servers available in the machine, the list is blank. i am not able to view any OPC servers.
    Actuallt the Kepware OPC server and UDS are installed in the same machine.
    Can you plz through some ligh on this
    Regards,
    SHyam

Maybe you are looking for