I installed SupportPac IA0X and created MessageFlow
Established like lower part but If give gracious consideration to file transfer by FTP, MessageFlow killed.
Seem to be lacking what it is. Inform perfect order in IA0X establishment
[b]How does MQMD that must register to ESQL become?[/b]
CREATE COMPUTE MODULE FTP_Compute
CREATE FUNCTION Main() RETURNS BOOLEAN
BEGIN
CALL CopyEntireMessage();
SET OutputRoot.MQMD = InputRoot.MQMD;
SET OutputRoot.MQMD.UserIdentifier = 'mqsi';
RETURN TRUE;
END;
CREATE PROCEDURE CopyMessageHeaders() BEGIN
DECLARE I INTEGER 1;
DECLARE J INTEGER;
SET J = CARDINALITY(InputRoot.*[]);
WHILE I < J DO
SET OutputRoot.*[I] = InputRoot.*[I];
SET I = I + 1;
END WHILE;
END;
CREATE PROCEDURE CopyEntireMessage() BEGIN
SET OutputRoot = InputRoot;
END;
END MODULE;
# ftp 150.10.183.248 6600
Connected to 150.10.183.248.
220 Welcome to WMQI FTP Server
Name (150.10.183.248:eone): mqsi
Supported commands are USER PWD CDWD and STOR
Invalid reply.
331 Enter password for 'mqsi' to set userid/password attributes in message localenvironment.
Login failed.
[color=red]# while true^Jdo^Jnetstat -an |grep 6600^Jecho -------------------------------------^Jsleep 1^Jdone[/color]
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