FM 8.0.3 patch available

For those of you haven't hit an autoupdate yet in FM, there's a new patch been released.
See http://blogs.adobe.com/techcomm/2008/05/framemaker_803_available_1.html
for more details.
List of major issues resolved in this update.
* Extended characters have extra preceding space when using Arial Unicode MS
* FM catalogs don't sort properly.
* DITA Conref does not get resolved in some cases.
* Some higher code point characters are dropped on MIF open
* In documents with Japanese, Chinese and Korean combination fonts, quotation marks look different than in FM7.x
* While using Combined Fonts, non-Asian characters present in the Asian font are displayed using the Asian font instead of the non-Asian fonts.
* Random letters disappear from textline present in oval within anchored Frame.
* Use of page range in Index randomly adds a couple of question marks left and right in the generated index file.
* Characters become invisible on the screen on the next line while hyphenating words just before the accented chars.
* The NextPfgTag remains the same when pressing Enter at the beginning of the line.
* FM crashes when a document containing hypertext (spread over two lines) to marker is saved.
* FM spellchecker does not make use of user.dct entries
* History palette does not record typing command in textline.
* FM crashes on saving a file after deleting split-ed text line.
* For a 3d imported by reference, on moving it from hidden to show all after applying conditional text, the referenced path is lost and has facets which are for u3d imported as copy
* Pressing space button at the start of line places cursor at the end of line.
* Drag fails if the target happens to be a locked range.
* FM crashes when a graphic file with object properties dialog open is overwritten at the system.
* Importing object to the second file when "Quick Access Bar" and "Formatting Bar" are open and then closing the file, crashes FM.
* Converting a cross-reference to text crashes FrameMaker when the format of the cross-reference has been edited.
* Performing a find change using the backwards option leads to a crash.
* Change All operation of a character leads to crash.
* When an equation is applied in conditional text and hidden, it results in crash.
* The hyphenation of words in old netherland language changes character case.
* In Netherland language words get corrupted when unhyphenation is done with the words which have dieresis.
* Garbage characters are shown in Tab stop list box if a legacy file containing higher ANSI characters in Align field of decimal tab is opened in FM 8.
* Japanese tab stops do not work in FM 8.

I can't get the Windows FM 5.0.3 update to install.
I've already installed the previous updates, so I'm currently running using FM 8.0.2 (Version 8.0p273). When trying to install 8.0.3 it downloads the files and then gives me an error message:
"You do not have correct version of FM install on your system. This patch installer will work only with Version 8b273 build. Patch installer will quit now."
Followed by another message:
"Adobe FrameMaker 8.0.3 Update failed to install.

