04-26-04 11:43 PM
This has probably nothing to do with changing your config.
When the orchestration is still active, this can be normal; as long as the
tracked state has not been "commited" yet, you won't see anything in HAT.
Please try to suspend the service manually and check the service details
again. If you don't see anything in that case, we should look further into
this.
Kind regards,
Christof
"Ron Simmons" <anonymous@discussions.microsoft.com> wrote in message
news:D7089821-F388-4AA0-90F6-DA3D761EFE47@microsoft.com...
> Using BTS204 under Windows Server 2003.
> I have tried to follow the instructions for accessing an application
config file and this seems to work as I've validated that my application has
plucked values from the config file. However, when I attempt to open the
Orchestration Debugger on my executing instance, I receive the error:
"Tracking Database doesn't have any records about thge selected service
instance yet.".
>
> My updated BTSNTSvc.exe.config file looks like this:
> <?xml version="1.0" ?><configuration><runtime><assemblyBinding
xmlns="urn:schemas-microsoft-com:asm.v1"><probing privatePath="BizTalk
Assemblies;Developer Tools;Tracking;Tracking\interop"
/></assemblyBinding></runtime><system.runtime.remoting><channelSinkProviders
><serverProviders><provider id="sspi"
type="Microsoft.BizTalk.XLANGs.BTXEngine.SecurityServerChannelSinkProvider,M
icrosoft.XLANGs.BizTalk.Engine" securityPackage="negotiate"
authenticationLevel="packetPrivacy"
/></serverProviders></channelSinkProviders><application><channels><channel
ref="tcp" port="0" name=""><serverProviders><provider ref="sspi"
/><formatter ref="binary"
typeFilterLevel="Full"/></serverProviders></channel></channels></application
></system.runtime.remoting></configuration>
>
>
> It seems that there must be something in the config that is preventing
items from being logged to the tracking database, but I can't figure out
what it is.
>
> Any help is greatly appreciated.
>
> Ron
[ Post a follow-up to this message ]
|