Can a tux server be a /WS client?

Hi,
We need to integrate some third-party software into our Tuxedo
application; this software uses Tuxedo internally, but the interface to
its functionality is through a library that wraps the details of data
marshalling and the tux. service call.
As far as I am aware, this library is designed to be linked into a /WS
client. Is it possible to build a server that's a /ws client? If not I
might have to ask the vendor to provide a library suitable for server
use and allow us to connect to their app through /D ... unfortunately I
don't have the library yet so I can't try it out, hence this question.
might anyone be able to suggest other alternatives? Is my concern
valid?
Colin
ps is comp.soft-sys.middleware.bea-tuxedo dead now? haven't seen a post
in there for ages (except a test one from someone at bea..)

thanks scott..
Scott Orshan wrote:
>
Colin,
A server can not link the /WS libraries. If this wrapper just makes ATMI
calls, it should work with native TUXEDO as well. If it tries to
dynamically link the /WS libraries, then it will not work.Yes, I believe the wrapper just makes atmi calls - so does that mean
that as long as we steer clear of the functions that call tpinit() and
tpterm() we might actually be able to get it to work?? The only
stumbling block I can see is that their application requires the client
session to be authenticated by their authsvr - can this be done across
domains or will they need to downgrade their security?
The vendor is sending a tech in to help us on Monday though .. I guess
all will be revealed then. Any insights that might be useful are
welcome though..
>
When you say /D, I assume you mean /Domain, not the old /D database that
we no longer support.Yes, I did mean /Domain...
>
The other newsgroup is suffering from moderator apathy. I will see what
I can do.Well .. given the massive size of the Tuxedo community (not) is there
really a need for both groups? Can they be merged into a single group
(possibly under both names .. not sure if usenet lets you do this)... I
only stumbled on tuxedo.general by mistake; I'm sure there are people
who would be overjoyed if c.s-s.m.bea-tux had the amount of traffic that
tux.general has...

