வகை பதிவுகள்: ஷேர்பாயிண்ட் அபிவிருத்தி

ஷேர்பாயிண்ட் தொடர்பு மூங்கில் அட்டவணை "எதிர்பாராத பிழை" காரணங்கள்

இன்று, I’ve been working in an environment that uses a Bamboo calendar web part for some improved collaboration. This a standard medium/small farm with two load balanced WFEs, திருப்பு மற்றும் InfoPath ஒரு க்ளஸ்டர் SQL மீண்டும் இறுதியில் ஒரு "பயன்பாடு சர்வர்".

The client installed some disaster recovery software onto one of the WFEs and that resulted in a broken WFE for a specific site in the site collection. Whenever load balancing pointed at the affected WFE and that site, users saw a largely blank white screen with the sentence “An unexpected error occurred”. No other info showed, அந்த தண்டனை.

They asked me to look at it. I easily reproduced the problem and then added a ?contents=1 to the end of the URL. This is how I learned they were using the Bamboo web part. I went back to the page and now, திடீரென்று, இது எனக்கு ஒரு நல்ல ஒழுங்குமுறையில் பிழை செய்தி காட்டுகிறது:

image

நான் சேர்ப்பதன் தவிர வேறு காட்ட கட்டுப்பாட்டில் பிழை செய்தி கிடைக்கும் என்ன நடக்கிறது அல்லது என்ன தெரியாது ?contents=1 bit of the query string.

இது அநேகமாக மிகவும் அரிதான விளிம்பில் வழக்கு ஆனால் நீங்கள் அந்த செய்தி கிடைத்தால், "எதிர்பாராத பிழை" போய் சேர்க்க ?கேள்வி சரத்திற்கு உள்ளடக்கங்களை = 1 என்று செல்கிறது பார்க்க.

</இறுதியில்>

என்னுடைய குழுசேர்.

மணிக்கு ட்விட்டரில் என்னை பின் http://www.twitter.com/pagalvin

Technorati குறிச்சொற்கள்: ,

Microsoft.SharePoint.dll மீது ரிப்லேக்டார் பயன்படுத்தி

Redgate .NET பிரதிபலிப்பான் மைக்கேல் ப்ளூமென்தல் ஒரு வரை போகிறது எச்சரிக்கைகள் மற்றும் காட்சிகள் பற்றி கட்டுரை ("Which views can be used when Creating an Alert ?"), which is interesting on its own merits. எனினும், I was even more interested to see how he methodically walks through the process of using Redgate’s .NET Reflector. Step by step, he shows how to use that tool track down how SharePoint determines whether a view on a list should be "subscribable" ஒரு நல்ல வார்த்தை இல்லாததால் (இதை அவர் என்னை விட நன்றாக விளக்குகிறார் 🙂 ).

ஷேர்பாயிண்ட் காலத்தில் இந்த புள்ளியில், you’d almost have to be deaf and blind to have not heard or read about using that tool. It’s advanced stuff and my own sense is that it’s in many ways a tool of last resort. எனினும், நீங்கள் வேண்டும் ஆனால் உண்மையில் தெரியாது என்றால் எப்படி, மைக்கேல் எழுதும் வரை இந்த விஷயத்தில் ஒரு பெரிய பயிற்சி போல்.

</இறுதியில்>

என்னுடைய குழுசேர்.

மணிக்கு ட்விட்டரில் என்னை பின் http://www.twitter.com/pagalvin

அட்டவணை இல் அட்டவணை பொருட்களை வரிசைப்படுத்த

I’m using a calendar to track panel discussions on a given day. I have two sessions: morning and afternoon. I want to create a view that shows morning sessions only listed alphabetically via a session ID. This is a little tricky to accomplish (நான் வெளிப்படையாக உண்மையான ஏதாவது தவற வரை).

