Re: error using new mqsiexportmsgflows from support pac IC01

2003-01-30 Thread Robert Broderick
In case I made the wrong assumption when you were mentioning PATH here is my
path information on my workstation:

C:\Program Files\IBM\WebSphere MQ Integrator 2.1\nnsy\gui\integrator\bin;
C:\Program Files\JavaSoft\JRE\1.2\bin\classic;
C:\Program Files\MQSeries Client\Java\lib;
C:\Perl\bin\;c:\Perl\bin;
C:\Program Files\IBM\WebSphere MQ Integrator 2.1\nnsy\gui;
C:\Program Files\IBM\WebSphere MQ Integrator 2.1\nnsy\bin;
C:\Program Files\IBM\WebSphere MQ Integrator 2.1\bin;
C:\Program Files\JavaSoft\JRE\1.3\bin;C:\jdk1.3\bin;
C:\WINNT\system32;
C:\WINNT;
C:\WINNT\System32\Wbem;
C:\WINNT\system32\nls;
C:\WINNT\system32\nls\ENGLISH;
W:\WIN32\ORANT\BIN;w:\win32\orant816\bin;
C:\WINNT;
C:\ixos-a~1\bin;C:\PROGRA~1\ULTRAE~1;
C:\Program Files\Symantec\pcAnywhere\;
C:\Program Files\Borland\Common Files\Bde;
C:\Program Files\MQSeries Client\bin;
C:\Program Files\SQLLIB\BIN;
C:\Program Files\SQLLIB\FUNCTION;
C:\Program Files\SQLLIB\SAMPLES\REPL;
C:\Program Files\SQLLIB\HELP;C:\PROGRA~1\IBM\IMNNQ

 beebee







From: Emile Kearns <[EMAIL PROTECTED]>
Reply-To: MQSeries List <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: Re: error using new mqsiexportmsgflows from support pac IC01
Date: Thu, 30 Jan 2003 08:01:10 +0200

Hi Bobbee,
Thanks, I am missing something in my class path, at least so I suspect
because I get the following error:

Exception in thread "main" java.lang.NoClassDefFoundError:
com/ibm/broker/config/util/ExportMsgFlows



-Original Message-
From: Robert Broderick [mailto:[EMAIL PROTECTED]]
Sent: 29 January 2003 03:39
To: [EMAIL PROTECTED]
Subject: Re: error using new mqsiexportmsgflows from support pac IC01


Attached are the .BAT files that I have running on my system I am at
WMQI 2.1 CSD03. Included in the zip is a PERL script that wraps the
import/assign/deploy of a message flow/set. (Play time stuff) I was
going to GUI-ize it but I was thinking. HEYthen I'd have a
mini-Control Center. The next step after that was "Why then re-invent
the wheel. Any way ENJOY!!


   bobbee






>From: Emile Kearns <[EMAIL PROTECTED]>
>Reply-To: MQSeries List <[EMAIL PROTECTED]>
>To: [EMAIL PROTECTED]
>Subject: Re: error using new mqsiexportmsgflows from support pac IC01
>Date: Wed, 29 Jan 2003 08:39:37 +0200
>
>Please post the script here.
>
>Emile Kearns
>
>Office telephone no: +27(0)114586756
>
>SOFTWARE FUTURES
>the business advantage
>Proud member of MGX
>www.softwarefutures.com
>
>
>-Original Message-
>From: Robert Broderick [mailto:[EMAIL PROTECTED]]
>Sent: 28 January 2003 03:13
>To: [EMAIL PROTECTED]
>Subject: Re: error using new mqsiexportmsgflows from support pac IC01
>
>
>Dennis,
>There was a problem with the scripts that you execute to run the
>commands. They were missing a lib concat in the PATH statement. I will
>forward you my scripts.Also, follow the instructions as to where to
>install and run the scripts.
>
>
>bobbee
>
>
>
>
>
>
> >From: Dennis Bryngelson <[EMAIL PROTECTED]>
> >Reply-To: MQSeries List <[EMAIL PROTECTED]>
> >To: [EMAIL PROTECTED]
> >Subject: error using new   mqsiexportmsgflows  from support pac IC01
> >Date: Mon, 27 Jan 2003 16:02:39 -0600
> >
> >We are running V2.1 on WindowsNT.   I installed support pac   IC01.
I
>am
> >trying to use  "mqsiexportmsgflows"  and get the following errors.
> >
> >file: C:\Program Files\IBM\Websphere Integrator V2.1\Tool\Parser:  1,
>0:
> >Invalid Document structure
> >file: C:\Program Files\IBM\Websphere Integrator V2.1\Tool\Parser:  1,
> >11: Document must start with " >
> >BIP1036S:  Unexpected WebDAV exception is utility:  ExportMsgFlow
> >utility in method:  ReadMsgFlows.  The exception text is BIP1352S
> >(this
>
> >talks about the queue manager on the host not available and the
> >possibility that it is the wrong port).
> >
> >
> >When I bring up the control center on this configuration manager I
>connect
> >just fine.  I have the   "mqsicfgutil.ini"file parameters
>(hostname,
> >Queuemanager,  and Port  set correctly).
> >
> >I think the file errors are my problem.  The command I am typing
> >(from
>the
> >Tool directory)  is: mqsiexportmsgflows
c:\WMQI\Export\Allmsgs.xml
> >(according to the documentation if I omit the  -m then ALL the flows
> >are exported from the repository)
> >
> >Thanks,
> >Dennis Bryngelson
> >Phone: (763) 765-4224
> >Fax: (763)  765-3820 mailto:[EMAIL PROTECTED]
>
>***
> >**
> >
> >PRIVILEGED AND CONFIDENTIA

