بایگانی ماهانه: اوت 2008

گروه های کاربری شیرپوینت امشب پخش

امشب, 08/20/08, کاربر نشست گروه کانکتیکات شیرپوینت پخش در حال پخش است در ازای یک جلسه فیزیکی این ماه.

موضوع امشب: "Microsoft Office SharePoint Server 2007 – روش اکسترانت استقرار"

Microsoft’s own Chris Lavista will lead the discussion. I’ve worked with Chris before and he really knows his stuff. If you have any interest in this subject, check it out. Here are the details:

پخش گروه کاربری شیرپوینت: https://www.clicktoattend.com/invitation.aspx?code=130299

موضوع: مایکروسافت آفیس شیرپوینت سرور 2007 – روش اکسترانت استقرار
گوینده:
کریس Lavista از مایکروسافت

تاریخ: اوت 20هفتم خوش آمدید زمان: 6:15 PM زمان: 6:30 PM -8:00PM


شرح:
شیرپوینت اجازه می دهد تا برای چندین گزینه های استقرار. بحث و گفتگو خواهد شد در مورد چگونگی امن اکسترانت بر روی پلت فرم شیرپوینت می تواند مستقر در مرکز. در مورد بهترین شیوه ها و حالات مربوط به ادغام فن آوری های خط مقدم, ISA سرور 2006 و IAG 2007. اختیاری, به پشتیبانی ورود به سیستم تنها صحبت در مورد استفاده از.
درباره کریس:
Chris Lavista is a Technical Architect at recently opened Microsoft Technology Center in New York. His focus is on SharePoint, همکاری, و ارتباطات متحد. او در صنعت خدمات مالی به کار کرده است (تعقیب, سیتی گروپ) قبل از پیوستن به مایکروسافت برای 8 سال. He started at Microsoft in 2000 به عنوان بخشی از خدمات مشاوره ای خود را عمل قبل از پیوستن به تیم MTC در اوایل 2006.

ثبت & اطلاعات بیشتر: https://www.clicktoattend.com/invitation.aspx?code=130299

</پایان>

مشترک شدن در وبلاگ من.

برچسب ها:

کمیته جستجوی خود را ملاقات این ماه?

It’s the beginning of the month and now is as good a time as any for your company’s search committee to get together and analyze Best Bets, successful and not so successful searches, غیره.

You don’t have a search committee? Then form one 🙂

WSS and especially MOSS search benefit from some human oversight. Investing a few hours a month on a consistent monthly basis is not only more fun than a barrel of monkeys, it can:

  • Give insight into the information needs of the enterprise. If people are searching left and right for topic "xyzzy," you know that’s an important topic to the enterprise.
  • Identify potential training requirements. If people are searching for topic "xyzzy" but should really be searching for "abcd" then you can use that to educate folks on where and how to find the information.
  • Help your organization refine its information architecture.
  • Identify opportunities to enhance the thesaurus.
  • Other opportunities will no doubt present themselves.

Who should be on search committee? You would know your people best, but consider:

  • At least one (and maybe only one) IT person who understands (or can learn) the various ways to tweak search, including best bets, thesaurus, managed properties, غیره.
  • Several subject matter experts that can read the search reports, ingest it and communicate business-savvy actions to IT so that IT can push the buttons, pull the levers and open/close valves as necessary to on committee recommendations.
  • One or more information architects who can validate, one way or another, whether the information architecture is search friendly and whether it’s working out well for the enterprise.
  • A rotating seat on the committee. Bring in one or two people who don’t normally participate in these kinds of efforts. They may bring unusual and valuable insights to the table.

Happy analyzing!

</پایان>

مشترک شدن در وبلاگ من.

برچسب ها:

دسترسی سریع و آسان: SPFolder از SPItemList

من دائم در حال اجرا را به این مشکل و گوگل به نظر می رسد هرگز به درک آنچه من می خواهم, بنابراین من من این پایین بنویسید.

من انجام شده است بسیاری از اشکال زدایی رویداد گیرنده در دو هفته گذشته یا. The ER is defined against a document library. The individual items in the document library are tightly related to their parent folders. پس, I am always getting the folder of the item for various manipulations. While debugging, من نیاز به به روز رسانی متا دیتا ها را از یک پوشه برای یک آیتم خاص که ID من می دانم.

در اینجا یک برنامه کنسول کمی (طراحی شده برای اجرا بر روی سرور در مزرعه) که دو آرگومان طول می کشد: شناسه یک آیتم و یک مقدار را به او واگذار به یک فیلد, "Approval Status". It hard codes a lot of stuff and has no error checking.

کد نظر می رسد تا یک سایت سخت رمزی, gets a hard coded document library and then finds the indicated item. It then finds the parent folder of that item and assigns the status value.

The key lesson here for me is that SPItem doesn’t get you access to the folder. You need to use SPListItem.File.

اگر کسی مراقبت به ارائه انتقاد یا پیشنهاد راه بهتری برای بدست آوردن پوشه مورد, لطفا ترک یک نظر.

<قانون>
با استفاده از سیستم;
با استفاده از System.Collections.Generic;
با استفاده از System.Text;
با استفاده از Microsoft.Sharepoint در;
با استفاده از System.Collections;

