নথিপত্র

SharePoint 2010 & অফিস 2010 আরম্ভ

মাইক্রোসফট আনুষ্ঠানিকভাবে SharePoint জন্য প্রবর্তন তারিখ ঘোষণা 2010 & অফিস 2010 মে 12th উপর 11 পুর্বাহ্ন.

এখানে ইভেন্টের জন্য নিবন্ধন: http://sharepoint.microsoft.com/businessproductivity/proof/pages/2010-launch-events.aspx

SharePoint 2007 কনফিগ ফাইল LDF পশু মত উত্থিত

আজ আমার সার্ভার সি ড্রাইভে কম ডিস্ক স্পেস ত্রুটি নিক্ষেপ শুরু করে. আমি আরো বেশী ছিল 60 আমার ড্রাইভে গিগাবাইট ফ্রি স্পেস, কি ঘটেছে কোন খেই. তারপর আমি সমস্যা খুঁজে পেতে আমার ফোল্ডার ছিদ্র শুরু.

পরিশেষে, আমি SharePoint_Config_Log আকারের ফাইল পাওয়া 52 গিগাবাইট. :-ঐ

সমাধান:

রাইট ডাটাবেস ক্লিক করুন

নির্বাচন কার্য -> সঙ্কুচিত -> ফাইল

রিলিজ অব্যবহৃত স্থান নির্বাচন করুন এবং ওকে ক্লিক করুন.

আপনি যদি এখনও অনেক জায়গা পেতে পারে না যদি.

স্ক্রিপ্ট ব্যবহার করে লগ ফাইল সঙ্কুচিত.

ব্যবহার SharePoint_Config
গো
DBCC SHRINKFILE (SharePoint_Config_Log, 50)
গো

ফরম প্রকাশ করুন করতে অক্ষম ব্রাউজার সক্ষম হিসাবে

Problem:

While publishing InfoPath Browser Enabled form in SharePoint Site, It shows the warning message “This form template is browser-compatible, but it cannot be browser-enabled on the selected site.”

সমাধান:

Make sure “Enterprise Site Collection Feature” is enabled.

Unable to Publish InfoPath form as Browser enabled in SharePoint 2010 সাইট

I tried to publish the InfoPath form to SharePoint 2010 as browser enabled. But it had shown the following error while publishing.

Problem:
This form template is browser-compatible, but it cannot be browser-enabled on the selected site

সমাধান:

State Service need to be enabled in Farm. State Service in SharePoint 2010 is used to store the temporary data in HTTP requests on SQL. Enable state Service in Central Admin using Farm Configuration wizard.

তালিকা মধ্যে ব্যবহারকারী / গ্রুপ অনুমতি খুঁজুন

To verify the User/Group permission in the specific list,

Click “তালিকা” মধ্যে “List Tools” under Ribbon

Now Select “List Permissions”

Select Check Permission.

Enter the User Name or Group Name and click “Check Now”, you can view list of permission for the specific user/group. The same feature can be used at the item level also.

SharePoint জন্য পিডিএফ সম্পূর্ণ লেখা অনুসন্ধান কনফিগারেশন 2007 x64

  • অ্যাডোবি থেকে x64 জন্য ফিল্টার ডাউনলোড এখানে, আপনি ব্যবহার করে থাকেন তাহলে 32 এটা আপনার Adobe ইনস্টলেশন থেকে ডিফল্ট অবস্থায় ইনস্টল করা হবে বিট.

  • সঙ্গে নিম্নলিখিত দুটি রেজিস্ট্রি এন্ট্রি আপডেট ডিফল্ট মান “{E8978DA6-047F-4E3D-9C78-CDBE46041603}”
    • 12.0 খোঁজো সেটআপ Microsoft অফিস সার্ভার HKEY_LOCAL_MACHINE SOFTWARE ContentIndexCommon ফিল্টার এক্সটেনশন পিডিএফ
      {E8978DA6-047F-4E3D-9C78-CDBE46041603}

    • মাইক্রোসফট KEY_LOCAL_MACHINE SOFTWARE শেয়ারকৃত সরঞ্জাম ওয়েব সার্ভার এক্সটেনশানগুলি 12.0 খোঁজো সেটআপ ContentIndexCommon ফিল্টার এক্সটেনশন পিডিএফ
      {E8978DA6-047F-4E3D-9C78-CDBE46041603}

  • ওপেন কেন্দ্রীয় অ্যাডমিনিস্ট্রেশন
    SharedServices যান
    অনুসন্ধান সেটিংস দেখার জন্য ক্লিক করুন
    নির্বাচন করা “ফাইল ধরনের”
    এক্সটেনশান হিসাবে সঙ্গে নতুন এন্ট্রি তৈরি করুন “পিডিএফ”

  • যান “ড্রাইভ:12 টেমপ্লেট চিত্র Program Files প্রচলিত ফাইল মাইক্রোসফট শেয়ার্ড ওয়েব সার্ভার এক্সটেনশনগুলি”
    Place the adobe pdf icon image, you can download it from adobe site.
  • যান “ড্রাইভ:Program Files\Common Files\Microsoft Shared\Web server extensions\12\Template\Xml”
    Open the Docicon.xml
    Add new entry and replace with the icon image filename “<Mapping Key=”পিডিএফ” Value=”filename.gif”/>”

  • Finally update the environment variable Path with “adobe installation path in drive”
  • Restart the search service

SharePoint ক্লায়েন্ট অবজেক্ট মডেল 2010 - পার্ট 1

