Author |
Message
|
anandsitha |
Posted: Thu Aug 11, 2011 12:20 am Post subject: Dynamically changing the input node ftp details |
|
|
Acolyte
Joined: 26 Jul 2011 Posts: 59
|
Hi-
Is it possible to configure ftp details dynamically in file input node or fte input node. because i am going to pull files from different servers.
Regards
Sithanandam.V |
|
Back to top |
|
 |
zpat |
Posted: Thu Aug 11, 2011 1:08 am Post subject: |
|
|
 Jedi Council
Joined: 19 May 2001 Posts: 5866 Location: UK
|
You could have several file input nodes in a single message flow.
You say "dynamic" - but how would a flow work like that - the fileinput has to start the flow.
What you need is a way to read files during a flow. Try the FileRead Node and set the environment variables in ESQL beforehand. |
|
Back to top |
|
 |
anandsitha |
Posted: Thu Aug 11, 2011 1:39 am Post subject: |
|
|
Acolyte
Joined: 26 Jul 2011 Posts: 59
|
Hi zpat-
Thanks for the answer.
I want to pull file from different server
1. Server A is having xml file format,
2. Server B is having text file format.
My question is using FileRead node is it possible to read different types of files from 2 different server ?
Regards
Sithanandam.V |
|
Back to top |
|
 |
zpat |
Posted: Thu Aug 11, 2011 2:09 am Post subject: |
|
|
 Jedi Council
Joined: 19 May 2001 Posts: 5866 Location: UK
|
If you invoked the FileRead node twice, then yes. It's known in the trade as a loop.
Or simply have two FileRead nodes in your flow. Rocket science it is not! |
|
Back to top |
|
 |
anandsitha |
Posted: Fri Sep 02, 2011 12:05 am Post subject: Dynamically changing the input file read properties |
|
|
Acolyte
Joined: 26 Jul 2011 Posts: 59
|
Hi Zpat-
I can have 2 FileRead Node but in future it may get increased. I dont want to add again and again. Just want to make it generic.
FileInput---->FileRead---->Compute---->MqOutput
will this work.
I am getting the following error
Code: |
flow node of type 'ComIbmFileReadNode', in message flow 'DynamicReadMsgFlow'. The broker cannot create nodes of this type because an implementation library for this node type does not exist in the LIL path.
Ensure that the LIL path is correct, and that it contains all the required node implementation libraries, including those supplied by IBM. The node name is case sensitive, therefore check that the toolkit and runtime names match. If the broker is trying to create a node type that ends in 'NodeNode', ensure that when the node was registered with the toolkit the name registered did not end in 'Node'.
Also ensure that you have saved the message flow, and any nested message flows. Redeploy the new configuration to the broker, specifying a complete configuration. If the LIL file is correct, check that the message node type is correct.
The task was unsuccessful: The deployment was unsuccessful. Check error messages above for explanation.
|
|
|
Back to top |
|
 |
mqjeff |
Posted: Fri Sep 02, 2011 3:52 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
You have either not fixpacked your runtime or you have not enabled the latest fixpack capabilities in your runtime.
mqsilist <Broker name> will tell you the cause. |
|
Back to top |
|
 |
fjb_saper |
Posted: Fri Sep 02, 2011 7:15 am Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
mqjeff wrote: |
You have either not fixpacked your runtime or you have not enabled the latest fixpack capabilities in your runtime.
mqsilist <Broker name> will tell you the cause. |
Did you mean mqsilist <Broker name> or did you mean mqsiservice <Broker name> ?  _________________ MQ & Broker admin |
|
Back to top |
|
 |
anandsitha |
Posted: Thu Sep 08, 2011 4:17 am Post subject: |
|
|
Acolyte
Joined: 26 Jul 2011 Posts: 59
|
Hi-
I have updated the fixpack 7.0.0.3. Now my mqsiservice MB7BROKER giving the following details. Could you please check whether i have installed the fixpack correctly.
Code: |
Fixpack capability level = '7.0.0.3' (effective level '7.0.0.1')
|
Regards
Sithanandam |
|
Back to top |
|
 |
Vitor |
Posted: Thu Sep 08, 2011 4:18 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
anandsitha wrote: |
Could you please check whether i have installed the fixpack correctly. |
This is the 3rd time you've asked this, twice after you were told the answer.
Stop asking the same question!!!!  _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
|