JDBC between Lasso  Pro and Oracle DB

I am running Lasso Pro on a Linux server box [RH 9.0,Apache] and have created a connection to an Oracle database using the Oracle JBDC [to have read only access but with full permissions. I can connect to the DB via the Lasso Admin but only see 3 tables out of a possible 2000. I can log into the Oracle DB directly using  ODBC and then have access to all tables.Lasso uses JDBC. DO I need to do a tweak to the JDBC within the Lasso Directory so that I can reach all the data bases? Or...? I have had several folks helping me on this but no one with JDBC experience and the Lasso people do have any ideas either.But Lasso includes integrated JDBC data soource support to allow connections to JBDC-compatible data sources..."Microsoft SQL Server 2000, Frontbase, Sybase, Openbase, PostgreSQL, Oracle and hundreds more! "
TKU,
Jill                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

Todd:
Ref:
http://docs.oracle.com/cd/E35855_01/tuxedo/docs12c/ads/adecid.html#wp1075436
Section: Generating ECID by Native/WS/Jolt clients and Domain Gateway
We are using Jolt Clients, via JSL for executing Tuxedo Services. The problem, we always face while debugging is cross relation. It would be extremely useful for us if we could get the ECID printed in webserver and tuxedo server process. Can we get ECID using any programming API in jolt client and in Tuxedo server process ? It would help us to correlate web, Tux and server logs
Thanks,
Biju

Similar Messages

  • What is the diffrence between K7T266 Pro and Pro2?

    What is the diffrence between the pro and the pro 2, besides the pro2 being red and having the link lights. Upto what CPU and what type can the pro 1.0 handle? Also, can it be moded to fit a better cpu? Anyone know?
    -Nick

    Pro has the KT266 chipset
    Pro2 has the KT266A chipset
    KT266A has improvements that increase performance, and the Pro2 can be modified to fit Thoroughbred CPUs.
    The Pro (KT266) can only accept up to the Athlon 2000+ palomino.  Also, overclocking the FSB disables USB; this was fixed with the KT266A.

  • (Trouble printing) Trouble with connection between Macbook Pro and Hp Deskjet 1510.

    Trouble with connection between Macbook Pro and Hp Deskjet 1510. (Nothing Prints).
    I have a Macbook Pro and am having difficulty printing documents from ‘Pages' from my Hp Deskjet 1510. I have installed the necessary software for the printer and it is connected via USB. Every time I try to print the printer icon comes up as it should, 'printing' and then 'job completed' and then the icon disappears. (Nothing is printed.) I thought it might be something to do with Pages compatibility with the printer but exporting the document to Word or making it a PDF doesn’t change anything. I don’t have Microsoft Word on my computer. The scanner does work and when I printed a ‘Test Page’ that worked too.
    Let me know if you know why this is happening.

    With these settings the network now works flawlessly, however, when i have my ethernet cable plugged in, my internet access via my airport card(on the macbook pro) is no longer available. Hoping you can tell me why this would be with this info i've provided.
    Educated guess. The networking devices have priorities as to which are used. The standard order is that Ethernet has a higher priority than Airport.
    While your Ethernet is unplugged it is inactive and the Mac ignores it. Once you plug it in, the Mac sees that it is active and switches traffic to that interface.
    I actually take advantage of this feature at home, but configuring my Airport and Ethernet with identical fixed IP addresses. Normally I'll use Airport, but if I'm copying a huge file and I want faster performance, I'll just walk my MacBook (previously iBook, previously Powerbook) over to my Ethernet switch and plug in my MacBook. Magically, the Mac detects that the Ethernet is active and continues the file transfer uninterrupted over the faster 100baseT Ethernet connection. When the transfer is finished, or if I really need to move back to the Comfy Chair, I unplug the Ethernet cable, and all activity reverts back to the Airport, all without disrupting any existing networking connections.
    You on the other hand have totally different settings for your Ethernet and your Airport, so when you switch to Ethernet, you basically loose your Airport connections.
    Something you can try:
    System Preferences -> Network
    Gear icon on the bottom left, next to the [+] [-] icons.
    Select *Set Service Order...*
    Now Drag the network interfaces into the perfer priority order you want. In this case put Airport above Ethernet.
    NOTE: You may want to create a new Network Location for this, instead of messing with your normal home Location (which is most likely the default Automatic. That way you have your original you can always fall back to.

  • What are major differences between SAP BI and Oracle BI?

    Hi Experts,
    I am new to Oracle BI. But I want to know about major differences between SAP BI and Oracle BI?.
    Please help me....
    Thanks & Regards,
    A. kavya kumari.

    There are at least five major differences :
    S P O r c l e
    but important to also be aware of the minor difference:
    A/a

  • What is Difference between ANSI SQL and ORACLE SQL

    Hi,
    I am going to take the assesment test for ANSI SQL Programming before that i want to know any difference between ANSI SQL and ORACLE SQL?
    I am studying for SQL but the test will be ANSI SQL please let me give an idea about the both.
    Thanks
    Merina Roslin

    Basically there is syntax difference between both of them.
    Lets say i want to join two table EMP and DEPT based on DEPTNO.
    With Oracle SQL format its like this.
    select e.*
      from emp e, dept d
    where e.deptno = d.deptnoHere the joining condition goes in the WHERE clause.
    With ANSI SQL format its like this.
    select e.*
      from emp e
      join dept d
        on e.deptno = d.deptnoHere the join condition is mentioned separately and not in WHERE clause.
    Oracle supports ANSI SQL starting from 9i version.
    You can read more about the syntax difference Here

  • Frequently transfering databases between MS SQL and Oracle

    Hello all,
    I am looking for a solution to easily, efficiently and be able to migrate/transfer databases between MS SQL and Oracle frequently.
    I need to be able to replicate a databases on Ms SQL and Oracle for testing purposes. I will need to do this on frequent basis - almost once a week.
    Please suggest what would be the best way.
    Thanks in advance.

    Hi Justin,
    You have guessed it right to a great extend. Yes dont actually need to develop, rather need to test an application that supports SQL and Oracle databases. Now when testing the application its obviously vital to create proper systematic test data. This usually takes a lot of time and effort from the testing team/team-member. So, yes what I need to do is create the test data on one database(may it be SQL or Oracle) and migrate/transfer the data into the database on another server( ie. SQL to Oracle or Oracle to SQL).
    So,
    Are you developing a product that works against both SQL Server and Oracle and trying to synchonize development efforts?Yes, thats correct to extend, I need to test an application against both the servers, as it supports both types of databases, and try to reduce the test setup efforts (literally double the amount) that go in after manual creating same data on each type of database.
    Are you trying to replicate structural changes between systems?I am not 100% sure, what you mean by this. But whats important and enough for me is to replicate the data. It would not be a lot of work to run the scripts and create empty schema objects.
    Are you trying to replicate data changes between systems? The fact that you're only doing this weekly suggests that you're not working in a traditional replication environment.Yes, again as I mentioned above. It would be sufficient for me to just get a copy of the initial dataset. And then replicating changes to it would not be that important. However, if I can achieve a solution to this, I can by all means create a new database on the one server (SQL or Oracle) and take the data-set of the most recent/correct changes and replicate it on the other type of server as and when needed.
    No - this is not a traditional replicating environment. I say weekly, because it is usually once in a week or forthnight that someone from the team will need to spent time to manually copy the test-data onto the another type of server in order to run the same testcases on two types of servers.
    How do you handle conflicts (i.e. if I modify a row in both systems, which modification wins)? This is not really a problem in my scenario, as I only need to be able to transfer the data across to the different server and forget about the two databases actually being in-sync.
    I have also, looked at DTS for a possible solution on SQL, however it seems highly un-realistic, having to map somewhere like 250 tables from the a drop-down list, only because the two database servers use different cases to represent tables internals. So, table 'Table' in my application's SQL database is called 'TABLE' is my applications Oracle database. DTS is highly inefficient in dealing with this. Also, having 250 tables move makes this a bit of a pain.
    Thank you Justin for your response; I highly appreciate your inputs.
    Regards, Nisarg

  • How can I share data between WinXP Pro and Mac OS 10.8.3 via wifi

    How can I share data between WinXP Pro and Mac OS 10.8.3 via home wifi. 

    MartyP wrote:
    Or is there a problem with both OS's writing stuff to the
    ~/Home/Library folder that may be incompatible?
    Yes, big time.  Mail, for sure, has a different file/folder structure, and would not be happy.
    Plus, a number of apps (Apple and 3rd-party) are "Sandboxed."  That's a security feature, to prevent malware or bad coding from affecting things it shouldn't.  Some of their files, including the preferences files, aren't even stored in the same places!
    Or to other places I'm not aware of?
    Probably.  If you have two versions of the same app, they may or may not expect the same data setup.
    To have one User folder for both OS's would save a lot of drive space
    Not if you use some or all of woodmeister50's suggestions. 
    But I'm also not sure how I'd use Time machine with such a set up.
    Just as you do now.  By default, Time Machine backs-up everything (except things like system work files, most caches and logs, trash) for all users and all internal drives & partitions.  By default, it excludes external drives.
    You can change those defaults, of course, via TM Preferences > Options.
    See Time Machine - Frequently Asked Question #32 for details and considerations of multiple drives.
    Presently I backup with . . . clones to other HD's
    Good.   Yes, clones are different.  You need multiple "tasks" to back up multiple drives/partitions.  But once set up, that shouldn't be a big deal.

  • Set up home sharing between macbook pro and desktop pc. tried to sync music in library but ipod is not syncing the library. why not?

    I set up homesharing between macbook pro and desktop pc.  I have attempted to sync songs on my mac and pc, but the ipod will not sync the full library.  why not?

    Hey harold WD!
    You will want to consolidate your entire library onto one computer using Home Sharing in order to sync all of these items onto your iPod. Use the following article to help you accomplish this:
    iTunes 11 for Mac: Use Home Sharing to import items from another iTunes library
    http://support.apple.com/kb/PH12286
    Thanks for using the Apple Support Communities. Have a good one!
    -Braden

  • How can i stream(air mirroring) *.mkv files between Mac Pro and AppleTV2 by using quicktimeX?

    How can i stream(air mirroring) *.mkv files between Mac Pro and AppleTV2 by using quicktimeX?
    Need support!

    How can i stream(air mirroring) *.mkv files between Mac Pro and AppleTV2 by using quicktimeX?
    As stated you can't. Even if the compressed data is TV compatible, the container is not. If the file is playback compatible with the QT X Player, you can, of course, play the file on your main system and "mirror" its display to the TV. Unfortunately, this normally means only the video is played back via the TV device. On the other hand, if you convert the MKV content to an TV compatible file (or move the compressed data to an TV compatible container if the data is already TV compatible), then you can mirror the QT X player (with audio) to the TV device in the full screen mode, air play/mirror it from iTunes (or any mobile device), or stream it directly from itunes.
    Basically, what you can do here depends on the compressed data in the MKV file container and how you define "mirroring."

  • I can't sync my all email message between macbook pro and iPad 4

    Hi,
    I can't sync my all email message between macbook pro and iPad 4. This sync only complete account setting but not email message.
    Can anybody help me to fix the problem?

    You can't "fix" this problem because you can't sync email messages from the Mac mail app, you can only sync your email account settings. Messages will not sync using iTunes.

  • IWay adapters between SAP ERP and Oracle

    Hi,
    The systemlandscape in the future is a SAP ERP System without a java stack and a Oracle system.
    Importend: And without a SAP Portal and a SAP PI.
    I think we will install the iWay Oracle adapter on the SAP ERP system and on the Oracle the iWay for SAP adapter.
    I this solution generally possible with iWay adapters or maybe others solution between SAP ERP and Oracle?
    Thank you for all answers.
    Regards
    Richard

    Hi,
    Your question is not clear.
    It is true that SAP is no more supporting Dual stack systems because of performance related problems. So, we need to install As ABAP and As Java system separately. As far as oracle is concerned, you need a database to install ERP system then why you want to install adapter ?
    Thanks
    Sunny

  • What is the difference between Open-Script and Oracle functional testing

    Hi All,
    Please help me in spotting out the difference between the Openscript and Oracle Functional Testing for Web Application.
    Does Oracle Functional Testing for Web Application have any special features when compared with Open-Script.
    Please help me out.
    Thanks in Advance,
    Nishanth Soundararajan.

    Nishanth
    OFT is the old version of OpenScript, which will no longer be part of ATS as per the next major realize 9.20.
    I would recommend to to spend any time looking at it.
    Regards
    Alex

  • Difference between Mac Pro and Mac XServer

    Hi,
    I wanted to know if there is any difference between Mac Pro and the Mac XServer - at the OS level? Meaning, if I design an application on Mac Pro would it run seamlessly on XServer or do I need to care about a few things.
    Please advise.
    Thanks,
    Abhishek

    Both Mac OS X and Mac OS X Server are presently at the Tiger 10.4.10 release, with Mac OS X Server having various added pieces and features, and having a few structural and configuration differences.
    * Do both of them support the ipv6 protocol
    Yes; both Mac OS X and Mac OS X Server both offer IPv6.
    * do both of them support LDAP and PAM based authentication
    Mac OS X and Mac OS X Server have LDAP support, yes. Mac OS X Server has LDAP authentication, DNS and a variety of other servers built in. Mac OS X is configured as a client, though there is the Apache web server.
    Haven't looked for PAM for either platform.
    * Do both of them support the same level of Java ( I understand we need 1.5 or higher for Tiger / Leapord)
    Java itself is the same on both Mac OS X and Mac OS X Server, though Mac OS X Server has server-oriented pieces of Java present. And it's still write once, debug everywhere.
    No Leopard questions are permissible here at this time; Leopard details are NDA.
    * Do the compilers (gcc) have different compilation options - maybe xServer uses some better optimized flags that handle large volumes of data and network traffic.
    AFAIK, there are no differences in gcc defaults. Nor would I expect any. Handling volumes of data is left to the programmer. (I'm not even sure how a compiler author would even implement that sort of difference.)
    * Is there any difference in the behavior of the way the libraries ...
    I'd expect the exact same behavior the programmer requested would occur with both platforms.
    Now as for what I expect is the root of your question, yes, you'll likely want to test your application on both Mac OS X and Mac OS X Server software platforms. There can exist very hard to predict details such as cases where dual NICs or the aforementioned directory differences that have tossed a few applications off the rails and into the weeds; have caused applications to fail.
    You can choose to install Mac OS X Server on a Mac Pro. Probably the 10-client, because you probably aren't planning to serve piles of clients from the Mac Pro.
    An overview of Mac OS X Server is here:
    http://www.apple.com/server/macosx/specs.html
    Now as to whether or not I would expect run-time differences, no. But I've been at this way too long and have chased way to many weird bugs to make any promises here.

  • Can i remotely share files between macbook pro and iMac

    Want to know if I can do remote file sharing between macbook pro and imac.

    Yes, absolutely. She can access her iMac from anywhere that has an Internet connection. If Screen Sharing is enabled, she can log in and use it as if she were seated at the iMac.
    Provided the iMac's router supports the Bonjour Sleep Proxy (obviously all Apple AirPort Base Stations do), the iMac can even be asleep, and BTMM will wake it upon the router receiving a request to access the iMac.
    The speed of her available Internet connection will be a limiting factor. Slower connections will be a bit laggy.
    Her iMac will appear in a Finder Sidebar, under "Shared".

  • Does Apple allow functionality between Logic Pro and Airport Express

    That's it... Does Apple allow functionality between Logic Pro and Airport Express.
    If not, Why not. It seems like such a logical Apple type solution. I looked and find it difficult to believe nobody has asked the question...

    There is your solution: http://www.rogueamoeba.com/airfoil/

Maybe you are looking for

  • Problem deploying my jsp pages to the BPEL Server

    Hi, I want to invoke a bpel process using a java file that is executed by a jsp page, so I deployed the jsp page and the java file to the bpel server where my bpel processes are, but i get the next error when i execute the jsp page. I use struts to d

  • Accessing internal table declared outside of BAdI  implementation

    I am working on a BAdI implementation and within the BAdI, I need to manipulate the data of an internal table that is declared in the calling routine.  This internal table is not a parameter to the BAdI call.  I am wondering is there a way to access

  • Open Office in Solaris 10 Sparc

    I need to install OpenOffice in solaris 10 sparc. Any ideas in how to install it.

  • Webcam doesn't initialize

    I recently upgraded my Toshiba satellite c840 to windows 8 32-bit operating system with x64-based prossesor i tried couple of webcam drivers but couldn't initialize as there is no driver of webcam in device manager please help me out!

  • Set background color to inside of the border in JPanel.

    Hi all, I want to set background color for JPanel with in the TitledBorder limit. Thanks in Advance. Siddhes.