Re: error using new mqsiexportmsgflows from support pac IC01

2003-01-30 Thread Robert Broderick
The .bat files that I gave you have the correction for the PATH statement
that you need. I went through this 2 months ago.







From: Emile Kearns <[EMAIL PROTECTED]>
Reply-To: MQSeries List <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: Re: error using new mqsiexportmsgflows from support pac IC01
Date: Thu, 30 Jan 2003 08:01:10 +0200

Hi Bobbee,
Thanks, I am missing something in my class path, at least so I suspect
because I get the following error:

Exception in thread "main" java.lang.NoClassDefFoundError:
com/ibm/broker/config/util/ExportMsgFlows



-Original Message-
From: Robert Broderick [mailto:[EMAIL PROTECTED]]
Sent: 29 January 2003 03:39
To: [EMAIL PROTECTED]
Subject: Re: error using new mqsiexportmsgflows from support pac IC01


Attached are the .BAT files that I have running on my system I am at
WMQI 2.1 CSD03. Included in the zip is a PERL script that wraps the
import/assign/deploy of a message flow/set. (Play time stuff) I was
going to GUI-ize it but I was thinking. HEYthen I'd have a
mini-Control Center. The next step after that was "Why then re-invent
the wheel. Any way ENJOY!!


   bobbee