I can easily create a filtered view showing just that day’s events. The calendar will show all those events and if they all take place on the same hour, it lists them side by side in the hour slot. That’s great. The tricky part is that, முன்னிருப்பாக, it wants to list them in ID format. அப்படி, if I add "Session 02" and then "Session 01" காலண்டர், அது அவர்களை காட்டுகிறது (அதாவது, அமர்வு 02 பின்னர் அமர்வு 01). To list them in Session ID order, நான் இந்த விஷயங்களை முயற்சி நினைத்தேன்:

  1. Configure the view using the web user interface. No luck. There are no options to sort items this way.

    வேலை செய்யவில்லை என்று முதல், I am now hoping there’s a CAML query somewhere in there that will allow me to override the sort. CQWP lets me make that kind of change, ஒருவேளை காலண்டர் அதே சாப்பிடுவேன்?

  2. வலை பகுதி திருத்தவும், look for an "export" செயல்பாடு மற்றும் … Bzzz! I can’t export its XML. There is no export option.

    I’m still holding out hope that I can find and modify some CAML query. Since I can’t export the web part, என்று ஷேர்பாயிண்ட் டிசைனர் விட்டு.

  3. I add the calendar web part to a sandbox site and open that site using SharePoint Designer. I look at the markup for the web part and I find what I’m looking for. It’s encoded madness, ஆனால் அது தான்: "<ListViewXml …. >குறியிடப்பட்ட பைத்தியக்காரத்தனமாக</ListViewXml>". குறிப்பாக, இந்த மாணிக்கம் தான்:

<வினா>
<எங்கே>
<DateRangesOverlap>
<FieldRef Name="EventDate"/>
<FieldRef Name="EndDate"/>
<FieldRef Name="RecurrenceID"/>
<Value Type="DateTime">
<மாதம் />
</மதிப்பு>
</DateRangesOverlap>
</எங்கே>
<Orderby><FieldRef Name="Session_x0020_ID" /></Orderby>
</வினா>

