|
Home > Archive > BizTalk Server General > June 2005 > BizTalk 2004 EAI Tutorial issues
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
BizTalk 2004 EAI Tutorial issues
|
|
|
| Hi,
I am working through the first tutorial for BizTalk 2004 (published
1/28/2005) and have hit a few snags.
Firstly, in Module 1, Lesson 2, 'Using BizTalk Schema Editor', 'Modifying
the Request Schema Properties' stage, when I get to Step 9 (setting the
positional length and positional offsets for the schema elements) I cannot
see where I set these properties. Could someone please specifically tell me
where I set these?
Secondly, I get through to building the EAIorchestration project, but get
three errors:
'SendToERP' is declared but never used ('../EAIProcess.odx' Line 257)
'SendDeclinePort' is declared but never used ('../EAIProcess.odx' Line 259)
'RequestDeniedInstance' is declared but never used ('../EAIProcess.odx' Line
261)
The expression (RequestInstance.Item.Quantity > 500) you have entered is not
valid ('../EAIProcess.odx' Line 268)
Unreachable code detected ('../EAIProcess.odx' Line 273)
Any ideas?
Thanks, Alex
| |
| joshlarson 2005-06-23, 5:55 pm |
| Hi Alex,
I know you posted this a long time ago, but I figured I'd reply anyway
in case someone else has the same problem. I can answer your first
question, but not the second one.
The reason that you can't find the Positional Length and Positional
Offset properties is because you added a Child Record instead of a
Child Field Element. Those properties only apply to the Field
Element and Field Attribute node types.
Josh
|
|
|
|
|