>From: Emile Kearns <[EMAIL PROTECTED]>
>Reply-To: MQSeries List <[EMAIL PROTECTED]>
>To: [EMAIL PROTECTED]
>Subject: Re: error using new mqsiexportmsgflows from support pac IC01
>Date: Wed, 29 Jan 2003 08:39:37 +0200
>
>Please post the script here.
>
>Emile Kearns
>
>Office telephone no: +27(0)114586756
>
>SOFTWARE FUTURES
>the business advantage
>Proud member of MGX
>www.softwarefutures.com
>
>
>-Original Message-
>From: Robert Broderick [mailto:[EMAIL PROTECTED]]
>Sent: 28 January 2003 03:13
>To: [EMAIL PROTECTED]
>Subject: Re: error using new mqsiexportmsgflows from support pac IC01
>
>
>Dennis,
>There was a problem with the scripts that you execute to run the
>commands. They were missing a lib concat in the PATH statement. I will
>forward you my scripts.Also, follow the instructions as to where to
>install and run the scripts.
>
>
>bobbee
>
>
>
>
>
>
> >From: Dennis Bryngelson <[EMAIL PROTECTED]>
> >Reply-To: MQSeries List <[EMAIL PROTECTED]>
> >To: [EMAIL PROTECTED]
> >Subject: error using new   mqsiexportmsgflows  from support pac IC01
> >Date: Mon, 27 Jan 2003 16:02:39 -0600
> >
> >We are running V2.1 on WindowsNT.   I installed support pac   IC01.
I
>am
> >trying to use  "mqsiexportmsgflows"  and get the following errors.
> >
> >file: C:\Program Files\IBM\Websphere Integrator V2.1\Tool\Parser:  1,
>0:
> >Invalid Document structure
> >file: C:\Program Files\IBM\Websphere Integrator V2.1\Tool\Parser:  1,
> >11: Document must start with " >
> >BIP1036S:  Unexpected WebDAV exception is utility:  ExportMsgFlow
> >utility in method:  ReadMsgFlows.  The exception text is BIP1352S
> >(this
>
> >talks about the queue manager on the host not available and the
> >possibility that it is the wrong port).
> >
> >
> >When I bring up the control center on this configuration manager I
>connect
> >just fine.  I have the   "mqsicfgutil.ini"file parameters
>(hostname,
> >Queuemanager,  and Port  set correctly).
> >
> >I think the file errors are my problem.  The command I am typing
> >(from
>the
> >Tool directory)  is: mqsiexportmsgflows
c:\WMQI\Export\Allmsgs.xml
> >(according to the documentation if I omit the  -m then ALL the flows
> >are exported from the repository)
> >
> >Thanks,
> >Dennis Bryngelson
> >Phone: (763) 765-4224
> >Fax: (763)  765-3820 mailto:[EMAIL PROTECTED]
>
>***
> >**
> >
> >PRIVILEGED AND CONFIDENTIAL: This communication, including
> >attachments,
>
> >is for the exclusive use of addressee and may contain proprietary,
> >confidential and/or privileged information.  If you are not the
> >intended recipient, any use, copying, disclosure, dissemination or
> >distribution is strictly prohibited.  If you are not the intended
> >recipient, please notify the sender immediately by return e-mail,
> >delete this communication and destroy all copies.
> >
> >*
> >**
> >**
> >
> >Instructions for managing your mailing list subscription are provided

> >in the Listserv General Users Guide available at http://www.lsoft.com
> >Archive: http://vm.akh-wien.ac.at/MQSeries.archive
>
>
>___

Re: error using new mqsiexportmsgflows from support pac IC01

2003-01-29 Thread Emile Kearns
Hi Bobbee,
Thanks, I am missing something in my class path, at least so I suspect
because I get the following error:

Exception in thread "main" java.lang.NoClassDefFoundError:
com/ibm/broker/config/util/ExportMsgFlows



-Original Message-
From: Robert Broderick [mailto:[EMAIL PROTECTED]] 
Sent: 29 January 2003 03:39
To: [EMAIL PROTECTED]
Subject: Re: error using new mqsiexportmsgflows from support pac IC01


Attached are the .BAT files that I have running on my system I am at
WMQI 2.1 CSD03. Included in the zip is a PERL script that wraps the
import/assign/deploy of a message flow/set. (Play time stuff) I was
going to GUI-ize it but I was thinking. HEYthen I'd have a
mini-Control Center. The next step after that was "Why then re-invent
the wheel. Any way ENJOY!!


   bobbee






