Need help on Tuxedo11g post installation

Hi,
I've installed Tuxedo 11g in Linux 5.3. Can anybody please tell what is the post installation steps to complete the configuration.

Hi,
I'm assuming you are using the workstation protocol. If so, after installing the client, you need to set the "standard" Tuxedo environment variables. There should be a script installed in the TUXDIR (where Tuxedo was installed) called $TUXDIR/tux.env that will set all necessary environment variables except WSNADDR. WSNADDR needs to be set to point to the host and port that the WSL is listening on. Also, your client application needs to be built using the -w switch to the buildclient command in order to use the workstation protocol.
Regards,
Todd Little
Oracle Tuxedo Chief Architect

Similar Messages

  • I need help getting past the installation error "windows cannot fint TEMP file"

    I need help getting past the installation error "windows cannot find TEMP file"

    Seems like some who have tried two devices on the JMICRON IDE port have had trouble. Try without the hard drive and see if you get that error. If that is the case I would try a PATA to SATA converter for your hard drive and connect it to one of the Intel SATA Ports.
    http://www.newegg.com/Product/Product.aspx?Item=N82E16812107112
    http://www.amazon.com/ADDONICS-IDE-SERIAL-CONVERTER-ADIDESA/dp/B000090169
    http://www.compusa.com/products/product_info.asp?product_code=339900#ts
    http://www.xpcgear.com/ide2sata.html
    http://www.ubuyitdirect.com/-p-1045.html?currency=USD
    http://www.satasite.com/sata-ide-converter.htm
    http://www.pcgears.com/default.aspx?oid=187150
     

  • Need help with Acrobat Xi installation error

    Here is the error I am getting...
    Exit Code: 7 Please see specific errors below for troubleshooting. For example,  ERROR:   -------------------------------------- Summary --------------------------------------  - 0 fatal error(s), 3 error(s)    ----------- Payload: Acrobat Professional 11.0.0.0 {23D3F585-AE29-4670-8E3E-64A0EFB29240} -----------  ERROR: Error 1311.Source file not found: C:\Windows\Installer\Data1.cab.  Verify that the file exists and that you can access it.  ERROR: Install MSI payload failed with error: 1603 - Fatal error during installation. MSI Error message: Error 1311.Source file not found: C:\Windows\Installer\Data1.cab.  Verify that the file exists and that you can access it.  ERROR: Third party payload installer AcroPro.msi failed with exit code: 1603  ------------------------------------------------------------------------------------- "Windows 7.  Have tried installation several times.  Need help now, considering I am paying for this service!

    Thank you for the replies. 
    Jeff, I will check that link and try what is suggests.
    Bill, to answer your questions...
    1. This is a CC installation.
    2. Yes, I am logged in as the admin and I have no anti-virus other than Microsoft Essentials enabled.
    3. This is a download installation.
    To give even more info that might help, I am using a Windows 7 machine with more than enough capability to run CC.  I had installed Photoshop, Illustrator, among other apps successfully.  I then tried the Acrobat XI installation.  Acrobat XI downloaded and extracted, but when it started installing it froze around 50% and then I received the installation failed error from Windows.  Once that was confirmed the CC install progress finishes but shows failure.  The More Info reveals the error I pasted in above.  Afterward, none of the CC apps worked properly and had to be uninstalled.  So, next I installed the CC downloader and tried to start installing Acrobat XI first but the same error occurred.  That's when I got frustrated and posted my original message.  My limited knowledge leads me to think the error issue lies in the AcroPro.msi file but I have no idea what that is or how to find, correct, or install it.
    Thanks again for any help you can provide.  I'm really frustrated that I'm paying for something that I can't use.

  • Help on XI post installation

    Hi Expert,
    I am installing a XI in an HA enviorment. Both node are building on HPUX.
    Installation process are successful, after installation, I am going thru the post installation step which mentioned in notes:951910, after I followed notes and I open the RWB of XI, in "Component Monitoring" tab, usually we will see
    these components exists as following:
    Domain <SID>domain.00.<host>
    Integration Server
          Integration Engine
          Business Process Engine DXI
          Mapping Runtime DXI
          Adapter Engine
    But in my case
    I found "Domain ???(domain.00.<node A host name>)" and only Adapter Engine under Integrtion Server. So what is the problem, Is there anyone can give some hints. thank you very much for your help.

    hi qi,
       I guess you system should like that One CI(JavaABAPboth SCSDB) in node A, and DI(JAVAABAP) on other nodes. all right?
       Maintaining the HTTP Service Port of the XI Adapter Framework
       To enable load balancing between the Integration Server and the central Adapter
       Framework, the hostname property used for the SLD registration of a J2EE server node
       needs to be adapted.
       To change this, go to the Visual Administrator of the J2EE installation. Open a server
       node of the cluster and select the service SAP XI AF CPA Cache. Enter the virtual
       hostname and the ports of the SAP Web Dispatcher for the properties:
         SLD.selfregistration.hostName
         SLD.selfregistration.httpPort
         SLD.selfregistration.httpsPort
       Repeat this procedure for all server nodes of the J2EE cluster.  
      May be these documents will do something help:
      [SAP Exchange Infrastructure in High Availability Environments]
      [How To Scale Up SAP Exchange Infrastructure]
      Regards
      Terry qin

  • Need help with flash player installation please !!!!

    Hello,
    I need help with my flash player installation because every time I access a movie this is the message I receive. 
    This content on Xfinity TV is not available for viewing with Chrome's "Incognito" mode. To play this video using Chrome, please view this page without "Incognito" mode.
    Still having problems? Try resetting your Flash player license.

    Incognito mode is a Google Chrome setting when you open a new window (Cmd+Shift+N on a Mac Ctrl+Shift+N on Windows) It opens a "private" window with no cookies and no tracking. The problem with it is that when you disable cookies, your license files are not sent to the site (whetehr it's YouTube or xFinity or any other that uses license files for paid content)  and it treats you as if you're a first time visitor. Paid videos won't play wihtout the cookies sending the license file info.
    This isn't a Flash Player setting. It's in Chrome. I did some research and according to Google, "Incignito" mode is off by default, and can ONLY be activate by the keyboard shortcut. There IS a way to disable it from the registry http://dev.chromium.org/administrators/policy-list-3#IncognitoModeAvailability

  • Need Help on HTTP Post ?

    Hi @,
    I need to perform HTTP Post from webdypro application some XML data. How can I do this , I tried searching forums and blogs but couldn't find a suitable solution or Help.
    Is it possible or will have to go for any external apis to achieve the same?
    Regards

    Hi,
    This is possible - though not directly with Exit Plug of Interface View Controller.
    You need to use Suspend plug to pass parameters with http POST. See this thread and this document for further directions.
    From thread above, Replace
    Map postParams = new HashMap();
    postParams.put("Key1", "Value 1");
    postParams.put("Key2", "Value2");
    postParams.put("Key3", "Value 3");
    wdThis.wdGetWDSuspendResumeWindowController().wdFirePlugTestSupend("http://www.sap.com", postParams);
    with
    WDDeployableObjectPart deployableObjectPart = WDDeployableObject.getDeployableObjectPart(deployableObjectName, "TargetApp", DDeployableObjectPartType.APPLICATION);
    String urlToTargetApp = WDURLGenerator.getApplicationURL(deployableObjectPart);
    Map postParams = new HashMap();
    postParams.put("Key1", "Value1");
    postParams.put("Key2", "Value2");
    postParams.put("Key3", "Value 3");
    wdThis.wdGetStartWindowController().wdFirePlugStartAppSuspend(urlToTargetApp, postParams);
    In target application, onPlugDefault, use this code to get the values for parameters.
    String val1 = WDProtocolAdapter.getProtocolAdapter().getRequestParameter("Key1");
    String val2 = WDProtocolAdapter.getProtocolAdapter().getRequestParameter("Key2");
    String val3 = WDProtocolAdapter.getProtocolAdapter().getRequestParameter("Key3");
    wdComponentAPI.getMessageManager().reportSuccess(val1 + "   -   " + val2+ "   -   " + val3);
    I've used this and it works.
    Hope it helps.
    Regards,
    Sunaina Reddy T

  • Satellite C660 - need help with fresh Win7 installation

    After a problem with my SatC 660 i decided to Nuke the hard drive and do a fresh install using a W7 32 Bit disk created from the web ( there is a free library of Windows 7 iso images (Sorry forgot name).
    So i had the disk in and the disk drive which has the disk in, W7 is now saying it cant find the device driver for the DVD Drive which it has just used for it to show the W7 first screen.
    Looked everywhere for the drivers for the DVD Drive but no joy on the web.
    Can anybody help me out please?

    Maybe stupid question on the beginning but why you don't install original Win7 64 bit? I presume you got your machine with preinstalled operating system.
    > So i had the disk in and the disk drive which has the disk in, W7 is now saying it cant find the device driver for the DVD Drive which it has just used for it to show the W7 first screen.
    Sorry but after reading this sentence Im completely confused and don't know how to understand this. If you have created bootable installation disc I hope you were able to install Win7 correctly. After first start you must continue to install all necessary drivers, tools and utilities that you can find on Toshiba download page - http://www.toshiba.eu/innovation/download_drivers_bios.jsp
    Optical disc drive uses Microsoft driver and there is no some special driver for this device. It must be recognized automatically by preinstalled operating system.
    If my posting was not helpful for you please be more precise with your problem description.

  • Need help about an unrecognized installer

    Hello,
    I need some help about installing a software. I bought a softsynth called Ultra Focus. Inside the discs, there is a folder for a Mac Installer. And the file called Ultra Focus Installer is not being recognized by Tiger. And, this file does not have an extension. Just a white file called Ultra Focus Installer. I don't know what to do to install the software. Is this a common issue?
    Thanks!

    And, I don't know what is CMD+i. Can you describe what it is?
    Sorry, CMD+i means the Apple/Command/Clover Leaf key, (depending on KB), plus the i key, it's the same as, and a Shortcut to Finder>File>Get info.
    I suggest this at the moment...
    "Try Disk Utility
    1. Insert the Mac OS X Install disc that came with your computer, then restart the computer while holding the C key.
    2. When your computer finishes starting up from the disc, choose Disk Utility from the Installer menu. (In Mac OS X 10.4 or later, you must select your language first.)
    *Important: Do not click Continue in the first screen of the Installer. If you do, you must restart from the disc again to access Disk Utility.*
    3. Click the First Aid tab.
    4. Click the disclosure triangle to the left of the hard drive icon to display the names of your hard disk volumes and partitions.
    5. Select your Mac OS X volume.
    6. Click Repair. Disk Utility checks and repairs the disk."
    http://docs.info.apple.com/article.html?artnum=106214
    Then Safe Boot from the HD, (holding Shift key down at bootup), run Disk Utility in Applications>Utilities, then highlight your drive, click on Repair Permissions, reboot.
    The usual reason why updates fail or mess things up, is if Permissions are not fixed before & after every update, with a reboot... you may get a partial update when the installer finds it doesn't have Permissions to change one obscure little part of the OS, leaving you with a mix of OS versions.
    Some people get away without Repairing Permissions for years, some for only days.
    If Permissions are wrong before applying an update, you could get mixed OS versions, if Directory is the slightest messed up, who knows!
    If many Permission are repaired, or any Directory errors are found, you may need to re-apply some the latest/biggest updates.

  • I need help with my CS5 installation

    My CS5 installed normally as usual, but once it was done it was telling me that there was an error in installing, told me to restart and proceed with the installation again.
    I did it twice, and now it seems to work but it gave me the same error.
    I opened the program and it's telling me that,"Photoshop has encountered a problem with the display driver, and has temporarily disabled the GPU enhancements. Check the video card manufacturer's website for the latest software."
    I did an update search on my computer for that specific driver and apparently it's up to date. I also read on a forum that I needed to download Adobe Driver. But, unfortunately it's saying the same thing that CS5 said after the installation, to restart and continue with the installation.
    Help?

    if you're encountering multiple different error messages,
    1. uninstall cs5,
    2. run the cleaner,
    3. update your video driver (go to your video card's manufacturer website),
    4. restart your computer (http://www.adobe.com/support/contact/cscleanertool.html) and then
    5. reinstall cs5.

  • Need help with Java programming installation question

    Sorry for my lack of knowledge about Java programming, but:....
    A while back I thought I had updated my Java Runtime Environment programming. But I now apparently have two programs installed, perhaps through my not handling the installation properly. Those are:
    J2SE Runtime Environment 5.0 update 5.0 (a 118MB file)
    and:
    Java 2 Runtime Environment, SE v 1.4.2_05 (a 108MB file)
    Do I need both of these installed? If not, which should I uninstall?
    Or, should I just leave it alone, and not worry about it?
    Yeah, I don't have much in the way of technical knowledge...
    Any help or advice would be appreciated. Thank you.
    Bob VanHorst

    Thanks for the feedback. I think I'll do just that. Once in a while I have a problem with Java not bringing up a webcam shot, but when that happens, it seems to be more website based than a general condition.

  • Need help with a Silent Installer for Photoshop Elements 10

    I can't seem to get the silent installer working. I've used the Elements 9 instructions for 10 but I still get pop-ups requesting info:
    http://helpx.adobe.com/photoshop-elements/kb/silent-install-volume-license-photoshop.html
    I cannot find any info at all relating specifically to Elements 10. Before I go digging into the msi with ORCA (preferable to have something I can deploy in Active Directory through GPO) I tought I'd ask here

    @mtarggart
    Delete the blank between /UL and 1033, and it will work. :-)
    @Davide M, thanks a lot for your helpful article!
    mtarggart wrote:
    I've tried the above command and I keep getting prompted to select an Install Language. I'm trying to install this on Windows 7 x64 Enterprise. From an elevated command prompt pointed to the directory of the Elements install files (C:\PSE 10), this is what I am typing: start /wait setup.exe /UL 1033 /V"SERIALNUMBER=xxxx-xxxx-xxxx-xxxx-xxxx".
    For the ones who want to use installation from a server share,
    change "Setup.exe" by using \\Servername\Share\Setup.exe
    and set \\Servername\Share to your Servershare.
    The last thing I've been searching for was setting the right country
    and stopping PSE from asking me which country I am living in.
    Seems as if there was an additional switch e.g. "Country=244" for US.

  • Need help for a post-processing "trigger"

    Dear all,
    Without getting into much detail, I have a system that is simultaneously introducing a sinusoidal Force (F) and measuring the sinusoidal response (X) of a structure under resonance. I need to acquire the whole time signal, including the free decay response in the end (please find attached a sample picture of the time signal and the corresponding data file), so I cannot use a trigger during the measurement. During the stationary response it may be seen that the signal has a slight negative slope: that is due to a phenomenon of dilatation of my structure that is dissipating heat at the same time. 
    My problem is how to know exactly when my NI-USB 6216 DAQ has stopped the excitation force, which, in my sample waveform would be around 0.025s (I require an automatic process of identifying it).
    Is there any VI, filter or trigger function that might provide me that information?
    Thank you in advance for your help.
    Kind regards,
    Diogo Montalvão
    Attachments:
    R50_18um_controlo_40_60_temp_24_1_12_v0_time_16.txt ‏373 KB

    The brute force method:
    Can't you use another analog input channel and capture the excitation voltage?
    Or if you have a shaker with an amplifier that provide a current monitor output you can capture the excitation current and might find that due to the voltage control some amount of force is still introduced after setting the control voltage to zero   and you might have to implement a system model that include the shaker and the output impedance of your amplifier :0
    Greetings from Germany
    Henrik
    LV since v3.1
    “ground” is a convenient fantasy
    '˙˙˙˙uıɐƃɐ lɐıp puɐ °06 ǝuoɥd ɹnoʎ uɹnʇ ǝsɐǝld 'ʎɹɐuıƃɐɯı sı pǝlɐıp ǝʌɐɥ noʎ ɹǝqɯnu ǝɥʇ'

  • Need help in getting posts deleted

    HI,
    I was trying to post a query problem whcih has been answered by Hugo earlier, but ran into  "Unexpected error" and am unable to delte the post now, or even access it.
    All post are in t-sql forum.
    Can you please help delete them. These are the 2 recent ones.
    Regards
    Akhil

    HI,
    I was trying to post a query problem whcih has been answered by Hugo earlier, but ran into  "Unexpected error" and am unable to delte the post now, or even access it.
    All post are in t-sql forum.
    Can you please help delete them. These are the 2 recent ones.
    Regards
    Akhil
    hi ,
    sign in , click delete and thats it  if it does not go report it , left below of a post and state in the windows that opens that you want it deleted , a mod can then do it when he or she has the time
    have a nice day and happy new yearhttp://www.microsoft.com/security + http://www.microsoft-hohm.com/default.aspx + http://www.getpivot.com/ + http://photosynth.net/ + http://seadragon.com/ + http://blogs.technet.com/mmpc + http://windowsteamblog.com/blogs/genuinewindows/default.aspx + http://technet.microsoft.com/en-us/sysinternals/default.aspx + https://www.microsoft.com/security/portal/Shared/Resources.aspx#rss + http://www.microsoft.com/security_essentials/ + http://onecare.live.com/site/en-us/center/whatsnew.htm + Plagued by the Privacy Center? Learn how to remove it > http://blogs.msdn.com/securitytipstalk/ + http://blogs.technet.com/ecostrat/ + http://memory.dataram.com/products-and-services/software/ramdisk + 50 Windows Tips > http://windowsvj.com/wpblog/2009/12/windowsvj-xclusive-release-windows-7-tips-tricks-ebook/ + http://windowsteamblog.com/

  • New User need help, can't get installation completed

    Got my new iPod, 30 gig, color, photo, etc last week. Put in disk to install software. It stopped during the middle of installation so removed disk and found it was scratched big time (I'm sure it was something I did). So, I went to website and downloaded the iPod user update 2005-11-17. Got it loaded and restored. Rebooted computer and all I get on my iPod screen is the "Do not disconnect". I uninstalled iPod software and did the installation, restored again and same thing. I have to think there is an easy solution to this, but I've read everything I can find and no answers. It would be SO nice if Apple had a customer service I could call as I'm sure I'm doing something wrong (and stupid). Anyone have any ideas? I got the iPod from frequent points with my credit card company, so can't take it back to local retailer. Please help, I want it to work so bad! LOL Thanks!

    Hi Jimmy,
    Please try the following :-
    1. Eject your iPod from your computer
    2. Press "select"+"menu" keys for reset, hold the keys until you see the Apple logo
    3. Uninstall the iPod updater and iTunes by Add/Removal software
    4. Downloand the iTune6 and iPod updater from apple.com again
    5. Install both of the softwares
    6. Open the iPod updater and wait until it asks you plug your iPod
    7. Connect your iPod
    8. Click the Restore on iPod updater
    Good luck

  • [SOLVED, Thanks]Need help with pacman post install

    Hi
    It took me a bit of time to install arch but i finally did it, turns out i just needed to disable ipv6. Anyway yesterday everything worked fine and now that i try to complete the install by downloading a wm suddenly pacman refuse to download anything, it says it can't synchronise.  Can anybody help pls ?
    http://www.hostingpics.net/viewer.php?i … roblem.png
    Last edited by oozernem (2015-05-09 08:15:51)

    Head_on_a_Stick wrote:
    Have you tried:
    # systemctl start dhcpcd.service
    If that brings your connection up, use:
    # systemctl enable dhcpcd.service
    https://wiki.archlinux.org/index.php/Be … uide#Wired
    Thanks m8, it fixed it
    Thanks to everybody else who replied in the thread.

Maybe you are looking for

  • Acrobat 9.4.6 Pro loses italics when printing

    Yesterday (9-15-11) I updated Acrobat 9 Pro to version 9.4.6. (The previous version was probably 9.4.5, but I am not sure.) PDFs generated before and after the update that use purchased fonts (Minion, Avenir) no longer print those fonts in italics. A

  • Serial number not working on cs3 download for mac

    I downloaded cs3 through prodesign tools but my serial number is not working does that mean I installed it on too many computers. I only have it on my old desktop now which I'm using to print from my epson 3800 and I'm a little scared to uninstall th

  • Oracle ESB before version 10.1.3 ?

    Hello guys! I'm looking for Oracle implementation of ESB prior to version 10.1.3 to convey a proof-of-concept project. According to the page http://www.oracle.com/technology/tech/soa/index.html, it seems that I have to use BPEL. Is it the same as ESB

  • Field for Invoice Description

    Hello Guys, Is there any field which will give invoice description, like which would just say Invoice for so n so  for each Invoice number. Thanks.

  • Regarding IR components........

    Hi all, Can anyone please send me a blog that gives a detailed explanation about all IR components that are present in a namespace??i mean including fault msg types,context objects,adapter objects etc. Thanks in Advance