The server I'm trying to connect to is also Windows 2003
Unfortunately I'm getting an warning in the event log when I deploy the flow:
Code:
( ESBUAT_BRKR.ESBUAT.INCCOL01 ) File node ''FTP Input'' in message flow ''test.Inbound.ImportRCPPayments''. FTP user identifier supplied as ''rcpid'' is invalid.
The user identifier supplied by a 'securityIdentity' is not valid. It is either missing or there is no 'securityIdentity' definition. FTP processing for this node has been disabled.
Ensure that the 'securityIdentity' is correctly defined using the 'mqsisetdbparms' command. If you adjust these definitions, restart the flow to pick up the new values. The flow FTP processing will be re-enabled automatically. See the WebSphere Message Brokers online documentation section "FtpServer configurable service properties" for more information.
Strangely enough, if I set the username and password incorrectly with mqsisetdbparms I get an error in the event log:
Code:
( ESBUAT_BRKR.ESBUAT.INCCOL01 ) File node ''FTP Input'' in message flow ''test.Inbound. ImportRCPPayments'' cannot login to remote server ''ftp-uk-test.com'' with user name ''wrongusername''. Reason ''530 Login or Password incorrect.''.
And finally, I can get the node to connect successfully to a different ftp server (Unix), without any security id warnings.
Has anyone encountered anything like this? I'm thinking I should raise a PMR
thanks,
Kevin
After a lot of testing it turned out that it was down to the length of the password (34 characters). Shortening the password resolved the issue. Raised a PMR with IBM.
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