>From: Emile Kearns <[EMAIL PROTECTED]>
>Reply-To: MQSeries List <[EMAIL PROTECTED]>
>To: [EMAIL PROTECTED]
>Subject: Re: error using new mqsiexportmsgflows from support pac IC01
>Date: Wed, 29 Jan 2003 08:39:37 +0200
>
>Please post the script here.
>
>Emile Kearns
>
>Office telephone no: +27(0)114586756
>
>SOFTWARE FUTURES
>the business advantage
>Proud member of MGX
>www.softwarefutures.com
>
>
>-Original Message-
>From: Robert Broderick [mailto:[EMAIL PROTECTED]]
>Sent: 28 January 2003 03:13
>To: [EMAIL PROTECTED]
>Subject: Re: error using new mqsiexportmsgflows from support pac IC01
>
>
>Dennis,
>There was a problem with the scripts that you execute to run the 
>commands. They were missing a lib concat in the PATH statement. I will 
>forward you my scripts.Also, follow the instructions as to where to 
>install and run the scripts.
>
>
>bobbee
>
>
>
>
>
>
> >From: Dennis Bryngelson <[EMAIL PROTECTED]>
> >Reply-To: MQSeries List <[EMAIL PROTECTED]>
> >To: [EMAIL PROTECTED]
> >Subject: error using new   mqsiexportmsgflows  from support pac IC01
> >Date: Mon, 27 Jan 2003 16:02:39 -0600
> >
> >We are running V2.1 on WindowsNT.   I installed support pac   IC01.
I
>am
> >trying to use  "mqsiexportmsgflows"  and get the following errors.
> >
> >file: C:\Program Files\IBM\Websphere Integrator V2.1\Tool\Parser:  1,
>0:
> >Invalid Document structure
> >file: C:\Program Files\IBM\Websphere Integrator V2.1\Tool\Parser:  1,
> >11: Document must start with " >
> >BIP1036S:  Unexpected WebDAV exception is utility:  ExportMsgFlow 
> >utility in method:  ReadMsgFlows.  The exception text is BIP1352S 
> >(this
>
> >talks about the queue manager on the host not available and the 
> >possibility that it is the wrong port).
> >
> >
> >When I bring up the control center on this configuration manager I
>connect
> >just fine.  I have the   "mqsicfgutil.ini"file parameters
>(hostname,
> >Queuemanager,  and Port  set correctly).
> >
> >I think the file errors are my problem.  The command I am typing 
> >(from
>the
> >Tool directory)  is: mqsiexportmsgflows
c:\WMQI\Export\Allmsgs.xml
> >(according to the documentation if I omit the  -m then ALL the flows 
> >are exported from the repository)
> >
> >Thanks,
> >Dennis Bryngelson
> >Phone: (763) 765-4224
> >Fax: (763)  765-3820 mailto:[EMAIL PROTECTED]
>
>***
> >**
> >
> >PRIVILEGED AND CONFIDENTIAL: This communication, including 
> >attachments,
>
> >is for the exclusive use of addressee and may contain proprietary, 
> >confidential and/or privileged information.  If you are not the 
> >intended recipient, any use, copying, disclosure, dissemination or 
> >distribution is strictly prohibited.  If you are not the intended 
> >recipient, please notify the sender immediately by return e-mail, 
> >delete this communication and destroy all copies.
> >
> >*
> >**
> >**
> >
> >Instructions for managing your mailing list subscription are provided

> >in the Listserv General Users Guide available at http://www.lsoft.com
> >Archive: http://vm.akh-wien.ac.at/MQSeries.archive
>
>
>_
>Add photos to your messages with MSN 8. Get 2 months FREE*. 
>http://join.msn.com/?page=features/featuredemail
>
>Instructions for managing your mailing list subscription are provided 
>in the Listserv General Users Guide available at http://www.lsoft.com
>Archive: http://vm.akh-wien.ac.at/MQSeries.archive
>
>Instructions for managing your mailing list subscription are provided 
>in the Listserv General Users Guide available at http://www.lsoft.com
>Archive: http://vm.akh-wien.ac.at/MQSeries.archive


_
STOP MORE SPAM with the new MSN 8 and get 2 months FREE*
http://join.msn.com/?page=features/junkmail

Instructions for managing your mailing list subscription are provided in
the Listserv General Users Guide available at http://www.lsoft.com
Archive: http://vm.akh-wien.ac.at/MQSeries.archive



Re: error using new mqsiexportmsgflows from support pac IC01

2003-01-29 Thread Robert Broderick
Attached are the .BAT files that I have running on my system I am at WMQI
2.1 CSD03. Included in the zip is a PERL script that wraps the
import/assign/deploy of a message flow/set. (Play time stuff) I was going to
GUI-ize it but I was thinking. HEYthen I'd have a mini-Control Center.
The next step after that was "Why then re-invent the wheel. Any way ENJOY!!


  bobbee







From: Emile Kearns <[EMAIL PROTECTED]>
Reply-To: MQSeries List <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: Re: error using new mqsiexportmsgflows from support pac IC01
Date: Wed, 29 Jan 2003 08:39:37 +0200

Please post the script here.

Emile Kearns

Office telephone no: +27(0)114586756

SOFTWARE FUTURES
the business advantage
Proud member of MGX
www.softwarefutures.com


-Original Message-
From: Robert Broderick [mailto:[EMAIL PROTECTED]]
Sent: 28 January 2003 03:13
To: [EMAIL PROTECTED]
Subject: Re: error using new mqsiexportmsgflows from support pac IC01


Dennis,
There was a problem with the scripts that you execute to run the
commands. They were missing a lib concat in the PATH statement. I will
forward you my scripts.Also, follow the instructions as to where to
install and run the scripts.


bobbee






