<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments for Roger&#039;s Blog on MQ, Java, C, etc...</title>
	<atom:link href="http://www.capitalware.biz/rl_blog/?feed=comments-rss2" rel="self" type="application/rss+xml" />
	<link>http://www.capitalware.biz/rl_blog</link>
	<description>A blog about WebSphere MQ, Java, C and other things developers or MQAdmins need to know.</description>
	<lastBuildDate>Fri, 10 May 2013 16:55:31 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>Comment on New: Universal File Mover v1.0.5 by Roger Lacroix</title>
		<link>http://www.capitalware.biz/rl_blog/?p=2219#comment-892</link>
		<dc:creator>Roger Lacroix</dc:creator>
		<pubDate>Fri, 10 May 2013 16:55:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.capitalware.biz/rl_blog/?p=2219#comment-892</guid>
		<description><![CDATA[Hi,
&lt;strong&gt;&lt;em&gt;&lt;blockquote&gt;it will extend the UFM with one more technology.&lt;/blockquote&gt;&lt;/em&gt;&lt;/strong&gt;
But it is pointless.  UFM is a self-contained MFT (managed file transfer) system.  I would say the same thing if you were asking to support .NET or Oracle DB.  Sure, it might be &quot;one more technology&quot; but from UFM usage, it is pointless.
&lt;strong&gt;&lt;em&gt;&lt;blockquote&gt;CWSX.java&lt;/blockquote&gt;&lt;/em&gt;&lt;/strong&gt;
That class is to support Capitalware customers who have purchased MQ Authenticate User Security Exit (MQAUSX). If you really want to build the source files (I don&#039;t know why), then comment out that class file.
&lt;strong&gt;&lt;em&gt;&lt;blockquote&gt;MyMQ.java:[133,17] error: cannot access ConnectionManager&lt;/blockquote&gt;&lt;/em&gt;&lt;/strong&gt;
That&#039;s an MQ related error.
&lt;strong&gt;&lt;em&gt;&lt;blockquote&gt;Please update the code, or provide the jar’s&lt;/blockquote&gt;&lt;/em&gt;&lt;/strong&gt;
I have no idea why you want to build the source code but you need to understand MQ to do so.  Secondly, the complete build of ALL UFM JAR files is provided, so why don&#039;t you use them.  

If you are trying to take UFM source code and put it with your code, that will mostly likely not work as it is specifically designed as a MFT system.

Finally, UFM and UFM Status Monitor are licensed under Apache License 2. They are free to use but &lt;strong&gt;support is not included&lt;/strong&gt;. A support license may be purchased.  Therefore, if you want help with building UFM, you will need to purchase a support contract.

Regards,
Roger Lacroix
Capitalware Inc.]]></description>
		<content:encoded><![CDATA[<p>Hi,<br />
<strong><em><br />
<blockquote>it will extend the UFM with one more technology.</p></blockquote>
<p></em></strong><br />
But it is pointless.  UFM is a self-contained MFT (managed file transfer) system.  I would say the same thing if you were asking to support .NET or Oracle DB.  Sure, it might be &#8220;one more technology&#8221; but from UFM usage, it is pointless.<br />
<strong><em><br />
<blockquote>CWSX.java</p></blockquote>
<p></em></strong><br />
That class is to support Capitalware customers who have purchased MQ Authenticate User Security Exit (MQAUSX). If you really want to build the source files (I don&#8217;t know why), then comment out that class file.<br />
<strong><em><br />
<blockquote>MyMQ.java:[133,17] error: cannot access ConnectionManager</p></blockquote>
<p></em></strong><br />
That&#8217;s an MQ related error.<br />
<strong><em><br />
<blockquote>Please update the code, or provide the jar’s</p></blockquote>
<p></em></strong><br />
I have no idea why you want to build the source code but you need to understand MQ to do so.  Secondly, the complete build of ALL UFM JAR files is provided, so why don&#8217;t you use them.  </p>
<p>If you are trying to take UFM source code and put it with your code, that will mostly likely not work as it is specifically designed as a MFT system.</p>
<p>Finally, UFM and UFM Status Monitor are licensed under Apache License 2. They are free to use but <strong>support is not included</strong>. A support license may be purchased.  Therefore, if you want help with building UFM, you will need to purchase a support contract.</p>
<p>Regards,<br />
Roger Lacroix<br />
Capitalware Inc.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on New: Universal File Mover v1.0.5 by Omer</title>
		<link>http://www.capitalware.biz/rl_blog/?p=2219#comment-890</link>
		<dc:creator>Omer</dc:creator>
		<pubDate>Fri, 10 May 2013 09:37:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.capitalware.biz/rl_blog/?p=2219#comment-890</guid>
		<description><![CDATA[HI,

it will extend the UFM with one more technology.

I have tried to compile the code and have got the error that biz.capitalware.mqausx is missing:

----------------------------------------------------------------------------------------------------------------------------
[ERROR] \workspace\UFW\src\main\java\biz\capitalware\ufm\mq\CWSX.java:[5,29] error: package biz.capitalware.mqausx does
not exist
[ERROR] \workspace\UFW\src\main\java\biz\capitalware\ufm\mq\CWSX.java:[6,29] error: package biz.capitalware.mqausx does
not exist
[ERROR] \workspace\UFW\src\main\java\biz\capitalware\ufm\mq\MyMQ.java:[133,17] error: cannot access ConnectionManager
[ERROR] \workspace\UFW\src\main\java\biz\capitalware\ufm\mq\CWSX.java:[38,24] error: cannot find symbol
[ERROR] \workspace\UFW\src\main\java\biz\capitalware\ufm\mq\CWSX.java:[40,24] error: cannot find symbol
[ERROR] \workspace\UFW\src\main\java\biz\capitalware\ufm\mq\CWSX.java:[42,24] error: cannot find symbol
[ERROR] \workspace\UFW\src\main\java\biz\capitalware\ufm\mq\CWSX.java:[47,24] error: cannot find symbol
[ERROR] \workspace\UFW\src\main\java\biz\capitalware\ufm\mq\CWSX.java:[49,24] error: cannot find symbol
[ERROR] \workspace\UFW\src\main\java\biz\capitalware\ufm\mq\CWSX.java:[51,24] error: cannot find symbol

Please update the code, or provide the jar&#039;s :)

Thanks in advance.

Omer]]></description>
		<content:encoded><![CDATA[<p>HI,</p>
<p>it will extend the UFM with one more technology.</p>
<p>I have tried to compile the code and have got the error that biz.capitalware.mqausx is missing:</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
[ERROR] \workspace\UFW\src\main\java\biz\capitalware\ufm\mq\CWSX.java:[5,29] error: package biz.capitalware.mqausx does<br />
not exist<br />
[ERROR] \workspace\UFW\src\main\java\biz\capitalware\ufm\mq\CWSX.java:[6,29] error: package biz.capitalware.mqausx does<br />
not exist<br />
[ERROR] \workspace\UFW\src\main\java\biz\capitalware\ufm\mq\MyMQ.java:[133,17] error: cannot access ConnectionManager<br />
[ERROR] \workspace\UFW\src\main\java\biz\capitalware\ufm\mq\CWSX.java:[38,24] error: cannot find symbol<br />
[ERROR] \workspace\UFW\src\main\java\biz\capitalware\ufm\mq\CWSX.java:[40,24] error: cannot find symbol<br />
[ERROR] \workspace\UFW\src\main\java\biz\capitalware\ufm\mq\CWSX.java:[42,24] error: cannot find symbol<br />
[ERROR] \workspace\UFW\src\main\java\biz\capitalware\ufm\mq\CWSX.java:[47,24] error: cannot find symbol<br />
[ERROR] \workspace\UFW\src\main\java\biz\capitalware\ufm\mq\CWSX.java:[49,24] error: cannot find symbol<br />
[ERROR] \workspace\UFW\src\main\java\biz\capitalware\ufm\mq\CWSX.java:[51,24] error: cannot find symbol</p>
<p>Please update the code, or provide the jar&#8217;s <img src='http://www.capitalware.biz/rl_blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Thanks in advance.</p>
<p>Omer</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on New: Universal File Mover v1.0.5 by Roger Lacroix</title>
		<link>http://www.capitalware.biz/rl_blog/?p=2219#comment-886</link>
		<dc:creator>Roger Lacroix</dc:creator>
		<pubDate>Wed, 08 May 2013 23:00:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.capitalware.biz/rl_blog/?p=2219#comment-886</guid>
		<description><![CDATA[Hi,

Why?  What would be gained by adding/switching to MQ JMS?  

UFM is a managed file transfer application, it is not an interactive server application.

Regards,
Roger Lacroix
Capitalware Inc.]]></description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Why?  What would be gained by adding/switching to MQ JMS?  </p>
<p>UFM is a managed file transfer application, it is not an interactive server application.</p>
<p>Regards,<br />
Roger Lacroix<br />
Capitalware Inc.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on New: Universal File Mover v1.0.5 by Omer</title>
		<link>http://www.capitalware.biz/rl_blog/?p=2219#comment-883</link>
		<dc:creator>Omer</dc:creator>
		<pubDate>Wed, 08 May 2013 07:37:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.capitalware.biz/rl_blog/?p=2219#comment-883</guid>
		<description><![CDATA[Hi,

the software is great. Have you think about to add a JMS part to this also ? 
Regards,
Omer]]></description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>the software is great. Have you think about to add a JMS part to this also ?<br />
Regards,<br />
Omer</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on MQTC v2.0.1.3 is listed in Global WebSphere Community calendar by Greg Calderon</title>
		<link>http://www.capitalware.biz/rl_blog/?p=2355#comment-879</link>
		<dc:creator>Greg Calderon</dc:creator>
		<pubDate>Tue, 07 May 2013 15:43:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.capitalware.biz/rl_blog/?p=2355#comment-879</guid>
		<description><![CDATA[Thanks Roger,  hope we can work together again in the future]]></description>
		<content:encoded><![CDATA[<p>Thanks Roger,  hope we can work together again in the future</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Yes, Virginia, T.Rob Wyatt will be Speaking at MQTC by T.Rob</title>
		<link>http://www.capitalware.biz/rl_blog/?p=2363#comment-840</link>
		<dc:creator>T.Rob</dc:creator>
		<pubDate>Wed, 24 Apr 2013 18:56:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.capitalware.biz/rl_blog/?p=2363#comment-840</guid>
		<description><![CDATA[It&#039;s not actually me that will be speaking.  It&#039;s a very clever bot.  The best thing about being autistic is how easy it is to make a robot that talks just like you.  I&#039;ve secretly been remotely controlling it from an undisclosed tropical location for the last 5 years.]]></description>
		<content:encoded><![CDATA[<p>It&#8217;s not actually me that will be speaking.  It&#8217;s a very clever bot.  The best thing about being autistic is how easy it is to make a robot that talks just like you.  I&#8217;ve secretly been remotely controlling it from an undisclosed tropical location for the last 5 years.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on MQTC v2.0.1.3 is listed in Global WebSphere Community calendar by Roger Lacroix</title>
		<link>http://www.capitalware.biz/rl_blog/?p=2355#comment-826</link>
		<dc:creator>Roger Lacroix</dc:creator>
		<pubDate>Fri, 19 Apr 2013 14:36:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.capitalware.biz/rl_blog/?p=2355#comment-826</guid>
		<description><![CDATA[Hi,

I have never changed a MQ UserID from a domain controller to a local account but you should use the &quot;Prepare WebSphere MQ Wizard&quot; to change your network settings.

Or you could try using: 
AMQMSRVN -user [domain]\[userid] -password [password]

where [domain] is your local Windows PC.

Regards,
Roger Lacroix
Capitalware Inc.]]></description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I have never changed a MQ UserID from a domain controller to a local account but you should use the &#8220;Prepare WebSphere MQ Wizard&#8221; to change your network settings.</p>
<p>Or you could try using:<br />
AMQMSRVN -user [domain]\[userid] -password [password]</p>
<p>where [domain] is your local Windows PC.</p>
<p>Regards,<br />
Roger Lacroix<br />
Capitalware Inc.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on MQTC v2.0.1.3 is listed in Global WebSphere Community calendar by Greg Calderon</title>
		<link>http://www.capitalware.biz/rl_blog/?p=2355#comment-825</link>
		<dc:creator>Greg Calderon</dc:creator>
		<pubDate>Fri, 19 Apr 2013 13:42:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.capitalware.biz/rl_blog/?p=2355#comment-825</guid>
		<description><![CDATA[Hi Roger,  I tested a Capitalware product some time ago and I was hoping you point me in the right direction with a permissions issue that I have.  I have an MQv6 install on windows server 2003 R2 which was configured with domain controller.  Is there some way to remove it form the domain controller short of a re-install?]]></description>
		<content:encoded><![CDATA[<p>Hi Roger,  I tested a Capitalware product some time ago and I was hoping you point me in the right direction with a permissions issue that I have.  I have an MQv6 install on windows server 2003 R2 which was configured with domain controller.  Is there some way to remove it form the domain controller short of a re-install?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Multi-threaded version of amqscnxc by Frank Bright</title>
		<link>http://www.capitalware.biz/rl_blog/?p=2261#comment-796</link>
		<dc:creator>Frank Bright</dc:creator>
		<pubDate>Wed, 03 Apr 2013 20:10:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.capitalware.biz/rl_blog/?p=2261#comment-796</guid>
		<description><![CDATA[Long time since I have done anything on the listserv but I keep watching....this one looked interesting]]></description>
		<content:encoded><![CDATA[<p>Long time since I have done anything on the listserv but I keep watching&#8230;.this one looked interesting</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Super Bowl by Roger Lacroix</title>
		<link>http://www.capitalware.biz/rl_blog/?p=2125#comment-709</link>
		<dc:creator>Roger Lacroix</dc:creator>
		<pubDate>Wed, 06 Feb 2013 20:44:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.capitalware.biz/rl_blog/?p=2125#comment-709</guid>
		<description><![CDATA[All,

Here is the result from Super Bowl game:

- Small Sliding scale was 1-0.
- Fibonacci Sliding scale was 1-0.

Regards,
Roger Lacroix]]></description>
		<content:encoded><![CDATA[<p>All,</p>
<p>Here is the result from Super Bowl game:</p>
<p>- Small Sliding scale was 1-0.<br />
- Fibonacci Sliding scale was 1-0.</p>
<p>Regards,<br />
Roger Lacroix</p>
]]></content:encoded>
	</item>
</channel>
</rss>
