Description
A Data View Web Part (DVWP) is configured to display data from a Microsoft SQL Server datasource. However, instead of data from the datasource, the Data View Web Part displays the following error message:
"Unable to display this Web Part. To troubleshoot the problem, open this Web page in a Micrsofot SharePoint Foundation-compatible HTML editor such as Microsoft SharePoint Designer. If the problem persists, contact your Web server administrator."
Solution *
1. Using SharePoint Designer, test the datasource for the DVWP. One possible cause for this error is that the credentials for the datasource are expired, as indicated in the SharePoint Designer dialog box.
2. Open SQL Server Management Studio, expand Security, expand Logins, right-click on the Login and click Properties. Uncheck the "Enforce Password Expiration" checkbox and click OK.
3. Test the Data View Web Part, datasource again in SharePoint Designer. If the issue is resolved, test the DVWP also in the Web browser.
* Disclaimer: This solution represents only one of many possible solutions and may or may not be applicable in your environment.
Thursday, October 27, 2011
Thursday, October 20, 2011
Lessons from an ERP Project Failure and Vendor Law Suit
A customer/vendor conflict:
In a recent Computerworld article, Chris Kanaracus explains how Epicor Sued Over Alleged ERP Project Failure. In the article, the customer attributes the project failure due to shortcomings in Epicor software. Customer states, "The project did not go well due to a variety of shortcomings in Epicor's software."
In my experience doing these sorts of procurements, when specific business requirements are defined well and included in the RFP, SOW, and contractual documents, then many project risks (both cost and schedule types) are shifted to the vendor. If the vendor agrees to meet a specific requirement and both customer and vendor sign the contract, then vendor is on the hook. However, if the requirement is not documented in the initial contract, then the vendor may later push back by describing the requirement as "out of scope" and will only do the work if they can bill the hours. Scope creep is not only common in ERP projects, it is actually a well-accepted fact.
As a casual reader of the article, I must state up front that I don't have all the facts in this story. I only know what I read in the article. So, based on the article and past experiences I can go out on a limb and suggest two things that might have happened:
This article reminds us of some key lessons that we can use when working with vendors.
References
Kanaracus, C. (August, 2011). Epicor sued over alleged ERP project failure. Retrieved October 20, 2011 from http://www.computerworld.com/s/article/9219127/Epicor_sued_over_alleged_ERP_project_failure?taxonomyId=144&pageNumber=1.
In a recent Computerworld article, Chris Kanaracus explains how Epicor Sued Over Alleged ERP Project Failure. In the article, the customer attributes the project failure due to shortcomings in Epicor software. Customer states, "The project did not go well due to a variety of shortcomings in Epicor's software."
Here is my analysis:
In my experience doing these sorts of procurements, when specific business requirements are defined well and included in the RFP, SOW, and contractual documents, then many project risks (both cost and schedule types) are shifted to the vendor. If the vendor agrees to meet a specific requirement and both customer and vendor sign the contract, then vendor is on the hook. However, if the requirement is not documented in the initial contract, then the vendor may later push back by describing the requirement as "out of scope" and will only do the work if they can bill the hours. Scope creep is not only common in ERP projects, it is actually a well-accepted fact.
As a casual reader of the article, I must state up front that I don't have all the facts in this story. I only know what I read in the article. So, based on the article and past experiences I can go out on a limb and suggest two things that might have happened:
- The customer failed to specify the steps of a key process and include those details in their contract with Epicor. Therefore, the process became ambigious and unclear.
- Epicor team attempted to remedy a technical shortcoming through additional pro services (billable time), and they failed to reach customer satisfaction before the bill got to be a million bucks.
This article reminds us of some key lessons that we can use when working with vendors.
- Invest as much time as necessary into defining processes well.
- Identify specifics even if they are obvious or assumed.
- Include specific business requirements, solution requirements, use cases, story board, and other illustrations in the vendor contractual document.
- Group related requirements into "categories" and seek fixed pricing estimate for each category (this forces vendor to do more careful estimates and makes the project easier to manage).
- Create a project completion checklist up front (should map closely to the categories) and include that the contracts.
- Realize even if you defined requirements really well, you still might miss important ones. Therefore, remember to buffer the project budget to cover requirements that may have been missed.
References
Kanaracus, C. (August, 2011). Epicor sued over alleged ERP project failure. Retrieved October 20, 2011 from http://www.computerworld.com/s/article/9219127/Epicor_sued_over_alleged_ERP_project_failure?taxonomyId=144&pageNumber=1.
Labels:
Commentary,
ERP,
Procurement,
Project Management
Sunday, September 25, 2011
SharePoint 4.0: How to Set the "Enable Client Integration" Setting on a Web Application
Description
How to set the "Enable Client Integration" setting for a Web Application in SharePoint Server 2010.
Solution
1. Navigate to Central Administration, Application Management, Web Applications, Manage Web Applications.
2. Click to highlight the Web application for which you would like to disable client integration.
3. Click "Authentication Providers"
4. Click on the Zone name.
5. In the "Edit Authentication" dialog, "Client Integration" section, configure the "Enable Client Integration?" setting. Click Save.
How to set the "Enable Client Integration" setting for a Web Application in SharePoint Server 2010.
Solution
1. Navigate to Central Administration, Application Management, Web Applications, Manage Web Applications.
2. Click to highlight the Web application for which you would like to disable client integration.
3. Click "Authentication Providers"
4. Click on the Zone name.
5. In the "Edit Authentication" dialog, "Client Integration" section, configure the "Enable Client Integration?" setting. Click Save.
Labels:
Central Administration,
SharePoint,
SharePoint 4.0
Monday, August 29, 2011
SharePoint 4.0: Content Type Column Does Not Display in Datasheet View
Thanks to Glyn Clough for suggesting the correct answer to this over Twitter!
Description
When creating a Datasheet View in SharePoint Server 2010 and choosing to display the Content Type column in the view, the Content Type does not appear in the view.
In this Datasheet View Definition, the Content Type column is in position #4.
The Content Type column does not display in the Datasheet View.
This is especially frustrating when working with documents in bulk because you would want the ability to modify the Content Type of multiple documents at one time. When the Content Type column doesn't display in Datasheet View, it is not possible to modify the Content Type of multiple documents at once.
Solution
The solution is to modify the Datasheet View and set the Content Type column to position #1.
1. Navigate to the SharePoint site where the Document Library is located.
2. Site Actions > View All Site Content.
3. Click on the Document Library to open the default view.
4. On the Ribbon, click on the Library tab.
5. On the Ribbon, click on Library Settings.
6. Beneath the Views heading, click on the Datasheet View, or the Standard View you would like to open in Datasheet mode.
7. Set the Content Type column to display in position #1.
8. Click OK to save the changes.
In this Datasheet View definition, the Content Type column is in position #1.
The Content Type column does, indeed, display in the Datasheet View.
References
Clough (2011). Glyn Clough's Blog - All About Microsoft SharePoint. Retrieved August 29, 2011 from http://www.glynblogs.com.
Description
When creating a Datasheet View in SharePoint Server 2010 and choosing to display the Content Type column in the view, the Content Type does not appear in the view.
In this Datasheet View Definition, the Content Type column is in position #4.
The Content Type column does not display in the Datasheet View.
This is especially frustrating when working with documents in bulk because you would want the ability to modify the Content Type of multiple documents at one time. When the Content Type column doesn't display in Datasheet View, it is not possible to modify the Content Type of multiple documents at once.
Solution
The solution is to modify the Datasheet View and set the Content Type column to position #1.
1. Navigate to the SharePoint site where the Document Library is located.
2. Site Actions > View All Site Content.
3. Click on the Document Library to open the default view.
4. On the Ribbon, click on the Library tab.
5. On the Ribbon, click on Library Settings.
6. Beneath the Views heading, click on the Datasheet View, or the Standard View you would like to open in Datasheet mode.
7. Set the Content Type column to display in position #1.
8. Click OK to save the changes.
In this Datasheet View definition, the Content Type column is in position #1.
The Content Type column does, indeed, display in the Datasheet View.
Clough (2011). Glyn Clough's Blog - All About Microsoft SharePoint. Retrieved August 29, 2011 from http://www.glynblogs.com.
Labels:
Document Library,
SharePoint 4.0,
Support
SharePoint 4.0: Unable to Open PDF Files in Edit Mode from Document Library
Description
SharePoint users having Adobe Acrobat Professional expect to be able to open PDF files in Edit Mode, directly from a SharePoint document library. These users are not able to open PDF files in Edit Mode. When attempting to edit a PDF document directly from a SharePoint Document Library, they receive the error message, "The document could not be opened for editing."
Solution
The issue may be corrected by modifying the Require Check Out setting of the Document Library.
1. Navigate to the SharePoint site where the Document Library is located.
2. Site Actions > View All Site Content.
3. Click on the Document Library to open the default view.
4. On the Ribbon, click on the Library tab.
5. On the Ribbon, click on Library Settings.
6. Beneath the General Settings heading, click on Versioning Settings.
7. Note the current setting for Require Check Out. If Require documents to be checked out before they can be edited? is set to No, change this to Yes.
8. Click OK to save the configuration change.
9. From the Document Library, invoke the Document Context Menu by hovering the mouse over the title of the PDF document. Check out a PDF document.
10. Open the Document Context Menu again, and select to Edit Document (assumes that Adobe Acrobat Professional is installed on client computer).
Refer to Check out and edit a file for more information on the "Use my local drafts folder" prompt.
Reference
Adobe (2011). Which Acrobat X Software is right for you? Retrieved August 29, 2011 from http://www.adobe.com/products/acrobat.html.
Microsoft Office (2011). Check out and edit a file. Retrieved August 29, 2011 from http://office.microsoft.com/en-us/windows-sharepoint-services-help/check-out-and-edit-a-file-HA010153570.aspx
SharePoint users having Adobe Acrobat Professional expect to be able to open PDF files in Edit Mode, directly from a SharePoint document library. These users are not able to open PDF files in Edit Mode. When attempting to edit a PDF document directly from a SharePoint Document Library, they receive the error message, "The document could not be opened for editing."
Solution
The issue may be corrected by modifying the Require Check Out setting of the Document Library.
1. Navigate to the SharePoint site where the Document Library is located.
2. Site Actions > View All Site Content.
3. Click on the Document Library to open the default view.
4. On the Ribbon, click on the Library tab.
5. On the Ribbon, click on Library Settings.
6. Beneath the General Settings heading, click on Versioning Settings.
7. Note the current setting for Require Check Out. If Require documents to be checked out before they can be edited? is set to No, change this to Yes.
8. Click OK to save the configuration change.
9. From the Document Library, invoke the Document Context Menu by hovering the mouse over the title of the PDF document. Check out a PDF document.
10. Open the Document Context Menu again, and select to Edit Document (assumes that Adobe Acrobat Professional is installed on client computer).
Refer to Check out and edit a file for more information on the "Use my local drafts folder" prompt.
Reference
Adobe (2011). Which Acrobat X Software is right for you? Retrieved August 29, 2011 from http://www.adobe.com/products/acrobat.html.
Microsoft Office (2011). Check out and edit a file. Retrieved August 29, 2011 from http://office.microsoft.com/en-us/windows-sharepoint-services-help/check-out-and-edit-a-file-HA010153570.aspx
Error: Microsoft SQL Server: Cannot connect to (local)
Description
Error when attempting to log into SQL Server Management Studio: "Cannot connect to (local)."
Solution
As the error message indicates, the SQL Server is not accessible. The issue may be caused by one of the following:
1) Issue with Server Connection Configuration
Start > All Programs > Microsoft SQL Server > Configuration Tools > SQL Server Configuration Manager
Verify the correct protocols are configured (this will vary based on type of environment). Refer to Microsoft TechNet article, Choosing a Network Protocol, for further assistance with this topic.
2) Issue with Service Account Authentication
Start > Administrative Tools > Services
Verify that the SQL Server (MSSQLServer) Service is running. If it is not running, try to start it. Make sure the Service Account credentials are properly configured and that the account is not locked out.
References
Microsoft TechNet (August, 2011). Choosing a Network Protocol. Retrieved August 29, 2011 from http://technet.microsoft.com/en-us/library/ms187892.aspx.
Error when attempting to log into SQL Server Management Studio: "Cannot connect to (local)."
Solution
As the error message indicates, the SQL Server is not accessible. The issue may be caused by one of the following:
1) Issue with Server Connection Configuration
Start > All Programs > Microsoft SQL Server > Configuration Tools > SQL Server Configuration Manager
Verify the correct protocols are configured (this will vary based on type of environment). Refer to Microsoft TechNet article, Choosing a Network Protocol, for further assistance with this topic.
2) Issue with Service Account Authentication
Start > Administrative Tools > Services
Verify that the SQL Server (MSSQLServer) Service is running. If it is not running, try to start it. Make sure the Service Account credentials are properly configured and that the account is not locked out.
References
Microsoft TechNet (August, 2011). Choosing a Network Protocol. Retrieved August 29, 2011 from http://technet.microsoft.com/en-us/library/ms187892.aspx.
Tuesday, July 05, 2011
Error: Content Type Still in Use
Description
When attempting to delete a content type from the site collection, Content Type Gallery, an error is returned:
Error
The content type is in use.
Troubleshoot with Microsoft SharePoint Foundation.
Correlation ID: 50b2222f-ee94-406eb7bb-d12a0be59dcd
Solution
There must be a document library, some place within the site collection using the Content Type that you are trying to delete. For this reason it is not possible to delete the Content Type. To fix this issue, identify the document library that is currently using the Content Type. Change the Content Type of any documents in the library currently set to the Content Type. Delete or remove the Content Type from the document library.
Once you've done this, it will be possible to delete the Content Type from the gallery.
When attempting to delete a content type from the site collection, Content Type Gallery, an error is returned:
Error
The content type is in use.
Troubleshoot with Microsoft SharePoint Foundation.
Correlation ID: 50b2222f-ee94-406eb7bb-d12a0be59dcd
Solution
There must be a document library, some place within the site collection using the Content Type that you are trying to delete. For this reason it is not possible to delete the Content Type. To fix this issue, identify the document library that is currently using the Content Type. Change the Content Type of any documents in the library currently set to the Content Type. Delete or remove the Content Type from the document library.
Once you've done this, it will be possible to delete the Content Type from the gallery.
Links: SharePoint 4.0 Service Pack 1
SharePoint Foundation 2010
KB 2460058: Description of SharePoint Foundation 2010 SP1
http://support.microsoft.com/kb/2460058
White paper: Service Pack 1 for SharePoint Foundation 2010
http://technet.microsoft.com/library/hh301732(office.14).aspx
SharePoint Server 2010
KB 2460045: Description of SharePoint Server 2010 SP1
http://support.microsoft.com/kb/2460045
White paper: Service Pack 1 for SharePoint Server 2010
http://technet.microsoft.com/library/hh285676(office.14).aspx
Related Links
Known issues when you install Office 2010 SP1 and SharePoint 2010 SP1
http://support.microsoft.com/kb/2532126
List of all SharePoint 2010 and Office Server 2010 SP1 packages
http://support.microsoft.com/kb/2510766
Microsoft SharePoint Server 2010 June 2011 Cumulative Update
http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=2536599
Update Center for Microsoft Office, Office Servers, and Related Products
http://technet.microsoft.com/en-us/office/ee748587.aspx
Updates for SharePoint 2010 Products
http://technet.microsoft.com/en-us/sharepoint/ff800847.aspx
KB 2460058: Description of SharePoint Foundation 2010 SP1
http://support.microsoft.com/kb/2460058
White paper: Service Pack 1 for SharePoint Foundation 2010
http://technet.microsoft.com/library/hh301732(office.14).aspx
SharePoint Server 2010
KB 2460045: Description of SharePoint Server 2010 SP1
http://support.microsoft.com/kb/2460045
White paper: Service Pack 1 for SharePoint Server 2010
http://technet.microsoft.com/library/hh285676(office.14).aspx
Related Links
Known issues when you install Office 2010 SP1 and SharePoint 2010 SP1
http://support.microsoft.com/kb/2532126
List of all SharePoint 2010 and Office Server 2010 SP1 packages
http://support.microsoft.com/kb/2510766
Microsoft SharePoint Server 2010 June 2011 Cumulative Update
http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=2536599
Update Center for Microsoft Office, Office Servers, and Related Products
http://technet.microsoft.com/en-us/office/ee748587.aspx
Updates for SharePoint 2010 Products
http://technet.microsoft.com/en-us/sharepoint/ff800847.aspx
Wednesday, June 15, 2011
Registration Open! SharePoint Saturday New York City 2011
Registration Open!
SharePoint Saturday New York City 2011
Saturday, July 30, 2011 from 7:30 AM - 6:00 PM (ET)
New York, NY
Wednesday, June 08, 2011
A CRM Vendor Pricing Whitepaper and Its Proper Place in the Overall CRM Procurement Process
SugarCRM recently published a whitepaper titled, "CRM Vendor Pricing: A Comparative Analysis." The whitepaper explains pricing models for the CRM industry as a whole, and then provides detailed pricing information for a short list of CRM vendors. The whitepaper also provides a Total Cost of Ownership (TCO) analysis of the vendors (SugarCRM, 2011).
The reason I am posting is because this whitepaper reminded me of a common pitfull organizations fall into with CRM projects and I thought I would write about it. The pitfall I am referring to is beginning or leading a CRM project discovery with vendors and products, instead of through a more analytical process focused around business requirements. While the information in the whitepaper is certainly useful, I believe it is most relevant to project teams who have already gotten to the point where they are evaluating a short list of CRM vendors to compare capabilities, pricing, and other aspects of the overall investment and just need some help collecting and understanding pricing models and numbers.
Based on my observations in the field, I believe that too many organizations initiate a CRM project based on superficial vendor or product information, such as advertisements or pricing. I think this is a huge mistake and very common. Instead of a reactive approach, I believe that the best possible CRM vendor/product selection decision is one that spawns from due process. The project management processes that I've found to be very supportive, leading up to a CRM vendor/product selection, include the following:
1. Project Charter - Purpose, business case, initial scope statement, team, affected organizations, order of magnitude
2. Requirements Analysis - Surveys, interviews, general business requirements, technical requirements, solution requirements
3. Scope Management Plan - Project scope baseline, requirements traceability matrix, boundaries, constraints, etc.
4. Request for Proposal (RFP) - Template with detailed questions to be issued to vendors
5. Vendor Evaluation Round 1 - Identify all possible candidates
6. Vendor Evaluation Round 2 - Use requirements to eliminate and reduce list to a "short list", try to narrow down to less than 5
7. Vendor Evaluation Round 3 - Issue RFP to short list, conduct demonstrations, narrow down to 3
8. Final Comparison - Present full comparison of final 3 vendors with advantages/disadvantages, cost comparisons, etc.
9. Vendor/Software selection
Based on the steps listed above, the whitepaper and the type of information it contains, really comes into play around step 6.
Reference
Blytheco (2011). Blytheco Sets its Own Competitive Prices for Sage CRM. Retrieved June 8, 2011 from http://www.blytheco.com/sagecrm/price.asp
Blytheco (2011). Sage SalesLogix Price List. Retrieved June 8, 2011 from http://www.blytheco.com/saleslogix/price.asp
Sage (2011). Sage ACT! Pro 2011. Retrieved June 8, 2011 from http://www.act.com/products/2010/act/
Salesforce.com (2011). Sales Cloud. Retrieved June 8, 2011 from http://www.salesforce.com/crm/editions-pricing.jsp
SugarCRM (2011). CRM Vendor Pricing: A Comparative Analysis. Retrieved June 8, 2011 from http://media.sugarcrm.com/white_papers/CRM_Total_Cost_of_Ownership_Analysis.pdf
Sonoma Partners (2011). Microsoft Dynamics CRM Online (SaaS / Hosted). Retrieved June 8, 2011 from http://www.sonomapartners.com/microsoft-crm-pricing.aspx
SugarCRM (2011). Sugar Subscriptions & Pricing. Retrieved June 8, 2011 from http://www.sugarcrm.com/crm/products/editions.html
The reason I am posting is because this whitepaper reminded me of a common pitfull organizations fall into with CRM projects and I thought I would write about it. The pitfall I am referring to is beginning or leading a CRM project discovery with vendors and products, instead of through a more analytical process focused around business requirements. While the information in the whitepaper is certainly useful, I believe it is most relevant to project teams who have already gotten to the point where they are evaluating a short list of CRM vendors to compare capabilities, pricing, and other aspects of the overall investment and just need some help collecting and understanding pricing models and numbers.
Based on my observations in the field, I believe that too many organizations initiate a CRM project based on superficial vendor or product information, such as advertisements or pricing. I think this is a huge mistake and very common. Instead of a reactive approach, I believe that the best possible CRM vendor/product selection decision is one that spawns from due process. The project management processes that I've found to be very supportive, leading up to a CRM vendor/product selection, include the following:
1. Project Charter - Purpose, business case, initial scope statement, team, affected organizations, order of magnitude
2. Requirements Analysis - Surveys, interviews, general business requirements, technical requirements, solution requirements
3. Scope Management Plan - Project scope baseline, requirements traceability matrix, boundaries, constraints, etc.
4. Request for Proposal (RFP) - Template with detailed questions to be issued to vendors
5. Vendor Evaluation Round 1 - Identify all possible candidates
6. Vendor Evaluation Round 2 - Use requirements to eliminate and reduce list to a "short list", try to narrow down to less than 5
7. Vendor Evaluation Round 3 - Issue RFP to short list, conduct demonstrations, narrow down to 3
8. Final Comparison - Present full comparison of final 3 vendors with advantages/disadvantages, cost comparisons, etc.
9. Vendor/Software selection
Based on the steps listed above, the whitepaper and the type of information it contains, really comes into play around step 6.
Reference
Blytheco (2011). Blytheco Sets its Own Competitive Prices for Sage CRM. Retrieved June 8, 2011 from http://www.blytheco.com/sagecrm/price.asp
Blytheco (2011). Sage SalesLogix Price List. Retrieved June 8, 2011 from http://www.blytheco.com/saleslogix/price.asp
Sage (2011). Sage ACT! Pro 2011. Retrieved June 8, 2011 from http://www.act.com/products/2010/act/
Salesforce.com (2011). Sales Cloud. Retrieved June 8, 2011 from http://www.salesforce.com/crm/editions-pricing.jsp
SugarCRM (2011). CRM Vendor Pricing: A Comparative Analysis. Retrieved June 8, 2011 from http://media.sugarcrm.com/white_papers/CRM_Total_Cost_of_Ownership_Analysis.pdf
Sonoma Partners (2011). Microsoft Dynamics CRM Online (SaaS / Hosted). Retrieved June 8, 2011 from http://www.sonomapartners.com/microsoft-crm-pricing.aspx
SugarCRM (2011). Sugar Subscriptions & Pricing. Retrieved June 8, 2011 from http://www.sugarcrm.com/crm/products/editions.html
Subscribe to:
Posts (Atom)
Blog Archive
-
▼
2011
(27)
-
►
January
(7)
- SPS Hartford: SharePoint 2010 Search Driven Design...
- Error: SharePoint Server 2010 Installation, Share...
- Links: Microsoft SQL Server 2008 R2 Feature Pack
- Error: SharePoint Server 2010 Setup Errors, Prere...
- Windows Server: How to Configure SQL Server Clien...
- SharePoint 4.0: Search Core Results Web Part Inte...
- Windows Server: ADO.NET Data Services Update for ...
-
►
January
(7)
-
►
2010
(60)
-
►
December
(7)
- Windows Server: Enable Execution of PowerShell Sc...
- Windows Server 2008: MSInfo32 and Winver
- Microsoft Word 2010: Hanging Indent
- SharePoint 4.0: Locating or Verifying Farm Versio...
- SharePoint 4.0: Records Center Behaviors? or Bugs...
- SharePoint 4.0: Where to Locate Details for Error...
- SQL Server 2008: Edit Top 200 Rows
-
►
October
(8)
- Focus More on Birdhouse Less on Hammer
- Use SharePoint Worfklow Like Robots on a Conveyor ...
- NESQL 2010 October 14 Virtualizing SQL Server
- Reference: Tab Navigation
- SharePoint Saturday Boston #3 Webinar Series
- Reference: Location Codes
- SharePoint 4.0: How Search Indexing Works
- Enterprise Search Summit Fall 2010
-
►
December
(7)