Similar Messages

  • In RMI can I have server in j2se and client in j2me

    serious help needed guys
    I am doing final year project,
    I want to have a PC to run a server and client program on a mobile device.
    I am sending text messages from mobile device and those messages will be received by the server and displayed on the server itself
    Is it feasible to have a Remote Method Invocation like that?
    Please help, Thanks in advance

    serious help needed guys
    I am doing final year project,
    I want to have a PC to run a server and client program on a mobile device.
    I am sending text messages from mobile device and those messages will be received by the server and displayed on the server itself
    Is it feasible to have a Remote Method Invocation like that?
    Please help, Thanks in advance

  • I am running snow leopard, do i have to buy lion first before i can download lion server?

    i am running snow leopard, do i have to buy lion first before i can download lion server?

    Snow Leopard client or Snow Leopard Server ?

  • How can i load file into database from client-side to server-side

    i want to upload file from client-side to server-side, i use the following code to load blob into database.
    if the file is in the server-side, it can work, but if it in the client-side, it said that the system cannot find the file. i think it only will search the file is in the server-side or not, it will not search the client-side.
    how can i solve it without upload the file to the server first, then load it into database??
    try
    ResultSet rset = null;
    PreparedStatement pstmt =
    conn.prepareStatement ("insert into docs values (? , EMPTY_BLOB())");
    pstmt.setInt (1, docId);
    pstmt.execute ();
    // Open the destination blob:
    pstmt.setInt (1, docId);
    rset = pstmt.executeQuery (
    "SELECT content FROM docs WHERE id = ? FOR UPDATE");
    BLOB dest_lob = null;
    if (rset.next()) {
    dest_lob = ((OracleResultSet)rset).getBLOB (1);
    // Declare a file handler for the input file
    File binaryFile = new File (fileName);
    FileInputStream istream = new FileInputStream (binaryFile);
    // Create an OutputStram object to write the BLOB as a stream
    OutputStream ostream = dest_lob.getBinaryOutputStream();
    // Create a tempory buffer
    byte[] buffer = new byte[1024];
    int length = 0;
    // Use the read() method to read the file to the byte
    // array buffer, then use the write() method to write it to
    // the BLOB.
    while ((length = istream.read(buffer)) != -1)
    ostream.write(buffer, 0, length);
    pstmt.close();
    // Close all streams and file handles:
    istream.close();
    ostream.flush();
    ostream.close();
    //dest_lob.close();
    // Commit the transaction:
    conn.commit();
    conn.close();
    } catch (SQLException e) {

    Hi,
    Without some more details of the configuration, its difficult to know
    what's happening here. For example, what do you mean by client side
    and server side, and where are you running the upload Java application?
    If you always run the application on the database server system, but can't
    open the file on a different machine, then it sounds like a file protection
    problem that isn't really connected with the database at all. That is to
    say, if the new FileInputStream (binaryFile) statement fails, then its not
    really a database problem, but a file protection issue. On the other hand,
    I can't explain what's happening if you run the program on the same machine
    as the document file (client machine), but you can't write the data to the
    server, assuming the JDBC connection string is set correctly to connect to
    the appropriate database server.
    If you can provide some more information, we'll try to help.
    Simon
    null

  • Can you write an excel file on client machine instead of on the server

    I am trying to user cfSpreadSheet functon. The first question I have is, can you write the file on a client machine? I tried but they all end up on the server drive. Scecond question, is there a way to do row and column range formating in CF9.0? SpreadsheetFormatCellRange function is only available for ColdFusion server version 9.01.
    Thanks.

    To expand on Dan's answer: CF doesn't have any interaction with the client browser at all: client->server comms are handled by the client and the web server; the web server simply asks CF to provide the response data if the file requested is a CF file.  But even then all CF does is process the requested file and return data to the web server.
    Also, one of the restrictions of the HTTP protocol is that that there is *no* *way* that the server can write to the client machine.  All it can do is send data to the client agent (eg: a web browser) in response to the client agent requesting it.  Can you imagine the sort of security problems one would open one's self up to if a remote web server could write to your PC????
    Adam

  • After changing a mail list name in Server end, users can't see the update in outlook client

    Dear all,
    This is a real issue. I am a Help-desk in a global company and after changing a mail list name in Server end, users can't see the update in outlook client. Even I download Offline address book in full detail, user still can't see the change in her outlook.
    Does anyone know how to fix it?
    Thanks,
    Franklin hong

    Hi,
    Would you please detail what you did by "changing a mail list name in Server end"? What is the mail list and what server?
    If you switch to Online Mode instead of Cached Exchange Mode, does the user see the change?
    Regards,
    Melon Chen
    TechNet Community Support
    It's recommended to download and install
    Configuration Analyzer Tool (OffCAT), which is developed by Microsoft Support teams. Once the tool is installed, you can run it at any time to scan for hundreds of known issues in Office
    programs.

  • Exchange Server 2010 - Problem configuring my server 2008 so my clients can use Outlook to send/receive e-mails

    Hi,
    I am new to the servers and domains stuff. Therefore i have setup succesfully a Server 2008 R2 server with AD, DHCP, DNS roles installed. I configured the roles as i wanted and then i installed Exchange Server 2010 so the clients can use Outlook to send
    receive mails in and out of the domain.
    I can send/receive mails inside the domain (disalfa.com) but i cannot send/receive mails outside the domain. I configured the Exchange properly, i am sure of that. I am 99,9% i did something wrong with the DNS (A records, MX records, etc.).
    Also is there something i must do from the control panel of the site i purchased the domain name and the mails?
    Can someone guide me so i can manage to work this out?
    Server 2008 -  192.168.1.250
    Registered Domain - disalfa.com
    Thank you in advance

    Hi ,
    I recommend you refer to the following article to configure your external mail flow:
    Configure Internet Mail Flow Directly Through a Hub Transport Server
    Prerequisites
    Register MX resource records for all accepted domains in a public domain name system (DNS) server. Consult the documentation of your DNS provider for information about how to register MX records for your domain. Detailed procedures about how to complete
    this step are outside the scope of this topic.
    Configure network gateways to allow SMTP traffic to and from the Hub Transport server. Consult the documentation for your network routers and firewalls for information about how to route SMTP traffic to and from the Hub Transport server. Detailed procedures
    about how to complete this step are outside the scope of this topic.
    Best regards,
    Niko Cheng
    TechNet Community Support

  • Can a RMI Server trap an exit event of its client  ?

    Hi all,
    Can a RMI Server trap an exit event of its client ??
    For example
    If I close the client using Ctrl-C, can the Server known what one of its client is closed ??

    You could consider allocating a new remote object per client via some login object. In my book I called this the 'remote session' pattern. That way each client can have its own server-side context, i.e. like an EJB session bean, which can have its own advantages. In fact if you're interested in when a specific client disappears, you must already have some client context so this is a clean solution to that as well.
    Then the session object can use the Unreferenced technique to know when the client has gone away unexpectedly, albeit with a 10 minute delay. This can be tuned via the java.rmi.dgc.leaseValue setting at the server. This works because each session object only has one client.
    If you can't do this and you can't control the client code, I'm not aware of any other solution under RMI.
    Except that as a last resort you could do something really fancy with custom socket factories at both ends that both implement a special ping protocol I suppose, but this is getting pretty hairy and you'd need to understand the RMI wire protocol to make it work.

  • How can SAP tRFC server tell client through JCo that function carried out?

    SAPs "Transactional RFC Technical Description" document (release 4.0) says in section Transactional RFC on page 6: "Finally, the server tells the client, that the function has been carried out and the client acknowledges this.".
    How can the server tell this to the client when the server communicates with the client through JCo (Java Connector)?

    System.out.println goes to console, which is not a file... This whole thing is much easier if you use standard logging:
    http://help.sap.com/saphelp_nw04/helpdata/en/d2/5c830ca67fd842b2e87b0c341c64cd/frameset.htm

  • I don't know much about computers can anyone walk me through this ? How Do I Change The Software Update Server Address On A Client  ? what do I open and how do i put it in the right spot?

    I don't know much about computers can anyone walk me through this ? How Do I Change The Software Update Server Address On A Client  ? what do I open and how do i put it in the right spot?

    The simplest method is to run a defaults command on the client Macs (easily pushed via Apple Remote Desktop):
    defaults write com.apple.SoftwareUpdate CatalogURL 'HTTP_URL_FOR_CATALOG'
    for a user. If you run it via sudo it will set it for whenever you use softwareupdate as root.
    The HTTP_URL_FOR_CATALOG has been changed with Mac OS X 10.6.  If you use MCX it will automatically pick the new catalog – however if  doing it manually the following URLs need to be used for whichever  client version is in question:
    Mac OS X 10.4: http://mysus.example.com:8088/index.sucatalog
    Mac OS X 10.5: http://mysus.example.com:8088/index-leopard.merged-1.sucatalog.sucatalog
    Mac OS X 10.6: http://mysus.example.com:8088/index-leopard-snowleopard.merged-1.sucatalog
    Mac OS X 10.7: http://mysus.example.com:8088/index-lion-snowleopard-leopard.merged-1.sucatalog
    Mac OS X 10.8: index-mountainlion-lion-snowleopard-leopard.merged-1.sucatalog
    To double check this applied you can run the following command:
    /usr/libexec/PlistBuddy -c Print /Library/Preferences/com.apple.SoftwareUpdate.plist
    and /usr/libexec/PlistBuddy -c Print ~/Library/Preferences/com.apple.SoftwareUpdate.plist
    to see what settings are for the computer and user appropriately.
    If  this is working correctly when running Software Update (GUI) you should  see the server address appear in parenthesis in the title of the  window.
    MCX
    Another alternative is to use Workgroup  Manager to manage the preferences via MCX from your server. This can be  done for users, or for computers if they are bound to your Open Directory.
    If you are using 10.5 Server or newer: you can simply use the Software Update section under Preferences.
    Manually:
    Choose the accounts, computers, or groups to have the preference applied to.
    Click on Preferences, and then the Details tab
    Press the Add… button and navigate to /Library/Preferences/com.apple.SoftwareUpdate.plist
    Press Edit…
    Under Often, add a New Key and enter the name CatalogURL
    Make sure the type is string and then enter your SUS URL (eg. http://mysus.example.com:8088/index.sucatalog or if using 10.6: http://mysus.examle.com:8088/ – see above from the defaults section)
    Press  Apply Now, then Done. Once users/computers have refreshed their MCX  settings (usually the next login or restart) the new settings will take  over.
    If this is working correctly when running Software  Update (GUI) you should see the server address appear in parenthesis in  the title of the window.
    In order to have a system-wide configuration one has to run the following:
    sudo defaults write /Library/Preferences/com.apple.SoftwareUpdate CatalogURL "http://your.updates-server.lan:8088/index.sucatalog"
    In order to correctly work both on Leopard and Snow Leopard the right command to issue is:
    defaults write /Library/Preferences/com.apple.SoftwareUpdate CatalogURL "http://your.updates-server.lan:8088/index-leopard-snowleopard.merged-1.sucatalog"
    Happily used and tested on my network
    The DNS trick that Chealion points out is fantastic. I use it at our office, and every computer on our LAN  will automatically pull the updates from the local repository at high  speed without any configuration.
    Create the swscan.apple.com DNS zone on your internal DNS server, and have it resolve via an A record to your Mac
    Tags: automaticupdates mac clients macosx setting as default software update
    Category: Serverfault
    Share
    0
    0
    Google +
    0
    0
    0
    5
    You might also like:
    Can I Update My Jb 4s To 6.1.2 Without Restore? Tue. Jan 21st, 2014
    Iphone 4 Not Charging After Update To IOS6 
    IPad 2 Not Updating To IOS 5.1 
    How To Resolve The â€âunable To Install Update” Error For OTA IOS Updates? 
    What Is â€âSoftware Update” Doing When It Says â€âChecking For New Software”? 
    Advertisement
    Comment
    - See more at:  http://www.eonlinegratis.com/2013/how-do-i-change-the-software-update-server-add ress-on-a-client-mac-to-use-my-own-server/#sthash.YhHp5zWk.dpuf

  • Can Mac OS Server limit up time for clients

    Can Mac OS Server limit up time for clients like a linksys router can? I want to base the time limit on mac addresses.

    what exactly do you want to limit?
    uptime is the time since the computer has been turned on (total time running), sounds more like you would like to limit internet acccess...??

  • How can I make a TCP server for muticonnec​tion clients??

    Dear group,
    I try to change a complicated TCP server with only one client posibility to
    a multiclient.
    I've seen the examples, even some solution on the ni web, but I don't
    understand very well how it's works. I need also logging for each client in
    a different file.
    Thanks for your help.

    The best example I have found is this one
    Understanding Client-Server Applications -- Example Code
    There are a couple of good links to tutorials off the page as well.
    If you have questions about the specific example let us know what they are.

  • Can login to OS 10.4.9 server using 10.4 client, but not with 10.3.9 client

    When I try to login to OS 10.4.9 server using 10.4 client, all is fine, but not with 10.3.9 client -- what's up?
    It seems that when I set the group preferences (what kind of dock the users in our elementary school see, etc.), it doesn't affect 10.4 clients, but when trying to log onto the server using a 10.3.9 client, it just runs and runs, never logging on. Have to eventually restart the client computer. If I take a user out of a group with preferences set, it's fine. So, help! Most of my computers in my lab are 10.3.9. All are bound.
    Thanks,
    Joan

    Hi Devils_Coup,
    first of all: WELCOME TO THE DISCUSSIONS!
    It is strongly recommended to use OS 9.1 or higher. However, you do not have to buy it, just download and apply the free updates here: Mac OS 9: Available Updates.
    Also make sure your firmware is up-to-date: Firmware Upgrades.
    In MacOS X remember: Repair permissions before and after an update!
    If this answered your question please consider granting some stars: Why reward points?

  • Can't Find Server at... error -- only one site, works from non-Macs fine

    Greetings:
    I have been getting a "Can't Find Server at www.teocommunications.com" error in Firefox for over a month now. I thought initially that it was a problem with the DNS entries and maybe the record had not proliferated though the DNS servers of my ISP or something of that nature. This is not the case.
    I have tried to bring my site up in Safari and it yields the same result.
    Did an nslookup, and everything resolves fine. Every once in awhile the site comes up on my Mac, but most of the time it gives the error. At all times, if you try to go to it from a Windows machine or my smart phone it works fine 100% if the time. My wife's Windows Vista machine with Firefox brings it up fine 100% of the time (she is on the very same network). I can get it to work for some reason if I totally reboot the Mac or reset the router (but the router is obviously not the problem)... it has to be something in the Mac OS (10.6 and 10.5) that is going on. I have eliminated all other possible problems. Curiously enough, it seems to also be a Leopard (not just Snow Leopard) issue... I can reproduce the error at my school (which is on a totally different network than my home) on the Mac Pro Intels they have which are still on Leopard.
    I am on the latest version of Snow Leopard on a brand new Mac Mini.
    This problem is only with my site (that I know of) but again it happens ONLY on Macs with Leopard or Snow Leopard. I am very annoyed by this problem and because it is my professional work site, it is imperative that I find the solution and soon.
    Hope someone can help.
    APPLE, please look into possible configuration or DNS issues in Leopard/Snow Leopard, as before I posted here, I did try several 'fixes' for issues like this for Firefox before I noticed that Safari was getting the same issue and ANY OTHER PLATFORM sees my page just fine!

    Hi Guys:
    It sometimes works from my Mac as well. I can get it to load if I reboot the Mac and then in a few reloads it is back to the same error.
    I did try openDNS as well and it did not still load. I can pretty much guarantee that it is not the DNS records, it is something going on between my Mac (or the Pros at school). Other sites from my same host work fine, my domain is setup exactly the same. They do use ISPConfig... and it could be something with that program, but I can not seem to confirm any problems there.
    I reset my router and the site is currently loading again on my Mac, but I can tell you it will be throwing the error in the very near future because that is one fix that worked before and it worked exactly two loads when I switched to a different wireless access point that is not my router.
    SO, the fact that it loads one to up to twenty times on someone's Mac is not enough to reproduce the problem. It takes several reloads and then the problem magically re-appears. This is why the fact that it is working right now on my machine is not good enough to call it fixed.
    Try to reload my site several times and see if it gives you the error.
    I have (as I stated) tried a lot of what is being suggested here and re-tried it, but nothing fixes it for very long
    I appreciate the help and hopefully we can figure out why the situation exists.
    Thanks for the help so far and please feel free to keep suggesting ideas, but for reference I have tried:
    1. modifying settings in Firefox (although it does not matter what browser I use,the result is always the same)
    2. resetting the router and DSL modem
    3. modifying the /etc/hosts file on my Mac
    4. dscacheutil -flushcache
    5. using openDNS instead of my ISP (which is AT&T)
    6. removing the DNS settings and using the router settings
    7. turning off airport and back on after 30 seconds
    8. renewing my DHCP clients
    9. Signning onto a different wireless access point (which is actually a new ISP that I am going with and so they are a totally different network and subnet).. they are setup all over town with wireless access. -- pretty cool actually.
    None of this seems to fix the problem loading only my site. Since I do have access to the hosting provider (I work with them)... I have done some things on the hosting side too. All to no avail.

  • How do I configure snow leopard server to allow local client to access the server using its public domain name

    I have SLS 10.6 running on my local network with DNS configured.
    I can access the server from a client on the lan using server.local or server.domain  where domain name is my publically registered domain,
    From the internet I can access my server using the registered domain name i.e. www.domain.com. 
    Is it possible to set my server up so that www.domain.com  also reaches the server when used by a client locally?   At present I get a page not found error.

    The configuration you're aiming for is called split-horizon or split-brain DNS, and it's quite possible.  It can get slightly hairy when you have different stuff using the same host name for different purposes, for instance, and you'll need to track all external DNS entries in your internal DNS server when you're running "split". 
    Here is how to set up DNS services.   Split-horizon is one of the options listed there.
    My preference is to use a different domain or subdomain within the network, and to avoid using split-horizon where I can reasonably manage it.  One domain name is configured for and reachable outside and is effectively public, and the other domain (or a subdomain) is inside and private and only reachable directly or via VPN, for instance.

Maybe you are looking for

  • Interest calculation with FM

    We want to implement the interest calculation for vendor invoices where the due date has been exceeded. As this is a public entity the FM module is also installed and so the interest calculation of this invoices should go instead of one specific acco

  • Number formatting in excel

    Hi, I have created a report in which I have few amount columns. When I run the report in pdf format the numbers display properly with 2 decimal places (like 105 displays like 105.00) but when I run the report in excel output then the formating is gon

  • Table Structure of Oracle Application

    Hi, Where i can have a look to oracle table structure on net. pls. write the address. Thanks in adv.

  • Attribute key cannot be found. Value 0 . eventhough set to unknown member

    Hi, I want to be able to set any null values in the fact foregin key to the dimensions unknown member. I have a dimension called agent , with UnknownMember = True and UnknowMemberName = No Agent. When I process my dimension, I see all my agents plus

  • Runnng external swf Actionscript while in fullscreen mode

    I am using Flash 9.0 (CS3 Pro). I am coding in Actionscript 3.0 I have two swf files, both interactive. During playback of the, a mouse event launches the second. I also want the mouse event to trigger a switch to fullscreen mode. The second swf is n