How to determine Hot Patch Version

I am running Webaccess on a Windows 2003 server (IIS and Tomcat), connecting back to a Webacess agent on Novell.
I believe I have 7.0.3 hp 3 installed, but can only see that it's 7.0.3 (by clicking the icon on the webaccess page).
How do I confirm the hot patch version.
Thanks for your help
Dawn

dawnbarclay,
It appears that in the past few days you have not received a response to your
posting. That concerns us, and has triggered this automated reply.
Has your problem been resolved? If not, you might try one of the following options:
- Visit http://support.novell.com and search the knowledgebase and/or check all
the other self support options and support programs available.
- You could also try posting your message again. Make sure it is posted in the
correct newsgroup. (http://forums.novell.com)
Be sure to read the forum FAQ about what to expect in the way of responses:
http://forums.novell.com/faq.php
If this is a reply to a duplicate posting, please ignore and accept our apologies
and rest assured we will issue a stern reprimand to our posting bot.
Good luck!
Your Novell Product Support Forums Team
http://support.novell.com/forums/

Similar Messages

  • How to determine the patch number used (installed using runInstaller)

    Whilst it easy to find the patch number installed using opatch by using the lsinventory argument.
    Is there a way to find patch number for a patch applied via runInstalled?
    META-INF/MANIFEST.MF from platform/iam-platform-kernel.jar,gives the following:
    Manifest-Version: 1.0
    Ant-Version: Apache Ant 1.7.0
    Created-By: 19.1-b02 (Sun Microsystems Inc.)
    Product-Version: 11.1.1.3.0
    Build-Number: 11.1.1.3.0.0.0
    Built-By: aime1
    Build-Tag: Build_11.1_1_3.0_0_0
    Built-at: 05/02/2011 06:46
    Version: 11.1.1.3.0
    Build-Label: IAM_11.1.1.5.0_GENERIC_110502.0500
    Build-Transaction: NONE
    But I need the exact patch number, eg, p1234567.
    Anyone know where to find this information?
    The system has been patched from 11.1.1.3 to 11.1.1.5
    I am looking for the patches used for WLS, SOA and OIM.
    Regards
    Hanif

    Another way to get it is:
    SELECT XSD_CODE,XSD_VALUE FROM dev_oim.XSD WHERE xsd_code='XL_ADE_LABEL';
    Check Note: 1247564.1 for 11.1.1.3 and 1360009.1 for 11.1.1.5 for builds to patch mapping. Check Note:1299977.1 for how to determine build numbers.
    For WLS you can use: http://docs.oracle.com/cd/E13222_01/wls/docs81/admin_ref/clic.html
    For OIM as mentioned above
    For SOA: $mw_home\Oracle_SOA\bin\soaversion.cmd (or soaversion.sh) to know the SOA version or
    SELECT version, status, owner FROM schema_version_registry where owner = 'DEV_SOAINFRA';-Bikash

  • How to use a patched version of pdftex?

    Hello,
    I would like to use a patched version of pdftex to be able to compile PDF/A compliant documents. Patch is here, and the compilation works without problems. However, I do not manage to use that compiled version of pdftex.
    Using the instructions on running different versions of pdftex on Stackexchange or at rivervalley, I startle at the point where format files have to be generated:
    ## TeX.stackexchange answer
    ## create formats, using the new pdftex, and the ini files from the existing TeX installation
    pdftex -ini -etex pdftex.ini # in the Stackexchange answer, pdftex.ini is used. In the other instructions, pdfetex.ini
    pdftex -ini -etex pdflatex.ini
    The ini files are not found by pdftex:
    This is pdfTeX, Version 3.1415926-1.40.11 (TeX Live 2010) (INITEX)
    restricted \write18 enabled.
    entering extended mode
    ! I can't find file `pdfetex.ini'.
    <*> pdftex.ini
    Naturally there is not pdftex.ini, pdfetex.ini or pdflatex.ini in the working directory. In the file tree, the files of interest are present, and they are also found by kpsewhich:
    /usr/share/texmf-dist/tex/plain/config/pdfetex.ini
    /usr/share/texmf-dist/tex/latex/latexconfig/pdflatex.ini
    However, running the command with the full path, copying the files into the working directory, or running the command as superuser in those directories (bad idea, i know) does not work either. I guess my environment variables or other settings are not correct - does someone have a glue how to resolve this?
    Thanks!
    Edit: Cross-posted on Stackexchange: here. If that is discouraged, I can close this thread.
    Last edited by florianbw (2013-12-15 18:49:25)

    Hi,
    have you searched in google by sap "country installation program" ? You´ll find plenty of documentation.
    Regards,
    JM

  • Determinating CPU patch version in 8.1.7.4. database

    How can I determinate currently installed CPU patch version in oracle 8.1.7.4 database (HP True64UNIX). (some alternativ for "opatch inventory" from higher versions of databases)
    Thanks.

    Hi,
    It's a great question about 8i...
    With Remote Diagnostic Agent (RDA Tools) you can see all dll & all files which were updated (date and version, make a checkcross with CPU doc).
    Nicolas.

  • How to determine RMS13 minor version

    Hi, All
    How to determine, which version of RMS (13.0.0, 13.0.1 etc) is installed?

    Hi,
    In the staging directory from which RMS was installed locate the build.xml file for the application, not the DB. You'll find a line in it similar to this:
    <property name="rms.version" value="13.0.1" />
    Dave Homyak

  • How to determine the JDK version required to use a jar?

    Hi all.
    I am using a hosted server that uses JDK 1.4.2 and I cannot upgrade the VM. I have been finding it extremely difficult to install web applications on this server since I find that after installing the app, the web server complains the bytecode used in the jar is newer than the VM can understand (or it complains that the app uses JEE servlet or JSP methods it cannot find).
    To compound the problem, only about 25% of the sites I've visited that provide jars for download mention the minumum JDK version required to use them. (Some do not mention any system requirements at all besides 'requires Java and a Java application server').
    Do any of you know of any tools that can analyze a jar and determine the bytecode version it uses?
    (Another helpful tool would be one that can determine the minimum JEE APIs required to run a web app..., but that's probably wishful thinking :)).
    Thanks for your help.
    Michael N. Christoff

    The major/minor version of the class file is the way to go.
    Also, it's not necessary to write a separate program to get to those. javap prints them out when being passed the -v flag.
    Note, however that "JDK version" is not a correct term, as I can create 1.4-compatible class files with a Java 6 JDK (by passing the -target flag to javac). Those won't look any different than .class files written with a 1.4 JDK.

  • How to determine the oc4j version?

    Dear All,
    I would like to clarify which version of the OC4J server ( actually which version of the j2ee & servlet API) we have available. Where can I quickly see this info?
    The best thing I have found is http://oursecurehost/7780/relnotes.htm I see we have "Oracle9i Application Server Release Notes" ... but I believe this to be incorrect....
    Many thanks in advance
    regards
    Ben Bookey

    Check MetaLink Note:230611.1
    How to display the OC4J version details through a JSP
    Regards
    Dimitre

  • How to determine Flash Player version?

    I notice Adobe Flash Player in the activity monitor as active when I view a U-tube video.   How can I determine what version
    of Flash Player is running?    I am using 10.6.8 and Safari 5.1.1.   I appreciate any help.   Thanks.

    Hi
    Safari - Help - Installed Plug-Ins shows that - as does visiting http://www.adobe.com/software/flash/about/

  • How to determine J2EE patch level

    If I go to the CMD prompt running the Dispatcher, I can enter "version" and the > prompt and get the following:
    SAP J2EE Engine Version 6.20 PatchLevel 78993.20
    How does this patch level translate to patch levels 6 throuch 32 on service.sap.com/patches?
    Thanks in advance.

    Hi Gary,
    you can mark your question as self solved to show other users that this toppic has been solved.
    Regards
    Gregor

  • How to determine video driver version?

    Is there any way to determine the version of the Nvidia video driver that's being used on my system? I've checked the Graphics/Displays section of System Information, but it's pretty vague. I assume that the entry for "Revision ID" is what the answer is, but I don't know what "0x00a1" means, in my case. Does anyone know how to relate that to an actual version number?
    Thanks!

    I didn't realize that, actually. So the video drivers are embedded within the OS, then? And the CUDA drivers are the upgradable thing?
    By the way, I did tag my question with Geforce GT 120--the model of card I have. I have a Mac Pro 4,1 Quad-Core Xeon
    Thanks,
    Joel

  • How to Determine which IOS version is new

    Hi
    When I have a few IOS versions such as 12.3(2) , 12.3.(3)B and 12.3(2)T how do I know out of these three which one is the newest and which one is the oldest?
    Also is there a 12.4 for the 2500 series routers?
    Your help is much appreciated!
    Many thanks!

    Hi Omal,
    To some degree you are comparing apples and oranges here. As mentioned by another poster, IOS is released in several different "trains," and it can be hard to compare between them. So, 12.3(2)T is a (T)echnology train, meaning it has new features and bug fixes integrated with each release. 12.3(2) by itself is a mainline train, which generally just has bug fixes committed. Cisco works on both trains at the same time, integrating bug fixes into mainline code, and new features and bug fixes into the T-train. In addition to "T", other letters are often placed at the end of the IOS release for specialized IOS's for certain product lines, such as the Cat 6K or 10000 series.
    So, the short answer would be this: I recommend comparing IOS's within their train and not between trains. There can be substantial differences.
    Are you looking at a bug and trying to determine where it is fixed, or is this just a general question?
    Jeff McLaughlin, CCIE #14023
    Cisco Systems

  • How to find the patch & version of directory server

    How to find version & patch of Sun JES Directory Server.
    What does 2005Q4 mean to?

    Just look at your errors log file after you start up the directory server. If you are running Directory Server 6.0 you will find a line that looks like this:
    Sun-Java(tm)-System-Directory/6.0 B2007.030.1546 (32-bit) starting up
    Depending on the version you have it will show something slightly differently.

  • How to determine the Java version in Windows XP

    In Windows 2000, I can determine the version of Java that's running by typing 'java -version' in a command prompt. However, when I type this in a command prompt in Windows XP, a message says 'java is not recognized as an internal or external command ...'.
    Is there some other means of determining the version of Java that's running on Windows XP?
    Thank you.

    I found the directory with java.exe on my XP client. After updating my Path and then typing 'java -versions' I still see a 'java not found message'. No problem though - a README.TXT says that I have JRE 1.1.7B.
    One final question - a co-worker who also has XP just starting seeing a pop-up window saying 'Runtime' error when running a Java applet. His java.exe is in a path that includes the sub-directory 'JRE' On my XP client, java.exe is in a path which includes a 'JRE11' sub-directory. We therefore seem to have different versions of the JRE. Since I don't see the Runtime error when running the same applet, should my co-worker try upgrading his JRE?
    Thank you.

  • How to determine existing firmware version installed?

    Hi - before I brave messing around with firmware upgrades, I want to know if it's necessary! How can I determine what firmware already exists on my WRT54G (v8.2)?  I couldn't find reference to this in any of the help forums or tech support. BTW, I'm using Windows XP Profession OS. Thanks!

    If you have a computer directly connected on the router, launch a browser and type in http://192.68.1.1 leave the username blank and type admin on the password, you can use your password if you have one... then after that, you'll be on the setup screen..you can see the information there
    "The war between heaven and hell depends on the choices we make, and those choices require sacrifice. That's the test"

  • How to increase the Patch version

    iPlanet Messaging Server 5.2 HotFix 0.8 (built Jul 12 2002)
    libimta.so 5.2 HotFix 0.8 (built 03:21:04, Jul 12 2002)
    SunOS mailru 5.8 Generic_108528-23 sun4u sparc SUNW,Ultra-60
    I want to increase the HotFix to HotFix 1.25. What to do?
    Do I need to uninstall the HotFix 0.8?

    First, why would you specifically want 1.25, when later versions are available?
    I would put on 5.2p2, which is available publically. 5.2hf2.02 may be gotten from tech support.
    No, you do not need to remove the existing hotfix, nor do you need to apply each hotfix.
    The method for applying patch or hotfix is simple.
    Download. Unpack the archive. stop the server. Run the perl installer. start the server. Takes about 10 minutes, total.
    5.2p2 is available from here:
    http://wwws.sun.com/software/download/products/411bb50d.html

Maybe you are looking for

  • Doubt on Aync-Sync Bridge without BPM

    I created a scenario using Aync-Sync Bridge without BPM: File(Asyn) => Rfc:BAPI_PO_CREATE1(Syn) 1 which mode of message interface should be used in IR for File(Asyn)?    Asyn or Syn? 2 if syn MSG interface should be used in the above question,how can

  • Problems restoring Ipad 3

    I am having problems with my Ipad 3. I went to use it and suddenly i wasnt able to input my password in the unlock screen. I could press the numbers but nothing would seem to show up in the 4 slots to input my password. The screen wasnt frozen and i

  • Creating appointments in a different time zone with accuracy

    I have my computer setup to set the date and time automatically. I also have iCal set to my current time zone. How do you create appointments for times in a different time zone with accuracy while you are in your current time zone? For example, when

  • Po in awaiting approval status in SRM 4.5

    Hello Friends, I am working on SRM 4.5, I am facing a problem in completing the workflow of a PO. My SC is approved the PO which is created is with the status Stats: HEADER     E0002 HEADER     I1015          Awaiting Approval HEADER     I1021       

  • Adaptor Module Developemnt ?

    Hi @ , I need to develop Adaptor module.I dont know thow to do that . I need some docs or reference to do the same . Regards