Bulkload error

Hi all,
firstly, I tried to use bulk laoder to load 10^7 triples, it's successful.
then,I tried to use bulk laoder to load 10^8 triples yesterday, but I got the following errors.
ERROR at line 1:
ORA-13199: APP-Load:CODE=-30036
ORA-6512: at "MDSYS.SDO_RDF_INTERNAL", line 2342
ORA-6512: at "MDSYS.SDO_RDF" line 294
ORA-6512: at "MDSYS.RDF_APIS", line 542
ORA-6512: at line 1
I have jenadrv_patch111rdf patch applied. So, I don't know why.
Hoping any good suggestions and good ideas.
Steven
June 19,2008

ran it again,it's successful.
couldn't get the reason.

Similar Messages

  • Error configuring WLI for Oracle 9i

    Anyone else seen this .
    I am using the latest Oracle 9.2 driver.
    ===============================================================================
    Loading data from 'D:\BEA\wlintegration2.1\dbscripts\SystemRepData.xml' into database
    ===============================================================================
    B2B
    Logic Plug-in 'XOCP-Decoder'
    <Jun 5, 2002 2:49:20 PM CDT> <Error> <B2B> <<Repository> ERROR: In SQLExecutor.executeQueryWithSQLCreator,
    a SQL Exception was caught while executing a SQL Statement: java.sql.SQLException:
    ORA-00600: internal error code, arguments: [ttcgcshnd-1], [0], [], [], [], [], [],
    >
    <Jun 5, 2002 2:49:20 PM CDT> <Error> <B2B> <<BulkLoader> ERROR: Failed to retrieve
    logic plugin 'XOCP-Decoder' from the database.>
    ERROR: Failed to retrieve logic plugin 'XOCP-Decoder' from the database.
    ERROR: In SQLExecutor.executeQueryWithSQLCreator, a SQL Exception was caught while
    executing a SQL Statement: java.sql.SQLException: ORA-00600: internal error code,
    arguments: [ttcgcshnd-1], [0], [], [], [], [], [], []

    I think the problem is with your entry in tnsnames.ora, backup the existing tnsnames.ora (just in case) and change the MTDMO entry as follows:
    MTDMO =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = MSMT)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SID = MTDMO)
    Hope it helps,
    Babu Rangasamy

  • Load assets and xml

    I am trying to add games to a Flash file. They are in different folders and the assest and xml information is not coming with it? I get the error : "[BulkLoader] Error loading LoadingItem url: images/, type:text, status: error Error #2032: Stream Error. URL: file:///G|/%2D%2DWORK%2D%2D/Gilcrease%20Projects/Kravis/images/
    Here are the files I need to load into the main file. Please help. Thank you in advance!
    Angela

    As mentioned, the very first SWF that is loaded will set the file path. That means every single call to load an external file from that point on will come from the location of the very first SWF.
    If the first SWF loads another SWF, that other SWF needs to know this so it properly requests files in the right location.
    Example file structure:
    Main.swf
    MatchingGame\MatchingGame.swf
    MatchingGame\images\a.png
    Say Main.swf loads MatchingGame\MatchingGame.swf. Now the root is set to the path of Main.swf. If MatchingGame\MatchingGame.swf wants to load the a.png, it cannot do this:
    var img:Loader = new Loader();
    img.load('images/a.png'); // FAIL
    It must be loaded as though it was Main.swf. The full relative path to a.png is MatchingGame\images\a.png. So MatchingGame\MatchingGame.swf must do this:
    var img:Loader = new Loader();
    img.load('MatchingGame/images/a.png'); // SUCCESS
    Hopefully this illustrates that paths will always originate with the first loaded SWF, which was Main.swf in this example.

  • New CS5 Security Settings?

    Hey there. I'm trying to load in some local files using a package called BulkLoader and I'm getting this error message:
    [BulkLoader] Error loading LoadingItem url: dora.jpg, type:image, status: error Error #2142: Security sandbox violation: local SWF files cannot use the LoaderContext.securityDomain property. file:///C|/Projects/Rogers/community/Rogers.BBV.Web/f/hero.swf was attempting to load file:///C|/Projects/Rogers/community/Rogers.BBV.Web/f/dora.jpg.
    Clearly, you can see these files are in the same directory, so there shouldn't be any problem loading these in. This is my first time using Flash CS5, is this a new thing in CS5? I've never had any problem loading local assets in the past. Is there a place to remove this setting?

    I don't have CS5 yet, but the Adobe Security Settings Manager might help.
    http://www.macromedia.com/support/documentation/en/flashplayer/help/settings_manager04.htm l

  • Bulkloader script error in weblogicportal 10.3

    Hi,
    We are using same bulkloader scripts which we have used in 8.1 to deploy content in portal repository for 10.3.The script which is fine 8.1 is giving errors in 10.3.
    This bulkloader scripts loadcontent.java.I am facing the following error.
    java.rmi.RemoteException: EJB Exception:; nested exception is:
         java.rmi.RemoteException: Error loading directory: /EMEA Exception: An error occurred while trying to find type name CM_FOLDER_BADGE.; nested exception is:
         com.bea.content.NoSuchObjectClassException: An error occurred while trying to find type name CM_FOLDER_BADGE.
         at weblogic.rjvm.ResponseImpl.unmarshalReturn(ResponseImpl.java:234)
         at weblogic.rmi.internal.BasicRemoteRef.invoke(BasicRemoteRef.java:223)
         at com.bea.content.loader.internal.LoaderEJB_uex06l_EOImpl_1030_WLStub.loadDirectory(Unknown Source)
         at com.bea.content.loader.bulk.BulkLoader.doLoad(BulkLoader.java:1018)
         at com.bea.content.loader.bulk.BulkLoader.doLoad(BulkLoader.java:969)
         at LoadContent.loadContent(LoadContent.java:361)
         at LoadContent.run(LoadContent.java:451)
         at LoadContent.main(LoadContent.java:470)
    Caused by: java.rmi.RemoteException: Error loading directory: /EMEA Exception: An error occurred while trying to find type name CM_FOLDER_BADGE.; nested exception is:
         com.bea.content.NoSuchObjectClassException: An error occurred while trying to find type name CM_FOLDER_BADGE.
         at com.bea.content.loader.internal.LoaderBean.loadDirectory(LoaderBean.java:426)
         at com.bea.content.loader.internal.LoaderEJB_uex06l_EOImpl.loadDirectory(LoaderEJB_uex06l_EOImpl.java:201)
         at com.bea.content.loader.internal.LoaderEJB_uex06l_EOImpl_WLSkel.invoke(Unknown Source)
         at weblogic.rmi.internal.activation.ActivatableServerRef.invoke(ActivatableServerRef.java:85)
         at weblogic.rmi.internal.BasicServerRef$1.run(BasicServerRef.java:477)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
         at weblogic.security.service.SecurityManager.runAs(Unknown Source)
         at weblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.java:473)
         at weblogic.rmi.internal.wls.WLSExecuteRequest.run(WLSExecuteRequest.java:118)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    Caused by: com.bea.content.NoSuchObjectClassException: An error occurred while trying to find type name CM_FOLDER_BADGE.
         at com.bea.content.repo.internal.server.logic.TypeOpsLogic.findByName(TypeOpsLogic.java:290)
         at com.bea.content.repo.internal.server.bean.TypeOpsBean.findByName(TypeOpsBean.java:225)
         at com.bea.content.repo.internal.server.bean.RepoTypeOps_7sxbdu_ELOImpl.findByName(RepoTypeOps_7sxbdu_ELOImpl.java:1208)
         at com.bea.content.repo.internal.client.common.Type.findByName(Type.java:189)
         at com.bea.content.spi.internal.ExtendedObjectClassOpsImpl.getObjectClassWithName(ExtendedObjectClassOpsImpl.java:69)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at com.bea.content.manager.internal.delegate.LatestInterfaceVersionWrapper.invoke(LatestInterfaceVersionWrapper.java:72)
         at $Proxy61.getObjectClassWithName(Unknown Source)
         at com.bea.content.manager.internal.delegate.LatestObjectClassOpsDelegate.getObjectClassWithName(LatestObjectClassOpsDelegate.java:69)
         at com.bea.content.manager.internal.ObjectClassOpsImpl.getObjectClass(ObjectClassOpsImpl.java:224)
         at com.bea.content.federated.internal.TypeManagerImpl.getType(TypeManagerImpl.java:207)
         at com.bea.content.folder.internal.BeaFolderFactory.getDefaultFolder(BeaFolderFactory.java:145)
         at com.bea.content.loader.internal.LoaderBean.loadDirectory(LoaderBean.java:414)
         ... 10 more.
    I am sending the load contet.java class file also.we have this issue while invoking
    * Copyright 2004 Interwoven Inc.
    * All rights reserved.
    * LoadContent.java
    * This program is used to load content to a BEA Repository using
    * BulkLoader. It is used to load either all the files in a directory
    * or the list of file names specified in a file.
    import com.bea.content.loader.bulk.BulkLoader;
    import javax.xml.parsers.DocumentBuilderFactory;
    import javax.xml.parsers.DocumentBuilder;
    import org.xml.sax.InputSource;
    import org.w3c.dom.Document;
    import org.w3c.dom.Node;
    import org.w3c.dom.NodeList;
    import org.w3c.dom.Element;
    import org.w3c.dom.traversal.NodeIterator;
    import org.apache.xpath.XPathAPI;
    import java.io.File;
    import java.io.FileInputStream;
    import java.io.FileOutputStream;
    import java.io.FileWriter;
    import java.io.FileReader;
    import java.io.BufferedReader;
    import java.io.FileNotFoundException;
    import java.util.*;
    public class LoadContent{
         private String repository; // Repository name
         private String application; // Portal application
         private String adminUrl; // Portal application
         private String userName; // Portal application
         private String userPassword; // Portal application
         private String configFileName = "";//new String("config.xml"); // Configuration file
         private String deployedFilelistName; // File containing the list of deployed files.
         private String contentDirPath; // Content directory having the directories to be loaded.
         private String tmpStr;
         private boolean loadAllFlag;
         private DocumentBuilderFactory factory;
         private DocumentBuilder parser;
         private NodeIterator nodeIterator;
         private HashMap dirNameHash, fileNameHash, dirDelNameHash, fileDelNameHash;
    private List deployedFilelist,
                        deletedFilelist,
    dirList,
    fileDirList,
    deletedDirList,
                        userArgsList; //List of arguments specified by user, that are passed to the BulkLoader constructor.
         * Constructor
         public LoadContent() throws Exception{
              System.out.println("1: ");
              factory = DocumentBuilderFactory.newInstance();
              parser = factory.newDocumentBuilder();
         * Process the arguments given by user and check for their proper usage
         private void processArgs(String args[]) throws Exception{
              System.out.println("2:Praveen ");
              String usage = "Usage: java -classpath $CLASSPATH LoadContent [-verbose] [-config <config filepath>] -all|-file <deployed_filelist path> \n\n"+
                                  "\tverbose - Turns on the -verbose option of BulkLoader\n"+
                                  "\tconfig - Config file where the configuration details are stored\n"+
                                  "\tall - load all the content in the content directories\n"+
                                  "\tfile - file containing the list of files that are to be loaded into the repository\n";
              loadAllFlag = false;
              deployedFilelistName = new String();
              userArgsList = new ArrayList();
              boolean argError = false;
         for (int i = 0; i < args.length; i++) {
                   if ("-all".equalsIgnoreCase(args)){
                        loadAllFlag = true;
                   } else if ("-file".equalsIgnoreCase(args[i])){
                        if (i + 1 < args.length){
                             deployedFilelistName = args[++i];
                        } else {
                             argError = true;
                   } else if ("-config".equalsIgnoreCase(args[i])){
                        if (i + 1 < args.length){
                             configFileName = args[++i];
                        } else {
                             argError = true;
                   } else {
                        userArgsList.add(args[i]);
              if(argError || (loadAllFlag == false && deployedFilelistName.length() == 0) || (loadAllFlag != false && deployedFilelistName.length() != 0)){
                   System.out.println(usage);
                   System.exit(1);
         * Process the configuration file to get the details required by the BulkLoader
         * such as repository, application and the metadata mappings
         private void initialSetup() throws Exception{
              System.out.println("3:Praveen ");
    FileInputStream fis = null;
              try{
    fis = new FileInputStream(configFileName);
    }catch (FileNotFoundException fnfe ){
    System.out.println("File :" + configFileName + " not found");
              System.exit(1);
              InputSource in = new InputSource(fis);
              Document doc = parser.parse(in);
              Node node = doc.getDocumentElement();
              Node tmpNode = null;
              Element elm = (Element) XPathAPI.selectSingleNode(node, "/bulkloader");
              repository = elm.getAttribute("repository");
              application = elm.getAttribute("application");
    adminUrl = elm.getAttribute("url");
    userName = elm.getAttribute("username");
    userPassword = elm.getAttribute("password");
    contentDirPath = XPathAPI.selectSingleNode(node, "/bulkloader/content/@dirPath").getNodeValue();
              fis.close();
         * Process the files in the directories represented by hierachyNodes and create a list
         * of files to be loaded to the repository by filtering out the unwanted files
         * (the ones that contain .iwmf.xml and .md.properties).
         private void processDeployDirs() throws Exception{
              System.out.println("4:Praveen ");
              deployedFilelist = new ArrayList();
    FileInputStream fis2 = null;
              try{
    fis2 = new FileInputStream(deployedFilelistName);
    }catch (FileNotFoundException fnfe ){
    System.out.println("File :" + deployedFilelistName + " not found");
              System.exit(1);
    InputSource in2 = new InputSource(fis2);
              Document doc2 = parser.parse(in2);
    String xpath = "//item";
    dirList = new ArrayList();
    fileDirList = new ArrayList();
    deletedDirList = new ArrayList();
    fileNameHash = new HashMap();
    fileDelNameHash = new HashMap();
    dirDelNameHash = new HashMap();
    dirNameHash = new HashMap();
              try {
    // Get the matching elements
    NodeList nodelist = org.apache.xpath.XPathAPI.selectNodeList(doc2, xpath);
    System.out.println("5:Praveen ");
    // Process the elements in the nodelist
    for (int i=0; i<nodelist.getLength(); i++) {
    // Get element
    Element elem = (Element)nodelist.item(i);
    String filePath = elem.getAttribute("path");
    String fileType = elem.getAttribute("type");
    String fileAction = elem.getAttribute("action");
    String fileTarget = elem.getAttribute("trgDir");
    fileTarget = fileTarget.substring(fileTarget.lastIndexOf("/") + 1);
    if ("DIRECTORY".equals(fileType) && "DELETE".equals(fileAction)) {
    dirDelNameHash.put(filePath, "/" + fileTarget);
    } else if ("DIRECTORY".equals(fileType) && ("ADD".equals(fileAction) || "UPDATE".equals(fileAction))) {
    dirNameHash.put(filePath, fileTarget);
    } else if ("FILE".equals(fileType) && "DELETE".equals(fileAction)) {
    fileDelNameHash.put(filePath, "/" + fileTarget);
    } else if ("FILE".equals(fileType) && ("ADD".equals(fileAction) || "UPDATE".equals(fileAction))) {
    fileNameHash.put(filePath, fileTarget);
    if (!dirNameHash.isEmpty()){
    Iterator iter = dirNameHash.keySet().iterator();
    //ArrayList a = new ArrayList();
    while (iter.hasNext()){
    String tmp = iter.next().toString();
    String path = dirNameHash.get(tmp).toString();
    String tmp2 = path;
    StringTokenizer stk = new StringTokenizer(tmp, "/");
    while (stk.hasMoreTokens()){
    tmp2 += "/" + stk.nextToken();
    if ( !dirList.contains(new String (tmp2)) ) {
    dirList.add(tmp2);
    //dirList.addAll(a);
    System.out.println("DIRECTORIES " + dirList.toString());
    // even if it is a file name, process the path and chop it into directories
    if (!fileNameHash.isEmpty()){
    Iterator iter = fileNameHash.keySet().iterator();
    //ArrayList a = new ArrayList();
    while (iter.hasNext()){
    String tmp = iter.next().toString();
    String path = fileNameHash.get(tmp).toString();
    String tmp2 = path;
    //strip out the file name
    tmp = tmp.substring(0,tmp.lastIndexOf("/"));
    StringTokenizer stk = new StringTokenizer(tmp, "/");
    while (stk.hasMoreTokens()){
    tmp2 += "/" + stk.nextToken();
    if ( !dirList.contains(new String (tmp2)) ) {
         System.out.println("ADDING DIRECTORY " + tmp2 + " FROM FILE ");
    dirList.add(tmp2);
    //fileDirList.addAll(a);
    if (!dirDelNameHash.isEmpty()){
    Iterator iter = dirDelNameHash.keySet().iterator();
    ArrayList a = new ArrayList();
    while (iter.hasNext()){
    String tmp = iter.next().toString();
    String path = dirDelNameHash.get(tmp).toString();
    String tmp2 = path;
    //StringTokenizer stk = new StringTokenizer(tmp, "/");
    //while (stk.hasMoreTokens()){
    // tmp2 += "/" + stk.nextToken();
    // if ( !dirList.contains(new String (tmp2)) ) {
    //dirList.add(tmp2);
         //deletedDirList.add(tmp2);
    deletedDirList.add(tmp);
    //for (int x=0; x < dirList.llength; x++)
    System.out.println("DELETE DIRECTORIES " + deletedDirList.toString());
    System.out.println("6:Praveen ");
    Iterator itr = fileNameHash.keySet().iterator();
    deployedFilelist = new ArrayList();
    deletedFilelist = new ArrayList();
    while(itr.hasNext()){
    String nxtVal = itr.next().toString();
    deployedFilelist.add(fileNameHash.get(nxtVal) + "/" + nxtVal);
    System.out.println("FILES " + deployedFilelist.toString());
    Iterator itr2 = fileDelNameHash.keySet().iterator();
    while(itr2.hasNext()){
    String nxtVal = itr2.next().toString();
    deletedFilelist.add(fileDelNameHash.get(nxtVal) + "/"+ nxtVal);
    System.out.println("DELETED FILES " + deletedFilelist.toString());
    Iterator itr3 = dirDelNameHash.keySet().iterator();
    while(itr3.hasNext()){
    String nxtVal = itr3.next().toString();
    deletedDirList.add(dirDelNameHash.get(nxtVal) + "/"+ nxtVal);
    System.out.println("DELETED DIRECTORIES " + deletedDirList.toString());
    } catch (javax.xml.transform.TransformerException e) {
    e.printStackTrace();
    System.exit(2);
         * Process the file specified by the -file option and store them in a list of
         * deployed files and deleted files.
    * Load the content to the Repository
         private void loadContent(){
    // add all the fileList
    // only if they are not already there
    /** Taken care of in processDeployedFiles **
    Iterator iterA = fileDirList.iterator();
    while (iterA.hasNext() ) {
    Object tmp = iterA.next();
    if (! dirList.contains(tmp)){
    dirList.add(tmp);
    ** End of Comment **/
    //dirList.addAll(fileDirList);
    dirList.addAll(deployedFilelist);
    System.out.println("7:Praveen ");
    String[] blArgs = null;
    String depFilePath = new String();
    String depDirPath = new String();
    List blArgsList = new ArrayList(userArgsList);
    /** Added by Jayant as our repo is filesystem repo **/
    blArgsList.add("-filesystem");
    /** End of Add by Jayant **/
    blArgsList.add("-repository");
    blArgsList.add(repository );
    blArgsList.add("-url");
    blArgsList.add(adminUrl);
    blArgsList.add("-user");
    blArgsList.add(userName);
    blArgsList.add("-password");
    blArgsList.add(userPassword);
    blArgsList.add("-application");
    blArgsList.add(application);
    blArgsList.add("-d");
    blArgsList.add(contentDirPath);
    blArgsList.add("+recurse");
    blArgsList.add("--");
    System.out.println("8:Praveen ***************************************");
    Iterator itr = dirList.iterator();
    while (itr.hasNext()){
    depFilePath = itr.next().toString();
    blArgsList.add(depFilePath);
    blArgs = new String[blArgsList.size()];
              blArgsList.toArray(blArgs);
    //System.out.println("blArgsList.size() " + blArgsList.size() );
              System.out.println("9:Praveen ************");
              try {     
              BulkLoader bulkLoader = new BulkLoader(blArgs);
              System.out.println("10:Praveen ");
                   //List of files to be ignored
                   List _ignoreList = new ArrayList();
                   _ignoreList.add("*.md.properties");
                   _ignoreList.add("*.md.properties.iwold");
                   _ignoreList.add("*.md.properties.iwnew");
                   //_ignoreList.add("*"+iwmfExtn+"*");
                   bulkLoader.ignoreList = _ignoreList;
    bulkLoader.validateArgs();
    bulkLoader.doLoad();
         System.out.println("10 AAA:Praveen ");
    bulkLoader.finished();
    System.out.println("10 BBB:Praveen ");
    } catch (Exception e){
    e.printStackTrace();
    System.exit(8);
         * Delete the specified content nodes from the Repository
         * At present, BulkLoader does not support this functionality.
         private void deleteContent(){
              System.out.println("11:Praveen ");
         // Get the list of files from deletedFilelist and remove them from the
         // Repository.
    //dirList.addAll(fileDirList);
    String[] blArgs = null;
         String depFilePath = new String();
         String depDirPath = new String();
    // add all the fileList
    //deletedDirList.addAll(deletedFilelist);
    deletedFilelist.addAll(deletedDirList);
    List blArgsList = null;
    Iterator itr = deletedFilelist.iterator();
    while (itr.hasNext()){
    blArgsList = new ArrayList(userArgsList);
         /** Added by Jayant as our repo is filesystem repo **/
    blArgsList.add("-filesystem");
    System.out.println("12:Praveen ");
         /** End of Add by Jayant **/
         blArgsList.add("-repository");
         blArgsList.add(repository);
         blArgsList.add("-url");
         blArgsList.add(adminUrl);
         blArgsList.add("-user");
         blArgsList.add(userName);
         blArgsList.add("-password");
         blArgsList.add(userPassword);
         blArgsList.add("-application");
         blArgsList.add(application);
         blArgsList.add("-d");
         blArgsList.add(contentDirPath);
    blArgsList.add("+recurse");
    blArgsList.add("-deletePath");
    depFilePath = itr.next().toString();
    blArgsList.add(depFilePath);
    blArgs = new String[blArgsList.size()];
         blArgsList.toArray(blArgs);
         try {   
              System.out.println("13:Praveen ");
         BulkLoader bulkLoader = new BulkLoader(blArgs);
                   //List of files to be ignored
                   List _ignoreList = new ArrayList();
                   _ignoreList.add("*.md.properties");
                   _ignoreList.add("*.md.properties.iwold");
                   _ignoreList.add("*.md.properties.iwnew");
                   //_ignoreList.add("*"+iwmfExtn+"*");
                   bulkLoader.ignoreList = _ignoreList;
    bulkLoader.validateArgs();
    bulkLoader.doDelete();
    bulkLoader.finished();
    } catch (com.bea.content.NoSuchNodeException ne){
              ne.printStackTrace();
    } catch (Exception e){
    e.printStackTrace();
    //     System.exit(8);
         * Point of control to other method calls.
         private void run() throws Exception{
              System.out.println("Begin: "+new Date(System.currentTimeMillis()));
              initialSetup();
              processDeployDirs();
              //Load the content to the repository
              if( dirList != null && dirList.size() >0){
              loadContent();
              //Delete the nodes from the repository
              if( (deletedFilelist != null && deletedFilelist.size() >0) || (deletedDirList != null && deletedDirList.size() > 0) ){
              deleteContent();
              System.out.println("End: "+new Date(System.currentTimeMillis()));
         * main method.
         public static void main(String[] args) throws Exception{
              try{
                   LoadContent lc = new LoadContent();
                   lc.processArgs(args);
                   lc.run();
              } catch(Exception e){
                        e.printStackTrace();
                        System.exit(8);
    Thanks & Regards
    Kumar

    we are facing the issue with the following method bulkLoader.doLoad(); which is working properly in 8.1 is giving error in 10.3.We are using the 10.3 bulkloader scripts but invoking the loadContent.java wwe are facing this issue.

  • Error classnotfound at the launch of Bulkloader

    hello! there is some who have launch the bulkloader with success?
    i have an error thaht tell me
    NoClassDefFoundError : com.bea.p13n.util.commandLine.GlobHelper

    You may check: SAP Notes 1213439 - Error: "1316: A network error occurred...".  It is not refer to B1 un-installation but this error is a common error when install or uninstall package defined in .MSI files without right reference.
    Thanks,
    Gordon

  • I am getting error while creating Control file for a fla file upoad in HANA

    Hi Experts,
    I am getting the following error when I try to create crtrol file for a flat file extraction in SAP HANA.
    Could not execute 'import data into table P935718."COPATBL" from 'COPATBL.csv' record delimited by '\n' fields ...'
    SAP DBTech JDBC: [257] (at 14): sql syntax error: incorrect syntax near "into": line 2 col 1 (at pos 14)
    Here is the code I have used to create control file after I creating the table.
    import data
    into table P935718."COPATBL"
    from 'COPATBL.csv'
        record delimited by '\n'
        fields delimited by ','
        optionally enclosed by '"'
    error log 'P935718.COPATBL.err'
    p935718 is my user ID, COPATBL is my table created, COPABL.CSV is a flat file.
    Please help me in this regard.
    Thanks,
    Guna

    Hello,
    guessing from the error message it looks that you are trying to execute "import data" as SQL command.
    Please note that import data is NOT SQL command but it is syntax for control file. You need to create file with this syntax on server and then use command: IMPORT FROM '/<path>/<filename>.ctl'
    In a shortcut:
    1.- create comma separated CSV file with your data - <source cvs>.csv
    2.- upload CVS file to HANA server
    3.- create the control file <filename>.ctl:
    import data
    into table <schema>."<table name>"
    from '<source cvs>.csv'
    record delimited by '
    fields delimited by ','
    optionally enclosed by '"'
    error log '<file name>.err'
    4.- execute command:
    IMPORT FROM '/<path>/<filename>.ctl'
    Please check following threads:
    How to load CSV files into HANA
    Will HANA supports Bulkload
    Tomas

  • Error while running bulk load utility for account data with CSV file

    Hi All,
    I'm trying to run the bulk load utility for account data using CSV but i'm getting following error...
    ERROR ==> The number of CSV files provided as input does not match with the number of account tables.
    Thanks in advance........

    Please check your child table.
    http://docs.oracle.com/cd/E28389_01/doc.1111/e14309/bulkload.htm#CHDCGGDA
    -kuldeep

  • ORA-00054 error when loading Oracle table using Data Services

    Hello,
    we are facing ORA-00054 error when loading Oracle table using BO Data services
    (Oracle 10g database, BODS Xi 3.2 SP3)
    Test Job performs
    1- truncate table
    2- load table (tested in standard and bulk load modes)
    Scenario when issue happens is:
    1- Run loading Job
    2- Job end in error for any Oracle data base error
    3- When re-running the same Job, Job fails with following error
         ORA-00054: resource busy and acquire with NOWAIT specified
    It seems after first failure, Oracle session for loading the table stays active and locks the table.
    To be able to rerun the Job, we are forced need to kill Oracle session manually to be able to run the Job again.
    Expected behaviour would be : on error rollback modifications made on table and BODS stops Oracle session in a clean way.
    Can somebody tell me / or point me to any BODS best practice about Oracle error handling to prevent such case?
    Thanks in advance
    Paul-Marie

    the ora-0054 can occure depending how the job failed before. If this occures you will need the DBA to release the lock on the table in question
    Or
           AL_Engine.exe on The server it creates the Lock. Need to Kill Them. Or stop it..
    This Problem Occurs when we select The Bulkloading Option in orclae  We also faced the same issue,Our admin has Killed the session. Then everything alright.

  • Error while trying to import a repository data file in the B2Bconsole

    I am trying to import a repository data file with the delivery-channel element
    and attributes as below. <delivery-channel name="GM_DC" syncReplyMode="none" nonrepudiation-of-origin="false"
    nonrepudiation-of-receipt="false" secure-transport="true" confidentiality="false"
    routing-proxy="false" document-exchange-name="GM_DE" transport-name="GM"/> I have
    modified the WLC.dtd present in the lib\dtd subdirectory of the WebLogic Integration
    installation directory to add the syncReplyMode attribute. When i import the xml
    file,i get the following error com.bea.b2b.B2BException: ERROR: Invalid document,
    file 'C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\B2B_COV_Export.xml'. at com.bea.b2b.bulkloader.BulkLoader.processDataFile(Unknown
    Source) at com.bea.b2b.bulkloader.BulkLoader.processDataFile(Unknown Source) at
    com.bea.b2b.bulkloader.BulkLoader.load(Unknown Source)
    Please advise,
    Thanks in advance

    Hello Esther,
    the problem seems to be that the temp folder of the target Integration Builder system can't be found:
    'The system cannot find the path specified
    at [..] FileAccess.getTempDirectory([..])'.
    You'll experience the same problem if you try a file based import or export within the Integration Builder directly.
    I would recommend to continue the search there. You could check if the environment variables (for Windows: TEMP and TMP) of the OS of the system with the target Integration Builder to an existing path. Check also if the WebAs can access this path.
    Good luck
    Frank

  • WARNING! Server MOM has experienced a critical error.

    Good Afternoon,
    I work for a non-profit with a single Novell server that is mainly used for Faxpress and File Shares. Today before I was about to leave I was hit with
    WARNING! Server MOM has experienced a critical error. It is going down in 2 minutes. Save your files and logout.
    I went and got the error logs and the apend log showing the errors that took place. I am only copying and pasting the errors I received today. Not a history of errors.
    First up Error Log
    10-25-2011 10:51:29 am: SERVER-5.70-4
    Severity = 4 Locus = 18 Class = 6
    WARNING! Server MOM has experienced a critical error. It is going down in 2 minutes. Save your files and logout.
    10-25-2011 11:11:21 am: NCP-5.60-66
    Severity = 0 Locus = 14 Class = 19
    The Network Address [TCP 192.168.10.47:0524] has been registered as an NCP Service Address.
    10-25-2011 11:11:21 am: NCP-5.60-66
    Severity = 0 Locus = 14 Class = 19
    The Network Address [UDP 192.168.10.47:0524] has been registered as an NCP Service Address.
    10-25-2011 11:11:21 am: NCP-5.60-66
    Severity = 0 Locus = 14 Class = 19
    The Network Address [TCP 192.168.10.46:0524] has been registered as an NCP Service Address.
    10-25-2011 11:11:21 am: NCP-5.60-66
    Severity = 0 Locus = 14 Class = 19
    The Network Address [UDP 192.168.10.46:0524] has been registered as an NCP Service Address.
    10-25-2011 11:11:23 am: DS-10551.13-264
    Severity = 1 Locus = 17 Class = 19
    Bindery open requested by the SERVER
    10-25-2011 11:11:23 am: CE1000-7.34-0
    Severity = 0 Locus = 4 Class = 5 ID = 0x1070000
    CE1000-NW-000-Adapter 1-Board 1:
    Link is up. 100 Mbs Full Duplex
    10-25-2011 11:11:23 am: CE1000-7.34-0
    Severity = 0 Locus = 4 Class = 5 ID = 0x1070000
    CE1000-NW-000-Adapter 2-Board 5:
    Link is up. 100 Mbs Full Duplex
    10-25-2011 11:11:25 am: NCP-5.60-66
    Severity = 0 Locus = 14 Class = 19
    The Network Address [IPX 38DE5076:000001:451] has been registered as an NCP Service Address.
    10-25-2011 11:11:41 am: AFPTCP-2.1-259
    Severity = 1 Locus = 17 Class = 0
    Desktop on volume _ADMIN is unavailable to AFP clients.
    10-25-2011 11:11:55 am: DS-10551.13-262
    Severity = 1 Locus = 17 Class = 19
    Directory Services: Local database is open
    10-25-2011 11:45:30 am: SERVER-5.70-4
    Severity = 4 Locus = 18 Class = 6
    WARNING! Server MOM has experienced a critical error. It is going down in 2 minutes. Save your files and logout.
    10-25-2011 12:05:55 pm: NCP-5.60-66
    Severity = 0 Locus = 14 Class = 19
    The Network Address [TCP 192.168.10.47:0524] has been registered as an NCP Service Address.
    10-25-2011 12:05:55 pm: NCP-5.60-66
    Severity = 0 Locus = 14 Class = 19
    The Network Address [UDP 192.168.10.47:0524] has been registered as an NCP Service Address.
    10-25-2011 12:05:55 pm: NCP-5.60-66
    Severity = 0 Locus = 14 Class = 19
    The Network Address [TCP 192.168.10.46:0524] has been registered as an NCP Service Address.
    10-25-2011 12:05:55 pm: NCP-5.60-66
    Severity = 0 Locus = 14 Class = 19
    The Network Address [UDP 192.168.10.46:0524] has been registered as an NCP Service Address.
    10-25-2011 12:05:56 pm: DS-10551.13-264
    Severity = 1 Locus = 17 Class = 19
    Bindery open requested by the SERVER
    10-25-2011 12:05:57 pm: CE1000-7.34-0
    Severity = 0 Locus = 4 Class = 5 ID = 0x1070000
    CE1000-NW-000-Adapter 1-Board 1:
    Link is up. 100 Mbs Full Duplex
    10-25-2011 12:05:57 pm: CE1000-7.34-0
    Severity = 0 Locus = 4 Class = 5 ID = 0x1070000
    CE1000-NW-000-Adapter 2-Board 5:
    Link is up. 100 Mbs Full Duplex
    10-25-2011 12:06:00 pm: NCP-5.60-66
    Severity = 0 Locus = 14 Class = 19
    The Network Address [IPX 38DE5076:000001:451] has been registered as an NCP Service Address.
    10-25-2011 12:06:16 pm: AFPTCP-2.1-259
    Severity = 1 Locus = 17 Class = 0
    Desktop on volume _ADMIN is unavailable to AFP clients.
    10-25-2011 12:06:29 pm: DS-10551.13-262
    Severity = 1 Locus = 17 Class = 19
    Directory Services: Local database is open
    Next up Apend Log with the 2 instances.
    Tuesday, October 25, 2011 10:51:28.877 am
    Abend 1 on P00: Server-5.70.02-0: NCPIP: ReplyDisgard overflowed reply buffer!!
    Registers:
    CS = 0060 DS = 007B ES = 007B FS = 007B GS = 007B SS = 0068
    EAX = 00000002 EBX = 000005F0 ECX = 000005E8 EDX = 863BC980
    ESI = 000005F0 EDI = 00000001 EBP = 00000008 ESP = 186BDF4C
    EIP = 85026318 FLAGS = 00000216
    85026318 83C404 ADD ESP, 00000004
    EIP in NCPIP.NLM at code start +00003318h
    The violation occurred while processing the following instruction:
    85026318 83C404 ADD ESP, 00000004
    8502631B 8B44240C MOV EAX, [ESP+0C]
    8502631F 6AFE PUSH FE
    85026321 83C00C ADD EAX, 0000000C
    85026324 50 PUSH EAX
    85026325 E826250E7B CALL SERVER.NLM|atomic_and
    8502632A 83C408 ADD ESP, 00000008
    8502632D 8B44240C MOV EAX, [ESP+0C]
    85026331 F6400D TEST byte ptr [EAX+0D]
    85026334 0174518B ADD [ECX+EDX*2-75], ESI
    Running process: Server 00:87 Process
    Thread Owned by NLM: SERVER.NLM
    Stack pointer: 186BDA98
    OS Stack limit: 186B7020
    Scheduling priority: 67371008
    Wait state: 5050090 Wait for interrupt
    Stack: -8503BBDC (NCPIP.NLM|(Data Start)+BDC)
    --863BCA0E ?
    --863BCA0E ?
    --863BCA5C ?
    --863BC980 ?
    --186BEF00 ?
    --863BCA5C ?
    --863BCA34 ?
    --863BD044 ?
    80162219 (NWSA.NSS|NSSCase89+459)
    --863BCA34 ?
    --00000000 ?
    --00000001 ?
    --863BCA5C ?
    --000005E8 ?
    B7C834EF (NSS.NLM|NSSMPK_UnlockNss+1F)
    -B7F18C68 (NSS.NLM|NSSMPK_spinlock+0)
    --00000000 ?
    --186BE054 ?
    8026BAE5 (COMN.NSS|zGetInfo+A5)
    --00000000 ?
    --186BE0B4 ?
    --00000000 ?
    --00000000 ?
    --5060C960 ?
    --3DEABEC0 ?
    --00000001 ?
    --186BE798 ?
    --000004BC ?
    --00000000 ?
    --00000001 ?
    --186BE0B4 ?
    --00000000 ?
    --00000000 ?
    --00000050 ?
    --00000000 ?
    --00000001 ?
    --00000000 ?
    --B00771A0 ?
    --00000001 ?
    --186BE0B4 ?
    --00000001 ?
    --00000000 ?
    --186BE028 ?
    B633BB16 (LIBC.NLM|VerifyPathInfo+216)
    --00000001 ?
    --FFFFFFFF (LOADER.NLM|KernelTempAliasesEnd+FFF)
    --186BE0B4 ?
    --186BE750 ?
    --186BE080 ?
    --186BE54A ?
    --00000000 ?
    -82E11BC8 (WS2_32.NLM|ProtocolPath+0)
    --B007B700 ?
    -82E11BC8 (WS2_32.NLM|ProtocolPath+0)
    --186BE054 ?
    --B007B700 ?
    --87A36585 ?
    --B0075AC0 ?
    B633C721 (LIBC.NLM|BuildUnicodePath+161)
    --FFFFFFFF (LOADER.NLM|KernelTempAliasesEnd+FFF)
    --B0075AD2 ?
    --87A36585 ?
    --00000001 ?
    --00000000 ?
    --186BE768 ?
    --186BEC70 ?
    B634DFA7 (LIBC.NLM|kgFileOpenEx+517)
    --E31625E9 ?
    --186BEC70 ?
    --00000001 ?
    --00000000 ?
    --E2C7444E ?
    B634E89C (LIBC.NLM|kgFileOpenEx+E0C)
    --B0075AC0 ?
    --87A362C0 ?
    --00000000 ?
    --00000000 ?
    --00000000 ?
    --00000000 ?
    --00000000 ?
    --00000000 ?
    --00000000 ?
    --00000000 ?
    --00000000 ?
    --00000000 ?
    --00000000 ?
    --00000000 ?
    --00000000 ?
    --00000000 ?
    -00535953 (SERVER.NLM|RDebugPollTimeoutTimer+E11F)
    --00000000 ?
    --00000000 ?
    --00000000 ?
    --5C435445 ?
    --00000000 ?
    --00000000 ?
    --00000000 ?
    --00000000 ?
    --00000000 ?
    Additional Information:
    The NetWare OS detected a problem with the system while executing a process owned by NCPIP.NLM. It may be the source of the problem or there may have been a memory corruption.
    Loaded Modules:
    MONITOR.NLM NetWare Console Monitor
    Version 12.01.09 May 5, 2004
    Code Address: 21288000h Length: 00022AAFh
    Data Address: 20FC6000h Length: 00005ED1h
    NWSNUT.NLM NetWare NLM Utility User Interface
    Version 7.00 June 22, 2004
    Code Address: 21274000h Length: 00013417h
    Data Address: 0F4FA000h Length: 000006F8h
    CPWDPLSM.NLM Change Password PLSM
    Version 1.02 March 31, 2004
    Code Address: 92372000h Length: 0000DEBBh
    Data Address: 92381000h Length: 000013D0h
    LCMCIFS2.NLM Windows Native File Access Login Methods (Build 70 SP)
    Version 2.00.05 May 10, 2004
    Code Address: 92314000h Length: 0000E011h
    Data Address: 92324000h Length: 000016B0h
    LSMCIFS2.NLM Windows Native File Access Login Methods (Build 81 SP)
    Version 2.00.07 May 10, 2004
    Code Address: 922BE000h Length: 0000F011h
    Data Address: 922CF000h Length: 000017B0h
    LSMAFP3.NLM Macintosh Native File Access Login Methods (Build 103 SP)
    Version 2.00.11 May 10, 2004
    Code Address: 9224D000h Length: 0000F24Eh
    Data Address: 9225E000h Length: 000013C0h
    SASL.NLM Simple Authentication and Security Layer
    Version 1.02 June 17, 2004
    Code Address: 8DDB0000h Length: 0000053Eh
    Data Address: 8DDB2000h Length: 00000034h
    NMASLDAP.NLM NMAS LDAP Extension
    Version 1.20 March 31, 2004
    Code Address: 8D7A3000h Length: 00001F93h
    Data Address: 8D7A6000h Length: 000005D0h
    LDAPXS.NLM (Clib version)
    Version 3.01 November 13, 2003
    Code Address: 8D79C000h Length: 00003B05h
    Data Address: 8D7A1000h Length: 00000770h
    LBURP.NLM LDAP Bulkload Update/Replication Protocol service extension for Novell eDirectory 8.7.
    Version 10552.36 December 2, 2003
    Code Address: 8D786000h Length: 000010ECh
    Data Address: 8D789000h Length: 00000444h
    VOLSMS.NLM NSS Distributed Volume Manager (Build 207 MP)
    Version 3.22 May 14, 2004
    Code Address: 8DCF8000h Length: 00017211h
    Data Address: 8DCE8000h Length: 00001770h
    VMRPC.NLM DFS Volume Manager RPC interface (Build 349 MP)
    Version 3.22 May 14, 2004
    Code Address: 8DCEF000h Length: 00003623h
    Data Address: 8DCF4000h Length: 000002FDh
    NLSTRAP.NLM NetWare License Server Trap
    Version 5.02 February 19, 2004
    Code Address: 8DC03000h Length: 0000298Ah
    Data Address: 8DC07000h Length: 00000695h
    NDMPD.NLM Backup Exec NDMP Server Module
    Version 9.20 November 29, 2006
    Code Address: 8D937000h Length: 0005E633h
    Data Address: 8D8D8000h Length: 000192F0h
    AD_ASPI.NLM Backup Exec ASPI Device Driver for NetWare
    Version 7.50 September 25, 2006
    Code Address: 8D916000h Length: 000141B8h
    Data Address: 8D92C000h Length: 0000910Fh
    NRLTLI.NLM Backup Exec - Remote Workstation Backup Software
    Version 9.20 November 29, 2006
    Code Address: 8D6E8000h Length: 0000240Fh
    Data Address: 8D6EC000h Length: 00000BE0h
    TSANDS.NLM TSA for Novell eDirectory 7.x, 8.x
    Version 10551.61 December 2, 2003
    Code Address: 8D7B5000h Length: 0001254Ch
    Data Address: 8D6FC000h Length: 00001410h
    JNET.NLM Java jnet (based on 1.4.2_04)
    Version 1.42.03 June 15, 2004
    Code Address: 8D70A000h Length: 0000640Eh
    Data Address: 8D712000h Length: 00001110h
    DBNET6.NLM Debug Network IO Support
    Version 1.43.07 December 2, 2003
    Code Address: 8D3F8000h Length: 0001B5C8h
    Data Address: 8D39F000h Length: 000124B8h
    IPMCFG.NLM Web Interface for IP Address Management
    Version 1.01.14 October 14, 2003
    Code Address: 8D230000h Length: 0000A479h
    Data Address: 8D23C000h Length: 0000B610h
    NIRMAN.NLM TCPIP - NetWare Internetworking Remote Manager
    Version 1.04.02 January 27, 2004
    Code Address: 8D2E0000h Length: 0005F160h
    Data Address: 8D341000h Length: 00018E0Ah
    TCPSTATS.NLM Web Interface for Protocol Monitoring
    Version 6.50.10 June 20, 2003
    Code Address: 8D1C8000h Length: 0000E5ECh
    Data Address: 8D1D8000h Length: 00005460h
    NLSADPT2.NLM NLS and Metering adapter for iManager 2.0 plugin
    Version 2.00 September 9, 2003
    Code Address: 8D0CD000h Length: 0000665Dh
    Data Address: 8D0D5000h Length: 00000E7Dh
    NLSLRUP.NLM NLS - Usage Metering
    Version 4.01.06 March 16, 2004
    Code Address: 8D128000h Length: 0003BA0Ah
    Data Address: 8D165000h Length: 00010AE0h
    HWDETECT.NLM Novell Hardware Insertion/Removal Detection
    Version 1.19.05 February 20, 2003
    Code Address: 8CFEF000h Length: 00002B33h
    Data Address: 8CFF3000h Length: 00000D3Ch
    BKUPEXEC.NLM Backup Exec SureStart
    Version 9.20 November 29, 2006
    Code Address: 8D033000h Length: 0001D57Ch
    Data Address: 8D052000h Length: 00013040h
    RSYNCNRM.NLM Novell(R) Nterprise(TM) Branch Office(TM) RSYNC NRM interface
    Version 2.00 March 30, 2004
    Code Address: 8CD90000h Length: 0000821Ch
    Data Address: 8CD9A000h Length: 00003ED0h
    XNFS.NLM NetWare NFS - NFS Server for NetWare 6.5
    Version 1.01.11 May 10, 2004
    Code Address: 8CA45000h Length: 0001D6F2h
    Data Address: 8C8E2000h Length: 0000515Ch
    BTCPCOM.NLM BTCPCOM.NLM v7.90.000, Build 253
    Version 7.90 July 9, 2003
    Code Address: 8C8D2000h Length: 00004450h
    Data Address: 8C8D8000h Length: 00000CECh
    NISSWDD.NLM NetWare NFS - NIS Password Management Support Module
    Version 15.00.25 November 5, 2003
    Code Address: 8CA82000h Length: 00002E49h
    Data Address: 8CA86000h Length: 00002390h
    NDSILIB.NLM NetWare NFS - eDirectory Interface Library
    Version 15.02.24 June 15, 2004
    Code Address: 8CAE3000h Length: 0000D62Eh
    Data Address: 8CAF2000h Length: 0000BD50h
    NISBIND.NLM NetWare NFS - NIS Client Module
    Version 15.01.06 November 5, 2003
    Code Address: 8CA9A000h Length: 00007E69h
    Data Address: 8CA69000h Length: 00003870h
    UNICRYPT.NLM TCP/IP Encryption NLM
    Version 9.11 December 15, 1998
    Code Address: 8BDA8000h Length: 000004D9h
    Data Address: 8BDAA000h Length: 000007C8h
    NFSADMIN.NLM NetWare NFS - ConsoleOne Administration Support Module
    Version 15.01.02 October 27, 2003
    Code Address: 8C6F9000h Length: 00003ED1h
    Data Address: 8C6FE000h Length: 000008E0h
    PKERNEL.NLM NetWare NFS - Portmapper and RPC Module
    Version 15.01.19 May 10, 2004
    Code Address: 8C9A5000h Length: 00016E57h
    Data Address: 8C9BE000h Length: 0000F700h
    RPCBSTUB.NLM NetWare NFS - Portmapper & Rpcbind co-existance Support Module
    Version 15.00.14 November 17, 2003
    Code Address: 8C8CE000h Length: 00000041h
    Data Address: 8C8D0000h Length: 00000008h
    TSAFS.NLM SMS - File System Agent for NetWare 6.X
    Version 6.50.09 June 7, 2004
    Code Address: 8C4F3000h Length: 000557C2h
    Data Address: 8C54A000h Length: 0000C450h
    SPXS.MPM spxs Memory Protection Module
    Version 5.70 April 1, 2004
    Code Address: 8C4EF000h Length: 0000002Ah
    Data Address: 8C4F1000h Length: 00000018h
    SPXS.NLM NetWare SPX/SPXII Protocol (PTF)
    Version 5.14 January 18, 2000
    Code Address: 8C274000h Length: 0000A021h
    Data Address: 8C280000h Length: 00000FD8h
    Global Code Address: 8C282000h Length: 00001000h
    SMDR.NLM SMS - Storage Data Requestor
    Version 6.54.01 June 11, 2004
    Code Address: 8C15E000h Length: 0002F3F7h
    Data Address: 8C18F000h Length: 0000456Ch
    BSPXCOM.NLM BSPXCOM.NLM v7.90.000, Build 253
    Version 7.90 April 15, 2003
    Code Address: 8BF52000h Length: 0000530Ah
    Data Address: 8BF59000h Length: 00000BB0h
    NDSIMON.NLM NDS iMonitor 2.3
    Version 20210.61 June 2, 2004
    Code Address: 8C2C7000h Length: 0010BF39h
    Data Address: 8B9A7000h Length: 0008A640h
    NWBSRVCM.NLM NWBSRVCM.NLM v7.90.000, Build 230
    Version 7.90 March 20, 2001
    Code Address: 8BD5A000h Length: 00006776h
    Data Address: 8BD62000h Length: 00000AD0h
    MONDATA.NLM NetWare 5.x/6.x Monitor MIB
    Version 6.00 July 18, 2003
    Code Address: 8BD3A000h Length: 00008C9Fh
    Data Address: 8BD44000h Length: 00004DD1h
    SERVINST.NLM NetWare 5.x/6.x Instrumentation
    Version 5.00.10 September 26, 2003
    Code Address: 8BBDA000h Length: 00010C0Ch
    Data Address: 8BC99000h Length: 000074D4h
    NWTRAP.NLM NetWare 5.x/6.x Trap Monitor
    Version 6.00.01 October 10, 2003
    Code Address: 8BA49000h Length: 000065F3h
    Data Address: 8BB0E000h Length: 0000A2D0h
    HOSTMIB.NLM NetWare 5.x/6.x Host Resources MIB
    Version 5.00.13 April 27, 2004
    Code Address: 8BA53000h Length: 0000B560h
    Data Address: 8BA8E000h Length: 00003CE8h
    SERVICTL.NLM eDirectory Management Tool Box DSService eMTool
    Version 10553.18 June 7, 2004
    Code Address: 8B859000h Length: 0000B932h
    Data Address: 8B866000h Length: 00004210h
    LSL.MPM lsl Memory Protection Module
    Version 5.70 April 1, 2004
    Code Address: 8B758000h Length: 000001C2h
    Data Address: 8B851000h Length: 00000138h
    SCHEMACR.NLM eDirectory Management Tool Box Schema eMTool
    Version 10553.18 June 7, 2004
    Code Address: 8B7EB000h Length: 00012861h
    Data Address: 8B7FF000h Length: 0000FF1Ch
    SLP.MPM slp Memory Protection Module
    Version 5.70 March 26, 2003
    Code Address: 8B754000h Length: 000002E9h
    Data Address: 8B756000h Length: 00000090h
    STREAMS.MPM streams Memory Protection Module
    Version 5.70 April 1, 2004
    Code Address: 8B748000h Length: 000006E9h
    Data Address: 8B74A000h Length: 00000188h
    IPXSPX.MPM ipxspx Memory Protection Module
    Version 5.70 April 1, 2004
    Code Address: 8B75E000h Length: 00000C33h
    Data Address: 8B760000h Length: 000004B8h
    SCHEMATL.NLM eDirectory Management Tool Box Schema eMTool
    Version 10553.18 June 7, 2004
    Code Address: 8B768000h Length: 00009CB2h
    Data Address: 8B773000h Length: 00005EDCh
    TLI.MPM tli Memory Protection Module
    Version 5.70 April 1, 2004
    Code Address: 8A5B1000h Length: 00001276h
    Data Address: 8A5B4000h Length: 00000344h
    REPAIRCR.NLM eDirectory Management Tool Box DSRepair eMTool
    Version 10553.18 June 7, 2004
    Code Address: 8A78A000h Length: 0003D871h
    Data Address: 8B70D000h Length: 0001F980h
    SNMP.MPM snmp Memory Protection Module
    Version 5.70 April 1, 2004
    Code Address: 8A63D000h Length: 000009F7h
    Data Address: 8A63F000h Length: 000000FCh
    IPXS.MPM ipxs Memory Protection Module
    Version 5.70 April 1, 2004
    Code Address: 8A511000h Length: 0000002Ah
    Data Address: 8A513000h Length: 00000018h
    REPAIRTL.NLM eDirectory Management Tool Box DSRepair eMTool
    Version 10553.18 June 7, 2004
    Code Address: 8A4E0000h Length: 00010562h
    Data Address: 8A4F2000h Length: 0001DCBCh
    TCPIP.MPM tcpip Memory Protection Module
    Version 5.70 April 1, 2004
    Code Address: 8A3ED000h Length: 00001EC3h
    Data Address: 8A3B3000h Length: 00000918h
    NETDB.MPM netdb Memory Protection Module
    Version 5.70 April 1, 2004
    Code Address: 8A38D000h Length: 00000AC5h
    Data Address: 8A38F000h Length: 000001C4h
    MERGECR.NLM eDirectory Management Tool Box DSMerge eMTool
    Version 10553.18 June 7, 2004
    Code Address: 8A705000h Length: 0001B231h
    Data Address: 8A722000h Length: 00016BF4h
    SYSCALLS.NLM NetWare Operating System Call and Marshalling Library
    Version 5.60 April 29, 2004
    Code Address: 8A347000h Length: 0000ED18h
    Data Address: 8A357000h Length: 0000AEECh
    MERGETL.NLM eDirectory Management Tool Box DSMerge eMTool
    Version 10553.18 June 7, 2004
    Code Address: 8A29C000h Length: 0000B812h
    Data Address: 8A2A9000h Length: 0000F88Dh
    PMPORTAL.NLM NetWare License Information Portal
    Version 2.16 November 21, 2003
    Code Address: 8A210000h Length: 000071C9h
    Data Address: 8A219000h Length: 00004360h
    LANGMANI.NLM Novell Cross-Platform Language Manager
    Version 10210.40 November 10, 2003
    Code Address: 8A1E8000h Length: 000040F2h
    Data Address: 8A05F000h Length: 00001084h
    APRLIB.NLM Apache Portability Runtime Library 0.9.5
    Version 0.09.05 March 29, 2004
    Code Address: 8A0D1000h Length: 0002E098h
    Data Address: 8A101000h Length: 00008160h
    BACKUPCR.NLM eDirectory Management Tool Box DSBackup eMTool
    Version 10553.18 June 7, 2004
    Code Address: 89D88000h Length: 00009F21h
    Data Address: 8878B000h Length: 00002E48h
    BACKUPTL.NLM eDirectory Management Tool Box DSBackup eMTool
    Version 10553.18 June 7, 2004
    Code Address: 89DA2000h Length: 0000AF72h
    Data Address: 89DAE000h Length: 000052C8h
    NCPL.NLM Novell XTier Base Services
    Version 2.06 June 7, 2004
    Code Address: 89D78000h Length: 0000B48Ch
    Data Address: 89D85000h Length: 00001170h
    MYSQLD.NLM MySQL Database Server
    Version 4.00.18 May 25, 2004
    Code Address: 88D47000h Length: 001685ADh
    Data Address: 88EB1000h Length: 000B6F01h
    LOGGER.NLM eDirectory Management Tool Box Logger
    Version 10553.18 June 7, 2004
    Code Address: 88BA0000h Length: 0000DF82h
    Data Address: 88BAF000h Length: 0000664Ch
    STATUSLG.NLM Report and Notification Service
    Version 1.00 August 8, 2003
    Code Address: 88CED000h Length: 00058A5Eh
    Data Address: 88AF0000h Length: 000187E0h
    LLDAPSSL.NLM NetWare SSL Library for LDAP SDK (LibC version)
    Version 3.01 November 13, 2003
    Code Address: 88B3F000h Length: 0005F156h
    Data Address: 88A33000h Length: 0001882Dh
    EMSECURE.NLM eDirectory Management Tool Box Security Service
    Version 10553.18 June 7, 2004
    Code Address: 889F0000h Length: 00009852h
    Data Address: 889FB000h Length: 000033B0h
    LLDAPX.NLM NetWare Extension APIs for LDAP SDK (LibC version)
    Version 3.01 November 13, 2003
    Code Address: 889E9000h Length: 000057C5h
    Data Address: 88611000h Length: 00000DC0h
    RSS.NLM eDirectory Management Tool Box Remote Subscription Service
    Version 10553.18 June 7, 2004
    Code Address: 885FA000h Length: 00009932h
    Data Address: 88605000h Length: 0000261Ch
    ISCSILIB.NLM NetWare iSCSI Library
    Version 1.02 June 4, 2004
    Code Address: 8868F000h Length: 0001AAABh
    Data Address: 886AB000h Length: 00005D60h
    EMBOXMGR.NLM eDirectory Management Tool Box Manager
    Version 10553.18 June 7, 2004
    Code Address: 8866D000h Length: 00018D92h
    Data Address: 8898E000h Length: 0000790Ah
    EMBOXMSG.NLM eDirectory Management Tool Box Message API
    Version 10553.18 June 7, 2004
    Code Address: 88659000h Length: 0000B2F2h
    Data Address: 885D3000h Length: 0000273Dh
    IOCTL.NLM NetWare IoCtl Library
    Version 1.02 June 4, 2004
    Code Address: 885EB000h Length: 00001181h
    Data Address: 88637000h Length: 00002400h
    HT2SOAP.NLM eDirectory Management Tool Box HTTP to SOAP shim
    Version 10553.18 June 7, 2004
    Code Address: 88614000h Length: 00009B02h
    Data Address: 885C1000h Length: 00003408h
    DLOG.NLM Debug Memory Log Functions
    Version 6.05 November 18, 2003
    Code Address: 885C9000h Length: 00001FCDh
    Data Address: 885CC000h Length: 00003BB8h
    MYSQLD_SAFE. MySQL Database Server Monitor
    Version 4.00.18 May 25, 2004
    Code Address: 884EA000h Length: 000012CDh
    Data Address: 884ED000h Length: 00002264h
    LANGMAN.NLM Novell Cross-Platform Language Manager
    Version 10210.40 November 10, 2003
    Code Address: 88541000h Length: 0000E6A0h
    Data Address: 885AE000h Length: 0000B4A1h
    XI18N.NLM Novell Cross-Platform Internationalization Package
    Version 10210.40 November 10, 2003
    Code Address: 8855A000h Length: 0001CA12h
    Data Address: 88578000h Length: 00007EC8h
    EMBOX.NLM eDirectory Management Tool Box Engine
    Version 10553.18 June 7, 2004
    Code Address: 880E6000h Length: 00007B02h
    Data Address: 880EF000h Length: 00004F20h
    XIS11.NLM XML Integration Service
    Version 1.00.01 November 7, 2003
    Code Address: 881CE000h Length: 0009937Ch
    Data Address: 87F0D000h Length: 0004400Eh
    NLDAP.NLM LDAP Agent for Novell eDirectory 8.7.3
    Version 10552.88 May 21, 2004
    Code Address: 87F9E000h Length: 000739B8h
    Data Address: 88013000h Length: 00044AB4h
    CIFSPROX.NLM NMAS Proxy for CIFS (Build 130 MP)
    Version 3.22 May 24, 2004
    Code Address: 8787A000h Length: 0001300Eh
    Data Address: 878AA000h Length: 00005940h
    LDAPX.NLM NetWare Extension APIs for LDAP SDK (Clib version)
    Version 3.01 November 13, 2003
    Code Address: 87857000h Length: 000057D5h
    Data Address: 8785E000h Length: 00000DC0h
    CIFS.NLM CIFS Semantic Agent (Build 451 MP)
    Version 3.22 June 11, 2004
    Code Address: 87AB0000h Length: 00061751h
    Data Address: 879AE000h Length: 00011320h
    VLRPC.NLM DFS Volume Location Database (VLDB) RPC interface (Build 480 MP)
    Version 3.22 May 14, 2004
    Code Address: 87994000h Length: 00002FB3h
    Data Address: 87999000h Length: 000002FDh
    JSTCP.NLM Jetstream TCP Transport Layer (Build 537 MP)
    Version 3.22 May 14, 2004
    Code Address: 87933000h Length: 00004E90h
    Data Address: 87939000h Length: 000001E0h
    JSMSG.NLM Jetstream Message Layer (Build 557 MP)
    Version 3.22 May 14, 2004
    Code Address: 87940000h Length: 00006370h
    Data Address: 87948000h Length: 00000220h
    DFSLIB.NLM DFS Common Library (Build 450 MP)
    Version 3.22 May 14, 2004
    Code Address: 8789A000h Length: 000005C3h
    Data Address: 8789C000h Length: 00000080h
    AFPTCP.NLM AFPTCP (Build 288 SP)
    Version 2.01.13 May 14, 2004
    Code Address: 8776C000h Length: 0002D35Dh
    Data Address: 87404000h Length: 00009DF0h
    WSPDSI.NLM NetWare Winsock Service 1.0 NLM for Data Stream Interface
    Version 6.21 March 22, 2004
    Code Address: 873FE000h Length: 00002E80h
    Data Address: 87402000h Length: 000006D4h
    NFAP4NRM.NLM NFAP Simple Password Management NLM
    Version 1.04 December 8, 2003
    Code Address: 876E4000h Length: 000080A2h
    Data Address: 87704000h Length: 00017CA0h
    PORTAL.NLM NetWare Remote Manager NLM
    Version 3.00 June 11, 2004
    Code Address: 87598000h Length: 000E2889h
    Data Address: 874C4000h Length: 00060E90h
    NWIDK.NLM CDWare Volume Module
    Version 3.01.01 September 19, 2003
    Code Address: 874BC000h Length: 00004640h
    Data Address: 874C2000h Length: 00000730h
    SETMD4.NLM Windows Native File Access CIFS Library (Build 91 SP)
    Version 2.00.01 May 10, 2004
    Code Address: 87464000h Length: 0000125Ch
    Data Address: 87467000h Length: 00000130h
    NMASGPXY.NLM NMAS Generic Proxy
    Version 1.04 June 17, 2004
    Code Address: 873D4000h Length: 00000BC8h
    Data Address: 873D6000h Length: 00000098h
    ACPISBD.NLM System Bus Driver for ACPI compliant systems
    Version 1.04 June 1, 2004
    Code Address: 86D08000h Length: 00002590h
    Data Address: 86D0C000h Length: 00000461h
    NCM.NLM Novell Configuration Manager
    Version 1.14.03 March 27, 2003
    Code Address: 86D11000h Length: 0000484Ch
    Data Address: 86D17000h Length: 00000F00h
    WSPSSL.NLM NetWare Winsock Service 1.0 NLM for SSL
    Version 6.21 March 22, 2004
    Code Address: 872BA000h Length: 000062CBh
    Data Address: 872C2000h Length: 000108BFh
    HTTPSTK.NLM Novell Small Http Interface
    Version 3.00 April 20, 2004
    Code Address: 86EFB000h Length: 000206C7h
    Data Address: 86F1D000h Length: 000179C8h
    NILE.NLM Novell Secure Socket Services NLM
    Version 6.04.02 November 21, 2003
    Code Address: 871C6000h Length: 0005467Bh
    Data Address: 8704C000h Length: 0001F620h
    NPKIAPI.NLM Public Key Infrastructure Services
    Version 2.73 May 19, 2004
    Code Address: 86E75000h Length: 0002D797h
    Data Address: 87018000h Length: 0001751Fh
    NPKIT.NLM Public Key Infrastructure Services
    Version 2.73 June 1, 2004
    Code Address: 86F3B000h Length: 000268D0h
    Data Address: 86F63000h Length: 00013E93h
    NTLS.NLM Novell TLS Library
    Version 10810.04 March 25, 2004
    Code Address: 8714E000h Length: 00076F16h
    Data Address: 86F78000h Length: 0002DEE7h
    LLDAPSDK.NLM LDAP SDK Library (LibC version)
    Version 3.01 November 13, 2003
    Code Address: 86A52000h Length: 0001CEBBh
    Data Address: 86A70000h Length: 0000611Ch
    PKI.NLM Novell Certificate Server
    Version 2.73 May 19, 2004
    Code Address: 86DB1000h Length: 00084305h
    Data Address: 86D34000h Length: 0003E860h
    PKIAPI.NLM Public Key Infrastructure Services
    Version 2.23.08 April 1, 2004
    Code Address: 86D78000h Length: 00037141h
    Data Address: 8653A000h Length: 00006454h
    LDAPSDK.NLM LDAP SDK Library (Clib version)
    Version 3.01 November 13, 2003
    Code Address: 86679000h Length: 0001CE0Bh
    Data Address: 86530000h Length: 000066D9h
    NWUTIL.NLM Novell Utility Library NLM ()
    Version 1.03.05 November 21, 2003
    Code Address: 8647D000h Length: 000128D8h
    Data Address: 86491000h Length: 00019D14h
    CWD.NLM Perl 5.8.0 - Cwd Extension XS_VERSION: 2.06
    Version 3.20.02 January 14, 2004
    Code Address: 865D6000h Length: 000011FAh
    Data Address: 865D9000h Length: 0000066Ch
    ZIP.NLM Java zip (based on 1.4.2_04)
    Version 1.42.03 June 15, 2004
    Code Address: 86352000h Length: 0000AD8Ch
    Data Address: 8635E000h Length: 00001B90h
    JVMLIB.NLM Java jvmlib (based on 1.4.2_04)
    Version 1.42.03 June 15, 2004
    Code Address: 86371000h Length: 000170D4h
    Data Address: 8638A000h Length: 00008670h
    VERIFY.NLM Java verify (based on 1.4.2_04)
    Version 1.42.03 June 15, 2004
    Code Address: 862F1000h Length: 00008774h
    Data Address: 862FB000h Length: 00001BC0h
    JVM.NLM Java Hotspot 1.4.2_04 Interpreter
    Version 1.42.03 June 15, 2004
    Code Address: 866BE000h Length: 00214CCFh
    Data Address: 868D4000h Length: 00060590h
    IPMGMT.NLM TCPIP - NetWare IP Address Management
    Version 1.02.01 February 25, 2004
    Code Address: 861A0000h Length: 0002B97Dh
    Data Address: 861CD000h Length: 00005BF8h
    JSOCK6X.NLM NetWare 6.x Support For Java Sockets (JDK 1.4.2)
    Version 1.42.03 June 15, 2004
    Code Address: 85E11000h Length: 0000DCD8h
    Data Address: 85E20000h Length: 000027E4h
    JAVA.NLM java.nlm (based on 1.4.2_04) Build 04061513
    Version 1.42.03 June 15, 2004
    Code Address: 85E86000h Length: 00033925h
    Data Address: 85EBB000h Length: 0000C508h
    JSOCK.NLM Support For Java Sockets (loader)
    Version 1.42.03 June 15, 2004
    Code Address: 85E71000h Length: 00000086h
    Data Address: 85E73000h Length: 00000064h
    PERL.NLM Perl 5.8.0 - Script interpreter for NetWare
    Version 3.20.02 March 19, 2004
    Code Address: 86006000h Length: 000F0408h
    Data Address: 860F8000h Length: 0001FF3Ch
    NWSEC.NLM Scripting - Security Library
    Version 1.00.02 January 13, 2004
    Code Address: 85FB7000h Length: 00003B69h
    Data Address: 85FBC000h Length: 00000ADCh
    NETDB.NLM Network Database Access Module
    Version 4.10.26 June 27, 2003
    Code Address: 85F3A000h Length: 00013933h
    Data Address: 85F4F000h Length: 000025FCh
    ODINEB.NLM Novell ODI to Novell Event Bus Interface Module
    Version 1.10 August 13, 1999
    Code Address: 85CD0000h Length: 000012E9h
    Data Address: 85CD3000h Length: 0000077Ch
    SPMDCLNT.NLM Novell SPM Client for DClient
    Version 1.02 May 13, 2004
    Code Address: 85C4B000h Length: 00012DD8h
    Data Address: 85BAD000h Length: 00001380h
    IPXRTRNM.NLM IPX Router Network Management
    Version 6.60 June 24, 1998
    Code Address: 85B7F000h Length: 0000C223h
    Data Address: 85B8D000h Length: 000043C0h
    NMAS.NLM Novell Modular Authentication Service
    Version 2.68 June 17, 2004
    Code Address: 85B17000h Length: 000333C8h
    Data Address: 85B4C000h Length: 00007AD0h
    SPMNWCC.NLM Novell SPM Client for NWCC
    Version 1.01 May 13, 2004
    Code Address: 85B02000h Length: 00010B58h
    Data Address: 85B14000h Length: 00001340h
    IPXRTR.NLM IPX NLSP Router Production_02Dec2001
    Version 6.70.01 December 3, 2001
    Code Address: 85BB5000h Length: 00047B7Eh
    Data Address: 85BFE000h Length: 00017B10h
    GAMS.NLM Graded Authentication Management Service
    Version 1.03 April 28, 2004
    Code Address: 85AF3000h Length: 0000D867h
    Data Address: 85080000h Length: 000012B8h
    NSPDNS.NLM NetWare Winsock 2.0 NSPDNS.NLM Name Service Providers
    Version 6.20.03 September 8, 2003
    Code Address: 84529000h Length: 00002527h
    Data Address: 85884000h Length: 000004E4h
    SLPTCP.NLM SERVICE LOCATION TCP/UDP INTERFACE (RFC2165/RFC2608)
    Version 2.09 April 15, 2004
    Code Address: 85076000h Length: 0000385Ah
    Data Address: 8507B000h Length: 0000108Ch
    WSPIP.NLM NetWare Winsock Service 1.0 NLM for TCP and UDP
    Version 6.21.04 June 4, 2004
    Code Address: 85497000h Length: 0000F024h
    Data Address: 854A8000h Length: 0000226Ch
    NCPIP.NLM NetWare NCP Services over IP
    Version 6.01 June 8, 2004
    Code Address: 85023000h Length: 00016289h
    Data Address: 8503B000h Length: 000032C0h
    BSDSOCK.NLM Novell BSDSOCK Module
    Version 6.57.04 June 18, 2004
    Code Address: 857E1000h Length: 00010C59h
    Data Address: 857F3000h Length: 0000C0E0h
    TCPIP.NLM Novell TCP/IP Stack - Network module (NULL encryption)
    Version 6.57.06 June 1, 2004
    Code Address: 85108000h Length: 0004D8DCh
    Data Address: 85157000h Length: 00038160h
    TCP.NLM Novell TCP/IP Stack - Transport module (NULL encryption)
    Version 6.57.03 March 23, 2004
    Code Address: 851BA000h Length: 00024C3Bh
    Data Address: 852C5000h Length: 0007DDF0h
    NETLIB.NLM Novell TCPIP NETLIB Module
    Version 6.50.22 February 12, 2003
    Code Address: 851E2000h Length: 00005AACh
    Data Address: 851E9000h Length: 000D0710h
    CSLIND.NLM TCPIP CSL INDEPENDENCE MODULE 7Dec99 7Dec99
    Version 4.21 December 7, 1999
    Code Address: 850BF000h Length: 000003CCh
    Data Address: 850C1000h Length: 000024E0h
    LSAPI.NLM NLS LSAPI Library
    Version 5.02 January 7, 2003
    Code Address: 85004000h Length: 0000A51Bh
    Data Address: 85010000h Length: 00001B00h
    NLSAPI.NLM NLSAPI
    Version 5.02 August 7, 2003
    Code Address: 84F81000h Length: 000124DBh
    Data Address: 84F95000h Length: 000022A4h
    CE1000.LAN Intel(R) PRO/1000 Network Connections Driver
    Version 7.34 March 12, 2004
    Code Address: 84F19000h Length: 00012913h
    Data Address: 0066F000h Length: 00007491h
    ETHERTSM.NLM Novell Ethernet Topology Specific Module
    Version 3.89 January 27, 2003
    Code Address: 8400F000h Length: 000024D7h
    Data Address: 839D9000h Length: 000002BCh
    MSM.NLM Novell Multi-Processor Media Support Module
    Version 4.10 January 24, 2003
    Code Address: 84F09000h Length: 0000E5B3h
    Data Address: 83FEC000h Length: 00003DCCh
    CONNAUD.NLM NLS - Connection Metering
    Version 3.15 May 12, 2004
    Code Address: 84B1C000h Length: 00003453h
    Data Address: 84B21000h Length: 00000A9Ch
    NLSMETER.NLM NLS - Software Usage Metering Database
    Version 3.41 February 19, 2004
    Code Address: 84AF4000h Length: 0000E4D7h
    Data Address: 84B04000h Length: 0000759Ch
    NLSLSP.NLM NLS - License Service Provider
    Version 5.02 March 16, 2004
    Code Address: 84E77000h Length: 0006A5A7h
    Data Address: 84EE3000h Length: 0001F75Ch
    IPXS.NLM NetWare STREAMS IPX Protocol
    Version 4.10.01 February 12, 1998
    Code Address: 84E2B000h Length: 00001C95h
    Data Address: 84E2E000h Length: 000000ECh
    Global Code Address: 84E30000h Length: 00001000h
    CSL.NLM NetWare Call Support Layer For NetWare
    Version 2.06.02 January 13, 2000
    Code Address: 83FB4000h Length: 0000CB32h
    Data Address: 83FC2000h Length: 000028F4h
    BTRIEVE.NLM BTRIEVE.NLM v7.90.000
    Version 7.90 March 21, 2001
    Code Address: 83FA7000h Length: 000013BFh
    Data Address: 83FAA000h Length: 00000980h
    NWMKDE.NLM NWMKDE.NLM v7.94.251.000
    Version 7.94 December 11, 2001
    Code Address: 84403000h Length: 00053D55h
    Data Address: 84458000h Length: 0000F784h
    NWENC103.NLM NWENC103.NLM v7.90.000 (Text Encoding Conversion Library)
    Version 7.90 February 24, 2001
    Code Address: 846AC000h Length: 0004D0F5h
    Data Address: 846FB000h Length: 001B0208h
    NWAIF103.NLM nwaif103.nlm v7.94, Build 251 ()
    Version 7.94 November 30, 2001
    Code Address: 843B3000h Length: 00010E51h
    Data Address: 842ED000h Length: 00006828h
    PSVCS.NLM Portability Services
    Version 251.00 November 30, 2001
    Code Address: 8435D000h Length: 0001270Fh
    Data Address: 84371000h Length: 00009464h
    NWUCMGR.NLM NWUCMGR.NLM v1.5 Build 230
    Version 1.05 March 14, 2001
    Code Address: 84013000h Length: 0000D920h
    Data Address: 84022000h Length: 000078D4h
    SNMP.NLM Netware 4.x/5.x/6.x SNMP Service
    Version 4.17 January 23, 2004
    Code Address: 83E6C000h Length: 00014070h
    Data Address: 83E82000h Length: 000031E0h
    TLI.NLM NetWare Transport Level Interface Library
    Version 4.30.02 December 19, 2000
    Code Address: 83E50000h Length: 00003859h
    Data Address: 83E55000h Length: 00000164h
    Global Code Address: 83E57000h Length: 00001000h
    Global Data Address: 83E59000h Length: 00002000h
    NSPSAP.NLM NetWare Winsock 2.0 NLM NSPSAP.NLM Name Service Provider
    Version 6.20.02 September 8, 2003
    Code Address: 83DC8000h Length: 00001EE7h
    Data Address: 83DCB000h Length: 00000610h
    CONLOG.NLM System Console Logger
    Version 3.00.02 November 26, 2002
    Code Address: 83DB7000h Length: 000020DCh
    Data Address: 83DBB000h Length: 00001CC0h
    NCPIPX.NLM Novell NCP/IPX Stack NLM
    Version 5.60 January 22, 2004
    Code Address: 83D71000h Length: 000056BFh
    Data Address: 83D78000h Length: 00001308h
    WSPIPX.NLM NetWare Winsock Service 1.0 NLM for IPX and SPX
    Version 6.21 March 22, 2004
    Code Address: 83D86000h Length: 0000DB09h
    Data Address: 83D95000h Length: 00001762h
    IPXSPX.NLM NetWare IPX/SPX Protocol Stack NLM
    Version 5.60 November 21, 2001
    Code Address: 83D50000h Length: 0000FC52h
    Data Address: 83D62000h Length: 00009A3Ah
    DHOST.NLM Novell DHost Portability Interface 1.0.0 SMP
    Version 10010.94 November 3, 2003
    Code Address: 83CAD000h Length: 00006631h
    Data Address: 839FF000h Length: 0000234Ch
    NSPNDS.NLM NetWare Winsock 2.0 NSPNDS.NLM Name Service Provider
    Version 6.20 November 12, 2001
    Code Address: 83CB7000h Length: 00006547h
    Data Address: 839FD000h Length: 00000518h
    CALNLM32.NLM NetWare NWCalls Runtime Library
    Version 6.00 June 3, 2004
    Code Address: 83CEA000h Length: 0001B649h
    Data Address: 83462000h Length: 00000510h
    DS.NLM Novell eDirectory Version 8.7.3.2 SMP
    Version 10551.13 May 26, 2004
    Code Address: 84041000h Length: 00258D34h
    Data Address: 83913000h Length: 0007697Ch
    ROLLCALL.NLM RollCall NLM (101, API 1.0)
    Version 5.00 July 27, 1998
    Code Address: 8390F000h Length: 0000055Dh
    Data Address: 83911000h Length: 000002D4h
    SAL.NLM Novell System Abstraction Layer Version 2.2.0
    Version 20210.73 November 10, 2003
    Code Address: 8388F000h Length: 00007946h
    Data Address: 8368F000h Length: 00001230h
    NDSAUDIT.NLM Directory Services Audit
    Version 2.09 May 22, 2003
    Code Address: 83677000h Length: 00010844h
    Data Address: 83689000h Length: 00002ED0h
    POLIMGR.NLM NetWare License Policy Manager
    Version 6.22 February 27, 2004
    Code Address: 838EE000h Length: 00013C2Ch
    Data Address: 83885000h Length: 00008D68h
    TIMESYNC.NLM NetWare Time Synchronization Services
    Version 6.60.11 May 13, 2004
    Code Address: 83832000h Length: 0000DE1Ch
    Data Address: 83714000h Length: 00004200h
    CLXNLM32.NLM NetWare NWCLX Runtime Library
    Version 6.00 June 3, 2004
    Code Address: 836DC000h Length: 00001213h
    Data Address: 83707000h Length: 000001B0h
    DSAPI.NLM NetWare NWNet Runtime Library
    Version 5.05.08 March 9, 2004
    Code Address: 836D8000h Length: 00000043h
    Data Address: 836DA000h Length: 00000024h
    DSEVENT.NLM NetWare DSEvent Runtime Library
    Version 5.05.08 March 1, 2004
    Code Address: 836D4000h Length: 00000633h
    Data Address: 836D6000h Length: 00000034h
    NETNLM32.NLM NetWare NWNet Runtime Library
    Version 5.05.08 March 9, 2004
    Code Address: 838B8000h Length: 00034ED7h
    Data Address: 836CE000h Length: 00004D45h
    NCPNLM32.NLM NetWare NWNCP Runtime Library
    Version 6.00 June 3, 2004
    Code Address: 83898000h Length: 0001E1C3h
    Data Address: 00000000h Length: 00000000h
    CLNNLM32.NLM NetWare NWClient Runtime Library
    Version 6.00 June 3, 2004
    Code Address: 836C9000h Length: 00001C72h
    Data Address: 836CC000h Length: 00000130h
    CLIB.NLM (Legacy) Standard C Runtime Library for NLMs
    Version 5.90.10 February 24, 2004
    Code Address: 836E9000h Length: 0001898Eh
    Data Address: 83703000h Length: 00002FB0h
    NIT.NLM NetWare Interface Tools Library for NLMs
    Version 5.90.10 February 24, 2004
    Code Address: 83814000h Length: 0001C694h
    Data Address: 83710000h Length: 00000690h
    NLMLIB.NLM Novell NLM Runtime Library
    Version 5.90.10 February 24, 2004
    Code Address: 837E7000h Length: 0002630Dh
    Data Address: 8380F000h Length: 000038C0h
    STREAMS.NLM NetWare STREAMS PTF
    Version 6.00.04 October 25, 2002
    Code Address: 837D3000h Length: 000120CDh
    Data Address: 8373D000h Length: 000010A0h
    Global Code Address: 83740000h Length: 00001000h
    REQUESTR.NLM Novell NCP Requestor for NLMs
    Version 5.90.10 February 24, 2004
    Code Address: 8375F000h Length: 00020BF3h
    Data Address: 83781000h Length: 000010B0h
    THREADS.NLM Novell Threads Package for NLMs
    Version 5.90.10 February 24, 2004
    Code Address: 837A6000h Length: 00018BD8h
    Data Address: 837C0000h Length: 00011660h
    LIB0.NLM Novell Ring 0 Library for NLMs
    Version 5.90.10 February 24, 2004
    Code Address: 83A0D000h Length: 0002527Ah
    Data Address: 83A34000h Length: 00228050h
    MASV.NLM Mandatory Access Control Service
    Version 1.39.01 March 13, 2002
    Code Address: 83695000h Length: 0000EE86h
    Data Address: 8365E000h Length: 00002390h
    NSPSLP.NLM NetWare Winsock 2.0 NSPSLP.NLM Name Service Provider
    Version 6.20.02 September 8, 2003
    Code Address: 83668000h Length: 00005ED3h
    Data Address: 8366F000h Length: 00000B30h
    PMLODR.NLM PMLodr for NW65
    Version 1.25 May 30, 2003
    Code Address: 8364B000h Length: 0000E54Ah
    Data Address: 8365B000h Length: 00001630h
    SLP.NLM SERVICE LOCATION PROTOCOL (RFC2165/RFC2608)
    Version 2.09 April 15, 2004
    Code Address: 83628000h Length: 0001A368h
    Data Address: 834B1000h Length: 00005354h
    DSLOADER.NLM Novell eDirectory Version 8.7.3 Loader SMP
    Version 10551.13 May 26, 2004
    Code Address: 83418000h Length: 0000C76Ch
    Data Address: 83426000h Length: 00001224h
    XIM.XLM Novell NICI Signed Loader
    Version 26410.07 June 15, 2004
    Code Address: 82F90000h Length: 00020790h
    Data Address: 0009A000h Length: 000039B8h
    WS2_32.NLM NetWare Winsock 2.0 NLM
    Version 6.21.06 June 15, 2004
    Code Address: 82DD3000h Length: 00036C68h
    Data Address: 82E0B000h Length: 00011654h
    NCP.NLM NetWare Core Protocol (NCP) Engine
    Version 5.60 June 15, 2004
    Code Address: 82E24000h Length: 00026B2Fh
    Data Address: 82E4C000h Length: 00018B24h
    QUEUE.NLM NetWare Queue Services NLM
    Version 5.60 May 24, 2001
    Code Address: 82DC7000h Length: 00006D8Dh
    Data Address: 82DCF000h Length: 00000473h
    MALHLP.NLM NSS Configure help messages (Build 417 MP)
    Version 3.22 May 10, 2004
    Code Address: 8019F000h Length: 000000BAh
    Data Address: 801A1000h Length: 0000002Ah
    CDDVD.NSS NSS Loadable Storage System (LSS) for CD/UDF (Build 254 MP)
    Version 3.22 June 11, 2004
    Code Address: 801BA000h Length: 00013160h
    Data Address: 800CF000h Length: 00001060h
    NSSIDK.NSS NSS Pool Configuration Manager (Build 432 MP)
    Version 3.22 May 14, 2004
    Code Address: 800F8000h Length: 00003725h
    Data Address: 800FD000h Length: 00000090h
    PARTAPI.NLM Partition APIs for NetWare 6.1
    Version 2.00 April 17, 2002
    Code Address: 800AF000h Length: 00000007h
    Data Address: 00000000h Length: 00000000h
    VOLMN.NSS NSS Distributed Volume Manager (Build 394 MP)
    Version 3.22 May 14, 2004
    Code Address: 800E0000h Length: 00009FE3h
    Data Address: 800AD000h Length: 000005B0h
    NWSA.NSS NSS NetWare Semantic Agent (NWSA) (Build 1301 MP)
    Version 3.22 June 16, 2004
    Code Address: 80155000h Length: 00048A4Eh
    Data Address: 80487000h Length: 0009D310h
    ZLSS.NSS NSS Journaled Storage System (ZLSS) (Build 1798 MP)
    Version 3.22 June 7, 2004
    Code Address: 803C4000h Length: 000C1DE6h
    Data Address: 800B9000h Length: 0000BC30h
    MAL.NSS NSS Media Access Layer (MAL) (Build 599 MP)
    Version 3.22 May 14, 2004
    Code Address: 800B1000h Length: 00002F76h
    Data Address: 800B5000h Length: 00000170h
    MANAGE.NSS NSS Management Functions (Build 617 MP)
    Version 3.22 June 4, 2004
    Code Address: 80106000h Length: 00049605h
    Data Address: 80151000h Length: 00000C00h
    COMN.NSS NSS Common Support Layer (COMN) (Build 2756 MP)
    Version 3.22 May 28, 2004
    Code Address: 801D1000h Length: 000D5ADBh
    Data Address: 802A8000h Length: 00015B10h
    NSS.NLM NSS (Novell Storage Services) (Build 977 MP)
    Version 3.22 May 14, 2004
    Code Address: B7C74000h Length: 0002C820h
    Data Address: B7EEA000h Length: 00091480h
    SYSLOG.NLM NetWare Logfile Daemon
    Version 6.05.02 November 3, 2003
    Code Address: B7CA8000h Length: 00005E6Ah
    Data Address: B7CAF000h Length: 000260E4h
    LIBNSS.NLM Generic Library used by NSS (Build 187 MP)
    Version 3.22 May 10, 2004
    Code Address: B7C6C000h Length: 000042DCh
    Data Address: B7C72000h Length: 000003D0h
    NSSWIN.NLM NSS ASCI Window API Library (Build 204 MP)
    Version 3.22 May 10, 2004
    Code Address: B7C62000h Length: 000047DCh
    Data Address: B7C68000h Length: 000000FCh
    LOCNLM32.NLM NetWare NWLocale Runtime Library
    Version 6.00 June 3, 2004
    Code Address: B7C52000h Length: 0000458Bh
    Data Address: B7C58000h Length: 00000B80h
    UNICODE.NLM NetWare Unicode Runtime Library (UniLib-based) [optimized]
    Version 7.00 June 3, 2004
    Code Address: B7C47000h Length: 000016D5h
    Data Address: B7C4A000h Length: 00000504h
    FILESYS.NLM NetWare File System NLM
    Version 5.13 April 2, 2004
    Code Address: B7D18000h Length: 0008DEB7h
    Data Address: B7C21000h Length: 00012C80h
    LFS.NLM NetWare Logical File System NLM
    Version 5.12 January 23, 2004
    Code Address: B7BDF000h Length: 000094EDh
    Data Address: B7BEA000h Length: 000084BCh
    CONNMGR.NLM NetWare Connection Manager NLM
    Version 5.60 June 16, 2004
    Code Address: B7BF6000h Length: 00011475h
    Data Address: B7C09000h Length: 00003C78h
    ACPIPWR.NLM ACPI Power Management Driver for ACPI compliant systems
    Version 1.04 June 1, 2004
    Code Address: B7A31000h Length: 00000C18h
    Data Address: B7BD3000h Length: 0000091Ch
    ACPICMGR.NLM ACPI Component Manager for ACPI compliant systems
    Version 1.04 June 1, 2004
    Code Address: B7A41000h Length: 00000AFCh
    Data Address: B7A43000h Length: 00000344h
    ADPT160M.HAM Adaptec Ultra160 Host Adapter Module
    Version 18.31.13 November 19, 2003
    Code Address: B7B9B000h Length: 0002001Fh
    Data Address: 7A39A000h Length: 00003860h
    PEDGE3.HAM PERC 3/SC/DC(L)/QC, 4/SC/DC/Di, 4e/SC/DC/Di/Si & CERC HAM Driver.
    Version 7.01.24 April 13, 2004
    Code Address: B7B78000h Length: 00008612h
    Data Address: 7A3C5000h Length: 00004744h
    IDEATA.HAM Novell ATA/IDE/ATAPI Host Adapter Module
    Version 4.15 June 4, 2004
    Code Address: B7B58000h Length: 0000C911h
    Data Address: 7A3ED000h Length: 0000429Ch
    QLCSFTE.CDM QLogic SCSI Enclosure SAF-TE Processor CDM
    Version 1.00.01 May 24, 2000
    Code Address: B7B55000h Length: 000010DEh
    Data Address: 7A415000h Length: 00000034h
    SCSIHD.CDM Novell NetWare SCSI Fixed Disk Custom Device Module
    Version 3.02.06 April 21, 2004
    Code Address: B7B4F000h Length: 00004A4Eh
    Data Address: 7A454000h Length: 00000DB0h
    IDECD.CDM Novell ATAPI CD-ROM/DVD-ROM Custom Device Module
    Version 4.00 April 24, 2004
    Code Address: B7AC2000h Length: 00003978h
    Data Address: 7A4D6000h Length: 00000AECh
    ACPIDRV.PSM ACPI Platform Support Module for ACPI compliant systems
    Version 1.04 June 1, 2004
    Code Address: B7A49000h Length: 0000A8C2h
    Data Address: 7A4DD000h Length: 0000BD34h
    ACPICA.NLM ACPI Component Architecture for ACPI compliant systems
    Version 1.04 June 1, 2004
    Code Address: B79B7000h Length: 0002D17Ah
    Data Address: B79E6000h Length: 0001158Ah
    ACPIASL.NLM ACPI Architecture Services Layer for ACPI compliant systems
    Version 1.04 June 1, 2004
    Code Address: B7985000h Length: 00000F9Bh
    Data Address: B7987000h Length: 000001DCh
    UMSSHIM.NLM Novell USB Mouse Shim
    Version 1.03 November 19, 2003
    Code Address: B78FE000h Length: 00000B59h
    Data Address: 7A4EB000h Length: 00000428h
    UKBDSHIM.NLM Novell USB Keyboard Shim
    Version 1.03 November 19, 2003
    Code Address: B78EA000h Length: 00000FD1h
    Data Address: 7A4EC000h Length: 000005C4h
    EHCIDRV.CAD Novell Universal Serial Bus EHCI driver
    Version 1.02 May 10, 2004
    Code Address: B7026000h Length: 00005B6Fh
    Data Address: 7A500000h Length: 00001B58h
    UHCIDRV.CAD Novell Universal Serial Bus UHCI driver
    Version 1.04 May 10, 2004
    Code Address: B7038000h Length: 00004B99h
    Data Address: 7A520000h Length: 000006CCh
    CIOSMLID.CLS Novell CIOS MLID Driver
    Version 1.00 May 28, 2003
    Code Address: B7031000h Length: 0000539Ah
    Data Address: 7A521000h Length: 0000143Ch
    LSL.NLM Novell NetWare Link Support Layer
    Version 4.81 May 7, 2004
    Code Address: B7051000h Length: 0000A617h
    Data Address: B705D000h Length: 00009EC8h
    CIOS.NLM Consolidated IO System
    Version 1.21 May 10, 2004
    Code Address: B6FB8000h Length: 0004D6C2h
    Data Address: 3DF7C000h Length: 0001BC5Ah
    NWPALOAD.NLM NetWare 5 NWPA Load Utility
    Version 3.00 July 10, 2000
    Code Address: B6E1F000h Length: 00000007h
    Data Address: 00000000h Length: 00000000h
    NWPA.NLM NetWare 6.5 NetWare Peripheral Architecture NLM
    Version 3.20.04 May 7, 2004
    Code Address: B6F04000h Length: 00016906h
    Data Address: B6E44000h Length: 000029B0h
    MM.NLM NetWare 6.5 Media Manager
    Version 3.20.10 June 15, 2004
    Code Address: B6E57000h Length: 00047E22h
    Data Address: B6DF6000h Length: 0000B378h
    SGUID.NLM NetWare GUID Services
    Version 6.01 September 27, 2002
    Code Address: B6D80000h Length: 00000E04h
    Data Address: B6DF4000h Length: 0000018Ah
    NBI.NLM NetWare Bus Interface
    Version 3.00.04 June 9, 2004
    Code Address: B6E0B000h Length: 0000D16Dh
    Data Address: B6D78000h Length: 00003C9Dh
    NEB.NLM Novell Event Bus
    Version 5.60 December 11, 2002
    Code Address: B6D82000h Length: 00005843h
    Data Address: B6D89000h Length: 0000097Ch
    DIAG500.NLM Diagnostic/coredump utility for NetWare 5.x/6.x
    Version 3.00 May 11, 2004
    Code Address: B6D5D000h Length: 00006CF0h
    Data Address: B6DA0000h Length: 0001D90Ch
    CPUCHECK.NLM NetWare Processor Checking Utility
    Version 5.60.01 October 21, 2003
    Code Address: B6D6F000h Length: 00001A04h
    Data Address: B6D72000h Length: 00004B0Ch
    NWKCFG.NLM NetWare Kernel Config NLM
    Version 2.16 April 7, 2004
    Code Address: B6D53000h Length: 00003EEFh
    Data Address: B6D58000h Length: 00003CA4h
    CDBE.NLM NetWare Configuration DB Engine
    Version 6.01 May 10, 2004
    Code Address: B6AC1000h Length: 00011466h
    Data Address: B6AD4000h Length: 000160A2h
    FATFS.NLM FAT Filesystem Module for NetWare
    Version 1.13 June 2, 2004
    Code Address: B627F000h Length: 00023CCEh
    Data Address: B62A4000h Length: 0002F68Fh
    CIOSSHIM.NLM Novell CIOS Platform Shim
    Version 1.11 March 26, 2004
    Code Address: B6213000h Length: 000033E7h
    Data Address: B6218000h Length: 000058ECh
    LIBC.NLM Standard C Runtime Library for NLMs [optimized, 5]
    Version 7.05 June 23, 2004
    Code Address: B6323000h Length: 000B35B6h
    Data Address: B0179000h Length: 0003D816h
    PVER500.NLM NetWare 6.XX Version Library
    Version 3.00 February 25, 2003
    Code Address: B016B000h Length: 0000068Fh
    Data Address: B016D000h Length: 00000360h
    SERVER.NLM NetWare Server Operating System
    Version 5.70.02 June 11, 2004
    Code Address: 002047E0h Length: 0015610Ah
    Data Address: 004047E0h Length: 001C7820h
    Server MOM halted Tuesday, October 25, 2011 11:45:30.404 am
    Abend 1 on P00: Server-5.70.02-0: NCPIP: ReplyDisgard overflowed reply buffer!!
    Registers:
    CS = 0008 DS = 0068 ES = 0068 FS = 0068 GS = 007B SS = 0068
    EAX = 00000002 EBX = 000005EF ECX = 000005E7 EDX = 90247000
    ESI = 000005EF EDI = 00000001 EBP = 00000008 ESP = B706AF4C
    EIP = 85070318 FLAGS = 00200206
    85070318 83C404 ADD ESP, 00000004
    EIP in NCPIP.NLM at code start +00003318h
    The violation occurred while processing the following instruction:
    85070318 83C404 ADD ESP, 00000004
    8507031B 8B44240C MOV EAX, [ESP+0C]
    8507031F 6AFE PUSH FE
    85070321 83C00C ADD EAX, 0000000C
    85070324 50 PUSH EAX
    85070325 E846D3097B CALL SERVER.NLM|atomic_and
    8507032A 83C408 ADD ESP, 00000008
    8507032D 8B44240C MOV EAX, [ESP+0C]
    85070331 F6400D TEST byte ptr [EAX+0D]
    85070334 0174518B ADD [ECX+EDX*2-75], ESI
    Running process: Server 00:3 Process
    Thread Owned by NLM: SERVER.NLM
    Stack pointer: B706BF60
    OS Stack limit: B7064020
    Scheduling priority: 67371008
    Wait state: 50500F0 Waiting for work
    Stack: -85085BDC (NCPIP.NLM|(Data Start)+BDC)
    --9024708E ?
    --9024708E ?
    --902470DC ?
    --90247000 ?
    --B706BF00 (EHCIDRV.CAD|EHCIDebugDumpRegs+9550)
    --902470DC ?
    --902470B4 ?
    --902476C3 ?
    80184219 (NWSA.NSS|NSSCase89+459)
    --902470B4 ?
    --00000000 ?
    --00000001 ?
    --902470DC ?
    --000005E7 ?
    B7C9E4EF (NSS.NLM|NSSMPK_UnlockNss+1F)
    -B7F35C68 (NSS.NLM|NSSMPK_spinlock+0)
    --00000000 ?
    --B706B054 (EHCIDRV.CAD|EHCIDebugDumpRegs+86A4)
    8028DAE5 (COMN.NSS|zGetInfo+A5)
    --00000000 ?
    --B706B0B4 (EHCIDRV.CAD|EHCIDebugDumpRegs+8704)
    --00000000 ?
    --00000000 ?
    --2CEC1D20 ?
    --3DEABEC0 ?
    --00000001 ?
    --B706B798 (EHCIDRV.CAD|EHCIDebugDumpRegs+8DE8)
    --000004BC ?
    --00000000 ?
    --00000001 ?
    --B706B0B4 (EHCIDRV.CAD|EHCIDebugDumpRegs+8704)
    --00000000 ?
    --00000000 ?
    --00000050 ?
    --00000000 ?
    --00000001 ?
    --00000000 ?
    --B00771A0 ?
    --00000001 ?
    --B706B0B4 (EHCIDRV.CAD|EHCIDebugDumpRegs+8704)
    --00000001 ?
    --00000000 ?
    --B706B028 (EHCIDRV.CAD|EHCIDebugDumpRegs+8678)
    B633BB16 (LIBC.NLM|VerifyPathInfo+216)
    --00000001 ?
    --FFFFFFFF (LOADER.NLM|KernelTempAliasesEnd+FFF)
    --B706B0B4 (EHCIDRV.CAD|EHCIDebugDumpRegs+8704)
    --B706B750 (EHCIDRV.CAD|EHCIDebugDumpRegs+8DA0)
    --B706B080 (EHCIDRV.CAD|EHCIDebugDumpRegs+86D0)
    --B706B54A (EHCIDRV.CAD|EHCIDebugDumpRegs+8B9A)
    --00000000 ?
    -82E3EBC8 (WS2_32.NLM|ProtocolPath+0)
    --B007B8C0 ?
    -82E3EBC8 (WS2_32.NLM|ProtocolPath+0)
    --B706B054 (EHCIDRV.CAD|EHCIDebugDumpRegs+86A4)
    --B007B8C0 ?
    --87D8C9A5 ?
    --B0075AC0 ?
    B633C721 (LIBC.NLM|BuildUnicodePath+161)
    --FFFFFFFF (LOADER.NLM|KernelTempAliasesEnd+FFF)
    --B0075AD2 ?
    --87D8C9A5 ?
    --00000001 ?
    --00000000 ?
    --B706B768 (EHCIDRV.CAD|EHCIDebugDumpRegs+8DB8)
    --B706BC70 (EHCIDRV.CAD|EHCIDebugDumpRegs+92C0)
    B634DFA7 (LIBC.NLM|kgFileOpenEx+517)
    --82F03B9F ?
    --B706BC70 (EHCIDRV.CAD|EHCIDebugDumpRegs+92C0)
    --00000001 ?
    --00000000 ?
    --ECF04369 ?
    B634E89C (LIBC.NLM|kgFileOpenEx+E0C)
    --B0075AC0 ?
    --87D8C6E0 ?
    --00000000 ?
    --00000000 ?
    --00000000 ?
    --00000000 ?
    --00000000 ?
    --00000000 ?
    --00000000 ?
    --00000000 ?
    --00000000 ?
    --00000000 ?
    --00000000 ?
    --00000000 ?
    --00000000 ?
    --00000000 ?
    -00535953 (SERVER.NLM|RDebugPollTimeoutTimer+D77F)
    --00000000 ?
    --00000000 ?
    --00000000 ?
    --5C435445 ?
    --00000000 ?
    --00000000 ?
    --00000000 ?
    --00000000 ?
    --00000000 ?
    Additional Information:
    The NetWare OS detected a problem with the system while executing a process owned by NCPIP.NLM. It may be the source of the problem or there may have been a memory corruption.
    There was another long list that I omitted to save space and actually be able to post this. I can post that if need be.

    SERVER.NLM NetWare Server Operating System
    Version 5.70.02 June 11, 2004
    Your server appears to be on SP2. Please apply the current SP, nw65sp8.

  • Bulkload Utility in OIM

    Hi all,
    I am trying to upload csv data file into OIM 11.1.1.5.0 using bulkload utility oim_blkld.sh. I have followed the steps which is mentioned in the document "Developer's Guide for Oracle Identity Manager 11g Release 1 (11.1.1)"
    After the run Utility(oim_blkld.sh)  recieved the error in the "oim_blkld_user_load_summary.log" as ,
         ERROR ==> The provided User ID *oimtest* , for user created from web console, does not exist
    But i have created the user "oimtest" using OIM admin console before i run the Utility. I ran this Utility after i stopped the OIM server.
    Please suggest me  to resolve this error and to upload the users in OIM.
    Thanks and Regards,
    Karthick Sugumaran

    Hi Suren,
    We are currently using pre-populate adapters which generates userid and another adapter which generates password for a user and stores in OIM.
    Later on OIM is provisioning user in OID.
    But as per migration requirement, lot of users needs to be migrated to OIM and later needs to be provisioned in OID.
    But these users already have userid and password as they are already existing users.
    Now during bulkload we do not want these adapters to fire as already data is there.
    Please suggest the solution for this.
    Thanks.

  • Error when doing a   ATGOrder Bulk load

    Hi
    Getting the below error when trying to do a bulk load ATGOrder in CSC.
    Machine Details :Linux 64bit machine
    ATG Version:10.1
    17:44:07,487 INFO [OrderOutputConfig] Starting bulk load
    17:44:11,482 WARN [loggerI18N] [com.arjuna.ats.internal.jta.recovery.xarecovery1] Local XARecoveryModule.xaRecovery got XA exception javax.transaction.xa.XAException, XAException.XAER_RMERR
    17:44:11,488 WARN [loggerI18N] [com.arjuna.ats.internal.jta.recovery.xarecovery1] Local XARecoveryModule.xaRecovery got XA exception javax.transaction.xa.XAException, XAException.XAER_RMERR
    17:44:11,495 WARN [loggerI18N] [com.arjuna.ats.internal.jta.recovery.xarecovery1] Local XARecoveryModule.xaRecovery got XA exception javax.transaction.xa.XAException, XAException.XAER_RMERR
    17:44:17,651 WARN [LiveIndexingService] Current hosts for environment ATGOrderBulk cannot support requested engine count
    17:44:17,652 WARN [LiveIndexingService] Allocate more hosts or increase the maximum number of search engines for one of its hosts
    17:44:17,656 ERROR [LiveIndexingService] Unable to release lock: __routingLiveIndexingLock:ATGOrder
    atg.service.lockmanager.LockManagerException: Attempt to release a write lock when not the owner: key=__routingLiveIndexingLock:ATGOrder Owner=Thread[http-0.0.0.0-8580-1:ipaddr=172.21.21.49;path=/dyn/admin/nucleus/atg/commerce/search/OrderOutputConfig/;sessionid=B0DC1551B81ACFD6B7C987E59116D825,5,jboss]
    at atg.service.lockmanager.ClientLockEntry.releaseWriteLock(ClientLockEntry.java:713)
    at atg.service.lockmanager.ClientLockManager.releaseWriteLock(ClientLockManager.java:1386)
    at atg.service.lockmanager.ClientLockManager.releaseWriteLock(ClientLockManager.java:1415)
    at atg.search.routing.LiveIndexingService.releaseLock(LiveIndexingService.java:1843)
    at atg.search.routing.LiveIndexingService.prepareIndexing(LiveIndexingService.java:1455)
    at atg.repository.search.indexing.submitter.LiveDocumentSubmitter.beginSession(LiveDocumentSubmitter.java:193)
    at atg.repository.search.indexing.BulkLoaderImpl.bulkLoad(BulkLoaderImpl.java:921)
    at atg.repository.search.indexing.IndexingOutputConfig.bulkLoad(IndexingOutputConfig.java:1610)
    at atg.repository.search.indexing.IndexingOutputConfig.bulkLoad(IndexingOutputConfig.java:1563)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at atg.nucleus.ServiceAdminServlet.printMethodInvocation(ServiceAdminServlet.java:1463)
    at atg.nucleus.ServiceAdminServlet.service(ServiceAdminServlet.java:251)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
    at atg.nucleus.Nucleus.service(Nucleus.java:2967)
    at atg.nucleus.Nucleus.service(Nucleus.java:2867)
    at atg.servlet.pipeline.DispatcherPipelineServletImpl.service(DispatcherPipelineServletImpl.java:253)
    at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)
    at atg.servlet.pipeline.ServletPathPipelineServlet.service(ServletPathPipelineServlet.java:208)
    at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)
    at atg.security.ExpiredPasswordAdminServlet.service(ExpiredPasswordAdminServlet.java:312)
    at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)
    at atg.servlet.pipeline.BasicAuthenticationPipelineServlet.service(BasicAuthenticationPipelineServlet.java:513)
    at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)
    at atg.servlet.pipeline.DynamoPipelineServlet.service(DynamoPipelineServlet.java:491)
    at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)
    at atg.dtm.TransactionPipelineServlet.service(TransactionPipelineServlet.java:249)
    at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)
    at atg.servlet.pipeline.HeadPipelineServlet.passRequest(HeadPipelineServlet.java:1271)
    at atg.servlet.pipeline.HeadPipelineServlet.service(HeadPipelineServlet.java:952)
    at atg.servlet.pipeline.PipelineableServletImpl.service(PipelineableServletImpl.java:272)
    at atg.nucleus.servlet.NucleusProxyServlet.service(NucleusProxyServlet.java:237)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
    at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
    at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:235)
    at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
    at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:183)
    at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:95)
    at org.jboss.web.tomcat.security.SecurityContextEstablishmentValve.process(SecurityContextEstablishmentValve.java:126)
    at org.jboss.web.tomcat.security.SecurityContextEstablishmentValve.invoke(SecurityContextEstablishmentValve.java:70)
    at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
    at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
    at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:158)
    at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
    at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:330)
    at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:829)
    at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:598)
    at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:451)
    at java.lang.Thread.run(Thread.java:662)
    17:44:17,658 ERROR [BulkLoader]
    atg.repository.search.indexing.IndexingException: atg.search.routing.LiveIndexException: Unable to prepare engines for live indexing.
    at atg.repository.search.indexing.submitter.LiveDocumentSubmitter.beginSession(LiveDocumentSubmitter.java:209)
    at atg.repository.search.indexing.BulkLoaderImpl.bulkLoad(BulkLoaderImpl.java:921)
    at atg.repository.search.indexing.IndexingOutputConfig.bulkLoad(IndexingOutputConfig.java:1610)
    at atg.repository.search.indexing.IndexingOutputConfig.bulkLoad(IndexingOutputConfig.java:1563)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at atg.nucleus.ServiceAdminServlet.printMethodInvocation(ServiceAdminServlet.java:1463)
    at atg.nucleus.ServiceAdminServlet.service(ServiceAdminServlet.java:251)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
    at atg.nucleus.Nucleus.service(Nucleus.java:2967)
    at atg.nucleus.Nucleus.service(Nucleus.java:2867)
    at atg.servlet.pipeline.DispatcherPipelineServletImpl.service(DispatcherPipelineServletImpl.java:253)
    at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)
    at atg.servlet.pipeline.ServletPathPipelineServlet.service(ServletPathPipelineServlet.java:208)
    at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)
    at atg.security.ExpiredPasswordAdminServlet.service(ExpiredPasswordAdminServlet.java:312)
    at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)
    at atg.servlet.pipeline.BasicAuthenticationPipelineServlet.service(BasicAuthenticationPipelineServlet.java:513)
    at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)
    at atg.servlet.pipeline.DynamoPipelineServlet.service(DynamoPipelineServlet.java:491)
    at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)
    at atg.dtm.TransactionPipelineServlet.service(TransactionPipelineServlet.java:249)
    at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)
    at atg.servlet.pipeline.HeadPipelineServlet.passRequest(HeadPipelineServlet.java:1271)
    at atg.servlet.pipeline.HeadPipelineServlet.service(HeadPipelineServlet.java:952)
    at atg.servlet.pipeline.PipelineableServletImpl.service(PipelineableServletImpl.java:272)
    at atg.nucleus.servlet.NucleusProxyServlet.service(NucleusProxyServlet.java:237)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
    at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
    at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:235)
    at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
    at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:183)
    at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:95)
    at org.jboss.web.tomcat.security.SecurityContextEstablishmentValve.process(SecurityContextEstablishmentValve.java:126)
    at org.jboss.web.tomcat.security.SecurityContextEstablishmentValve.invoke(SecurityContextEstablishmentValve.java:70)
    at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
    at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
    at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:158)
    at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
    at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:330)
    at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:829)
    at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:598)
    at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:451)
    at java.lang.Thread.run(Thread.java:662)
    Caused by: atg.search.routing.LiveIndexException: Unable to prepare engines for live indexing.
    at atg.search.routing.LiveIndexingService.prepareBulkIndexing(LiveIndexingService.java:1629)
    at atg.search.routing.LiveIndexingService.prepareIndexing(LiveIndexingService.java:1444)
    at atg.repository.search.indexing.submitter.LiveDocumentSubmitter.beginSession(LiveDocumentSubmitter.java:193)
    ... 49 more
    Caused by: atg.search.routing.LiveIndexException: Current supported by hosts engine count is less than required count of engines
    at atg.search.routing.LiveIndexingService.prepareEnginesForLiveIndexingOperation(LiveIndexingService.java:1161)
    at atg.search.routing.LiveIndexingService.prepareEnginesForLiveIndexingOperation(LiveIndexingService.java:1063)
    at atg.search.routing.LiveIndexingService.prepareBulkIndexing(LiveIndexingService.java:1625)
    ... 51 more
    17:44:17,675 ERROR [OrderOutputConfig]
    atg.repository.search.indexing.IndexingException: atg.repository.search.indexing.IndexingException: atg.search.routing.LiveIndexException: Unable to prepare engines for live indexing.
    at atg.repository.search.indexing.BulkLoaderImpl.bulkLoad(BulkLoaderImpl.java:1040)
    at atg.repository.search.indexing.IndexingOutputConfig.bulkLoad(IndexingOutputConfig.java:1610)
    at atg.repository.search.indexing.IndexingOutputConfig.bulkLoad(IndexingOutputConfig.java:1563)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at atg.nucleus.ServiceAdminServlet.printMethodInvocation(ServiceAdminServlet.java:1463)
    at atg.nucleus.ServiceAdminServlet.service(ServiceAdminServlet.java:251)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
    at atg.nucleus.Nucleus.service(Nucleus.java:2967)
    at atg.nucleus.Nucleus.service(Nucleus.java:2867)
    at atg.servlet.pipeline.DispatcherPipelineServletImpl.service(DispatcherPipelineServletImpl.java:253)
    at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)
    at atg.servlet.pipeline.ServletPathPipelineServlet.service(ServletPathPipelineServlet.java:208)
    at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)
    at atg.security.ExpiredPasswordAdminServlet.service(ExpiredPasswordAdminServlet.java:312)
    at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)
    at atg.servlet.pipeline.BasicAuthenticationPipelineServlet.service(BasicAuthenticationPipelineServlet.java:513)
    at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)
    at atg.servlet.pipeline.DynamoPipelineServlet.service(DynamoPipelineServlet.java:491)
    at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)
    at atg.dtm.TransactionPipelineServlet.service(TransactionPipelineServlet.java:249)
    at atg.servlet.pipeline.PipelineableServletImpl.passRequest(PipelineableServletImpl.java:157)
    at atg.servlet.pipeline.HeadPipelineServlet.passRequest(HeadPipelineServlet.java:1271)
    at atg.servlet.pipeline.HeadPipelineServlet.service(HeadPipelineServlet.java:952)
    at atg.servlet.pipeline.PipelineableServletImpl.service(PipelineableServletImpl.java:272)
    at atg.nucleus.servlet.NucleusProxyServlet.service(NucleusProxyServlet.java:237)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
    at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
    at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:235)
    at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
    at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:183)
    at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:95)
    at org.jboss.web.tomcat.security.SecurityContextEstablishmentValve.process(SecurityContextEstablishmentValve.java:126)
    at org.jboss.web.tomcat.security.SecurityContextEstablishmentValve.invoke(SecurityContextEstablishmentValve.java:70)
    at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
    at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
    at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:158)
    at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
    at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:330)
    at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:829)
    at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:598)
    at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:451)
    at java.lang.Thread.run(Thread.java:662)
    Caused by: atg.repository.search.indexing.IndexingException: atg.search.routing.LiveIndexException: Unable to prepare engines for live indexing.
    at atg.repository.search.indexing.submitter.LiveDocumentSubmitter.beginSession(LiveDocumentSubmitter.java:209)
    at atg.repository.search.indexing.BulkLoaderImpl.bulkLoad(BulkLoaderImpl.java:921)
    ... 48 more
    Caused by: atg.search.routing.LiveIndexException: Unable to prepare engines for live indexing.
    at atg.search.routing.LiveIndexingService.prepareBulkIndexing(LiveIndexingService.java:1629)
    at atg.search.routing.LiveIndexingService.prepareIndexing(LiveIndexingService.java:1444)
    at atg.repository.search.indexing.submitter.LiveDocumentSubmitter.beginSession(LiveDocumentSubmitter.java:193)
    ... 49 more
    Caused by: atg.search.routing.LiveIndexException: Current supported by hosts engine count is less than required count of engines
    at atg.search.routing.LiveIndexingService.prepareEnginesForLiveIndexingOperation(LiveIndexingService.java:1161)
    at atg.search.routing.LiveIndexingService.prepareEnginesForLiveIndexingOperation(LiveIndexingService.java:1063)
    at atg.search.routing.LiveIndexingService.prepareBulkIndexing(LiveIndexingService.java:1625)
    ... 51 more

    In my /atg/search/routing/LiveIndexingService/ component i have the following values.
    ATGProfile      running      yes      yes      8000001      null      1      1      1      start stop cycle delete
    backup restore disable
    ATGProfileBulk      stopped      NO      yes      null      null      1      0      0      start stop cycle delete
    backup restore disable
    ATGOrder      running      yes      yes      8000002      null      1      4      4      start stop cycle delete
    backup restore disable
    ATGOrderBulk      stopped      NO      yes      null      null      1      0      0      start stop cycle delete
    backup restore disable
    Why is there 4 engins running for ATG Order???? i think this is wat is causing the problem, but i am unable to find from where its creating this 4 engins.

  • Bulkloader issue-javax.naming.NameNotFoundExce whilerunnng load_cm_data.cmd

    Hi
    I am trying to use bulk loader to load contents to repository.
    When i ran load_cm_data.cmd the following error is coming.
    Any idea what the reason could be.
    javax.naming.NameNotFoundException: While trying to lookup 'portalApp.BEA_conten
    t.RepositoryOpsRemoteHome' didn't find subcontext 'portalApp'. Resolved '' [Root
    exception is javax.naming.NameNotFoundException: While trying to lookup 'portal
    App.BEA_content.RepositoryOpsRemoteHome' didn't find subcontext 'portalApp'. Res
    olved '']; remaining name 'portalApp/BEA_content/RepositoryOpsRemoteHome'
    at weblogic.rjvm.ResponseImpl.unmarshalReturn(ResponseImpl.java:221)
    at weblogic.rmi.cluster.ClusterableRemoteRef.invoke(ClusterableRemoteRef
    .java:338)
    at weblogic.rmi.cluster.ClusterableRemoteRef.invoke(ClusterableRemoteRef
    .java:252)
    at weblogic.jndi.internal.ServerNamingNode_1001_WLStub.lookup(Unknown So
    urce)
    at weblogic.jndi.internal.WLContextImpl.lookup(WLContextImpl.java:379)
    at weblogic.jndi.internal.WLContextImpl.lookup(WLContextImpl.java:367)
    at javax.naming.InitialContext.lookup(InitialContext.java:351)
    at com.bea.content.loader.bulk.BulkLoader.getRepositoryOps(BulkLoader.ja
    va:295)
    at com.bea.content.loader.bulk.BulkLoader.getRepositoryConfig(BulkLoader
    .java:630)
    at com.bea.content.loader.bulk.BulkLoader.initRepoFileDir(BulkLoader.jav
    a:604)
    at com.bea.content.loader.bulk.BulkLoader.main(BulkLoader.java:1486)
    at com.bea.content.loader.bulk.BulkLoader.main(BulkLoader.java:1531)
    Caused by: javax.naming.NameNotFoundException: While trying to lookup 'portalApp
    .BEA_content.RepositoryOpsRemoteHome' didn't find subcontext 'portalApp'. Resolv
    ed ''
    at weblogic.jndi.internal.BasicNamingNode.newNameNotFoundException(Basic
    NamingNode.java:1138)
    at weblogic.jndi.internal.BasicNamingNode.lookupHere(BasicNamingNode.jav
    a:246)
    at weblogic.jndi.internal.ServerNamingNode.lookupHere(ServerNamingNode.j
    ava:171)
    at weblogic.jndi.internal.BasicNamingNode.lookup(BasicNamingNode.java:20
    5)
    at weblogic.jndi.internal.RootNamingNode_WLSkel.invoke(Unknown Source)
    at weblogic.rmi.internal.BasicServerRef.invoke(BasicServerRef.java:589)
    at weblogic.rmi.cluster.ClusterableServerRef.invoke(ClusterableServerRef
    .java:224)
    at weblogic.rmi.internal.BasicServerRef$1.run(BasicServerRef.java:479)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(Authenticate
    dSubject.java:363)
    at weblogic.security.service.SecurityManager.runAs(Unknown Source)
    at weblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.jav
    a:475)
    at weblogic.rmi.internal.BasicServerRef.access$300(BasicServerRef.java:5
    9)
    at weblogic.rmi.internal.BasicServerRef$BasicExecuteRequest.run(BasicSer
    verRef.java:1016)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:200)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:172)
    Thanks

    This is what i gave
    %JAVA_HOME%\bin\java -classpath %CLASSPATH% com.bea.content.loader.bulk.BulkLoader -verbose -repository "BEA Repository" -application "portalApp" -d %CM_DATA% images%*

  • BaseLine Index Error

    Hi All,
    Iam new to Endeca. my question might be silly so please forgive me for that .
    Iam using ATG 10.1.1
    I have configure CRS with Endeca.
    When Iam running ProductCatalogSimpleIndexingAdmin baseline Index, CommerceTreeService,SchemaExporter and RepositoryTypeDimensionExporter , these components status is succeded while ProductCatalogOutputConfig and CategoryToDimensionOutputConfig      failed .
    THis is the error log.
    1+9:44:37,459 INFO [SchemaDocumentSubmitter] Will atempt to contact record store "ATGen_en_schema" on host "localhost" on port 8,500+
    +19:44:37,459 INFO [DimensionDocumentSubmitter] Will atempt to contact record store "ATGen_en_dimvals" on host "localhost" on port 8,500+
    +19:44:44,903 INFO [ProductCatalogOutputConfig] Starting bulk load+
    +19:44:47,846 ERROR [BulkLoader]+
    +atg.repository.search.indexing.IndexingException: Error sending record atg.endeca.index.record.Record@4a4bc5bf{dimval.spec=[rootCategory.cat10016.cat10014.catFloorLamps], dimval.qualified_spec=[product.category:rootCategory.cat10016.cat10014.catFloorLamps], dimval.prop.category.siteId=[storeSiteUS, homeSite], dimval.prop.category.rootCatalogId=[masterCatalog], dimval.prop.category.ancestorCatalogIds=[masterCatalog], dimval.dimension_spec=[product.category], dimval.parent_spec=[rootCategory.cat10016.cat10014], dimval.display_order=[1], dimval.prop.category.repositoryId=[catFloorLamps], dimval.prop.category.catalogs.repositoryId=[masterCatalog, homeStoreCatalog], dimval.display_name=[Floor Lamps]} to record store "ATGen_en_dimvals", Root cause: Input record does not have a valid Id.+
    at atg.endeca.index.RecordStoreDocumentSubmitterSessionImpl.submitRecord(RecordStoreDocumentSubmitterSessionImpl.java:313)
    at atg.endeca.index.RecordSubmitterSessionImpl.submitDocument(RecordSubmitterSessionImpl.java:187)
    at atg.endeca.index.AbstractRecordStoreAggregateSession.submitDocument(AbstractRecordStoreAggregateSession.java:329)
    at atg.repository.search.indexing.LoaderImpl.outputAndSubmitDocument(LoaderImpl.java:1132)
    at atg.endeca.index.RecordStoreBulkLoaderImpl.outputAndSubmitDocument(RecordStoreBulkLoaderImpl.java:142)
    at atg.repository.search.indexing.LoaderImpl.processItem(LoaderImpl.java:799)
    at atg.repository.search.indexing.threading.ProcessItemJob.invoke(ProcessItemJob.java:145)
    at atg.common.util.ThreadDispatcherThread.run(ThreadDispatcherThread.java:178)
    Caused by: com.endeca.itl.recordstore.InvalidRecordException: Input record does not have a valid Id.
    at org.apache.cxf.jaxws.JaxWsClientProxy.invoke(JaxWsClientProxy.java:141)
    at $Proxy161.writeRecords(Unknown Source)
    at com.endeca.itl.recordstore.RecordStoreWriter.doFlush(RecordStoreWriter.java:170)
    at com.endeca.itl.recordstore.RecordStoreWriter.write(RecordStoreWriter.java:108)
    at atg.endeca.index.RecordStoreDocumentSubmitterSessionImpl.submitRecord(RecordStoreDocumentSubmitterSessionImpl.java:308)
    +... 7 more+
    +19:44:47,865 INFO [BulkLoader] Processed 55 items for /atg/endeca/index/commerce/CategoryToDimensionOutputConfig in 2.871 seconds. Averaged 19.157088122605366 items including sub-items per second+
    +19:44:47,896 INFO [CategoryToDimensionOutputConfig] Bulk load completed with "true" result in 21,561 milliseconds.+
    +19:45:04,911 INFO [ReflectionServiceFactoryBean] Creating Service {http://recordstore.itl.endeca.com/}RecordStoreService from class com.endeca.itl.recordstore.RecordStore+
    +19:45:05,423 INFO [DataDocumentSubmitter] Will atempt to contact record store "ATGen_en_data" on host "localhost" on port 8,500+
    +19:45:09,810 ERROR [BulkLoader]+
    +atg.repository.search.indexing.IndexingException: Error sending record atg.endeca.index.record.Record@2edaf5f7{product.startDate=[0], product.creationDate=[1196671452], product.repositoryId=[xprod1002], product.endDate=[0], product.keywords=[soft, everyday, perfect, made, wide, activities, 2', leather, belt, 1], product.description=[Leather everyday belt], product.longDescription=[Made of soft leather, this belt is the perfect belt for everyday activities. 1.5" wide. ], product.displayName=[Everyday Belt], record.spec=[clothing-sku-xsku1009..xprod1002.masterCatalog.en__US], product.url=[atgrep:/ProductCatalog/clothing-sku/xsku1009?_product=xprod1002&catalog=masterCatalog&locale=en_US], product.type=[product], product.baseUrl=[atgrep:/ProductCatalog/clothing-sku/xsku1009], product.siteId=[storeSiteUS], product.disallowAsRecommendation=[0], product.nonreturnable=[0], product.dateAvailable=[1196671452], product.daysAva+
    +ct.repositoryName=[ProductCatalog], product.parentCategory.id=[rootCategory.cat50056.cat50067], product.catalogs.repositoryId=[masterCatalog], product.features.repositoryId=[leather], product.features.displayName=[Leather], sku.type=[clothing-sku, clothing-sku], sku.onSaleText=[0], sku.repositoryId=[xsku1009], sku.creationDate=[1196671467], sku.displayName=[Everyday Belt], sku.baseUrl=[atgrep:/ProductCatalog/clothing-sku/xsku1009], sku.siteId=[storeSiteUS], clothing-sku.color=[Brown], clothing-sku.size=[34], sku.url=[atgrep:/ProductCatalog/clothing-sku/xsku1009?_product=xprod1002&catalog=masterCatalog&locale=en_US], sku.price_listPrices=[24.0]} to record store "ATGen_en_data", Root cause: Input record does not have a valid Id.+
    at atg.endeca.index.RecordStoreDocumentSubmitterSessionImpl.submitRecord(RecordStoreDocumentSubmitterSessionImpl.java:313)
    at atg.endeca.index.RecordSubmitterSessionImpl.submitDocument(RecordSubmitterSessionImpl.java:187)
    at atg.endeca.index.AbstractRecordStoreAggregateSession.submitDocument(AbstractRecordStoreAggregateSession.java:329)
    at atg.repository.search.indexing.LoaderImpl.outputAndSubmitDocument(LoaderImpl.java:1132)
    at atg.endeca.index.RecordStoreBulkLoaderImpl.outputAndSubmitDocument(RecordStoreBulkLoaderImpl.java:142)
    at atg.repository.search.indexing.LoaderImpl.processItem(LoaderImpl.java:799)
    at atg.repository.search.indexing.LoaderImpl.processItem(LoaderImpl.java:725)
    at atg.repository.search.indexing.threading.ProcessItemJob.invoke(ProcessItemJob.java:145)
    at atg.common.util.ThreadDispatcherThread.run(ThreadDispatcherThread.java:178)
    Caused by: com.endeca.itl.recordstore.InvalidRecordException: Input record does not have a valid Id.
    at org.apache.cxf.jaxws.JaxWsClientProxy.invoke(JaxWsClientProxy.java:141)
    at $Proxy161.writeRecords(Unknown Source)
    at com.endeca.itl.recordstore.RecordStoreWriter.doFlush(RecordStoreWriter.java:170)
    at com.endeca.itl.recordstore.RecordStoreWriter.write(RecordStoreWriter.java:108)
    at atg.endeca.index.RecordStoreDocumentSubmitterSessionImpl.submitRecord(RecordStoreDocumentSubmitterSessionImpl.java:308)
    +... 8 more+
    +19:45:09,860 ERROR [BulkLoader]+
    atg.repository.search.indexing.IndexingException: Session should not be committed, most likely because too many errors (1) occurred, canceling
    at atg.repository.search.indexing.LoaderImpl.processItem(LoaderImpl.java:879)
    at atg.repository.search.indexing.LoaderImpl.processItem(LoaderImpl.java:725)
    at atg.repository.search.indexing.threading.ProcessItemJob.invoke(ProcessItemJob.java:145)
    at atg.common.util.ThreadDispatcherThread.run(ThreadDispatcherThread.java:178)
    +19:45:10,104 ERROR [ProductCatalogOutputConfig]+
    atg.repository.search.indexing.IndexingException: atg.repository.search.indexing.IndexingException: Session should not be committed, most likely because too many errors (1) occurred, canceling
    at atg.repository.search.indexing.BulkLoaderImpl.bulkLoad(BulkLoaderImpl.java:1040)
    at atg.repository.search.indexing.IndexingOutputConfig.bulkLoad(IndexingOutputConfig.java:1610)
    at atg.repository.search.indexing.IndexingOutputConfig.bulkLoadForDiagnostics(IndexingOutputConfig.java:1554)
    at atg.endeca.index.EndecaIndexingOutputConfig.performBaselineUpdate(EndecaIndexingOutputConfig.java:703)
    at atg.endeca.index.admin.IndexingTask.doTask(IndexingTask.java:401)
    at atg.endeca.index.admin.IndexingTask.performTask(IndexingTask.java:359)
    at atg.endeca.index.admin.IndexingPhase$IndexingTaskJob.invoke(IndexingPhase.java:469)
    at atg.common.util.ThreadDispatcherThread.run(ThreadDispatcherThread.java:178)
    Caused by: atg.repository.search.indexing.IndexingException: Session should not be committed, most likely because too many errors (1) occurred, canceling
    at atg.repository.search.indexing.LoaderImpl.processItem(LoaderImpl.java:879)
    at atg.repository.search.indexing.LoaderImpl.processItem(LoaderImpl.java:725)
    at atg.repository.search.indexing.threading.ProcessItemJob.invoke(ProcessItemJob.java:145)
    +... 1 more+
    Thanks for reading
    Can Anyone tell me where Iam Committing mistake .
    Also if anyone can answer these questions ,
    1. Like in wine application we explicitly create one Endeca application but where in CRS we create such Application .
    2. When I open CategoryToDimensionOutputConfig.properties , I found that bulkLoader is referring to the bulkLoader of ProductCatalogOutputConfig.properties , but when i opened ProductCatalogOutputConfig.properties , I didnt found any bulkloader.
    Can Anyone answer my query,
    Thanks in Advance
    Rohan Dekate

    I've resolved the issue, as it was occurring in my local development environment.
    The problem was that in the BCC | Manage Site Assets, the Site did not have any default catalog configured. Setting the default catalog on the site resolved the issue: The CategoryToDimensionOutputConfig component of the baseline index process (as run from the ProductCatalogSimpleIndexingAdmin component in dyn admin) now no longer fails, and I correctly see the product category dimension appearing in the Endeca "orange" reference application.
    A side effect of the issue was that in the CategoryToDimensionOutputConfig component's "Test Document Generation" feature in Dyn Admin, several properties such as "dimval.spec" were not being generated (and no error message about a missing default catalog was being logged or displayed on the UI). Populating the default catalog for the site resolved this issue, and "dimval.spec" and the other missing properties are now being generated.
    Note: I think this specific fix may not be applicable to the problem as it was being seen by the original poster in this thread, as I do see a dimval.spec property included in their log file output; in my situation, no dimval.spec was present at all.
    For reference, with the default catalog for the site erroneously unpopulated, here's the set of properties that I was seeing generated by the CategoryToDimensionOutputConfig "Test Document Generation":
    - dimval.prop.category.siteId
    - dimval.dimension_spec
    - dimval.parent_spec
    - dimval.prop.category.repositoryId
    - dimval.display_name
    The following properties were silently (no warning or error logged or displayed in the UI) failing to be generated when the default catalog property was unset, but now are being correctly generated:
    - dimval.spec
    - dimval.qualified_spec
    - dimval.prop.category.rootCatalogId
    - dimval.prop.category.ancestorCatalogIds
    - dimval.display_order

Maybe you are looking for