Category Archives: SharePoint বাগ

কুইক ফিক্স: "কনটেন্ট টাইপ নাম '$ সম্পদ:ReportServerResources … ব্যবহার করা যাবে না … বিশেষ অক্ষর”

আমি SharePoint পরিষ্কার কিছু সময় খরচ করেছি হয়েছে 2010 সাইট এবং পরিষ্করণ বিষয় এক একটি দুর্নীতিগ্রস্ত সম্পর্কিত / SQL সার্ভার পরিচালনা সেবা ইস্যু ভুল ইনস্টল.  The issue arose when one of my colleagues tried to save a site as a template and then create create a new site based on that template.  The save operation worked fine, but when she tried to create the new site, SharePoint displayed the following error message:

ভুল

The content type name ‘$Resources:ReportServerResources,DataSourceContentTypeName;’ cannot contain: \ / : * ? " # % < > { } | ~ & , two consecutive periods (..), or special characters such as a tab.

Here’s a screen cap:

 

image

I had a look at the content types in the site and found this:

image

Those content types are clearly unhealthy.

This issue seems to come up a lot on the Internets and there doesn’t seem to be a single consensus on how to solve it.  I found a handy table that mapped the bad content type names to good content type names here: http://social.technet.microsoft.com/Forums/en-ZA/sharepoint2010programming/thread/cb03e866-8184-4943-acfe-cafffa1b8b7a.  I manually updated them thusly:

image

(BrightStarr in the name is obviously optional, but it can’t hurt হাসি )

This allowed me to create a new template and didn’t break anything on the other sites, including some PerformancePoint Server stuff that a completely different group of people were working on.  I was then able to create a new site on the template.  Success!

I am not sure this is a 100% solution, but it got me and everyone involved past this annoying error.  If I find anything new, I’ll post an update.  My nervousness stems from the fact that these names shouldn’t be wrong in the first place and by fixing the display name, I am not touching the internal name. 

</শেষ>

আমার ব্লগ এর জন্য সাবস্ক্রাইব করুন.

টুইটারে আমার অনুসরণ http://www.twitter.com/pagalvin

SP- 2010 CQWP, ডকুমেন্ট লাইব্রেরী এবং বেনামী ব্যবহারকারীদের

গুরুত্বপূর্ণ হালনাগাদ: Waldek Mastykarz has posted a workaround here: http://blog.mastykarz.nl/inconvenient-sharepoint-2010-content-query-web-part-anonymous-access/.
</হালনাগাদ শেষ>

এই সপ্তাহে, my team and I were upgrading a customer’s public internet site from MOSS to SP 2010. The MOSS site uses the CQWP in several places.

আমরা সঠিকতা নিশ্চিত একটি খুব বিস্তারিত পদ্ধতির মাধ্যমে গিয়েছিলাম, quality and all that good stuff. Despite that, we ran into a problem in the 11th hour that we didn’t expect or uncover until very late. বিশেষভাবে, our CQWP wouldn’t render for anonymous users. It rendered find for the authors (যারা লগ ইন করা হয়), কিন্তু এটি অজ্ঞাত ব্যবহারকারীর জন্য বিষয়বস্তু প্রদর্শন করা হবে.

আমরা গবেষণা অনেকটা করেনি এবং এই আমরা আচরণ বিছিন্ন গ্রহণ পরামিতি এবং কর্ম হয়:

  • এটি একটি কাস্টম তালিকা থেকে বিষয়বস্তু pulling যখন CQWP জরিমানা রেন্ডার করবে.
  • CQWP / পেজ লাইব্রেরি থেকে বিষয়বস্তু রেন্ডার করবে.
  • এটা / SiteCollectionImages থেকে রেন্ডার করা হবে না
  • We created a new document library and uploaded a few docs to it. We did not add any content types to the library – this was a simple out of the box doc lib with no customization. Existing CQWP could not read from it.
  • We created a new page and added a CQWP to it using all default values. it would not render for anonymous.
  • আমরা (কিছুটা ঝটিতি) একটি নতুন এস পি সেট আপ 2010 পরিবেশ, সোজা আবার বাক্স আউট এবং এই আচরণ প্রতিলিপি.

পাদ - পংক্তি, it appears that CQWP in SP2010 can’t render content for anonymous users when the data source is a document library. Can this be true?

আমরা লগের মধ্যে দেখেছি যে ত্রুটি:

ওয়েব পার্ট শিরোনাম: বিষয়বস্তু প্রশ্নের ওয়েব পার্ট 653d91fb-2f83-4e6a-83af-1f39e8939f0a
07/30/2010 12:03:56.90 w3wp.exe (0x0F30) 0x1540 SharePoint Foundation Web Parts 89a1 High Error while executing web part: System.NullReferenceException: অবজেক্ট রেফারেন্স একটি বস্তুর উদাহরণ সেট না. at Microsoft.SharePoint.Publishing.WebControls.ContentByQueryWebPart.SetDocumentIconUrlAndOnClickString(SPWeb ওয়েব, DataRow সারি, স্ট্রিং strDefaultItemOpen, বুলিয়ান fSetDocIcon, বুলিয়ান fSetOnClick, স্ট্রিং fileRefColumnRef, স্ট্রিং progIdColumnRef, স্ট্রিং fsobjTypeColumnRef, স্ট্রিং permMaskColumnRef) at Microsoft.SharePoint.Publishing.WebControls.ContentByQueryWebPart.PreProcessForDocumentIconAndOnClickAttribute() at Microsoft.SharePoint.Publishing.WebControls.ContentByQueryWebPart.AddContentQueryData() at Microsoft.SharePoint.Publishing.WebControls.ContentByQueryWebPart.GetXPathNavigator(স্ট্রিং viewPath) at Microsoft.SharePoint.WebPartPages.DataFormWebPart…. 653d91fb-2f83-4e6a-83af-1f39e8939f0a

It just seems kind of impossible that CQWP wouldn’t work for anonymous users. If you know any more about this, একটি মন্তব্য পোস্ট করুন দয়া করে.

</শেষ>

আমার ব্লগ এর জন্য সাবস্ক্রাইব করুন.

টুইটারে আমার অনুসরণ http://www.twitter.com/pagalvin