ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » Integrator V2.1. SupportPacs ID04 for DTD and W3C Schema

Post new topic  Reply to topic
 Integrator V2.1. SupportPacs ID04 for DTD and W3C Schema « View previous topic :: View next topic » 
Author Message
Dirk
PostPosted: Fri Apr 04, 2003 5:47 am    Post subject: Integrator V2.1. SupportPacs ID04 for DTD and W3C Schema Reply with quote

Newbie

Joined: 04 Apr 2003
Posts: 1
Location: Germany

Dear all,

I use Integrator V2.1. Tried to use SupportPacs ID04 for DTD and W3C Schema import.
After inserting a new Message Set Name in ControlCenter and Check in (no deploy) and stopping the ConfigManager I used mqsiimpschema.exe to import schema but got mistake:
***** Unable to retrieve SQLSTATE diagrc 100 for SQLFetch in routine getMRMInfo
*****Database error 100 during SQLFetch in routine getMRMInfo SQLSTATE
No data available for fetch - rc=100
MRM info gathered for MessageSet DirksTest id 0 NextElementID 0 nextAttrId 0 nextMbrAttr -1
<== getMRMInfo returned 0 errSw 1
Errors accessing MRM database - RC = 0.

What is wrong ?

What should I do for inserting the MessageSet Name in ControlCenter before using the support program ?
Back to top
View user's profile Send private message
MVO
PostPosted: Tue Jul 27, 2004 11:43 am    Post subject: Reply with quote

Centurion

Joined: 09 Sep 2001
Posts: 131

It looks like id04 does NOT work with WMQI 2.1

I successfully used it with MQSI 2.0.2 to import an XML schema into MRM but cannot use it any more with WMQI 2.1. Got the same error rc100.

I know that this supportpacs has been withdrawn. Is there any equivalent utility provided by IBM ? I really need to run another import because my XML schema is changing again.

Thanks
Back to top
View user's profile Send private message
jefflowrey
PostPosted: Tue Jul 27, 2004 11:59 am    Post subject: Reply with quote

Grand Poobah

Joined: 16 Oct 2002
Posts: 19981

2.1 allows you to import XML schemas natively, no support pack needed.

There's an mqsiimpxmlschema (or some such) command installed in the bin folder of your configmgr machinee.

If you're at a recent FP/CSD level.
_________________
I am *not* the model of the modern major general.
Back to top
View user's profile Send private message
kirani
PostPosted: Tue Jul 27, 2004 3:31 pm    Post subject: Reply with quote

Jedi Knight

Joined: 05 Sep 2001
Posts: 3779
Location: Torrance, CA, USA

I believe mqsiimpxmlschema command was added in WMQI 2.1 CSD3.
_________________
Kiran


IBM Cert. Solution Designer & System Administrator - WBIMB V5
IBM Cert. Solutions Expert - WMQI
IBM Cert. Specialist - WMQI, MQSeries
IBM Cert. Developer - MQSeries

Back to top
View user's profile Send private message Visit poster's website
jefflowrey
PostPosted: Tue Jul 27, 2004 4:53 pm    Post subject: Reply with quote

Grand Poobah

Joined: 16 Oct 2002
Posts: 19981

kirani wrote:
I believe mqsiimpxmlschema command was added in WMQI 2.1 CSD3.

I believe that too!

I just don't remember it...
_________________
I am *not* the model of the modern major general.
Back to top
View user's profile Send private message
MVO
PostPosted: Wed Jul 28, 2004 7:09 am    Post subject: Reply with quote

Centurion

Joined: 09 Sep 2001
Posts: 131

Hi,

I'm running mqsiimpXMLschema but getting this error:
BIP9406I: The Xerces parser has been successfully initialized.
Informational message - no action required.
BIP9422S: The DOMParser reported an error during parsing.
The DOMParser produced the following error message: Line Number '119', Column Nu
mber '1', Error Text: 'An exception occured! Type:UnexpectedEOFException, Messag
e:The end of input was not expected'
Examine your schema for errors, with the aid of the error message supplied by th
e DOMParser error handler.
BIP9351S: Errors were detected - import of message set 'MOM14' was unsuccessful
- please make corrections and rerun the import
Examine the preceding error messages, correct the problem(s) and rerun the impor
t.
BIP9358W: No changes were made to the repository
Examine the preceding messages, correct the problem(s) and rerun the import.

Line#119 is the last line of the schema, it reads:
</xsd:schema>

