BizTalk Server General - Why messages stuck in HAT

This is Interesting: Free IT Magazines  
Home > Archive > BizTalk Server General > December 2005 > Why messages stuck in HAT





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 Why messages stuck in HAT
Jarmo

2005-12-30, 2:49 am

Hello.

BT2004 receive file with FTP (passthru) and then try send port (FTP
passthru) didin't send message destination server.
Message have active status in HAT and those are stuck there. Why?
What I can do?

Jarmo



BA

2005-12-30, 2:49 am

Hello Jarmo,

Often this is permissions related. Check your event viewer and see if you
have any warnings or errors, you should see something. (start > run > eventvwr)

The reason you probably see the messages as active is because BizTalk is
working thru the retries, check your port configuration and you can change
your retry parameters, if you set it to 0 for retries and 0 for time between
retries it should be immediately suspended.

Cheers,
BA
http://biztalkia.blogspot.com/

> Hello.
>
> BT2004 receive file with FTP (passthru) and then try send port (FTP
> passthru) didin't send message destination server.
> Message have active status in HAT and those are stuck there. Why?
> What I can do?
> Jarmo
>



Jarmo

2005-12-30, 2:49 am

Hi,

In event viewer have nothing error message.
I have this FTP sending port one year and that working fine. Last november
something is change and I don't know what that is.

I do again send port and there is default value with retry (3) and retry
interval is 5.

I install SP1 - didin't help
I add CLR Hosting registry with settings of min/max threads- didn't help.

What else I can do?

Jarmo

"BA" <biztalk.architect@gmail.com> wrote in message
news:7127ff7bbfb88c7db3128ed598c@news.microsoft.com...
> Hello Jarmo,
>
> Often this is permissions related. Check your event viewer and see if you
> have any warnings or errors, you should see something. (start > run >
> eventvwr)
>
> The reason you probably see the messages as active is because BizTalk is
> working thru the retries, check your port configuration and you can change
> your retry parameters, if you set it to 0 for retries and 0 for time
> between retries it should be immediately suspended.
>
> Cheers,
> BA
> http://biztalkia.blogspot.com/
>
>
>



BA

2005-12-30, 2:49 am

Hello Jarmo,

You can write debugging statements in your orchestration to make 100% sure
you are actually reaching the send shape. The debugview from sys internals
can show you the statements as the orchestration processes.

You can also attach a debugger with visual studio to chart the progress of
the orchestration.

Not having any error at all tells me either that your orchestration is waiting
on a step to complete or that maybe the orchestration or send port status
is enlisted but not actually started. Are you sure an error connecting to
the FTP destination site didn't stop the send port processing?

Cheers,
BA
http://biztalkia.blogspot.com/
[vbcol=seagreen]
> Hi,
>
> In event viewer have nothing error message.
> I have this FTP sending port one year and that working fine. Last
> november
> something is change and I don't know what that is.
> I do again send port and there is default value with retry (3) and
> retry interval is 5.
>
> I install SP1 - didin't help
> I add CLR Hosting registry with settings of min/max threads- didn't
> help.
> What else I can do?
>
> Jarmo
>
> "BA" <biztalk.architect@gmail.com> wrote in message
> news:7127ff7bbfb88c7db3128ed598c@news.microsoft.com...
>


Jarmo

2005-12-30, 7:55 am

Hi,

I don't have orchestration, only FTP receive passthru and FTP sending
passthru.

I have log file with send port, but there is nothing error. File is empty
because BT don't write nothing because message is active in HAT.

Destination server is Unix (R3). I have few other FTP sending with same
server and those work fine.

This is mystery to me.

Jarmo

"BA" <biztalk.architect@gmail.com> wrote in message
news:7127ff7bbfc78c7db3c240a0c38@news.microsoft.com...
> Hello Jarmo,
>
> You can write debugging statements in your orchestration to make 100% sure
> you are actually reaching the send shape. The debugview from sys
> internals can show you the statements as the orchestration processes.
> You can also attach a debugger with visual studio to chart the progress of
> the orchestration.
>
> Not having any error at all tells me either that your orchestration is
> waiting on a step to complete or that maybe the orchestration or send port
> status is enlisted but not actually started. Are you sure an error
> connecting to the FTP destination site didn't stop the send port
> processing?
>
> Cheers,
> BA
> http://biztalkia.blogspot.com/
>
>
>



BA

2005-12-30, 7:55 am

Hello Jarmo,

Then you are 100% sure your FTP send port is started?

Can you FTP to that specific site manually?

Does the log show a successful login, put, etc?

If you tried to send to a temporary folder instead of direct?

Can you change your send port parameters and send to another FTP location,
see if that works?

If it works sending it to another site then you can probably be sure its
the configuration of the FTP site.

What about restarting the host or a reboot, is that an option.

Dont know what else to try. If I am correct, the FTP adapter waits for a
response and will keep the message active until it gets a successful reply
from the FTP site, dont quote me on that though.

Cheers,
BA
http://biztalkia.blogspot.com/
[vbcol=seagreen]
> Hi,
>
> I don't have orchestration, only FTP receive passthru and FTP sending
> passthru.
>
> I have log file with send port, but there is nothing error. File is
> empty because BT don't write nothing because message is active in HAT.
>
> Destination server is Unix (R3). I have few other FTP sending with
> same server and those work fine.
>
> This is mystery to me.
>
> Jarmo
>
> "BA" <biztalk.architect@gmail.com> wrote in message
> news:7127ff7bbfc78c7db3c240a0c38@news.microsoft.com...
>


Jarmo

2005-12-30, 7:55 am

Hi,

I change only directory path in FTP Transport Properties and then it's work.
Then log show all what happend.
When I try send production directory, then send log write nothing. Message
is stuck in HAT.

production\in\sort\rec -doesn't work
test\in\sort\rec -work fine

I check directory permission on the R3 and those are same.

If I reboot host, then message go on and something old message go on too.
That is strange too.

Jarmo


"BA" <biztalk.architect@gmail.com> wrote in message
news:7127ff7bbfd28c7db4556c9c328@news.microsoft.com...
> Hello Jarmo,
>
> Then you are 100% sure your FTP send port is started?
>
> Can you FTP to that specific site manually?
>
> Does the log show a successful login, put, etc?
>
> If you tried to send to a temporary folder instead of direct?
>
> Can you change your send port parameters and send to another FTP location,
> see if that works?
>
> If it works sending it to another site then you can probably be sure its
> the configuration of the FTP site.
>
> What about restarting the host or a reboot, is that an option.
>
> Dont know what else to try. If I am correct, the FTP adapter waits for a
> response and will keep the message active until it gets a successful reply
> from the FTP site, dont quote me on that though.
>
> Cheers,
> BA
> http://biztalkia.blogspot.com/
>
>
>



Sponsored Links






Free braindumps | Software forum | Database administration forum

Copyright 2003 - 2008 webservertalk.com