LSX-00119 when attempting to register schema

I'm getting an LSX-00119 error trying to register a new revision of an existing schema which registered without any problems:
ORA-31154: invalid XML document
ORA-19202: Error occurred in XML processing
LSX-00119: value is not valid restriction of parent's minLength
ORA-06512: at "XDB.DBMS_XMLSCHEMA_INT", line 0
ORA-06512: at "XDB.DBMS_XMLSCHEMA", line 26
ORA-06512: at line 2
The main changes in the new version are that it uses inheritance between Simple and Complex Types. I think the problem above refers to an instance where the parent type has an attribute of type xs:string with a minLength of 32, and the child type adds a restriction setting minLength to 0:
<xs:simpleType name="PIDClientRefType">
     <xs:restriction base="xs:string">
          <xs:minLength value="32"/>
          <xs:maxLength value="32"/>
     </xs:restriction>
</xs:simpleType>
<xs:element name="PIDClientRef" xdb:SQLName="PIDCLIENTREF">
     <xs:simpleType>
          <xs:restriction base="PIDClientRefType">
               <xs:minLength value="0"/>
          </xs:restriction>
     </xs:simpleType>
</xs:element>
I guess this is counter-intuitive, but XMLSpy didn't have a problem with it! Is this actually invalid and therefore the cause of the problem?
BTW LSX-00119 is the only thing I've ever searched for on Google (and Metalink for that matter) which returned zero results. It's also not documented in the Oracle docs.

Sorry for talking to myself here, but I did the obvious thing and switched the inheritance pattern around so the child now has the more restrictive minLength (32) and the parent the less restrictive (0). The schema now registers in XDB without complaint!

