Author |
Message
|
arun57 |
Posted: Wed Jan 30, 2008 3:33 am Post subject: WMB editor error |
|
|
Novice
Joined: 14 Jan 2008 Posts: 21
|
hi
i am getting a strange error. I am using database and compute node in my flow.After putting esql code in one node, it is getting copied to another node automatically. thereby ending up with the same code in both node.
solution with explanation will be more helpful. |
|
Back to top |
|
 |
Vitor |
Posted: Wed Jan 30, 2008 3:41 am Post subject: Re: WMB editor error |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
arun57 wrote: |
solution with explanation will be more helpful. |
A better explaination of your problem would be even more helpful!
What version of the toolkit is this? If it's not the latest version, have you considered upgrading?
When you say "the same code in both node" are you claiming that the ESQL for one node is being used in the other, or that both ESQL segments for the 2 nodes are being placed in the same file? Which is functioning as designed?
More details please; especially how to reproduce the problem (sequence of editing steps) _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
arun57 |
Posted: Wed Jan 30, 2008 3:51 am Post subject: |
|
|
Novice
Joined: 14 Jan 2008 Posts: 21
|
toolkit version-6.0.2
i will explain in better way :-
my flow consist of database node and compute node.first i put code in database node and saved it.now i move onto compute node, here i see the code of database node already present here. i removed this code and coded the compute node according to requirement.i saved it and close the editor.next time when i am opening compute node,i am again finding the whole(removed +latest) code there. same with database node also.
i hope this will clear my problem. |
|
Back to top |
|
 |
Vitor |
Posted: Wed Jan 30, 2008 3:56 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
And if you look in the ESQL file itself (with an external tool) what does that contain?
Have you overriden the toolkit default file handling (possibly for use with a source code repository or similar)?
Is it a deliberate decision to hold the code for the 2 nodes in 2 files? How are you intending to achieve it? _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
arun57 |
Posted: Wed Jan 30, 2008 4:11 am Post subject: |
|
|
Novice
Joined: 14 Jan 2008 Posts: 21
|
i open esql file with an external tool, it is maintaining the code of both the nodes in same editor.there is only one esql file for both the node. Is it creating any problem? |
|
Back to top |
|
 |
jefflowrey |
Posted: Wed Jan 30, 2008 4:18 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
arun57 wrote: |
i open esql file with an external tool, it is maintaining the code of both the nodes in same editor.there is only one esql file for both the node. Is it creating any problem? |
That's normal behavior.
If you want the ESQL for Node A to be in NodeA.esql, and ESQL for Node B to be in NodeB.esql, you can split the code yourself and the Broker won't care. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
Vitor |
Posted: Wed Jan 30, 2008 4:19 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
arun57 wrote: |
i open esql file with an external tool, it is maintaining the code of both the nodes in same editor.there is only one esql file for both the node. Is it creating any problem? |
As I said further up, functioning as designed (or as default). _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
arun57 |
Posted: Wed Jan 30, 2008 4:24 am Post subject: |
|
|
Novice
Joined: 14 Jan 2008 Posts: 21
|
ok...
Thanks for you assistance... |
|
Back to top |
|
 |
|