|
Home > Archive > BizTalk Server Tools > February 2005 > HAT Reporting - not self cleaning
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 |
HAT Reporting - not self cleaning
|
|
| Kerry Reynolds 2004-12-30, 2:46 am |
| When working in HAT reporting area I seem to have an awful lot of stuff like
schemas and ports left over from orchestrations I was experimenting with. For
some reason they weren't deleted from the reporting area.
How can I get BizTalk to clean all this stuff up?
| |
| Stephen Walls [MSFT] 2005-02-23, 5:58 pm |
|
Hi Kerry,
HAT looks at data in two distinct ways. The "Operations" view retreives
information about messages / instances that exist within the MessageBoxDb -
these are active messages (i.e. pending / in an operation) or messages that
have errored for some reason, whilst the "Reporting" view retreives
information that has been "tracked" and therefore moved to the DTADb.
There are scripts available within the SDK to purge information from the
DTADb - which require some customisation depending upon your implementation.
You can find some further information here
http://msdn.microsoft.com/library/d...amples_qico.asp
--
Stephen Walls [MSFT]
This posting is provided "AS IS" with no warranties, and confers no rights.
"Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm"
"Kerry Reynolds" <KerryReynolds@discussions.microsoft.com> wrote in message
news:E6AF8D6F-1331-4928-B10A-DF1DC72929E3@microsoft.com...
> When working in HAT reporting area I seem to have an awful lot of stuff
> like
> schemas and ports left over from orchestrations I was experimenting with.
> For
> some reason they weren't deleted from the reporting area.
>
> How can I get BizTalk to clean all this stuff up?
| |
| Kerry Reynolds 2005-02-23, 5:58 pm |
|
It seems so obvious now you've pointed it out!
Thanks Stephen.
"Stephen Walls [MSFT]" wrote:
>
> Hi Kerry,
>
> HAT looks at data in two distinct ways. The "Operations" view retreives
> information about messages / instances that exist within the MessageBoxDb -
> these are active messages (i.e. pending / in an operation) or messages that
> have errored for some reason, whilst the "Reporting" view retreives
> information that has been "tracked" and therefore moved to the DTADb.
>
> There are scripts available within the SDK to purge information from the
> DTADb - which require some customisation depending upon your implementation.
> You can find some further information here
> http://msdn.microsoft.com/library/d...amples_qico.asp
>
> --
> Stephen Walls [MSFT]
>
> This posting is provided "AS IS" with no warranties, and confers no rights.
> "Use of included script samples are subject to the terms specified at
> http://www.microsoft.com/info/cpyright.htm"
>
>
>
>
> "Kerry Reynolds" <KerryReynolds@discussions.microsoft.com> wrote in message
> news:E6AF8D6F-1331-4928-B10A-DF1DC72929E3@microsoft.com...
>
>
>
|
|
|
|
|