|
Home > Archive > BizTalk Server > February 2004 > Channel Advanced Configuration error
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 |
Channel Advanced Configuration error
|
|
| Paul Y 2004-02-23, 11:36 am |
| I am having a frustrating error when doing the following:-
In messaging Manager, from the advanced configuration page of the
channel properties, I click the 'advanced' button.
On the next page, I press the properties button for the primary
transport, and get the following error:-
'Unable to display configuration properties Error 0x8002801D'
The error occurs for any transport I attempt to use.
I have looked at a similar thread :-
http://groups.google.com.au/groups?...ngxa07%26rnum%3
D2
which seems to say that I am getting a "Library not registered" error.
How can I determine what is not registered??
I have tried using the microsoft script debugger, but it just hangs,
and will not go into the asp page in question..
The user account I am logged in with has admin rights on the box, so
there should not be a problem with authorization, however, if I do a
tcptrace, it seems to indicate that I am getting a:-
HTTP Error 401.1 - Unauthorized: Access is denied due to invalid
credentials.
Any ideas which track to follow? Is it an unregistered dll, or an Auth
error ??
I have spent a lot of time trying to find the cause of this problem
with no luck..
Thanks in advance for any help (and apologies for long-winded
message!!)
Paul
| |
| Nick Malik 2004-02-24, 1:36 am |
| It's an auth error. The config page for your transport properties is hosted
in IIS, and lives in a directory in the Biztalk area (off the top of my
head, I don't remember which one, but you can find it in the Internet
Services Administrator). All these pages act like web services (without the
useful SOAP interface) to Messaging Manager. If the asp pages can't be read
or run by Messaging Manager, you will get an error like this.
Is your account listed in the local group for Biztalk Server Admins? Make
sure that it is.
You can drill down on the file properties for these files as well.
Hope this helps,
--- Nick
"Paul Y" <paulyeardley@adelaidebank.com.au> wrote in message
news:639a2ea1.0402231612.6be20cdc@posting.google.com...
> I am having a frustrating error when doing the following:-
>
> In messaging Manager, from the advanced configuration page of the
> channel properties, I click the 'advanced' button.
>
> On the next page, I press the properties button for the primary
> transport, and get the following error:-
>
> 'Unable to display configuration properties Error 0x8002801D'
>
> The error occurs for any transport I attempt to use.
>
> I have looked at a similar thread :-
>
>
http://groups.google.com.au/groups?...ngxa07%26rnum%3
D2
>
> which seems to say that I am getting a "Library not registered" error.
> How can I determine what is not registered??
>
> I have tried using the microsoft script debugger, but it just hangs,
> and will not go into the asp page in question..
>
> The user account I am logged in with has admin rights on the box, so
> there should not be a problem with authorization, however, if I do a
> tcptrace, it seems to indicate that I am getting a:-
>
> HTTP Error 401.1 - Unauthorized: Access is denied due to invalid
> credentials.
>
> Any ideas which track to follow? Is it an unregistered dll, or an Auth
> error ??
>
> I have spent a lot of time trying to find the cause of this problem
> with no luck..
>
> Thanks in advance for any help (and apologies for long-winded
> message!!)
>
> Paul
| |
| Paul Y 2004-02-25, 9:44 am |
| Thanks for Reply Nick, I have checked, and I am part of Biztalk Server
Admin group, I have even tried giving Biztalk Server Admin group & my
domain signon full permissions on the \MessagingManager virtual
directory, nothing seems to be making any difference...
Messaging Manager is running under Windows Authentication (not
anonymous), so all should be ok, but.... it's not!!
I think I need a holiday....
"Nick Malik" <nickmalik@hotmail.nospam.com> wrote in message news:<vyJ_b.395441$na.763912@attbi_s04>...
> It's an auth error. The config page for your transport properties is hosted
> in IIS, and lives in a directory in the Biztalk area (off the top of my
> head, I don't remember which one, but you can find it in the Internet
> Services Administrator). All these pages act like web services (without the
> useful SOAP interface) to Messaging Manager. If the asp pages can't be read
> or run by Messaging Manager, you will get an error like this.
>
> Is your account listed in the local group for Biztalk Server Admins? Make
> sure that it is.
> You can drill down on the file properties for these files as well.
>
> Hope this helps,
> --- Nick
>
|
|
|
|
|