>From: Dennis Bryngelson <[EMAIL PROTECTED]>
>Reply-To: MQSeries List <[EMAIL PROTECTED]>
>To: [EMAIL PROTECTED]
>Subject: error using new   mqsiexportmsgflows  from support pac IC01
>Date: Mon, 27 Jan 2003 16:02:39 -0600
>
>We are running V2.1 on WindowsNT.   I installed support pac   IC01.  I
am
>trying to use  "mqsiexportmsgflows"  and get the following errors.
>
>file: C:\Program Files\IBM\Websphere Integrator V2.1\Tool\Parser:  1,
0:
>Invalid Document structure
>file: C:\Program Files\IBM\Websphere Integrator V2.1\Tool\Parser:  1,
>11: Document must start with "
>BIP1036S:  Unexpected WebDAV exception is utility:  ExportMsgFlow
>utility in method:  ReadMsgFlows.  The exception text is BIP1352S (this

>talks about the queue manager on the host not available and the
>possibility that it is the wrong port).
>
>
>When I bring up the control center on this configuration manager I
connect
>just fine.  I have the   "mqsicfgutil.ini"file parameters
(hostname,
>Queuemanager,  and Port  set correctly).
>
>I think the file errors are my problem.  The command I am typing (from
the
>Tool directory)  is: mqsiexportmsgflows c:\WMQI\Export\Allmsgs.xml
>(according to the documentation if I omit the  -m then ALL the flows
>are exported from the repository)
>
>Thanks,
>Dennis Bryngelson
>Phone: (763) 765-4224
>Fax: (763)  765-3820
>mailto:[EMAIL PROTECTED]
>***
>**
>
>PRIVILEGED AND CONFIDENTIAL: This communication, including attachments,

>is for the exclusive use of addressee and may contain proprietary,
>confidential and/or privileged information.  If you are not the
>intended recipient, any use, copying, disclosure, dissemination or
>distribution is strictly prohibited.  If you are not the intended
>recipient, please notify the sender immediately by return e-mail,
>delete this communication and destroy all copies.
>
>***
>**
>
>Instructions for managing your mailing list subscription are provided
>in the Listserv General Users Guide available at http://www.lsoft.com
>Archive: http://vm.akh-wien.ac.at/MQSeries.archive


_
Add photos to your messages with MSN 8. Get 2 months FREE*.
http://join.msn.com/?page=features/featuredemail

Instructions for managing your mailing list subscription are provided in
the Listserv General Users Guide available at http://www.lsoft.com
Archive: http://vm.akh-wien.ac.at/MQSeries.archive

Instructions for managing your mailing list subscription are provided in
the Listserv General Users Guide available at http://www.lsoft.com
Archive: http://vm.akh-wien.ac.at/MQSeries.archive



_
STOP MORE SPAM with the new MSN 8 and get 2 months FREE*
http://join.msn.com/?page=features/junkmail



IC01.zip
Description: Zip compressed data


Re: error using new mqsiexportmsgflows from support pac IC01

2003-01-28 Thread Emile Kearns
Please post the script here.

Emile Kearns

Office telephone no: +27(0)114586756
 
SOFTWARE FUTURES
the business advantage
Proud member of MGX
www.softwarefutures.com


-Original Message-
From: Robert Broderick [mailto:[EMAIL PROTECTED]] 
Sent: 28 January 2003 03:13
To: [EMAIL PROTECTED]
Subject: Re: error using new mqsiexportmsgflows from support pac IC01


Dennis,
There was a problem with the scripts that you execute to run the
commands. They were missing a lib concat in the PATH statement. I will
forward you my scripts.Also, follow the instructions as to where to
install and run the scripts.

 
bobbee






