BAM shows no views after deployment

I have deployed and applied BAM views that function on my local computer to my DEV box. The DEV box is split into an application and database server. The views are created and are being populated, but the BAM Portal shows "No view to display". I have verified the app pool and the rights for the services, and I am not receiving any errors in the SQL log, or the Event Viewers on either server. Tracing shows no errors. I am stumped. Suggestions?

[507 byte] By [BradSaint] at [2008-1-9]
# 1

Have you added your user account to the Bam View via the bm.exe utility?

I believe you will want to run the following command on your BizTalk box: bm.exe add-account -AccountNameBig Smileomain\user -ViewTongue TiedalesManagerView

http://blogs.msdn.com/tihot/archive/2005/06/15/429619.aspx

Kent

Sorry about the emoticons, here is another translation:

bm.exe add-account -AccountName<colon>domain\user -View<colon>SalesManagerView

KentWeare at 2007-10-2 > top of Msdn Tech,BizTalk Server,BizTalk R2 General...
# 2

Thanks Kent! That put me on the right track. I had a group assigned rights to that view, but it didn't work until I assigned my own id. I am a member of the group, so now I have to figure out why it didn't show before, but at least I can see the light.

Thanks!

BradSaint at 2007-10-2 > top of Msdn Tech,BizTalk Server,BizTalk R2 General...
# 3
You should also be able to use AD groups as well. What we did is create some Active Directory groups based upon the business unit. We then added all associated users to the appropriate AD group. The syntax for adding an AD user vs an AD group is exactly the same. This way we don't have to manage user acces at the BAM level but just the AD level
KentWeare at 2007-10-2 > top of Msdn Tech,BizTalk Server,BizTalk R2 General...