SharePoint ক্লায়েন্ট অবজেক্ট মডেল 2010 is one of the developers dream. It enables developers to
access the SharePoint data from client, the code need not to be deployed in to the server.

Client Object Model can be used in the following three ways.

  • .Net CLR
  • Silverlight Object Model
  • JavaScript

.Net CLR Example:

Create the context to the SharePoint site. No traffic/requests will be made to the server until you call the ExecuteQuery()


try

Source Code

{


ClientContext ctx = নতুন
ClientContext(“HTTP://স্থানীয় হোস্ট”);


Web site = ctx.Web;

ctx.Load(site);

ctx.ExecuteQuery();

site.Title = “Update from Client Object Model – Win App”;

site.Update();

ctx.ExecuteQuery();


MessageBox.Show(“Update Succeeded”);

}


ধরা (ব্যতিক্রম ex)

{


MessageBox.Show(“Update Failed “ + ex.ToString());

}

লগইন অনুরোধ ডাটাবেস খুলতে পারবে না লগইন ব্যর্থ হয়েছে

আমি নীচের ইস্যু মধ্যে পেয়েছিলাম, আমি সাইট সংগ্রহে খোঁজো scopes অ্যাক্সেস করার চেষ্টা করার সময়.

ডাটাবেস খুলতে পারবে না “Uday_SharePoint_SSP_Content” লগইন অনুরোধ. লগইন ব্যর্থ হয়েছে.
ব্যবহারকারী 'উদয় Uday.Ethirajulu $' এর জন্য ব্যর্থ লগইন. Microsoft.SharePoint.Portal.Search.Admin.Pages.SearchAdminPageBase.ErrorHandler এ(অবজেক্ট প্রেরণ, EventArgs ই)
System.Web.UI.TemplateControl.OnError এ(EventArgs ই)
System.Web.UI.Page.HandleError যাও(ব্যতিক্রম ই)
System.Web.UI.Page.ProcessRequestMain এ(বুলিয়ান includeStagesBeforeAsyncPoint, বুলিয়ান includeStagesAfterAsyncPoint)
System.Web.UI.Page.ProcessRequest এ(বুলিয়ান includeStagesBeforeAsyncPoint, বুলিয়ান includeStagesAfterAsyncPoint)
System.Web.UI.Page.ProcessRequest এ()
System.Web.UI.Page.ProcessRequestWithNoAssert এ(HttpContext প্রসঙ্গ)
System.Web.UI.Page.ProcessRequest এ(HttpContext প্রসঙ্গ)
ASP._layouts_viewscopes_aspx.ProcessRequest এ(HttpContext প্রসঙ্গ) গ:\WINDOWS Microsoft.NET ফ্রেমওয়ার্ক v2.0.50727 অস্থায়ী ASP.NET ফাইল root-র 889c1c0c c362774f App_Web_viewscopes.aspx.2a428413.5ohducw0.0.cs:লাইন 0 এ()
System.Web.HttpApplication.ExecuteStep এ(IExecutionStep পদক্ষেপ, বুলিয়ান& completedSynchronously)
উইন্ডোজ SharePoint সেবা সমস্যার সুরাহা.

ইরাদা:

থেকে অ্যাপ্লিকেশন পুল পরিচয় পরিবর্তন করুন “নেটওয়ার্ক পরিষেবা”.

SQL সার্ভার সময় ডাটাবেসের সাথে সংযোগ করতে অক্ষম সংযোগ স্ট্রিং IPartitionResolver ধরনের একটি ইনস্ট্যান্স দ্বারা ফেরত হয়

আজ, আমি Anonymous প্রবেশাধিকার সহ সাইট স্থাপনের জন্য অনুমোদন প্রদানকারী সঙ্গে বাজানো হয়.

হঠাৎ সাইটটি নীচে ত্রুটি নিক্ষেপ শুরু. আমি খেই ডিবি সার্ভার ভুল কি কোন, তারপর আমি ডিবি সার্ভার কোন ভাগ্য পুনরায় আরম্ভ করা দী

ব্যতিক্রম:

ব্যতিক্রম ধরণ: System.Web.HttpException ব্যতিক্রম বার্তা: SQL সার্ভার সময় ডাটাবেসের সাথে সংযোগ করতে অক্ষম. সংযোগ স্ট্রিং (সার্ভার = 'উদয় SharePoint', ডাটাবেস = 'Uday_Content_DB') IPartitionResolver টাইপ 'Microsoft.Office.Server.Administration.SqlSessionStateResolver একটি ইনস্ট্যান্স দ্বারা ফেরত হয়, Microsoft.Office.Server, সংস্করণ = 12.0.0.0, সংস্কৃতি = নিরপেক্ষ, PublicKeyToken = 71e9bce111e9429c’

সমাধান:

এটি আপনার সমস্ত ব্রাউজার বন্ধ করে ব্রাউজারের ক্যাশে সাফ প্রশংসনীয় সহজ J

একরকম সময় ক্র্যাশ হচ্ছে.

ওয়েবকাস্ট : SharePoint ক্লায়েন্ট অবজেক্ট মডেল 2010

আমি ডেমো সহ ওয়েবকাস্ট জন্য পরিকল্পনা করছি “SharePoint 2010 সালে ক্লায়েন্ট অবজেক্ট মডেল” ফেব্রুয়ারি 9 ম নেভিগেশন 2010.

ইভেন্টের জন্য নিবন্ধন এখানে