Item #9
Item #10
When I try to configure Data-Viewer to BDC I recieve the following error:
**************
Jeff Kozloff
Bamboo Solutions Corporation
Sorry one other note, Customer got around the BDC error above by manually entering the BDC name instead of trying the automated way by searching for the BDC.
Jeff,
I have answers on most of these questions from our engineering team.
1) Not at this time.
2) No, not at this point, but this can be added as an enhancement for the future - and we can add an option in tool part for this.
3) This is something that we have not run across before. We need to look more into this and duplicate this behavior.
4) This can also be fixed.
5) This is being considered as an enhancement and has been submitted to the product team.
6) Not yet.
7) I'm afraid that I dont understand whats happening here.
8-10) These look to be bugs - which should be fixed now -- we have a new version of this web part due out in about a week which should take care of these.
Chris DooleyCommunity Manager
Jeff Kozloff: When I try to configure Data-Viewer to BDC I recieve the following error:
The above issue is due to an expected safe control exists in the Web Config. This safe control is added through the installation with MashPoint. SInce MashPoint is not installed due to BDC being used, this Safe Control is not established in the Web.Config. Bamboo will be releasing a new version of the Data-Viewer Web Part in the next few days and will offer an installation option to add this entry programically. Until then, you can add the following line manually to your Web.Config file of your Web Application -
<SafeControl Assembly="Bamboo.SharePoint.Portal, Version=0.5.2.0, Culture=neutral, PublicKeyToken=2cc91efae2d531be" Namespace="Bamboo.SharePoint.Portal.WebControls" TypeName="*" Safe="True" />
*Note - there should be only one instance of Bamboo.SharePoint.Portal in your safe control of the Web.Config.
Thanks!