Intro to UltraSPARC Architecture 2005

(this posting is cross-posted in my blog, http://blogs.sun.com/roller/page/dweaver)
Not only is the OpenSPARC T1 processor the first open-sourced 64-bit processor implementation, but it (and its twin, UltraSPARC T1/Niagara) are the first processors that adheres to Sun's new processor architecture specification.
With this posting, I'll embark on a series of posts to introduce this new processor architecture, named UltraSPARC Architecture 2005. We're completing the final touches for external publication of the actual specification; it should be posted on the web (on http://OpenSPARC.net) and the Sun processor web site (http://www.sun.com/processors/documentation.html) within a month.
To be notified when the architecture spec is posted, Login (http://www.sunsource.net/servlets/TLogin) to the OpenSPARC site and visit the OpenSPARC mailing list page (http://opensparc.sunsource.net/servlets/ProjectMailingListList) to register for the opensparc-announce mailing list.
The first question many people (even some inside Sun!) ask about the UltraSPARC Architecture is "why is a new architecture specification needed? Can't/shouldn't we just refer to the existing SPARC V9 specification plus a User's Guides for specific processors, like we've done in the past?"
Well, we could have continued down that path. However, it would have required software developers (probably the largest group of readers) to consult not just two, but multiple documents ... primarily SPARC V9 plus various processor implementation documents. With the UltraSPARC Architecture, readers can go to a single document to understand all they need to know about a whole generation of UltraSPARC processors, with all the most up-to-date information. A few may also want to consult implementation-specific architecture supplements.
Other factors motivating the UltraSPARC Architecture document involve the state of the SPARC V9 specification: <ul> <li> it is now over 10 years old </li>
<li> its hardcopy version contains ~90 known errata (enumerated at http://www.sparc.com/standards/v9-errata.html) ... although the PDF softcopy at SPARC International (http://www.sparc.com/standards/SPARCV9.pdf) has been updated with corrections to those bugs </li>
<li>doesn't enumerate all exception-causing conditions for each instruction</li>
<li>contains many ambiguities (one example: trap priorities) </li>
<li>doesn't contain any of the numerous standard Sun extensions (many of which have been present for over 10 years).
(fortunately, I can say all that about SPARC V9 without fear of insulting its editor ;-))</li> </ul>
The UltraSPARC Architecture 2005 specification: <ol> <li>describes processor behavior much more precisely than did SPARC V9</li>
<li>describes all the Sun architectural extensions (for example, VIS 1 and VIS 2 instructions, GSR register, and global register sets)</li>
<li>won't be a static document -- if/when documentation bugs are identified, they will be fixed and a revised version will be posted on the web</li> </ol>
Ambiguities that were present in SPARC V9 have been cleared up whereever possible in the UltraSPARC Architecture document -- and when not, are spelled out as explicit implementation dependencies. In each instruction description, all exceptions that can be triggered by the instruction are now listed, along with the precise conditions that can cause each exception. Whereever possible, old implementation dependencies were resolved and closed, so there are fewer gratuitous differences between implemenations.
Does this specification replace SPARC V9? Yes and no.     SPARC V9 is still the <i>standard</i> by which (64-bit) SPARC implementations are measured; compliance with it is a prerequisite for using the trademarked name "SPARC". And SPARC V9 covers 64-bit SPARC processors from all vendors (primarily Sun and Fujitsu, as I write this), whereas the UltraSPARC Architecture only applies to UltraSPARC processors (and to OpenSPARC T1).     For anyone using a Sun UltraSPARC or OpenSPARC T1 processor, the UltraSPARC Architecture spec should be the reference of choice.
In subsequent postings, I'll assume that the reader has at least passing familiarity with the SPARC instruction set architecture, and will begin describing the new features specified in the UltraSPARC Architecture 2005 -- including Hyperprivileged mode, Chip Multi-Threading (CMT) control, new global registers set organization, new privileged instructions, and how UltraSPARC Architecture is set up to smoothly evolve over the coming years while continuing to maintain compatibility for existing SPARC application binaries.
David Weaver
UltraSPARC Architecture
Sun Microsystems / Scalable Systems Group (SSG)

The first question many people (even some inside
Sun!) ask about the UltraSPARC Architecture is "why
is a new architecture specification needed?
Can't/shouldn't we just refer to the existing SPARC
V9 specification plus a User's Guides for specific
processors, like we've done in the past?"
Well, we could have continued down that path.
However, it would have required software developers
(probably the largest group of readers) to consult
not just two, but multiple documents ... primarily
SPARC V9 plus various processor implementation
documents. With the UltraSPARC Architecture,
readers can go to a single document to
understand all they need to know about a whole
generation of UltraSPARC processors, with all the
most up-to-date information. A few may also want to
consult implementation-specific architecture
supplements.
Other factors motivating the UltraSPARC Architecture
document involve the state of the SPARC V9
specification: <ul> <li> it is now over 10 years
old </li>
<li> its hardcopy version contains ~90 known errata
(enumerated at
http://www.sparc.com/standards/v9-errata.html) ...
although the PDF softcopy at SPARC International
(http://www.sparc.com/standards/SPARCV9.pdf) has been
updated with corrections to those bugs </li>
Does this specification replace SPARC V9? Yes and
no.     SPARC V9 is still the <i>standard</i> by which
(64-bit) SPARC implementations are measured;
compliance with it is a prerequisite for using the
trademarked name "SPARC". And SPARC V9 covers 64-bit
SPARC processors from all vendors (primarily Sun and
Fujitsu, as I write this), whereas the UltraSPARC
Architecture only applies to UltraSPARC processors
(and to OpenSPARC T1).
UltraSPARC
Architecture is set up to smoothly evolve over the
coming years while continuing to maintain
compatibility for existing SPARC application
binaries.David,
The description at
http://opensparc-t1.sunsource.net/index.html
states that "UltraSPARC Architecture 2005 complies with SPARC V9 Level 1". Does it not comply with Level 2? Will this present a problem (i.e. binary compatibility) for developers of supervisor software targeting e.g. UltraSPARC and Fujitsu's SPARC64 family?
Alan Feldstein
Cosmic Horizon
http://www.alanfeldstein.com/

Similar Messages

  • Hardware Specific Architecture Information?

    When is Sun likely to release the hardware specific architecture information ?

    The UltraSPARC Architecture 2005 specification (and an implementation supplement for UltraSPARC T1) were posted several days ago, on this web page:
    http://opensparc.sunsource.net/nonav/opensparct1.html
    Feel free to download them and browse away!
    Note that those versions cover the Nonprivileged + Privileged levels of the architecture, which is sufficient for porting an operating system to run on top of the Hypervisor firmware. For those (very few) who actually need to write hyperprivileged code (a Hypervisor), full versions of the above specs that also include all the detailed hyperprivileged mode info will be posted in February.

  • Answer to Q re TLB entries in OpenSPARC T1

    I received an offline question regarding TLB entries:
    Are TLB entries tagged with the strand that inserted them?
    The answer to this is that there is no "strand ID" in the TLB entries. That's because TTEs in the TLB contain Partition IDs, which in the end serve the same function.
    Now, regarding the inevitable question about Partition IDs -- It turns out that some information regarding Partition IDs was unintentionally omitted from the MMU chapter of the posted UltraSPARC Architecture 2005 spec (darft 0.8.7, Hyperprivileged edition).
    Look for a new rev to be posted (at http://opensparc-t1.sunsource.net/) in the next couple of weeks that contains the Partition ID information plus some other minor updates/corrections.

    Still looking for an answer on this one....
    Maybe the Q's worded poorly?
    Basically I'm wanting to know how to export L8 DAE tracks for use in other apps. (Pro Tools in my case).
    I've got a workaround (create DTDM audio tracks and physically move the audio files onto them, then export), but it doesn't allow for printing of the TDM plugs that were inserted on the tracks (which were a significant part of the sound of the track).
    Any help is much appreciated!
    I'll try back at the DUC as well...
    Rick

  • The verilog source code is difficult to follow

    I want to study computer architecture by reading opensparc source code . but the source has no any comments, no description about each modules, files.
    because I am one newbie, i don't understand the module name, such as "module bw_clk_gl" , what is the meaning"bw"? what is the meaning "gl"???
    are there any document about the verilog code? thanks

    I want to study computer architecture by reading opensparc source code,
    but the source has no any comments, no description about each modules, files.
    Looking at Verilog code is like looking at the raw bits of a compiled software binary -- depending on what you're trying to understand, it may be looking at much too low of a level.
    If you want to study the computer architecture (a.k.a. instruction set artchitecture, or ISA) of OpenSPARC T1, you'll want to instead consult the UltraSPARC Architecture 2005 specfication, downloadable from http://opensparc-t1.sunsource.net/index.html.
    If you want to look up processor-specific architecture details, take a look at the UltraSPARC T1 Supplement to UltraSPARC Architecture 2005, also available from http://opensparc-t1.sunsource.net/index.html.
    If what you really want to do is study the low-level implementation (as opposed to the architecture) of OpenSPARC T1, that's when you need to look at the actual Verilog code. If you come from the software or high-level architecture parts of the world, reading Verilog is not for the faint of heart ;-) ... it is not a procedural language, like most software programming languages, so might be awkward to follow. Sun is also working on a microarchitecture specification for OpenSPARC T1, which should be available on the OpenSPARC web stie by this fall -- that will be another source of detailed implementation information (and be much more readable than Verilog for most of us).
    because I am one newbie, i don't understand the module name, such as
    "module bw_clk_gl" , what is the meaning"bw"? what is the meaning "gl"???
    Regarding the Verilog module names ... "bw" is a holdover from years ago that no longer means anything. I'm told that it was an abbreviation for an old, temporary processor project name (which has been changed at least twice since then!). Mentally substitute "T1_" for "bw_" and it should read better. Regarding other parts of Verilog module names, perhaps someone else in the community reading this thread can comment on/explain those?

  • Problem Working With Framemaker 9 Dita XML Files in Framemaker 10

    I just upgraded to Framemaker 10. I am encountering a number of problems when I try to work with my Dita XML help topics, which were last saved in Framemaker 9 format.
    1. Using the Default Dita Template
    When I open one of my documents in Framemaker 10, the Dita 1.2 template ditabase.fm is automatically applied. Everything seems fine. But then when I convert the XML to Eclipse help (which is essentially html, so we're going from XML to HTML) using Dita Open Toolkit ant scripts, I see this message:
    [pipeline] [DOTJ013E][ERROR] Failed to parse the referenced file 'html\c_licensing.xml' due to below exception. Please correct the reference base on the exception message.
    [pipeline] c_licensing.xml Line 25:Attribute "xmlns:ditaarch" must be declared for element type "dita".
    I then opened the xml  file in a text editor, and I saw this on line 25:
    <dita xmlns:ditaarch = "http://dita.oasis-open.org/architecture/2005/">
    Line 25 looks fine to me. Am I missing something? 
    2. Switching to a 1.1 Dita Template
    I tried to work around the above problem. In Framemaker, I tried to set a different structured application as the default one. I closed all files and chose the default Dita 1.1 structured application (it defaults to the Dita 1.1. Composite app.)
    Then I tried to open my file: I got this message inside Framemaker:
    "Validation of XML failed. Continue?
    Error at [FILE PATH], line 25, char 72, Message: Attribute '{http://www.w3.org/2000/xmlns/}ditaarch' is not declared for element 'dita'
    Sounds familiar, doesn't it?
    I switched from the default Dita 1.1. Composite structured application to the Dita 1.1. Topic structured application. Then I dirtied the source file and saved it. The messages I got in FrameMaker log window included the one above, plus I got a variety of Unknown Element messages, things like this:
    Unknown element dita,
    unknown element concept,
    various attributes are not declared for concept,
    unknown element conbody.
    If I switch back to the Dita 1.1 Composite application all of these messages diappear except for this one:
    Attribute '{http://www.w3.org/2000/xmlns/}ditaarch' is not declared for element 'dita'
    My ant conversion scripts from the Dita Open Toolkit are still unable to process this file. They give the same message as is listed in (1) above and the file is not converted to HTML.
    Can anyone help me with this problem? I've also posted this question to the Dita Users Group on Yahoo Groups. If I get an answer in one place, I'll post it in the other.
    Thanks,
    Nina P.

    I really appreciate all the help you are providing with this, Scott. I tried your latest suggestions. Here's what happened:
    Application Mappings:
    I figured out how to add my "BigPage" structured application to the Applications Mappings dialog. I made a new "BigPage"  mapping type, then figured out the non-intuitive part: how to add my individual BigPage topic types to it.  I closed and reopened FrameMaker opened my test document, and, as before (before I did the application mappings) I saw my BigPage applications listed in the Structure Tools > Set Structured Application drop-down. I selected the appropriate application (in this case it was DITA1.1-BigPage-Reference-FM and clicked the "Set" button. 
    It is at this point in Framemaker 9 (and also once, in FrameMaker 10, early in this process, but I haven't been able to replicate it since) that the page size would change to tabloid size, indicating that the document was using the template from the BigPage reference structured application, not the regular DITA1.1 reference application. But this did not happen.
    I tried saving the document, closing it, and reopening it. Once again the default structured application assigned to that document was "reset" to DITA1.1-Reference-FM.  But the fact that the page size did not immediate refresh to tabloid size told me that although I did select the BigPage application in the drop-down, it wasn't being applied.
    Public IDs:
    The public ID in my test reference XML file is:  <!DOCTYPE reference PUBLIC "-//OASIS//DTD DITA Reference//EN" "reference.dtd" [
    The four public IDs in the DITA1.1-BigPage-Reference-FM entry in structapps.fm (in the Entity Locations section) are:
    -//OASIS//DTD DITA Reference//EN 
    -//IBM//DTD DITA Reference//EN
    -//OASIS//DTD DITA Composite//EN
    -//IBM//DTD DITA Composite//EN
    Do you see anything wrong with the above? .
    Directory Structure: 
    Maybe I cloned the application incorrectly?  Here's what I did:
    1. In C:\Program Files (x86)\Adobe\AdobeFrameMaker10\Structure\xml, I copied the folder called DITA and pasted it into the same directory. I renamed this folder DITA-BigPage
    2. Inside DITA-BigPage, I opened the app folder. Inside each subfolder in app, DITA-Reference-FM, for example, I opened the edd file in Framemaker. In this case, the edd file name was reference.edd.fm.
    3. I edited the top line of reference.edd.fm.  It originally said:
    Structured Application: DITA1.1-Reference-FM.
    I changed it to say:
    Structured Application: DITA1.1-BigPage-Reference-FM
    4. I saved the EDD file. Then I opened the template file in the same folder. It was called: reference.template.fm.
    5. In reference.template.fm, I first changed my page size: Format Menu > Page Layout > Page Size > Tabloid > Set.
    6. Then I imported the element definitions from the corresponding EDD file:  File > Import > Element Definitions > reference.edd.fm > Click Import > Click OK to dismiss verification message.
    7. I repeated the above process for all topic-type folders. For the maps types, I did not change the page size, as these will never display as topics in my online  help. I did nothing to the dtd folder.
    8. Once all this was done, I opened structapps.fm.  I did the following to all Dita1.1 elements in the structure tree.
    Selected the Dita 1.1 XMLApplication element, for instance, the one named Dita1.1-Reference-FM, copied it, and pasted it underneath the original element.
    The original first few lines in the clone looked like this:
    Application Name: DITA1.1-Reference-FM
          Template:              $STRUCTDIR\xml\DITA\app\DITA-Reference-FM\reference.template.fm
          DTD:                       $STRUCTDIR\xml\DITA\app\dtd\reference.dtd
          Read/write Rules:  $STRUCTDIR\xml\DITA\app\DITA-Reference-FM\reference.rules.fm
          DOCTYPE:              reference
    I changed these lines to look like this, using your suggestion to create a variable for the first part of the URLs to enable speed and accuracy:
           Application Name:      DITA1.1-BigPage-Reference-FM
                   Template:                    $STRUCTDIR\xml\DITA-BigPage\app\DITA-Reference-FM\reference.template.fm
                   DTD:                            $STRUCTDIR\xml\DITA-BigPage\app\dtd\reference.dtd
                   Read/write Rules:        $STRUCTDIR\xml\DITA-BigPage\app\DITA-Reference-FM\reference.rules.fm
                   DOCTYPE:                    reference
    I also changed the "Filename" URLs in the "Entity Locations" section of this XMLApplication clone from  $STRUCTDIR\xml\DITA\app\  to $STRUCTDIR\xml\DITA-BigPage\app\.  Applying the "BigPage" variable I'd created for this purpose made this go quickly.
    Finally, after this didn't work the first few times I tried it, I got suspicious that the structapps.fm file in my AppData folder (in my case, it was in the Roaming subfolder under the usual Adobe directories) was overriding the modified structapps.fm file in the Framemaker program directory so I replaced the one in AppData (it had all the original settings) with my modified version.  This had no effect, unfortunately.
    That was my process. After doing the above, the Dita1.1-BigPage applications all listed in the Set Structured App drop-down. They just didn't work,when applied to my XML documents. Nor did the application "remember" what structured application I had set when I opened a new xml document  or closed/reopened the current document or closed/reopened the application.  Did I place the directories correctly for Framemaker 10?  This is the way I did it for FrameMaker 9 and it worked successfully.
    As much as I'd love to solve this mystery, I've thought of a workaround I can fall back on  that doesn't involve using a cloned application.  I will change the page size of a few of the original Dita1.1 sturctured application templates to tabloid size, but leave the Topic structured application at letter size. I'll then apply the Topic structured application to my PDFs and use the others for my help topics.  I'll set this up now. If this doesn't work, then I'll know there's a much bigger problem at the base of this, perhaps even something to do with changing page sizes in templates.

  • Unable to create a complate PDF (with title page, toc, chapter, backmatter, index) from a valid ditamap

    Following is the ditamap i am using to create the PDF. This has booktitle, front matter, toc, chapter and backmatter. I am able to generate a PDF (complete with title page, toc, chapter, backmatter, index) using fop 0.25. However, when I try to create a pdf in FM 9.0, I get only the chapter. How can get the others through FM 9.0. Please provide a solution.
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE bookmap PUBLIC "-//OASIS//DTD DITA BookMap//EN" "bookmap.dtd" [
    <!-- Begin Document Specific Declarations -->
    <?Fm Validation Off?>
    <!-- End Document Specific Declarations -->
    ]>
    <?Fm Condition DITA-Topicref Blue NO_OVERRIDE show?>
    <?Fm Condition FM8_SYSTEM_HIDEELEMENT AsIs NO_OVERRIDE hide?>
    <?Fm Condition FM8_TRACK_CHANGES_ADDED Forest%20Green SINGLE_UNDERLINE show?>
    <?Fm Condition FM8_TRACK_CHANGES_DELETED Red STRIKETHROUGH show?>
    <?Fm BoolCondExpr "" State 0?>
    <?Fm TrackChange Off PreviewState PREVIEW_OFF_TRACK_CHANGE?>
    <bookmap
        xmlns:ditaarch = "http://dita.oasis-open.org/architecture/2005/">
    <booktitle><mainbooktitle>Management</mainbooktitle>
    <booktitlealt>Version 4.0</booktitlealt>
    <booktitlealt></booktitlealt></booktitle>
    <frontmatter><notices></notices>
    <booklists><toc navtitle = "Contents"/></booklists>
    <preface id = "preface">
    <topicref navtitle = "Preface" href = "nm\concepts\nm_Preface.xml"
        type = "concept"><?Fm Condstart DITA-Topicref?><?Fm Condend DITA-Topicref?></topicref></preface></frontmatter>
    <chapter navtitle = "Management" href = "nm.ditamap"
        format = "ditamap" id = "chapter"><?Fm Condstart DITA-Topicref?><?Fm Condend DITA-Topicref?></chapter>
    <backmatter><booklists><indexlist navtitle = "Index"/></booklists></backmatter></bookmap>

    Unfortunately, default FM9 DITA does not support the automatic creation of the special bookmap files (toc, index, etc.). The only way to do it in FM9 is to manually add those generated lists to the book after you've generated it.
    DITA-FMx 1.1 provides the ability to automatically create FM generated lists as well as apply numbering and pagination (and many other properties) automatically when you generate a book from a bookmap. For more info and to download a trial ..
         http://leximation.com/dita-fmx/beta.php
    Cheers,
    ...scott
    Scott Prentice
    Leximation, Inc.
    www.leximation.com

  • I just purchased a new to me ibook g4 I have all the disks but the cd does not seem to read them properly. I wanted to re install everythMost everything works anyway except my address book application , help how do I reinstall

    I just purchased a new to me ibook g4. I have all the disks but they do not seem to work properly. When I restart holding the C key they just spit out of the drive. I wanted to reset everything back to factory and start over but no go. Most everything works anyway except my address book application. It seems to be missing. How can I download and reinstall a new address book App. Thanks, John

    iBook G4/1.33 12-Inch (Mid-2005 - Op)
    1.33 GHz PowerPC 7447a (G4)
    Intro Date:
    July 26, 2005
    Disc Date:
    May 16, 2006
    Order No:
    M9846LL/A
    Model No:
    A1133 (EMC N/A)
    Subfamily:
    iBook G4 - Mid-2005
    Model ID:
    PowerBook6,7
    Std. RAM:
    512 MB
    Std. VRAM:
    32 MB
    Std. HD:
    40 GB (4200 RPM)
    Std. Optical:
    8X "Combo Drive"
    Complete iBook G4/1.33 12-Inch (Mid-2005 - Op) Specs
    The problem with accessing the content of the disks is the CD Drive does not seem to access them. It also has a heck of a time ejecting them. Other disks seem to read. The unit came with imovie disks and I can use them. The disks look perfectly good no scratches but they just don't work, I was hoping I could just get a online copy of the address book to replace the one that seems to be missing. Or find it somewhere on my drive. Have no clue where to look though. 

  • Searching for a Niagara Simulator...

    While most people in this group are waiting for Verilog/RTL code, our research group has been looking for any source level simulator for the UltraSPARC T1 (or Open equivalent.)
    We are hoping to find a simulator with source code that we can augment to research enhancements to the T1 architecture. Naturally, we would sign any required legal agreements.
    We have been trying to find a simulator for quite awhile, and to date we haven't been able to find a single contact within Sun, so any advice would be greatly appreciated.
    Hoping to hear from anyone in Sun.
    - Jeff Diamond
    University of Texas, Austin

    Hi Jeff,
    You'll soon be in luck!
    Sun's entire UltraSPARC processor simulator will be available in both source and binary form, along with the Verilog source to the OpenSPARC T1 processor. Both are currently available in the OpenSPARC "Beta" program; as soon as the Beta progam completes, all will be released for open access by anyone. Stay tuned to the OpenSPARC Announcement Forum (http://forum.sun.com/forum.jspa?forumID=281) or subscribe to the email announcement list (http://opensparc.sunsource.net/servlets/ProjectMailingListList) to be notified when all the code is released.
    Furthermore, down the road, we expect that additional simulation tools will be released.
    = Dave Weaver
    UltraSPARC Architecture @ Sun

  • JAXB to generate java classes for XSD.

    Hi
    I have a XSD, which is importing other couple of xsds in it, tried to generate java classes using xjc, it is throwing error.
    C:\vittal\Project\received\development-1\da_xsd>xjc -p com daAuthoring.xsd
    parsing a schema...
    [ERROR] Property "Alt" is already defined. Use <jaxb:property> to resolve thi
    s conflict.
      line 42 of file:/C:/vittal/Project/received/development-1/da_xsd/commonElement
    s.xsd
    [ERROR] The following location is relevant to the above error
      line 2205 of file:/C:/vittal/Project/received/development-1/da_xsd/daCommonEle
    ments.xsd
    Failed to parse a schema.Please let me know how to fix this issue.

    Thanks for information,
    I do understand xml well, and having basic knowledge on XSD.
    1. can i generate a java classes for a xsd which is including other XSDs.
    2. how to overwrite the issue, using annotation, point me to a location where i will get more information, that will be great help.
    here is my xsd.
    <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:ditaarch="http://dita.oasis-open.org/architecture/2005/" xmlns:dctm="http://www.documentum.com" elementFormDefault="qualified">
         <xs:import namespace="http://dita.oasis-open.org/architecture/2005/" schemaLocation="ditaarch.xsd"/>
         <xs:import namespace="http://www.documentum.com" schemaLocation="dctmAttrs.ent.xsd"/>
         <xs:import namespace="http://www.w3.org/XML/1998/namespace" schemaLocation="xml.xsd"/>
         <xs:group name="alt">
              <xs:sequence>
                   <xs:element ref="alt"/>
              </xs:sequence>
         </xs:group>
         <xs:group name="desc">
              <xs:sequence>
                   <xs:element ref="desc"/>
              </xs:sequence>
         </xs:group>
         <xs:group name="title">
              <xs:sequence>
                   <xs:element ref="title"/>
              </xs:sequence>
         </xs:group>
         <!-- Elements in tblDecl.mod -->
         <xs:group name="colspec">
              <xs:sequence>
                   <xs:element ref="colspec"/>
              </xs:sequence>
         </xs:group>
         <xs:group name="entry">
              <xs:sequence>
                   <xs:element ref="entry"/>
              </xs:sequence>
         </xs:group>
         <xs:group name="row">
              <xs:sequence>
                   <xs:element ref="row"/>
              </xs:sequence>
         </xs:group>
         <xs:group name="tbody">
              <xs:sequence>
                   <xs:element ref="tbody"/>
              </xs:sequence>
         </xs:group>
         <xs:group name="tgroup">
              <xs:sequence>
                   <xs:element ref="tgroup"/>
              </xs:sequence>
         </xs:group>
         <xs:group name="thead">
              <xs:sequence>
                   <xs:element ref="thead"/>
              </xs:sequence>
         </xs:group>
    </xs:schema>

  • Omwb hangs after entering source-db details [ibm db2]

    hi,
    as there is no possibility to use migration workbench on linux to migrate db2 v7 udb, i have to run it on windows. i cant connect to the source-db via db2 command line, the repository gets installed, plugins are found - everything seems to be ok so far. but after having entered the connection details for the source-db, omwb hangs.
    some details:
    contents of plugins-folder: UDB7.jar
    contents of drivers-folder: db2java.zip
    error-log:
    ** Oracle Migration Workbench
    ** Production
    ** ( Build 20050629 )
    ** OMWB_HOME: C:\oracle\products\omwb
    ** user language: de
    ** user region: null
    ** user timezone:
    ** file encoding: Cp1252
    ** java version: 1.4.2_04
    ** java vendor: Sun Microsystems Inc.
    ** o.s. arch: x86
    ** o.s. name: Windows XP
    ** o.s. version: 5.1
    ** Classpath:
    ..\lib\boot.jar
    ** Started : Tue Aug 08 11:45:23 CEST 2006
    ** Workbench Repository : Oracle Database 10g Release 10.2.0.1.0 - 64bit Production
    With the Real Application Clusters option
    Repository Connection URL: jdbc:oracle:thin:@127.0.0.1:51521:testdb1
    ** The following plugins are installed:
    ** IBM DB2 UDB Version 7 Plugin, Production Release 10.1.0.4.0
    ** Active Plugin : UDB7
    Informational: JDBC compatibility test is active.
    any ideas?
    thanks a lot,
    peter
    Message was edited by:
    priffert

    Verzeichnis von C:\oracle\products\omwb
    08.08.2006 14:58 <DIR> .
    08.08.2006 14:58 <DIR> ..
    30.06.2005 15:48 <DIR> addins
    08.08.2006 14:56 <DIR> bin
    30.06.2005 15:48 <DIR> docs
    08.08.2006 14:53 <DIR> drivers
    30.06.2005 15:48 <DIR> jre
    30.06.2005 15:53 <DIR> lib
    08.08.2006 14:57 <DIR> log
    30.06.2005 15:48 <DIR> msaccess_exporter
    30.06.2005 15:48 <DIR> offline_capture
    08.08.2006 12:47 <DIR> olite
    08.08.2006 14:58 0 omwbdir.txt
    07.08.2006 13:29 <DIR> plugins
    30.06.2005 15:48 991 README.txt
    2 Datei(en) 991 Bytes
    Verzeichnis von C:\oracle\products\omwb\addins
    30.06.2005 15:48 <DIR> .
    30.06.2005 15:48 <DIR> ..
    30.06.2005 15:48 <DIR> AS400
    0 Datei(en) 0 Bytes
    Verzeichnis von C:\oracle\products\omwb\addins\AS400
    30.06.2005 15:48 <DIR> .
    30.06.2005 15:48 <DIR> ..
    30.06.2005 15:48 <DIR> V4r5
    0 Datei(en) 0 Bytes
    Verzeichnis von C:\oracle\products\omwb\addins\AS400\V4r5
    30.06.2005 15:48 <DIR> .
    30.06.2005 15:48 <DIR> ..
    30.06.2005 15:48 82 qclsrc.getusers
    30.06.2005 15:48 12.108 qcsrc.getauthobj
    30.06.2005 15:48 31.674 qsqlcsrc.extract
    30.06.2005 15:48 281 qsqlsrc.extract
    30.06.2005 15:48 400 qsqlsrc.getauthobj
    30.06.2005 15:48 171 qsqlsrc.getusers
    30.06.2005 15:48 1.085.568 SAVEFILE
    7 Datei(en) 1.130.284 Bytes
    Verzeichnis von C:\oracle\products\omwb\bin
    08.08.2006 14:56 <DIR> .
    08.08.2006 14:56 <DIR> ..
    30.06.2005 15:48 766 mwb.ico
    30.06.2005 15:48 130 omwb.bat
    30.06.2005 15:48 386 omwb.sh
    08.08.2006 13:31 98 state.properties
    4 Datei(en) 1.380 Bytes
    Verzeichnis von C:\oracle\products\omwb\docs
    30.06.2005 15:48 <DIR> .
    30.06.2005 15:48 <DIR> ..
    30.06.2005 15:48 <DIR> db2400v4r5
    30.06.2005 15:48 <DIR> db2udb
    30.06.2005 15:48 <DIR> faq
    25.05.2005 17:09 <DIR> informix
    30.06.2005 15:48 <DIR> msaccess
    30.06.2005 15:48 <DIR> mysql
    21.01.2005 13:49 208.949 odbc3rdprty.pdf
    30.06.2005 15:48 <DIR> quicktour
    25.05.2005 17:10 <DIR> relnotes
    25.05.2005 17:10 <DIR> sss
    25.05.2005 17:10 <DIR> Support
    25.05.2005 17:10 <DIR> usersguide
    25.05.2005 17:10 <DIR> www
    1 Datei(en) 208.949 Bytes
    Verzeichnis von C:\oracle\products\omwb\docs\db2400v4r5
    30.06.2005 15:48 <DIR> .
    30.06.2005 15:48 <DIR> ..
    21.01.2005 13:49 6.636 2_1.gif
    21.01.2005 13:49 8.808 ch1.htm
    21.01.2005 13:49 73.691 ch2.htm
    21.01.2005 13:49 37.518 ch3.htm
    21.01.2005 13:49 5.923 ch4.htm
    25.05.2005 17:09 <DIR> img_text
    21.01.2005 13:49 13.971 index.htm
    21.01.2005 13:49 19.652 preface.htm
    21.01.2005 13:49 6.098 rcf.htm
    21.01.2005 13:49 8.021 title.htm
    21.01.2005 13:49 8.718 toc.htm
    10 Datei(en) 189.036 Bytes
    Verzeichnis von C:\oracle\products\omwb\docs\db2400v4r5\img_text
    25.05.2005 17:09 <DIR> .
    25.05.2005 17:09 <DIR> ..
    21.01.2005 13:49 242 2_1.htm
    1 Datei(en) 242 Bytes
    Verzeichnis von C:\oracle\products\omwb\docs\db2udb
    30.06.2005 15:48 <DIR> .
    30.06.2005 15:48 <DIR> ..
    21.01.2005 13:49 7.190 ch1.htm
    21.01.2005 13:49 71.001 ch2.htm
    21.01.2005 13:49 24.299 ch3.htm
    21.01.2005 13:49 31.062 ch4.htm
    21.01.2005 13:49 9.531 index.htm
    21.01.2005 13:49 19.264 preface.htm
    21.01.2005 13:49 6.101 rcf.htm
    21.01.2005 13:49 8.737 title.htm
    21.01.2005 13:49 7.682 toc.htm
    9 Datei(en) 184.867 Bytes
    Verzeichnis von C:\oracle\products\omwb\docs\faq
    30.06.2005 15:48 <DIR> .
    30.06.2005 15:48 <DIR> ..
    02.08.2005 19:22 45.986 1gen.htm
    02.08.2005 19:22 17.599 2info.htm
    02.08.2005 19:22 36.626 3access.htm
    02.08.2005 19:22 66.956 4sql.htm
    02.08.2005 19:22 9.065 5mysql.htm
    02.08.2005 19:22 19.715 appa.htm
    07.07.2005 15:22 7.061 blafdoc.css
    28.07.2004 10:41 5.186 darbbook.css
    21.01.2005 13:49 7.851 faq.htm
    02.08.2005 19:22 17.369 index.htm
    02.08.2005 19:22 4.620 loe.htm
    02.08.2005 19:22 9.836 preface.htm
    21.01.2005 13:49 23.128 questlis.htm
    22.06.2005 14:39 5.947 rcf.htm
    02.08.2005 19:22 8.025 title.htm
    02.08.2005 19:22 6.353 toc.htm
    16 Datei(en) 291.323 Bytes
    Verzeichnis von C:\oracle\products\omwb\docs\informix
    25.05.2005 17:09 <DIR> .
    25.05.2005 17:09 <DIR> ..
    28.06.2005 13:17 15.050 a.htm
    28.07.2004 10:41 4.537 blafdoc.css
    28.06.2005 13:17 11.908 ch1.htm
    28.06.2005 13:17 119.566 ch2.htm
    28.06.2005 13:17 144.868 ch3.htm
    28.06.2005 13:17 11.297 ch4.htm
    21.01.2005 13:49 84.173 ch5.htm
    28.06.2005 13:17 77.163 ch6.htm
    28.06.2005 13:17 8.855 ch7.htm
    28.07.2004 10:41 5.186 darbbook.css
    28.06.2005 13:17 22.626 index.htm
    28.06.2005 13:17 5.074 lot.htm
    04.08.2005 16:13 4.303 migrating11.html
    28.06.2005 13:17 18.193 preface.htm
    28.06.2005 13:17 6.013 rcf.htm
    28.06.2005 13:17 8.205 title.htm
    28.06.2005 13:17 14.569 toc.htm
    17 Datei(en) 561.586 Bytes
    Verzeichnis von C:\oracle\products\omwb\docs\msaccess
    30.06.2005 15:48 <DIR> .
    30.06.2005 15:48 <DIR> ..
    05.10.2001 18:07 1.730 2_1.gif
    05.10.2001 18:07 1.918 2_2.gif
    05.10.2001 18:07 4.525 2_3.gif
    05.10.2001 18:07 3.290 2_4.gif
    04.08.2005 17:14 126.427 a.htm
    04.08.2005 17:14 20.350 b.htm
    07.07.2005 15:22 7.061 blafdoc.css
    04.08.2005 17:14 15.735 ch1.htm
    04.08.2005 17:14 38.998 ch2.htm
    04.08.2005 17:14 74.395 ch3.htm
    04.08.2005 17:14 17.881 ch4.htm
    04.08.2005 17:14 25.509 ch5.htm
    28.07.2004 10:41 5.186 darbbook.css
    25.05.2005 17:09 <DIR> img_text
    04.08.2005 17:14 14.762 index.htm
    04.08.2005 17:14 4.435 lof.htm
    04.08.2005 17:14 4.841 lot.htm
    04.08.2005 16:13 4.303 migrating11.html
    04.08.2005 17:14 9.728 preface.htm
    23.06.2005 14:10 5.912 rcf.htm
    04.08.2005 17:14 8.268 title.htm
    04.08.2005 17:14 9.730 toc.htm
    21 Datei(en) 404.984 Bytes
    Verzeichnis von C:\oracle\products\omwb\docs\msaccess\img_text
    25.05.2005 17:09 <DIR> .
    25.05.2005 17:09 <DIR> ..
    23.05.2001 15:06 364 2_1.htm
    23.05.2001 15:06 318 2_2.htm
    23.05.2001 15:06 255 2_3.htm
    23.05.2001 15:06 295 2_4.htm
    4 Datei(en) 1.232 Bytes
    Verzeichnis von C:\oracle\products\omwb\docs\mysql
    30.06.2005 15:48 <DIR> .
    30.06.2005 15:48 <DIR> ..
    21.01.2005 13:49 7.778 a.htm
    21.01.2005 13:49 31.039 ch3.htm
    21.01.2005 13:49 12.711 ch4.htm
    21.01.2005 13:49 5.903 index.htm
    04.08.2005 16:13 4.303 migrating11.html
    21.01.2005 13:49 18.452 preface.htm
    21.01.2005 13:49 6.003 rcf.htm
    21.01.2005 13:49 8.532 title.htm
    21.01.2005 13:49 5.295 toc.htm
    9 Datei(en) 100.016 Bytes
    Verzeichnis von C:\oracle\products\omwb\docs\quicktour
    30.06.2005 15:48 <DIR> .
    30.06.2005 15:48 <DIR> ..
    30.06.2005 15:48 <DIR> features
    30.06.2005 15:48 <DIR> images
    16.06.2005 16:27 2.383 index.htm
    16.06.2005 16:28 2.391 index_1.htm
    16.06.2005 16:29 2.892 index_3.htm
    21.06.2005 11:05 <DIR> migration
    21.06.2005 11:05 <DIR> other
    21.06.2005 11:05 <DIR> overview
    3 Datei(en) 7.666 Bytes
    Verzeichnis von C:\oracle\products\omwb\docs\quicktour\features
    30.06.2005 15:48 <DIR> .
    30.06.2005 15:48 <DIR> ..
    16.06.2005 16:32 4.129 features.htm
    21.06.2005 11:02 44.842 features2.htm
    21.06.2005 11:14 13.967 features3.htm
    3 Datei(en) 62.938 Bytes
    Verzeichnis von C:\oracle\products\omwb\docs\quicktour\images
    30.06.2005 15:48 <DIR> .
    30.06.2005 15:48 <DIR> ..
    02.09.2002 14:23 35.749 banner.gif
    16.06.2005 11:40 25.581 capture.gif
    02.09.2002 14:23 15.828 capture_dtm.gif
    02.09.2002 14:23 14.754 capture_map.gif
    20.07.2004 17:26 7.046 corp_gov_wh.gif
    02.09.2002 14:23 3.996 depend.gif
    02.09.2002 14:23 5.360 dtm.gif
    02.09.2002 14:23 22.100 generate.gif
    02.09.2002 14:23 1.543 i1.gif
    02.09.2002 14:23 1.674 i1_1.gif
    02.09.2002 14:23 1.194 i1_1_1.gif
    02.09.2002 14:23 1.112 i1_1_2.gif
    02.09.2002 14:23 1.857 i2.gif
    02.09.2002 14:23 1.980 i3.gif
    02.09.2002 14:23 2.216 i3_1.gif
    02.09.2002 14:23 1.078 i3_1_1.gif
    02.09.2002 14:23 1.122 i3_1_2.gif
    02.09.2002 14:23 1.102 i3_1_3.gif
    02.09.2002 14:23 1.112 i3_1_4.gif
    02.09.2002 14:23 1.604 i4.gif
    02.09.2002 14:23 1.488 i5.gif
    02.09.2002 14:23 20.725 informix_logon.gif
    02.09.2002 14:23 43.688 installer.gif
    02.09.2002 14:26 188 left_curve.gif
    02.09.2002 14:23 35.581 logon.gif
    02.09.2002 14:23 7.571 logs.gif
    02.09.2002 14:23 190 ltarr.gif
    16.06.2005 11:34 24.731 mig_wiz_1.gif
    02.09.2002 14:23 34.999 mti.gif
    02.09.2002 14:23 3.647 netserv1.gif
    02.09.2002 14:23 3.394 netserv_dbver.gif
    02.09.2002 14:23 4.076 om_createoptions.gif
    02.09.2002 14:23 9.265 om_dataload.gif
    02.09.2002 14:23 9.912 om_delete.gif
    10.09.2002 07:47 6.534 om_tbspace.gif
    15.06.2005 14:09 8.456 om_textedit.gif
    02.09.2002 14:23 4.315 om_useredit.gif
    02.09.2002 14:23 10.266 pen.gif
    03.06.2004 14:35 16.682 plugins.gif
    02.09.2002 14:23 8.986 plugins92017.gif
    02.09.2002 14:23 7.330 repbuild.gif
    02.09.2002 14:23 9.314 report.gif
    03.06.2004 15:05 59.091 repository.gif
    02.09.2002 14:23 34.078 repository2.gif
    02.09.2002 14:23 57.368 repository9i.gif
    02.09.2002 14:23 7.944 repos_created.gif
    02.09.2002 14:27 190 right_curve.gif
    02.09.2002 14:23 189 rtarr.gif
    02.09.2002 14:23 12.530 schema.gif
    16.06.2005 12:13 7.076 sm_edit.gif
    02.09.2002 14:23 7.761 sm_remove.gif
    02.09.2002 14:23 85.231 splash.gif
    02.09.2002 14:23 14.179 test_login.gif
    02.09.2002 14:23 24.823 ui.gif
    02.09.2002 14:23 34.567 unix.gif
    55 Datei(en) 764.373 Bytes
    Verzeichnis von C:\oracle\products\omwb\docs\quicktour\migration
    21.06.2005 11:05 <DIR> .
    21.06.2005 11:05 <DIR> ..
    21.06.2005 11:05 <DIR> capture
    21.06.2005 11:05 <DIR> configuration
    21.06.2005 11:05 <DIR> custom
    21.06.2005 11:05 <DIR> generate
    0 Datei(en) 0 Bytes
    Verzeichnis von C:\oracle\products\omwb\docs\quicktour\migration\capture
    21.06.2005 11:05 <DIR> .
    21.06.2005 11:05 <DIR> ..
    16.06.2005 11:45 2.919 capture.htm
    02.09.2002 14:28 2.903 capture2.htm
    02.09.2002 14:28 2.820 capture3.htm
    16.06.2005 11:46 3.147 capture4.htm
    02.09.2002 14:28 2.715 capture5.htm
    16.06.2005 11:46 2.915 capture6.htm
    02.09.2002 14:28 2.920 capture7.htm
    7 Datei(en) 20.339 Bytes
    Verzeichnis von C:\oracle\products\omwb\docs\quicktour\migration\configuration
    21.06.2005 11:05 <DIR> .
    21.06.2005 11:05 <DIR> ..
    16.06.2005 10:53 3.169 configuration.htm
    21.06.2005 11:02 8.940 configuration2.htm
    21.06.2005 11:02 9.549 configuration3.htm
    16.06.2005 11:38 3.182 configuration4.htm
    4 Datei(en) 24.840 Bytes
    Verzeichnis von C:\oracle\products\omwb\docs\quicktour\migration\custom
    21.06.2005 11:05 <DIR> .
    21.06.2005 11:05 <DIR> ..
    16.06.2005 11:51 3.532 custom.htm
    16.06.2005 12:10 3.215 custom2.htm
    16.06.2005 12:11 3.072 custom3.htm
    16.06.2005 12:15 3.280 custom4.htm
    02.09.2002 14:29 3.142 custom5.htm
    16.06.2005 12:18 3.103 custom6.htm
    16.06.2005 12:19 2.925 custom7.htm
    02.09.2002 14:29 2.929 custom8.htm
    02.09.2002 14:29 3.229 custom9.htm
    9 Datei(en) 28.427 Bytes
    Verzeichnis von C:\oracle\products\omwb\docs\quicktour\migration\generate
    21.06.2005 11:05 <DIR> .
    21.06.2005 11:05 <DIR> ..
    16.06.2005 12:20 2.841 generate.htm
    02.09.2002 14:29 3.208 generate2.htm
    02.09.2002 14:29 2.812 generate3.htm
    02.09.2002 14:29 2.676 generate4.htm
    4 Datei(en) 11.537 Bytes
    Verzeichnis von C:\oracle\products\omwb\docs\quicktour\other
    21.06.2005 11:05 <DIR> .
    21.06.2005 11:05 <DIR> ..
    21.06.2005 11:02 8.207 credits.htm
    21.01.2005 13:49 11.438 future.htm
    21.06.2005 11:02 14.663 support.htm
    21.06.2005 11:02 11.426 support2.htm
    4 Datei(en) 45.734 Bytes
    Verzeichnis von C:\oracle\products\omwb\docs\quicktour\overview
    21.06.2005 11:05 <DIR> .
    21.06.2005 11:05 <DIR> ..
    02.09.2002 14:29 3.062 product.htm
    16.06.2005 14:14 3.751 product2.htm
    15.06.2005 15:18 3.919 product3.htm
    3 Datei(en) 10.732 Bytes
    Verzeichnis von C:\oracle\products\omwb\docs\relnotes
    25.05.2005 17:10 <DIR> .
    25.05.2005 17:10 <DIR> ..
    28.07.2004 10:41 4.537 blafdoc.css
    28.07.2004 10:41 5.186 darbbook.css
    28.06.2005 16:20 49.000 relnotes.htm
    28.06.2005 16:20 5.077 toc.htm
    4 Datei(en) 63.800 Bytes
    Verzeichnis von C:\oracle\products\omwb\docs\sss
    25.05.2005 17:10 <DIR> .
    25.05.2005 17:10 <DIR> ..
    28.07.2004 10:41 4.537 blafdoc.css
    28.06.2005 19:10 12.872 ch1.htm
    28.06.2005 19:10 165.012 ch2.htm
    28.06.2005 19:10 156.660 ch3.htm
    28.06.2005 19:10 13.177 ch4.htm
    28.06.2005 19:10 10.920 ch6.htm
    28.07.2004 10:41 5.186 darbbook.css
    28.06.2005 19:10 16.500 index.htm
    28.06.2005 19:10 12.611 lot.htm
    04.08.2005 16:13 4.303 migrating11.html
    28.06.2005 19:10 18.125 preface.htm
    28.06.2005 19:10 6.036 rcf.htm
    28.06.2005 19:10 8.418 title.htm
    28.06.2005 19:10 13.254 toc.htm
    14 Datei(en) 447.611 Bytes
    Verzeichnis von C:\oracle\products\omwb\docs\Support
    25.05.2005 17:10 <DIR> .
    25.05.2005 17:10 <DIR> ..
    25.05.2005 17:10 <DIR> gifs
    25.05.2005 17:10 <DIR> html
    0 Datei(en) 0 Bytes
    Verzeichnis von C:\oracle\products\omwb\docs\Support\gifs
    25.05.2005 17:10 <DIR> .
    25.05.2005 17:10 <DIR> ..
    21.01.2005 13:49 2.516 bookbig.gif
    21.01.2005 13:49 1.338 bookicon.gif
    21.01.2005 13:49 1.439 contbig.gif
    21.01.2005 13:49 862 conticon.gif
    21.01.2005 13:49 1.049 doclib.gif
    21.01.2005 13:49 1.145 help.gif
    21.01.2005 13:49 999 index.gif
    21.01.2005 13:49 542 indxicon.gif
    21.01.2005 13:49 476 larrow.gif
    21.01.2005 13:49 1.144 leftnav.gif
    21.01.2005 13:49 2.122 oracle.gif
    21.01.2005 13:49 1.545 prodbig.gif
    21.01.2005 13:49 2.082 prodicon.gif
    21.01.2005 13:49 464 rarrow.gif
    21.01.2005 13:49 1.145 rightnav.gif
    21.01.2005 13:49 1.054 toc.gif
    21.01.2005 13:49 1.146 topnav.gif
    21.01.2005 13:49 720 uarrow.gif
    18 Datei(en) 21.788 Bytes
    Verzeichnis von C:\oracle\products\omwb\docs\Support\html
    25.05.2005 17:10 <DIR> .
    25.05.2005 17:10 <DIR> ..
    21.01.2005 13:49 1.323 cpyr.htm
    1 Datei(en) 1.323 Bytes
    Verzeichnis von C:\oracle\products\omwb\docs\usersguide
    25.05.2005 17:10 <DIR> .
    25.05.2005 17:10 <DIR> ..
    24.01.2003 12:55 21.119 arch.gif
    04.08.2005 17:09 50.892 before.htm
    07.07.2005 15:22 7.061 blafdoc.css
    04.08.2005 17:09 51.136 capture_sm.htm
    12.09.2002 18:08 1.137 ch82.gif
    12.09.2002 18:08 1.204 ch8a.gif
    04.08.2005 17:09 20.459 create_om.htm
    28.07.2004 10:41 5.186 darbbook.css
    04.08.2005 17:09 12.504 deploy.htm
    04.08.2005 17:09 18.936 glossary.htm
    04.08.2005 16:40 <DIR> img
    25.05.2005 17:10 <DIR> img_text
    04.08.2005 17:09 37.805 index.htm
    04.08.2005 17:09 31.942 intro.htm
    04.08.2005 17:09 4.269 lof.htm
    04.08.2005 17:09 4.989 lot.htm
    04.08.2005 17:09 41.017 migrate_db.htm
    04.08.2005 17:09 11.828 preface.htm
    04.08.2005 17:09 21.199 prepare.htm
    23.06.2005 14:33 5.995 rcf.htm
    04.08.2005 17:09 25.913 reports.htm
    04.08.2005 17:09 20.911 test.htm
    04.08.2005 17:09 8.071 title.htm
    04.08.2005 17:09 14.513 toc.htm
    04.08.2005 17:09 71.796 trouble.htm
    20.11.2003 09:41 14.477 vmodel.gif
    12.09.2002 17:57 18.922 w1_1.gif
    12.09.2002 17:57 18.019 w1_2.gif
    12.09.2002 17:57 20.694 w1_3.gif
    27 Datei(en) 561.994 Bytes
    Verzeichnis von C:\oracle\products\omwb\docs\usersguide\img
    04.08.2005 16:40 <DIR> .
    04.08.2005 16:40 <DIR> ..
    0 Datei(en) 0 Bytes
    Verzeichnis von C:\oracle\products\omwb\docs\usersguide\img_text
    25.05.2005 17:10 <DIR> .
    25.05.2005 17:10 <DIR> ..
    12.06.2005 15:12 877 arch.htm
    21.01.2005 13:49 323 ch82.htm
    21.01.2005 13:49 271 ch8a.htm
    12.06.2005 15:12 1.149 vmodel.htm
    12.06.2005 15:12 814 w1_1.htm
    12.06.2005 15:12 831 w1_2.htm
    12.06.2005 15:12 812 w1_3.htm
    7 Datei(en) 5.077 Bytes
    Verzeichnis von C:\oracle\products\omwb\docs\www
    25.05.2005 17:10 <DIR> .
    25.05.2005 17:10 <DIR> ..
    21.01.2005 13:49 2.019 support.htm
    1 Datei(en) 2.019 Bytes
    Verzeichnis von C:\oracle\products\omwb\drivers
    08.08.2006 14:53 <DIR> .
    08.08.2006 14:53 <DIR> ..
    04.03.2003 09:50 1.145.961 db2java.zip
    30.06.2005 15:48 0 INSTALL_DRIVERS_HERE
    2 Datei(en) 1.145.961 Bytes
    Verzeichnis von C:\oracle\products\omwb\jre
    30.06.2005 15:48 <DIR> .
    30.06.2005 15:48 <DIR> ..
    30.06.2005 15:48 <DIR> bin
    30.06.2005 15:48 1.126 CHANGES
    30.06.2005 15:48 4.519 COPYRIGHT
    30.06.2005 15:48 <DIR> lib
    30.06.2005 15:48 14.620 LICENSE
    30.06.2005 15:48 25.641 LICENSE.rtf
    30.06.2005 15:48 96.318 LICENSE_de.rtf
    30.06.2005 15:48 33.512 LICENSE_es.rtf
    30.06.2005 15:48 50.533 LICENSE_fr.rtf
    30.06.2005 15:48 62.114 LICENSE_it.rtf
    30.06.2005 15:48 50.115 LICENSE_ja.rtf
    30.06.2005 15:48 305.403 LICENSE_ko.rtf
    30.06.2005 15:48 71.880 LICENSE_sv.rtf
    30.06.2005 15:48 33.149 LICENSE_zh_CN.rtf
    30.06.2005 15:48 32.341 LICENSE_zh_TW.rtf
    30.06.2005 15:48 10.313 README.txt
    30.06.2005 15:48 10.367 THIRDPARTYLICENSEREADME.txt
    30.06.2005 15:48 998 Welcome.html
    16 Datei(en) 802.949 Bytes
    Verzeichnis von C:\oracle\products\omwb\jre\bin
    30.06.2005 15:48 <DIR> .
    30.06.2005 15:48 <DIR> ..
    30.06.2005 15:48 970.862 awt.dll
    30.06.2005 15:48 94.323 axbridge.dll
    30.06.2005 15:48 <DIR> client
    30.06.2005 15:48 139.374 cmm.dll
    30.06.2005 15:48 139.375 dcpr.dll
    30.06.2005 15:48 24.689 dt_shmem.dll
    30.06.2005 15:48 20.595 dt_socket.dll
    30.06.2005 15:48 61.547 eula.dll
    30.06.2005 15:48 327.811 fontmanager.dll
    30.06.2005 15:48 28.791 hpi.dll
    30.06.2005 15:48 49.258 hprof.dll
    30.06.2005 15:48 24.715 ioser12.dll
    30.06.2005 15:48 20.611 jaas_nt.dll
    30.06.2005 15:48 102.515 java.dll
    30.06.2005 15:48 24.681 java.exe
    30.06.2005 15:48 28.779 javaw.exe
    30.06.2005 15:48 20.592 jawt.dll
    30.06.2005 15:48 61.544 jcov.dll
    30.06.2005 15:48 49.278 JdbcOdbc.dll
    30.06.2005 15:48 102.505 jdwp.dll
    30.06.2005 15:48 122.992 jpeg.dll
    30.06.2005 15:48 82.035 jpicom32.dll
    30.06.2005 15:48 61.555 jpicpl32.cpl
    30.06.2005 15:48 16.501 jpicpl32.exe
    30.06.2005 15:48 94.323 jpiexp32.dll
    30.06.2005 15:48 28.783 jpins4.dll
    30.06.2005 15:48 41.071 jpins6.dll
    30.06.2005 15:48 45.167 jpins7.dll
    30.06.2005 15:48 86.127 jpinsp.dll
    30.06.2005 15:48 77.939 jpishare.dll
    30.06.2005 15:48 143.480 jsound.dll
    30.06.2005 15:48 241.777 jucheck.exe
    30.06.2005 15:48 32.881 jusched.exe
    30.06.2005 15:48 266.293 msvcrt.dll
    30.06.2005 15:48 57.455 net.dll
    30.06.2005 15:48 32.880 nio.dll
    30.06.2005 15:48 65.647 NPJava11.dll
    30.06.2005 15:48 65.647 NPJava12.dll
    30.06.2005 15:48 65.647 NPJava13.dll
    30.06.2005 15:48 65.647 NPJava14.dll
    30.06.2005 15:48 65.647 NPJava32.dll
    30.06.2005 15:48 65.650 NPJPI142_04.dll
    30.06.2005 15:48 65.647 NPOJI610.dll
    30.06.2005 15:48 110.707 RegUtils.dll
    30.06.2005 15:48 20.590 rmi.dll
    30.06.2005 15:48 57.453 verify.dll
    30.06.2005 15:48 20.563 w2k_lsa_auth.dll
    30.06.2005 15:48 53.364 zip.dll
    47 Datei(en) 4.445.313 Bytes
    Verzeichnis von C:\oracle\products\omwb\jre\bin\client
    30.06.2005 15:48 <DIR> .
    30.06.2005 15:48 <DIR> ..
    30.06.2005 15:48 1.212.546 jvm.dll
    30.06.2005 15:48 1.410 Xusage.txt
    2 Datei(en) 1.213.956 Bytes
    Verzeichnis von C:\oracle\products\omwb\jre\lib
    30.06.2005 15:48 <DIR> .
    30.06.2005 15:48 <DIR> ..
    30.06.2005 15:48 5.537.712 charsets.jar
    30.06.2005 15:48 <DIR> cmm
    30.06.2005 15:48 5.506 content-types.properties
    30.06.2005 15:48 3.828 flavormap.properties
    30.06.2005 15:48 4.376 font.properties
    30.06.2005 15:48 4.445 font.properties.CP1250
    30.06.2005 15:48 4.445 font.properties.CP1251
    30.06.2005 15:48 4.445 font.properties.CP1253
    30.06.2005 15:48 4.445 font.properties.CP1254
    30.06.2005 15:48 4.219 font.properties.CP1256
    30.06.2005 15:48 4.445 font.properties.CP1257
    30.06.2005 15:48 5.540 font.properties.hi
    30.06.2005 15:48 2.976 font.properties.iw
    30.06.2005 15:48 6.050 font.properties.ja
    30.06.2005 15:48 5.476 font.properties.ko
    30.06.2005 15:48 7.416 font.properties.MS950_HKSCS
    30.06.2005 15:48 4.463 font.properties.ru
    30.06.2005 15:48 5.405 font.properties.th
    30.06.2005 15:48 5.357 font.properties.zh
    30.06.2005 15:48 5.360 font.properties.zh.98
    30.06.2005 15:48 5.596 font.properties.zh_CN_GB18030
    30.06.2005 15:48 5.852 font.properties.zh_TW
    30.06.2005 15:48 5.509 font.properties.zh_TW.95
    30.06.2005 15:48 7.422 font.properties.zh_TW_MS950_HKSCS
    30.06.2005 15:48 <DIR> fonts
    30.06.2005 15:48 <DIR> i386
    30.06.2005 15:48 <DIR> im
    30.06.2005 15:48 <DIR> images
    30.06.2005 15:48 69.596 jce.jar
    30.06.2005 15:48 881.878 jsse.jar
    30.06.2005 15:48 2.689 jvm.hprof.txt
    30.06.2005 15:48 4.788 jvm.jcov.txt
    30.06.2005 15:48 2.245 logging.properties
    30.06.2005 15:48 1.878.141 plugin.jar
    30.06.2005 15:48 3.070 psfont.properties.ja
    30.06.2005 15:48 10.669 psfontj2d.properties
    30.06.2005 15:48 22.168.576 rt.jar
    30.06.2005 15:48 <DIR> security
    30.06.2005 15:48 89.343 sunrsasign.jar
    30.06.2005 15:48 6.700 tzmappings
    30.06.2005 15:48 <DIR> zi
    34 Datei(en) 30.767.983 Bytes
    Verzeichnis von C:\oracle\products\omwb\jre\lib\cmm
    30.06.2005 15:48 <DIR> .
    30.06.2005 15:48 <DIR> ..
    30.06.2005 15:48 51.236 CIEXYZ.pf
    30.06.2005 15:48 632 GRAY.pf
    30.06.2005 15:48 1.044 LINEAR_RGB.pf
    30.06.2005 15:48 274.474 PYCC.pf
    30.06.2005 15:48 150.368 sRGB.pf
    5 Datei(en) 477.754 Bytes
    Verzeichnis von C:\oracle\products\omwb\jre\lib\fonts
    30.06.2005 15:48 <DIR> .
    30.06.2005 15:48 <DIR> ..
    30.06.2005 15:48 75.144 LucidaBrightDemiBold.ttf
    30.06.2005 15:48 75.124 LucidaBrightDemiItalic.ttf
    30.06.2005 15:48 80.856 LucidaBrightItalic.ttf
    30.06.2005 15:48 344.908 LucidaBrightRegular.ttf
    30.06.2005 15:48 317.896 LucidaSansDemiBold.ttf
    30.06.2005 15:48 698.236 LucidaSansRegular.ttf
    30.06.2005 15:48 234.068 LucidaTypewriterBold.ttf
    30.06.2005 15:48 242.700 LucidaTypewriterRegular.ttf
    8 Datei(en) 2.068.932 Bytes
    Verzeichnis von C:\oracle\products\omwb\jre\lib\i386
    30.06.2005 15:48 <DIR> .
    30.06.2005 15:48 <DIR> ..
    30.06.2005 15:48 671 jvm.cfg
    1 Datei(en) 671 Bytes
    Verzeichnis von C:\oracle\products\omwb\jre\lib\im
    30.06.2005 15:48 <DIR> .
    30.06.2005 15:48 <DIR> ..
    30.06.2005 15:48 10.441 indicim.jar
    30.06.2005 15:48 7.939 thaiim.jar
    2 Datei(en) 18.380 Bytes
    Verzeichnis von C:\oracle\products\omwb\jre\lib\images
    30.06.2005 15:48 <DIR> .
    30.06.2005 15:48 <DIR> ..
    30.06.2005 15:48 <DIR> cursors
    0 Datei(en) 0 Bytes
    Verzeichnis von C:\oracle\products\omwb\jre\lib\images\cursors
    30.06.2005 15:48 <DIR> .
    30.06.2005 15:48 <DIR> ..
    30.06.2005 15:48 1.318 cursors.properties
    30.06.2005 15:48 153 invalid32x32.gif
    30.06.2005 15:48 165 win32_CopyDrop32x32.gif
    30.06.2005 15:48 153 win32_CopyNoDrop32x32.gif
    30.06.2005 15:48 168 win32_LinkDrop32x32.gif
    30.06.2005 15:48 153 win32_LinkNoDrop32x32.gif
    30.06.2005 15:48 147 win32_MoveDrop32x32.gif
    30.06.2005 15:48 153 win32_MoveNoDrop32x32.gif
    8 Datei(en) 2.410 Bytes
    Verzeichnis von C:\oracle\products\omwb\jre\lib\security
    30.06.2005 15:48 <DIR> .
    30.06.2005 15:48 <DIR> ..
    30.06.2005 15:48 21.653 cacerts
    30.06.2005 15:48 2.223 java.policy
    30.06.2005 15:48 6.871 java.security
    30.06.2005 15:48 2.921 local_policy.jar
    30.06.2005 15:48 2.440 US_export_policy.jar
    5 Datei(en) 36.108 Bytes
    Verzeichnis von C:\oracle\products\omwb\jre\lib\zi
    30.06.2005 15:48 <DIR> .
    30.06.2005 15:48 <DIR> ..
    30.06.2005 15:48 <DIR> Africa
    30.06.2005 15:48 <DIR> America
    30.06.2005 15:48 <DIR> Antarctica
    30.06.2005 15:48 <DIR> Asia
    30.06.2005 15:48 <DIR> Atlantic
    30.06.2005 15:48 <DIR> Australia
    30.06.2005 15:48 1.168 CET
    30.06.2005 15:48 1.072 EET
    30.06.2005 15:48 <DIR> Etc
    30.06.2005 15:48 <DIR> Europe
    30.06.2005 15:48 27 GMT
    30.06.2005 15:48 <DIR> Indian
    30.06.2005 15:48 1.168 MET
    30.06.2005 15:48 <DIR> Pacific
    30.06.2005 15:48 1.068 WET
    30.06.2005 15:48 12.970 ZoneInfoMappings
    6 Datei(en) 17.473 Bytes
    Verzeichnis von C:\oracle\products\omwb\jre\lib\zi\Africa
    30.06.2005 15:48 <DIR> .
    30.06.2005 15:48 <DIR> ..
    30.06.2005 15:48 65 Abidjan
    30.06.2005 15:48 181 Accra
    30.06.2005 15:48 65 Addis_Ababa
    30.06.2005 15:48 333 Algiers
    30.06.2005 15:48 65 Asmera
    30.06.2005 15:48 85 Bamako
    30.06.2005 15:48 65 Bangui
    30.06.2005 15:48 77 Banjul
    30.06.2005 15:48 77 Bissau
    30.06.2005 15:48 65 Blantyre
    30.06.2005 15:48 65 Brazzaville
    30.06.2005 15:48 27 Bujumbura
    30.06.2005 15:48 1.500 Cairo
    30.06.2005 15:48 213 Casablanca
    30.06.2005 15:48 1.112 Ceuta
    30.06.2005 15:48 85 Conakry
    30.06.2005 15:48 77 Dakar
    30.06.2005 15:48 85 Dar_es_Salaam
    30.06.2005 15:48 65 Djibouti
    30.06.2005 15:48 65 Douala
    30.06.2005 15:48 77 El_Aaiun
    30.06.2005 15:48 313 Freetown
    30.06.2005 15:48 77 Gaborone
    30.06.2005 15:48 65 Harare
    30.06.2005 15:48 105 Johannesburg
    30.06.2005 15:48 97 Kampala
    30.06.2005 15:48 337 Khartoum
    30.06.2005 15:48 65 Kigali
    30.06.2005 15:48 27 Kinshasa
    30.06.2005 15:48 65 Lagos
    30.06.2005 15:48 65 Libreville
    30.06.2005 15:48 27 Lome
    30.06.2005 15:48 65 Luanda
    30.06.2005 15:48 27 Lubumbashi
    30.06.2005 15:48 65 Lusaka
    30.06.2005 15:48 77 Malabo
    30.06.2005 15:48 65 Maputo
    30.06.2005 15:48 89 Maseru
    30.06.2005 15:48 65 Mbabane
    30.06.2005 15:48 73 Mogadishu
    30.06.2005 15:48 77 Monrovia
    30.06.2005 15:48 97 Nairobi
    30.06.2005 15:48 89 Ndjamena
    30.06.2005 15:48 89 Niamey
    30.06.2005 15:48 85 Nouakchott
    30.06.2005 15:48 65 Ouagadougou
    30.06.2005 15:48 77 Porto-Novo
    30.06.2005 15:48 65 Sao_Tome
    30.06.2005 15:48 65 Timbuktu
    30.06.2005 15:48 293 Tripoli
    30.06.2005 15:48 265 Tunis
    30.06.2005 15:48 824 Windhoek
    52 Datei(en) 8.309 Bytes
    Verzeichnis von C:\oracle\products\omwb\jre\lib\zi\America
    30.06.2005 15:48 <DIR> .
    30.06.2005 15:48 <DIR> ..
    30.06.2005 15:48 1.224 Adak
    30.06.2005 15:48 1.224 Anchorage
    30.06.2005 15:48 65 Anguilla
    30.06.2005 15:48 77 Antigua
    30.06.2005 15:48 1.036 Araguaina
    30.06.2005 15:48 77 Aruba
    30.06.2005 15:48 1.116 Asuncion
    30.06.2005 15:48 137 Barbados
    30.06.2005 15:48 297 Belem
    30.06.2005 15:48 513 Belize
    30.06.2005 15:48 329 Boa_Vista
    30.06.2005 15:48 89 Bogota
    30.06.2005 15:48 1.284 Boise
    30.06.2005 15:48 517 Buenos_Aires
    30.06.2005 15:48 1.096 Cambridge_Bay
    30.06.2005 15:48 792 Cancun
    30.06.2005 15:48 77 Caracas
    30.06.2005 15:48 517 Catamarca
    30.06.2005 15:48 77 Cayenne
    30.06.2005 15:48 65 Cayman
    30.06.2005 15:48 1.960 Chicago
    30.06.2005 15:48 816 Chihuahua
    30.06.2005 15:48 517 Cordoba
    30.06.2005 15:48 137 Costa_Rica
    30.06.2005 15:48 1.116 Cuiaba
    30.06.2005 15:48 77 Curacao
    30.06.2005 15:48 341 Danmarkshavn
    30.06.2005 15:48 1.108 Dawson
    30.06.2005 15:48 509 Dawson_Creek
    30.06.2005 15:48 1.336 Denver
    30.06.2005 15:48 1.200 Detroit
    30.06.2005 15:48 65 Dominica
    30.06.2005 15:48 1.316 Edmonton
    30.06.2005 15:48 313 Eirunepe
    30.06.2005 15:48 105 El_Salvador
    30.06.2005 15:48 377 Fortaleza
    30.06.2005 15:48 1.204 Glace_Bay
    30.06.2005 15:48 1.036 Godthab
    30.06.2005 15:48 1.792 Goose_Bay
    30.06.2005 15:48 1.044 Grand_Turk
    30.06.2005 15:48 65 Grenada
    30.06.2005 15:48 65 Guadeloupe
    30.06.2005 15:48 121 Guatemala
    30.06.2005 15:48 65 Guayaquil
    30.06.2005 15:48 89 Guyana
    30.06.2005 15:48 1.924 Halifax
    30.06.2005 15:48 1.372 Havana
    30.06.2005 15:48 189 Hermosillo
    30.06.2005 15:48 <DIR> Indiana
    30.06.2005 15:48 329 Indianapolis
    30.06.2005 15:48 1.096 Inuvik
    30.06.2005 15:48 1.092 Iqaluit
    30.06.2005 15:48 233 Jamaica
    30.06.2005 15:48 517 Jujuy
    30.06.2005 15:48 1.224 Juneau
    30.06.2005 15:48 <DIR> Kentucky
    30.06.2005 15:48 81 La_Paz
    30.06.2005 15:48 169 Lima
    30.06.2005 15:48 1.560 Los_Angeles
    30.06.2005 15:48 1.500 Louisville
    30.06.2005 15:48 393 Maceio
    30.06.2005 15:48 153 Managua
    30.06.2005 15:48 313 Manaus
    30.06.2005 15:48 89 Martinique
    30.06.2005 15:48 840 Mazatlan
    30.06.2005 15:48 517 Mendoza
    30.06.2005 15:48 1.216 Menominee
    30.06.2005 15:48 788 Merida
    30.06.2005 15:48 880 Mexico_City
    30.06.2005 15:48 1.032 Miquelon
    30.06.2005 15:48 788 Monterrey
    30.06.2005 15:48 581 Montevideo
    30.06.2005 15:48 1.928 Montreal
    30.06.2005 15:48 65 Montserrat
    30.06.2005 15:48 1.284 Nassau
    30.06.2005 15:48 1.960 New_York
    30.06.2005 15:48 1.144 Nipigon
    30.06.2005 15:48 1.228 Nome
    30.06.2005 15:48 329 Noronha
    30.06.2005 15:48 <DIR> North_Dakota
    30.06.2005 15:48 65 Panama
    30.06.2005 15:48 1.096 Pangnirtung
    30.06.2005 15:48 101 Paramaribo
    30.06.2005 15:48 141 Phoenix
    30.06.2005 15:48 313 Port-au-Prince
    30.06.2005 15:48 297 Porto_Velho
    30.06.2005 15:48 65 Port_of_Spain
    30.06.2005 15:48 77 Puerto_Rico
    30.06.2005 15:48 1.144 Rainy_River
    30.06.2005 15:48 1.088 Rankin_Inlet
    30.06.2005 15:48 377 Recife
    30.06.2005 15:48 497 Regina
    30.06.2005 15:48 297 Rio_Branco
    30.06.2005 15:48 1.360 Santiago
    30.06.2005 15:48 201 Santo_Domingo
    30.06.2005 15:48 1.116 Sao_Paulo
    30.06.2005 15:48 1.040 Scoresbysund
    30.06.2005 15:48 2.048 St_Johns
    30.06.2005 15:48 65 St_Kitts
    30.06.2005 15:48 65 St_Lucia
    30.06.2005 15:48 65 St_Thomas
    30.06.2005 15:48 65 St_Vincent
    30.06.2005 15:48 241 Swift_Current
    30.06.2005 15:48 105 Tegucigalpa
    30.06.2005 15:48 852 Thule
    30.06.2005 15:48 1.192 Thunder_Bay
    30.06.2005 15:48 1.276 Tijuana
    30.06.2005 15:48 65 Tortola
    30.06.2005 15:48 1.592 Vancouver
    30.06.2005 15:48 1.108 Whitehorse
    30.06.2005 15:48 1.568 Winnipeg
    30.06.2005 15:48 1.220 Yakutat
    30.06.2005 15:48 1.088 Yellowknife
    110 Datei(en) 76.087 Bytes
    Verzeichnis von C:\oracle\products\omwb\jre\lib\zi\America\Indiana
    30.06.2005 15:48 <DIR> .
    30.06.2005 15:48 <DIR> ..
    30.06.2005 15:48 765 Knox
    30.06.2005 15:48 361 Marengo
    30.06.2005 15:48 185 Vevay
    3 Datei(en) 1.311 Bytes
    Verzeichnis von C:\oracle\products\omwb\jre\lib\zi\America\Kentucky
    30.06.2005 15:48 <DIR> .
    30.06.2005 15:48 <DIR> ..
    30.06.2005 15:48 1.260 Monticello
    1 Datei(en) 1.260 Bytes
    Verzeichnis von C:\oracle\products\omwb\jre\lib\zi\America\North_Dakota
    30.06.2005 15:48 <DIR> .
    30.06.2005 15:48 <DIR> ..
    30.06.2005 15:48 1.276 Center
    1 Datei(en) 1.276 Bytes
    Verzeichnis von C:\oracle\products\omwb\jre\lib\zi\Antarctica
    30.06.2005 15:48 <DIR> .
    30.06.2005 15:48 <DIR> ..
    30.06.2005 15:48 65 Casey
    30.06.2005 15:48 81 Davis
    30.06.2005 15:48 81 DumontDUrville
    30.06.2005 15:48 65 Mawson
    30.06.2005 15:48 1.124 McMurdo
    30.06.2005 15:48 1.144 Palmer
    30.06.2005 15:48 65 Rothera
    30.06.2005 15:48 65 Syowa
    30.06.2005 15:48 65 Vostok
    9 Datei(en) 2.755 Bytes
    Verzeichnis von C:\oracle\products\omwb\jre\lib\zi\Asia
    30.06.2005 15:48 <DIR> .
    30.06.2005 15:48 <DIR> ..
    30.06.2005 15:48 65 Aden
    30.06.2005 15:48 1.016 Almaty
    30.06.2005 15:48 1.052 Amman
    30.06.2005 15:48 1.044 Anadyr
    30.06.2005 15:48 1.016 Aqtau
    30.06.2005 15:48 1.016 Aqtobe
    30.06.2005 15:48 269 Ashgabat
    30.06.2005 15:48 1.004 Baghdad
    30.06.2005 15:48 77 Bahrain
    30.06.2005 15:48 984 Baku
    30.06.2005 15:48 65 Bangkok
    30.06.2005 15:48 1.208 Beirut
    30.06.2005 15:48 1.024 Bishkek
    30.06.2005 15:48 77 Brunei
    30.06.2005 15:48 97 Calcutta
    30.06.2005 15:48 361 Choibalsan
    30.06.2005 15:48 181 Chongqing
    30.06.2005 15:48 121 Colombo
    30.06.2005 15:48 1.300 Damascus
    30.06.2005 15:48 97 Dhaka
    30.06.2005 15:48 93 Dili
    30.06.2005 15:48 65 Dubai
    30.06.2005 15:48 261 Dushanbe
    30.06.2005 15:48 1.236 Gaza
    30.06.2005 15:48 205 Harbin
    30.06.2005 15:48 617 Hong_Kong
    30.06.2005 15:48 357 Hovd
    30.06.2005 15:48 1.040 Irkutsk
    30.06.2005 15:48 129 Jakarta
    30.06.2005 15:48 85 Jayapura
    30.06.2005 15:48 1.236 Jerusalem
    30.06.2005 15:48 65 Kabul
    30.06.2005 15:48 1.040 Kamchatka
    30.06.2005 15:48 121 Karachi
    30.06.2005 15:48 193 Kashgar
    30.06.2005 15:48 77 Katmandu
    30.06.2005 15:48 1.040 Krasnoyarsk
    30.06.2005 15:48 121 Kuala_Lumpur
    30.06.2005 15:48 217 Kuching
    30.06.2005 15:48 65 Kuwait
    30.06.2005 15:48 393 Macau
    30.06.2005 15:48 1.040 Magadan
    30.06.2005 15:48 85 Makassar
    30.06.2005 15:48 125 Manila
    30.06.2005 15:48 65 Muscat
    30.06.2005 15:48 1.116 Nicosia
    30.06.2005 15:48 1.048 Novosibirsk
    30.06.2005 15:48 1.040 Omsk
    30.06.2005 15:48 1.016 Oral
    30.06.2005 15:48 97 Phnom_Penh
    30.06.2005 15:48 125 Pontianak
    30.06.2005 15:48 101 Pyongyang
    30.06.2005 15:48 77 Qatar
    30.06.2005 15:48 1.028 Qyzylorda
    30.06.2005 15:48 85 Rangoon
    30.06.2005 15:48 65 Riyadh
    30.06.2005 15:48 4.661 Riyadh87
    30.06.2005 15:48 4.581 Riyadh88
    30.06.2005 15:48 4.581 Riyadh89
    30.06.2005 15:48 97 Saigon
    30.06.2005 15:48 1.044 Sakhalin
    30.06.2005 15:48 281 Samarkand
    30.06.2005 15:48 165 Seoul
    30.06.2005 15:48 201 Shanghai
    30.06.2005 15:48 121 Singapore
    30.06.2005 15:48 381 Taipei
    30.06.2005 15:48 277 Tashkent
    30.06.2005 15:48 1.008 Tbilisi
    30.06.2005 15:48 924 Tehran
    30.06.2005 15:48 77 Thimphu
    30.06.2005 15:48 27 Tokyo
    30.06.2005 15:48 357 Ulaanbaatar
    30.06.2005 15:48 181 Urumqi
    30.06.2005 15:48 97 Vientiane
    30.06.2005 15:48 1.040 Vladivostok
    30.06.2005 15:48 1.040 Yakutsk
    30.06.2005 15:48 1.040 Yekaterinburg
    30.06.2005 15:48 1.016 Yerevan
    78 Datei(en) 51.040 Bytes
    Verzeichnis von C:\oracle\products\omwb\jre\lib\zi\Atlantic
    30.06.2005 15:48 <DIR> .
    30.06.2005 15:48 <DIR> ..
    30.06.2005 15:48 1.868 Azores
    30.06.2005 15:48 1.124 Bermuda
    30.06.2005 15:48 1.044 Canary
    30.06.2005 15:48 97 Cape_Verde
    30.06.2005 15:48 1.016 Faeroe
    30.06.2005 15:48 1.864 Madeira
    30.06.2005 15:48 577 Reykjavik
    30.06.2005 15:48 27 South_Georgia
    30.06.2005 15:48 1.080 Stanley
    30.06.2005 15:48 65 St_Helena
    10 Datei(en) 8.762 Bytes
    Verzeichnis von C:\oracle\products\omwb\jre\lib\zi\Australia
    30.06.2005 15:48 <DIR> .
    30.06.2005 15:48 <DIR> ..
    30.06.2005 15:48 1.224 Adelaide
    30.06.2005 15:48 189 Brisbane
    30.06.2005 15:48 1.224 Broken_Hill
    30.06.2005 15:48 125 Darwin
    30.06.2005 15:48 1.288 Hobart
    30.06.2005 15:48 221 Lindeman
    30.06.2005 15:48 1.012 Lord_Howe
    30.06.2005 15:48 1.224 Melbourne
    30.06.2005 15:48 157 Perth
    30.06.2005 15:48 1.224 Sydney
    10 Datei(en) 7.888 Bytes
    Verzeichnis von C:\oracle\products\omwb\jre\lib\zi\Etc
    30.06.2005 15:48 <DIR> .
    30.06.2005 15:48 <DIR> ..
    30.06.2005 15:48 27 GMT
    30.06.2005 15:48 27 GMT+1
    30.06.2005 15:48 27 GMT+10
    30.06.2005 15:48 27 GMT+11
    30.06.2005 15:48 27 GMT+12
    30.06.2005 15:48 27 GMT+2
    30.06.2005 15:48 27 GMT+3
    30.06.2005 15:48 27 GMT+4
    30.06.2005 15:48 27 GMT+5
    30.06.2005 15:48 27 GMT+6
    30.06.2005 15:48 27 GMT+7
    30.06.2005 15:48 27 GMT+8
    30.06.2005 15:48 27 GMT+9
    30.06.2005 15:48 27 GMT-1
    30.06.2005 15:48 27 GMT-10
    30.06.2005 15:48 27 GMT-11
    30.06.2005 15:48 27 GMT-12
    30.06.2005 15:48 27 GMT-13
    30.06.2005 15:48 27 GMT-14
    30.06.2005 15:48 27 GMT-2
    30.06.2005 15:48 27 GMT-3
    30.06.2005 15:48 27 GMT-4
    30.06.2005 15:48 27 GMT-5
    30.06.2005 15:48 27 GMT-6
    30.06.2005 15:48 27 GMT-7
    30.06.2005 15:48 27 GMT-8
    30.06.2005 15:48 27 GMT-9
    30.06.2005 15:48 27 UCT
    30.06.2005 15:48 27 UTC
    29 Datei(en) 783 Bytes
    Verzeichnis von C:\oracle\products\omwb\jre\lib\zi\Europe
    30.06.2005 15:48 <DIR> .
    30.06.2005 15:48 <DIR> ..
    30.06.2005 15:48 1.544 Amsterdam
    30.06.2005 15:48 968 Andorra
    30.06.2005 15:48 1.196 Athens
    30.06.2005 15:48 2.032 Belfast
    30.06.2005 15:48 1.040 Belgrade
    30.06.2005 15:48 1.236 Berlin
    30.06.2005 15:48 1.564 Brussels
    30.06.2005 15:48 1.180 Bucharest
    30.06.2005 15:48 1.312 Budapest
    30.06.2005 15:48 1.212 Chisinau
    30.06.2005 15:48 1.152 Copenhagen
    30.06.2005 15:48 1.916 Dublin
    30.06.2005 15:48 1.676 Gibraltar
    30.06.2005 15:48 1.036 Helsinki
    30.06.2005 15:48 1.464 Istanbul
    30.06.2005 15:48 1.140 Kaliningrad
    30.06.2005 15:48 1.048 Kiev
    30.06.2005 15:48 1.868 Lisbon
    30.06.2005 15:48 2.024 London
    30.06.2005 15:48 1.568 Luxembourg
    30.06.2005 15:48 1.416 Madrid
    30.06.2005 15:48 1.440 Malta
    30.06.2005 15:48 1.064 Minsk
    30.06.2005 15:48 1.576 Monaco
    30.06.2005 15:48 1.152 Moscow
    30.06.2005 15:48 1.216 Oslo
    30.06.2005 15:48 1.568 Paris
    30.06.2005 15:48 1.216 Prague
    30.06.2005 15:48 1.108 Riga
    30.06.2005 15:48 1.440 Rome
    30.06.2005 15:48 1.040 Samara
    30.06.2005 15:48 1.064 Simferopol
    30.06.2005 15:48 1.088 Sofia
    30.06.2005 15:48 1.040 Stockholm
    30.06.2005 15:48 1.080 Tallinn
    30.06.2005 15:48 1.164 Tirane
    30.06.2005 15:48 1.052 Uzhgorod
    30.06.2005 15:48 1.008 Vaduz
    30.06.2005 15:48 1.200 Vienna
    30.06.2005 15:48 1.060 Vilnius
    30.06.2005 15:48 1.400 Warsaw
    30.06.2005 15:48 1.072 Zaporozhye
    30.06.2005 15:48 1.056 Zurich
    43 Datei(en) 55.696 Bytes
    Verzeichnis von C:\oracle\products\omwb\jre\lib\zi\Indian
    30.06.2005 15:48 <DIR> .
    30.06.2005 15:48 <DIR> ..
    30.06.2005 15:48 89 Antananarivo
    30.06.2005 15:48 65 Chagos
    30.06.2005 15:48 27 Christmas
    30.06.2005 15:48 27 Cocos
    30.06.2005 15:48 65 Comoro
    30.06.2005 15:48 65 Kerguelen
    30.06.2005 15:48 65 Mahe
    30.06.2005 15:48 65 Maldives
    30.06.2005 15:48 65 Mauritius
    30.06.2005 15:48 65 Mayotte
    30.06.2005 15:48 65 Reunion
    11 Datei(en) 663 Bytes
    Verzeichnis von C:\oracle\products\omwb\jre\lib\zi\Pacific
    30.06.2005 15:48 <DIR> .
    30.06.2005 15:48 <DIR> ..
    30.06.2005 15:48 77 Apia
    30.06.2005 15:48 1.336 Auckland
    30.06.2005 15:48 856 Chatham
    30.06.2005 15:48 1.264 Easter
    30.06.2005 15:48 233 Efate
    30.06.2005 15:48 89 Enderbury
    30.06.2005 15:48 65 Fakaofo
    30.06.2005 15:48 105 Fiji
    30.06.2005 15:48 65 Funafuti
    30.06.2005 15:48 77 Galapagos
    30.06.2005 15:48 65 Gambier
    30.06.2005 15:48 65 Guadalcanal
    30.06.2005 15:48 65 Guam
    30.06.2005 15:48 117 Honolulu
    30.06.2005 15:48 27 Johnston
    30.06.2005 15:48 89 Kiritimati
    30.06.2005 15:48 85 Kosrae
    30.06.2005 15:48 89 Kwajalein
    30.06.2005 15:48 77 Majuro
    30.06.2005 15:48 65 Marquesas
    30.06.2005 15:48 65 Midway
    30.06.2005 15:48 97 Nauru
    30.06.2005 15:48 89 Niue
    30.06.2005 15:48 77 Norfolk
    30.06.2005 15:48 121 Noumea
    30.06.2005 15:48 77 Pago_Pago
    30.06.2005 15:48 65 Palau
    30.06.2005 15:48 77 Pitcairn
    30.06.2005 15:48 65 Ponape
    30.06.2005 15:48 27 Port_Moresby
    30.06.2005 15:48 285 Rarotonga
    30.06.2005 15:48 77 Saipan
    30.06.2005 15:48 65 Tahiti
    30.06.2005 15:48 65 Tarawa
    30.06.2005 15:48 133 Tongatapu
    30.06.2005 15:48 65 Truk
    30.06.2005 15:48 65 Wake
    30.06.2005 15:48 65 Wallis
    30.06.2005 15:48 77 Yap
    39 Datei(en) 6.568 Bytes
    Verzeichnis von C:\oracle\products\omwb\lib
    30.06.2005 15:53 <DIR> .
    30.06.2005 15:53 <DIR> ..
    30.06.2005 15:53 643 boot.jar
    30.06.2005 15:48 1.551.309 ewt3.jar
    30.06.2005 15:48 55.591 ewtcompat-3_3_15.jar
    30.06.2005 15:48 283.684 help4.jar
    30.06.2005 15:48 <DIR> images
    30.06.2005 15:48 921.724 images.jar
    30.06.2005 15:48 1.167.049 jewt.jar
    30.06.2005 15:48 55.149 kodiak.jar
    30.06.2005 15:48 40.960 mfcdao.dll
    30.06.2005 15:48 342.850 oembase-9_2_0.jar
    30.06.2005 15:48 1.410.632 ojdbc14.jar
    30.06.2005 15:48 138.176 olite40.jar
    30.06.2005 15:48 24.928 olite40.msb
    30.06.2005 15:48 65.536 oljdbc40.dll
    30.06.2005 15:48 430.080 olobj40.dll
    30.06.2005 15:48 139.264 olod2040.dll
    30.06.2005 15:48 483.328 olsql40.dll
    30.06.2005 15:53 1.140.244 omwb.jar
    05.08.2005 11:32 1.691.786 omwb_help.jar
    30.06.2005 15:48 740.578 oracle_ice5.jar
    30.06.2005 15:48 5.031.064 orai18n.jar
    30.06.2005 15:48 20.480 registry.dll
    30.06.2005 15:48 55.994 share.jar
    30.06.2005 15:53 642 silent.jar
    30.06.2005 15:48 127.101 xdb.jar
    30.06.2005 15:48 660.606 xmlparserv2.jar
    30.06.2005 15:48 496.377 xsu12.jar
    26 Datei(en) 17.075.775 Bytes
    Verzeichnis von C:\oracle\products\omwb\lib\images
    30.06.2005 15:48 <DIR> .
    30.06.2005 15:48 <DIR> ..
    30.06.2005 15:48 935 constraint.gif
    30.06.2005 15:48 114 error.gif
    30.06.2005 15:48 927 foreignkey.gif
    30.06.2005 15:48 938 index.gif
    30.06.2005 15:48 886 objpriv.gif
    30.06.2005 15:48 25.331 omwb_blank.gif
    30.06.2005 15:48 911 package.gif
    30.06.2005 15:48 921 primarykey.gif
    30.06.2005 15:48 906 procedure.gif
    30.06.2005 15:48 93 pro_c.gif
    30.06.2005 15:48 888 role.gif
    30.06.2005 15:48 869 synonym.gif
    30.06.2005 15:48 907 table.gif
    30.06.2005 15:48 943 tablespace.gif
    30.06.2005 15:48 944 trigger.gif
    30.06.2005 15:48 890 user.gif
    30.06.2005 15:48 903 view.gif
    30.06.2005 15:48 85 warning.gif
    18 Datei(en) 38.391 Bytes
    Verzeichnis von C:\oracle\products\omwb\log
    08.08.2006 14:57 <DIR> .
    08.08.2006 14:57 <DIR> ..
    08.08.2006 14:58 3.300 Error.log
    08.08.2006 14:57 0 sqlnet.log
    2 Datei(en) 3.300 Bytes
    Verzeichnis von C:\oracle\products\omwb\msaccess_exporter
    30.06.2005 15:48 <DIR> .
    30.06.2005 15:48 <DIR> ..
    30.06.2005 15:48 17.225 omwb.hlp
    29.07.2005 20:35 1.802.240 omwb2000.mde
    29.07.2005 20:35 1.765.376 omwb2002.mde
    29.07.2005 20:35 1.773.568 omwb2003.mde
    29.07.2005 20:35 761.856 omwb97.mde
    30.06.2005 15:48 17.411 schema.dtd
    30.06.2005 15:48 86.016 small.mdb
    7 Datei(en) 6.223.692 Bytes
    Verzeichnis von C:\oracle\products\omwb\offline_capture
    30.06.2005 15:48 <DIR> .
    30.06.2005 15:48 <DIR> ..
    30.06.2005 15:48 <DIR> Informix7
    30.06.2005 15:48 <DIR> Informix9
    30.06.2005 15:48 <DIR> SQLServer2K
    30.06.2005 15:48 <DIR> SQLServer6
    30.06.2005 15:48 <DIR> SQLServer7
    30.06.2005 15:48 <DIR> Sybase11
    30.06.2005 15:48 <DIR> Sybase12
    0 Datei(en) 0 Bytes
    Verzeichnis von C:\oracle\products\omwb\offline_capture\Informix7
    30.06.2005 15:48 <DIR> .
    30.06.2005 15:48 <DIR> ..
    30.06.2005 15:48 6.125 IDS7_DSML_SCRIPT.BAT
    30.06.2005 15:48 5.944 IDS7_DSML_SCRIPT.sh
    30.06.2005 15:48 941 Readme.linux
    3 Datei(en) 13.010 Bytes
    Verzeichnis von C:\oracle\products\omwb\offline_capture\Informix9
    30.06.2005 15:48 <DIR> .
    30.06.2005 15:48 <DIR> ..
    30.06.2005 15:48 7.223 IDS94_DSML_SCRIPT.bat
    30.06.2005 15:48 7.035 IDS9_DSML_SCRIPT.bat
    30.06.2005 15:48 7.187 IDS9_DSML_SCRIPT.sh
    30.06.2005 15:48 941 Readme.linux
    30.06.2005 15:48 548 Readme.windows
    5 Datei(en) 22.934 Bytes
    Verzeichnis von C:\oracle\products\omwb\offline_capture\SQLServer2K
    30.06.2005 15:48 <DIR> .
    30.06.2005 15:48 <DIR> ..
    30.06.2005 15:48 14.658 OMWB_OFFLINE_CAPTURE.BAT
    30.06.2005 15:48 15.471 OMWB_OFFLINE_CAPTURE.sh
    30.06.2005 15:48 42 properties.sql
    30.06.2005 15:48 7.133 SS2K_BCP_SCRIPT.BAT
    30.06.2005 15:48 7.856 SS2K_BCP_SCRIPT.sh
    5 Datei(en) 45.160 Bytes
    Verzeichnis von C:\oracle\products\omwb\offline_capture\SQLServer6
    30.06.2005 15:48 <DIR> .
    30.06.2005 15:48 <DIR> ..
    30.06.2005 15:48 13.268 create_ss65_index_tables.sql
    30.06.2005 15:48 773 drop_ss65_index_tables.sql
    30.06.2005 15:48 15.968 OMWB_OFFLINE_CAPTURE.BAT
    30.06.2005 15:48 16.864 OMWB_OFFLINE_CAPTURE.sh
    30.06.2005 15:48 42 properties.sql
    30.06.2005 15:48 3.828 SS65_BCP_SCRIPT.bat
    30.06.2005 15:48 4.128 SS65_BCP_SCRIPT.sh
    7 Datei(en) 54.871 Bytes
    Verzeichnis von C:\oracle\products\omwb\offline_capture\SQLServer7
    30.06.2005 15:48 <DIR> .
    30.06.2005 15:48 <DIR> ..
    30.06.2005 15:48 678 create_ss7_emulation_views.sql
    30.06.2005 15:48 56 drop_ss7_emulation_views.sql
    30.06.2005 15:48 14.913 OMWB_OFFLINE_CAPTURE.BAT
    30.06.2005 15:48 15.574 OMWB_OFFLINE_CAPTURE.sh
    30.06.2005 15:48 42 properties.sql
    30.06.2005 15:48 2.576 SS7_BCP_SCRIPT.BAT
    30.06.2005 15:48 2.859 SS7_BCP_SCRIPT.sh
    7 Datei(en) 36.698 Bytes
    Verzeichnis von C:\oracle\products\omwb\offline_capture\Sybase11
    30.06.2005 15:48 <DIR> .
    30.06.2005 15:48 <DIR> ..
    30.06.2005 15:48 12.052 create_sybase_index_tables.sql
    30.06.2005 15:48 736 drop_sybase_index_tables.sql
    30.06.2005 15:48 16.192 OMWB_OFFLINE_CAPTURE.BAT
    30.06.2005 15:48 17.155 OMWB_OFFLINE_CAPTURE.sh
    30.06.2005 15:48 42 properties.sql
    30.06.2005 15:48 910 Readme.linux
    30.06.2005 15:48 4.763 SYBASE11_BCP_SCRIPT.bat
    30.06.2005 15:48 5.085 SYBASE11_BCP_SCRIPT.sh
    8 Datei(en) 56.935 Bytes
    Verzeichnis von C:\oracle\products\omwb\offline_capture\Sybase12
    30.06.2005 15:48 <DIR> .
    30.06.2005 15:48 <DIR> ..
    30.06.2005 15:48 3.309 create_emulation_views.sql
    30.06.2005 15:48 12.052 create_sybase_index_tables.sql
    30.06.2005 15:48 333 drop_emulation_views.sql
    30.06.2005 15:48 736 drop_sybase_index_tables.sql
    30.06.2005 15:48 16.190 OMWB_OFFLINE_CAPTURE.BAT
    30.06.2005 15:48 17.155 OMWB_OFFLINE_CAPTURE.sh
    30.06.2005 15:48 42 properties.sql
    30.06.2005 15:48 910 Readme.linux
    30.06.2005 15:48 4.584 SYBASE12_BCP_SCRIPT.bat
    30.06.2005 15:48 4.920 SYBASE12_BCP_SCRIPT.sh
    10 Datei(en) 60.231 Bytes
    Verzeichnis von C:\oracle\products\omwb\olite
    08.08.2006 12:47 <DIR> .
    08.08.2006 12:47 <DIR> ..
    08.08.2006 12:48 983.040 omwb.odb
    08.08.2006 12:48 0 omwb.plg
    30.06.2005 15:48 200.704 omwb_bkup.odb
    3 Datei(en) 1.183.744 Bytes
    Verzeichnis von C:\oracle\products\omwb\plugins
    07.08.2006 13:29 <DIR> .
    07.08.2006 13:29 <DIR> ..
    30.06.2005 15:48 0 INSTALL_PLUGINS_HERE
    21.07.2006 13:09 279.621 UDB7.jar
    2 Datei(en) 279.621 Bytes
    Anzahl der angezeigten Dateien:
    900 Datei(en) 71.469.738 Bytes
    218 Verzeichnis(se), 35.175.723.008 Bytes frei

  • Fm9 error when saving as PDF.

    This error occurs when I attempt to  File>Save As PDF a frame file that was generated from a valid  ditamap or a valid ditamap itself.

    Hi Arnis,
    I have also posted this separately.
    Following is the ditamap i am using to create the PDF. This has booktitle, front matter, toc, chapter and backmatter. I am able to generate a PDF (complete with title page, toc, chapter, backmatter, index) using fop 0.25. However, when I try to create a pdf in FM 9.0, I get only the chapter. How can get the others through FM 9.0. Please provide a solution.
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE bookmap PUBLIC "-//OASIS//DTD DITA BookMap//EN" "bookmap.dtd" [
    <!-- Begin Document Specific Declarations -->
    <?Fm Validation Off?>
    <!-- End Document Specific Declarations -->
    ]>
    <?Fm Condition DITA-Topicref Blue NO_OVERRIDE show?>
    <?Fm Condition FM8_SYSTEM_HIDEELEMENT AsIs NO_OVERRIDE hide?>
    <?Fm Condition FM8_TRACK_CHANGES_ADDED Forest%20Green SINGLE_UNDERLINE show?>
    <?Fm Condition FM8_TRACK_CHANGES_DELETED Red STRIKETHROUGH show?>
    <?Fm BoolCondExpr "" State 0?>
    <?Fm TrackChange Off PreviewState PREVIEW_OFF_TRACK_CHANGE?>
    <bookmap
        xmlns:ditaarch = "http://dita.oasis-open.org/architecture/2005/">
    <booktitle><mainbooktitle>Management</mainbooktitle>
    <booktitlealt>Version 4.0</booktitlealt>
    <booktitlealt></booktitlealt></booktitle>
    <frontmatter><notices></notices>
    <booklists><toc navtitle = "Contents"/></booklists>
    <preface id = "preface">
    <topicref navtitle = "Preface" href = "nm\concepts\nm_Preface.xml"
        type = "concept"><?Fm Condstart DITA-Topicref?><?Fm Condend DITA-Topicref?></topicref></preface></frontmatter>
    <chapter navtitle = "Management" href = "nm.ditamap"
        format = "ditamap" id = "chapter"><?Fm Condstart DITA-Topicref?><?Fm Condend DITA-Topicref?></chapter>
    <backmatter><booklists><indexlist navtitle = "Index"/></booklists></backmatter></bookmap>

  • Permission error when saving as pdf

    I am using 10.6.7 on a Mini and I get a error when saving a documetn as a PDF.  It says I don't have permission to save the file.

    Hi Arnis,
    I have also posted this separately.
    Following is the ditamap i am using to create the PDF. This has booktitle, front matter, toc, chapter and backmatter. I am able to generate a PDF (complete with title page, toc, chapter, backmatter, index) using fop 0.25. However, when I try to create a pdf in FM 9.0, I get only the chapter. How can get the others through FM 9.0. Please provide a solution.
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE bookmap PUBLIC "-//OASIS//DTD DITA BookMap//EN" "bookmap.dtd" [
    <!-- Begin Document Specific Declarations -->
    <?Fm Validation Off?>
    <!-- End Document Specific Declarations -->
    ]>
    <?Fm Condition DITA-Topicref Blue NO_OVERRIDE show?>
    <?Fm Condition FM8_SYSTEM_HIDEELEMENT AsIs NO_OVERRIDE hide?>
    <?Fm Condition FM8_TRACK_CHANGES_ADDED Forest%20Green SINGLE_UNDERLINE show?>
    <?Fm Condition FM8_TRACK_CHANGES_DELETED Red STRIKETHROUGH show?>
    <?Fm BoolCondExpr "" State 0?>
    <?Fm TrackChange Off PreviewState PREVIEW_OFF_TRACK_CHANGE?>
    <bookmap
        xmlns:ditaarch = "http://dita.oasis-open.org/architecture/2005/">
    <booktitle><mainbooktitle>Management</mainbooktitle>
    <booktitlealt>Version 4.0</booktitlealt>
    <booktitlealt></booktitlealt></booktitle>
    <frontmatter><notices></notices>
    <booklists><toc navtitle = "Contents"/></booklists>
    <preface id = "preface">
    <topicref navtitle = "Preface" href = "nm\concepts\nm_Preface.xml"
        type = "concept"><?Fm Condstart DITA-Topicref?><?Fm Condend DITA-Topicref?></topicref></preface></frontmatter>
    <chapter navtitle = "Management" href = "nm.ditamap"
        format = "ditamap" id = "chapter"><?Fm Condstart DITA-Topicref?><?Fm Condend DITA-Topicref?></chapter>
    <backmatter><booklists><indexlist navtitle = "Index"/></booklists></backmatter></bookmap>

  • Content Server - Recommended Hardware?

    Can anyone throw out a recommended hardware configuration for running 3 moderately busy public websites plus an intranet? Bandwidth requirements are roughly the following (with the strong likelihood of increasing in the short term):
    Public websites: roughly 20 - 25 GB per month
    Intranet: roughly 30 GB per month
    The intranet will have a significant amount of document conversion going on, so we already planned on having the conversion server running on a separate box, and we were considering our options for what to run the DB on (HP UX is in the running as there are some other systems in place that run on it - but, as we're trying to control costs, that may change).
    On top of that, we know that we want a development and production environment and that's about it.
    Any recos on the amount of processing power / RAM we might need per machine and how many machines should get us in the game (we have some pretty ambitious goals with the entire system, but we're trying to shoot for "in the middle" as far as what we need in the short term and what we'll have to go back and ask for money for later on).
    Thanks

    I might be getting out of my element here and I have no idea what your admin capabilities are, but have you considered the 'bang for your buck' ramifications of per processor licensing for UCM 10gR3?
    I think a processor license on Intel/AMD architecture equates to two cores or a single processor. HOWEVER, on an UltraSparc architecture a processor license equates to four cores.
    So, maybe this isn't what you were asking about but I thought I'd toss it out there for your consideration. Hence, since right now the list for a processor lic is nearly 115k and in your scenario you are using a 4 core windows box for each of your two production boxes you would need 4 licesnes (8 cores / 2 cores per lic = 4 lics). If you can deal with Solaris you could save money as the same setup of two 4 core boxes on ultrasparc would yield only 2 licenses. Ta dah! Saved 230k. Well, that's my good idea for the day I guess.
    Of course, you may hate solaris/unix/linux/whatever and/or simply be used to windows.

  • OAF Learning and Master

    Guys,
    I am new to OAF, can anyone suggest how to learn oaf to the best and become master in it.
    Thanks,
    @P
    Edited by: 995022 on Mar 20, 2013 9:09 PM

    Hi ,
    To be able master in OAF , you need to learn the following things
    1) Core Java
    2) J2EE ( Just Basic of servlets and JSP , and intro EJB )
    3) Design Pattern ( intro to MVC Architecture )
    Then Jump into OAF , Oracle provides the tutorial tool box to learn OAF concepts , it's shipped along with Jdeveloper Patch .
    If you come across any doubts , you are free to post thread in forum . Happy Learning and Good Luck .
    --Keerthi                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • Suppress XML validation when opening files

    Hi,
    is there a way to (temporarely) suppress the validation? I have a large amount of DITA files created with an old FM version. For some reason, the doctype "dita" has been written into the headers. All I need to do is open each file, confirm the validation error message, and save the file again. FM then automatically writes the correct doctype. However clicking through all these error messages would be very time consuming.
    This is FM11 with FMx 1.1.
    Robert

    Hi scott, yes you can see an example of the first lines below. It was not a problem under FM7.2 (with DITA application pack) and I never payed attention to this until we updated to FM11. A script would be the fastest solution I suppose, as there are a few thousand files to fix.
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE dita PUBLIC "-//OASIS//DTD DITA Composite//EN" "ditabase.dtd" [
    <!-- Begin Document Specific Declarations -->
    <!-- End Document Specific Declarations -->
    ]>
    <concept id = "id081NF500U30" status = "changed" xml:lang = "de-de"
    xmlns:ditaarch = "http://dita.oasis-open.org/architecture/2005/">
    <title>title</title>

Maybe you are looking for