This is my schema:
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<xsd:element name="Envelope&#8221; type=&#8220;EnvelopeType&#8221;/>
<xsd:complexType name=&#8220;EnvelopeType&#8221;>
<xsd:sequence>
<xsd:element name=&#8220;Header&#8221; type=&#8220;HeaderType&#8221;/>
<xsd:element name=&#8220;Body&#8221; type=&#8220;BodyType&#8221;/>
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name=&#8220;HeaderType&#8221;>
<xsd:sequence>
<xsd:element name=&#8220;CPICVer&#8221; type=&#8220;Str256&#8221;/>
<xsd:element name=&#8220;AgencyId&#8221; type=&#8220;Str256&#8221; minOccurs=&#8220;0&#8221;/>
<xsd:element name=&#8220;UserId&#8221; type=&#8220;Str256&#8221; minOccurs=&#8220;0&#8221;/>
<xsd:element name=&#8220;Role&#8221; type=&#8220;Str256&#8221; minOccurs=&#8220;0&#8221;/>
<xsd:element name=&#8220;Origin&#8221; type=&#8220;QueueType&#8221; minOccurs=&#8220;0&#8221;/>
<xsd:element name=&#8220;Routing&#8221; type=&#8220;QueueType&#8221; minOccurs=&#8220;0&#8221;/>
<xsd:element name=&#8220;UDF&#8221; type=&#8220;Str256&#8221; minOccurs=&#8220;0&#8221;/>
<xsd:element name=&#8220;Priority&#8221; type=&#8220;Str256&#8221; minOccurs=&#8220;0&#8221;/>
<xsd:choice>
<xsd:element name=&#8220;TxcnSrvc&#8221;>
<xsd:complexType>
<xsd:attribute name=&#8220;txcnActn&#8221; use=&#8220;required&#8221;>
<xsd:simpleType>
<xsd:restriction base=&#8220;xsd:string&#8221;>
<xsd:enumeration value=&#8220;Ping&#8221;/>
<xsd:enumeration value=&#8220;Pong&#8221;/>
<xsd:enumeration value=&#8220;Request&#8221;/>
<xsd:enumeration value=&#8220;Reply&#8221;/>
</xsd:restriction>
</xsd:simpleType>
</xsd:attribute>
</xsd:complexType>
</xsd:element>
<xsd:element name=&#8220;MsgSrvc&#8221;>
<xsd:complexType>
<xsd:attribute name=&#8220;msgActn&#8221; use=&#8220;required&#8221;>
<xsd:simpleType>
<xsd:restriction base=&#8220;xsd:string&#8221;>
<xsd:enumeration value=&#8220;Ping&#8221;/>
<xsd:enumeration value=&#8220;Pong&#8221;/>
<xsd:enumeration value=&#8220;Send&#8221;/>
<xsd:enumeration value=&#8220;Receive&#8221;/>
<xsd:enumeration value=&#8221;OffLine&#8221;/>
<xsd:enumeration value=&#8221;OnLine&#8221;/>
</xsd:restriction>
</xsd:simpleType>
</xsd:attribute>
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:sequence>
</xsd:complexType>
<xsd:complexType name=&#8220;BodyType&#8221;>
<xsd:choice>
<xsd:element name=&#8220;TxcnFmt&#8221; type=&#8220;IllegalXMLCharacterTagsType&#8221;/>
<xsd:element name=&#8220;MsgFFmt&#8221; type=&#8220;IllegalXMLCharacterTagsType&#8221;/>
<xsd:element name=&#8220;MsgData&#8221;>
<xsd:complexType>
<xsd:sequence>
<xsd:element name=&#8220;GMTTime&#8221; type=&#8220;Str256&#8221;/>
<xsd:element name=&#8220;QMgrName" type="Str256&#8221;/>
<xsd:element name=&#8220;ORI" type="Str256&#8221;/>
<xsd:element name=&#8220;AgencyDecsription" type="Str256&#8221;/>
<xsd:element name=&#8220;AgencyNotes" type="Str256&#8221;/>
<xsd:element name=&#8220;OffLineTime" type="Str256&#8221;/>
<xsd:element name=&#8220;OnLineTime" type="Str256&#8221;/>
<xsd:element name=&#8220;PlannedOffLineGMTTime" type="Str256&#8221;/>
<xsd:element name=&#8220;PlannedOnLineGMTTime" type="Str256&#8221;/>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
<xsd:complexType name=&#8220;QueueType&#8221;>
<xsd:sequence>
<xsd:element name=&#8220;QMgrName&#8221; type=&#8220;Str256&#8221;/>
<xsd:element name=&#8220;QName&#8221; type=&#8220;Str256&#8221;/>
</xsd:sequence>
</xsd:complexType>
<xsd:simpleType name=&#8220;Str256&#8221;>
<xsd:restriction base=&#8220;xsd:string&#8221;>
<xsd:maxLength value=&#8220;256&#8221;/>
</xsd:restriction>
</xsd:simpleType>
<xsd:complexType name=&#8220;IllegalXMLCharacterTagsType&#8221; mixed=&#8220;true&#8221;>
<xsd:element name=&#8220;NUL&#8221; type=&#8220;EmptyType&#8221; minOccurs=&#8220;0&#8221;/>
<xsd:element name=&#8220;SOH&#8221; type=&#8220;EmptyType&#8221; minOccurs=&#8220;0&#8221;/>
<xsd:element name=&#8220;STX&#8221; type=&#8220;EmptyType&#8221; minOccurs=&#8220;0&#8221;/>
<xsd:element name=&#8220;ETX&#8221; type=&#8220;EmptyType&#8221; minOccurs=&#8220;0&#8221;/>
<xsd:element name=&#8220;EOT&#8221; type=&#8220;EmptyType&#8221; minOccurs=&#8220;0&#8221;/>
<xsd:element name=&#8220;ENQ&#8221; type=&#8220;EmptyType&#8221; minOccurs=&#8220;0&#8221;/>
<xsd:element name=&#8220;ACK&#8221; type=&#8220;EmptyType&#8221; minOccurs=&#8220;0&#8221;/>
<xsd:element name=&#8220;BEL&#8221; type=&#8220;EmptyType&#8221; minOccurs=&#8220;0&#8221;/>
<xsd:element name=&#8220;BS&#8221; type=&#8220;EmptyType&#8221; minOccurs=&#8220;0&#8221;/>
<xsd:element name=&#8220;VT&#8221; type=&#8220;EmptyType&#8221; minOccurs=&#8220;0&#8221;/>
<xsd:element name=&#8220;FF&#8221; type=&#8220;EmptyType&#8221; minOccurs=&#8220;0&#8221;/>
<xsd:element name=&#8220;SO&#8221; type=&#8220;EmptyType&#8221; minOccurs=&#8220;0&#8221;/>
<xsd:element name=&#8220;SI&#8221; type=&#8220;EmptyType&#8221; minOccurs=&#8220;0&#8221;/>
<xsd:element name=&#8220;DLE&#8221; type=&#8220;EmptyType&#8221; minOccurs=&#8220;0&#8221;/>
<xsd:element name=&#8220;DC1&#8221; type=&#8220;EmptyType&#8221; minOccurs=&#8220;0&#8221;/>
<xsd:element name=&#8220;DC2&#8221; type=&#8220;EmptyType&#8221; minOccurs=&#8220;0&#8221;/>
<xsd:element name=&#8220;DC3&#8221; type=&#8220;EmptyType&#8221; minOccurs=&#8220;0&#8221;/>
<xsd:element name=&#8220;DC4&#8221; type=&#8220;EmptyType&#8221; minOccurs=&#8220;0&#8221;/>
<xsd:element name=&#8220;NAK&#8221; type=&#8220;EmptyType&#8221; minOccurs=&#8220;0&#8221;/>
<xsd:element name=&#8220;SYN&#8221; type=&#8220;EmptyType&#8221; minOccurs=&#8220;0&#8221;/>
<xsd:element name=&#8220;ETB&#8221; type=&#8220;EmptyType&#8221; minOccurs=&#8220;0&#8221;/>
<xsd:element name=&#8220;CAN&#8221; type=&#8220;EmptyType&#8221; minOccurs=&#8220;0&#8221;/>
<xsd:element name=&#8220;EM&#8221; type=&#8220;EmptyType&#8221; minOccurs=&#8220;0&#8221;/>
<xsd:element name=&#8220;SUB&#8221; type=&#8220;EmptyType&#8221; minOccurs=&#8220;0&#8221;/>
<xsd:element name=&#8220;ESC&#8221; type=&#8220;EmptyType&#8221; minOccurs=&#8220;0&#8221;/>
<xsd:element name=&#8220;FS&#8221; type=&#8220;EmptyType&#8221; minOccurs=&#8220;0&#8221;/>
<xsd:element name=&#8220;GS&#8221; type=&#8220;EmptyType&#8221; minOccurs=&#8220;0&#8221;/>
<xsd:element name=&#8220;RS&#8221; type=&#8220;EmptyType&#8221; minOccurs=&#8220;0&#8221;/>
<xsd:element name=&#8220;US&#8221; type=&#8220;EmptyType&#8221; minOccurs=&#8220;0&#8221;/>
</xsd:complexType>
<xsd:complexType name=&#8220;EmptyType&#8221;>
</xsd:complexType>
</xsd:schema>

