websphere-mq-fte
what is the metadata attribute pair in MQFTE ? Why is it used?
I am working with wmqfte. While creating a transfer there is a parameter for metadata attribute pair开发者_运维技巧. Why is this used for ?One of the FTE engagements I worked on required email notific[详细]
2023-03-29 21:41 分类:问答How to run ant script from a shell script?
I need to run an ant script from a shell script and if the ant script is executed successfully I must get the return code 0 or in case of fai开发者_C百科lure 1. Can anyone tell me how can this be achi[详细]
2023-03-21 02:25 分类:问答What is meant by binding mode in WebSphere MQ?
I am working with WebSphere MQ FTE. While reading a document I came across a sentence that the bridge agent connects to loc开发者_JS百科al queue manager through binding mode.What is meant by binding m[详细]
2023-03-11 19:27 分类:问答how can we extract the file extension of a file using ant script?
The scenario is as follows: Therea are three files : test.xls test.txt test.doc I am working with mqfte right now. When these files are transferred to another location the filenames must be as belo[详细]
2023-03-08 17:38 分类:问答How to create a file in distributed system using ant script?
i am working with mqfte. i have to create a empty txt file with the same name as the source file after it is transferred to the des开发者_开发技巧tination. How can do this using ant script?[详细]
2023-03-08 08:30 分类:问答To display a write error when the file to be replaced in destination is used by other applications while transfering using MQFTE?
If a file in destination which is to be replaced by another file is being used or modified by other applications, a write error should be displayed. Instead the file is replac开发者_StackOverflowed wh[详细]
2023-03-03 01:27 分类:问答To display a read error when the source file is used by other applications while transfering using MQFTE?
I need to display a read error when the source file is being used by other applications. For example : Source filename: test.txt Content: Test file.[详细]
2023-03-03 01:21 分类:问答MQRC_OBJECT_ALREADY_EXISTS when WMQ FTE transfer is invoked via ANT script
While trying to invoke a transfer using ANT script I received the below error : \"An internal error has occurred. Product failure data was captured in file \"FFDC.FTE.log\".\"[详细]
2023-02-28 18:23 分类:问答Links and book about MQFTE?
Hi I am working with MQFTE. I need to know 开发者_运维知识库more in detail about how mqfte works and what are the internal process that takes place during a operation.[详细]
2023-02-28 07:19 分类:问答How to obtain return codes for ant tasks in a ant script?
I am working with mqfte. Is it possible to capture the return code of all the ant tasks i have used in a开发者_开发问答 ant script?Within the FTE Ant job, each step will have a SuccessRC specification[详细]
2023-02-26 19:29 分类:问答