Author |
Message |
Topic: Creating a flow to poll an mqsiarchive directory |
cwazpitt3
Replies: 7 Views: 4356
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Oct 22, 2013 10:04 am Subject: Creating a flow to poll an mqsiarchive directory |
Perhaps it is the following
1) Read the file and see how big it is
2) Pass this data to second flow so that it can read the file again and process it.
This is based upon some of the more recent ... |
Topic: Creating a flow to poll an mqsiarchive directory |
cwazpitt3
Replies: 7 Views: 4356
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Oct 22, 2013 9:57 am Subject: Re: Creating a flow to poll an mqsiarchive directory |
2) Has anyone done this and if so, did you encounter any issues? I'm worried about the file being picked up by the second flow before the first flow is done...that kind of stuff. Any insight would b ... |
Topic: Creating a flow to poll an mqsiarchive directory |
cwazpitt3
Replies: 7 Views: 4356
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Oct 22, 2013 9:54 am Subject: Creating a flow to poll an mqsiarchive directory |
My understanding is that you've got a mqsiarchive folder for a common file input directory used by a number of flows(?).
1) If so, can you do the archiving in your existing flow(s) using a subflow ... |
Topic: Creating a flow to poll an mqsiarchive directory |
cwazpitt3
Replies: 7 Views: 4356
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Oct 21, 2013 10:27 am Subject: Creating a flow to poll an mqsiarchive directory |
I am considering doing what the title suggests, creating a flow that sits on top of an mqsiarchive directory so that we can separate our input files into a folder structure that makes them more access ... |
Topic: Excluding files using pattern |
cwazpitt3
Replies: 5 Views: 4108
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Apr 09, 2013 1:18 pm Subject: Excluding files using pattern |
Good to hear that the issue has been addressed. Bummer that we are nowhere near being on mb8  |
Topic: Excluding files using pattern |
cwazpitt3
Replies: 5 Views: 4108
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Apr 09, 2013 11:20 am Subject: Excluding files using pattern |
That's what I thought. My problem is that if I pull * files, it seems like sometimes it grabs a file before I want it to. I know I can build a file elsewhere and then push it over, but are there any ... |
Topic: Excluding files using pattern |
cwazpitt3
Replies: 5 Views: 4108
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Apr 09, 2013 10:45 am Subject: Excluding files using pattern |
For File Nodes, specifically FileInput, is there any way to use a regex or something in the pattern to exclude files that start with a character? Like lets say I wanted to pickup all files except one ... |
Topic: Anyone ever done Integration with Cognos? |
cwazpitt3
Replies: 7 Views: 4514
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Nov 15, 2012 2:20 pm Subject: Anyone ever done Integration with Cognos? |
If I were writing code to interface with the SDK, I would write all my interface code in a Java jar using plain Eclipse or RAD. I would then call the Jar's subroutines from ESQL or JCN as needed.
I ... |
Topic: Anyone ever done Integration with Cognos? |
cwazpitt3
Replies: 7 Views: 4514
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Nov 15, 2012 1:46 pm Subject: Anyone ever done Integration with Cognos? |
Yes, get the latest WDSL by running ?wsdl once you get the server installed.
http://www-01.ibm.com/support/docview.wss?uid=swg21376739
I already have the wsdl and have tried to import it into br ... |
Topic: Anyone ever done Integration with Cognos? |
cwazpitt3
Replies: 7 Views: 4514
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Nov 15, 2012 1:15 pm Subject: Anyone ever done Integration with Cognos? |
Yes.
http://pic.dhe.ibm.com/infocenter/tivihelp/v15r1/index.jsp?topic=%2Fcom.ibm.omegamon.mes_doc_7.1%2Ft-cognos_install_gui.html
I am not trying to do this for monitoring though but rather just ... |
Topic: Anyone ever done Integration with Cognos? |
cwazpitt3
Replies: 7 Views: 4514
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Nov 14, 2012 7:46 am Subject: Anyone ever done Integration with Cognos? |
I was just wondering really if anyone has ever used Message Broker to trigger creation of reports in Cognos.
We have had calls with IBM Cognos teams and it seems their suggestion is to use their ... |
Topic: FileOutput FTP and GDG |
cwazpitt3
Replies: 4 Views: 5882
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue May 22, 2012 8:59 am Subject: FileOutput FTP and GDG |
I'm also not an expert here, but I don't think it is just that easy. I think there are some site commands that also need to be setup that set the record size and other properties. I did find this
... |
Topic: FileOutput FTP and GDG |
cwazpitt3
Replies: 4 Views: 5882
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue May 22, 2012 8:46 am Subject: FileOutput FTP and GDG |
Hi, I am using MB v7.0.0.2 and wondering if there is any way to do an FTP with a GDG+1 (Generation Data Set) to a mainframe? I don't think it is a built in feature of the FileOutput node, but I wante ... |
Topic: Detecting files > 100MB |
cwazpitt3
Replies: 7 Views: 4735
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Apr 30, 2012 4:44 am Subject: Detecting files > 100MB |
I was interested in the link provided by you, it was helpful for me. Thanks. But I would like to know two things here,
1. The link says to set the Evironment Variable "MQSI_FILENODES_MAXIM ... |
Topic: Detecting files > 100MB |
cwazpitt3
Replies: 7 Views: 4735
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Apr 27, 2012 11:08 am Subject: Detecting files > 100MB |
If all you need to do is to ftp the file out with a FileOutput node, why don't you configure the FileInput node to process the file in Fixed size chunks and run the FileOutput node in append mode. You ... |