بایگانی دسته بندی: شیرپوینت راه حل های طراحی

گرفتن “رایانامه:” متریک

I’m on a project where we need to collect metrics around a function named "Share a Story." The idea is very simple — if you’re looking at an interesting article on the intranet and want to share it with someone, click a link labeled "Share this story" email it to your buddy.

We played around with a custom form for this purpose, اما در پایان, common sense won the day and we just use the familiar <a href=mailto:…> technique. (<a href mailto:…> is a surprisingly robust little bit of HTML; as a bonus, that link brings me back to my old UNIX man pages days; those were the days!).

This technique provides a great interface for end users since they get to use their familiar MS Outlook client (or whatever email client they have installed).

It makes things harder on us poor developer types since they client *also* wants to run a report in the future that shows how often users share stories and even which stories are shared most often.

We whiteboarded a few potential solutions. My favorite is to carbon copy (CC) a SharePoint list. That way, the end user still gets the outlook client while we get to capture the event because we’ll get a copy of the email ourselves. There are some obvious drawbacks. The main problem is that the user could simply blank out or otherwise mangle the CC address. و, we need to manage that event library of emails. We have a scheduled job on the white board responsible for that cleanup.

If you have some clever approach to solving this problem, please do tell.

</پایان>

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

من در توییتر در http://www.twitter.com/pagalvin

تعریف “بزرگ” مورد نیاز شیرپوینت

در صورت درخواست و وعده داده, I’ve uploaded my presentation on how to obtain "great" requirements from end users for SharePoint projects and implementations. It’s here: HTTP://cid-1cc1edb3daa9b8aa.skydrive.live.com/self.aspx/SharePoint/Paul٪ 20Galvin٪ 20Great٪ 20Requirements.zip

من این کار را در شیرپوینت کنفرانس بهترین اقدامات در فوریه ارائه شده 2009 (www.sharepointbestpractices.com). If you attended the conference, شما همچنین می خواهید این کار را در کنفرانس دی وی دی دریافت کنید.

The presentation includes a lot of notes with most slides. It’s not just bullet points.

