08-25-04 10:53 PM
Hello,
>editing the send port (there will be a tracking options enable all)
>
>There is no Option for tracking mails, neither on send ports nor on type
>properties
In Visual Studio, bring up the BizTalk explorer. Right click on the send por
t of interest and select "Edit".
Click on the "Send" folder on the left tree view. There is going to be a "Ge
neral"category. Select it.
Under tracking type, select "Before" and "After".
>HAT) .
>
>Well, in orchestration debugger, it is marked as "sent" (which is actualy
>wrong)
From an orchestartion point of view, when the message is sent to a pipeline,
it is considered "sent".
So we know that the orchestration sent it fine. It is the responsibility of
the adapter to handle failures.
>
>How can i do this?
Use HAT. When you are in the orchestration debugger, there is "Switch to mes
sage flow" under the ""Debug" menu.
You can also right click on the orchestration and select "Message Flow".
You will see all messages sent/receive, ports, properties.
Also, keep an eye on the event log. Message send errors trigger an event log
entry (the adapter has failed to send a message and will retry).
[...]
The SMTP adapter gets the body of the e-mail from the body part of the messa
ge. Is it possible that your body is empty?
The SMTP adapter can also deliver read and delivery confirmation. It sends t
hem to the person specified on the "From" line.
To turn confirnmation on, set the "Notification"property to "Read Receipt"or
"Delivery Receipt" (or both).
[...]
As a last resort mecanism, you could setup netmon and listen for SMTP traffi
c. You would see if there is anything sent or not.
>PS: We did a Undo Checkout, and now we have the same error message
>(assembler cannot reteive...)
>Whats wrong ? :-(
Hard to tell, unfortuantely. One thing that I should point out. Some changes
made to BizTalk do not actually take effect until you shut down the process
ing
host(s) and restart them. Some configuration actually do apply right away ..
. I know this is not really intuitive.
Thanks,
-Gilles.
[ Post a follow-up to this message ]
|