|
Home > Archive > BizTalk Server Applications Integration > May 2005 > Element question
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]
|
|
| Matt V 2005-05-09, 2:47 am |
| Hi All, Thanks to Niklas & Jorge for their replies!
Worked great
Anyway, A requirement for one of my projects is the
inclusion of a timestamp for a biztalk generated schema.
Fairly straightforward, However, this timestamp must not
change for subsequent retries if the first attempt fails.
How do I accomplish?
Thanks
| |
| Khaled M. Hnidk 2005-05-14, 1:16 pm |
| That would require a little bit of work...
configure your adapter - is it custom? - as one trial only have a scope
shape in ur orch with catch block regenerate the message again and throw
retry execpion this will get the orch to retry again with your newly created
message (that have the new timestamp)
however the easier way is to do it in a pipeline
Hp[e this help
Kal
"Matt V" <anonymous@discussions.microsoft.com> wrote in message
news:17be01c5544c$4edfbaa0$a601280a@phx.gbl...
> Hi All, Thanks to Niklas & Jorge for their replies!
> Worked great
>
> Anyway, A requirement for one of my projects is the
> inclusion of a timestamp for a biztalk generated schema.
>
> Fairly straightforward, However, this timestamp must not
> change for subsequent retries if the first attempt fails.
>
> How do I accomplish?
>
> Thanks
|
|
|
|
|