(நான் குறியாக்க நீக்கம் &Lt;'கள் மற்றும் &GT மற்றும் தெளிவை பொருட்டு பல வரிகளை அவற்றை வெளியே பிரிந்தது).

சேர் <Orderby> அமர்வு ஐடி மூலம் பிட், இப்போது அதை வகையான, இல்லை உள் பட்டியல் உருப்படியை ஐடி.

பிரம்மாண்டமான முனை அல்லது’ இந்த தொப்பி பெக்கி Isserman ஈஷா Sagi ஒரு வலைப்பதிவு இடுகை தனது கருத்து: http://www.sharepoint-tips.com/2008/07/caml-sorting-by-file-name.html. I wouldn’t have put the <Orderby> அவரது கருத்து இல்லாமல் சரியான இடத்தில்.

நான் விரைவில் திரையில் காட்சிகளின் இந்த வரை இன்னும் தெளிவாக எழுத நம்புகிறேன், ஆனால் இந்த வழக்கில் நான் செய்ய, குறைந்தபட்சம் நான் இந்த அளவுக்கு இல்லை.

</இறுதியில்>

ஷேர்பாயிண்ட் அம்சங்கள் & தீர்வுகள் மேலாண்மை — CRUD உள்ள யூ மறக்க வேண்டாம் (அல்லது இந்த விஷயத்தில் டி)

நாம் கூட்டாக ஷேர்பாயிண்ட் தீர்வுகள் பற்றி நேரம் சிந்தனை ஒரு பெரிய செலவு — எப்படி அவர்கள் உருவாக்க, இது கருவியை பயன்படுத்த, அவர்கள் வரிசைப்படுத்த தோல்வியடையும் போது என்ன நடக்கிறது, டைமர் வேலைகள், எல்லைகள், முதலியன. We spend so much time thinking about the up-front bits that it’s easy to forget that we need to retract them as well. Retracting solutions is probably more difficult, ஒரு கருத்துரு வடிவமைப்பு கண்ணோட்டத்தில், than deploying them. Deployment is basically a cookbook affair. Typically, ஒரு அம்சம் நிறுவ, ஒருவேளை ஒரு அம்சம் ரிசீவர் ஒரு பட்டியலில் சில தரவு ஏற்ற, that sort of thing. எனினும், பின்வாங்கும் அபாயம் மேலும் சிக்கலாக உள்ளது.

ஒரு கொடுக்கப்பட்ட தீர்வு போன்ற சிக்கல்களை உருவாக்க கூடும்:

  • உள்ளடக்க வகை
  • பட்டியல் வரையறை
  • தளத்தில் வரையறை
  • ஒரு பட்டியலில் தரவு
  • கூட பெறுதல்
  • InfoPath படிவங்கள்

பட்டியலில் செல்கிறது.

அதை சரியாக அந்த சிக்கல்களை instantiates ஒரு தீர்வு வடிவமைக்க வெளிப்படையாக முக்கியம் போது, it’s just as important to consider the update and delete cases. If your solution creates a new list and populates that list with data, தீர்வு திரும்ப போது என்ன நடக்கிறது? In some cases, the list should be deleted. In other cases, it should be left intact for historical purposes. Your business requirements will guide you to the right decision.

இந்த உதவி, create a matrix that lists each artifact your solution deploys to SharePoint. List three columns per artifact, உருவாக்க ஒரு, புதுப்பிக்க மற்றும் நீக்க. For each case, அந்த அறுவை சிகிச்சை சரியான முடிவை தீர்மானிக்க.

This sort of analysis is obviously best done before the solution is ever deployed to a SharePoint farm. எனினும், புகைத்தல் போன்ற, it’s never too late to start doing things correctly. Create that matrix and develop a plan to address the missing update/delete scenarios. It may be a hard problem to solve, ஆனால் குறைந்த பட்சம் நீங்கள் பிரச்சனை சுற்றி ஒரு பெட்டியில் வைத்து.

</இறுதியில்>

என்னுடைய குழுசேர்.

மணிக்கு ட்விட்டரில் என்னை பின் http://www.twitter.com/pagalvin

Technorati குறிச்சொற்கள்:

விரைவு திருத்த: ஷேர்பாயிண்ட் தொடர்புகொள்ளுங்கள் என்று வலை சேவைகள், InvalidOperationException

ஒரு மில்லியன் ஆண்டுகளுக்கு முன்பு, I helped developed a web service that was invoked via a custom action for a SharePoint Designer workflow. இந்த வாரம், வாடிக்கையாளர் உற்பத்தி அதை நகர்த்த வேண்டும் (இறுதியாக!) நாம் செய்தது.

விருப்ப நடவடிக்கை நன்றாக வேலை, ஆனால் அதை செயல்படுத்தக்கூடிய வலை சேவை இல்லை, இந்த பிழை கொடுக்கும்:

System.InvalidOperationException: இந்த அறுவை சிகிச்சை கட்டமைப்பு தரவுத்தள இருந்து படிக்க SQL சர்வர் உள்ள அனுமதிகள் பயனர்கள் ஒரு சர்வர் பண்ணை சேர்ந்தால் மட்டுமே ஒரு கணினியில் செய்யப்படும். சர்வர் பண்ணை இந்த சர்வர் இணைக்க, ஷேர்பாயிண்ட் தயாரிப்புகள் மற்றும் தொழில்நுட்பங்கள் கட்டமைப்பு வழிகாட்டி பயன்படுத்த, நிர்வாக கருவிகள் தொடக்க மெனுவில் அமைந்துள்ள.
at Microsoft.SharePoint.Administration.SPWebApplication.Lookup(யூரி requestUri)

Turns out that I forgot to add the service to the SharePoint application pool in IIS. Once I did that, அது நன்றாக வேலை.

தகவல்களுக்கு இந்த எம்எஸ்டிஎன் மன்றத்தில் எனக்கு தேவை துப்பு கொடுத்தது: http://social.msdn.microsoft.com/Forums/en-US/sharepointdevelopment/thread/2c97c004-7118-4e06-a62c-b2b0ac07ac99

</இறுதியில்>

என்னுடைய குழுசேர்.

டிவிட்டரில் என்னை பின்: http://twitter.com/pagalvin

Technorati குறிச்சொற்கள்:

விரைவான மற்றும் எளிதான: SPItemList என்ற SPFolder கிடைக்கும்

நான் என்ன செய்யவேண்டும் என்று நான் இந்த பிரச்சினையை கொண்டு இயங்கும், Google புரிந்து தெரிகிறது ஒருபோதும், அதனால் நான் இந்த எழுதி என்று உருவம்.

நான் கடந்த வாரம் அல்லது இரண்டு நிகழ்வு ரிசீவர் பிழைதிருத்தம் நிறைய செய்து. 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, நான் யாருடைய அடையாள எனக்கு ஒரு குறிப்பிட்ட உருப்படியை ஒரு கோப்புறை மெட்டா மேம்படுத்த தேவை.

இங்கே ஒரு சிறிய பணியகம் விண்ணப்ப படிவம் (பண்ணை உள்ள சர்வர் இயக்க வடிவமைக்கப்பட்ட) இரண்டு வாதங்களை எடுத்து: ஒரு உருப்படி ஐடி மற்றும் ஒரு துறையில் ஒதுக்க மதிப்பு, "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(URL))
            {

                பயன்படுத்தி (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 li = docLib.GetItemById(FolderID);

                    SPFolder thisItemFolder = li.File.ParentFolder;

                    தேற்று.WriteLine(msh + "Got the parent folder.");

                    NewStatus = ARGS[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
} // நேம்ஸ்பேஸ்
</குறியீடு>

</இறுதியில்>

என்னுடைய குழுசேர்.

Technorati குறிச்சொற்கள்:

ஷேர்பாயிண்ட் தனிபயன் செயல்கள் மறைத்து

பல மாதங்களுக்கு முன்பு, ஒரு வாடிக்கையாளர் ஒரு திட்டம் வேலை செய்யும் போது, I created a feature. Among other things, அந்த அம்சத்தை விருப்ப நடவடிக்கை வரையறுக்கப்பட்ட (இந்த தளம் அமைப்புகளை கீழ் தோன்றும்). The only purpose for this custom action was to demonstrate to me that the feature activation was working as expected. அடிப்படையில், I used it as a crude form of debugging.

Much to my embarrassment, this debugging artifact made its way from dev to UAT and to production before someone got around to asking, "what is this xyzzy link?"

இப்போது, we’re in production and I really don’t want to uninstall the feature, fix elements.xml and then reinstall.

Todd Bleaker pointed out an easy way to handle it. In his words:

"CustomActions are not copied into the database, they are read directly from the Elements.xml file and copied into application state at runtime. அப்படி, you don’t need to deactivate, uninstall, reinstall, and reactivate the Feature to remove the CustomAction. Just remove it from the Elements.xml file and recycle the application pool(கள்) effected. The next time the Feature is in scope, நீங்கள் இனி CustomAction பார்க்க முடியாது."

நான் அவரது வழிமுறைகளை பின்பற்றி, நிச்சயமாக, அவர்கள் வேலை.

என் வழக்கு, this is a department level installation with just a single WFE. If you find yourself with this problem in future and with multiple WFE’s, நான் ஒவ்வொரு மாற்றம் செய்ய வேண்டும் என்று.

</இறுதியில்>

என்னுடைய குழுசேர்.

விரைவு திருத்த: ஷேர்பாயிண்ட் தள அணுகும் வீசுகின்றார் [HttpException (0x80004005): கோரிக்கை நேரம் கடந்துவிட்டது.]

One of my developer colleagues was working on a project this week and ran into a timeout problem while working on building some crazy web part. His web part was fine, but "suddenly" ஒரு தொடர்பில்லாத தளம் மிகவும் மெதுவாக இருந்தது அடிக்கடி இந்த பிழை நேரம் கடந்துவிட்டது:

[HttpException (0x80004005): கோரிக்கை நேரம் கடந்துவிட்டது.]

I logged in and saw that several other sites were just fine. I suspected that there were some hidden web parts on the page and using நம்பகமான ?உள்ளடக்கங்களை = 1 பிழைத்திருத்த நுட்பம், நான் உண்மையில் கண்டுபிடித்தேன் 11 பக்கம் வலை பாகங்கள், only two of which were visible. Even better (ஒரு let's-நம்பிக்கையை நான் கண்டுபிடிக்க-ஏதாவது-அசிங்கமான, இங்கே, என்று, நான்-சரிசெய்ய முடியும் கண்ணோட்டத்தில்), three of those closed web parts had a name of "Error".

நான் அந்த வலை பாகங்கள் நீக்கப்பட்டது (இது ஒரு வியக்கத்தக்க நீண்ட நேரம் எடுத்தது) and that solved the problem. For today 🙂

</இறுதியில்>

என்னுடைய குழுசேர்.

Technorati குறிச்சொற்கள்:

WSS வரம்பு SSRS வலை சேவைகள் நாடுவதன் / FBA சூழல் உள்ள பாசி

We needed to invoke the "CreateSubscription" method on an SSRS web service that is hosted in an FBA managed MOSS environment from a custom web part. We kept getting variations of:

  • 401: அதிகாரம்
  • பொருள் நகர்த்தப்பட்டுள்ளது

The "object moved" message was most interesting because it was saying that the "object" (எங்கள் SSRS சேவை) had "moved" to login.aspx. This clearly meant we had some kind of authentication problem.

நான் இறுதியாக நான் என்று உணர்ந்து புக்மார்க் ஒரு ப்ளாக் எண்ட்ரி by Robert Garret that described how to invoke a general purpose WSS/MOSS web service living inside an FBA environment. Note that I can’t link directly to the article (இருந்த 06/09/08) because it wants to authenticate. The link I provide brings you to an "all posts" view and you can locate the specific article by searching for "Accessing MOSS Web Services using Forms Based Authentication".

இங்கே எங்களுக்கு வேலை என்று குறியீடு தான்:

ReportingService2006 ரூ = சுழி; 
// அங்கீகரிக்க அங்கீகாரம் அங்கீகாரம் = புதிய சான்றளிப்பு(); 
auth.Url = "HTTP://URL / _vti_bin / Authentication.asmx";
auth.CookieContainer =
புதிய CookieContainer();
LoginResult விளைவாக = auth.Login("userid", "password");
என்றால், (result.ErrorCode == LoginErrorCode.NoError) 
{
// இல்லை பிழை, எனவே குக்கீகளை கிடைக்கும்.
CookieCollection குக்கீகளை = auth.CookieContainer.GetCookies(புதிய யூரி(auth.Url));
குக்கீ authCookie = குக்கீகளை[result.CookieName];
ரூ =
புதிய ReportingService2006();
rs.Url =
"HTTP://server/_vti_bin/ReportServer/ReportService2006.asmx";
rs.CookieContainer =
புதிய CookieContainer();
rs.CookieContainer.Add(authCookie);
}
முயற்சி
{
  rs.CreateSubscription(புகார், extSettings, DESC, eventType, தரவு பொருந்தவில்லை, parameters1);
}
பிடி (தவிர முன்னாள்)
{
  Console.WriteLine(ex.Message.ToString());
}

நான் விஷயங்கள் இந்த போல வேலை செய்ய மொழிபெயர்க்கும்:

  • எங்கள் வலை பகுதி அங்கீகார சேவை தொலைபேசிவழி மற்றும் சொல்ல வேண்டும், "Hey, டோனி, அது நான் தான்!".
  • அங்கீகார சேவை பதில்கள் கூறி, "Hey, I know you. How are the kids? Here’s a token."
  • நாம் SSRS சேவை அழைத்து சொல்ல, "Tony sent me, இங்கே டோக்கன் தான்."

</இறுதியில்>

என்னுடைய குழுசேர்.

விரைவான மற்றும் எளிமையான: சி இன் ஷேர்பாயிண்ட் ஆப்ஜெக்ட் மாதிரி பயன்படுத்தி ஒதுக்கீடு ஒரு வலைத்தள #

I tried searching for a little snippet code that would show how I can create a new SPWeb in a site collection. I didn’t find it as quickly or easily as I expected so I thought I’d slap together a little entry on the subject.

இந்த குறியீடு ஒரு புதிய விக்கி தளத்தில் உருவாக்குகிறது:

 SPSite siteCollection;

    siteCollection = புதிய SPSite("http://conchang-o9l8qi");

    SPWeb W = siteCollection.OpenWeb();

    w.Webs.Add("xyzzy", "xyzzy Title",
        "xyzzy description", 1033, SPWebTemplate.WebTemplateWIKI, தவறான, தவறான);

My initial searches failed because I was looking for phrases like "provision a web site using sharepoint object model" and the like.

நீங்கள் தேடல் for "Webs.Add()", நீங்கள் மிகவும் பயனுள்ளதாக வலைப்பதிவில் உள்ளீடுகளை பல கண்டுபிடிப்போம், MSDN articles and SDK documentation that go into depth on this subject. I definitely recommend இந்த தளம்.

</இறுதியில்>

என்னுடைய குழுசேர்.

Technorati குறிச்சொற்கள்: