質問する質問する
 

回答済みEDIFACT Service Schema not found

  • 2009年11月18日 10:18Marcel Hamann ユーザーのメダルユーザーのメダルユーザーのメダルユーザーのメダルユーザーのメダル
     
    Hi all.

    I try to receive an EDIFACT-Message in my orchestration.
    I read data from a file in a receive location. When I put my EDI File into that location I get an error message in the eventlog (translated from german):

    EDIFACT-Serviceschema not found.

    In my iroject I included the EDIFACT_ServiceSchemaExtension.xsd. What else is missing to make it work?

    Thanks for your answers,

    Marcel

回答

  • 2009年11月18日 11:49willjr20 ユーザーのメダルユーザーのメダルユーザーのメダルユーザーのメダルユーザーのメダル
     回答済み
    Hi Marcel,

    This eventlog entry is indicative of two possible errors.  The first is the X12 or EDIFACT ServiceSchema is not deployed and the second is that the receive pipeline could not process the incoming interchange, because the Header/control segments in the interchange did not conform to the X12 or EDIFACT ServiceSchema.

    Thanks,

    William

  • 2009年11月18日 13:22Marcel Hamann ユーザーのメダルユーザーのメダルユーザーのメダルユーザーのメダルユーザーのメダル
     回答済み
    Thanks for the answer.
    I forgot to reference to the EDI Assembly.

    But I have problems testing it as I am missing an EDIFACT message to test. Does anyone know where to find a working EDIFACT ORDERS_D96A message?

すべての返信

  • 2009年11月18日 10:23Marcel Hamann ユーザーのメダルユーザーのメダルユーザーのメダルユーザーのメダルユーザーのメダル
     
    Maybe I should add that I use a pipeline consisting only of a EDI-Disassembler.
    And the disassembler is throwing the error message.
  • 2009年11月18日 11:49willjr20 ユーザーのメダルユーザーのメダルユーザーのメダルユーザーのメダルユーザーのメダル
     回答済み
    Hi Marcel,

    This eventlog entry is indicative of two possible errors.  The first is the X12 or EDIFACT ServiceSchema is not deployed and the second is that the receive pipeline could not process the incoming interchange, because the Header/control segments in the interchange did not conform to the X12 or EDIFACT ServiceSchema.

    Thanks,

    William

  • 2009年11月18日 13:22Marcel Hamann ユーザーのメダルユーザーのメダルユーザーのメダルユーザーのメダルユーザーのメダル
     回答済み
    Thanks for the answer.
    I forgot to reference to the EDI Assembly.

    But I have problems testing it as I am missing an EDIFACT message to test. Does anyone know where to find a working EDIFACT ORDERS_D96A message?
  • 2009年11月25日 4:09willjr20 ユーザーのメダルユーザーのメダルユーザーのメダルユーザーのメダルユーザーのメダル
     
    Hi Marcel,

    You could generate a test message from your schema in Visual Studio or you could google for ORDERS_D96A sample message.

    Thanks,

    William