Author |
Message |
Topic: FTE Monitoring Question |
kimmyj
Replies: 13 Views: 17636
|
Forum: IBM MQ File Transfer Edition Posted: Tue Oct 18, 2011 5:26 pm Subject: FTE Monitoring Question |
Hi Fundoo
We have done this successfully at a client site using ANT scripts and having an archive directory to where the files get moved before they get transferred. We haven't had an impact in the ... |
Topic: File Transfer as text (from mainframe to unix)removes spaces |
kimmyj
Replies: 4 Views: 8710
|
Forum: IBM MQ File Transfer Edition Posted: Tue Oct 18, 2011 5:19 pm Subject: File Transfer as text (from mainframe to unix)removes spaces |
I heard it is going to be an option in the latest fix pack (7.0.1.5).
So will have to wait for this.
It's only the trailing white space that is the issue. |
Topic: XA Error WMQFTE Windows - Oracle DB Linux |
kimmyj
Replies: 7 Views: 13293
|
Forum: IBM MQ File Transfer Edition Posted: Mon Aug 29, 2011 7:50 pm Subject: XA Error WMQFTE Windows - Oracle DB Linux |
Do you have your tnsnames.ora specified?
I assume this is for the database logger?
Are you connecting to a SID or a SERVICE_NAME?
SERVICE_NAME (Oracle RAC) isn't supported. |
Topic: File Transfer as text (from mainframe to unix)removes spaces |
kimmyj
Replies: 4 Views: 8710
|
Forum: IBM MQ File Transfer Edition Posted: Tue Aug 02, 2011 3:03 pm Subject: File Transfer as text (from mainframe to unix)removes spaces |
Sorry - I should have been more clear - we are doing this transfer from an WMQFTE Agent on the mainframe to a WMQFTE Agent on a distributed platform. Using type=text.
SFTP/FTP is not in the picture.
... |
Topic: FTE basic features |
kimmyj
Replies: 6 Views: 8650
|
Forum: IBM MQ File Transfer Edition Posted: Mon Aug 01, 2011 7:59 pm Subject: FTE basic features |
I've got ANT scripts (utilising Javascript where necessary) to do 1-4.
It was pretty straight forward and repeatable.
Cheers
Kim |
Topic: Please help me in understanding ftecreatemonitor on V7.0.3 |
kimmyj
Replies: 1 Views: 5319
|
Forum: IBM MQ File Transfer Edition Posted: Mon Aug 01, 2011 7:56 pm Subject: Please help me in understanding ftecreatemonitor on V7.0.3 |
I am pretty sure it depends how many concurrent transfers you have specified in the agent.properties file.
You would also need to make sure the agent JVM is sized adequately to process this many co ... |
Topic: deploying Message broker flows on to Data power XI50? |
kimmyj
Replies: 8 Views: 21802
|
Forum: WebSphere DataPower Posted: Mon Aug 01, 2011 6:58 pm Subject: deploying Message broker flows on to Data power XI50? |
Also you could use the XML Mapping node on Broker to create the XSL and upload the XSL into DP.
Not as pretty as you might make your own XSL but functional. |
Topic: File Transfer as text (from mainframe to unix)removes spaces |
kimmyj
Replies: 4 Views: 8710
|
Forum: IBM MQ File Transfer Edition Posted: Mon Aug 01, 2011 6:14 pm Subject: File Transfer as text (from mainframe to unix)removes spaces |
Hi all
Facing a curious problem when doing a file transfer from the mainframe to a unix box. When we set the type=text then the spaces in the message get removed.
When we set the type=binary, t ... |
Topic: MQ V7 multi-instance queue manager HA vs Load balancing |
kimmyj
Replies: 17 Views: 25267
|
Forum: Clustering Posted: Mon Jul 18, 2011 7:52 pm Subject: MQ V7 multi-instance queue manager HA vs Load balancing |
I've just set up MI QM in a cluster.
then I found this PDF with do's and don'ts in and switched my FR to another qmgr....
http://www-01.ibm.com/support/docview.wss?uid=swg27018127&aid=1
We ... |
Topic: What (S)FTP Server? |
kimmyj
Replies: 4 Views: 9380
|
Forum: IBM MQ File Transfer Edition Posted: Fri Nov 05, 2010 8:27 pm Subject: What (S)FTP Server? |
The DataPower SFTP server for sure (XI50 and XB60). Assume you would call these Unix in your configuration?? |
Topic: Agents Hanging on Multi-Transfers |
kimmyj
Replies: 1 Views: 5172
|
Forum: IBM MQ File Transfer Edition Posted: Fri Nov 05, 2010 8:11 pm Subject: Agents Hanging on Multi-Transfers |
Are you doing a call command in the ant script? If so - you will be running out of threads, and tie up the existing ones - so the transfer will just hang.
Usually agents can manage around 24 concurre ... |
Topic: Adding MQ JMS header properties |
kimmyj
Replies: 1 Views: 12465
|
Forum: WebSphere DataPower Posted: Tue May 13, 2008 9:20 pm Subject: Adding MQ JMS header properties |
Yes, as far as I am aware you can do this in an XSL transformation |
Topic: mqseries + MTS |
kimmyj
Replies: 8 Views: 8852
|
Forum: IBM MQ API Support Posted: Wed Jun 15, 2005 9:42 am Subject: mqseries + MTS |
So does this XA stuff also work with the Biztalk Adapter for MQ? |
Topic: more than 1 queue manager with the same name |
kimmyj
Replies: 7 Views: 7106
|
Forum: Clustering Posted: Mon Jun 06, 2005 12:23 pm Subject: more than 1 queue manager with the same name |
superb - thanks I will try that.
It should work in an mscs cluster of 4 qmgrs - was going to use mscs for load balancing and possibly failover so the putting app goes for alias at v.ip and the gett ... |
Topic: more than 1 queue manager with the same name |
kimmyj
Replies: 7 Views: 7106
|
Forum: Clustering Posted: Mon Jun 06, 2005 11:46 am Subject: more than 1 queue manager with the same name |
Ahh OK so that is the shared queuing.....what a shame its only on zOS.
Thanks for answering my question though - I guess that rules that design out and its back to plan B
... which is active ... |