What's wrong ?
Back to top
View user's profile Send private message
MVO
PostPosted: Wed Jul 28, 2004 7:19 am    Post subject: Reply with quote

Centurion

Joined: 09 Sep 2001
Posts: 131

Forget about my previous post. I realize that I have invalid characters in my schema file....


Back to top
View user's profile Send private message
MVO
PostPosted: Wed Jul 28, 2004 7:44 am    Post subject: Reply with quote

Centurion

Joined: 09 Sep 2001
Posts: 131

Now I'm getting this error:
BIP9398S: An error occurred whilst accessing the MRM database.
The error occurred in Function getSimpleTypeHandle calling MRMFindDefinition. The return code = -4.
The meaning of the error code is : Requested Component does not exist
Check that the XML Schema being imported is valid. The meaning of the error
code displayed will help determine the cause of the error. More diagnostic
information can be obtained from the XML schema importer by using the verbose
and trace options. If the cause of the error cannot be determined please contact
your IBM support center.
Back to top
View user's profile Send private message
Empeterson
PostPosted: Wed Jul 28, 2004 11:32 am    Post subject: Reply with quote

Centurion

Joined: 14 Apr 2003
Posts: 125
Location: Foxboro, MA

2.1 does not support namespaces, so that COULD be your problem.
_________________
IBM Certified Specialist: MQSeries
IBM Certified Specalist: Websphere MQ Integrator
Back to top
View user's profile Send private message Send e-mail AIM Address
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » Integrator V2.1. SupportPacs ID04 for DTD and W3C Schema
Jump to:  



You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.