|
Home > Archive > BizTalk Server > February 2007 > error on Business Activity Services Site
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 |
error on Business Activity Services Site
|
|
| Potsang 2007-02-05, 1:24 am |
| Hi,
When I go to 'Business Activity Services Site' and click on 'BizTalk
Servers', I got the following error message.
"It is an error to use a section registered as
allowDefinition='MachineToApplication' beyond application level. This error
can be caused by a virtual directory not being configured as an application
in IIS. (C:\Program Files\Common Files\Microsoft Shared\Web Server
Extensions\60\template\layouts\1033\bas\
web.config line 43)"
How can I do to fix this problem?
Thanks.
Potsang
| |
| WenJun Zhang[msft] 2007-02-05, 7:17 am |
| Hi Potsang,
As the error message indicates, the error is usually caused by the BAS
virtual directories not configured as web application in IIS. To correct
this error, please:
1) open IIS manager in administrative tools.
2 )Under your BAS web site, make sure the BAS and BAMSearch sub-folders
under _layouts in IIS for the Default Web Site are configured as apps.
3) Also changes all the virtual directories' app pools like _layout, BAM,
and BAMSearch to SPSAppPool if they are incorrectly set to an others.
If problem still persists, please update here and I will help on further
troubleshooting.
Thanks for using MSDN newsgroup.
Have a great week.
Sincerely,
WenJun Zhang
Microsoft Online Community Support
========================================
==========
Get notification to my posts through email? Please refer to:
http://msdn.microsoft.com/subscript...ault.aspx#notif
ications.
Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at:
http://msdn.microsoft.com/subscript...t/default.aspx.
========================================
==========
This posting is provided "AS IS" with no warranties, and confers no rights.
| |
| Potsang 2007-02-06, 1:23 am |
| Thanks for the help, but I still have the same error.
1. How do I know if the _layouts in IIS is configured as apps?
2. My _layouts app pool is set to 'MyAppPool' but I do not see the
'SPSAppPool ' in my app pools list. I have try to set to other app pools in
the list but nothing works. Should I create one?
Thanks again.
Potsang
""WenJun Zhang[msft]"" wrote:
> Hi Potsang,
>
> As the error message indicates, the error is usually caused by the BAS
> virtual directories not configured as web application in IIS. To correct
> this error, please:
>
> 1) open IIS manager in administrative tools.
>
> 2 )Under your BAS web site, make sure the BAS and BAMSearch sub-folders
> under _layouts in IIS for the Default Web Site are configured as apps.
>
> 3) Also changes all the virtual directories' app pools like _layout, BAM,
> and BAMSearch to SPSAppPool if they are incorrectly set to an others.
>
> If problem still persists, please update here and I will help on further
> troubleshooting.
>
> Thanks for using MSDN newsgroup.
>
> Have a great week.
>
> Sincerely,
>
> WenJun Zhang
>
> Microsoft Online Community Support
>
> ========================================
==========
>
> Get notification to my posts through email? Please refer to:
> http://msdn.microsoft.com/subscript...ault.aspx#notif
> ications.
>
> Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
> where an initial response from the community or a Microsoft Support
> Engineer within 1 business day is acceptable. Please note that each follow
> up response may take approximately 2 business days as the support
> professional working with you may need further investigation to reach the
> most efficient resolution. The offering is not appropriate for situations
> that require urgent, real-time or phone-based interactions or complex
> project analysis and dump analysis issues. Issues of this nature are best
> handled working with a dedicated Microsoft Support Engineer by contacting
> Microsoft Customer Support Services (CSS) at:
>
> http://msdn.microsoft.com/subscript...t/default.aspx.
>
> ========================================
==========
>
> This posting is provided "AS IS" with no warranties, and confers no rights.
>
>
| |
| WenJun Zhang[msft] 2007-02-06, 7:17 am |
| If the _layouts isn't configured as web application, you should see the
application name and application pool of it is grayed out and Create button
is available in its property dialog.
You need to make sure all these WSS related application are using the
correct AppPool created with your WSS setup. The AppPool's identity account
has proper permission to access WSS database.
If you cannot figure out where the problematic config is, you may export
your IIS metabase configurations and send it to me. I will be glad to help
on checking it. My email is: wjzhang@online.microsoft.com (please remove
online.)
To dump your metabase configuration, please install IIS6 resource kit tools
and use the Metabase Explorer utility. Export the data under LM root node
in to a mbk file.
Internet Information Services (IIS) 6.0 Resource Kit Tools
http://www.microsoft.com/downloads/...n&familyid=56fc
92ee-a71a-4c73-b628-ade629c89499
Have a nice day.
Sincerely,
WenJun Zhang
Microsoft Online Community Support
========================================
==========
Get notification to my posts through email? Please refer to:
http://msdn.microsoft.com/subscript...ault.aspx#notif
ications.
Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at:
http://msdn.microsoft.com/subscript...t/default.aspx.
========================================
==========
This posting is provided "AS IS" with no warranties, and confers no rights.
| |
| WenJun Zhang[msft] 2007-02-09, 7:17 pm |
| Hi Potsang,
I've reviewed the metabase data.
It looks like you installed BizTalk BAS and BAM functions on your Default
Web Site. Please note in this case, the Default Web Site will be occupied
by Windows SharePoint Service(WSS). Therefore you may no longer be able to
deploy/use normal web contents and application(ASP/ASP.net) on it.
Due to many applications utilizes the Default Web Site by default, what I'd
like to recommend is that you can create a new dedicated web site and
extend it with WSS to be used with BAS and BAM. This will prevent the
biztalk BAS/BAM function and other web applications from being affected by
each other.
To do this, you will need to remove BAS/BAM from biztalk config wizard
first. Then unextend/uninstall WSS on the Default Web Site. Create a new
web site with different port or IP. Extend it in WSS and specify it to use
MSSharePointAppPool(include all sub apps like _layouts, etc). Run BizTalk
config wizard again to configure BAS/BAM on the new site.
If you just want to keep using the Default Web Site, please change it to
use MSSharePointAppPool directly.
Hope the info will help resolve the problem.
Sincerely,
WenJun Zhang
Microsoft Online Community Support
========================================
==========
Get notification to my posts through email? Please refer to:
http://msdn.microsoft.com/subscript...ault.aspx#notif
ications.
Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at:
http://msdn.microsoft.com/subscript...t/default.aspx.
========================================
==========
This posting is provided "AS IS" with no warranties, and confers no rights.
|
|
|
|
|