• úvod
  • témata
  • události
  • tržiště
  • diskuze
  • nástěnka
  • přihlásit
    registrace
    ztracené heslo?
    PETVALSharepoint & Foundation :: MOSS & WSS :: Project :: FAST, Search :: ...a cela tahle aplikacni rodinka Sharepoint / Teams / Viva / SPFx / Copilot...a cela tahle aplikacni rodinka
    PETVAL
    PETVAL --- ---
    HOWTO: Configuring a Office SharePoint Server 2007 Publishing Site with Dual Authentication Providers and Anonymous Access

    The goal is to provide an experience that achieves three requirements:
    - Allow content owners/authors to authenticate on the site using their corporate Active Directory credentials in order to manage the Web site's content.
    - Allow unauthenticated, anonymous users, to browse the unrestricted areas of the Web site.
    - Require anonymous user to provide a friendly Web-based form to login in order to consume restricted content.
    ...
    http://www.andrewconnell.com/blog/articles/HowToConfigPublishingSiteWithDualAuthProvidersAndAnonAccess.aspx
    MIZUKI
    MIZUKI --- ---
    PETVAL: dik, v pondeli vyzkousim

    void GetDailyWulffUrl()
    {
      try
      {
        HttpWebRequest wbReq = (HttpWebRequest)WebRequest.Create("http://www.wulffmorgenthaler.com/default.aspx");
        HttpWebResponse wbResp = (HttpWebResponse)wbReq.GetResponse();
        Stream myStream = wbResp.GetResponseStream();
        StreamReader myReader = new StreamReader(myStream);
        string page = myReader.ReadToEnd();
        wbResp.Close();
        
        Regex reLink = new Regex("\\<img id=\"ctl00_content_Strip1_imgStrip\" class=\"strip\" src=\"([^\"]+)\" .*/\\>");
        Match mtch = reLink.Match(page);
    
        if (mtch.Success)
        {
          mImage.ImageUrl = "http://www.wulffmorgenthaler.com/" + mtch.Groups[1].Value;
          mImage.AlternateText = "daily WulffMorgenThaler strip";
        }
        else
        {
          throw new ApplicationException("image location not found");
        }
      }
      catch (Exception xcp)
      {
        mMessage.Text += xcp.Message;
        mMessage.CssClass = "error";
      }
    }
    
    PETVAL
    PETVAL --- ---
    MIZUKI: nektere zmeny ve web.configu zaberou az po iisresetu.

    pozadej admina, at tam deployne LogViewer (2. odshora) a da ti read na central administraci, kde si pak muzes ULS prohlizet.

    a DailyWulffWebPart chci! :))
    MIZUKI
    MIZUKI --- ---
    zkousel jsem si ted delat nejaky testovaci WebPArty, pac me ceka predelavani timesheetovy aplikace na sharepoint, a narazil jsem pri pokusu o zapojeni UpdatePanel - postupne jsem to zakomentovaval az jsem se dobral k jednomu radku ktery deli normalni zobrazeni /bez pouziti update panelu, ale preoste aspon nejak funguje/ od spadeni celyho portalu s errorem /zadny z ostatnich normalne fungujicich WebPartu se nezobrazi, jen chybova hlaska, takto



    je to

    Page.Form.Controls.AddAt(0, _AjaxManager);
    ve web.config jsem zkousel pridavat veci jako
    <SafeControl Assembly="System.Web.Extensions" Namespace="System.Web.UI" TypeName="*" Safe="True" />
    <SafeControl Assembly="System.Web.Extensions.Design" Namespace="System.Web.UI.Design" TypeName="*" Safe="True" />
    <SafeControl Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TypeName="*" Safe="True" />
    




    stejne tak zaznamy do assemblies, ale nic nepomaha. kde co delam spatne?

    bohuzel nemam prava k serveru na kterym to bezi /krom pristupu do adresare webu, abych moh cpat do bin ty dllka a abych moh editovat web.config/ - takze nemuzu cekovat eventlog
    PETVAL
    PETVAL --- ---
    SharePointUrlChanger

    This is a utility that I created to change url strings that were placed in navigation and web parts in a publishing web. The client wished to change the url that was being used for the site, and since there were several site collections all containing cross-site list views and 3rd party web parts that used the FQDN, I needed a way to change the url strings being used by the web parts and navigation programatically. This is the result of that need.

    I have tested the application in my development environment, but have yet to run it in production. It will make an initial pass to tell you what it is changing and display this in a textbox. If everything is to your satisfaction, you can check the Make Changes? checkbox and then Change Url. This will actually make the changes listed in the textbox.

    http://www.codeplex.com/SPUrlChanger
    PETVAL
    PETVAL --- ---
    SharePoint 2007 Shared Services Provider User Profile Importer

    The "SharePoint 2007 Shared Services Provider User Profile Importer" has been designed and developed to allow users who do not have a well populated Active Directory to get information in to MOSS 2007 User Profiles.
    Usually most organisations will populate their Active Directory with information such as: Office, Phone Number, Mobile Phone, Email.
    Additional information that lives in HR systems such as Hire Date will require custom development.
    This is possible using the Business Data Catalog built into MOSS 2007 - however if you wish to run a basic import from an XML file the "SharePoint 2007 Shared Services Provider User Profile Importer" is for you.

    http://www.codeplex.com/MOSSProfileImport/
    PETVAL
    PETVAL --- ---
    How we did it: Tag driven Information Architecture using MOSS
    ...
    This post explains how we utilised the tagging capabilities provided by MOSS to create this award winning Intranet.

    Findability was a major focus for the Intranet. All content entered into the site is tagged with metadata that we can use to display content in a variety of ways. This also allows us to display; tag clouds, contextual navigation, links to related content, enhanced search results, and provide summary views of relevant content from various areas of the site.
    ...
    http://blogs.msdn.com/sharepoint/archive/2008/04/29/how-we-did-it-tag-driven-information-architecture-using-moss-2007-for-the-new-zealand-ministry-of-transport.aspx
    PETVAL
    PETVAL --- ---
    Debugging in Windows SharePoint Services 3.0
    Debugging in WSS 3.0 or MOSS is similar to debugging a standard ASP.NET application but there are several differences that can catch you out. In this post I will go through some of the basic techniques you can use to get more information than the “An unexpected error has occurred” message.
    ...
    http://ari.provoke.co.nz/archive/2007/08/11/debugging-in-windows-sharepoint-services-3-0.aspx
    PETVAL
    PETVAL --- ---
    PETVAL: fixy reaguji i na "Miscellaneous deadlocks occur in Microsoft SQL Server" a musim rict, ze je to znat v zrychleni odezev
    PETVAL
    PETVAL --- ---
    SharePoint IIS Traffic Analysis

    Internally we have experienced situations where internal users have built tools or solutions which have negatively affected performance for our SharePoint users. This can be done in different ways such as Setting up multiple MOSS Farms to crawl our customer facing front ends at high performance setting or creating a custom application to execute against various MOSS web services without throttling the application in any way. From that need spawned a little tool we created with the help of log parser J The following is an example of how you could setup a scheduled task to notify you on number of Hits against your moss environments and how much bandwidth each user is consuming.

    http://blogs.technet.com/corybu/archive/2008/02/26/sharepoint-iis-traffic-analysis.aspx
    PETVAL
    PETVAL --- ---
    Database Maintenance for Microsoft® SharePoint® Products and Technologies

    This paper describes the recommended maintenance strategies for the databases that host content and configuration settings for SharePoint Products and Technologies.

    Abstract:
    This white paper provides information and guidelines for maintaining the databases that host Microsoft® SharePoint® Products and Technologies data and configurations. It describes and provides examples of the database maintenance tasks that we recommend when using SharePoint Products and Technologies.

    Highlights:
    * Check for and repair consistency errors by using dbcc checkdb
    * Measure and Reduce Fragmentation
    * Fine tuning index performance by setting fill factor
    * Shrinking data files
    * Creating SQL Server 2005 Maintenance Plans

    http://go.microsoft.com/fwlink/?LinkId=111531&clcid=0x409
    PETVAL
    PETVAL --- ---
    This script backs up everything you need for a full restore of your Windows Sharepoint Services (WSS) or Microsoft Office Sharepoint Server (MOSS).

    Sites, 12-hive and IIS Metadata is compressed and saved on a userdefined central location. The XML configuration file contains the settings of one or more sitecollection backups with different backup/reporting parameters for each job.

    http://www.codeplex.com/spbackup
    PETVAL
    PETVAL --- ---
    Announcing: Availability of Infrastructure Updates

    [IMPORTANT UPDATE 07/17: Please read the highlighted instructions below before starting your installation.]

    This morning we released to web three new important updates that affect SharePoint Server 2007, Windows SharePoint Services 3.0, Project Server 2007, Search Server 2008, Search Server 2008 Express and Project Professional 2007.

    http://blogs.msdn.com/sharepoint/archive/2008/07/15/announcing-availability-of-infrastructure-updates.aspx
    PETVAL
    PETVAL --- ---
    SharePoint Cross-site Configurator

    Introduction
    This section introduces the SharePoint Cross-site Configurator in the context of IT management challenges that have arisen with the rapid growth of SharePoint® deployments.

    The Challenges of Consistency and Standardization
    As SharePoint adoption increases across various departments and business units, the need for consistency and standardization increases. In response, Microsoft has designed a simple tool to support standards and consistency in managing and configuring SharePoint site collections.
    The tool is sample code that you can use to deploy configuration changes across site collections as broadly as entire web applications or even entire farms. The SharePoint Cross-site Configurator eliminates the need to perform configuration tasks over and over again across thousands of sites for the purposes of applying standards and ensuring consistency. Instead, you can meet these goals using this tool and SharePoint’s built-in solutions deployment and features functionality. Even in environments where IT hosts the SharePoint infrastructure for the business, there are needs for standardization. The SharePoint Cross-site Configurator is designed to address these needs and at the same time, to provide a sample for addressing similar configuration needs.


    The SharePoint Cross-site Configurator
    The tool automates the process of deploying the MOSS site settings in all or selected sites in a server farm as shown in the following list:
    Note The Tool also enables IT administrators to customize the site settings to be deployed.
    * Applying Master Pages across a SharePoint server farm.
    * Setting up Web Titles for all or selected site collections across the farm.
    * Applying audit control settings to all or selected sites.
    * Adding advanced settings such as “Allow content type management” to all types of lists.
    * Adding a new Expiration Policy at the site collection level.
    * Adding a new Expiration Policy to content types, lists, and documents.

    http://www.codeplex.com/SPConfigurator/
    PETVAL
    PETVAL --- ---
    SharePoint Content Deployment Wizard

    The tool provides a wizard-like approach to deploying content between SharePoint sites. The selected content is exported using the Content Migration API (PRIME), giving a .cmp file (Content Migration Package) which can be copied to other servers.
    ...
    * I just need to move this document library from A to B
    * I just need to move these selected files (e.g. master page, page layouts, CSS etc.) from A to B
    * I just need to move this web from A to B
    * I just need to move this site collection from A to B
    * I just need to move these 20 list items from A to B
    ...
    http://www.sharepointnutsandbolts.com/2007/12/introducing-sharepoint-content.html
    PETVAL
    PETVAL --- ---
    Project Description
    The SharePoint Manager 2007 is a SharePoint object model explorer. It enables you to browse every site on the local farm and view every property. It also enables you to change the properties (at your own risk). This is a very powerfull tool for developers that like to know what the SharePoint holds of secrets.

    http://www.codeplex.com/spm/Release/ProjectReleases.aspx?ReleaseId=10826
    PETVAL
    PETVAL --- ---
    SADSOUL
    SADSOUL --- ---
    http://www.codeplex.com/features

    Tohle je sada veci, co se kazdemu hodi!
    ENEMYS
    ENEMYS --- ---
    LOTHAR: Sel bych na to pres API, popr. nejakym maserskym kouskem dostat z db, ale to bude nejspis sifrovany. Uz nemakam na MOSS, ani WSS 3.0, tak jenom hadam :)
    Kliknutím sem můžete změnit nastavení reklam