PRB: The PO_Receive.skv File Refers to a Message Specification Path That Is Not Valid (317537)



The information in this article applies to:

  • Microsoft BizTalk Accelerator for Suppliers, version 1.0

This article was previously published under Q317537

SYMPTOMS

The PO_Receive.skv file includes a path under "Message Specification" that does not exist:

C:\Program Files\Microsoft BizTalk Server\BizTalkServerRepository\DocSpecs\Microsoft\SEToolkit\CS2K_PO.xml

STATUS

This behavior is by design.

MORE INFORMATION

The PO_Receive.skv file that is provided by the BizTalk Accelerator for Supplier (AFS) is used in the AFS purchase order receiving process.

This file performs two actions:
  • Receives a document from a BizTalk Messaging port.
  • Forwards the document to another BizTalk Messaging channel.
The purpose of this .skv is to provide a template so that you can add your business logic. You can add new actions between the existing two actions.

In the original .skv, the Validate messages against the specification check box is clear (not checked). If this check box is clear, the schedule does not need the specification during execution. Therefore, although the specification path is wrong, it still works.

You must correct the path if you want either of the following:
  • You want the schedule to validate the document against the specification.
  • You want to add message fields.

Modification Type:MajorLast Reviewed:11/25/2002
Keywords:kbprb KB317537