Similar Messages

  • NWDS SPS 09: Jars not in external Library - Patch available?

    Hello experts,
    I am facing the problem described here:
    https://forums.sdn.sap.com/click.jspa?searchID=131779&messageID=2755058
    The result of the discussion is that the jars not being included in the external library is a bug of NWDS SP 9.
    Is there already a patch available? I searched throught Service Market Place but there is only a patch for Developement Infrastructure (DI Build Tool).
    Thanks for help,
    Enrico Lenk.

    Hi Maksim,
    Here you are the content of application-j2ee-engine.xml from EAR project
    <?xml version="1.0" encoding="UTF-8"?>
    <application-j2ee-engine xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="application-j2ee-engine.xsd">
    </application-j2ee-engine>
    And just in case, content of ejb-j2ee-engine.xml from the EJB project
    <?xml version="1.0" encoding="UTF-8"?>
    <ejb-j2ee-engine xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="ejb-j2ee-engine_3_0.xsd">
    </ejb-j2ee-engine>
    Libraries i'm using are: mdm-admin.jar, mdm-common.jar, mdm-core.jar, mdm-data.jar, mdm-extension.jar, mdm-protocol.jar and mdm-publishing.jar
    Not sure what's the prefered option, if use these libraries as external jars or add to my project as dependency
    Thanks a lot in advance
    Pablo

  • New Patch Available for OATS 12.1

    Hi All,
    There is a new patch available on metalink for 12.1 which fixes a whole bunch of issues (especially with OTM). The filename is p14159195_12101_WINNT.
    Regards
    Wayne.

    Hi,
    My apologies, the download page is currently down and I am working on getting it live again.  In the meantime, you can download the patch directly using this link:
    2012 SP1 f1 patch downloader
    Please let me know if you have any issues accessing this link.
    Al B.
    Staff Software Engineer - TestStand
    CTA/CLD

  • Are Oracle-Validated patches available in OEL 6?????????????

    I have a plan to install OEL 6 and Oracle EBS R12 in my Server. But I need to make sure all Oracle-validated patches available in OEL 6 & I can install EBS R12 in OEL 6 properly....I had seen a mail in OTN which mentioned there is no RPMs available for OEL6 till now....
    Please tell me a good Suggestion.
    Arun Kurungatt

    user13680387 wrote:
    I have a plan to install OEL 6 and Oracle EBS R12 in my Server. But I need to make sure all Oracle-validated patches available in OEL 6 & I can install EBS R12 in OEL 6 properly....I had seen a mail in OTN which mentioned there is no RPMs available for OEL6 till now....
    Please tell me a good Suggestion. OEL6 is not yet certified with Oracle Apps 11i/R12
    Please refer to these docs for the list of certified Linux OS.
    Oracle E-Business Suite Installation and Upgrade Notes Release 12 (12.1.1) for Linux x86 [ID 761564.1]
    Oracle E-Business Suite Installation and Upgrade Notes Release 12 (12.1.1) for Linux x86-64 [ID 761566.1]
    Thanks,
    Hussein

  • Patch available for JMS?

    Hi,
              I am using a Weblogic Server 8.1 SP4 on my local development environment. The application has a JMS based report module. A report is created by the front-end and stored in a JMS Queue with a persistent FileStore. Once the report is created, the report is available until someone deletes the report from the Queue.
              Now the problem:
              The "new" application with reports module has been deployed to a TEST environment with WLS 8.1 SP3. The report creation works, the report is stored in the FileStore, but is accessible through the front-end only once. It is a JSP with content header (PDF) reading the byteArray Message from the Queue.
              For the second time, the result on the front-end is "NUL" (3 digits in HTML Source). When re-starting the server everything is fine again(but each report can be fetched from the Queue only once).
              Unfortunately upgrading the SP is not a solution, because the TEST and PRODUCTION environment of the client cannot be upgraded easily.
              - Is there a patch available for the problem?
              - Can anyone explain me what is the problem with that?
              - Is there a workaround?
              The servers are Windows 2003 servers...
              Thanks and regards,
              Bernhard

    Hi,
              I am using a Weblogic Server 8.1 SP4 on my local development environment. The application has a JMS based report module. A report is created by the front-end and stored in a JMS Queue with a persistent FileStore. Once the report is created, the report is available until someone deletes the report from the Queue.
              Now the problem:
              The "new" application with reports module has been deployed to a TEST environment with WLS 8.1 SP3. The report creation works, the report is stored in the FileStore, but is accessible through the front-end only once. It is a JSP with content header (PDF) reading the byteArray Message from the Queue.
              For the second time, the result on the front-end is "NUL" (3 digits in HTML Source). When re-starting the server everything is fine again(but each report can be fetched from the Queue only once).
              Unfortunately upgrading the SP is not a solution, because the TEST and PRODUCTION environment of the client cannot be upgraded easily.
              - Is there a patch available for the problem?
              - Can anyone explain me what is the problem with that?
              - Is there a workaround?
              The servers are Windows 2003 servers...
              Thanks and regards,
              Bernhard

  • Are there any patches available for Dev 21

    Hi,
    We've been working with Forms50 and Reports 25 under win95 for
    quite a while and have noticed occasional problems:
    - A program abort due to page fault protection under win95.For
    example, R30DES32 : R30LIB.dll.
    - You issue compile all and get and error that forms is not
    able to go to (goto error button).
    - A compile error that requires login in and out and
    recompile to fix.
    I wonder if
    - there are any patches available for Dev 21,
    - i have a memory shortage problem,
    - these are (especially case 1) win95 problems.
    Please help will be welcomed ................!
    null

    Where can I find them?
    thanks in advance,
    Xiaolin
    Jason Judge (guest) wrote:
    : There are patches for the 32bit v2.1 Windows environments
    dated:
    : 24 June 98
    : 5 August 98
    : 16 September 98
    : 21 Octomer 98
    : 21 February 99
    : and I believe a new one is just out.
    : Take your pick!
    : JJ
    : Luis Medina (guest) wrote:
    : : Hi,
    : : We've been working with Forms50 and Reports 25 under win95
    for
    : : quite a while and have noticed occasional problems:
    : : - A program abort due to page fault protection under
    : win95.For
    : : example, R30DES32 : R30LIB.dll.
    : : - You issue compile all and get and error that forms is not
    : : able to go to (goto error button).
    : : - A compile error that requires login in and out and
    : : recompile to fix.
    : : I wonder if
    : : - there are any patches available for Dev 21,
    : : - i have a memory shortage problem,
    : : - these are (especially case 1) win95 problems.
    : : Please help will be welcomed ................!
    null

  • Fresh install of trial version of Captivate 8 on OS X 10.9.3 - no previous version of Captivate on machine.  I've got lots of crashing to desktop problems right off the bat.  Is there a patch available?

    Fresh install of trial version of Captivate 8 on OS X 10.9.3 - no previous version of Captivate on machine.  I've got lots of crashing to desktop problems right off the bat.  Is there a patch available?  I work at a University and we're evaluating for online courseware - my last experience with Captivate was 5.0.  Anyone else experience this with the trial download?

    Hi there,
    There is no difference in terms of usage and features between a trial version and a licensed version.
    Could you tell me do you get any specific error message when it crashes, or does it crash while using a particular feature, or is it random?
    Can you also try with a different user account (admin) on your MAC, check if it behaves same there?
    Thanks.

  • HT1338 security patch available for OS 10.4 ?

    is there a security patch available for the os 10.4 imac?

    No, and very, very, very, very unlikely there ever will be (Tiger support was dropped ages ago).  Disable Java (Javascript is okay) in your browsers (how depends upon the browser you use -- also disable autoopen downloads); don't do anything incautious if you see sites offering to upgrade your software.
    See also:
    https://discussions.apple.com/thread/3855254

  • Is patch available for CVE-2014-3566?

    Is patch available for CVE-2014-3566?

    Update your OS X to the latest version plus any security updates.
    Pete

  • Is there any patch available so i can use it in Oracle 9i Standard Edition

    Incremental Backup and Recovery
    Parallel DML
    Parallel Query
    Export/import Transportable Tablespace
    these features are supported by Oracle 9i Enterprise Edition but not in Oracle 9i Standard Edition
    is there any patch available so i can use it in Oracle 9i Standard Edition

    A DVD is essentially a standard definition image (DV)
    So, if you are not adding titles or compositing, simple DV/NTSC (or DV/PAL) will work.
    If you are doing compositing, ProRes LT for standard definition would be the way to go.
    x

  • NetWare Patch Availability

    NetWare is in Extended Support until March 2012
    (Novell Support | Support Lifecycle)
    And the current patch availability for products in Extended support is "Publicly Available"
    (Patch Download Information for All Products)
    So why is the eDirectory 8.8 SP5 Patch5 for NetWare Restricted?
    (NOVELL: Downloads - eDirectory 8.8 SP5 Patch5 for NetWare)

    Originally Posted by bhabel
    NetWare is in Extended Support until March 2012
    (Novell Support | Support Lifecycle)
    And the current patch availability for products in Extended support is "Publicly Available"
    (Patch Download Information for All Products)
    So why is the eDirectory 8.8 SP5 Patch5 for NetWare Restricted?
    (NOVELL: Downloads - eDirectory 8.8 SP5 Patch5 for NetWare)
    As the likely last eDirectory patch for NetWare (8.8 SP6 will not be available for NetWare) I think this is a mistake - good spot!
    I also note that it's not listed in the Patch Finder under NetWare 6.5 SP* - in fact it's a bit random as to whether earlier eDirectory patches are listed under NetWare versions.
    If no-one picks this up in the next couple of days I'll flag it via my backline contacts.
    Thanks.

  • Is there any patch available to add kosovo in Territory list?

    Is there any patch available to add kosovo in Territory list?
    Regards .

    Please see these docs.
    How to Add 'Kosovo' to FND_TERRITORIES? [ID 739280.1]
    How Can A New Country Be Added To The Territories Table e.g. Serbia, Montenegro and Kosovo [ID 232508.1]
    How to add 'Kosovo' to FND_TERRITORIES? [ID 564567.1]
    Thanks,
    Hussein

  • FM 8.0.2 patch available

    FYI, the FM 8.0.2 (aka 8.0p273) patch is now available. You must use the Adobe Updater available through the Help > Updates... menu in FM, for now. See also http://blogs.adobe.com/techcomm/2008/02/framemaker_802_available_now_1.html
    The main issues addressed, from the readme file, are:
    These are some of the areas in which we have fixed the issues in this patch.The issue description details the original problem that was fixed. Additional details may have been added if deemed necessary.
    Shortcuts:
    Operations to change the Paragraph and Character tag in document using Function keys F8,F9 "time out", at an apparently random interval. Also these operations become unusable for Paragraph and Character designer when respective designers are opened.
    Hyphenation:
    a) Incorrect hyphenation takes place in FrameMaker 8 when accented chars are present in first few chars of a word, and when hyphenation operation is performed more than once.
    b) German Hyphenation gives wrong results if word contains non-ASCII characters
    Indexing:
    When char format is used in markers for multi-level entries containing SAME text then the generated index has some entries missing (all ASCII data)
    Solaris Menu:
    Solaris Japanese FrameMaker is not able to load menu items correctly in unstructured mode
    Control Characters:
    a) For various dialog, if special spaces (control characters) are edited, then they are lost and are replaced with question marks
    b) Control characters(Emspace, HardHyphen etc) are not mapped to corresponding character in FrameMaker as a result user needs to change font in order to display these characters correctly. While displaying these characters, codepoint should be mapped to the one used by the FrameMaker and should be translated correctly on xml save/export.
    RTF:
    While importing an RTF file containing object which comes as marker in FrameMaker, marker location may be incorrect in certain cases.
    PDF:
    Hyperlinks does not work from one pdf to another if we open the pdfs through web
    Unicode:
    Conversion of certain Unicode characters of Symbol / Dingbats / WebDings fonts is incorrect when an XML is opened in FrameMaker
    Miscellaneous.:
    FrameMaker is not responding while selecting text by mouse on Vista if Mousekey is kept pressed for long time.

    I got the FM installation issues worked out under Windows Vista SP1.
    Had two issues:
    1. The Adobe PS driver didn't install.
    2. FM 8 to 266 to finally 273 failed.
    I actually didn't use the Adobe Update Manager to install the 273 (8-0-2) update, I used the Adobe FM download site. Wrong thing to do.
    Here's the steps I took:
    Uninstalled the patches: 273 followed by 266.
    Uninstalled FM 8.0.
    Then:
    1. Rebooted, installed FM 8.0 and at the prompt installed the PDF upgrade (disk 2). I guess uninstalling FM 8 doesn't install this add-on and the installer identified the PDF prior installation and asked if I wanted to repair or remove it. Figuring there was no harm, I repaired it. Lo and behold the Adobe PS Printer device finally showed up on the Printers dialog box.
    2. Clicked Help > Updates. It found FM 8.0.1 and I selected it and terminate FM 8 (it can't be running if you are trying to replace it).
    3. b266 was installed correctly. Rebooted just to be sure.
    4. Clicked Updates again and FM 8.02 (build 273) was recognized so I selected that. It took some time to install and it worked!
    5. Worked!
    Lesson? Don't download and run the updates available on the Adobe Support web site! Always trust the Adobe Update Manager!
    thanks,
    Ken
    Whitaker
    (Mar 26, 2008)

  • FM 12.0.2 patch available now

    The FM 12.0.2 patch has been pushed out with 22 fixes, 14 enhancements and 8 FDK/Extendscript issues resolved.
    There also is a RoboHelp 11.0.1 patch out.
    This update is being pushed through the update manager (use Help > Updates...). It's not yet available for downloaded directly from the FM updates area.
    The ReadMe file is available here: Adobe FrameMaker 12.0.2 ReadMe.pdf
    [Addendum: For more details, please see Kapil Verma's blog posting on this release: Important FrameMaker update released « TechComm Central by Adobe]

    @David,
    I haven't seen any of those issues with the installations here, so it looks like you might have something corrupted and/or missing in your installation. Did you install from the 12.0.1 patch base (FM usually checks for out of sequence patching)? The HelpViewer is a new item (so that one can use Help locally instead of having to go online all the time), so something may have tripped up during the patch installation. That probably also is the issue with the multi-channel publishing. Unfortunately, you're probably going to have do a re-install (make sure it's from an account that has admin privileges).

  • FrameMaker 8.0.3 patch available

    The latest FrameMaker patch, version 8.0.3 or 8.0p276, has just gone
    live and is available via auto-updater. Mahesh Kumar Gupta has posted
    the announcement and a long list of fixes:
    http://blogs.adobe.com/techcomm/2008/05/framemaker_803_available.html

    In addition to the problems with cross-reference markers, it seems that Variables are affected as well. I use WebWorks ePublisher Pro 9.2 build 10315 to convert my FM8 documents to CHM or other formats. After applying this patch, the variables now appear blank in ePublisher Pro and in the output.
    I tried uninstalling the patch and that did not work. I saved my document as FM7.2 and ran it through ePublisher Pro again, and it worked, the Variables were populated.
    I have put in a support request to Adobe and will share their response with the forum.

  • Is the Oracle database 11.1.0.7  patch available for linux 64 bit

    I only Microsoft downloads for this patch - does this mean we have to go to 11.2. Thanks for the input!

    It is the same patch number.
    I see it as available for Linux x86-64, Linux x86, Windows 32bit and WIndows 64 bit.
    Perhaps you want to install the new OCM for Oracle Support - it should help you get those patches without searching. ;-)

Maybe you are looking for