Similar Messages

  • I accidentally in put the wrong email address when attempting to register with iCloud. As such, I can't verify the account with that email address because it does not exist. What should I do?

    I accidentally input the wrong email address when attempting to register with iCloud. Therefore, I can't verify the account because the email address that I accidentally used does not exist. Can someone help me figure a way out of this because there does not appear to be a way to edit the email address?

    try https://appleid.apple.com... enter the new icloud id, and try to edit the email address assocaited.

  • Please enter a valid server URL when attempting to register on a custom sync server.

    This happens in the dialog when attempting to enter a custom sync server URL. Soon after typing http:// or https:// or even if you type any single character and wait a few seconds, the words "Please enter a vlid server URL" appear under the entry field next to a X in a red box.
    After entering a complete and valid URL the above text never goes away and the "next" button never gets enabled. Including after filling all the rest of the dialog. that error message remains and it is impossible to go forward.
    This happens on all of my desktop Firefox installations. I can't test it on a mobile device as it is not possible to create an account that way.
    I've tried it with and without a port number in the URL.

    Try to ask advice on IRC (irc.mozilla.org) in the #sync channel as mentioned at the bottom of the article.
    *http://docs.services.mozilla.com/howtos/run-sync.html

  • Registered schema lost one byte of Chinese character at certain position

    Hello all,
    I registered a schema as below. When viewing the registered schema in the Enterprise Manager, I found a byte was lost for the Chinese character at the position of byte 4200 ( or 0x1068 ).
    before registration:
    22 B2 FA C6 B7 CA FD C1 BF B5 A5 CE BB 22 20 ; "产品数量单位"
    after registration:
    22 B2 FA C6 B7 FD C1 BF B5 A5 CE 3F 20 ; "产品康ノ?
    My database (9.2.0.1 & 9.2.0.3) has the character set of SIMPLIFIED CHINESE_CHINA.ZHS16GBK.
    Connect test/test;
    DECLARE
    samplexmldoc clob := '<?xml version="1.0" encoding="GB2312"?>
    <xs:schema xmlns:xdb="http://xmlns.oracle.com/xdb" xmlns:xs="http://www.w3.org/2001/XMLSchema">
         <!--This is a test This is a test This is a test -->
         <!--This is a test This is a test This is a test -->
         <!--This is a test This is a test This is a test -->
         <!--This is a test This is a test This is a test -->
         <!--This is a test This is a test This is a test -->
         <!--This is a test This is a test This is a test -->
         <!--This is a test This is a test This is a test -->
         <!--This is a test This is a test This is a test -->
         <!--This is a test This is a test This is a test -->
         <!--This is a test This is a test This is a test -->
         <!--This is a test This is a test This is a test -->
         <!--This is a test This is a test This is a test -->
         <!--This is a test This is a test This is a test -->
         <!--This is a test This is a test This is a test -->
         <!--This is a test This is a test This is a test -->
         <!--This is a test This is a test This is a test -->
         <!--This is a test This is a test This is a test -->
         <!--This is a test This is a test This is a test -->
         <!--This is a test This is a test This is a test -->
         <!--This is a test This is a test This is a test -->
         <!--This is a test This is a test This is a test -->
         <!--This is a test This is a test This is a test -->
         <!--This is a test This is a test This is a test -->
         <!--This is a test This is a test This is a test -->
         <!--This is a test This is a test This is a test -->
         <!--This is a test This is a test This is a test -->
         <!--This is a test This is a test This is a test -->
         <!--This is a test This is a test This is a test -->
         <!--This is a test This is a test This is a test -->
         <!--This is a test This is a test This is a test -->
         <!--This is a test This is a test This is a test -->
         <!--This is a test This is a test This is a test -->
         <!--This is a test This is a test This is a test -->
         <!--This is a test This is a test This is a test -->
         <!--This is a test This is a test This is a test -->
         <!--This is a test This is a test This is a test -->
         <!--This is a test This is a test This is a test -->
         <!--This is a test This is a test This is a test -->
         <!--This is a test This is a test This is a test -->
         <!--This is a test This is a test This is a test -->
         <!--This is a test This is a test This is a test -->
         <!--This is a test This is a test This is a test -->
         <!--This is a test This is a test This is a test -->
         <!--This is a test This is a test This is a test -->
         <!--This is a test This is a test This is a test -->
         <!--This is a test This is a test This is a test -->
         <xs:element name="产品目录">
              <xs:complexType xdb:SQLType="ST产品目录">
                   <xs:sequence>
                        <xs:element ref="第一种产品目录"/>
                   </xs:sequence>
              </xs:complexType>
         </xs:element>
         <xs:element name="第一种产品目录">
              <xs:complexType xdb:SQLType="ST第一种产品目录">
                   <xs:sequence>
                        <xs:element name="产品分类名称" type="xs:string"/>
                        <xs:element name="产品分类概况" type="xs:string"/>
                        <xs:element name="产品数量单位" type="xs:string"/>
                        <xs:element name="产品存放总分布图" type="xs:anyURI"/>
                        <xs:element name="产品样本" type="xs:anyURI"/>
                   </xs:sequence>
              </xs:complexType>
         </xs:element>
    </xs:schema>
    BEGIN
    dbms_xmlschema.registerSchema('http://www.antu.com.cn/metaxml.xsd',samplexmldoc,True,True,False,FALSE);
    End;
    Because we have to generate schemas by program, it's not acceptable to adjust the schema text manually.
    What shall I do? Thanks for any help.
    Chen Hui

    Please open a tar with your local support organization...
    Chen
    Please excuse me if I ask some basic questions here, I've no previous experience working with documents containing Chinese Character sets.
    I assume that if I look at your post with my Brower character set to simplifiedChinese.GB2312 I will see the schema document posted correctly..
    Can you test wether or not this problem occurs if the document is encoded in UTF8 and loaded into an AL32UTf8 database. Also, do you see , rather than GB2312. Also are the characters still missing if you view it from SQL*PLUS...

  • An error occurred when attempting to change modules. message after my regist numb?

    after I put my regist number appears this message= An error occurred when attempting to change modules.
    and I cannot use my lightroom
    What to do?

    http://helpx.adobe.com/lightroom/kb/error-changing-modules-lightroom.html

  • An error occurred when attempting to call the providers register function.

    Hi
    I am getting the following error while registering the Portlet to a WSRP portal.
    ]An error occurred when attempting to call the providers register function. (WWC-43134)
    An error occured during the call to the WSRP Provider: Java stack trace from root exception:
    java.rmi.ServerException: Internal Server Error (caught exception while handling request: oracle.webdb.wsrp.server.ContainerRuntimeException: An internal error has occurred in method <init>)
    at com.sun.xml.rpc.client.StreamingSender._raiseFault(StreamingSender.java:384)
    at com.sun.xml.rpc.client.StreamingSender._send(StreamingSender.java:245)
    at oracle.webdb.wsrp.WSRP_v1_Registration_PortType_Stub.register(WSRP_v1_Registration_PortType_Stub.java:183)
    at oracle.webdb.wsrp.client.design.v1.OraWSRP_v1_Registration_PortType.register(Unknown Source)
    . (WWC-43273)
    I have done all the required configuration which includes the following.
    1. Installation of Infrastructure.
    2. Installtion of Portal.
    3. Created OC4J_WSRP instance on Portal_Home, configured DAD which is UP.
    4. Deployed the application which URL while registering giving me the above year.
    Can anybody give me an Instant Solution.

    I am receiving the same error messages under the same conditions.
    I have not not added any .jar files to the database and do have invalid 'java class' objects in my 'user_objects' table/view.
    A 'Troubleshooting Pdk Services for Java' article (search OTN for WWC-43134) mentions
    'recompiling the invalid objects'. How does one do this?

  • BlackBerry Desktop Software displays the error "Caught _com_error exception. Description(): (null): Error(): -2147319779 (0x8002801D). ErrorMessage(): Library not registered.:Source(): (null)." when attempting to synchronize organizer data

    BlackBerry Desktop Software displays the error "Caught _com_error exception. Description(): (null): Error(): -2147319779 (0x8002801D). ErrorMessage(): Library not registered.ource(): (null)." when attempting to synchronize organizer data.Can someone help me with this?  

    Tried clean wipe and reinstall. Immediately after reinstall of DM, in setting up my 9900 "for the first time", I received the following error message...
    "Either there is no default email client or the current mail client cannot fulfill the messaging request. Please open Microsoft Outlook and set it as the default mail client."
    I opened Outlook 2013 and checked that it was the default mail client. It was already.
    After going in and clicking to confirm default email client, I was allowed to proceed to configure organizer sync settings. I configured memo only (one way from device). I then received the same error message that I was receiving (per my original post in the last message). I've previously tried configuring only one type of organizer sync and not one of them completed a successful sync, so it can't be a bad entry in the calendar or contacts. I also tried deleting CICAL entries for all of email addresses other than my primary one. No difference. Also, prior to setup and sync, I confirmed that my 9900 was not on wireless sync.
    I was hoping that this was an old issue and I could use one of the old work-arounds, so if anyone has any ideas for something else to try, please let me know.
    In the mean time, I  have to assume that it's something that's changed with Outlook 2013 (particularly given the new error message I reported above. I hope that someone at RIM is aware of these error messages and is working on a compatibility fix for Office 2013.
    Thanks in advance,
    Sheldon
    Twitter: @sheldonbk
    Twitter: @sheldonbk

  • An error occurred when attempting to call the providers register function. (WWC-43134

    Dear All,
    While i'm trying to register my provider i got the following exception:
    An error occurred when attempting to call the providers register function. (WWC-43134)
    The following error occurred during the call to Web provider: oracle.webdb.provider.v2.utils.soap.SOAPException: Can't read deployment properties for service: UserRegister_Provider
    at oracle.webdb.provider.v2.utils.soap.SOAPProcessor.locateService(Unknown Source)
    at oracle.webdb.provider.v2.utils.soap.SOAPProcessor.processInternal(Unknown Source)
    at oracle.webdb.provider.v2.utils.soap.SOAPProcessor.process(Unknown Source)
    at oracle.webdb.provider.v2.adapter.SOAPServlet.doSOAPCall(Unknown Source)
    at oracle.webdb.provider.v2.adapter.SOAPServlet.service(Unknown Source)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:336)
    at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:59)
    at oracle.security.jazn.oc4j.JAZNFilter.doFilter(JAZNFilter.java:283)
    at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:523)
    at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:269)
    at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:735)
    at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:151)
    at com.evermind.util.ThreadPoolThread.run(ThreadPoolThread.java:64)
    (WWC-43147)
    Any help will be appreciated.
    Regards,
    Mohammed Amin

    Mohammed,
    Make sure the file called UserRegister_Provider.properties does exist in your WEB-INF/deployment directory. The easiest way of creating it is: create a copy of the default.properties file, rename it, and specify the location of your provider definition file (usually provider.xml): definition=<providerlocation>
    Hope this helps.
    Peter

  • Purchased Light Room 5, installed, registered .. but keep getting this screen "An error occurred when attempting to change modules. ... OK" ?? WTF? ?

    Installed Light Room 5.2 from Disc on my mac os x (latest, updated version)
    But keep getting this "An error occurred when attempting to change modules.. OK" no other options/selection and of course if I click OK ... it crashed out ...
    Can anyone help?
    For such a big company .. there isn't any chat option to get to someone to talk to  !!!

    Just because you are the only user on the computer doesn't mean you are the administrator.
    Also, the fact that you are being asked to re-enter your serial number each time you start means that it is not being remembered because something is either preventing it from being written to you disk or (less likely) something is erasing it. This does suggest that you lack certain permissions to make changes to your computer. Not only to save your serial number, but to have access to the Lightroom files needed to change modules (they are just plug-ins within Lightroom).
    Try creating a new user account and run Lightroom from there (making sure that it is part of the Administrator group).
    To get to chat support, you have to choose the options:

  • Just purchased Lightroom 5 from Best Buy, Registered, installed...but cannot open it due to the error message "An error occurred when attempting to change modules"..Please help.?.

    error message don't allow me to open Lightroom 5. "An error occurred when attempting to change modules"...Please Help..!

    I'm in the same situation exactly. I would like to delete, uninstall LR, and then reinstall to see if that will go anywhere. Will I loose my option for a second computer install later???

  • Issue in Store XML into Schema generated tables and Validation XML against registered schema.

    Hello friends,
    I am facing some problem when store xml into generated tables from registered schema.
    This is my Schema
    <?xml version="1.0" encoding="UTF-8"?>
    <xs:schema xmlns:ds="http://www.w3.org/2000/09/xmldsig#" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns="http://www.abc.inf.in/test" targetNamespace="http://www.abc.inf.in/test" elementFormDefault="qualified" attributeFormDefault="unqualified">
    <xs:include schemaLocation="abc.xsd"/>
      <xs:element name="project" type="student">
      <xs:annotation>
      <xs:documentation> This is a Documentation</xs:documentation>
      </xs:annotation>
      </xs:element>
    </xs:schema>
    -- This is my xml document
    <project versao="2.00" xmlns="http://www.abc.inf.in/test">
      <test xmlns="http://www.abc.inf.in/test">
      <intest version="2.00" Id="testabc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"  >
      <ide>
      <cUF>35</cUF>
      <cNF>59386422</cNF>
      <natOp>this is post</natOp>
      <indPag>1</indPag>
      <mod>55</mod>
      <serie>1</serie>
      </ide>............
    Not giving full because it's too long.
    1. I Successfully registered Schema into database
    2. Then i generate table from registered Schema
    2. In my java code i validated XML document against Schema and it's successfully validate.
    3. But when i stored this XML into this generated table it's give me error
       Like :
    INSERT INTO XMLTABLE
    VALUES
    (XMLTYPE(bfilename('MYDIR','testabc.xml'),NLS_CHARSET_ID('AL32UTF8')))
    Error report:
    SQL Error: ORA-31061: XDB error: XML event error
    ORA-19202: Error occurred in XML processing
    LSX-00333: literal "94032000" is not valid with respect to the pattern
    And i have to store this xml into this tables so what i have to do ?

    Thanks for your reply odie_63.
    I got this my error solution. My XML document is not well structured based on my registered XML Schema.
    Means In My XML Document there are some invalid value and that not match my schema pattern so it's gives this error
    SQL Error: ORA-31061: XDB error: XML event error
    ORA-19202: Error occurred in XML processing
    LSX-00333: literal "94032000" is not valid with respect to the pattern
    For Solution we have two ways
    1. I have changed this literal "94032000" value in my xml file then save it.
    2.
    - We have to delete this schema then
    - we have to change Schema pattern for particular element
    like :--
    <xs:restriction base="xs:string">
      <xs:whiteSpace value="preserve"/>
      <xs:pattern value="[0-9]{3}"/>
    </xs:restriction>
    - then store xml into database it works..
    Thanks.

  • ORA-01031: insufficient privileges  when attempting to run a proc

    I have a procedure called KILL_MY_SESSION that is defined with an AUTHID of DEFINER
    The procedure owned by schema JOHN. The procedure makes several calls to DBMS_SQL PL/SQL package.
    The last thing the procedure does with DBMS_SQL is issue an ALTER SYSTEM KILL SESSION statement.
    Schema JOHN has the privileges to kill a session in the database.
    If I log into the schema JOHN, I can successfully issue the ALTER SYSTEM KILL SESSION statement.
    Also, while logged into the JOHN schema, I can successfully run the KILL_MY_SESSION procedure.
    Now I have schema OITS. I've granted OITS the EXECUTE privilege on the JOHN.KILL_MY_SESSION procedure.
    Since JOHN.KILL_MY_SESSION is a DEFINERs rights privilege, shouldn't OITS be able to run the procedure successfully and kill a session?
    Here is some output from the OITS session when attempting to execute JOHN.KILL_MY_SESSION:
    SQL> conn oifs@dbname
    Enter password: ********
    Connected.
    SQL> set lines 500
    SQL> select username, osuser, sid, serial#
    2 from v$session
    3 where username = 'OIFS';
    USERNAME OSUSER SID SERIAL#
    OIFS Administrator 142 325
    OIFS Administrator 139 613
    SQL> exec john.kill_my_session('142', '325')
    BEGIN john.kill_my_session('142', '325'); END;
    ERROR at line 1:
    ORA-01031: insufficient privileges
    ORA-06512: at "SYS.DBMS_SYS_SQL", line 1204
    ORA-06512: at "SYS.DBMS_SQL", line 323
    ORA-06512: at "EIADBA.KILL_MY_SESSION", line 20
    ORA-06512: at line 1
    Anyone have a clue as to what I'm doing wrong?
    From the DBA_PROCEDURES view, here is the record for KILL_MY_SESSION
    OWNER
    OBJECT_NAME
    OBJECT_TYPE AUTHID
    JOHN
    KILL_MY_SESSION
    PROCEDURE DEFINER

    Hi,
    JSebastian wrote:
    No the EXECUTE privilege is granted directly to OITS
    SQL> select grantee,owner,table_name,privilege from dba_tab_privs where table_name = 'KILL_MY_SESSION';
    GRANTEE OWNER
    TABLE_NAME PRIVILEGE
    OIFS JOHN
    KILL_MY_SESSION EXECUTEActually, Fsitja was asking about John's privileges. Are the privileges John needs granted directly to John (which is required), or merely to some role that John has (which will not help in a strored procedure)?
    You may need to grant the privileges to John WITH ADMIN OPTION (or WITH GRANT OPTION for object privileges), if John is to grant others EXECUTE privileges on the procedure.
    Whenever you have a problem, it helps if you post a complete test script that re-creates the problem.
    In this case, include
    (1) All relevant GRANT statements
    (2) the full code of kill_my_session (or a simplified version, that gets the same error)
    (3) how John calls it (sucessfully)
    (4) how OITS calls it (unsucessfully)

  • JAVA error when exporting to reporting schema ODDM 4.1

    When attempting to export a design to a reporting schema, we received the following error:
    ERROR ReportsHandler - error exporting to reporting schema:
    java.lang.classcastException: oracle.dbtools.crest.model.design.relational.column cannot be cast to oracle.dbtools.crest.model..design..relational.columnView
    at oracle.dbtools.crest.exports.reports.RSViewColumn.export (RSViewColumns.java:43
    at oracle.dbtools.crest.exports.reports.RSRelationalModel.export (RSRelationalModel.java:62)
    at oracle.dbtools.crest.exports.reports.ReportsHandler.export (ReportsHandler.java:135)
    at oracle.dbtools.crest.swingui.ControllerApplication$ExportToReportsSchema$1.run (ControllerApplication.java:2079)
    We downloaded and installed ODDM 4.1 (EA-1) build 4.1.0.866 to resolve an issue with column widths when exporting to the reporting schema (per SR 3-10154440761).  This is the 64 bit version with the included JAVA 1.8 JRE.

    David,
    We migrated this model from data modeler 3.3.  That Model was created from an import from Oracle Designer.  We have not yet tried to import the data model from Oracle Designer directly into v4.1 but are planning to do so shortly.   When we tried to export that design (from v3.3) to the reporting schema, it failed with object too large for column errors.  We wrote SR 3-10154440761 and were advised by Michael Wickham to use v4.1 EA as the column size issue had been resolved in this version.  It was apparent that the export to the reporting schema was making more progress before it failed on the JAVA error.
    We are trying to migrate from Oracle designer to Oracle Data Modeler

  • I had an issue when trying to register with the forums, but I am having problems speaking someone because I am not a "registered" member?

    Dear forum member(s), I was excited at the possibilities that Firefox offered. I have been looking forward to researching on the forums, but I made a blunder when registering.
    I changed my email password some time ago and forgot that I had done so. I also have a second email which is similar to my address I was registering and I think I was actually using my the second email information until I caught the mistake.
    Shortly thereafter I received an email with my user ID but no password. I had been assuming that I would receive a onetime computer generated password, but I wasn’t sure how things were supposed to go. After closely studying the language of the email, I was led to the conclusion that I would login with my original information I had provided.
    My final attempt to register failed and I can’t explain why. I am positive that I had the right user id and password and now I am in limbo. I registered with the "Add-ons" section in 15 minutes. I was never told I was banned, but I was never told I am now a member. Thanks for reading.
    Sincerely,
    reel4

    Not at all. I have never posted to the forums. The only thing I have written is what you see in this thread. I registered at add-ons section and things were fine. I wanted to use the forums, because I like to learn what I can. The problems began when I tried to register at the forms. At first, I thought my login from add-ons would work at the forums. It didn't. I honestly don't know if there is separate login and validation for each firefox/mozilla section.
    When I attempted to register with the forums, I messed up when trying to login because I made too many attempts. I was either using another password from a second email or I misread those weird words they use to make sure you are not a bot.
    I don't know what exactly was written but they basically wanted to take a look at things. I felt that was reasonable. After all - I felt like a moron for not being able to read those contorted word tests.
    Then they sent me my user id but with no new password so I assumed my current password was the same as the one I originally gave. Long story short, I tried to login again- all three times I failed. They never banned me or told me anything. I have not heard from anyone or thing. To It's like they have just walked away. I just don't understand what has happened and why no one will tell me anything. So... no - I am not banned. When I do bet blocked after I logoff, it has the same effect as a ban. I guess I have been ousted. I just wish this I could get this matter resolved. I changed my password and email so maybe that will keep around.
    It's a strange situation and I am at loss for words. I even wrote the forum people an apology letter describing the facts above in details and apologizing for the inconvenience. I actually apologized for being an idiot.
    One last thing - at the outset of the post - I told you they gave me one last opportunity to login and it failed. I know for a fact I had the information correct. I had even written my password somewhere else on the screen to where I could see each character to verify the pass word was correct and then cut and paste.
    James - who knows what the future holds but I must thank you my friend. At the very least, I could tell my story. It is all so strange.

  • A DataModel exception occurred while attempting to register

    Anyone else seen this? I've tried everything I can think of on this host but it always bombs out when trying to add our local ZLM service. It has no problem adding public ZLM services (ie: update.novell.com). I don't have this problem on 100+ other devices.
    dss-mn33lf02:~ # rug sa https://zlm
    Adding ZENworks Service...
    33%
    ERROR: Could not add 'https://zlm': Error in registration: A DataModel exception occurred while attempting to register host dss-mn33lf02. Error message: An error occurred creating the device object: 005453bb47214ebbb479439a42ad1131
    dss-mn33lf02:~ # rug ping
    ZMD 7.2.2, Copyright (C) 2008 Novell, Inc.
    Started at 12/22/2008 6:07:05 PM (uptime: 1 days, 17 hours, 59 minutes)
    RSS size: 33352
    Network Connected: Yes
    Running on Mono 1.2.4
    OS Target: SUSE Linux Enterprise Server 10 (x86_64)
    Module Name | Description
    -------------------+-------------------------------------------------
    Image Agent Module | Novell ZENWorks Imaging Agent
    Policy Manager | Manages policy enforcement on the device
    Settings | Handles Settings refresh events.
    TessModule | Tess Module
    Inventory | Software and Hardware inventory module for Linux
    NetworkManager | NetworkManager support
    Package Management | Package Management module for Linux
    RMModule | Remote Management module
    ZENworks Server | SOAP methods used by a ZENworks server
    Scheduled Actions | Scheduled Actions module for ZMD
    XML-RPC interface | Export ZMD public interfaces over XML-RPC
    dss-mn33lf02:~ # rpm -qa | grep zmd
    novell-zenworks-zmd-policymanager-7.2.2-0.0.0
    libzypp-zmd-backend-7.1.1.0_2.15-0.3
    novell-zenworks-zmd-tess-7.2.2-0.0.0
    novell-zenworks-zmd-settings-7.2.2-0.0.0
    novell-zenworks-zmd-gconfpolicyenforcers-7.2.2-0.0.0
    zmd-7.2.2.0-0.5
    novell-zenworks-zmd-rmagent-7.2.2-0.0.0
    novell-zenworks-zmd-policyenforcers-7.2.2-0.0.0
    zmd-inventory-7.2.0-0.9
    novell-zenworks-zmd-imgagent-7.2.2-0.0.0
    novell-zenworks-zmd-actions-7.2.2-0.0.0
    dss-mn33lf02:~ #
    As you can see, the ZMD agent is a mixture of HP 2 and 3. I was trying to upgrade to HP3 and it didn't take all the way.

    --PART 2--
    at com.sssw.jbroker.web.soap.SOAPHandler.invoke(SOAPH andler.java:225)
    at com.sssw.jbroker.web.core.MessageHandlerInvoker.in vokeServerEndPoint(MessageHandlerInvoker.java:575)
    at com.sssw.jbroker.web.core.MessageHandlerInvoker.in vokeServerMessageHandlers(MessageHandlerInvoker.ja va:419)
    at com.sssw.jbroker.web.core.ServletDelegateImpl.invo ke(ServletDelegateImpl.java:229)
    at com.sssw.jbroker.web.core.ServletDelegateImpl.doPo st(ServletDelegateImpl.java:172)
    at com.sssw.jbroker.web.portable.ServletSkeleton.doPo st(ServletSkeleton.java:304)
    at javax.servlet.http.HttpServlet.service(HttpServlet .java:709)
    at com.novell.zenworks.webservice.registration.Regist rationImpl.service(RegistrationImpl.java:63)
    at javax.servlet.http.HttpServlet.service(HttpServlet .java:802)
    at org.apache.catalina.core.ApplicationFilterChain.in ternalDoFilter(ApplicationFilterChain.java:237)
    at org.apache.catalina.core.ApplicationFilterChain.do Filter(ApplicationFilterChain.java:157)
    at com.novell.zenworks.servlet.DBSessionFilter.doFilt er(DBSessionFilter.java:31)
    at org.apache.catalina.core.ApplicationFilterChain.in ternalDoFilter(ApplicationFilterChain.java:186)
    at org.apache.catalina.core.ApplicationFilterChain.do Filter(ApplicationFilterChain.java:157)
    at org.apache.catalina.core.StandardWrapperValve.invo ke(StandardWrapperValve.java:214)
    at org.apache.catalina.core.StandardValveContext.invo keNext(StandardValveContext.java:104)
    at org.apache.catalina.core.StandardPipeline.invoke(S tandardPipeline.java:520)
    at org.apache.catalina.core.StandardContextValve.invo keInternal(StandardContextValve.java:198)
    at org.apache.catalina.core.StandardContextValve.invo ke(StandardContextValve.java:152)
    at org.apache.catalina.core.StandardValveContext.invo keNext(StandardValveContext.java:104)
    at org.apache.catalina.core.StandardPipeline.invoke(S tandardPipeline.java:520)
    at org.apache.catalina.core.StandardHostValve.invoke( StandardHostValve.java:137)
    at org.apache.catalina.core.StandardValveContext.invo keNext(StandardValveContext.java:104)
    at org.apache.catalina.valves.ErrorReportValve.invoke (ErrorReportValve.java:118)
    at org.apache.catalina.core.StandardValveContext.invo keNext(StandardValveContext.java:102)
    at org.apache.catalina.valves.AccessLogValve.invoke(A ccessLogValve.java:535)
    at org.apache.catalina.core.StandardValveContext.invo keNext(StandardValveContext.java:102)
    at org.apache.catalina.core.StandardPipeline.invoke(S tandardPipeline.java:520)
    at org.apache.catalina.core.StandardEngineValve.invok e(StandardEngineValve.java:109)
    at org.apache.catalina.core.StandardValveContext.invo keNext(StandardValveContext.java:104)
    at org.apache.catalina.core.StandardPipeline.invoke(S tandardPipeline.java:520)
    at org.apache.catalina.core.ContainerBase.invoke(Cont ainerBase.java:929)
    at org.apache.coyote.tomcat5.CoyoteAdapter.service(Co yoteAdapter.java:160)
    at org.apache.coyote.http11.Http11Processor.process(H ttp11Processor.java:799)
    at org.apache.coyote.http11.Http11Protocol$Http11Conn ectionHandler.processConnection(Http11Protocol.jav a:705)
    at org.apache.tomcat.util.net.TcpWorkerThread.runIt(P oolTcpEndpoint.java:577)
    at org.apache.tomcat.util.threads.ThreadPool$ControlR unnable.run(ThreadPool.java:683)
    at java.lang.Thread.run(Thread.java:534)
    </dump>
    </ns1:stackTrace>
    </detail>
    </SOAP-ENV:Fault>
    </SOAP-ENV:Body>
    </SOAP-ENV:Envelope>
    29 Dec 2008 11:37:27 DEBUG ZenService *****Caught Soap Exception***
    29 Dec 2008 11:37:27 DEBUG ZenService ****** Registration Soap exception Error message: <ExceptionMessage><Code><![CDATA[-1]]></Code><MessageKey><![CDATA[Novell.Zenworks.Registration.DATAMODEL_EXCEPTION]]></MessageKey><Message><![CDATA[A DataModel exception occurred while attempting to register host dss-mn33lf02. Error message: An error occurred creating the device object: 005453bb47214ebbb479439a42ad1131]]></Message><Params><Param><![CDATA[dss-mn33lf02]]></Param><Param><![CDATA[An error occurred creating the device object: 005453bb47214ebbb479439a42ad1131]]></Param></Params></ExceptionMessage>
    29 Dec 2008 11:37:27 INFO ZenService NodeList count: 1
    29 Dec 2008 11:37:27 DEBUG ZenService code: -1
    29 Dec 2008 11:37:27 DEBUG ZenService messageId: Novell.Zenworks.Registration.DATAMODEL_EXCEPTION
    29 Dec 2008 11:37:27 DEBUG ZenService Error message: A DataModel exception occurred while attempting to register host dss-mn33lf02. Error message: An error occurred creating the device object: 005453bb47214ebbb479439a42ad1131
    29 Dec 2008 11:37:27 INFO ZenService Registration failed: Novell.Zenworks.Zmd.Public.RemoteRegistrationExcep tion: A DataModel exception occurred while attempting to register host dss-mn33lf02. Error message: An error occurred creating the device object: 005453bb47214ebbb479439a42ad1131
    at Novell.Zenworks.Zmd.ZenService.RegisterInternal (System.String key) [0x00000]
    at Novell.Zenworks.Zmd.ZenService.Register () [0x00000]
    at Novell.Zenworks.Zmd.ZenService.LoadServiceInfo (System.Object o) [0x00000]
    29 Dec 2008 11:37:27 INFO Progress Progress.Stop Message: Error in registration: A DataModel exception occurred while attempting to register host dss-mn33lf02. Error message: An error occurred creating the device object: 005453bb47214ebbb479439a42ad1131
    29 Dec 2008 11:37:27 INFO Progress Is Stopped value: False
    29 Dec 2008 11:37:27 DEBUG Progress Running: /usr/lib64/zmd/service-delete '/var/lib/zmd/zmd.db' 'https://zlm'
    29 Dec 2008 11:37:27 INFO HelperProgress Source 'https://zlm' already removed.
    29 Dec 2008 11:37:27 INFO Progress Progress.Stop Message: Source 'https://zlm' already removed.
    29 Dec 2008 11:37:27 INFO Progress Is Stopped value: False
    29 Dec 2008 11:37:27 INFO RPMBackend Updating status of patches...
    29 Dec 2008 11:37:27 DEBUG Progress Running: /usr/lib64/zmd/update-status /var/lib/zmd/zmd.db
    29 Dec 2008 11:37:28 INFO Progress Progress.Stop Message:
    29 Dec 2008 11:37:28 INFO Progress Is Stopped value: False
    29 Dec 2008 11:37:28 INFO RPMBackend Finished updating patch status
    29 Dec 2008 11:37:28 WARN ZenService Novell.Zenworks.Zmd.MANAGED_DEVICE_UNREGISTERED: Novell.Zenworks.Zmd.MANAGED_DEVICE_UNREGISTERED
    29 Dec 2008 11:37:28 INFO ServiceManager Failed to add service 'https://zlm': Novell.Zenworks.Zmd.Public.RemoteRegistrationExcep tion: A DataModel exception occurred while attempting to register host dss-mn33lf02. Error message: An error occurred creating the device object: 005453bb47214ebbb479439a42ad1131
    at Novell.Zenworks.Zmd.ZenService.RegisterInternal (System.String key) [0x00000]
    at Novell.Zenworks.Zmd.ZenService.Register () [0x00000]
    at Novell.Zenworks.Zmd.ZenService.LoadServiceInfo (System.Object o) [0x00000]
    29 Dec 2008 11:37:28 INFO Progress Progress.Stop Message: Parent failed/aborted
    29 Dec 2008 11:37:28 INFO Progress Is Stopped value: False
    29 Dec 2008 11:37:28 INFO Progress Progress.Stop Message: Parent failed/aborted
    29 Dec 2008 11:37:28 INFO Progress Is Stopped value: True
    29 Dec 2008 11:37:28 INFO Progress Progress.Stop Message: Parent failed/aborted
    29 Dec 2008 11:37:28 INFO Progress Is Stopped value: False

Maybe you are looking for