Category Archives: ডিবাগ

Uls ভিউয়ার সঙ্গে বাস্তব সময় দেখুন CAML জিজ্ঞাসা সমূহ

আমার সহকর্মী, Ashsih Patel, wrote up a nice walk-through describing how to see the CAML behind various SP queries that happen in the course of business in real-time using the ULS viewer.

এখানে মুখ্য পৃষ্ঠা Privacy Policy এর:

Did you ever want to know what CAML queries are executed by SharePoint Server?

ভাল, for troubleshooting and learning purpose, it is not a bad idea. সব পরে, SQL Profiler has been helping us troubleshoot a lot of issues.

There may be products out there but I figured out a way to do it without spending extra bucks! And here it is…

আপনি এখানে পুরো জিনিস পড়তে পারেন: http://www.bigapplesharepoint.com/pages/View-An-Insight.aspx?BlogID=68&rsource=pgblog&rtitle=caml.

</শেষ>

দ্রুত এবং সহজ: "অবৈধ URL টি পরামিতি সমাধান” lists.asmx মধ্যে UpdateListItems সঙ্গে সমস্যা

When working with UpdateListItems via lists.asmx, it’s easy to generate the error:

Invalid URL Parameter.

The URL provided contains an invalid Command or Value. Please check the URL again.

You can get this error when you forget to include ID in the the list of fields to update.  এই, like a lot of these SP web services, is a bit counterintuitive since you need to include the ID in the ID attribute of the <Method> element.  And you’re not updated ID and probably never want to in the first place.

This SOAP envelope works:

<soapenv:খাম xmlns:soapenv ='http://schemas.xmlsoap.org/soap/envelope/'>
  <soapenv:দেহ>                      
    <UpdateListItems xmlns='http://schemas.microsoft.com/sharepoint/soap/'>                     
      <পর্ণমোচী>{C712E2EA-54E1-47AD-9D99-1848C7773E2F}</পর্ণমোচী>                     
        <updates>                     
         <Batch OnError="Continue">
          <Method ID="1" Cmd="Update">
            <Field Name="CooperativeLock">locked!</ক্ষেত্র>
            <Field Name="ID">1</ক্ষেত্র>
          </Method>
        </Batch>                     
        </updates>                
      </UpdateListItems>             
  </soapenv:দেহ>         
</soapenv:খাম>

If you strip out the ID field reference then you’ll get the annoying “Invalid URL parameter” message.

</শেষ>

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

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

 

কুইক ফিক্স: "কনটেন্ট টাইপ নাম '$ সম্পদ: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

দ্রুত এবং সহজ: ডিবাগ করার পদ্ধতি বনাম 2010 সমাধান ডিপ্লোয়মেন্ট

ভিসুয়াল স্টুডিও 2010 রিপোর্ট স্থাপনার কিছু সময় ত্রুটি হার্ড টু ডিবাগ.  কিছু খুব রুক্ষ ডিবাগ করতে একটি দ্রুত এবং সহজ উপায় আপনার নিজের নামে ব্যতিক্রম নিক্ষেপ করা হয়.  ভিসুয়াল স্টুডিও আউটপুট কনসোল তাদের দেখাতে হবে.

কোড এই বিট বিবেচনা:

image

এই বৈশিষ্ট্য একটি ওয়েব অ্যাপ্লিকেশন আপনি scoped যদি, সাইট নাল হতে হবে.  আপনি সাইটের একটি সম্পত্তি চেষ্টা এবং রেফারেন্স যদি, আপনি দ্ব্যর্থক ত্রুটি পাবেন:

Error occurred in deployment step ‘Add Solution’: অবজেক্ট রেফারেন্স একটি বস্তুর উদাহরণ সেট না.

কিন্তু, একটি নতুন ব্যতিক্রম নিক্ষেপ রচয়িতা আপনি একটি স্ট্রিং পাস হলে, আপনি একটি সামান্য আরো দরকারী বার্তা পেতে:

image

এটি একটি অশোধিত টেকনিক এর, কিন্তু বেশ দ্রুত এবং সহজ.

</শেষ>

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

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

Owssvr.dll থেকে SP2010 মধ্যে প্রয়োজনীয় সাইটের তথ্য প্রদর্শন ব্যবহার

আমি অপরাহ্নে আজ পড়া ফোরাম এবং কিছু নতুন শিখেছি (কিছু যে এরকম প্রায় প্রতিদিন).  এটি পোস্টিং:

http://social.technet.microsoft.com/Forums/en-US/sharepointadmin/thread/1cbdb0b4-eeda-4c61-9a52-da6212eebec5/

মূলত, আপনি এটি বিরুদ্ধে owssvr.dll invoking দ্বারা কিছু একটা সাইট সম্পর্কে আকর্ষণীয় তথ্য পেতে পারেন (জ / t থেকে সার Simser এবং জন Timney).

আমি দিয়েছেন একটি উভয় একটি শৈবাল এবং একটি SP2010 পরিবেশে একটা প্রয়াস এই.  এটি পানা পরিবেশে কাজ জরিমানা.  কিন্তু, মধ্যে 2010 পরিবেশ, ইন্টারনেট এক্সপ্লোরার থেকে XML ডাউনলোড না চান:

image

যেহেতু আপনি দেখতে পারেন, আমি জানি এটা ছিল 21k বিষয়বস্তু বা তাই.  কিন্তু, যখন আমি সংরক্ষণ বাটনে ক্লিক, আমি পেয়েছিলাম:

image

(এই ইন্টারনেট সাইট খুলতে ব্যর্থ.  অনুরোধ সাইট হয় অপ্রাপ্য বা পাওয়া যাবে না.  পরে আবার চেষ্টা করুন.)  

আমি বহিস্কার করা বেহালাবাদক এবং আমি ছিল ফলাফল দেখতে পারবেন, কিন্তু.  মনে হচ্ছে মত হতে SP2010 কিছু ঘটছে যে প্রেরণের উপায় এটা চায়, তবে XML পেলোড থেকে owssvr.dll প্রতিরোধ হতে পারে.  বা, আমার SP2010 পরিবেশ ঠিক হয় অভিনয় মজার.

চিন্তা ছিল আকর্ষণীয় ...

</শেষ>

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

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