Author |
Message
|
dkeister |
Posted: Fri Jun 15, 2007 11:13 am Post subject: Problem with XML.Comment |
|
|
Disciple
Joined: 25 Mar 2002 Posts: 184 Location: Purchase, New York
|
I have a message flow that I'm migrating from 5 to 6. I successfully import the message flow but the following statement hangs the Rebuild process:
set Environment.Variables.Ctl.CORCLTrigger.Load = InputBody.Message.Load.(XML.Content);
If I comment the statement out, the rebuild works. Any suggestions? _________________ Dean Keister |
|
Back to top |
|
 |
alexey |
Posted: Fri Jun 15, 2007 11:56 am Post subject: |
|
|
 Acolyte
Joined: 18 Dec 2003 Posts: 62 Location: Israel
|
set Environment.Variables.Ctl.CORCLTrigger.Load = InputRoot.XML.Message.Load.(XML.Content);
Builds fine (Toolkit 6.0.2) |
|
Back to top |
|
 |
dkeister |
Posted: Fri Jun 15, 2007 12:46 pm Post subject: |
|
|
Disciple
Joined: 25 Mar 2002 Posts: 184 Location: Purchase, New York
|
Thanks, I've just started working with Toolkit 6.0.2 so must be some sort of 'user' error. Thanks for the check. _________________ Dean Keister |
|
Back to top |
|
 |
jefflowrey |
Posted: Fri Jun 15, 2007 2:30 pm Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
Please don't use the XML domain.
Use XMLNS or XMLNSC. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
dkeister |
Posted: Sat Jun 16, 2007 5:33 am Post subject: |
|
|
Disciple
Joined: 25 Mar 2002 Posts: 184 Location: Purchase, New York
|
Thanks for the advice Jeff. I was migrating an application that went from 2.1 to 5 and now to 6. Trying to make as few changes as possible.
However, I'm resisting the temptation to redesign using new features as the flows run on weekly basis so performance is not critical. So, if it ain't broke, don't fix it... _________________ Dean Keister |
|
Back to top |
|
 |
|