Locating individual packages required by applications.

Where can you find for download the individual packages for specific application fixes. I am in need of SUNWsasl & SUNWsaslx.
Thanks,
DJ

Where can you find for download the individual packages for specific application fixes. I am in need of SUNWsasl & SUNWsaslx.
Thanks,
DJ

Similar Messages

  • Packaging a vb application

    Hi all!
    Has anyone tried packaging a vb application (using the Packaging and Deployment Wizard) with an activex control derived from a java bean using the bridge?
    What are the files that need to be included along with the ones packed by default by the wizard? What should be their path?
    The need is to package such a vb application so that it will run smoothly after installation on the target machine which does not have either vb or Java.
    Cheers!
    Shailesh

    Hi all!
    >
    What are the files that need to be included along with
    the ones packed by default by the wizard? What should
    be their path?You simply need the JRE which will be on the client machines in the path that was created by the wizard, the typelib+jar files(s)+registry entries.
    The path does not matter as long as it refers to the JRE and the typelib that you will install on the clients
    The need is to package such a vb application so that
    it will run smoothly after installation on the target
    machine which does not have either vb or Java.
    You will need to package the jre as well if the clients do not have it. As for VB i dont know what is required - when you package the vb in vb6 it puts in everything for you i thought - but i cant be sre.
    Cheers!
    Shailesh

  • Pre-requisite packages required for Oracle R11i

    Hi Gurus,
    I am new to DBA.I am working with oracle 11i cloning.In that task is to pre-clone from source system(os:Red Hat-4.0) and do post clone in target system in which I installed new os(os:Red Hat-4.0).
    Here I need your help.What are all the pre-requisite packages required for Oracle R11i before configuring the Target System and how to apply the pre-requisite packages.
    Could you please help me.
    Thanks
    Vinoth

    Hi;
    Here I need your help.What are all the pre-requisite packages required for Oracle R11i before configuring the Target System and how to apply the pre-requisite packages. Imagine you are making new installation on your target server. So you need to check all pre-req which is mention in below notes. You need to have all rmp hosts file edit and some other steps.
    Please see:
    Subject: Recommendations to Install Oracle Applications 11i Doc ID: 294932.1
    Oracle Applications 11.5.10 - Installation Update Notes for Linux x86, Solaris SPARC, MS Windows, HP-UX PA-RISC, HP-Tru64, IBM AIX - B13590-01 [ID 287453.1]
    Oracle Applications Installation Update Notes, Release 11i (11.5.10.2) [ID 316806.1]
    PS: I suggest also see my blog http://heliosguneserol.wordpress.com/2010/05/31/cloning-oracle-applications-release-11-and-12/
    Regard
    Helios

  • Why does download of PhotoShop require an "Application" and which one should I use?

    In attempting to download a Trial verson of PhotoShop, apparently it requires an Application.  I have no idea why or what would be an appropriate application.  No clue is provided on the screen.  Does this mean I have to pay for something for a Free Trial?

    What you are talking about is called "The Creative Cloud" application. It is the "control" program that Adobe uses to manage your Adobe applications.
    Don't worry - the creative cloud application is free and it will allow you to download Trial versions of the different Adobe packages.
    Cheers
    John

  • Does APP-V 5 SP2 applications still require Microsoft Application Virtualization SFT in order to scan for vulnerabilties/software inventory

     Does APP-V 5 SP2 applications still require  Microsoft Application Virtualization SFT in order to scan for vulnerabilties/software inventory

    Hello,
    Have you tried this hotfix?
    http://blogs.technet.com/b/appv/archive/2014/03/03/hotfix-package-2-for-microsoft-application-virtualization-5-0-service-sp2-is-now-available.aspx
    Nicke Källén | The Knack| Twitter:
    @Znackattack

  • A page item on page 'SCHEDULE' at location 34,488 requires rasterization, but is too large to rasterize. Resize it smaller and try again

    I keep getting this error,
    A page item on page 'SCHEDULE' at location 34,488 requires rasterization, but is too large to rasterize. Resize it smaller and try again

    This basically means that there is an object that has its top left corner at x: 34 y: 488 which is too large to be rasterized, it could be due to any large object that is extreme wide or tall.
    Try to check page content and then resize it to verify the behavior. Please let me know how it goes.
    Thanks,
    Sanjit

  • Error in loading package in the application

    Hi all,
    We are getting an error in loading packages in our application.We are using oc4j.
    The following is the error message we got.
    Not Found
    The requested URL /credit/pls/cnhcalms/add_new_customer.handleAction was not found on this server.
    Thanks in advance.

    Hi Rajat:
    Thank you for the reply.
    I had the xercers jars in jdk/jre/lib/endorsed directory.
    If I remove these, the ejbql works. I do need these in there for a different reason. Is there any way I can have the xercers jars in jdk/jre/lib/endorsed directory and still the ejbql work on oc4j.
    Thanks,
    Sabu

  • Java.lang.NullPointerException is thrown when packaging Adobe AIR application for iOS

    Hi All,
    https://bugbase.adobe.com/index.cfm?event=bug&id=3071298
    As per above link this bug resolve(latest build) but i am facing  Java.lang.NullPointerException is thrown when packaging Adobe AIR application for iOS, using the packaging tools.
    (for  inappPurchase Demo app --- i used below link code)
    http://code.google.com/p/in-app-purchase-air-ios/
    Thanks,
    Sunil Rana

    Hi Everyone,
    I'm getting basically the same error. Are there any rules or guidelines that we are suppose follow when writing an app for iOS? Is there a way to know exactly where it is crashing? My apps are not MXML, only actionscript. Also I made sure I have no errors not even warnings in my SWF file, but still no go! 
    Getting the same error.
    Exception in thread "main" java.lang.NullPointerException
            at adobe.abc.GlobalOptimizer.sccp_eval(GlobalOptimizer.java:6944)
            at adobe.abc.GlobalOptimizer.sccp_analyze(GlobalOptimizer.java:5909)
            at adobe.abc.GlobalOptimizer.sccp(GlobalOptimizer.java:4628)
            at adobe.abc.GlobalOptimizer.optimize(GlobalOptimizer.java:3514)
            at adobe.abc.GlobalOptimizer.optimize(GlobalOptimizer.java:2215)
            at adobe.abc.LLVMEmitter.optimizeABCs(LLVMEmitter.java:526)
            at adobe.abc.LLVMEmitter.generateBitcode(LLVMEmitter.java:336)
            at com.adobe.air.ipa.AOTCompiler.convertAbcToLlvmBitcodeImpl(AOTCompiler
    .java:472)
            at com.adobe.air.ipa.BitcodeGenerator.main(BitcodeGenerator.java:82)
    Compilation failed while executing : ADT
    regards,
    Keith

  • My location service is not working from the day one the response is that (cannot able to determine the location) .What can i need to do to see my location in maps and other application even the location services is enabled in the settings?

    From the day one the response is that (cannot able to determine the location) while using ios5.1 .What can i need to do to see my location in maps and other application even the location services is enabled in the settings?.Which means that is there is any problem in my ipad ? currently running on IOS 6.

    Your location is determined from a location database which contains the MAC addresses of routers and their physical location. A MAC address is a unique number which is built-in to all network devices when manufactured. The database is built and updated by actually driving around and mapping router locations.
    Since you just moved the location of your router has not been updated in the database and when you use Maps you will see your old location.
    If you go outside your house you can be correctly located because your iPod sees other routers which are in the location database. Note that you do not need to be connected to a router for your iPod to see it and obtain its MAC address.

  • "Adding Location Based Services to Your Application" help me

    Hi all
    In the OBE tutorial " Adding Location Based Services to Your Application" has:
    "Enter Wireless for Library Name. Set the classpath to include the wireless.jar from your installation. For example, C:\midtier_pw\wireless\lib\wireless.jar. Click OK.
    The new library should now appear in your Selected Libraries list. Click OK to close the Properties window. "
    But i don't know where the Wireless.jar file is. Please tell me
    thanks
    [email protected]

    help me to perform adding WEB Services as described bellow:
    Hello,
    It depends a Little bit on the used Visual Studio Version. Basically do a right-mouse click on "References" and select
    The next steps are a Little bit hidden & confusing: In the next Dialog click on "Advanced..", then add "Web reference" and here you can enter the URL for SSRS SOAP, click on the green arrow and the WSDL data will be retrieved &
    shown in the Dialog:
    Olaf Helper
    [ Blog] [ Xing] [ MVP]

  • What is the business packages required for "plant maintenance"

    hi experts,
              i got a business requirement
                 how to show the plant maintenance module with the functionalities to show in the portal
                  is ther any process is there
                 or business packages required
    thanks and regards
    bvr

    hi raghu,
    thanks for your reply,
    1.  from portal view  where i have to configure the jco destinations seperatly for plantmaintanance or
              normal jco will work
    2. looking the sap note 1291222  where my ecc60  should be in the sp15 lever for ea-appl-600
         and poral side  bp erp 05 plant magr 20 1.0  sp15
    refering this links
         http://help.sap.com/bp_bl603/BBLibrary/General/Prerequisites_Matrix_BL_EN_IN.xls
    could you guide me
    thanks and regards
    bvr
    Edited by: bvr on May 13, 2009 7:12 AM

  • Packaging an interactive application!

    Hello all,
    I hope that you are well!
    Here, I am facing a challenge with SCCM 2012 SP1 and an application that we want to package, so we can push that application with SCCM 2012 SP1.
    Here is the issue...that specific application (.exe) which as been build in 1997 :-( ...did not have an option to install it silently, no switch like /q /silent and so on.
    To install that specific application we need to follow the wizard, by clicking Next until it's installed on the PC.
    We did tried to virtualize that app with App-V 5, without obtaining a good result, we're having issue when the sequencer start.
    So, my question is...Is there anyway that I can achieve this, packaging an interactive application so we can push it with ConfigMgr 2012 SP1.
    Any ideas, are much than welcome...
    Best regards,
    Stephane

    Check if your application supports the -r switch which you can use to "record" interactive responses into a setup.iss file. This is a pretty old technology.
    http://kb.flexerasoftware.com/doc/Helpnet/installshield12helplib/CreatetheResponseFile.htm
    http://unattended.sourceforge.net/installers.php
    (see InstallShield section)
    Gerry Hampson | Blog:
    www.gerryhampsoncm.blogspot.ie | LinkedIn:
    Gerry Hampson | Twitter:
    @gerryhampson

  • When trying to use my banking apps I get the error "Network Required  This application requires an active Internet Connection.  Please try again"

    When trying to use my banking apps I get the error "Network Required  This application requires an active Internet Connection.  Please try again".  This happens with two different apps from two different banks.  One of them works occasionally and have not figured out why.  I have cell signal and I am on a strong WiFi network.  Same thing happens when I turn off the WiFi too.    I have tried uninstalling and re-installing the app with no improvement.   I can't seem to find any setting that would cause this.   Does anyone have any suggestions?  

    I can access the internet just fine in the browser and i can use any other app i have.
    Sent from my Verizon Wireless 4G LTE DROID

  • Material Master MRP4 Individual / Collective Requirement

    Hi All,
    I would like to ask in case I want to use the Individual / Collective Requirement functionality in Material Master MRP4 view, is it a MUST to set the Strategy Group in MRP3 view to 20 : Make-To-Order Production? Because I find if I dun set this field, nothing happens after I execute MD01 for the MRP Run.
    Another query is in case the Stock Requirement is on two different dates, can I still group them together into one Plan Order or one Purchase Requisition using the selection - 2. Collective Requirement selection?
    Many Thanks.

    Hi,
    I would like to ask in case I want to use the Individual / Collective Requirement functionality in Material Master MRP4 view, is it a MUST to set the Strategy Group in MRP3 view to 20 : Make-To-Order Production? Because I find if I dun set this field, nothing happens after I execute MD01 for the MRP Run.
    Yes Individual / Collective indicator only works for MTO strategies.
    Another query is in case the Stock Requirement is on two different dates, can I still group them together into one Plan Order or one Purchase Requisition using the selection - 2. Collective Requirement selection?
    You can but if the dates are different you have to use Periodic Lot Size.like PK.and all requirements within one period will be grouped together and they will be planned together.
    Check and Revert,
    Santosh Sarda

  • Individual/Collective Requirements MRP4 View

    I have a situation where my top level material (FERT) is a MTS item (reorder point planning).  In the BOM is an intermediate (HALB).  Due to the nature of my process I must have a 1:1 relation ship of the HALB to the FERT.  However: as many have pointed out, where I have multiple production orders for the FERT, the MRP behavior is to combine multiple order reservations for the HALB into one planned order, regardless of the individual/collective requirement setting.  There must be a way to get a planned order for each order reservation in this MTS situation.  I know that I am not the only one who has this requirement.  Any advice/expertise would be greatly appreciated.  Thanks.

    Mgf,
    I believe expert Sundaresan has answered your question - for Baseline SAP.
    In addition to Baseline, though, SAP offers several addons that are industry specific, and some of them appear to me to be tailored to industries in which Milliken is a participant.
    Check out the standard industry addons in
    http://help.sap.com/content/documentation/industry/index.htm
    You also might want to consider hiring a consulting company to explore possible SAP solutions for you.
    Best Regards,
    DB49

Maybe you are looking for

  • MULTIPLE DISPLAYS with Tecra A11

    We are upgrading our classrooms with laptops & smart boards.  We have purchased the Tecra A11 laptop with the PA3680U port replicator and the D19W12B monitor. To utilize the smart board (ENO) we have a VGA splitter. When connected conventionally (we

  • Web Dynpro Application Deployment need server restart?

    Hi Everyone, When deploying Web Dynpro application on production environment, do we need to restart the sap portal system and server? I have this issue that when ever we deployed new develop Web Dynpro application with new Abap Function module we nee

  • Adobe Air Installation Error

    I got a problem with installin Adobe Air. Cant install it in "normal" mods, with "Run as Administrator" and cant install it with the hidden Administrator account. I also tried everything from the Troubleshoot AIR installation guide. Every time the sa

  • How to provide a list of Hierarchy-nodes for selections?

    Hi specialists, some of our users often want to use some hierarchy-node-values from one report as filter of a 2nd report. For all non-hieararhy-values it is possible to do that using the clipboard. But there seems not to be a way to do the same with

  • Could some one please explain what the "Master P/W"

    I would be grateful if someone could explain why we have a Master p/w & an Admin p/w. What exactly is each needed for? I am really after clarification here to obtain a clear understanding of each one. I have a 2008 iMac, originally running Leopard no