>From: Dennis Bryngelson <[EMAIL PROTECTED]>
>Reply-To: MQSeries List <[EMAIL PROTECTED]>
>To: [EMAIL PROTECTED]
>Subject: error using new   mqsiexportmsgflows  from support pac IC01
>Date: Mon, 27 Jan 2003 16:02:39 -0600
>
>We are running V2.1 on WindowsNT.   I installed support pac   IC01.  I
am
>trying to use  "mqsiexportmsgflows"  and get the following errors.
>
>file: C:\Program Files\IBM\Websphere Integrator V2.1\Tool\Parser:  1,
0:
>Invalid Document structure
>file: C:\Program Files\IBM\Websphere Integrator V2.1\Tool\Parser:  1,  
>11: Document must start with "
>BIP1036S:  Unexpected WebDAV exception is utility:  ExportMsgFlow 
>utility in method:  ReadMsgFlows.  The exception text is BIP1352S (this

>talks about the queue manager on the host not available and the 
>possibility that it is the wrong port).
>
>
>When I bring up the control center on this configuration manager I
connect
>just fine.  I have the   "mqsicfgutil.ini"file parameters
(hostname,
>Queuemanager,  and Port  set correctly).
>
>I think the file errors are my problem.  The command I am typing (from
the
>Tool directory)  is: mqsiexportmsgflows c:\WMQI\Export\Allmsgs.xml
>(according to the documentation if I omit the  -m then ALL the flows 
>are exported from the repository)
>
>Thanks,
>Dennis Bryngelson
>Phone: (763) 765-4224
>Fax: (763)  765-3820
>mailto:[EMAIL PROTECTED]
>***
>**
>
>PRIVILEGED AND CONFIDENTIAL: This communication, including attachments,

>is for the exclusive use of addressee and may contain proprietary, 
>confidential and/or privileged information.  If you are not the 
>intended recipient, any use, copying, disclosure, dissemination or 
>distribution is strictly prohibited.  If you are not the intended 
>recipient, please notify the sender immediately by return e-mail, 
>delete this communication and destroy all copies.
>
>***
>**
>
>Instructions for managing your mailing list subscription are provided 
>in the Listserv General Users Guide available at http://www.lsoft.com
>Archive: http://vm.akh-wien.ac.at/MQSeries.archive


_
Add photos to your messages with MSN 8. Get 2 months FREE*.
http://join.msn.com/?page=features/featuredemail

Instructions for managing your mailing list subscription are provided in
the Listserv General Users Guide available at http://www.lsoft.com
Archive: http://vm.akh-wien.ac.at/MQSeries.archive

Instructions for managing your mailing list subscription are provided in
the Listserv General Users Guide available at http://www.lsoft.com
Archive: http://vm.akh-wien.ac.at/MQSeries.archive



Re: error using new mqsiexportmsgflows from support pac IC01

2003-01-28 Thread Dennis Bryngelson
What lib is missing in the PATH statement??  My mqsiexportmsgflows.bat
script only has EMF_CLASSPATH in it..

Thanks,
Dennis Bryngelson
Phone: (763) 765-4224
Fax: (763)  765-3820
mailto:[EMAIL PROTECTED]



Robert Broderick
cc:
Sent by: MQSeries Subject: Re: error using new 
mqsiexportmsgflows from support pac IC01
List



01/28/2003 07:13 AM
Please respond to
MQSeries List






Dennis,
There was a problem with the scripts that you execute to run the commands.
They were missing a lib concat in the PATH statement. I will forward you my
scripts.Also, follow the instructions as to where to install and run the
scripts.

   bobbee






>From: Dennis Bryngelson <[EMAIL PROTECTED]>
>Reply-To: MQSeries List <[EMAIL PROTECTED]>
>To: [EMAIL PROTECTED]
>Subject: error using new   mqsiexportmsgflows  from support pac IC01
>Date: Mon, 27 Jan 2003 16:02:39 -0600
>
>We are running V2.1 on WindowsNT.   I installed support pac   IC01.  I am
>trying to use  "mqsiexportmsgflows"  and get the following errors.
>
>file: C:\Program Files\IBM\Websphere Integrator V2.1\Tool\Parser:  1,
0:
>Invalid Document structure
>file: C:\Program Files\IBM\Websphere Integrator V2.1\Tool\Parser:  1,  11:
>Document must start with "
>BIP1036S:  Unexpected WebDAV exception is utility:  ExportMsgFlow
>utility in method:  ReadMsgFlows.  The exception text is BIP1352S (this
>talks about the queue manager on the host not available and the
possibility
>that it is the wrong port).
>
>
>When I bring up the control center on this configuration manager I connect
>just fine.  I have the   "mqsicfgutil.ini"file parameters  (hostname,
>Queuemanager,  and Port  set correctly).
>
>I think the file errors are my problem.  The command I am typing (from the
>Tool directory)  is: mqsiexportmsgflows c:\WMQI\Export\Allmsgs.xml
>(according to the documentation if I omit the  -m then ALL the flows are
>exported from the repository)
>
>Thanks,
>Dennis Bryngelson
>Phone: (763) 765-4224
>Fax: (763)  765-3820
>mailto:[EMAIL PROTECTED]
>*
>
>PRIVILEGED AND CONFIDENTIAL: This communication, including attachments, is
>for the exclusive use of addressee and may contain proprietary,
>confidential and/or privileged information.  If you are not the intended
>recipient, any use, copying, disclosure, dissemination or distribution is
>strictly prohibited.  If you are not the intended recipient, please notify
>the sender immediately by return e-mail, delete this communication and
>destroy all copies.
>
>*
>
>Instructions for managing your mailing list subscription are provided in
>the Listserv General Users Guide available at http://www.lsoft.com
>Archive: http://vm.akh-wien.ac.at/MQSeries.archive


