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?
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 -AccountName
omain\user -View
alesManagerView
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
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!