BAM Portal

hi
i installed biztalk server 2010.
when i want to config BAM Portal meet this error:
Failed to validate BAM Portal Web site (BAMPortal)
 Additional information:
   The BAM Portal website Default Web Site is not valid.
    (Microsoft.Biztalk.Bam.CfgExtHelper.PortalHelper)
    Exception from HRESULT : 0x80005008(System.DirectoryServives) 
I had already installed 2009
please help me.

Hi,
Did you install BizTalk according to documentation? You can find install guide
here and some additional information through this
post and serie of
posts by Sandro. For error see
post by Saravana.
HTH
Regards,
Steef-Jan Wiggers
MVP & MCTS BizTalk Server 2010
http://soa-thoughts.blogspot.com/
If this answers your question please mark it accordingly
BizTalk

Similar Messages

  • How to Install BAM Alerts in multi environment in 2013 R2? How to point to a single BAM Portal(Default WebSite) configured on BTS APP server1 from BTS App Server 2 and BTS App Server 3 ?

    Please guide me on BAM install in multi environment for 2013 R2. Any blog which can show, how to configure multiple BTS servers to point to a single BAM portal created on the first server.
    The BAM portal is configured on the Default Website on the first server.
    How Could I Point to the same portal while configuring other 2 BTS servers?
    What are the authentication mechanisms, I have to use at virtual directories and root level?
    Racha Rams

    The document for installing BAM for B2K13 in a multi-computer environment is available as part of the BizTalk documentation available for download from
    http://www.microsoft.com/en-in/download/details.aspx?id=35552
    You will most likely also need to refer to the TechNet Blog
    http://blogs.technet.com/b/meamcs/archive/2013/07/26/fixed-biztalk-2013-bam-tools-configuration-problem.aspx which mentions having to setup SQL Mail feature in SQL Server 2012 and post that configuring both the features BAM Tools and BAM Alerts together.
    Regards.

  • More than one Spaces are getting trimmed on BizTalk BAM portal

    Hi All,
    We are implementing BAM at our customer place , we observed ,if any field  contains more than one space in input file then these spaces are getting trimmed in single space,however it is correctly sitting in the BAMPrimaryImport  database 
    For example if input file ,which is processing through BizTalk, and if any field which value is "AB  CDE" (field contain three space here ) then in portal it is appearing as
    "AB CDE" (Only one space here) by default 
    I am not sure how theses values are displayed in portal and how to relove this default behiaver of BAM Portal, if somebody have faced this situation then i will appreciate your help please
    Thanks
    Yash

    Well then I guess it's a Portal issue (yes you already knew that!) :-)
    I know not everybody agrees with me, but the way I look upon it, the Portal should not be used as a product, but merely as a testing tool and inspiration as to what one can build on top of ones BAM activities. In other words, if you need to present your
    BAM data to users, you should build your own; Pivot Tables, Reporting Services, ASP.NET Web sites etc. etc. on top of it.
    Don't know if this is true, but I've heard that the BAM portal was a beta-product that shipped for the first time with BizTalk Server 2006 without being completed, and no code changes has taken place since.
    Morten la Cour

  • Suspended messages to be display in BAM Portal

    There is a requirement  to display failure messages/suspended messages in BAM portal.Please help me how to provide this solution.

    Hi BizQ,
    You can follow : How to Track Failed Messages in BAM   same method can be applied to
    suspended message as well.
    Maheshkumar S Tiwari|User
    Page | http://tech-findings.blogspot.com/

  • BAM Portal is only displaying one day of aggregations

    Has anyone else seen this behaviour and better still how did you resolve
    it? See
    http://connectedpawns.wordpress.com/2014/09/25/bam-is-displaying-only-one-day-of-aggregations/
    We implemented a BAM solution using BizTalk Server 2013 and Standard SQL
    server 2012 that contained an aggregation.  We set up a scheduled aggregation as
    described
    here.
    In production if we open the BAM portal and expand the Aggregations we always
    only see the most recent days data.
    In contrast the UAT environment if we look at the aggregations in the BAM portal
    we see several months of data.
    Currently can not find any difference between the database objects
    between UAT and Production i.e. the BAM_AN_All_GCTM and the SQL agent job that
    runs the package regularly. We have confirmed that all the data is present in
    the BAMPrimaryImport tables but the portal is not displaying all the data.
    Please let me know why we a seeing this difference of behaviour between our
    UAT and Production environment.

    Have you tried the BM commands -activitywindow across the two systems to verify if the aggregation durations are the same across the systems?
    Refer http://msdn.microsoft.com/en-us/library/aa560205.aspx for details on how to Get/Set the time windows on Activity/RTA Aggregations.
    Regards.

  • How to control a reference type of BAM Relation to see Related Activites on BAM Portal?

    Hi.
    There is
    description of predefined reference types of BAM relations.
    I have created relation between two activities by adding Relationship node to one of them (to an activity that is tracking detailed orchestration). Both activity are declared in one definition file. I put InterchangeId field to Relationship
    node and  it is working. (InterchangeId also is used as ActivityId in "master" activity), I see in CompletedRelationships table the record
    ActivityID
    ReferenceName
    ReferenceData
    ReferenceType
    LongReferenceData
    ReferenceDataExtend
    cbc05eca-a8ae-4f68-869f-38c8fa55864c
    [MasterActivityName]
    29c0310f-bb12-4f85-8362-26995b8c1544
    Activity
    NULL
    And I can see it in Related Activities section on BAM Portal.
    But when I create Relationship in "master" activity and put MessageId to this node (and this MessageId is ActivityId in "detailed" orchestration) then in ActiveRelationships table I see
    ActivityID
    ReferenceName
    ReferenceData
    ReferenceType
    LongReferenceData
    ReferenceDataExtend
    8a2aba6a-4ddb-4932-87d2-f55e33464dcd
    [servername];BizTalkMgmtDb;[DetailActivityName]
    29c0310fcf89ad21-94cd-40e3-b90a-3bdd40e9edad
    MessageId
    NULL
    As you can see there is difference in ReferenceName and ReferenceType columns. And it doesn't appear in Related Activities section.
    How can I use MessageId as key for relation but have type "Activity" instead of "MessageId"?
    I found by experiment If I update this two columns (cut off [servername];BizTalkMgmtDb; from the first one and replace MessageID by Activity for second) then it appear in Related Activities section.
    Thank you in advance for reply!

    But when I create Relationship in "master" activity and put MessageId to this node (and this MessageId is ActivityId in "detailed" orchestration) then in ActiveRelationships table I see......
    I found by experiment If I update this two columns (cut off [servername];BizTalkMgmtDb; from the first one and replace MessageID by Activity for second) then it appear in Related Activities section.
    You can use BizTalk 360 to monitor why this happens, let me know if you have any difficulties.

  • Activity search page in BAM portal

    Hi All,
    How we can change the back ground color of the report in activity search page in BAM portal?
    For example :
    If i select ALL in Business Data drop down list  or
    items to show list box in activity search page of BAM portal (Like Started ,in progress,Completed and Exception of the messages in biz talk)
    Each message information in report should generate with different colors .

    Hi Vittalaranga,
    You can do that by customizing the .css file associated with the portal, for more information have a look  at Customizing the BAM Portal Configuration
    Maheshkumar S. Tiwari| http://tech-findings.blogspot.in/

  • BAM Portal Source Code

    Hi,
    Can I get complete source code of out of the box BizTalk BAM Portal?
    Thanks and Regards, Sagar.

    Hi sagar,
    <<BIZTALK INSTALLTION DIRECTORY>>\Microsoft BizTalk Server 2010\BAMPortal
    contains the image and stylesheet for your BAM portal. If you want to add your company’s image in the BAM portal, you can do so along with the Microsoft logo or play with these files, but the soruce
    code is not available. I don’t think the soruce code is avilable from BizTalk 2006 onwards.
    If you want to develop a custom BAM like porta lyou have some options:
    Use BAM Web Services,  Management and Query to create custom BAM portal.
    accessing data from BAMPrimaryImport  database’s
    bam_<Activity      Name>_AllInstances views
    Or useBAMManagementService
    API
    If this answers your question please mark it accordingly. If this post is helpful, please vote as helpful.

  • BAM Portal Aggregations Outside server - OWC Error

    Hi
    Is there a list of things which needs to be done in order to successfully view the BAM SSAS Aggregations in BAM Portal outside the server ?
    At the moment , the BAM portal throws the below Error as Office Web Components Error.
    Failed to get data.  If available, errors returned from the provider are listed below.
    * The following system error occurred:  The requested name is valid, but no data of the requested type was found. .
    Thanks for any guidance.
    http://biztalkguide.blogspot.com/ Please mark as answer if this solved the issue.Thanks

    Hi Thanks
    I had already tried the HTTP access to Analysis services and also verified the BAM permissions as well.
    Aggregations works fine locally through BAM portal which means HTTP access to Analysis services is already in place .
    Firewall turned off in the server ,hence no need to open the ports.
    Note : both BAM Portal (IIS) & Analysis services are in the same server and running under a local account.
    The problem however is accessing the BAM portal remotely from another server using the local account credentials. 
    The  issue is more specific to the error message below
    Failed to get data.  If available, errors returned from the provider are listed below.
    * The following system error occurred:  The requested name is valid, but no data of the requested type was found. .
    http://biztalkguide.blogspot.com/ Please mark as answer if this solved the issue.Thanks

  • BAM Portal issue while implementing BAM tutorial 4

    Hello All,
    I am trying to implement BAM tutorial. I have deployed everything as specified in the tutorial, except for RTA. I am not using RTA.
    When I checked the BAM Portal I can see views and activities over there. But not all fields are having values in it.
    Do anyone have any idea why few fields are blank over here?
    Thanks, Girish R. Patil.

    The reason for fields in a BAM View being empty is because
    They are not assigned any value - Values in BAM are assigned either through TPE mapping OR through BAM API in the orchestration.
    If a BAM Activity is populated using a mixture of BAM API & TPE then it is possible that there are different fields being used for Activity ID and as a result TPE is mapping the same activity using Message ID while the orchestration is using the Instance
    Id to create the activity. In such a scenario TWO activities are being created.
    In your case, it is possible that you've missed some steps in the tutorial where after deploying the Activity (through bm.exe) there may have been instructions on TPE and mapping of the message instance data into the BAM Activity.
    Regards.

  • No able to select BAM Portal in BizTalk 2010 Installation Wizard

    I am trying to set BAM for BizTalk 2010.
    I got it to the point where I have created activities, views and deployed them to SQL. Both BAM databases are there: BAM archive and Primary Import table. But I want to view data through BAM website, upon research I realised BAM website can be created after
    installing BAM portal but I am not able to select the check box in installation wizard.
    Please note IIS is already started and configured as per following link:
    https://social.msdn.microsoft.com/Forums/en-US/c99e608b-2c29-4ef1-889c-432c7117f247/bam-portal?forum=biztalkgeneral
    Also gone through:
    https://social.msdn.microsoft.com/Forums/en-US/85c3b584-9bc8-41c9-8c10-e2a8349ddc3f/bam-portal-missing-from-biztalk-configuration-tool?forum=biztalkgeneral
    Appreciate your help!
    Thanks,
    Prabhdeep

    Hi,
    BAM Portal runs only runs on a 32-bit mode. If you are installing IIS on a 64-bit machine then you must ensure that ASP.NET 2.0 is enabled
    on 32-bit mode.
    Ensure you have all the pre-requisites in place as per this blog. BizTalk
    2010 Installation and Configuration – Enable Internet Information Services (Part 1) 
    Rachit

  • Bam portal showing http 404 error

    Hi,
    When i open BAM portal in our QA server it works fine, i can see all views and activities,
    But, when i open in my local system it gives "HTTP 404 error" - "The resource you are looking for has been removed, had its name changed, or is temporarily unavailable."
    There is no error in event log, 
    Anonymous Authentication , ASP.Net Imersonation and Windows Authentication are enabled
    Here is screenshot of .net authorization rules specified.
    The same is working fine in Development server.
    I think it is some IIS issue.
    Thanks,
    Sarvasetty.

    "HTTP 404 error" as the error says is resource issue not an authorization issue. I think you're missing some files required for BAM portal. Rerun the BizTalk configuration tool, remove the BAM portal and rerun it again to install the BAM portal
    from scratch again.
    Also ensure you have the relevant .NET framework version is set in Application Pool which is used by your BAM portal
    If this answers your question please mark it accordingly. If this post is helpful, please vote as helpful by clicking the upward arrow mark next to my reply.

  • BAM Portal configuration error in BizTalk Server 2013 R2

    I have tried 2 attempts to build out a BizTalk Server 2013 R2, I have followed the MSDN Install instructions, and I keep on getting an error when configuring BAM Portal. I have the logfile available, I need to know what the experts need to see in order to
    give me an answer. Understand that we have been using BizTalk Server 2013 for the last two years, and a new developer wants the R2 version and BAM Portal configured. As an administrator I have fought this to no end, and now I have enough evidence to go back
    to our project manager and explain why you do not install every feature on a server. Prove me wrong EXPERTS!

    " I need to know what the experts need to see in order to give me an answer."
    Experts needs:
    1) Little background of the issue you are facing.
    2) The log file generated.
    3) The configuration of your server.
    "now I have enough evidence to go back to our project manager and explain why you do not install every
    feature on a server."
    Disagree, It is indeed possible to install all the components and feature on a server. Somewhere someone would have installed BizTalk 2013 R2 and all its components in exactly same server configuration successfully in which you are trying to achieve, the
    only difference could be a missing Package, Patch, Cumulative Update, Service or any configuration miss at your end.
    Pls read more about BizTalk 2013R2 installation on Installation Overview for BizTalk Server 2013 and 2013 R2.
    Review the Hardware
    and Software Requirements for BizTalk Server 2013 and 2013 R2.
    Understand the Considerations
    Before Installing BizTalk Server 2013 and 2013 R2.
    Prepare Your Computer for Installation.
    Specifically for BAM Portal. Microsoft has documented Prerequisites, Permissions and Considerations.
    Planning for the BAM Portal
    I would advice you to refer this post by Sandro . BAM Portal configuration error
    Rachit

  • Bam portal Access is denied.

    hi , when im access Bam portal i got the below error, Please any one put inputs?
    Server Error in '/BAM' Application.
    Access is denied.
    Description: An error occurred while accessing the resources required to serve this request. The server may not be configured for access to the requested URL.
    Error message 401.2.: Unauthorized: Logon failed due to server configuration.  Verify that you have permission to view this directory or page based on the credentials you supplied and the authentication methods enabled on the Web server.
     Contact the Web server's administrator for additional assistance.

    This link explains the error codes -http://support.microsoft.com/?id=318380.
    Confirm the BAM Application Pool user is a member of the IIS_WPG group. Here are the steps just in case:
    1. Open the BAM virtual directory properties and note the Application Pool specified.
    2. Open the BAM AppPool properties and go to the Identity tab. This will tell you the account executing the
    w3wp.exe process.
    3. Confirm this user is a member of the IIS_WPG group. 
    You can also try AuthDiag (http://www.microsoft.com/downloads/details.aspx?FamilyId=E90FE777-4A21-4066-BD22-B931F7572E9A&displaylang=en).
    Also refer: Biztalk
    BAM Portal Issues
    Rachit
    Please mark as answer or vote as helpful if my reply does

  • Not able to select coloums in BAM View Portal

    Hello All,
    I have configure BAM, created activity and view in BAM.
    I am able to see the view on BAM Portal but not able to select the column from it, please help me on this....
    Thanks,
    Nitin...
    Thanks and Regards, Nitin.

    Hello All,
    Got solution for this...issue turn around that I was opening BAM portal in "Capability View" mode.
    I unchecked this option (Check box) in browser and it's working fine now.
    Tools -> Compatibility View Settings -> This will open new window for "Compatibility View Settings" Window. Uncheck check box for    
    [X] Display intranet sites in Compatibility View.
    And this solved my issue.
    Thanks and Regards, Nitin.

Maybe you are looking for

  • Book preview in PDF

    Hello! I was wondering if there's a great way to automate or somehow easily undergo the process of creating a preview of a book? Much like this example: http://www.theideabook.org/pdf/Ideabook_preview.pdf Is it really just a question of creating 2 pa

  • InDesign cs6 crashes when I export to an epub file.

    The file orginally was a cs5.5 file. I have tried rebuilding the file in a new digital file but that hasn't worked. When I save it to open it in cs5.5, I can export to an epub file without any problem. I don't know what I'm doing  wrong.  I'm running

  • Can i deleteC:\ProgramData\Apple\Installer Cache\Apple Mobile Device Support 3.4.1.2 and similar files?

    Hi I have numerous files on my C drive all with the same basic file name but with different numbers at the end - 2.3.4, 2.1.7 etc etc they take up a huge amount of memory...is it ok to delete them? thanks

  • Funtion Module for user exits for variables used in BEx Queries.

    Hi, This is for BW Query customer exit variable (zvar2) for include ZXRSRU01 and exit :EXIT_SAPLRRS0_001. Can anyone please suggest the function modules that can be used to do the following. 1)Read value of zvar1 from selection screen whatever user e

  • Re : Material Master Workflow

    Hi Friends,            I'm in the process of creating Material Master Workflow (i.e) Basic data will be created by one person (initiator) and the workflow gets started and various views will be created by different people.           Usine BUS1001006