_
Add photos to your messages with MSN 8. Get 2 months FREE*.
http://join.msn.com/?page=features/featuredemail

Instructions for managing your mailing list subscription are provided in
the Listserv General Users Guide available at http://www.lsoft.com
Archive: http://vm.akh-wien.ac.at/MQSeries.archive

Instructions for managing your mailing list subscription are provided in
the Listserv General Users Guide available at http://www.lsoft.com
Archive: http://vm.akh-wien.ac.at/MQSeries.archive



Re: error using new mqsiexportmsgflows from support pac IC01

2003-01-28 Thread Robert Broderick
Dennis,
There was a problem with the scripts that you execute to run the commands.
They were missing a lib concat in the PATH statement. I will forward you my
scripts.Also, follow the instructions as to where to install and run the
scripts.

  bobbee







From: Dennis Bryngelson <[EMAIL PROTECTED]>
Reply-To: MQSeries List <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: error using new   mqsiexportmsgflows  from support pac IC01
Date: Mon, 27 Jan 2003 16:02:39 -0600

We are running V2.1 on WindowsNT.   I installed support pac   IC01.  I am
trying to use  "mqsiexportmsgflows"  and get the following errors.

file: C:\Program Files\IBM\Websphere Integrator V2.1\Tool\Parser:  1,0:
Invalid Document structure
file: C:\Program Files\IBM\Websphere Integrator V2.1\Tool\Parser:  1,  11:
Document must start with "mailto:[EMAIL PROTECTED]
*

PRIVILEGED AND CONFIDENTIAL: This communication, including attachments, is
for the exclusive use of addressee and may contain proprietary,
confidential and/or privileged information.  If you are not the intended
recipient, any use, copying, disclosure, dissemination or distribution is
strictly prohibited.  If you are not the intended recipient, please notify
the sender immediately by return e-mail, delete this communication and
destroy all copies.

*

Instructions for managing your mailing list subscription are provided in
the Listserv General Users Guide available at http://www.lsoft.com
Archive: http://vm.akh-wien.ac.at/MQSeries.archive



_
Add photos to your messages with MSN 8. Get 2 months FREE*.
http://join.msn.com/?page=features/featuredemail

Instructions for managing your mailing list subscription are provided in
the Listserv General Users Guide available at http://www.lsoft.com
Archive: http://vm.akh-wien.ac.at/MQSeries.archive



error using new mqsiexportmsgflows from support pac IC01

2003-01-27 Thread Dennis Bryngelson
We are running V2.1 on WindowsNT.   I installed support pac   IC01.  I am
trying to use  "mqsiexportmsgflows"  and get the following errors.

file: C:\Program Files\IBM\Websphere Integrator V2.1\Tool\Parser:  1,0:
Invalid Document structure
file: C:\Program Files\IBM\Websphere Integrator V2.1\Tool\Parser:  1,  11:
Document must start with "mailto:[EMAIL PROTECTED]
*

PRIVILEGED AND CONFIDENTIAL: This communication, including attachments, is
for the exclusive use of addressee and may contain proprietary,
confidential and/or privileged information.  If you are not the intended
recipient, any use, copying, disclosure, dissemination or distribution is
strictly prohibited.  If you are not the intended recipient, please notify
the sender immediately by return e-mail, delete this communication and
destroy all copies.

*

Instructions for managing your mailing list subscription are provided in
the Listserv General Users Guide available at http://www.lsoft.com
Archive: http://vm.akh-wien.ac.at/MQSeries.archive