Author |
Message
|
regonda |
Posted: Thu Apr 02, 2009 4:31 am Post subject: Deployment is not working |
|
|
 Apprentice
Joined: 08 Apr 2008 Posts: 43
|
Hi All,
I have some problem with the deployment now. and the problem is.....
I have made some changes to ESQL and deployed the sources to the broker, but the deployment seems to be not working.
I could see the suucessful notifications in the event Log editor and also could see that the timestamp of the flow running under the EG which i have deployed to is also showing the latest time.
and interestingly, the proporties file fetched using the command "mqsireportproperties" also showing the changed sources in it.
From all these points I suppose that the deployment is successful but the code changes which i made are not getting reflected when a pass a sample XML file.
Could anyone please help me in this regard.
many thanks in advance.
regards,
Harish |
|
Back to top |
|
 |
WMBDEV1 |
Posted: Thu Apr 02, 2009 4:39 am Post subject: |
|
|
Sentinel
Joined: 05 Mar 2009 Posts: 888 Location: UK
|
Can an admin move this to the broker section please?
In the mean time.....
All your comments seem to indicate a good deployment
How many open input counts are on the input queue to your flow? I've seen some deployments leave old versions of a flow running on a queue which i've then managed to kill to resolve the issue.
If you run user trace, can you see the new elements of the flow / ESQL being executed in there? |
|
Back to top |
|
 |
regonda |
Posted: Thu Apr 02, 2009 4:47 am Post subject: |
|
|
 Apprentice
Joined: 08 Apr 2008 Posts: 43
|
Hi,
thanks for the prompt response...
Quote: |
How many open input counts are on the input queue to your flow? I've seen some deployments leave old versions of a flow running on a queue which i've then managed to kill to resolve the issue. |
do u mean the number flows running under the EG?
if so, from the tollkit i could see only one flow running under the EG but from the command "mqsilist <BROKER> -e <EG> gives me two flows under it..
could this be the reason???
i still have not run the user trace ... i will run it check...
Regards, Harish |
|
Back to top |
|
 |
WMBDEV1 |
Posted: Thu Apr 02, 2009 5:12 am Post subject: |
|
|
Sentinel
Joined: 05 Mar 2009 Posts: 888 Location: UK
|
I wasnt on about the number of flows under the EG. If you look at the queue status in MQ Explorer it will show the PIDs on the queue, if you have multiple PIDs with an input this could be the scenario i described |
|
Back to top |
|
 |
regonda |
Posted: Thu Apr 02, 2009 5:46 am Post subject: |
|
|
 Apprentice
Joined: 08 Apr 2008 Posts: 43
|
Hi,
As you said, i just had look at the status of the queue and under the "queue handle status for the queue" block, i could see two entries. ( r u referring the same here ?)
but the process id for both entries are same.
should there be only one entry under the above said block?
Regards, Harish |
|
Back to top |
|
 |
WMBDEV1 |
Posted: Thu Apr 02, 2009 6:05 am Post subject: |
|
|
Sentinel
Joined: 05 Mar 2009 Posts: 888 Location: UK
|
Do bot entires have an open input count? are they both DataFlowEngines?
Do you allow additional instances of the flow?
If you stop the flow from the toolikt and kill and remaining pids after a minute, then restart the flow how many pids come back?
Any luck with the trace yet? |
|
Back to top |
|
 |
|