(اینجا را ببینید برای ارائه دیگر من در یک مطالعه مورد حکومت: http://paulgalvin.spaces.live.com/blog/cns!1CC1EDB3DAA9B8AA!3099.entry

</پایان>

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

من در توییتر در http://www.twitter.com/pagalvin

سلف سرویس ایجاد سایت در مورد ایجاد سایت دقیقا نمی

مانند بسیاری از انواع شیرپوینت مشاور, I’ve been exposed to a lot of SharePoint functionality. Some times, I dive pretty deep. Other times I just notice it as I’m flying by to another set of menu options. One of those is "self-service site creation." I haven’t had a need for it until this week.

این هفته, I need to solve a business problem which I think is going to become more common as companies loosen up and embrace more direct end user control over SharePoint. در این مورد, I’ve designed a site template to support a specific end user community. Folks in this community should be able to create their own sites at will using this template whenever the urge strikes them.

I recalled seeing "self-service site creation" before and I’ve always tucked that away in the back of my head thinking that "self service site creation" شیرپوینت معنای اصطلاح, بدیهی است که به اندازه کافی, something like "turn me on if you want end users to be able to create sites when they want to."

پس, آن را روشن من, آن را امتحان کنید و برای من, it’s not creating sites. It’s creating site مجموعه. Pretty big difference. That’s not what I want, نه در همه.

It is possible to let end users create new sub sites via a custom permission level. This is exactly where I would have gone in the first place except that the label "self-service site creation" label deceived me. Via twitter, I learn that it’s deceived others as well 🙂

I’m still working out how to provide a little bit of a more streamlined process while staying purely out of the box, but there’s a definite path to follow. Just don’t get distracted by that label.

</پایان>

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

من در توییتر در http://www.twitter.com/pagalvin

برچسب ها:

ریسندگی WFE موقت مجازی برای تفریح ​​و سود

I was one of 20 یا 30 (or maybe 100?) panelists last night at the نیویورک شیرپوینت کاربران گروه meeting. Instead of the usual presentation format, this was all about Q&A between the audience and the panel members. Early on, Michael Lotter introduced me to a new idea and I wanted to share.

An audience member described how his company had paid a consultant to write an application for his company. The consultant wrote it as a console application using the SharePoint object model. به عنوان یک نتیجه, this meant that the program had to be run on a server in the farm. This meant that anyone that wanted to use the app would have to log onto the server, do the work and log off. At first, this wasn’t a problem, but soon, more and more (non-technical) users needed to use the utility. His question was (paraphrasing):

"What are my options? I don’t want to keep letting users log directly onto the server, but they need that functionality."

Michael Lotter suggested that he configure a new virtual machine, join it to the farm as a WFE and let users run the application from there.

This is a pretty stunning idea for me. Generalizing this solution brings to mind the notion of essentially temporary, almost disposable WFE’s. I think it’s a pretty neat concept. This temporary WFE can run a console application that uses the SharePoint object model. You could also use it to run stsadm commands. It doesn’t have to be part of regular local balancing. If it goes down or gets wrecked, you can just spin up a new one. I repeat myself, but I just have to say that I think it’s a really neat idea.

</پایان>

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

من در توییتر در http://www.twitter.com/pagalvin

برچسب ها:

Large-scale MOSS Document Management Projects: 50k Per Day, 10 Million Total

This past week, someone asked a question about creating a SharePoint environment that would handle a pretty high volume of new documents (10,000 +/- در این مورد). I don’t know much about this, اما thanks to this white paper, I feel much better informed.

برای من, this white paper is pretty much just a book mark at the moment, but I did start reading through it and thought I’d highlight my main take-away. SharePoint can be scaled to handle, at a minimum, this load:

  • 50k new documents per day.
  • 10 million documents total.

I write the 50k/10MM figures because they are easy enough to remember. As long as you know they are minimums, you won’t get into trouble. The maximums are at least 10 percent higher than that and with extreme tuning, possibly a lot higher.

سپاس ها, Mike Walsh, once again for his weekly WSS FAQ updates and corrections post. If you’re not subscribed to it, you should seriously think about doing it.

</پایان>

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

ذخیره کردن فایل های آفیس MS قدیمی تر به شیرپوینت با استفاده از WebDAV هستید — مشکلات و رفع

در طی هفته گذشته, من همکار and I were doing some work for a client in NYC. We were testing a different aspects of a MOSS implementation using their "standard" ایستگاه کاری ساخت (در مقابل به عنوان لپ تاپ های ما). While doing that, ما را به چند اشتباه را با پیروی از این مراحل اجرا:

  • باز کردن یک سند Word MS از طریق ویندوز اکسپلورر (که با استفاده از WebDAV هستید).
  • ایجاد یک تغییر.
  • آن را ذخیره کنید.

ما به این درک رسیدم که برخی از (معمولا اولین بار) ما سند را نجات داد, the save didn’t "stick." Save did not save. We would pull that document back up and our changes simply were not there.

ما این مسئله ریشه در این نکته را درک نمی کنند, but we figured that we should make sure that the latest MS Office service pack had been installed on that work station. The IT folks went and did that. We went through the test again and we discovered a new problem. When we saved it, ما در حال حاضر این خطا:

تصویر

این بار, به نظر می رسید آن را مانند هر تغییر, در واقع, ذخیره شده, whether we answered Yes or No to the scripts question.

ما در نهایت به حال نگاهی به نسخه واقعی از دفتر و معلوم است که ایستگاه های کاری در حال اجرا دفتر کارشناسی ارشد 2000 به همراه سرویس پک 3 نشان می دهد که تحت راهنما -> About as "Office 2002".

اخلاقی داستان: من همیشه Office استفاده خواهد شد 2003 به عنوان حداقل پایه نسخه دفتر من در هنگام استفاده از WebDAV هستید و خزه.

</پایان>

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

برچسب ها:

(برای مقاصد موتور جستجو, این متن خطا است):

خط: 11807

کاراکتر: 2

خطا: شی این اموال و یا روش را پشتیبانی نمی کند

کد; 0

URL: http://sharepoint01/DocumentReview/_vti_bin/owssvr.dll?location=Documents/1210/testworddocument.doc&dialogview=SaveForm

آیا می خواهید به ادامه اجرای اسکریپت ها بر روی این صفحه?

شیرپوینت مهاجرت نکته: استفاده “داده untagged” نمایش ها برای مهاجرت افزایشی

In one or my very first blog posts, I described the overall process we followed to migrate a customer from SPS 2003 to MOSS. A reader left a comment asking for more detail and here it is.

For that migration project, we had to find a good way to move a lot of SPS 2003 documents over to MOSS. The initial load was easy enough. Create a new target document library in MOSS and use windows explorer to move the documents.

This is the new document library:

تصویر

Open up two windows explorers. Point the first at SPS 2003 and the second at the new document library in MOSS. The following screen shot shows this. Note that the top browser is actually pointing at my c:\temp drive, but you can imagine it pointing to an SPS 2003 document library:

تصویر

After that drag and drop operation, my target looks like this:

تصویر

Now it’s time to deal with the metadata. Assume we have just one column of metadata for these documents named "location." We can see from the above "all documents" view that the location is blank. It’s easy enough to use a data sheet view to enter the location, or even go into each document’s properties one by one to add a location. Let’s assume that there is no practical way to assign the location column a value automatically and that end users must do this by hand. بعلاوه, let’s assume there are hundreds of documents (maybe thousands) and that it will take many many days to update the metadata. As we all know, no one is going to sit down and work for four of five days straight updating meta data for documents. در عوض, they will break that out over a period of weeks or possibly longer. To facilitate this process, we can create an "untagged data" view as shown:

تصویر

اکنون, when someone sits down to spend their allocated daily hour or two to tag migrated documents, they can use the "untagged documents" view to focus their effort:

تصویر

As users tag documents, they drop off this list.

This notion of an untagged data view can also help with a class of data validation problem people inquire about on the forums. خارج از کادر, there’s no way to prevent a user from uploading a document to MOSS and then not enter meta data. We can specify that a particular site column is mandatory and the user won’t be allowed to push the save button. اما, if the user uploads and then closes the browser (or uses windows explorer to upload the document), we can’t force the user to enter meta data (دوباره, از جعبه).

This approach can be used to help with that situation. We can use a "poorly tagged data" view to easily identify these documents and correct them. Couple this with a KPI and you have good visibility to the data with drill-down to manage these exceptional circumstances.

</پایان>

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

برچسب ها:

خزه نصب و راه اندازی مزرعه کوچک و پیکربندی داستان جنگ

این هفته, I’ve struggled a bit with my team to get MOSS installed in a simple two-server farm. Having gone through it, من درک بیشتری برای انواع مشکلات مردم در انجمن MSDN و جاهای دیگر گزارش.

پیکربندی مزرعه نهایی:

  • SQL / صفحه اول / اینترانت WFE در داخل دیوار آتش.
  • WFE در DMZ.
  • نوعی از فایروال بین DMZ و سرور داخلی.

قبل از اینکه ما شروع پروژه, we let the client know which ports needed to be open. During the give and take, به جلو و عقب که بیش از, ما هرگز به صراحت دو چیز مهم است گفت::

  1. SSL معنی است که شما نیاز به یک گواهینامه.
  2. The DMZ server must be part of a domain.

روز اول, we showed up to install MOSS and learned that the domain accounts for database and MOSS hadn’t been created. To move things along, we went ahead and installed everything with a local account on the intranet server.

در این مرحله, سردرگمی بیش از گواهی اس اس ال و کشف, متاسفانه, decided to have our infrastructure guy come back later that week to continue installing the DMZ server. در این زمان, ما معماران راه حل های پیش رو با مسائل کسب و کار نقل مکان کرد.

آخر هفته می رود و توسط مشتری به دست آوردن گواهی.

مرد زیرساخت های ما نشان می دهد و در می یابد که سرور DMZ به هر دامنه ملحق نشده (هر دو دامنه محیط با اعتماد محدود و یا دامنه اینترانت). We wasted nearly a 1/2 روز به روز بر آن. If we hadn’t let the missing SSL certificate bog us down, we would have discovered this earlier. Oh well….

یکی دیگر از روز می گذرد و کمیته های مختلف امنیتی, اشخاص علاقه مند و (نه چندان) تماشاگران بی گناه همه اتفاق نظر دارند که آن را OK برای پیوستن به سرور DMZ با دامنه اینترانت (این POC است, بعد از همه, نه یک راه حل تولید).

Infrastructure guy comes in to wrap things up. This time we successfully pass through the the modern-day gauntlet affectionately known as the "SharePoint Configuration Wizard." We have a peek in central administration and … یی به دست چپ رفتن! … DMZ server is listed in the farm. We look a little closer and realize we broke open the Champaign a mite bit early. WSS services is stuck in a "starting" وضعیت.

داستان کوتاه مدت, it turns out that we forgot to change the identity of the service account via central administration from the original local account to the new domain account. We did that, دوباره فرار جادوگر پیکربندی و voila! We were in business.

</پایان>

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

آموزش راه سخت — WFE DMZ باید در یک دامنه

Although it’s not literally true, as a practical matter, an internet-facing web front end in a DMZ must be in a domain (i.e. not some standalone server in its own little workgroup). It doesn’t need to be in the same domain as the internal WFE(ها) and other servers (and probably shouldn’t), but it needs to be a domain.

My colleagues and I spent an inordinate amount of time on a proposal which included SharePoint pre-requisites. This included a comprehensive list of firewall configurations that would enable the DMZ server to join the farm and so forth. متاسفانه, we failed to add a sentence somewhere that said, to the effect, "the whole bloody point of this configuration is to allow your DMZ WFE server, in a domain, to join the internal farm."

A perfect storm of events, where we basically looked left when we might have looked right, conspired to hide this problem from us until fairly late in the process, thus preventing me from invoking my "tell bad news early" rule.

Sigh.

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

برچسب ها:

پیاده سازی کارشناسی ارشد / روابط جزئیات با استفاده از لیست های سفارشی

کاربران انجمن به کرات به عنوان پرسش مثل این:

> سلام,
>
> لطفا به من بگویید اگر هر گونه امکانات وجود دارد برای ایجاد یک لیست سفارشی با
> نوع استاد و جزئیات (مانند فاکتورها) با استفاده از InfoPath و.
>

شیرپوینت فراهم می کند برخی از ویژگی های جعبه که پشتیبانی از انواع نیازهای کسب و کار مانند آن.

به طور کلی, one links two lists together using a lookup column. List A contains the invoice header information and list B contains invoice details.

استفاده از لیست های اضافی را به حفظ شماره مشتری, تعداد محصول, غیره.

استفاده از پرس و جو بخشی از محتوای وب (در خزه تنها) and/or a data view web part to create merged views of the lists. SQL Server Reporting Services (SRS) به سمت گزارش از آن نیز موجود است.

اما, there are some important limitations that will make it difficult to use pure out-of-the-box features for anything that is even moderately complex. These include:

  • حجم در مقابل لیست مربوط به مراجعه به. "smartness" of the lookup column type. A lookup column type presents itself on the UI differently depending on whether you’ve enabled multi-select or not. In either case, the out-of-the-box control shows all available items from the source list. If the source list has 1,000 اقلام, that’s going to be a problem. The lookup control does not page through those items. در عوض, it pulls all of them into the control. That makes for a very awkward user interface both in terms of data entry and performance.
  • Lookups "pull back" one column of information. You can never pull back more than one column of information from the source list. مثلا, you cannot select a customer "12345" and display the number as well as the customer’s name and address at the same time. The lookup only shows the customer number and nothing else. This makes for an awkward and difficult user interface.
  • No intra-form communication. من در این مورد اینجا نوشته شده است. You can’t implement cascading drop-downs, مشروط فعال / غیر فعال کردن زمینه های, غیره.
  • No cascading deletes or built-in referential integrity. SharePoint treats custom lists as independent entities and does not allow you to link them to each other in a traditional ERD sense. مثلا, شیرپوینت به شما اجازه می دهد تا برای ایجاد لیست های سفارشی, "customer" and "invoice header". You can create an invoice header that links back to a customer in the customer list. سپس, you can delete the customer from the list. خارج از کادر, there is no way to prevent this. To solve this kind of problem, شما به طور معمول، با استفاده از گرداننده رویداد.

این ممکن است به نظر می رسد در معرض باد سرد, but I would still use SharePoint as a starting point for building this kind of functionality. Though there are gaps between what you need in a solution, شیرپوینت ما را قادر می سازد برای پر کردن این شکاف با استفاده از ابزارهایی از قبیل:

  • گرداننده رویداد. Use them to enforce referential integrity.
  • ستون های سفارشی: Create custom column types and use them in lieu of the default lookup column. Add paging, بافر و ویژگی های AJAX را به آنها پاسخگو.
  • BDC. This MOSS-only feature enables us to query other SharePoint lists with a superior user interface to the usual lookup column. BDC can also reach out to a back end server application. Use BDC to avoid replication. Rather than replicating customer information from a back end ERP system, use BDC instead. BDC features provide a nice user interface to pull that information directly from the ERP system where it belongs and avoids the hassle of maintaining a replication solution.

    BDC یکی از ویژگی های خزه (در WSS در دسترس نیست) and is challenging to configure.

  • ASP.NET فرم وب: ایجاد کامل شامل فرم AJAX فعال است که با استفاده از مدل شی شیرپوینت و / یا خدمات وب را به لیست شیرپوینت اهرم در حالی که فراهم آوردن رابط کاربر بسیار پاسخگو.

آخرین گزینه ممکن است احساس شما با شروع از ابتدا, اما در نظر گرفتن این واقعیت است که پلت فرم شیرپوینت تو شروع می شود با ویژگی های زیر کلید:

  • مدل امنیتی با نگهداری.
  • سیستم منو با نگهداری.
  • "Master table" (i.e. لیست های سفارشی) با امنیت, ساخته شده در تعمیر و نگهداری و حسابرسی.
  • جستجو.
  • برگشت ابزارهای یکپارچه سازی پایان دادن به (BDC).

اگر شما با یک پروژه خالی جدید در Visual Studio شروع, شما باید بسیاری از زیرساخت ها و لوله کشی برای ساخت قبل از اینکه شما نزدیک به آنچه شیرپوینت ارائه می دهد.

I do believe that Microsoft intends to extend SharePoint in this direction of application development. It seems like a natural extension to the existing SharePoint base. Microsoft’s CRM application provides a great deal of extensibility of the types needed to support header/detail application development. Although those features are in CRM, the technology is obviously available to the SharePoint development team and I expect that it will make its way into the SharePoint product by end of 2008. If anyone has an knowledge or insight into this, لطفا ترک یک نظر.

</پایان>