Author |
Message |
Topic: Runtime Design Considerations for Large no of FTP Interfaces |
EternalLearner
Replies: 5 Views: 2208
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Nov 28, 2012 7:25 am Subject: Runtime Design Considerations for Large no of FTP Interfaces |
Hi ,
I've got a requirement to deploy around 400 interfaces with FTP on both input and output side into message broker v8 running on Windows 2008.
The frequency of the files coming are very less ... |
Topic: Creating a csv file from from mq messages and FTP It |
EternalLearner
Replies: 14 Views: 7156
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Sep 17, 2012 2:36 am Subject: Creating a csv file from from mq messages and FTP It |
Hi,
Based on the discussions above some more information.
The OS is windows 2008.
There won't probably be any performance enhancement requirement in future as the process is asynchronous in ... |
Topic: Creating a csv file from from mq messages and FTP It |
EternalLearner
Replies: 14 Views: 7156
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Sep 14, 2012 6:51 am Subject: Creating a csv file from from mq messages and FTP It |
Breaks when more than one message flow is trying to read/write the file.
Use of an in-memory solution would be the best.
Here it shouldn't be the isssue as only one flow instance will wr ... |
Topic: Creating a csv file from from mq messages and FTP It |
EternalLearner
Replies: 14 Views: 7156
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Sep 14, 2012 6:07 am Subject: Creating a csv file from from mq messages and FTP It |
I might tend to prefer to store the messages on a database rather than a queue.
Would be interested to know why would you prefer that if the messages are persistant.
Thanks. |
Topic: Creating a csv file from from mq messages and FTP It |
EternalLearner
Replies: 14 Views: 7156
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Sep 14, 2012 2:52 am Subject: Creating a csv file from from mq messages and FTP It |
Hi ,
I could get rid of immediate file wrting without waiting for finish file with changing 'Record definition' property' on FileOutput. I should've got it earlier.
However would like to know y ... |
Topic: Creating a csv file from from mq messages and FTP It |
EternalLearner
Replies: 14 Views: 7156
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Sep 14, 2012 2:21 am Subject: Creating a csv file from from mq messages and FTP It |
Hi,
I've got a requirement where I need to create a csv file at a parrticular time near the end of the day from all the messsages in a queue and the FTP it. In case of no message in a day still an ... |
Topic: Doing FTP Once Everyday At A Fixed Time |
EternalLearner
Replies: 5 Views: 3177
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Aug 09, 2012 6:44 am Subject: Doing FTP Once Everyday At A Fixed Time |
Thanks all for the suggestions. I've got the technical aspects available for this. However following are the project decisions which I've to abide by.
1. Can't use MQFTE. Need to use Broker
2. T ... |
Topic: Doing FTP Once Everyday At A Fixed Time |
EternalLearner
Replies: 5 Views: 3177
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Aug 09, 2012 2:18 am Subject: Doing FTP Once Everyday At A Fixed Time |
Hi,
I'm having a requirement where need to pick up a file from a remote server once everyday at 8 AM and process it.
However it seems this reading from remote server can't be triggered and rathe ... |
Topic: New Execution Group Creation Criteria |
EternalLearner
Replies: 2 Views: 1491
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jul 30, 2012 7:02 am Subject: New Execution Group Creation Criteria |
Hi ,
Can you please advise me regarding good criterias for creating separate excution group rather than using same execution group while deploying many message flows.
I'm specifically intereste ... |
Topic: mqsisetdbparms with passsword containing special characters |
EternalLearner
Replies: 12 Views: 12205
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jul 25, 2012 5:01 am Subject: mqsisetdbparms with passsword containing special characters |
No the passsword is 15 character long and it is like 'abc12d::er45y)d' .
I think MB 5.1 had the problem of not accepting a password of more than 12 characters.But as ecxpected resolved in subsequen ... |
Topic: mqsisetdbparms with passsword containing special characters |
EternalLearner
Replies: 12 Views: 12205
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jul 20, 2012 9:28 am Subject: mqsisetdbparms with passsword containing special characters |
Yes. It could do it successfully.
Thanks. |
Topic: mqsisetdbparms with passsword containing special characters |
EternalLearner
Replies: 12 Views: 12205
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jul 20, 2012 7:17 am Subject: mqsisetdbparms with passsword containing special characters |
Hi just to add the ftp server is Linux and not AIX. |
Topic: mqsisetdbparms with passsword containing special characters |
EternalLearner
Replies: 12 Views: 12205
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jul 20, 2012 6:44 am Subject: mqsisetdbparms with passsword containing special characters |
Ok..Thanks for letting me know.
But in this case the the broker is running on windows and trying to connect to the ftp server which is in unix(should be AIX).
So i guess it didn't make any diffe ... |
Topic: mqsisetdbparms with passsword containing special characters |
EternalLearner
Replies: 12 Views: 12205
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jul 20, 2012 6:00 am Subject: mqsisetdbparms with passsword containing special characters |
Hi,
Tried it but still getting same error. . I put the password as it is without any escape character or anything.
Just to know how does it make any difference to put -p parameter in mqsise ... |
Topic: mqsisetdbparms with passsword containing special characters |
EternalLearner
Replies: 12 Views: 12205
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jul 20, 2012 2:10 am Subject: mqsisetdbparms with passsword containing special characters |
Hi,
This is Unix.
I tasted the password as it is in a windows ftp server and it worked.
Yes I tried enclosing it in double quotes and having same error as before.
File node ''File Input' ... |