Connect Timesten server remotely without using timesten client

I know it's a silly question but this is what i want to do:-
I have my java application and I want to connect to the timesten server present on remote machine and moreover I don't have the permission to intall any Timesten Client or App server(weblogic/glassfish) on timesten server. The only thing I had is my java application with plane java connection class to connect to Timesten Server from my machine.
Is this possible or not? And if it is possible please help me out with some ideas...
Thanks in advance!!!

It's not possible. The client/server protocol is proprietary and undocumented and even if you could make it work it would be completely unsupported.
What you need to do is implement your own 'server' that runs on the TimesTen machine. In this server you implement all the database access requirements for your application. Your application then talks to the server using your own protocol in order to access TimesTen. Although it is more work this is a good design pattern and, if it is well designed and implemented, may actually deliver better performance than normal client/server.
Chris
Edited by: ChrisJenkins on May 25, 2012 8:21 AM

Similar Messages

  • How to connect from java without using oracle client installation

    hi ,
    Please tell me how to connect from java without using oracle client
    Thanks & Regars

    http://www.orafaq.com/wiki/JDBC#Thin_driver

  • ORA-28511: lost RPC connection to heterogeneous remote agent using SID=

    I am currently using the HS DG4ODBC on 11.2.0.3 with Linux X86-32bit platform, and I’ve gotten the gateway to work for all DML operations via DBLinks against a TimesTen database.
    However, I am getting the following error in red when trying to execute the DBMS_COMPARISON package: ORA-28511: lost RPC connection to heterogeneous remote agent using SID=ORA-28511: lost RPC connection to heterogeneous remote agent using SID=(DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=timesten-hol)(PORT=1521))(CONNECT_DATA=(SID=hsodbc1)))
    An internet search about the error leads me to think that this is a config issue with the cause being that:
    Cause: The listener is unable to spawn the HS agent or the agent cannot find the ODBC lib directory.
    Action: The PROGRAM line in the listener.ora file is incorrect or not specified. Make sure LD_LIBRARY_PATH includes the $ODBC_HOME/lib directory. If not, set LD_LIBRARY_PATH and restart the listener.
    But I’ve revisited the settings and they all look OK, and also the HS agent seems to work fine for all types of DML operations on TimesTen, so I am at a loss of why the above error is occurring with dbms_comparison.compare.
    I am also using the datadirect ODBC driver manager.
    Thanks,

    You've already filed a bug for this issue ( DG4ODBC CORE DUMP WHEN USING DBMS_COMPARISON.COMPARE) so please close this thread.

  • Mac won't connect to the web without using a vpn...

    I know...it doesn't make sense. I have been buying and using a vpn service, IPVanish, for 3 months now and I have always just had it turned on. But now I no longer use it because of payment issues and it not being that great and since then my computer can't connect to the internet without using some sort of vpn. I can use skype, my email, steam, really anything except my web browser. I go to start it up w/o being connected to a vpn and it wont load a webpage. Does anyone know what to do...if so please help!!

    Back up all data.
    From the menu bar, select
     ▹ System Preferences ▹ Network
    If the preference pane is locked, click the lock icon in the lower left corner and enter your password to unlock it. Then click the Advanced button and select the Proxies tab. If any proxy options are selected, make a note of them and then deselect them. You don’t need to change the bypass or FTP settings. Click OK and then Apply. Test. The result may be that you can't connect to any web server. Restore the previous settings if that happens.

  • ORA-28511: lost RPC connection to heterogeneous remote agent using SID=%s

    Hi,
    Please Help to relsove below issue:
    I am using Oracle gateway for Sql Server 11.2 on Oracle Database 10g Enterprise Edition Release 10.2.0.5.0 - 64bi, on a IBM Power p595 AIX 6.1, SQL Server 2008
    When I run a query the first time, it runs perfectly. After some time, I try to run it again and it displays the following error: lost RPC connection
    09:44:09 SQL> select count(*) from GSUP_ATRIBUTO@SQLPRD;
    COUNT(*)
    73
    09:48:48 SQL> /
    select count(*) from GSUP_ATRIBUTO@SQLPRD
    ERROR at line 1:
    ORA-02068: following severe error from SQLPRD
    ORA-28511: lost RPC connection to heterogeneous remote agent using SID=(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=10.20.8.28)(PORT=1521))(CONNECT_DATA=(SID=SQLPRD)))
    09:49:05 SQL> /
    COUNT(*)
    73
    In the gateway trace file we can see:
    Oracle Corporation --- FRIDAY MAR 09 2012 09:51:04.140
    Heterogeneous Agent Release
    11.2.0.1.0
    HS Agent received unexpected RPC disconnect
    Network error 1003: NCR-01003: NCRS: Read error.
    Gateway initSQLPRD.ora file
    # This is a customized agent init file that contains the HS parameters
    # that are needed for the Database Gateway for Microsoft SQL Server
    # HS init parameters
    HS_FDS_CONNECT_INFO=[ipSQLSERVER]:port//
    # alternate connect format is hostname/serverinstance/databasename
    HS_FDS_TRACE_LEVEL=OFF
    HS_FDS_RECOVERY_ACCOUNT=RECOVER
    HS_FDS_RECOVERY_PWD=RECOVER
    Gateway Listener
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME=SQLPRD)
    (ORACLE_HOME=/home/oracle/app/oracle/product/10.2.0)
    (ENV="LD_LIBRARY_PATH=/home/oracle/app/oracle/product/10.2.0/dg4msql/driver/lib:/home/oracle/app/oracle/product/10.2.0/lib")
    (PROGRAM=dg4msql)
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = ipGateway) (PORT = 1521))
    SQLNET.INBOUND_CONNECT_TIMEOUT=0
    My tnsnames.ora file
    SQLPRD =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = tcp)(HOST = ipGateway)(PORT = 1521))
    (CONNECT_DATA =
    (SID = SQLPRD)
    (HS = OK)
    Alert log message in Oracle Server:
    Fri Mar 09 09:48:47 GMT-03:00 2012HS: Lost RPC connection to remote Agent...
    HS: ... Agent SID = (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=ipGateway)(PORT=1521))(CONNECT_DATA=(SID=SQLPRD))), NCR status = -2147385340
    Please help

    Hi,
    It looks like the gateway connection has been closed for some reason and then you have tried to use it again in the same session which gives the ORA-28511.
    There is a default gateway timeout but that is 20 minutes, whereas you are seeing problem after about 4 minutes and the listener timeout is set to 0.
    Do you have any timeout settings configured in sqlnet.ora ?
    Regards,
    Mike

  • ORA-28511: lost RPC connection to heterogeneous remote agent using

    hi,
    I have configured dblink between Oracle and sqlserver using "Oracle Database Gateway for SQL Server" method.
    i am following the below listed documents
    ID 437374.1---How to Setup DG4MSQL (Oracle Database Gateway for MS SQL Server) Release 11 on Linux
    http://download.oracle.com/docs/cd/B28359_01/gateways.111/b31042/configsql.htm
    All the steps have done and listener, tns also working fine. but, retrieve the data from sqlserver its shows following error.
    SQL> select from "demo"@slink;*
    select from "demo"@slink*
    ERROR at line 1:
    ORA-28511: lost RPC connection to heterogeneous remote agent using
    SID=ORA-28511: lost RPC connection to heterogeneous remote agent using
    SID=(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=erpdev01.4iapps.com)(PORT=1511))(C
    ONNECT_DATA=(SID=dg4msql)))
    ORA-02063: preceding line from SLINK
    Process ID: 25158
    Session ID: 298 Serial number: 5602
    System Details:
    Oracle Database :
    OS : Enterprise Linux Enterprise Linux Server release 5.2
    DB Version : 11.1.0.7.0 Enterprise Edition Release
    Oracle Database Gateway for SQL Server version : 11.1.0.6.0
    Sqlserver Database :
    OS : windows xp
    DB Version : sql server 2005 express edition
    kindly share your ideas....
    Thanks in advance

    Hi,
    To follow up could you please provide the following information -
    - the gateway listener.ora
    - gateway init<sid>.ora
    - gateway tnsnames.ora file
    - create database link statement
    - a gateway debug trace from the failing select. Add the following to the gateway init<sid>.ora file -
    HS_FDS_TRACE_LEVEL=debug
    and issue a select from a new SQLPLUS session, then end the session.
    Are the gateway and the RDBMS in the same or different ORACLE_HOME directories ? The gateway is at a lower version than the RDBMS so you should apply the 11.1.0.7 patchset to the ORACLE_HOME where the gateway is installed, to bring it to 11.1.0.7.
    Regards,
    Mike

  • Is it possible to connect Sqlfire server with oracle using DBSynchronizer using default license

    is it possible to connect Sqlfire server with oracle using DBSynchronizer using default license
    Sql fire is my machine
    Oracle is another machine
    When i connect sqlfire with oracle using DBsynchronizer It shows the error message as Wan is not supported for default license
    When i connect Sqlfie(my system) with oracle( another system) using JDBC Rowloader .nothing is happening after some time it shows the error like"time out for pool connection to archive database.When i increase the time out also nothing is happening.
    what is the reason for above two errors(I stated in the pragraph.)
    is it beacuse of wan netwrok not supported by default evaluation license?
    could you please explain?

    I don't think this has anything to do with a VMware product.

  • How to delete/drop all the tables from SQL Server Database without using Enterprise Manager?

    How to delete/drop all the tables from SQL Server Database without using Enterprise Manager?
    I tried using DROP Tables, Truncate Database, Delete and many more but it is not working.  I want to delete all tables using Query Analyzer, i.e. through SQL Query.
    Please help me out in this concern.
    Nishith Shah

    Informative thread indeed. Wish I saw it early enough. Managed to come up with the code below before I saw this thread.
    declare @TTName Table
    (TableSchemaTableName
    varchar
    (500),
    [status] int
    default 0);
    with AvailableTables
    (TableSchemaTableName)
    as
    (select
    QUOTENAME(TABLE_SCHEMA)
    +
    +
    QUOTENAME(TABLE_NAME)
    from
    INFORMATION_SCHEMA.TABLES)
    insert into @TTName
    (TableSchemaTableName)
    select *
    from AvailableTables
    declare @TableSchemaTableName varchar
    (500)
    declare @sqlstatement nvarchar
    (1000)
    while 1=1
    begin
    set @sqlstatement
    =
    'DROP TABLE '
    + @TableSchemaTableName
    exec
    sp_executeSQL
    @sqlstatement
    print
    'Dropped Table : '
    + @TableSchemaTableName
    update @TTName
    set [status]
    = 1
    where TableSchemaTableName
    = @TableSchemaTableName
    if
    (select
    count([Status])
    from @TTName
    where [Status]
    = 0)
    = 0
    break
    end

  • Connect to server thru DNS using VPN

    I want to do the following :
    - connect to my server thru VPN (this is working) using VPN server of the OS X Server
    - command -K connecting thru the fileshare on the same server using the dns name of my server. (not working)
    when i see the settings of the VPN connection i see my DNS server in the tab DNS. But connection is not established.

    Are you typing the hostname of the server in the 'Connect to Server' dialog? or are you hoping to see the remote servers appear in the list when you Browse?
    The former should work. The latter will not (at least not without extra significant hoops).
    If you are trying the former, and you can't hit the server by name, check whether you can hit it via IP address. Also check whether you can resolve the name via some other means (e.g nslookup or dig in Terminal.app, or Network Utility.app). That will at least help pinpoint the problem.

  • When I try to connect to a remote machine using IPSecuritas, am getting the following error

    When am trying to connect to remote machine using IPSecuritas, I am getting the following error and hence not able to establish connection. Imported the security policy and when I start IPSec,  I get this error.
    Info     APP  IKE daemon started
    Info     APP  IPSec started
    Error    IKE  Foreground mode.
    Info     IKE  @(#)ipsec-tools CVS (http://ipsec-tools.sourceforge.net)
    Info     IKE  @(#)This product linked OpenSSL 0.9.7l 28 Sep 2006 (http://www.openssl.org/)
    Info     IKE  Reading configuration from "/Library/Application Support/Lobotomo Software/IPSecuritas/racoon.conf"
    Info     IKE  Resize address pool from 0 to 255
    Error    IKE  failed to bind to address 192.168.1.2[4500] (Address already in use).
    Info     APP  IKE daemon terminated
    Error    IKE  failed to bind to address 192.168.1.2[500] (Address already in use).
    Error    IKE  no address could be bound.
    Info     APP  IPSec terminated
    Please help me in fixing this issue. Thanks in advance!!..
    Thanks,
    RV

    Is this music purchased back in DRM days? I don't actually have any iTunes music so I can't test with my iTunes 7.5, but I know that without iTunes 10 you cannot even connect to the store anymore.  I wouldn't think that would require an active connection to the store all the time, otherwise how could you play music on a computer in the middle of nowhere?  Did you do something to trigger iTunes suddenly wanting to connect and check on machine authorization?

  • How can I access a database remote without using dblink, synonyms,aliases?

    My store procedure access a remote tables using dblink, synonyms, alias, but by business company requirenments I nedd to use another data base access method. My PL/SQL statement looks like
    select c.cus_id, c.cus_name, p.bankaccno
    into v_cus_id, v_cus_name, v_bankaccno
    from customer c, payment@finantial p
    where c.cus_id = p.cus_id
    Are any method else to connect to several remote databases concurrently?
    If Yes, plase say me how is it, or tell me where do I obtain some examples, or any documentation.
    Edited by: user518321 on Apr 21, 2009 1:58 PM
    Ok, But I must not use any of these data base access method, metioned: dbliks, aliases, synonyms.
    Edited by: user518321 on Apr 21, 2009 2:05 PM
    Ok, It is enough for now, I am surprised for the response time and for their arguments, thanks a lot.
    Edited by: user518321 on Apr 21, 2009 2:50 PM

    If you want to access a table in a remote database using SQL, you will need a database link. It would be exceptionally odd for the business to require that you access a remote database and to prohibit the use of database links. What is the business reason for that combination?
    If you want to look into rather more esoteric solutions, you could load a JDBC driver for the remote database, write a Java stored procedure that queries the remote table using that JDBC driver, and then cobble together some PL/SQL that joins the two result sets. You won't be able to reference the remote table in SQL and the solution won't scale well as data volumes increase and you'll be writing a whole lot of code to manually join tables together, but it does avoid database links. Of course, whatever concerns lead to the ban on database links would probably apply to loading a JDBC driver into the database and writing Java stored procedures to access the remote database, but since you haven't explained the reasoning behind the restrictions, we're just guessing.
    Justin

  • HT204053 can't connect to server for icloud use on iphone5

    Why does my iphone 5 give the following message when I try to view terms and conditions for icloud (unable to connect to server). I am connected to pc with usb and or bluetooth and wifi setting is on.

    Welcome to the Apple community.
    Settings > iCloud > delete account, restart, log back in to iCloud and try again.

  • Windows 2012 Server Remote Desktop Virtualization + Linux Clients

    Hello!
    I wonder if anyone could shed a little light on this.
    We want to implement a Windows 2012 Server with Remote Desktop Virtualization for our office, which has around 12 users. Our company has its core apps developed in VB6.0, and those apps use MySQL as their database. We want clients to run Linux, which will
    have no other function than to connect and to Windows 2012 Server and display the remote session. Users need to work as usual, as they would in a local version of a Windows Desktop.
    Can this be done? If yes, is the Standard version of Windows 2012 Server the best to accomplish this?
    Thank you!

    Hi,
    Add to Tim, you need to acquire CALs for every user (About 12 in your case).
    Remote Desktop Services Client Access Licenses (RDS CALs)
    http://technet.microsoft.com/en-us/library/cc753650.aspx
    Client Access Licenses and Management Licenses
    http://www.microsoft.com/licensing/about-licensing/client-access-license.aspx
    In addition, although AD is recommended, you can run RDS in a workgroup.
    Regarding how to setup RDS on a single server, you can refer to the following:
    Deploying the RDS Quick Start deployment type in Windows Server 2012 (for Session Virtualization)
    http://social.technet.microsoft.com/wiki/contents/articles/10421.deploying-the-rds-quick-start-deployment-type-in-windows-server-2012-for-session-virtualization.aspx
    Deploying RDS 2012 Single Server – Session Based deployment
    http://ryanmangansitblog.wordpress.com/2013/03/11/deploying-rds-2012-single-server-session-based-deployment/
    Please Note: Since the website is not hosted by Microsoft, the link may change without notice. Microsoft does not guarantee the accuracy of this information.
    Hope this helps.
    Jeremy Wu
    TechNet Community Support

  • Can't connect to server remotely, connects fine locally

    I've got an extremely frustrating problem that I can't figure
    out. I have a simple application to test the connection to the FMS
    2 server. If it can connect it basically just says "Connection
    Successful", if it can't connect "Connection Failed". It's named
    'FMStest' and I have created a folder by that name in the
    'applications' directory within the FMS2 directory. The local
    version connects successfully and shows as connected in the
    management console--the connection string I'm using locally is:
    rtmpNow = "rtmp:/FMStest";
    The remote connection fails everytime--I upload the published
    files to our webserver and access the created html file. the
    connection string I use for the remote connection is:
    rtmpNow = "rtmp://my.domain.com/FMStest"; //domain changed
    for security reasons
    Here is the full code:
    var nc:NetConnection = new NetConnection();
    var rtmpNow:String = new String();
    rtmpNow = "rtmp://my.domain.com/FMStest"; //changed for
    privacy
    nc.onStatus = function(info){
    trace ("Level: "+info.level+" Code: "+info.code);
    trace(code.list);
    connect_txt.text = info.code;
    if(connect_txt.text == "NetConnection.Connect.Failed"){
    stat_text.text="Status: Not Connected";
    status_text.text = "Connection to "+rtmpNow+" failed"+"
    Level: "+info.level+" Code: "+info.code;
    else{
    status_text.text = "connection successful";
    stat_text.text="Status: Connected!";
    nc.connect(rtmpNow);
    stat_text.text = "Status: Connecting";
    We've checked all the firewall and other configurations, I've
    tried all variations of the connection string (including using the
    IP address) No luck. Any ideas?

    If you get a "Connection failed" from typing "telnet
    my.domain.com 1935", you have a connection problem. Try running the
    client from different sites (starting from the server itself) to
    identify the component that's blocking the connection.
    You can try running the server on more ports than 1935. Try
    port 1935 and port 80 with RTMP and RTMPT.
    To do so shutdown your server and edit the ADAPTOR.HOSTPORT
    entry in fms.ini. You may have to disable your webserver to avoid
    port conflicts. Then start FMS again and retry. Then check the log
    files. Best is to have a tail on access.00.log

  • How  can I see my isight cameras remotely WITHOUT using an iphone or ipod?

    I simply want to be able to see any of the isight webcams that are on my various computers in my home from another computer when I am not home to keep an eye on things.
    I have tried off and on for years to get Quicktime Broadcaster to work, but i'm not sure if that's even the right way to go.
    I am an advanced user. I know what my home's IP address is and I know how to forward ports in my router. But even when I've used Quicktime Broadcaster on any of my computers running 10.5 or 10.6, I can't figure out what the address would be if I wanted to view my webcams remotely from another computer that's outside of my home.....for free.
    There's GOT to be an easy way to do this. Even if it's complicated I should be able to do it with my internet and application knowledge. Please HELP!!

    David Lawrence4 wrote:
    thanks for the reply.
    You're welcome.
    installing darwin streaming server ... So frustrating!
    I don't see any question here. Perhaps training from your Apple retailer or a local computer training specialist would ease your frustration. Local computer clubs or user groups might be able to recommend someone to you. If not, you will need to do the research and study on your own if you continue to pursue the QuickTime approach.
    By nature of its considerable capabilities and breadth of functions, Apple's full-powered, professional QT software is more complicated than the other software solutions I suggested. Those other applications do not offer the same power and capability as Apple's professional QT apps, but neither do they require you invest so much time for research, study, and test runs.
    If you are determined to learn and use the QT approach, start your study with the FAQs, tutorials, and other info on the applications are available from these links:
      http://www.apple.com/quicktime/broadcaster/
      http://www.apple.com/quicktime/streamingserver/
      http://developer.apple.com/opensource/server/streaming/index.html
    Additional (and more advanced) info is available from the Apple Developer Connection pages:
      http://tinyurl.com/2cyvwsm for Broadcaster
      http://tinyurl.com/27tl8k9   for Streaming Server
      http://dss.macosforge.org/ (for Darwin Streaming Server)
    Implementing streaming video using these QT products may be easier if you use the versions integrated into Mac OS X Server. See http://www.apple.com/server/macosx/ for information that may help you decide whether to buy OS X Server.
    If you have no plans for streaming video beyond that you have described, you might want to reconsider using the professional QT apps. You will likely find the surveillance or webcam apps far simpler to configure and use.
    Mac Pro Quad Core (Early 2009) 2.93Ghz w/Mac OS X (10.6.3)  MacBook Pro (13 inch, Mid 2009) 2.26GHz (10.6.3)
    LED Cinema Display  G4 PowerBook  1.67GHz (10.4.11)  iBookSE 366MHz (10.3.9)  External iSight

Maybe you are looking for