فضای نام Conchango
{
    /// <خلاصه>
 /// </خلاصه>
 کلاس ManualFolderUpdate
    {
        ایستا از درجه اعتبار ساقط اصلی(رشته[] استدلال)
        {
            رشته MSH = "ManualFolderUpdate (V1.0): "; // msh = "Message Header"

 کنسول.WriteLine(MSH + "Starting up.  من آخرین 08/04/08 تغییر یافتهاست.");

            رشته URL = http://localhost/xyzzy;

            با استفاده از (SPSite oSPSite = جدید SPSite(آدرس))
            {

                با استفاده از (SPWeb oSPWeb = oSPSite.OpenWeb())
                {
                    SPList docLib = oSPWeb.Lists["Documents"];

                    کنسول.WriteLine(MSH + "Got the document library.");

                    کنسول.WriteLine(MSH + "Doc lib item count: [" + docLib.ItemCount + "].");

                    اعضای هیات FolderID = 0;
                    رشته NewStatus = "xyzzy";

                    FolderID = سیستم.تبدیل.ToInt32(استدلال[0].ToString());
                    کنسول.WriteLine("Seeking folder for item: [" + FolderID + "].");

                    SPListItem لی = docLib.GetItemById(FolderID);

                    SPFolder thisItemFolder = li.File.ParentFolder;

                    کنسول.WriteLine(MSH + "Got the parent folder.");

                    NewStatus استدلال =[1].ToString();
                    کنسول.WriteLine("Setting status to [" + NewStatus + "].");

                    کنسول.WriteLine("Press return to commit the update or CTRL-C to abort.");

                    کنسول.ReadLine();

                    thisItemFolder.Item["Approval Status"] = NewStatus،;
                    thisItemFolder.Item.Update();

                    کنسول.WriteLine(MSH + "Finished updating the folder.  خروج است.");

                } // با استفاده از SPWeb

            } // با استفاده از SPSite

 کنسول.WriteLine(MSH + "Finished.");

        } // اصلی

    } // کلاس foldersync
} // فضای نام
</قانون>

</پایان>

مشترک شدن در وبلاگ من.

یکشنبه صبح با مزه: “پدر, او حتی می دانید”

ما شمال نیوجرسی گالوین طرفداران بزرگ تلویزیون طنز سیاسی. برنامه, نمایش روزانه hosted by Jon Stewart. I don’t like to get political in my blogging, بنابراین همه من می گویم که این است که بدون نمایش روزانه, من به خوبی ممکن است به طور دائم از دست داده اند همه از حس شوخ طبعی در حدود 12/12/2000.

ما با داشتن یک وعده غذایی بر روی عرشه اوایل هفته گذشته و ده سال پسر قدیمی من به ارمغان می آورد تا یک قسمت اخیر نشان. من ساخته شده نظر, "Jon Stewart knows that he سرگرم کننده بهتر از من را ندارد or there will be terrible consequences for Jon Stewart."

پسر من برای یک دقیقه در مورد آن فکر می کند و می گوید:: "Dad, شماره یک: He doesn’t even know you."

من برای یک شماره دو منتظر, اما او تصمیم گرفت که به اندازه کافی و بدون پرش به ضرب و شتم به موضوع بعدی نقل مکان کرد.

آن استفاده می شود که من می تواند مسافت پیموده شده خیلی بیشتر از این نوع جوک ها, but he’s getting too used to me or too mature or both. I need to adjust somehow.

</پایان>

مشترک شدن در وبلاگ من.

برچسب ها:

کارمند برنامه آموزش و الگو مواد — تعداد صندلی اشکالات امنیتی ثابت به همراه(?)

This is a fairly popular "fabulous 40" قالب. It also has a bug which is widely known (I’ve even blogged about how to fix it).

Sogeti released a codeplex project this week that fixes the bug (which is nice by itself, but not earth-shattering) but they also claim to have solved a much thornier problem: امنیت. The fab 40 template requires a very generous security setting (users needs contributor level access to virtually everything). Not any more! According to the codeplex summary:

"This template also includes a new custom workflow action which enables the template to work without having to give all users contribute permissions to the courses list."

That’s good stuff and worth checking out.

</پایان>

مشترک شدن در وبلاگ من.

برچسب ها: , ,

شیرپوینت طراح گردش, رسیور رویداد و “به روز رسانی گزینه” در مقابل “تنظیم رشته را در مورد کنونی”

We have a set of SharePoint designer workflows that "communicate" with an event receiver on the list via changes to site column values. مثلا, if a site column "SetDuedate" گردش کار درست, گیرنده رویداد تغییر را تشخیص دهد, محاسبه موعد مقرر و اختصاص آن تاریخ به ستون دیگر, "Due Date." We split things up like this because the event receiver can calculate a due date using complex business rules (گرفتن تعطیلات آخر هفته و تعطیلات شرکت به حساب) در حالی که SPD واقعا می تواند در.

در یک نمونه خاص, we ran into a problem with this trick. Debugging all this is pretty difficult, اما ما به این نتیجه قطعی رسید که در یک مورد (حداقل), the event receiver was not running all the time. In one step of the workflow, we would change the value of a site column and the event receiver didn’t appear to run. اما, شد به طور مداوم در حال اجرا در یک مرحله از گردش کار.

پس از مرور آن, I noticed that the happy workflow step used the "Update List Item" while the other step used "Set Field in Current Item." Update List Item was updating the "current item." I’m not sure why we picked one over the other since they would seem to be doing the same thing.

پس … the Update List Item action did cause the event to fire. از طرف دیگر, میدان را در عمل مورد جاری نمی.

لیست به روز رسانی مورد در هر دو جا استفاده می شود و بنفش! It worked. [[ مجموع کنار, ویولن برای به صورت روزانه برای تقریبا بازی 15 سال ]]

از این, I tentatively believe that the "Set Field" عمل می کند ایجاد نمی کند گیرنده واقعه به آتش, at least some of the time.

This issue bedeviled us for weeks.

This is one of those "observed behavior" posts. I observed this happen once in a specific environment and I’m making some guesses as to why things happened as they did. If you have any insight into this one, لطفا سهم در نظر.

</پایان>

مشترک شدن در وبلاگ من.