Internationalization Issue

Hi all,
We have an Internationalization issue . We modified the Caption xml files to incorporate Japanese language for Custom Column headers. We have some dummy columns, in the sense Column header and the Formula column reads the same thing (Ex: Column Header : ORACLE , Column Formula : 'ORACLE'). In this scenario, we get the same hardcoded text 'ORACLE' in the Answer report for any language as it is specific to only Column header translation.
Is there any specific method to translate these dummy columns ?
Please help...
Thankyou,
Vinay Donkena

Guys,
A workaround is writing a case statement in formula column when the language variable is set upon corresponding selection in login screen , you specify the translation word.

Similar Messages

  • Korean font not displaying correctly. Internationalization Issue

    Hello,
    I'm not sure if this is an internationalization issue but I have an Adobe Air project that isn't displaying Korean correctly. I basically have created a MovieClip in Flash CC with a textfield child. When this movieclip is instanced in Air, it's text is dynamically assigned from a web service. The font used works fine except for Korean so we had to switch fonts when using Korean text. This is where things get interesting. If I try to programmatically change the textformat.font to use the Korean font, the font switches but just the Korean characters aren't supported. However if I set the textfield's font to the Korean one in Flash CC, everything displays fine. The font is embedding the same in both instances and is including 'All' characters.
    I'm not sure if this is a bug or if I have to add a flag for Korean support somewheres in the build settings. I've created work around for now which has two textfields, one with the font we need and one for korean only. As the data from the webservice is parsed it detects for Korean characters in the string and if it finds them it makes sure the Korean textfield is used. Kind of a dirty way to do it but it doesn't seem to like changing the font family around.
    Anyone else notice this?

    It's the latest AIR 15 SDK with the Flex framework.swc and framework_fb.swf added for binding support
    I overwrote the code since it was only a couple lines but here's what I was doing for the way that broke
    var tf : TextFormate = this._sknPageShield.pageName.getTextFormat();
    tf.font = "Arial Unicode MS";
    this._sknPageShield.pageName.setTextFormat(tf);
    The font changes because english characters showed up, however even though I click embed all fonts, korean characters do not display. I have to set the font on the textfield using the Flash CC tools and it works fine.

  • Internationalization  issue : convert date/time to GMT/UTC

    We have our webservices running in websphere /oracle.There is this requirement to internationalize the application ...like
    a) language .....
    d)Internatiolization of time :
    For this requirment I am planning to do the following.Service request with date will be converted to GMT before it is stored in database and the response back will be converted from GMT back to the time zone of the requester and have the application server/database server configured to UTC time.Is this a good strategy or is there a better one.
    Thanks
    m

    Manjit wrote:
    Sabre,to confirm again...you are suggesting that there is even no need to change the oracle Date field from Date type to Timestamp.The only thing I really have to do is for display purpose convert/format the response date to the zone the request is coming from.Please let me know if I missed anything.The above statement is indefinite.
    Are you starting with a java.util.Date or perhaps a java.sql.Timestamp?
    Then you do NOT convert them. You display them. You use SimpleDateFormat for that. You do not concern yourself at all with timezones exception in terms of creating a SimpleDateFormat. And that is ONLY an issue if you are creating the string (display value) on a server. If you are doing that you will need the client to provide you with a timezone. There is no magic way to get that from the client. If a client app is doing the display the the client is running in a client VM and that VM will already have a display format that might be suitable.
    Conversely if you are receiving a timestamp value as a text value (say read it from a file) then you must convert that into a java.util.Date. You do that via SimpleDateFormat. The specifics of how you do that depends on the form of the text value.

  • Internationalization issues

    Hi,
              I have a jsp page where the page content type is set to Cp1256, (Arabic
              windows). In this page I have a form which collects some arabic data.
              This form is submitted to a second jsp. My doubt is
              1. how will the 2nd Jsp identify the char set used by the form
              (request.getCharacterEncoding is returning Cp1252, which is my default
              char set).
              2. In the second page suppose i have the following line String sName =
              request.getParameter("name");, in what encoding will that string be in.
              Is it Unicode?
              Can somebody send me a url which describes all these issues, The servlet
              handling the char set for the response and request.
              Regards,
              Dalia
              

    Also note that there is an entire forum dedicated to internationalization:
    http://forum.java.sun.com/forum.jsp?forum=16

  • BiBeans's internationalization issue in Weblogic and Tomcat

    Dear,
    It seems that bibeans components such as Toolbar, Crosstab etc in my application can display localized labels only in OC4J, but when I depoly the application into the Tomcat or Weblogic, the labels are only displayed in English, even thought I set the locale of such compenents to China(for example, I write such code: crosstab.setLocale(Locale.China)). Can you tell me how to solve this problem? Thanks in advance.

    I think this is a question for either Tomcat support or BEA, as you correctly point out using Oracle's OC4J environment the application works correctly. Therefore, only Tomcat Support or BEA can answer why this is occuring as I presume this would affect any JSP application not just BI Beans?
    I have searched our support database and cannot find any related issues in this area. So you might also want to consider opening a TAR with Oracle Support.
    Hope this helps
    Business Intelligence Beans Product Management Team
    Oracle Corporation

  • BIBeans internationalization issue with weblogic server 8.1 sp2

    We use oralce bibeans 9.0.4 to develop OLAP web application in Chinsese Simplified environment. When deploy the web application on the embedded OC4J server, everything goes well. All the labels (Line items and image button labels etc. ) of the crosstab is displayed in chinese. but it always display English labels when delploy it on weblogic server V8.1 sp2.
    currently on my web page java.util.Locale.getDefault() return zh_CN
    I have done two things:
    first, add exportCharacterEncoding init param for UIXServlet
    <init-param>
    <param-name>exportCharacterEncoding</param-name>
    <param-value>GBK</param-value>
    </init-param>
    second,Set locale for the BIThinSession instance in jsp file.
    oracle.dss.addins.jspTags.BIThinSession bisession = (oracle.dss.addins.jspTags.BIThinSession) pageContext.findAttribute("SalesBIThinSession");
    bisession.setLocale(Locale.getDefault());
    Is this a bug that bibeans can not locate resource bundles correctly base on the user's specified environment? Is there an invisible environment variable base on which the bibean tags judge to select a resource file and result in this phenomenon?

    The intersting point here is that the application works using an Oracle stack but does not work using an IBM stack. I will contact our development engineers for more information and will post another response when I have a reply.
    Business Intelligence Beans Product Management Team
    Oracle Corporation

  • Internationalization issues - chinese texts dispalying as boxes (squares)

    Hello Experts,
    I am facing problems when I try to copy and paste the chinese texts in the xlf file.
    The chinese texts converted into squares(small boxes) for each character, when I try to paste it in the "Resource Text" tab of the xlf file.
    Please suggest why this is happening.
    Thanks in advance.
    Regards,
    Suri.

    Your searches should have also come up with the fact that CR XI R2 is not supported in .NET 2008. Only CR 2008 (12.x) and Crystal Reports Basic for Visual Studio 2008 (10.5) are supported in .NET 2008. I realize this is not good news given the release time line, but support or non support of cr xi r2 in .net 2008 is well documented - from [Supported Platforms|https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/7081b21c-911e-2b10-678e-fe062159b453
    ] to [KBases|http://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/oss_notes_boj/sdn_oss_boj_dev/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/scn_bosap/notes.do], to [Wiki|https://wiki.sdn.sap.com/wiki/display/BOBJ/WhichCrystalReportsassemblyversionsaresupportedinwhichversionsofVisualStudio+.NET].
    Best I can suggest is to try SP6:
    https://smpdl.sap-ag.de/~sapidp/012002523100015859952009E/crxir2win_sp6.exe
    MSM:
    https://smpdl.sap-ag.de/~sapidp/012002523100000634042010E/crxir2sp6_net_mm.zip
    MSI:
    https://smpdl.sap-ag.de/~sapidp/012002523100000633302010E/crxir2sp6_net_si.zip
    Failing that, you will have to move to a supported environment...
    Ludek
    Follow us on Twitter http://twitter.com/SAPCRNetSup
    Edited by: Ludek Uher on Jul 20, 2010 7:54 AM

  • Oracle Forms6i with Cognos Incompatibility issue

    The existing Oracle Forms version being used is 6.x, which is not supported/old. Also, following the recent Cognos upgrade from 7.0 to 7.4, Oracle Forms and Cognos Impromptu are now incompatible. Oracle Forms is now installed on the users PC and to use Cognos Impromptu the users have to access it via Citrix. So, Oracle Forms needs to be upgraded to the latest possible supported version. Pls suggest the various steps involved the upgration of Forms 6i to 10g and importanct environment set up so that Cognos and Forms to work in the same environment/server.

    Please, post this question in the appropriate forum. This forum is for internationalization issues.
    -- Sergiusz

  • Developer Suite

    iii
    Preface.............................. xvii
    Intended Audience... xvii
    Documentation Accessibility .................................................................................................................. xvii
    Organization ............ xviii
    Related Documents . xviii
    Product Accessibility xix
    Related Documents ... xix
    Conventions ............... xx
    Part I Product Release Notes
    1 What¡¯s New in the Oracle Developer Suite 10g Release Notes?
    1.1 Chapter 4 "Known Issues" ......................................................................................................... 1-1
    1.1.1 New Topics ........................................................................................................................... 1-1
    1.2 Chapter 7 "Oracle Discoverer Administrator" ........................................................................ 1-1
    1.2.1 New Topics ........................................................................................................................... 1-1
    1.3 Chapter 9 "Oracle Forms Developer" ....................................................................................... 1-2
    1.3.1 New Topics ........................................................................................................................... 1-2
    1.3.2 Updated Topics .................................................................................................................... 1-2
    1.4 Chapter 10 "Oracle Reports"...................................................................................................... 1-2
    1.4.1 New Topics ........................................................................................................................... 1-2
    1.4.2 Updated Topics .................................................................................................................... 1-2
    2 Product Naming
    2.1 Windows Components............................................................................................................... 2-1
    2.2 Linux, Solaris, and HP-UX Components................................................................................. 2-1
    3 Certification Information
    3.1 Certification Information ........................................................................................................... 3-1
    iv
    4 Known Issues
    4.1 Preinstallation Issues .................................................................................................................. 4-1
    4.1.1 Assistive Technologies (Windows only) .......................................................................... 4-1
    4.1.2 Oracle Business Intelligence Beans ................................................................................... 4-2
    4.1.3 Oracle9i Warehouse Builder .............................................................................................. 4-2
    4.2 Installation Issues........................................................................................................................ 4-2
    4.3 Postinstallation Issues ................................................................................................................ 4-3
    4.3.1 Java Versions ........................................................................................................................ 4-3
    4.4 Deinstallation Issues................................................................................................................... 4-3
    4.5 Platform-specific Issues.............................................................................................................. 4-3
    4.5.1 Linux Issues .......................................................................................................................... 4-3
    4.5.1.1 Revised Linux Operating Environment Software Requirements.......................... 4-3
    4.5.1.2 Setting the PATH environment variable in Linux................................................... 4-3
    4.6 Configuration Issues................................................................................................................... 4-3
    4.7 Administration Issues ................................................................................................................ 4-3
    4.8 Documentation Errata ................................................................................................................ 4-4
    4.8.1 Oracle Developer Suite 10g Installation Guide ............................................................... 4-4
    4.8.2 Oracle Developer Suite 10g Quick Installation Guide.................................................... 4-4
    4.8.3 Linux Operating Environment Software Requirements ................................................ 4-4
    4.8.3.1 Red Hat Linux 2.1 Requirements ............................................................................... 4-5
    4.8.3.2 Red Hat Linux 3.0 Requirements ............................................................................... 4-6
    4.8.3.3 UnitedLinux 1.0 Requirements................................................................................... 4-8
    Part II Component Release Notes
    5 Oracle9i JDeveloper
    5.1 General Issues and Workarounds ............................................................................................ 5-1
    5.1.1 Introd 5-1
    5.1.1.1 Support for Oracle9i Release 2 (9.2) ........................................................................... 5-2
    5.1.2 Deploying to OC4J............................................................................................................... 5-2
    5.1.2.1 OC4J Version Shipped with Oracle JDeveloper 9.0.4.............................................. 5-2
    5.1.2.2 OC4J Memory Requirements...................................................................................... 5-2
    5.1.3 Deploying to Other Application Servers.......................................................................... 5-3
    5.1.3.1 Problems Running UIX Web Applications (including the BC4J JSP Admin Page)
    Deployed to Non-Oracle Application Servers (2577293) ........................................ 5-3
    5.1.3.2 Deploying Web Applications to Apache Tomcat 4.1 .............................................. 5-4
    5.1.3.3 Problems in JSP Applications Deployed to Tomcat (2615358)............................... 5-4
    5.1.3.4 XSQL Page Processor Cannot Read Pages from Unexpanded Servlet 2.2 WAR File
    (1552039) ........................................................................................................................ 5-4
    5.1.3.5 Type Incompatibilities when Deploying to WebLogic ........................................... 5-4
    5.1.3.6 WebLogic6.1 Fails to Understand Windows-1252 Encoding in XML Files ......... 5-4
    5.1.3.7 CORBA Requires JDK 1.3 at Runtime (2685103)...................................................... 5-5
    v
    5.1.4 Miscellaneous Deployment Issues .................................................................................... 5-5
    5.1.4.1 ejb-ref in web.xml not Updated if the Bean Type is Changed from Remote to Local
    (2589997) ........................................................................................................................ 5-5
    5.1.5 BC4J Is 5-5
    5.1.5.1 Available Tables not Visible Under Java Type Map and SQL92 SQL Flavor
    (2693168) 5-5
    5.1.5.2 902 Projects with VO or Attribute Names Containing $ do not Migrate (2701773)....
    5-5
    5.1.5.3 JDeveloper 9.0.4 *.jpr File Format Not Backward Compatible with 9.0.3 (2682921) ..
    5-6
    5.1.5.4 Migrated Project: Export Interface is Removed but Still Implemented in IMPL
    Class (2676186) .............................................................................................................. 5-6
    5.1.5.5 Bean Name in <EJB-LOCAL-REF> not Updated when Underlying Entity is
    Renamed (2587916) ....................................................................................................... 5-6
    5.1.5.6 Setting Current Database Time Using Entity Facades (2525437) .......................... 5-6
    5.1.5.7 Replace qView with getRowSet in Migration Documentation (2723075) ............ 5-6
    5.1.5.8 Documentation Refers to BC4J "Wizards" ................................................................ 5-6
    5.1.5.9 Unable to Run a BC4J JSP in OC4J in VB Bind Mode (2594776) ............................ 5-6
    5.1.5.10 Problem Running Struts Actions in 9.0.3 Project After Upgrade (2756440) ........ 5-7
    5.1.5.11 Help Sometimes Not Available for Business Component Browser...................... 5-7
    5.1.5.12 jbo.debugoutput Property can Take Value of "file"................................................. 5-7
    5.1.6 EJB Issues .............................................................................................................................. 5-7
    5.1.6.1 Cannot Run EJB in Embedded OC4J Server if Workspace Has Two Projects
    (2096700, 2591173) ........................................................................................................ 5-7
    5.1.7 JClient Issues ........................................................................................................................ 5-7
    5.1.7.1 JTree Binding is not Editable (2061405)..................................................................... 5-8
    5.1.7.2 Cannot Run JClient Applications in EJB Mode Running in Webstart 1.2 (2699458) ..
    5-8
    5.1.7.3 Webstart not Launched in IE 5.5 Due to Mimetype Problems (2573655)............. 5-8
    5.1.7.4 SpinnerNumberModel for JSpinner Control does not Work for
    oracle.jbo.domain.Number (2738858) ........................................................................ 5-8
    5.1.8 Source Control Support Issues........................................................................................... 5-8
    5.1.8.1 Oracle SCM: JDeveloper Does Not Share Folder Mappings with the Oracle SCM
    RON 5-8
    5.1.8.2 Oracle SCM: Using JDeveloper and the Oracle SCM VHV.................................... 5-9
    5.1.8.3 Oracle SCM: Connecting to Oracle Software Configuration Manager 6i Release
    4.1.1 or Above ................................................................................................................ 5-9
    5.1.9 Modeling Issues: General ................................................................................................... 5-9
    5.1.9.1 Performing Source Control Operations On Model Element and Diagram Files
    (2211605) ........................................................................................................................ 5-9
    5.1.9.2 Exceptions on Startup if Install Directory Has a Space in Name (2709528)......... 5-9
    5.1.10 Modeling Issues: Modeling Java Classes, BC4J or EJB Components ........................... 5-9
    5.1.10.1 Deleting Modeled Java Classes (2706800)................................................................. 5-9
    5.1.11 Modeling Issues: Modeling Activities for E-Business Integration ............................... 5-9
    5.1.11.1 E-Business Integration Generator Generates Propagations Using Public Database
    Links (2063917) .............................................................................................................. 5-9
    5.1.11.2 Using HTTP Propagation on a 9.0.1 Database ...................................................... 5-10
    vi
    5.1.12 Web Services Issues .......................................................................................................... 5-10
    5.1.12.1 Renaming a Method on a Modeled Web Service Fails to Expose It (2702659) . 5-10
    5.1.12.2 SOAP Web Service Does Not Start New Session (2218102) ................................ 5-10
    5.1.12.3 Using JMS Web Services with OC4J ....................................................................... 5-10
    5.1.12.4 Creating JMS Web Services that Use Both Send and Receive Operations ........ 5-10
    5.1.12.5 Running the PL/SQL Web Service Generator with JDK 1.4............................... 5-11
    5.1.12.6 Runtime Error Calling a Web Service from a Generated Stub (2389203).......... 5-11
    5.1.12.7 Cannot Model Web Services Based on PL/SQL Packages (2466833) ................ 5-11
    5.1.12.8 Creating a Stub with Overloaded Methods to a .NET Web Service (2689939). 5-11
    5.1.12.9 Web Service Stub if Generated from JDeveloper Install Path has Space (3068701) ....
    5-11
    5.1.12.10 Generating Stubs for WSDL Files That Refer to Other WSDL Files (2627242). 5-12
    5.1.13 Using WebDAV Connections in JDeveloper ................................................................ 5-12
    5.1.14 Miscellaneous Issues ........................................................................................................ 5-12
    5.1.14.1 PL/SQL Compilation Errors Not Displayed (2688533) ....................................... 5-12
    5.1.14.2 Allowable Values for Columns Must be Given a Display Sequence (2717508) 5-12
    5.1.14.3 Toystore Demo Contains Obsolete bc4jstruts.jar File........................................... 5-12
    5.1.14.4 Right Mouse Menu "Go to Source" no Longer Working (3146584).................... 5-13
    5.1.14.5 Passivation/Activation of interMedia Domain Objects with Media Content to
    Upload does not Work in 3 Tier Environment (2887647) .................................... 5-13
    5.2 Platform-specific Issues and Workarounds ......................................................................... 5-13
    5.2.1 Windows Platform Issues and Workarounds .............................................................. 5-13
    5.2.1.1 Updated JDK Required for Windows Preview Oracle9i JDeveloper ................ 5-13
    5.2.2 Linux, Solaris, and HP-UX Platform Issues and Workarounds................................. 5-13
    5.2.2.1 General Linux, Solaris, and HP-UX Platform Issues and Workarounds........... 5-13
    5.2.2.2 Solaris-specific Issues and Workarounds .............................................................. 5-14
    5.2.2.3 Linux-specific Issues and Workarounds................................................................ 5-14
    5.2.2.4 HP-UX Issues and Workarounds ............................................................................ 5-14
    5.3 Configuration Issues and Workarounds .............................................................................. 5-15
    5.4 Administration Issues and Workarounds ............................................................................ 5-15
    5.5 Documentation Errata ............................................................................................................. 5-15
    5.5.1 Replace qView with getRowSet in Migration Documentation (2723075) ................ 5-15
    5.5.2 Documentation Refers to BC4J "Wizards"..................................................................... 5-15
    6 Oracle Business Intelligence Beans
    6.1 Introduction . 6-1
    6.2 General Issues and Workarounds ............................................................................................ 6-2
    6.2.1 Tutorials and samples ......................................................................................................... 6-2
    6.2.2 QueryBuilder and queries .................................................................................................. 6-2
    6.2.3 Presentations ........................................................................................................................ 6-3
    6.2.4 BI Beans Catalog .................................................................................................................. 6-3
    6.2.5 General deployment issues ................................................................................................ 6-5
    6.2.6 Configuration steps for deploying HTML-client applications ..................................... 6-5
    6.2.6.1 Deploying to OC4J........................................................................................................ 6-5
    6.2.6.2 Migrating Applications Deployed to OC4J .............................................................. 6-6
    6.2.6.3 Deploying to Tomcat.................................................................................................... 6-6
    6.2.6.4 Deploying to JBoss........................................................................................................ 6-7
    vii
    6.2.7 Deploying to Java Web Start .............................................................................................. 6-7
    6.2.8 Internationalization issues.................................................................................................. 6-8
    6.2.9 Accessibility limitations...................................................................................................... 6-8
    6.3 Platform-specific Issues and Workarounds ............................................................................ 6-9
    6.4 Configuration Issues and Workarounds ................................................................................. 6-9
    6.4.1 JDBC Drivers ........................................................................................................................ 6-9
    6.4.1.1 Upgrading the drivers automatically ........................................................................ 6-9
    6.4.1.2 Upgrading the drivers manually................................................................................ 6-9
    6.4.1.3 Restoring the original drivers .................................................................................. 6-10
    6.4.2 Changing from the thin to the thick drivers ................................................................. 6-10
    6.4.3 BI Beans configuration diagnostic utility ...................................................................... 6-10
    6.4.4 Connections ....................................................................................................................... 6-11
    6.5 Administration Issues and Workarounds ............................................................................ 6-11
    6.6 Documentation Errata ............................................................................................................. 6-11
    7 Oracle Discoverer Administrator
    7.1 General Issues and Workarounds ............................................................................................ 7-1
    7.1.1 "Cannot find a required file: dcmresus.msb." When Trying to Launch Oracle
    Discoverer 9.0.2 after Installing 9.0.4 ................................................................................ 7-1
    7.1.2 ORA-3113 Errors when Using Heterogeneous Data Services with Oracle Discoverer
    Administrator ....................................................................................................................... 7-2
    7.1.3 JOB_QUEUE_INTERVAL Settings and Oracle Applications Users ............................ 7-2
    7.1.4 Recommended Update for Batch Repository Created with Oracle Discoverer 9.0.2 7-2
    7.2 Platform-specific Issues and Workarounds ............................................................................ 7-3
    7.3 Configuration Issues and Workarounds ................................................................................. 7-3
    7.4 Administration Issues and Workarounds ............................................................................... 7-3
    7.5 Useful I 7-3
    7.5.1 Upgrading from Oracle Discoverer 3.1 ............................................................................ 7-3
    7.5.2 Manually Editing the End User Layer Tables ................................................................. 7-3
    7.5.3 Availability of HWOnline files .......................................................................................... 7-3
    7.5.4 Setting Oracle Discoverer Registry Variables for Use by Oracle Discoverer EUL
    Command Line for Java Commands ................................................................................ 7-4
    7.5.5 Additional Oracle Discoverer Registry Variables........................................................... 7-4
    7.5.6 Required Privileges For the Scheduled Workbook Results Schema ............................ 7-5
    7.5.6.1 How to grant the SELECT privilege on the synonym v$parameter to enable you to
    run scheduled workbooks ........................................................................................... 7-5
    7.5.7 Running the Oracle Discoverer EUL Command Line for Java (Linux, Solaris, and
    HP-UX only) ......................................................................................................................... 7-7
    7.5.8 Oracle Discoverer and Real Application Clusters (RAC)/Transparent Application
    Failover (TAF) ...................................................................................................................... 7-7
    7.5.9 Installing the Lineage workbook for use with Oracle Warehouse Builder................. 7-8
    7.5.10 Using the Discoverer workbook dump utility ................................................................ 7-9
    viii
    7.6 Documentation Errata ............................................................................................................. 7-12
    7.6.1 Item Class Wizard: Choose Attributes dialog description ......................................... 7-12
    7.6.2 Correction to /export (EUL Objects) Example............................................................. 7-13
    7.6.3 Missing ¡®-jar¡¯ in Example Syntax given for Running Oracle Discoverer EUL Command
    Line for Java commands .................................................................................................. 7-13
    7.6.4 About Scheduled Workbooks and Compatibility Between the Current Version of
    Oracle Discoverer and Previous Releases 7-13
    7.6.5 <ORACLE_HOME>\discoverer\util should read <ORACLE_HOME>\discoverer\sql
    7-13
    8 Oracle Discoverer Desktop
    8.1 General Issues and Workarounds ............................................................................................ 8-1
    8.1.1 "Cannot find a required file : dcmresus.msb." When Trying to Run Oracle Discoverer
    9.0.2 after Installing 9.0.4 .................................................................................................... 8-1
    8.2 Platform-specific Issues and Workarounds ............................................................................ 8-2
    8.3 Configuration Issues and Workarounds ................................................................................. 8-2
    8.4 Administration Issues and Workarounds ............................................................................... 8-2
    8.5 Useful I 8-2
    8.5.1 Manually Editing the End User Layer Tables ................................................................. 8-2
    8.5.2 Refresh Query For Users Only Able to Run Scheduled Workbooks ........................... 8-2
    8.5.3 Availability of HWOnline files .......................................................................................... 8-2
    8.5.4 Additional Oracle Discoverer Registry variables ........................................................... 8-3
    8.5.5 Oracle Discoverer and Real Application Clusters (RAC)/Transparent Application
    Failover (TAF) ...................................................................................................................... 8-3
    8.6 Documentation Errata ................................................................................................................ 8-4
    9 Oracle Forms Developer
    9.1 General Issues and Workarounds ............................................................................................ 9-1
    9.1.1 No Need To Recompile Forms When Upgrading To Oracle Forms 10g (9.0.4) ......... 9-1
    9.1.2 Obtaining Environment Handles and Service Contexts in V8 Mode .......................... 9-1
    9.1.3 Forms Cannot Handle Multibyte CLOB Data Correctly................................................ 9-2
    9.1.4 Embedded Fonts in Forms Developer .............................................................................. 9-2
    9.1.5 Iconic Push Buttons ............................................................................................................. 9-2
    9.1.5.1 Restriction For Data Block Wizard............................................................................. 9-2
    9.2 Platform-specific Issues and Workarounds ............................................................................ 9-3
    9.2.1 Windows Platform Issues and Workarounds ................................................................. 9-3
    9.2.1.1 Oracle Forms Accessibility Information.................................................................... 9-3
    9.2.1.1.1 Using a Screen Reader and Java Access Bridge with Oracle Forms .............. 9-3
    9.2.1.2 Java Related Dialogs And Windows Are Not Read By Jaws ................................. 9-4
    9.2.1.3 Workaround for Reading Accessibility PL/SQL Error Messages......................... 9-5
    9.2.1.4 Location of JAWS Scripts............................................................................................. 9-5
    9.2.1.5 Graphics Fails Against Database 9.0.1.4.0 (64bit) .................................................... 9-5
    9.2.1.6 List of Colors in the Default Color Palette ................................................................ 9-5
    9.2.1.7 Changing the Look-and-Feel for the Property Inspector and Navigator............. 9-5
    9.2.1.8 8.2.1.1 FRM-18113 Error When Clicking On Design Capture................................ 9-5
    ix
    9.2.2 UNIX Platform Issues and Workarounds ........................................................................ 9-5
    9.2.2.1 General UNIX Platform Issues and Workarounds .................................................. 9-6
    9.2.2.1.1 USER_EXIT in UNIX............................................................................................. 9-6
    9.2.2.2 Using TK90_UNKNOWN........................................................................................... 9-7
    9.2.3 HP-UX Issues and Workarounds ..................................................................................... 9-7
    9.3 Configuration Issues and Workarounds ................................................................................. 9-7
    9.3.1 Forms and Reports Integration.......................................................................................... 9-7
    9.3.1.1 (2228305) Cannot Invoke Reports Builder from Form Builder .............................. 9-7
    9.3.1.2 Restarting OPMN In-process Reports Server Raises Error .................................... 9-8
    9.3.1.3 Forms Migration Assistant: RUN_PRODUCT(Reports) rp2rro Reports Object Is
    Not Created in Object Library .................................................................................... 9-8
    9.4 Documentation Errata ................................................................................................................ 9-8
    9.4.1 Oracle Forms Developer (Builder) Online Help ............................................................. 9-8
    9.4.1.1 About Run Form........................................................................................................... 9-8
    10 Oracle Reports
    10.1 General Issues and Workarounds ......................................................................................... 10-1
    10.1.1 Creating an Express Server Query ................................................................................. 10-1
    10.1.2 Inserting a Graph in the Paper Design View for a Matrix-with-Group Report ...... 10-2
    10.1.3 Running a Report containing non-encoded URL streams in Internet Explorer ...... 10-2
    10.1.4 Running a Simple Matrix Report to the Web ............................................................... 10-2
    10.1.5 Opening / Running an encoded JSP report.................................................................. 10-2
    10.1.6 Dynamically Embedding a Character Set in a JSP file ................................................ 10-3
    10.1.7 Running a Multibyte report containing an embedded Oracle Object....................... 10-4
    10.1.8 Viewing Oracle Enterprise Manager screens in non European languages .............. 10-4
    10.1.9 Specifying the encoding of an XML PDS Report ......................................................... 10-4
    10.1.10 FTP and WebDaV Destinations Not Supported from Reports Builder .................... 10-4
    10.1.11 Oracle9i JDeveloper Integration ..................................................................................... 10-4
    10.1.11.1 Deadlock When Debugging JSP Reports in Oracle9i JDeveloper ...................... 10-5
    10.1.11.2 Graph Not Appearing in Oracle9i JDeveloper...................................................... 10-5
    10.1.11.3 Reports in-process server ......................................................................................... 10-5
    10.2 Platform-specific Issues and Workarounds ......................................................................... 10-5
    10.2.1 Windows Platform Issues and Workarounds .............................................................. 10-5
    10.2.1.1 Running a Report with an Embedded 6i Graphic on an OPMN-Managed Reports
    Server ........................................................................................................................... 10-5
    10.2.1.2 Starting a Reports Server Registered with Oracle Enterprise Manager as a
    Windows Service ....................................................................................................... 10-6
    10.2.1.3 Using osfind with JDK 1.4........................................................................................ 10-6
    10.2.1.4 Invoking the Getting Started Page From Reports Builder................................... 10-6
    10.2.1.5 Printing Reports Without Hardware-based Left Margins................................... 10-7
    10.2.2 Linux, Solaris, and HP-UX Platform Issues and Workarounds................................. 10-7
    10.2.2.1 General Linux, Solaris, and HP-UX Platform Issues and Workarounds .......... 10-8
    10.2.2.1.1 Running a Report to DelimitedData on OracleAS Portal............................. 10-8
    10.2.2.1.2 Providing the location to a character set-specific Tk2Motif.rgb file ........... 10-8
    10.2.2.1.3 Implementing removal of DISPLAY and printer dependencies ................. 10-8
    x
    10.2.2.2 Solaris Issues and Workarounds ............................................................................. 10-9
    10.2.2.2.1 Reports Builder stops responding on Solaris 2.9 ........................................... 10-9
    10.2.2.2.2 Invoking the Graph Wizard in a multibyte environment ............................ 10-9
    10.2.2.3 Linux Issues and Workarounds ............................................................................ 10-10
    10.2.2.3.1 Radio box selection using mouse in New Program Unit dialog box does not
    take effect (3209858) ......................................................................................... 10-10
    10.2.2.4 HP-UX Issues and Workarounds .......................................................................... 10-10
    10.2.2.4.1 Running Oracle Reports in a Japanese Environment on HP-UX .............. 10-10
    10.3 Configuration Issues and Workarounds ............................................................................ 10-10
    10.3.1 Changing the Administrator Login by Using Reports Queue Manager ................ 10-11
    10.3.2 Repairing Fonts Not Appearing Correctly in Web Source View............................. 10-11
    10.3.3 Optimizing the Deployment of Reports ...................................................................... 10-12
    10.3.4 Improving Image Resolution of Graphs Displayed in a PDF File or on a Printer 10-12
    10.3.5 Specifying the Values for Oracle Reports' Java Virtual Machine ............................ 10-13
    10.3.6 Resolving Reports-Portal Integration Error When Attempting OID Create Resource .....
    10-13
    10.3.7 Running to Web Layout on Reports Builder .............................................................. 10-14
    10.4 Administration Issues and Workarounds .......................................................................... 10-14
    10.4.1 Authenticating Enterprise Manager Access to Reports Server Information.......... 10-15
    10.4.2 Running Reports on OracleAS Portal as an Item Link.............................................. 10-15
    10.5 Documentation Errata ........................................................................................................... 10-16
    10.5.1 REPORTS_CLASSPATH variable in Linux, Solaris, and HP-UX............................ 10-16
    10.5.2 Oracle Reports Documentation Page on Oracle Technology Network .................. 10-16
    10.5.3 Dynamic Environment Switching in Oracle Reports ............................................... 10-17
    10.5.4 Revised Section 13.3.3.2 of Oracle Application Server Reports Services Publishing
    Reports to the Web ......................................................................................................... 10-17
    10.5.4.1 Deploying an Oracle Reports JSP to an OC4J_BI_FORMS Instance ................ 10-17
    10.5.4.1.1 To deploy to an existing OC4j_BI_FORMS instance: .................................. 10-17
    10.5.4.1.2 To deploy to a new OC4j_BI_FORMS instance:........................................... 10-18
    10.5.4.1.3 To configure the new OC4J instance: ............................................................ 10-18
    10.5.5 Possible Outdated Screenshots in Oracle Reports Server Reports Services Publishing
    Reports to the Web ......................................................................................................... 10-20
    11 Oracle Designer
    11.1 General Issues and Workarounds ......................................................................................... 11-1
    11.1.1 Installation ......................................................................................................................... 11-1
    11.1.1.1 Oracle Designer patchsets to 9.0.4........................................................................... 11-1
    11.1.1.2 Oracle Designer/SCM Patchset 9.0.4.3: immediate installation may be required......
    11-1
    11.1.1.3 Japanese in the multi-language environment ....................................................... 11-2
    11.1.1.4 Setting up the repository for NLS operation ......................................................... 11-2
    11.1.1.5 Enabling repository support for Oracle Designer Objects when the repository only
    supports core objects ................................................................................................. 11-3
    xi
    11.1.1.6 Migration from Oracle Designer Web Assistant (ODWA) to Repository Object
    Browser (ROB) ........................................................................................................... 11-3
    11.1.1.6.1 Installing ROB..................................................................................................... 11-3
    11.1.1.6.2 ODWA Data ........................................................................................................ 11-3
    11.1.1.6.3 Migration to ROB ............................................................................................... 11-4
    11.1.1.6.4 ODWA Preferences ............................................................................................ 11-4
    11.1.2 System Modeling and Design Tools .............................................................................. 11-5
    11.1.3 Database Design Transformer ........................................................................................ 11-8
    11.1.4 Form Generator................................................................................................................. 11-9
    11.1.5 Web PL/SQL Generator ................................................................................................ 11-11
    11.1.6 Report Generator, Design Capture and Application Logic Capture ...................... 11-12
    11.1.7 Server Generator ............................................................................................................. 11-13
    11.1.8 Repository Reports ......................................................................................................... 11-14
    11.1.9 Matrix Diagrammer........................................................................................................ 11-15
    11.1.10 Accessibility ..................................................................................................................... 11-15
    11.1.11 Other problems and restrictions................................................................................... 11-15
    11.2 Platform-specific Issues and Workarounds ....................................................................... 11-16
    11.3 Configuration Issues and Workarounds ............................................................................ 11-17
    11.4 Administration Issues and Workarounds .......................................................................... 11-17
    11.5 Documentation Errata ........................................................................................................... 11-17
    12 Oracle Software Configuration Manager
    12.1 General Issues and Workarounds ......................................................................................... 12-1
    12.1.1 Patchs 12-1
    12.1.2 Oracle Forms Developer and Oracle Reports Developer Users ................................ 12-2
    12.1.3 Certification against Oracle RDBMS.............................................................................. 12-2
    12.1.4 Upgrading from Oracle Designer Release 1.3.2 ........................................................... 12-2
    12.1.5 Multi-Language Environment ........................................................................................ 12-2
    12.1.6 Compatibility of Oracle SCM and Oracle Repository 6i Repositories ...................... 12-2
    12.1.7 Changes from the Previous Release (iDS 9.0.2 maintenance release 9.0.2.5) ........... 12-3
    12.1.8 Fixed Bugs.......................................................................................................................... 12-3
    12.1.9 API and Model Reference Guide.................................................................................... 12-4
    12.2 Known Problems and Restrictions ........................................................................................ 12-4
    12.2.1 Migra 12-4
    12.2.2 SCM Java Tools ................................................................................................................. 12-6
    12.2.3 Repository Administration Utility (RAU)..................................................................... 12-7
    12.2.4 Repository Object Navigator........................................................................................... 12-8
    12.2.5 Compare Utility .............................................................................................................. 12-10
    12.2.6 Merge 12-11
    12.2.7 Version History Viewer ................................................................................................. 12-11
    12.2.8 Version Event Viewer .................................................................................................... 12-12
    12.2.9 Importing and Exporting............................................................................................... 12-12
    12.2.10 Dependency Manager .................................................................................................... 12-14
    12.2.11 Command Line Tool....................................................................................................... 12-14
    12.2.12 Other Known Problems and Restrictions.................................................................... 12-15
    xii
    12.3 Known Restrictions to Keyboard Controls ........................................................................ 12-18
    12.3.1 General Keyboard Control Restrictions ...................................................................... 12-18
    12.3.2 Non-Standard Keyboard Controls ............................................................................... 12-18
    12.3.2.1 Dependency Manager............................................................................................. 12-18
    12.3.2.2 Repository Administration Utility ........................................................................ 12-19
    12.3.2.3 Repository Object Navigator ................................................................................. 12-19
    12.3.2.4 General Restrictions for Java Tools ....................................................................... 12-20
    12.3.3 Known Problems and Workarounds ........................................................................... 12-21
    12.3.3.1 Merge Window........................................................................................................ 12-21
    12.3.3.2 Repository Object Navigator ................................................................................. 12-21
    12.3.3.3 Other Known Problems and Restrictions ............................................................ 12-21
    12.3.4 Command Line Tool Accessibility ............................................................................... 12-22
    12.4 Platform-specific Issues and Workarounds ....................................................................... 12-22
    12.4.1 Windows Platform Issues and Workarounds ............................................................ 12-22
    12.4.2 Linux, Solaris, and HP-UX Platform Issues and Workarounds............................... 12-22
    12.4.2.1 General Linux, Solaris, and HP-UX Platform Issues and Workarounds......... 12-22
    12.4.2.2 Solaris Issues and Workarounds ........................................................................... 12-22
    12.4.2.3 Linux Issues and Workarounds ............................................................................ 12-22
    12.4.2.4 HP-UX Issues and Workarounds .......................................................................... 12-22
    12.5 Configuration Issues and Workarounds ............................................................................ 12-22
    12.6 Administration Issues and Workarounds .......................................................................... 12-22
    12.7 Documentation Errata ........................................................................................................... 12-22
    Part III Other Release Notes
    13 Oracle Application Server Containers for J2EE (OC4J)
    13.1 Configuration Issues and Workarounds .............................................................................. 13-1
    13.1.1 OPMN Does Not Properly Assign CORBA SSL Client Ports for Default ................ 13-2
    13.1.2 Sharing and Using Libraries ........................................................................................... 13-2
    13.1.3 Invalid or Unneeded Library Elements Degrade Performance ................................. 13-2
    13.1.4 Custom User Managers Deployed Within EJB JAR Files ........................................... 13-2
    13.1.5 Considerations for Startup and Shutdown................................................................... 13-3
    13.1.6 Supported JDK Versions.................................................................................................. 13-3
    13.1.7 Migrating Source Code from JDK 1.4 to JDK 1.3 ......................................................... 13-3
    13.1.8 Migrating Source Code from JDK 1.3 to JDK 1.4 ......................................................... 13-3
    13.1.9 OC4J Demo Downloads................................................................................................... 13-4
    13.2 Release Notes for JSP, Tag Libraries, and Related Demos................................................. 13-4
    13.2.1 Cannot Invoke Classes That Are Not in Packages....................................................... 13-4
    13.2.2 Set the SAX Driver When Starting OC4J ....................................................................... 13-5
    13.2.3 JSP ojspc Issues.................................................................................................................. 13-5
    13.2.3.1 Debug Option Has No Effect on ojspc Output...................................................... 13-5
    13.2.3.2 The /WEB-INF/lib or /WEB-INF/classes Directories Should Not Contain .java
    Files ............................................................................................................................. 13-6
    xiii
    13.2.4 JESI Tag Release Notes..................................................................................................... 13-6
    13.2.4.1 JESI Tags No Longer Require Conditional Treatment ......................................... 13-6
    13.2.4.2 JESI personalize Tag Now Adds Single Quotes.................................................... 13-6
    13.2.4.3 A fragment Tag Can Be Inside an Included Page................................................. 13-6
    13.2.4.4 Multiple control or template Tags Can Be Used................................................... 13-6
    13.2.4.5 No Response Output Outside the Tags of a template Tag .................................. 13-7
    13.2.4.6 Do Not Use Explicit ESI Markup With JESI Tags ................................................. 13-7
    13.2.5 Tag Library Descriptors Must Be Under WEB-INF..................................................... 13-7
    13.2.6 Adding Tag Library JAR Files to /WEB-INF/lib While OC4J Is Running.............. 13-7
    13.2.7 Search Local Classes First ................................................................................................ 13-7
    13.2.8 java.lang.ClassFormatError: (Truncated Class File) .................................................... 13-8
    13.3 Release Notes for Servlets....................................................................................................... 13-8
    13.3.1 Cannot Invoke Classes Not in Packages ....................................................................... 13-8
    13.3.2 Servlet Invocation by Class Name Is Available During Development..................... 13-8
    13.3.3 Do Not Use Certain <orion-web-app> Attributes ....................................................... 13-9
    13.4 Release Notes for EJB .............................................................................................................. 13-9
    13.4.1 Client Requests Must Include a Port Number.............................................................. 13-9
    13.4.2 MDB Transaction Timeout .............................................................................................. 13-9
    13.4.3 Create and Release JMS Connections for JMS in the MDB onMessage() Method 13-10
    13.4.4 Considerations When Modifying Your orion-ejb-jar.xml File ................................. 13-10
    13.4.5 Static Block in an EJB...................................................................................................... 13-10
    13.4.6 OC4J Instances Terminating Due To ping Timeout .................................................. 13-10
    13.4.7 Miscellaneous EJB Release Notes ................................................................................. 13-11
    13.5 Release Notes for OC4J Services .......................................................................................... 13-12
    13.5.1 Release Notes for Java Object Cache (JOC)................................................................. 13-12
    13.5.1.1 Use javacache.xml for JOC Configuration ........................................................... 13-12
    13.6 Release Notes for DataDirect Connect for JDBC............................................................... 13-12
    13.6.1 Considerations When Using DataDirect Connect for JDBC..................................... 13-12
    13.6.2 Installing DataDirect Connect for JDBC...................................................................... 13-13
    13.7 Documentation Errata ........................................................................................................... 13-15
    13.7.1 Servlet Developer's Guide Errata ................................................................................. 13-15
    13.7.1.1 The OC4J 9.0.4 JSP Container Supports the persistence-path Flag .................. 13-15
    13.7.2 Support for JavaServer Pages Developer¡¯s Guide Errata ......................................... 13-15
    13.7.2.1 mod_oc4j Does Not Restart OC4J Processes........................................................ 13-16
    13.7.3 OC4J User¡¯s Guide Errata .............................................................................................. 13-16
    13.7.3.1 End to End Test Results for Metrics Load Balancing ......................................... 13-16
    Index

    I am not quite sure what either of you are after, but if you hit the "Documentation" link on OTN you will find the documentation, such as the above list, for almost all of Oracle products. Most are available online in HTML format or PDF and some have a part number so that they can be ordered.
    The 10g Developer Suite Documentation is here: http://otn.oracle.com/documentation/dev10g.html
    Regards
    Sue

  • Replacement of unmappable characters

    Is there any support built into Java for replacing unmappable characters with fallback character choices?
    I read text from a document encoded in UTF-8 using an InputStreamReader. After processing this text, I write the results back into a document encoded in ISO-8859-1 using an OutputStreamWriter. Some of my characters are not supported in ISO-8859-1. For example, \u0144 is Latin small letter n with acute and is used in Polish. By default, when my OutputStreamWriter encounters an unmappable character such as this it replaces the character with '?'.
    I know how to check for the presence of unmappable characters by using the CharSetEncoder.canEncode(char) method, but what I really want to do is replace this unmappable character with the fallback character recommended on the Unicode Consortium code point pages ( http://www.unicode.org/charts/PDF/U0100.pdf ), in this case the Latin small letter n. Is this capability already available somewhere or do I have to construct my own character replacement mappings?
    Regards,
    Joek

    Hi Dr. C.,
    Thanks for the lead. That report, and various other reports referenced by it, give me a clear idea of what is required. It turns out (perhaps not surprisingly) that doing this correctly (substituting for unmappable characters) is a lot more involved than I had assumed.
    I still haven't found any code that I can steal (errrh, study) but I will keep looking.
    Regards,
    Joe
    P. S. I was doing Java programming a few years ago involving internationalization issues, but more recently I have been working on other projects. I got a chuckle out of the fact that I come back after about four years absence from this forum and find that you are still telling people that there is no such thing as a UTF-8 string! ;-) I admire your persistence.

  • OFF TOPIc  : java with Oralce  error in INSERT

    Hi
    Java send a string thar I split in values(with decimal point) When I do test only Oracle It work fine , but
    when the user call from Java return me error
    Then inside procedure I replace in the String changing decimal points (. by , ), then work fine
    Somebody know How can Java change decimal points ?

    I replace in the String changing decimal points (. by , ), then work fineThis sounds like an internationalization issue. With Oracle the decimal separators are determined by NLS parameters. In Java it is the DecimalFormatSymbols class. Whether this will solve your problem I can't say without knowing more about your code (which I don't want to know) but it seems the obvious way to go.
    Cheers, APC
    Blog : http://radiofreetooting.blogspot.com/

  • Need help on Internationalization..(scalability issue)

    I am currently developing frame work for implementing internationalization in my project. I am following the approach of Properties file. I want to know how far it is scalable. Can some one suggest me some supporting document that says how it is scalable.
    help needed asap.
    TIA,
    CK

    I am currently developing frame work for implementing
    internationalization in my project. I am following the
    approach of Properties file. I want to know how far it
    is scalable. Can some one suggest me some supporting
    document that says how it is scalable.
    help needed asap.
    TIA,
    CKWell, I cant point you to a document - and I doubt such a document exist. I will however say that I have built i18N applications relying heavily on ResourceBundles (each view using on average maybe 40 - 100 lookups - from jsp custom actions) and I have seen no performance problems. In addition I would like to point out that it is trivial to stage a performance test verifying this for yourself - do it...

  • Internationalization / TimeZone / Locale / DisplayLanguage issue

    I am trying to get the TimeZone class to print out timezones in different languages as advertised in the api docs.
    I am at a loss! The docs say that this will print in French but it comes out in English no matter what you set the Locale to. I have banged my head on this for too long, any advice is greatly appreciated! Try this code, it seems like a bug to me.
    String[] ids=TimeZone.getAvailableIDs();
    Locale loc = new Locale("fr","FR");
    for (int i=0; i<ids.length; i++){
    System.out.println(TimeZone.getTimeZone(ids).getDisplayName(loc));

    brent_hamby -
    I tried your code and for me the results all printed out in French.
    Heure normale de Chine
    Heure d'Indon�sie centrale
    Heure de l'Ulaanbaatar
    Heure de l'Ulaanbaatar
    China Standard Time
    Heure normale de l'Ouest (Australie)
    What version of the sdk are you using? I am using j2sdk1.4.1.
    When I first compiled your code I received a compiler error. It should be...
    String[] ids=TimeZone.getAvailableIDs();
    Locale loc = new Locale("fr","FR");
    for (int i=0; i<ids.length; i++){
        System.out.println(TimeZone.getTimeZone(ids[i ]).getDisplayName(loc));

  • Cache Memory Allocator \ Short Term Memory Allocator Issues

    Hi all
    I have a number of identically configured (High School) Servers which are giving me the same memory errors (some more frequently than others) and I've run out of ideas.
    They are all HP Proliant DL360 G6 Servers, NetWare 6.5 sp8 with eDir 8.8 sp5.
    The error messages are :
    "Cache memory allocator out of available memory." followed by "Short term memory allocator is out of memory. xxx attempts to get more memory failed. request size in bytes xxxxxxxx from Module SWEEP.NLM"
    The module referred to is always "SWEEP.NLM" (Sophos Anti-virus). A Server reset solves the problem but it is normally back within a month.
    I've posted below a config.txt and segstats.txt from one of the servers.
    I would be grateful if someone could help me with this as it's now becoming a 'headache'.
    Cheers
    Neil Hughes
    *** Memory Pool Configuration for : KLDSRV1
    Time and date : 10:34:44 AM 01/18/2012
    Server version : NetWare 6.5 Support Pack 8
    Server uptime : 32d 20h 00m 00s
    SEG.NLM version : v1.72
    0xFFFFFFFF --------------------------------------------------------------
    | Kernel Reserved Space |
    | |
    | Size : 180,355,071 bytes (172.0 MB) |
    | |
    0xF5400000 --------------------------------------------------------------
    | User Address Space (L!=P) |
    | |
    | User Pool Size : 884,998,144 bytes (844.0 MB) |
    | High Water Mark : 2,936,012,800 bytes (2.73 GB) |
    | |
    0xC0800000 --------------------------------------------------------------
    | Virtual Memory Cache Pool (L!=P) |
    | |
    | VM Pool Size : 1,082,130,432 bytes (1.01 GB) |
    | Available : 1,049,260,032 bytes (1000.7 MB) |
    | Total VM Pages : 1,047,080,960 bytes (998.6 MB) |
    | Free Clean VM : 1,025,097,728 bytes (977.6 MB) |
    | Free Cache VM : 21,983,232 bytes (21.0 MB) |
    | Total LP Pages : 0 bytes (0 KB) |
    | Free Clean LP : 0 bytes (0 KB) |
    | Free Cache LP : 0 bytes (0 KB) |
    | Free Dirty : 0 bytes (0 KB) |
    | VM Pages In Use : 2,179,072 bytes (2.1 MB) |
    | NLM Memory In Use : 1,066,545,152 bytes (1017.1 MB) |
    | NLM/VM Memory : 1,050,394,624 bytes (1001.7 MB) |
    | Largest Segment : 16,240,640 bytes (15.5 MB) |
    | High Water Mark : 1,535,295,488 bytes (1.43 GB) |
    | |
    0x80000000 --------------------------------------------------------------
    | File System Cache Pool (L==P or L!=P) |
    | |
    | FS Pool Size : 2,141,048,832 bytes (1.99 GB) |
    | Available : 252,231,680 bytes (240.5 MB) |
    | Largest Segment : 10,547,200 bytes (10.1 MB) |
    | |
    | NSS Memory (85%) : 1,043,554,304 bytes (995.2 MB) |
    | NSS (avail cache) : 958,324,736 bytes (913.9 MB) |
    | |
    0x00623000 --------------------------------------------------------------
    | DOS / SERVER.NLM |
    | |
    | Size : 6,434,816 bytes (6.1 MB) |
    | |
    0x00000000 --------------------------------------------------------------
    Top 6 Memory Consuming NLMs
    NLM Name Version Date Total NLM Memory
    ================================================== ==============================
    1. DS.NLM 20219.15 12 May 2009 242,957,527 bytes (231.7 MB)
    2. NSS.NLM 3.27.03 7 Jun 2010 225,471,568 bytes (215.0 MB)
    3. SERVER.NLM 5.70.08 3 Oct 2008 197,615,392 bytes (188.5 MB)
    4. SWEEP.NLM 4.73 1 Dec 2011 104,793,570 bytes (99.9 MB)
    5. DBSRV6.NLM 6.00.04 16 May 2001 38,735,938 bytes (36.9 MB)
    6. XMGR.NLM 27610.01.01 30 Mar 2009 32,184,593 bytes (30.7 MB)
    Logical Memory Summary Information
    ================================================== ==============================
    File System Cache Information
    FS Cache Free : 63,897,600 bytes (60.9 MB)
    FS Cache Fragmented : 188,334,080 bytes (179.6 MB)
    FS Cache Largest Segment : 10,547,200 bytes (10.1 MB)
    Logical System Cache Information
    LS Cache Free : 138,153,984 bytes (131.8 MB)
    LS Cache Fragmented : 364,015,616 bytes (347.2 MB)
    LS Cache Uninitialized : 333,455,360 bytes (318.0 MB)
    LS Cache Largest Segment : 16,240,640 bytes (15.5 MB)
    LS Cache Largest Position : 34490000
    Summary Statistics
    Total Free : 202,051,584 bytes (192.7 MB)
    Total Fragmented : 552,349,696 bytes (526.8 MB)
    Highest Physical Address : DF62E000
    User Space : 1,065,353,216 bytes (1016.0 MB)
    User Space (High Water Mark) : 2,936,012,800 bytes (2.73 GB)
    NLM Memory (High Water Mark) : 1,535,295,488 bytes (1.43 GB)
    Kernel Address Space In Use : 2,475,212,800 bytes (2.31 GB)
    Available Kernel Address Space : 754,401,280 bytes (719.5 MB)
    Memory Summary Screen (.ms)
    ================================================== ==============================
    KNOWN MEMORY Bytes Pages Bytes Pages
    Server: 3747295616 914867 Video: 8192 2
    Dos: 111232 27 Other: 131072 32
    FS CACHE KERNEL NLM MEMORY
    Original: 3743006720 913820 Code: 48136192 11752
    Current: 252231680 61580 Data: 28098560 6860
    Dirty: 0 0 Sh Code: 40960 10
    Largest seg: 10547200 2575 Sh Data: 20480 5
    Non-Movable: 0 0 Help: 172032 42
    Other: 1890455552 461537 Message: 1249280 305
    Avail NSS: 958328832 233967 Alloc L!=P: 957685760 233810
    Movable: 8192 2 Alloc L==P: 14991360 3660
    Total: 1050394624 256444
    VM SYSTEM
    Free clean VM: 1025097728 250268
    Free clean LP: 0 0
    Free cache VM: 21983232 5367
    Free cache LP: 0 0
    Free dirty: 0 0
    In use: 2179072 532
    Total: 1049260032 256167
    Memory Configuration (set parameters)
    ================================================== ==============================
    Auto Tune Server Memory = OFF
    File Cache Maximum Size = 2147483648
    File Service Memory Optimization = 1
    Logical Space Compression = 1
    Garbage Collection Interval = 299.9 seconds
    VM Garbage Collector Period = 300.0 seconds
    server -u<number> = 884998144
    NSS Configuration File:
    C:\NWSERVER\NSSSTART.CFG
    /AllocAheadBlks=0
    /MinBufferCacheSize=20000
    /MinOSBufferCacheSize=20000
    /CacheBalanceMaxBuffersPerSession=20000
    /NameCacheSize=200000
    /AuthCacheSize=20000
    /NumWorkToDos=100
    /FileFlushTimer=10
    /BufferFlushTimer=10
    /ClosedFileCacheSize=100000
    /CacheBalance=85
    DS Configuration File:
    SYS:\_NETWARE\_NDSDB.INI
    preallocatecache=true
    cache=200000000
    Server High/Low Water Mark Values
    ================================================== ==============================
    NLM Memory High Water Mark = 1,535,295,488 bytes
    File System High Water Mark = 435,727 bytes
    User Space Information:
    User Space High Water Mark = 683,339,776 bytes
    Committed Pages High Water Mark = 91 pages
    Mapped VM Pages High Water Mark = 5,870 pages
    Reserved Pages High Water Mark = 692,325 pages
    Swapped Pages High Water Mark = 5,710 pages
    Available Low Water Mark = 882,774,016
    ESM Memory High Water Mark = 949 pages
    Novell File Server Configuration Report For Server: KLDSRV1
    Novell File Server Configuration Report Created: Wed, Jan 18, 2012 11:15 am
    Novell File Server Configuration Report. [Produced by CONFIG.NLM v3.10.17]
    Novell NetWare 5.70.08 October 3, 2008
    (C) Copyright 1983-2008 Novell Inc. All Rights Reserved.
    Server name...............: KLDSRV1
    OS Version................: v5.70
    OS revision number........: 8
    Product Version...........: v6.50
    Product Revision Number...: 8
    Server Up Time(D:H:M:Sec).: 32:20:51:12
    Serial number.............: XXXXXXXX
    Internal Net. Addr........: 00000000h
    Security Restriction Level: 1
    SFT Level.................: 2
    Engine Type...............: NATIVE
    TTS Level.................: 1
    Total Server memory.......: 3573.81 MB or 3747406848 Bytes
    Processor speed rating....: 197582
    Original cache buffers....: 913820
    Current Cache Buffers.....: 292534
    LRU Sitting Time(D:H:M:S).: 32:20:51:12
    Current FSP's.............: 12
    Current MP FSP's..........: 378
    Current Receive Buffers...: 3000
    Directory cache buffers...: 0
    Workstations Connected....: 1136
    Max Workstations Connected: 1528
    Server language...........: ENGLISH (4)
    Timesync active...........: Yes
    Time is synchronized......: Yes
    Total Processors..........: 4
    Server DOS Country ID.....: 44
    Server DOS Code Page......: 850
    Boot Loader...............: DOS
    Top of Modules List 312 Modules Loaded.
    ACPIASL.NLM v1.05.16 Jan. 16, 2007 ACPI Architecture Services Layer for ACPI compliant systems
    ACPICA.NLM v1.05.16 Jan. 16, 2007 ACPI Component Architecture for ACPI compliant systems
    ACPICMGR.NLM v1.05.16 Jan. 16, 2007 ACPI Component Manager for ACPI compliant systems
    ACPIDRV.PSM v1.05.19 Jan. 16, 2007 ACPI Platform Support Module for ACPI compliant systems
    ACPIPWR.NLM v1.05.16 Jan. 16, 2007 ACPI Power Management Driver for ACPI compliant systems
    AFREECON.NLM v5.00 Jul. 22, 2005 AdRem Free Remote Console (NCPE)
    APACHE2.NLM v2.00.63 Apr. 25, 2008 Apache Web Server 2.0.63
    APRLIB.NLM v0.09.17 Apr. 25, 2008 Apache Portability Runtime Library 0.9.17
    AUTHLDAP.NLM v2.00.63 Apr. 25, 2008 Apache 2.0.63 LDAP Authentication Module
    AUTHLDDN.NLM v1.00 Nov. 9, 2005 LdapDN Module
    BROKER.NLM v3.00.12 Feb. 20, 2008 NDPS Broker
    BSDSOCK.NLM v6.82.02 Dec. 23, 2009 Novell BSDSOCK Module
    BTCPCOM.NLM v7.90 Jul. 9, 2003 BTCPCOM.NLM v7.90.000, Build 253
    BTRIEVE.NLM v7.90 Mar. 21, 2001 BTRIEVE.NLM v7.90.000
    CALNLM32.NLM v6.01.03 Aug. 26, 2008 NetWare NWCalls Runtime Library
    CCS.NLM v27610.01.01 Mar. 30, 2009 Controlled Cryptography Services from Novell, Inc.
    CDBE.NLM v6.01 Sep. 21, 2006 NetWare Configuration DB Engine
    CDDVD.NSS v3.27.03 Jun. 7, 2010 NSS Loadable Storage System (LSS) for CD/UDF (Build 212 MP)
    CERTLCM.NLM v28200902.26 Feb. 26, 2009 Novell SASL EXTERNAL Proxy LCM 2.8.2.0 20090226
    CERTLSM.NLM v28200902.26 Feb. 26, 2009 Novell SASL EXTERNAL LSM 2.8.2.0 20090226
    CHARSET.NLM v1.01 Jun. 4, 2003 Display Character Set Support For NetWare
    CIOS.NLM v1.60 Feb. 12, 2008 Consolidated IO System
    CLBACKUP.NLM v8.00 Sep. 22, 2010 NetWare Client Backup
    CLBROWSE.NLM v8.00 Dec. 3, 2008 NetWare Client Browse
    CLIB.NLM v5.90.15 Mar. 10, 2008 (Legacy) Standard C Runtime Library for NLMs
    CLNNLM32.NLM v6.01.03 Aug. 26, 2008 NetWare NWClient Runtime Library
    CLRESTOR.NLM v8.00 Mar. 31, 2009 NetWare Client Restore
    CLXNLM32.NLM v6.01.03 Aug. 26, 2008 NetWare NWCLX Runtime Library
    COMN.NSS v3.27.03 Jun. 7, 2010 NSS Common Support Layer (COMN) (Build 212 MP)
    CONFIG.NLM v3.10.17 Feb. 12, 2008 NetWare Server Configuration Reader
    CONLOG.NLM v3.01.02 Aug. 8, 2006 System Console Logger
    CONNAUD.NLM v3.17 May. 10, 2005 NLS - Connection Metering
    CONNMGR.NLM v5.60.01 Sep. 7, 2006 NetWare Connection Manager NLM
    CPQBSSA.NLM v8.20 Jan. 29, 2009 HP Insight Management Base System Agent
    CPQCI.NLM v1.06 Oct. 17, 2005 hp ProLiant iLO Management Interface Driver
    CPQDASA.NLM v8.20.01 Feb. 24, 2009 HP Management Array Subsystem Agent
    CPQHMMO.NLM v3.92 Jun. 10, 2003 Compaq HMMO Services Provider for NetWare
    CPQHOST.NLM v8.20 Jan. 29, 2009 HP Insight Management Host Agent
    CPQHTHSA.NLM v8.20 Jan. 29, 2009 HP Insight Management Health Agent
    CPQNCSA.NLM v8.20 Dec. 11, 2008 HP Insight NIC Agent
    CPQRISA.NLM v8.20 Jan. 29, 2009 HP Insight Management Remote Insight Agent
    CPQSSSA.NLM v8.20.01 Feb. 24, 2009 HP Management Storage Box Subsystem Agent
    CPQTHRSA.NLM v8.20 Jan. 29, 2009 HP Insight Management Threshold Agent
    CPQWEBAG.NLM v8.20 Jan. 29, 2009 HP Web Based Management Agent
    CPUCHECK.NLM v5.60.01 Dec. 6, 2007 NetWare Processor Checking Utility
    CRLSM.NLM v2.08.01 Oct. 28, 2008 Challenge Response LSM v2.8.1.0
    CSL.NLM v2.06.02 Jan. 13, 2000 NetWare Call Support Layer For NetWare
    CSLIND.NLM v4.21 Dec. 7, 1999 TCPIP CSL INDEPENDENCE MODULE 7Dec99 7Dec99
    CVAPPMGR.NLM v8.00 Nov. 22, 2010 AppManager
    CVARCH.NLM v8.00 Nov. 10, 2010 Archive Library
    CVD.NLM v8.00 Apr. 13, 2011 Communications Service
    CVJOBCL.NLM v8.00 Nov. 10, 2010 Job Client
    CVLIB.NLM v8.00 Apr. 13, 2011 Library for NetWare
    CVLZOLIB.NLM v8.00 Dec. 3, 2008 LZO Compression Library
    CVNETCHK.NLM v8.00 Dec. 3, 2008 Network Check
    CVSIM.NLM v8.00 Dec. 3, 2008 Software Installation Manager
    CVSMS.NLM v8.00 Sep. 28, 2009 NetWare SMS Interface
    DBEXTF6.NLM v6.00.04 Sep. 12, 2000 Sybase Adaptive Server Anywhere External Library
    DBNET6.NLM v1.45.02 Mar. 16, 2006 Debug Network IO Support
    DBSRV6.NLM v6.00.04 May. 16, 2001 Sybase Adaptive Server Anywhere
    DFSLIB.NLM v3.27.03 Jun. 7, 2010 DFS Common Library (Build 212 MP)
    DHOST.NLM v10010.97 Sep. 18, 2006 Novell DHost Portability Interface 1.0.0 SMP
    DIAG500.NLM v3.04.03 Oct. 31, 2007 Diagnostic/coredump utility for NetWare 6.x
    DM.NLM v3.01.60 May. 21, 2008 Novell XTier Directory Manager
    DMNDAP.NLM v3.01.60 May. 21, 2008 Novell XTier Directory Manager NDAP Provider
    DPLSV386.NLM v1.15.03 Apr. 16, 2010 NetWare 6.x Distributed Print Library - DPLSV386
    DPRPCNLM.NLM v3.00.17 Oct. 10, 2006 Novell NDPS RPC Library NLM
    DS.NLM v20219.15 May. 12, 2009 Novell eDirectory Version 8.8 SP5 SMP
    DSAPI.NLM v6.00.04 Jan. 27, 2006 NetWare NWNet Runtime Library
    DSEVENT.NLM v6.01.03 Aug. 26, 2008 NetWare DSEvent Runtime Library
    DSLOADER.NLM v20219.15 May. 12, 2009 Novell eDirectory Version 8.8.0 Loader SMP
    DSLOG.NLM v20219.15 May. 12, 2009 DS Log for Novell eDirectory 8.8.0
    DTS.NLM v3.01.05 Sep. 8, 2008 Transaction Server 3.1.0 - Netware
    EHCIDRV.CAD v1.05 Feb. 26, 2008 Novell Universal Serial Bus EHCI driver
    EPWDLSM.NLM v27000508.12 Aug. 12, 2005 Novell Enhanced Password LSM 2.7.0.0 20050812
    ETADVLSM.NLM v27000508.03 Aug. 3, 2005 Novell Entrust LSM 2.7.0.0 20050803
    ETHERTSM.NLM v3.90 Mar. 20, 2006 Novell Ethernet Topology Specific Module
    EVENTMGR.NLM v3.01.60 May. 21, 2008 Novell XTier Event Manager
    EVMGRC.NLM v8.00 Dec. 3, 2008 Event Manager Client
    EXPIRES.NLM v2.00.63 Apr. 25, 2008 Apache 2.0.63 Expires Module
    FATFS.NLM v1.24 Aug. 27, 2007 FAT Filesystem Module for NetWare
    FILESYS.NLM v5.14 Apr. 16, 2008 NetWare File System NLM
    FSBRWSE.NLM v8.00 Dec. 3, 2008 NetWare File System Browser
    GALAXY.NLM v8.00 Dec. 3, 2008 Loader
    GAMS.NLM v2.00.01 Sep. 2, 2008 Graded Authentication Management Service
    HBNNSP.NLM v3.01.60 May. 21, 2008 Novell XTier GetHostByName Name Service Provider
    HEADERS.NLM v2.00.63 Apr. 25, 2008 Apache 2.0.63 Headers Module
    HOSTMIB.NLM v5.03.01 Dec. 1, 2006 NetWare 5.x/6.x Host Resources MIB
    HPASMXL.NLM v1.14 Jan. 25, 2009 HP ProLiant Embedded Health Driver
    HPQCISS.HAM v1.16.01 Mar. 3, 2009 HP SAS/SATA Unified RAID driver
    HTTPSTK.NLM v4.03 Sep. 4, 2008 Novell Small Http Interface
    HWDETECT.NLM v1.19.05 Feb. 20, 2003 Novell Hardware Insertion/Removal Detection
    IDEATA.HAM v4.34 May. 5, 2007 Novell IDE/ATA/ATAPI/SATA Host Adapter Module
    IFACE.NLM v7.05.04 Dec. 1, 2011 SAV Interface for NetWare
    IFOLDER.NLM v2.04 Feb. 19, 2007 ifolder
    IFOLDERU.NLM v2.04 Feb. 19, 2007 ifolderu
    IMGSERV.NLM v7.00 Jan. 12, 2009 ZENworks Imaging Server
    IPCTL.NLM v3.01.60 May. 21, 2008 Novell XTier Transport Layer
    IPMCFG.NLM v1.01.16 Oct. 22, 2005 Web Interface for IP Address Management
    IPMGMT.NLM v1.03.01 May. 29, 2007 TCPIP - NetWare IP Address Management
    IPPSRVR.NLM v4.02.02 Jun. 16, 2010 Novell iPrint Server
    JAVA.NLM v1.43 Oct. 16, 2008 java.nlm (based on 1.4.2_18) Build 08101613
    JNCPV2.NLM v1.10 Nov. 13, 2003 Native Wrapper Java Class Libraries for NetWare
    JNET.NLM v1.43 Oct. 16, 2008 Java jnet (based on 1.4.2_18)
    JSMSG.NLM v3.27.03 Jun. 7, 2010 Jetstream Message Layer (Build 212 MP)
    JSOCK.NLM v1.43 Oct. 16, 2008 Support For Java Sockets (loader)
    JSOCK6X.NLM v1.43 Oct. 16, 2008 NetWare 6.x Support For Java Sockets (JDK 1.4.2)
    JSTCP.NLM v3.27.03 Jun. 7, 2010 Jetstream TCP Transport Layer (Build 212 MP)
    JVM.NLM v1.43 Oct. 16, 2008 Java Hotspot 1.4.2_18 Interpreter
    JVMLIB.NLM v1.43 Oct. 16, 2008 Java jvmlib (based on 1.4.2_18)
    KEYB.NLM v2.10 Jul. 26, 2001 NetWare National Keyboard Support
    LANGMANI.NLM v10212.02 Mar. 10, 2009 Novell Cross-Platform Language Manager
    LBURP.NLM v20216.02 Mar. 10, 2009 LDAP Bulkload Update/Replication Protocol service extension for Novell eDirectory 8.8
    LCMCIFS2.NLM v2.00.09 Sep. 14, 2007 Windows Native File Access Login Methods (Build 91 SP)
    LCMMD5.NLM v28000806.23 Jun. 23, 2008 Novell SASL DIGEST-MD5 Proxy LCM 2.8.0.0 20080623
    LDAPSDK.NLM v3.05.02 Apr. 12, 2009 LDAP SDK Library (Clib version)
    LDAPXS.NLM v3.05.01 Apr. 12, 2009 (Clib version)
    LFS.NLM v5.12 Sep. 21, 2005 NetWare Logical File System NLM
    LIB0.NLM v5.90.15 Mar. 10, 2008 Novell Ring 0 Library for NLMs
    LIBC.NLM v9.00.05 Oct. 3, 2008 Standard C Runtime Library for NLMs [optimized, 7]
    LIBCCLIB.NLM v6.00 Oct. 23, 2002 LibC to CLib Shim for NLMs [optimized, 0]
    LIBCVCL.NLM v8.00 Dec. 3, 2008 Cryptography Library
    LIBNICM.NLM v3.01.60 May. 21, 2008 Novell XTier Base Services
    LIBNSS.NLM v3.27.03 Jun. 7, 2010 Generic Library used by NSS (Build 212 MP)
    LIBPERL.NLM v5.00.05 Sep. 13, 2005 Perl 5.8.4 - Script Interpreter and Library
    LIBXML2.NLM v2.06.26 Aug. 27, 2006 libxml2 2.6.26 (LIBC) - The XML C parser and toolkit of Gnome
    LIBXTREG.NLM v3.01.60 May. 21, 2008 Novell XTier Base Services
    LLDAPSDK.NLM v3.05.02 Apr. 12, 2009 LDAP SDK Library (LibC version)
    LLDAPSSL.NLM v3.05.01 Apr. 12, 2009 NetWare SSL Library for LDAP SDK (LibC version)
    LLDAPX.NLM v3.05.01 Apr. 12, 2009 NetWare Extension APIs for LDAP SDK (LibC version)
    LOCNLM32.NLM v6.00.04 Nov. 29, 2005 NetWare NWLocale Runtime Library
    LSAPI.NLM v5.02 Jan. 7, 2003 NLS LSAPI Library
    LSL.MPM v5.70 Feb. 15, 2006 lsl Memory Protection Module
    LSL.NLM v4.86 Feb. 2, 2006 Novell NetWare Link Support Layer
    LSMAFP3.NLM v2.00.11 Sep. 14, 2007 Macintosh Native File Access Login Methods (Build 118 SP)
    LSMCIFS2.NLM v2.00.07 Sep. 14, 2007 Windows Native File Access Login Methods (Build 103 SP)
    LSMMD5.NLM v28000806.23 Jun. 23, 2008 Novell SASL DIGEST-MD5 LSM 2.8.0.0 20080623
    MAL.NSS v3.27.03 Jun. 7, 2010 NSS Media Access Layer (MAL) (Build 212 MP)
    MALHLP.NLM v3.27.03 Jun. 7, 2010 NSS Configure help messages (Build 212 MP)
    MANAGE.NSS v3.27.03 Jun. 7, 2010 NSS Management Functions (Build 212 MP)
    MASV.NLM v2.00.01 Sep. 2, 2008 Mandatory Access Control Service
    MATHLIB.NLM v4.21 Oct. 14, 1999 NetWare Math Library Auto-Load Stub
    MM.NLM v3.22.08 Apr. 24, 2009 ENG TEST - NetWare 6.5 Media Manager
    MOD_IPP.NLM v1.00.04 Jun. 7, 2006 iPrint Module
    MOD_JK.NLM v1.02.23 Apr. 25, 2008 Apache 2.0 plugin for Tomcat
    MOD_XSRV.NLM v3.01.04 May. 21, 2008 Novell XTier Server (Apache2 Module)
    MOMAPSNW.NLM v4.00 May. 7, 2010 4.0 Build: 492 NW FC AB 2010-05-07 NW
    MONDATA.NLM v6.00 Jul. 18, 2003 NetWare 5.x/6.x Monitor MIB
    MONITOR.NLM v12.02.02 Apr. 4, 2006 NetWare Console Monitor
    MSM.NLM v4.12 Aug. 22, 2007 Novell Multi-Processor Media Support Module
    N1000E.LAN v10.47 Oct. 6, 2007 HP NC-Series Intel N1E Ethernet driver
    NBI.NLM v3.01.01 Jul. 13, 2007 NetWare Bus Interface
    NCM.NLM v1.15.01 Oct. 20, 2004 Novell Configuration Manager
    NCP.NLM v5.61.01 Sep. 30, 2008 NetWare Core Protocol (NCP) Engine
    NCPIP.NLM v6.02.01 Sep. 30, 2008 NetWare NCP Services over IP
    NCPL.NLM v3.01.60 May. 21, 2008 Novell XTier Base Services
    NCPNLM32.NLM v6.01.03 Aug. 26, 2008 NetWare NWNCP Runtime Library
    NDPSGW.NLM v4.01.02 Mar. 2, 2010 NDPS Gateway
    NDPSM.NLM v3.03.02 May. 18, 2010 NDPS Manager
    NDS4.NLM v3.01.60 Apr. 9, 2008 Novell XTier NDS4 Authentication Provider
    NDSAUDIT.NLM v2.09 May. 22, 2003 Directory Services Audit
    NDSIMON.NLM v20216.12 Apr. 15, 2009 NDS iMonitor 8.8 SP5
    NEB.NLM v5.60 Sep. 27, 2004 Novell Event Bus
    NETDB.MPM v5.70 Feb. 15, 2006 netdb Memory Protection Module
    NETDB.NLM v4.11.05 Jan. 6, 2005 Network Database Access Module
    NETLIB.NLM v6.50.22 Feb. 12, 2003 Novell TCPIP NETLIB Module
    NETNLM32.NLM v6.01.03 Aug. 26, 2008 NetWare NWNet Runtime Library
    NIAM.NLM v3.01.60 May. 21, 2008 Novell XTier Identity Manager
    NICISDI.NLM v27610.01.01 Mar. 30, 2009 Security Domain Infrastructure
    NILE.NLM v7.00.01 Aug. 20, 2007 Novell N/Ties NLM ("") Release Build with symbols
    NIPPED.NLM v1.03.09 Jul. 11, 2006 NetWare 5.x, 6.x INF File Editing Library - NIPPED
    NIPPZLIB.NLM v1.00.01 Nov. 28, 2005 General Purpose ZIP File Library for NetWare
    NIRMAN.NLM v1.06.04 Sep. 18, 2007 TCPIP - NetWare Internetworking Remote Manager
    NIT.NLM v5.90.15 Mar. 10, 2008 NetWare Interface Tools Library for NLMs
    NLDAP.NLM v20219.14 May. 13, 2009 LDAP Agent for Novell eDirectory 8.8 SP5
    NLMLIB.NLM v5.90.15 Mar. 10, 2008 Novell NLM Runtime Library
    NLSADPT2.NLM v2.00 Sep. 9, 2003 NLS and Metering adapter for iManager 2.0 plugin
    NLSAPI.NLM v5.02 Aug. 7, 2003 NLSAPI
    NLSLRUP.NLM v4.01.07 May. 10, 2005 NLS - Usage Metering
    NLSLSP.NLM v5.02 May. 25, 2005 NLS - License Service Provider
    NLSMETER.NLM v3.43 May. 10, 2005 NLS - Software Usage Metering Database
    NLSTRAP.NLM v5.02 Feb. 19, 2004 NetWare License Server Trap
    NMAS.NLM v33200904.07 Apr. 7, 2009 Novell Modular Authentication Service 3.3.2.0 20090407
    NMASGPXY.NLM v33200904.07 Apr. 7, 2009 NMAS Generic Proxy 3.3.2.0 20090407
    NMASLDAP.NLM v33200904.07 Apr. 7, 2009 NMAS LDAP Extensions 3.3.2.0 20090407
    NPKIAPI.NLM v3.33 Apr. 16, 2009 Public Key Infrastructure Services
    NPKIT.NLM v3.33 Apr. 16, 2009 Public Key Infrastructure Services
    NSCM.NLM v3.01.60 May. 21, 2008 Novell XTier Security Context Manager
    NSNS.NLM v3.01.60 May. 21, 2008 Novell XTier Simple Name Service
    NSPDNS.NLM v6.20.03 Sep. 8, 2003 NetWare Winsock 2.0 NSPDNS.NLM Name Service Providers
    NSPNDS.NLM v6.20 Nov. 12, 2001 NetWare Winsock 2.0 NSPNDS.NLM Name Service Provider
    NSPSLP.NLM v6.20.04 Dec. 6, 2007 NetWare Winsock 2.0 NSPSLP.NLM Name Service Provider
    NSS.NLM v3.27.03 Jun. 7, 2010 NSS (Novell Storage Services) (Build 212 MP)
    NSSIDK.NSS v3.27.03 Jun. 7, 2010 NSS Pool Configuration Manager (Build 212 MP)
    NSSWIN.NLM v3.27.03 Jun. 7, 2010 NSS ASCI Window API Library (Build 212 MP)
    NTFYDPOP.ENM v2.00.03 Feb. 26, 1999 Directed Pop-Up Delivery Method
    NTFYLOG.ENM v2.00.03 May. 25, 1999 Log File Delivery Method
    NTFYPOP.ENM v2.00.03 May. 21, 1999 Pop Up Delivery Method
    NTFYRPC.ENM v2.00.03 Feb. 26, 1999 RPC Delivery Method
    NTFYSPX.ENM v2.00.03 Feb. 26, 1999 SPX Delivery Method
    NTFYSRVR.NLM v3.00.05 May. 10, 2005 NDPS Notification Server
    NTFYWSOC.ENM v2.00.03 Feb. 26, 1999 Winsock Delivery Method
    NTLS.NLM v20510.01 Mar. 11, 2009 NTLS 2.0.5.0 based on OpenSSL 0.9.7m
    NWAIF103.NLM v7.94 Nov. 30, 2001 nwaif103.nlm v7.94, Build 251 ()
    NWBSRVCM.NLM v7.90 Mar. 20, 2001 NWBSRVCM.NLM v7.90.000, Build 230
    NWENC103.NLM v7.90 Feb. 24, 2001 NWENC103.NLM v7.90.000 (Text Encoding Conversion Library)
    NWIDK.NLM v3.01.01 Sep. 19, 2003 CDWare Volume Module
    NWKCFG.NLM v2.16 Jun. 24, 2005 NetWare Kernel Config NLM
    NWMKDE.NLM v7.94 Dec. 11, 2001 NWMKDE.NLM v7.94.251.000
    NWMON.NLM v1.20 Dec. 14, 2005 NetWare Monitoring Software
    NWPA.NLM v3.21.02 Oct. 29, 2008 NetWare 6.5 NetWare Peripheral Architecture NLM
    NWPALOAD.NLM v3.00 Jul. 10, 2000 NetWare 5 NWPA Load Utility
    NWSA.NSS v3.27.03 Jun. 7, 2010 NSS NetWare Semantic Agent (NWSA) (Build 212 MP)
    NWSNUT.NLM v7.00.01 Jul. 11, 2008 NetWare NLM Utility User Interface
    NWTERMIO.NLM v1.00 Sep. 11, 2006 NetWare Terminal Emulation
    NWTRAP.NLM v6.00.05 Jun. 6, 2005 NetWare 5.x/6.x Trap Monitor
    NWUCMGR.NLM v1.05 Mar. 14, 2001 NWUCMGR.NLM v1.5 Build 230
    NWUTIL.NLM v3.00.02 Aug. 20, 2007 Novell Utility Library NLM (_NW65[SP7]{""})
    PARTAPI.NLM v2.00 Apr. 17, 2002 Partition APIs for NetWare 6.1
    PDHCP.NLM v2.08 Oct. 20, 2003 Di-NIC Proxy DHCP Server
    PKI.NLM v3.33 Apr. 16, 2009 Novell Certificate Server
    PKIAPI.NLM v2.23.10 Nov. 20, 2004 Public Key Infrastructure Services
    PMAP.NLM v2.01.04 Mar. 6, 2008 ZENworks Port Mapper Service
    PMLODR.NLM v1.26 Oct. 7, 2005 PMLodr for NW65
    PMPORTAL.NLM v2.16 Nov. 21, 2003 NetWare License Information Portal
    POLIMGR.NLM v6.27 Nov. 3, 2005 NetWare License Policy Manager
    PORTAL.NLM v4.03 Sep. 22, 2008 Novell Remote Manager NLM
    PROCMODS.NLM v8.00 Nov. 5, 2010 PipeLine Procedure Module
    PSVCS.NLM v251.00 Nov. 30, 2001 Portability Services
    PVER500.NLM v3.00 Feb. 1, 2007 NetWare 6.XX Version Library
    PWDLCM.NLM v28000806.23 Jun. 23, 2008 Novell Simple Password Proxy LCM 2.8.0.0 20080623
    PWDLSM.NLM v28000806.23 Jun. 23, 2008 Novell Simple Password LSM 2.8.0.0 20080623
    QUEUE.NLM v5.60 May. 24, 2001 NetWare Queue Services NLM
    REGSRVR.NLM v3.00.06 May. 10, 2005 NDPS Service Registry
    REQUESTR.NLM v5.90.15 Mar. 10, 2008 Novell NCP Requestor for NLMs
    REWRITE.NLM v2.00.63 Apr. 25, 2008 Apache 2.0.63 Rewrite Module
    RMANSRVR.NLM v3.07.02 Mar. 2, 2010 NDPS Resource Manager
    ROLLCALL.NLM v5.00 Jul. 27, 1998 RollCall NLM (101, API 1.0)
    ROTLOGS.NLM v2.00.63 Apr. 25, 2008 Apache 2.0.63 Log Rotation Utility for NetWare
    SAL.NLM v20413.01 Mar. 25, 2009 Novell System Abstraction Layer Version 2.3.1
    SASDFM.NLM v27610.01.01 Mar. 30, 2009 SAS Data Flow Manager
    SASL.NLM v33200904.07 Apr. 7, 2009 Simple Authentication and Security Layer 3.3.2.0 20090407
    SAVENGIN.NLM v3.27 Dec. 1, 2011 SAV Interface engine
    SCSIHD.CDM v3.03.10 May. 30, 2008 Novell NetWare SCSI Fixed Disk Custom Device Module
    SEG.NLM v1.72 Nov. 4, 2004 NetWare Memory Analyzer
    SERVINST.NLM v5.00.13 Nov. 21, 2005 NetWare 5.x/6.x Instrumentation
    SGUID.NLM v6.01 Sep. 27, 2002 NetWare GUID Services
    SLP.MPM v5.70 Feb. 15, 2006 slp Memory Protection Module
    SLP.NLM v2.13 Nov. 15, 2005 SERVICE LOCATION PROTOCOL (RFC2165/RFC2608)
    SLPTCP.NLM v2.13 Nov. 15, 2005 SERVICE LOCATION TCP/UDP INTERFACE (RFC2165/RFC2608)
    SMDR.NLM v6.58.01 Oct. 16, 2008 SMS - Storage Data Requestor
    SMSUT.NLM v1.01.03 Jun. 26, 2008 SMS - Utility Library for NetWare 6.X
    SNMP.MPM v5.70 Feb. 15, 2006 snmp Memory Protection Module
    SNMP.NLM v4.18 Jul. 25, 2006 Netware 4.x/5.x/6.x SNMP Service
    SPMDCLNT.NLM v33200904.07 Apr. 7, 2009 Novell SPM Client for DClient 3.3.2.0 20090407
    STREAMS.MPM v5.70 Feb. 15, 2006 streams Memory Protection Module
    STREAMS.NLM v6.00.06 May. 4, 2005 NetWare STREAMS PTF
    SVCCOST.NLM v3.01.60 May. 21, 2008 Novell XTier Service Costing Module
    SWEEP.NLM v4.73 Dec. 1, 2011 Sophos Anti-Virus User Interface
    SYSCALLS.NLM v5.61 Aug. 2, 2007 NetWare Operating System Call and Marshalling Library
    SYSLOG.NLM v6.05.03 Oct. 22, 2007 NetWare Logfile Daemon
    TCP.NLM v6.82.06 Dec. 23, 2009 Novell TCP/IP Stack - Transport module (NULL encryption)
    TCPIP.MPM v5.70 Feb. 15, 2006 tcpip Memory Protection Module
    TCPIP.NLM v6.82.02 Sep. 30, 2009 Novell TCP/IP Stack - Network module (NULL encryption)
    TCPSTATS.NLM v6.50.10 Jun. 20, 2003 Web Interface for Protocol Monitoring
    TFTP.NLM v2.05.01 Jan. 15, 2008 ZENworks Preboot TFTP Server
    THREADS.NLM v5.90.15 Mar. 10, 2008 Novell Threads Package for NLMs
    TIMESYNC.NLM v6.61.01 Oct. 14, 2005 NetWare Time Synchronization Services
    TLI.MPM v5.70 Feb. 15, 2006 tli Memory Protection Module
    TLI.NLM v4.30.02 Dec. 19, 2000 NetWare Transport Level Interface Library
    TSAFS.NLM v6.53.03 Oct. 16, 2008 SMS - File System Agent for NetWare 6.X
    TSANDS.NLM v20215.04 Apr. 3, 2009 TSA for Novell eDirectory 7.x, 8.x
    UHCIDRV.CAD v1.07 Feb. 26, 2008 Novell Universal Serial Bus UHCI driver
    UNICODE.NLM v7.00 Oct. 26, 2004 NetWare Unicode Runtime Library (UniLib-based) [optimized]
    USCLSM.NLM v27000507.14 Jul. 14, 2005 Novell Universal SmartCard LSM 2.7.0.0 20050714
    USERLIB.NLM v5.60 Sep. 29, 2008 NetWare Operating System Function Library
    UTILLDAP.NLM v2.00.63 Apr. 25, 2008 Apache 2.0.63 LDAP Authentication Module
    UTILLDP2.NLM v1.00 Nov. 9, 2005 LdapDN Module
    VDISK.NLM v1.00 Nov. 30, 2004 NetWare Virtual Disk
    VERIFY.NLM v1.43 Oct. 16, 2008 Java verify (based on 1.4.2_18)
    VLRPC.NLM v3.27.03 Jun. 7, 2010 DFS Volume Location Database (VLDB) RPC interface (Build 212 MP)
    VMRPC.NLM v3.27.03 Jun. 7, 2010 DFS Volume Manager RPC interface (Build 212 MP)
    VOLMN.NSS v3.27.03 Jun. 7, 2010 NSS Distributed Volume Manager (Build 212 MP)
    VOLSMS.NLM v3.27.03 Jun. 7, 2010 NSS Distributed Volume Manager (Build 212 MP)
    WS2_32.NLM v6.24.01 Feb. 14, 2008 NetWare Winsock 2.0 NLM
    WSPIP.NLM v6.24 Dec. 4, 2007 NetWare Winsock Service 1.0 NLM for TCP and UDP
    WSPSSL.NLM v6.26 Dec. 4, 2007 NetWare Winsock Service 1.0 NLM for SSL
    X509ALSM.NLM v27000508.03 Aug. 3, 2005 Novell Advanced X.509 LSM 2.7.0.0 20050803
    X509LSM.NLM v27000508.03 Aug. 3, 2005 Novell Simple X.509 LSM 2.7.0.0 20050803
    XENGEXP.NLM v27610.01.01 Mar. 30, 2009 NICI Import Restricted XENG from Novell, Inc.
    XENGNUL.NLM v27610.01.01 Mar. 30, 2009 NICI NULL XENG from Novell, Inc.
    XENGUSC.NLM v27610.01.01 Mar. 30, 2009 NICI U.S./Worldwide XENG from Novell, Inc.
    XI18N.NLM v10310.53 Aug. 2, 2005 Novell Cross-Platform Internationalization Package
    XIM.XLM v27510.02.01 Aug. 25, 2008 Novell NICI Signed Loader
    XMGR.NLM v27610.01.01 Mar. 30, 2009 NICI XMGR from Novell, Inc.
    XNGAUSC.NLM v27610.01.01 Mar. 30, 2009 NICI U.S./Worldwide XMGR Assistant XENG from Novell, Inc.
    XSRVNSP.NLM v3.01.60 May. 21, 2008 Novell XTier XSRVNSP Tree Name Service Provider
    XSUP.NLM v27610.01.01 Mar. 30, 2009 NICI XSUP from Novell, Inc.
    XTNCP.NLM v3.01.60 May. 21, 2008 Novell XTier NCP Session Layer Driver
    XTUTIL.NLM v3.01.60 May. 21, 2008 Novell XTier Utility Functions
    ZENIMGDS.NLM v7.00 Mar. 26, 2007 ZENworks Imaging DS Library
    ZENPXE.NLM v7.00 Apr. 22, 2008 ZENworks Imaging PXE Library
    ZENWS.NLM v1.00 Jul. 29, 2002 Zen Workstation Utility NLM
    ZIP.NLM v1.43 Oct. 16, 2008 Java zip (based on 1.4.2_18)
    ZLIB.NLM v1.01.04 Dec. 20, 2002 ZLIB 1.1.4 General Purpose Compression Library for NetWare
    ZLSS.NSS v3.27.03 Jun. 7, 2010 NSS Journaled Storage System (ZLSS) (Build 212 MP)
    End of Modules List 312 Modules Loaded.
    Top of LAN Driver Configuration Listing
    Signature.....: HardwareDriverMLID
    CFG Version...: 1.15
    Node Address..: 002655D01666
    Board Number..: 1
    Board Instance: 1
    Media Type....: ETHERNET_II
    MLID Version..: 10.47
    Slot..........: 101
    I/O...........: 5000h -> 501Fh
    Memory........: FBFE0000h -> FBFFFFFFh
    and FBFC0000h -> FBFC0FFFh
    IRQ...........: 7
    DMA...........: None
    Logical Name..: N1000E_1_EII
    Signature.....: HardwareDriverMLID
    CFG Version...: 1.15
    Node Address..: 002655D01667
    Board Number..: 2
    Board Instance: 2
    Media Type....: ETHERNET_II
    MLID Version..: 10.47
    Slot..........: 102
    I/O...........: 5020h -> 503Fh
    Memory........: FBFA0000h -> FBFBFFFFh
    and FBF80000h -> FBF80FFFh
    IRQ...........: 11
    DMA...........: None
    Logical Name..: N1000E_2_EII
    End of LAN Driver Configuration Listing
    Top of Boot Drive Information
    SERVER.EXE loaded from...........: C:\NWSERVER\
    SERVER.EXE version...............: 1355757 bytes 10-03-2008 09:53am
    Total Space on Drive.............: 2016 MB
    Available Space..................: 1920 MB
    End of Boot Drive Information
    Top of Storage Device Configuration Information
    Storage Device Summary:
    0x0000 [V100-A100] USB UHCI Controller
    0x0001 [V100-A101] USB UHCI Controller
    0x0002 [V100-A102] USB UHCI Controller
    0x0003 [V100-A103] USB UHCI Controller
    0x0004 [V100-A104] USB EHCI Controller
    0x0005 [V100-A105] USB UHCI Controller
    0x0006 [V505-A0] HP SAS/SATA Unified RAID Driver
    0x0007 [V505-A0-D0:0] HP LOGICAL VOLUME f/w:1.66
    0x0008 DOS Partitioned Media
    0x0019 [V505-A0-D0:0-PAA6BA] Free Partition Space
    0x0009 [V505-A0-D0:0-P0] Big DOS; OS/2; Win95 Partition
    0x000A [V505-A0-D0:0-P7F8] NSS Partition
    0x000B [V505-A0-D0:0-P4678] NSS Partition
    0x000C [V505-A0-D0:0-P1CD18] NSS Partition
    0x000D [V505-A0-D0:0-P21B38] NSS Partition
    0x000F [V505-A0-D0:0-P26B38] NSS Partition
    0x0011 [V505-A0-D0:0-P2BB38] NSS Partition
    0x0012 [V505-A0-D0:0-P30B38] Free Partition Space
    0x0013 [V505-A0-D0:0-P353B8] NSS Partition
    0x0014 [V505-A0-D0:0-P48C38] NSS Partition
    0x0015 [V505-A0-D0:0-P612D8] NSS Partition
    0x0016 [V505-A0-D0:0-P79978] NSS Partition
    0x0017 [V505-A0-D0:0-P92018] NSS Partition
    0x0018 [V505-A0-D0:0-PAA6B8] Free Partition Space
    Storage Device Details:
    [V100-A100] USB UHCI Controller
    Media Manager object ID..: 0x0000
    Media Manager Object Type: Adapter
    Driver name..............: UHCIDRV.CAD
    Assigned driver ID.......: 256
    Adapter number...........: 256
    Primary port address.....: 1000
    Primary port length......: 18
    Secondary port address...: Not used
    Secondary port length....: Not used
    Interrupt 0..............: 18
    Interrupt 1..............: Not used
    Slot.....................: 10027
    DMA0.....................: Not used
    DMA1.....................: Not used
    Memory 0 address.........: Not used
    Memory 0 length..........: Not used
    Memory 1 address.........: Not used
    Memory 1 length..........: Not used
    [V100-A101] USB UHCI Controller
    Media Manager object ID..: 0x0001
    Media Manager Object Type: Adapter
    Driver name..............: UHCIDRV.CAD
    Assigned driver ID.......: 256
    Adapter number...........: 257
    Primary port address.....: 1020
    Primary port length......: 18
    Secondary port address...: Not used
    Secondary port length....: Not used
    Interrupt 0..............: 28
    Interrupt 1..............: Not used
    Slot.....................: 10028
    DMA0.....................: Not used
    DMA1.....................: Not used
    Memory 0 address.........: Not used
    Memory 0 length..........: Not used
    Memory 1 address.........: Not used
    Memory 1 length..........: Not used
    [V100-A102] USB UHCI Controller
    Media Manager object ID..: 0x0002
    Media Manager Object Type: Adapter
    Driver name..............: UHCIDRV.CAD
    Assigned driver ID.......: 256
    Adapter number...........: 258
    Primary port address.....: 1040
    Primary port length......: 18
    Secondary port address...: Not used
    Secondary port length....: Not used
    Interrupt 0..............: 38
    Interrupt 1..............: Not used
    Slot.....................: 10029
    DMA0.....................: Not used
    DMA1.....................: Not used
    Memory 0 address.........: Not used
    Memory 0 length..........: Not used
    Memory 1 address.........: Not used
    Memory 1 length..........: Not used
    [V100-A103] USB UHCI Controller
    Media Manager object ID..: 0x0003
    Media Manager Object Type: Adapter
    Driver name..............: UHCIDRV.CAD
    Assigned driver ID.......: 256
    Adapter number...........: 259
    Primary port address.....: 1060
    Primary port length......: 18
    Secondary port address...: Not used
    Secondary port length....: Not used
    Interrupt 0..............: 28
    Interrupt 1..............: Not used
    Slot.....................: 10030
    DMA0.....................: Not used
    DMA1.....................: Not used
    Memory 0 address.........: Not used
    Memory 0 length..........: Not used
    Memory 1 address.........: Not used
    Memory 1 length..........: Not used
    [V100-A104] USB EHCI Controller
    Media Manager object ID..: 0x0004
    Media Manager Object Type: Adapter
    Driver name..............: EHCIDRV.CAD
    Assigned driver ID.......: 256
    Adapter number...........: 260
    Primary port address.....: Not used
    Primary port length......: Not used
    Secondary port address...: Not used
    Secondary port length....: Not used
    Interrupt 0..............: 18
    Interrupt 1..............: Not used
    Slot.....................: 10031
    DMA0.....................: Not used
    DMA1.....................: Not used
    Memory 0 address.........: 0000
    Memory 0 length..........: 006C
    Memory 1 address.........: Not used
    Memory 1 length..........: Not used
    [V100-A105] USB UHCI Controller
    Media Manager object ID..: 0x0005
    Media Manager Object Type: Adapter
    Driver name..............: UHCIDRV.CAD
    Assigned driver ID.......: 256
    Adapter number...........: 261
    Primary port address.....: 3800
    Primary port length......: 18
    Secondary port address...: Not used
    Secondary port length....: Not used
    Interrupt 0..............: 38
    Interrupt 1..............: Not used
    Slot.....................: 10037
    DMA0.....................: Not used
    DMA1.....................: Not used
    Memory 0 address.........: Not used
    Memory 0 length..........: Not used
    Memory 1 address.........: Not used
    Memory 1 length..........: Not used
    [V505-A0] HP SAS/SATA Unified RAID Driver
    Media Manager object ID..: 0x0006
    Media Manager Object Type: Adapter
    Driver name..............: HPQCISS.HAM
    Assigned driver ID.......: 1285
    Adapter number...........: 0
    Primary port address.....: Not used
    Primary port length......: Not used
    Secondary port address...: Not used
    Secondary port length....: Not used
    Interrupt 0..............: 7
    Interrupt 1..............: Not used
    Slot.....................: 10041
    DMA0.....................: Not used
    DMA1.....................: Not used
    Memory 0 address.........: 0000
    Memory 0 length..........: 0400
    Memory 1 address.........: Not used
    Memory 1 length..........: Not used
    [V505-A0-D0:0] HP LOGICAL VOLUME f/w:1.66
    Media manager object ID.....: 0x0007
    Media manager Object Type...: Device
    Device type.................: Magnetic disk
    Capacity....................: 858112 MB
    Unit Size, in bytes.........: 512
    Sectors.....................: 32
    Heads.......................: 255
    Cylinders...................: 18785
    Block size, in bytes........: 4294966784
    Activated...................: Yes
    Registered..................: Yes
    Functional..................: Yes
    Writable....................: Yes
    Write protected.............: No
    Reserved....................: No
    Removable...................: No
    Read Handicap...............: No
    Offline.....................: No
    Controller Number...........: 0
    Device Number...............: 0
    Adapter Number..............: 0
    System Type.................: 0x90000
    Read after write verify.....: Disabled
    DOS Partitioned Media
    Media Manager object ID..: 0x0008
    Media Manager Object Type: Media
    Media type...............: IBM partition
    [V505-A0-D0:0-PAA6BA] Free Partition Space
    Media Manager object ID......: 0x0019
    Media Manager Object Type....: Partition
    Activated....................: Yes
    Registered...................: Yes
    Functional...................: Yes
    Reserved.....................: No
    Logical partition............: No
    Beginning sector of partition: 1429591200
    Size, in sectors.............: 328023484
    [V505-A0-D0:0-P0] Big DOS; OS/2; Win95 Partition
    Media Manager object ID......: 0x0009
    Media Manager Object Type....: Partition
    Activated....................: Yes
    Registered...................: Yes
    Functional...................: Yes
    Reserved.....................: Yes
    Logical partition............: No
    Beginning sector of partition: 32
    Size, in sectors.............: 4177888
    [V505-A0-D0:0-P7F8] NSS Partition
    Media Manager object ID......: 0x000A
    Media Manager Object Type....: Partition
    Activated....................: Yes
    Registered...................: Yes
    Functional...................: Yes
    Reserved.....................: Yes
    Logical partition............: Yes
    Beginning sector of partition: 4177920
    Size, in sectors.............: 32768000
    [V505-A0-D0:0-P4678] NSS Partition
    Media Manager object ID......: 0x000B
    Media Manager Object Type....: Partition
    Activated....................: Yes
    Registered...................: Yes
    Functional...................: Yes
    Reserved.....................: Yes
    Logical partition............: Yes
    Beginning sector of partition: 36945920
    Size, in sectors.............: 204800000
    [V505-A0-D0:0-P1CD18] NSS Partition
    Media Manager object ID......: 0x000C
    Media Manager Object Type....: Partition
    Activated....................: Yes
    Registered...................: Yes
    Functional...................: Yes
    Reserved.....................: Yes
    Logical partition............: Yes
    Beginning sector of partition: 241745920
    Size, in sectors.............: 40960000
    [V505-A0-D0:0-P21B38] NSS Partition
    Media Manager object ID......: 0x000D
    Media Manager Object Type....: Partition
    Activated....................: Yes
    Registered...................: Yes
    Functional...................: Yes
    Reserved.....................: No
    Logical partition............: No
    Beginning sector of partition: 282705920
    Size, in sectors.............: 41943040
    [V505-A0-D0:0-P26B38] NSS Partition
    Media Manager object ID......: 0x000F
    Media Manager Object Type....: Partition
    Activated....................: Yes
    Registered...................: Yes
    Functional...................: Yes
    Reserved.....................: No
    Logical partition............: No
    Beginning sector of partition: 324648960
    Size, in sectors.............: 41943040
    [V505-A0-D0:0-P2BB38] NSS Partition
    Media Manager object ID......: 0x0011
    Media Manager Object Type....: Partition
    Activated....................: Yes
    Registered...................: Yes
    Functional...................: Yes
    Reserved.....................: No
    Logical partition............: No
    Beginning sector of partition: 366592000
    Size, in sectors.............: 41943040
    [V505-A0-D0:0-P30B38] Free Partition Space
    Media Manager object ID......: 0x0012
    Media Manager Object Type....: Partition
    Activated....................: Yes
    Registered...................: Yes
    Functional...................: Yes
    Reserved.....................: No
    Logical partition............: No
    Beginning sector of partition: 408535040
    Size, in sectors.............: 38010880
    [V505-A0-D0:0-P353B8] NSS Partition
    Media Manager object ID......: 0x0013
    Media Manager Object Type....: Partition
    Activated....................: Yes
    Registered...................: Yes
    Functional...................: Yes
    Reserved.....................: Yes
    Logical partition............: Yes
    Beginning sector of partition: 446545920
    Size, in sectors.............: 163840000
    [V505-A0-D0:0-P48C38] NSS Partition
    Media Manager object ID......: 0x0014
    Media Manager Object Type....: Partition
    Activated....................: Yes
    Registered...................: Yes
    Functional...................: Yes
    Reserved.....................: Yes
    Logical partition............: Yes
    Beginning sector of partition: 610385920
    Size, in sectors.............: 204800000
    [V505-A0-D0:0-P612D8] NSS Partition
    Media Manager object ID......: 0x0015
    Media Manager Object Type....: Partition
    Activated....................: Yes
    Registered...................: Yes
    Functional...................: Yes
    Reserved.....................: Yes
    Logical partition............: No
    Beginning sector of partition: 815185920
    Size, in sectors.............: 204800000
    [V505-A0-D0:0-P79978] NSS Partition
    Media Manager object ID......: 0x0016
    Media Manager Object Type....: Partition
    Activated....................: Yes
    Registered...................: Yes
    Functional...................: Yes
    Reserved.....................: Yes
    Logical partition............: Yes
    Beginning sector of partition: 1019985920
    Size, in sectors.............: 204800000
    [V505-A0-D0:0-P92018] NSS Partition
    Media Manager object ID......: 0x0017
    Media Manager Object Type....: Partition
    Activated....................: Yes
    Registered...................: Yes
    Functional...................: Yes
    Reserved.....................: Yes
    Logical partition............: No
    Beginning sector of partition: 1224785920
    Size, in sectors.............: 204800000
    [V505-A0-D0:0-PAA6B8] Free Partition Space
    Media Manager object ID......: 0x0018
    Media Manager Object Type....: Partition
    Activated....................: Yes
    Registered...................: Yes
    Functional...................: Yes
    Reserved.....................: No
    Logical partition............: No
    Beginning sector of partition: 1429585920
    Size, in sectors.............: 5280
    End of Storage Device Configuration Information
    * Volume Statistics for SYS *
    File System................: NSSIDK (Novell Storage Services)
    Volume Size................: 15934 MB
    Block Size.................: 4 KB
    Total Blocks...............: 4079171
    Free Blocks................: 3072770
    Purgable Blocks............: 158
    Not Yet Purgable Blocks....: 0
    Total Directory Entries....: 2147483647
    Available Directory Entries: 2147439380
    Sectors per Block..........: 8
    Free Disk Space............: 12003 MB
    Purgable Disk Space........: 0 MB
    Suballocation..............: OFF
    Compression................: OFF
    Migration..................: OFF
    * Volume Statistics for _ADMIN *
    File System................: Unknown
    Volume Size................: 4 MB
    Block Size.................: 4 KB
    Total Blocks...............: 1024
    Free Blocks................: 1024
    Purgable Blocks............: 0
    Not Yet Purgable Blocks....: 0
    Total Directory Entries....: 2147483647
    Available Directory Entries: 2147483647
    Sectors per Block..........: 8
    Free Disk Space............: 4 MB
    Purgable Disk Space........: 0 MB
    Suballocation..............: OFF
    Compression................: OFF
    Migration..................: OFF
    * Volume Statistics for IMAGES *
    File System................: NSSIDK (Novell Storage Services)
    Volume Size................: 99702 MB
    Block Size.................: 4 KB
    Total Blocks...............: 25523833
    Free Blocks................: 12760577
    Purgable Blocks............: 0
    Not Yet Purgable Blocks....: 0
    Total Directory Entries....: 2147483647
    Available Directory Entries: 2147483627
    Sectors per Block..........: 8
    Free Disk Space............: 49846 MB
    Purgable Disk Space........: 0 MB
    Suballocation..............: OFF
    Compression................: OFF
    Migration..................: OFF
    * Volume Statistics for PRINTING *
    File System................: NSSIDK (Novell Storage Services)
    Volume Size................: 19932 MB
    Block Size.................: 4 KB
    Total Blocks...............: 5102598
    Free Blocks................: 4766787
    Purgable Blocks............: 55
    Not Yet Purgable Blocks....: 0
    Total Directory Entries....: 2147483647
    Available Directory Entries: 2147480871
    Sectors per Block..........: 8
    Free Disk Space............: 18620 MB
    Purgable Disk Space........: 0 MB
    Suballocation..............: OFF
    Compression................: OFF
    Migration..................: OFF
    * Volume Statistics for STAFF *
    File System................: NSSIDK (Novell Storage Services)
    Volume Size................: 140541 MB
    Block Size.................: 4 KB
    Total Blocks...............: 35978535
    Free Blocks................: 4278115
    Purgable Blocks............: 428
    Not Yet Purgable Blocks....: 0
    Total Directory Entries....: 2147483647
    Available Directory Entries: 2147301305
    Sectors per Block..........: 8
    Free Disk Space............: 16711 MB
    Purgable Disk Space........: 1 MB
    Suballocation..............: OFF
    Compression................: OFF
    Migration..................: OFF
    * Volume Statistics for FCLTY *
    File System................: NSSIDK (Novell Storage Services)
    Volume Size................: 120121 MB
    Block Size.................: 4 KB
    Total Blocks...............: 30751101
    Free Blocks................: 6551019
    Purgable Blocks............: 2
    Not Yet Purgable Blocks....: 0
    Total Directory Entries....: 2147483647
    Available Directory Entries: 2147231898
    Sectors per Block..........: 8
    Free Disk Space............: 25589 MB
    Purgable Disk Space........: 0 MB
    Suballocation..............: OFF
    Compression................: OFF
    Migration..................: OFF
    * Volume Statistics for APPS *
    File System................: NSSIDK (Novell Storage Services)
    Volume Size................: 79761 MB
    Block Size.................: 4 KB
    Total Blocks...............: 20418911
    Free Blocks................: 8163253
    Purgable Blocks............: 0
    Not Yet Purgable Blocks....: 0
    Total Directory Entries....: 2147483647
    Available Directory Entries: 2147246784
    Sectors per Block..........: 8
    Free Disk Space............: 31887 MB
    Purgable Disk Space........: 0 MB
    Suballocation..............: OFF
    Compression................: OFF
    Migration..................: OFF
    * Volume Statistics for ACDMC *
    File System................: NSSIDK (Novell Storage Services)
    Volume Size................: 99700 MB
    Block Size.................: 4 KB
    Total Blocks...............: 25523381
    Free Blocks................: 9816828
    Purgable Blocks............: 0
    Not Yet Purgable Blocks....: 0
    Total Directory Entries....: 2147483647
    Available Directory Entries: 2147069762
    Sectors per Block..........: 8
    Free Disk Space............: 38346 MB
    Purgable Disk Space........: 0 MB
    Suballocation..............: OFF
    Compression................: OFF
    Migration..................: OFF
    * Volume Statistics for PUPILS *
    File System................: NSSIDK (Novell Storage Services)
    Volume Size................: 99702 MB
    Block Size.................: 4 KB
    Total Blocks...............: 25523813
    Free Blocks................: 13579469
    Purgable Blocks............: 0
    Not Yet Purgable Blocks....: 0
    Total Directory Entries....: 2147483647
    Available Directory Entries: 2147417601
    Sectors per Block..........: 8
    Free Disk Space............: 53044 MB
    Purgable Disk Space........: 0 MB
    Suballocation..............: OFF
    Compression................: OFF
    Migration..................: OFF
    Volume Name Name Spaces Loaded
    SYS DOS
    SYS MACINTOSH
    SYS NFS
    SYS LONG_NAMES
    _ADMIN DOS
    _ADMIN MACINTOSH
    _ADMIN NFS
    _ADMIN LONG_NAMES
    IMAGES DOS
    IMAGES MACINTOSH
    IMAGES NFS
    IMAGES LONG_NAMES
    PRINTING DOS
    PRINTING MACINTOSH
    PRINTING NFS
    PRINTING LONG_NAMES
    STAFF DOS
    STAFF MACINTOSH
    STAFF NFS
    STAFF LONG_NAMES
    FCLTY DOS
    FCLTY MACINTOSH
    FCLTY NFS
    FCLTY LONG_NAMES
    APPS DOS
    APPS MACINTOSH
    APPS NFS
    APPS LONG_NAMES
    ACDMC DOS
    ACDMC MACINTOSH
    ACDMC NFS
    ACDMC LONG_NAMES
    PUPILS DOS
    PUPILS MACINTOSH
    PUPILS NFS
    PUPILS LONG_NAMES
    ************************************************** ***************************

    Hi.
    On 18.01.2012 15:36, gayfield wrote:
    >
    > Hi Massimo
    >
    > Many thanks for your quick response. I've been into the console.log and
    > pasted the last few entries below :
    >
    > 17-01-2012 6:19:58 pm: SERVER-5.70-0 [nmID=6001D]
    > Cache memory allocator out of available memory.
    >
    >
    > 17-01-2012 6:19:58 pm: SERVER-5.70-0 [nmID=2000A]
    > Short term memory allocator is out of memory.
    > 1 attempts to get more memory failed.
    > request size in bytes 14807040 from Module SWEEP.NLM
    >
    > Loading Module FSIFIND.NLM [
    > OK ]
    > Loading Module FSBACK.NLM [
    > OK ]
    >
    > 17-01-2012 8:24:13 pm: SERVER-5.70-0 [nmID=6001D]
    > Cache memory allocator out of available memory.
    >
    >
    > 17-01-2012 8:24:13 pm: SERVER-5.70-0 [nmID=2000A]
    > Short term memory allocator is out of memory.
    > 2 attempts to get more memory failed.
    > request size in bytes 11403264 from Module SWEEP.NLM
    >
    >
    > 17-01-2012 8:34:17 pm: SERVER-5.70-0 [nmID=6001D]
    > Cache memory allocator out of available memory.
    >
    >
    > 17-01-2012 8:34:17 pm: SERVER-5.70-0 [nmID=2000A]
    > Short term memory allocator is out of memory.
    > 3 attempts to get more memory failed.
    > request size in bytes 15418880 from Module SWEEP.NLM
    >
    >
    > 17-01-2012 8:48:14 pm: SERVER-5.70-0 [nmID=6001D]
    > Cache memory allocator out of available memory.
    >
    >
    > 17-01-2012 8:48:14 pm: SERVER-5.70-0 [nmID=2000A]
    > Short term memory allocator is out of memory.
    > 4 attempts to get more memory failed.
    > request size in bytes 14807040 from Module SWEEP.NLM
    >
    >
    > 17-01-2012 8:58:18 pm: SERVER-5.70-0 [nmID=6001D]
    > Cache memory allocator out of available memory.
    >
    >
    > 17-01-2012 8:58:18 pm: SERVER-5.70-0 [nmID=2000A]
    > Short term memory allocator is out of memory.
    > 5 attempts to get more memory failed.
    > request size in bytes 14680064 from Module SWEEP.NLM
    >
    > Hope this better clarifies the situation.
    Somewhat. From the time of day, and the loading of commvault modules
    inbetween, this looks like a combined backup / AV scan issue. The
    requests of Sophos are comparably big in size, and they vary a lot. That
    will lead to fragmentation of your memory, until the memory can't be
    allocated in one chunk any more. It also *seems* as if Sophos actually
    scans the data while it gets backed up. That is *bad*.
    CU,
    Massimo Rosen
    Novell Knowledge Partner
    No emails please!
    http://www.cfc-it.de

  • CSS layout and Internationalization of JSF apps

    We use message bundles to handle internationalization in our JSF applications. This approach seems to work as we used HTML tables (or rather <h:panelGrid> tags) to layout components on the page.
    We had numerous customer complaints about tons of extra white space left on the screen in languages like German (where some words are very long). There are other issues with grid layouts, and we decided to give CSS positioning a try.
    I wonder, what folks on this forum think about using CSSP in conjunciton with JSF components. Also, given that text strings have different length in different languages, what is the i18n approach? Afterall, coordinates that work in English may not be accurate in German.
    Any suggestions, ideas, pointers would be greatly appreciated.
    Thanks,
    Vadim.

    Hi guys.
    The problem seems a little bit weird. But you could try the following. It is just the idea.
    1. You should recover the .properties file and get the Map for the current Locale. This should have to be done maybe in the Backing bean.
    2. Get the maximum length of the UIOutputText elements present in the form that you need to control its length. Now the important thing here is that you should have the value atribute of the UIOutputText objects based on an internationalized Base Bundle prefix. Just cut -based on the substring of the value attribute- the name of the property.
    3. Consider that you have to look in the Map the entry you just obtained from the UIOutputText object. After get the value of that Map entry (a String object) and get its length. At the end of the loop you sould have get the maximum length in characters of the component values to be displayed.
    4. Fix that value as an attribute in the backing bean.
    5. Use the output of that value to generate the style in CSS, as an String attribute of the Backing Bean. Base your CSS construction in "em" measures
    6. Change the -style- attribute in each component to reflect the correct length using CSS like this -style="#�{backingBeanName.style}"-. With this you will get an space dependent of the length of the localized values.
    Again. It is just a suggestion, I had not tried it already but I guess that will be my way in that case.
    Greets from Ecuador

Maybe you are looking for