• ú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 --- ---
    H_U_N_T_E_R: a v jake to mas zone?
    H_U_N_T_E_R
    H_U_N_T_E_R --- ---
    PETVAL: ne IE se mě ani nezeptá na credentials a zobrazí prázdnou stránku
    PETVAL
    PETVAL --- ---
    a v IE to funguje?
    H_U_N_T_E_R
    H_U_N_T_E_R --- ---
    Ahoj
    Mám sharepoint, funguje správně (dříve mi to běhalo). Teď jsem přeinstaloval os na clientovi (win Vista sp 1) a když se na něj chci přihlásit, tak ie mi nevyhodí nic, jen nezobrazí stránku, chrome se mě ptá na userName a password pořád dokola. Z FF vše funguje normálně a onenote dělá to samý, co chrome (pořád se ptá na username a heslo, jako kdybych to zadal špatně). Nevíte pls jak to rozběhat? (hlavně ten onenote, na stránky můžu z FF)
    thx
    TAJFUN
    TAJFUN --- ---
    PETVAL: diky, jdu to nastudovat a skusit
    PETVAL
    PETVAL --- ---
    pokud byly wss 3 nainstalovany v rozporu s timhle, tak to muze byt pravda.

    This document shows you how to install Windows SharePoint Services 3.0 side-by-side with Windows SharePoint Services 2.0, so you can use the exciting new features in Windows SharePoint Services 3.0 without breaking the integration between Windows SBS and Windows SharePoint Services 2.0
    http://www.microsoft.com/downloads/details.aspx?FamilyID=0daafc81-efff-4f5b-a28a-8265f1e99f5b&displaylang=en
    http://technet.microsoft.com/en-us/library/cc671966.aspx

    je treba vyzkouset zda odebrani trojky nerozbije dvojku a pak tu instalaci mozna zvladnes i sam.
    TAJFUN
    TAJFUN --- ---
    oki..vyskousim ...dekuju ... jeste jedna otazka, na SBS 2003 mame Sharepoint services 3.0, ale outsorcingova It firma tvrdi ze 3.0 neposlapou dobre na tehle SBS 03 a je potreba preinstalovat cely server, jelikoz pri downgrade na 2.0 neposlapou uz ani ty. Tzn nam nabizy reinstall servru za £1000, misto odinstalace SS 3.0 na funkcnim servru. co je na tom pravdy?
    PETVAL
    PETVAL --- ---
    TAJFUN: cestou nejmensiho odporu bude asi odebrat wss a iis, smazat soubory v metabase a znovu pridat iis a nainstalovat wss.
    ten novy interni web ma byt s nebo bez wss?
    TAJFUN
    TAJFUN --- ---
    ahoj ..mam takovy lama dotaz. ... mam ms sbs03, na nem sharepoint services 03. Pri konfiguraci, kdy jsem se snazil vytvorit interni web s jinou adresou nez http://companyweb, ktera fungovala jsem na servru v IIS v casti websites smazal vsechny website k sharepointu, to znamena i web ke konfiguraci SharepointService a pod.. Po odinstalaci SS3.0 a nasledni instalaci se weby nevytvorili automaticky ... Ted nevim jak dal, nejde mi samozrejme SS a nevim jak to nastavit. Nemate nahodou nekdo skusenost, nebo manual jak to nastavit krok po kroku? dik
    SADSOUL
    SADSOUL --- ---
    Custom SharePoint 404 Handler (File Not Found Handler)

    http://blog.rafelo.com/2008/05/custom-sharepoint-404-handler-file-not.html

    V příloze i upravené WSPčko s verzí funkčí i s českou lokalizací.

    SharePoint404Handler.wsp (4719 B)
    PETVAL
    PETVAL --- ---
    SharePoint Search Service Tool
    The SharePoint Search Service Tool is a rich web service client that allows a developer to explore the scopes and managed properties of a given SharePoint Search SSP, build queries in either Keyword or SQL Syntax, submit those queries and examine the raw web service results. This tool can be useful in troubleshooting and verifying the behavior and configuration of a SharePoint environment.
    ...
    http://www.codeplex.com/SharePointSearchServ
    PETVAL
    PETVAL --- ---
    BlackPearl MOSS Governance Case Study

    MOSS 2007 has given us tons new features and functionality to assist with governance of content. The following site is a good resource to become familiar with MOSS Governance. However the out of the box functionality can fall short specifically in terms of workflow. These shortcomings have been documented before (here) but these shortcomings become even more compelling if a Use Case is put against it.

    http://k2distillery.blogspot.com/2008/02/blackpearl-moss-governance-case-study.html
    PETVAL
    PETVAL --- ---
    FREE DISCOVERY TOOL FOR MOSS 2007 & WSS v3 – Download Now!

    As SharePoint deployments grow, they become more and more difficult to monitor. The DocAve SharePoint Discovery module provides an easy-to-use centralized interface that shows you the layout of your SharePoint farms and servers, the SharePoint components and services hosted on each server, the status of those services, all in REAL-TIME.

    DocAve Discovery module also allows you to easily visualize and explore the topology of your SharePoint environment, discovering sites, content, and structure. It provides a search feature that allows you to quickly locate SharePoint assets and explore the structure of your SharePoint environment.
    ...

    http://www.avepoint.com/products/sharepoint-administration/sharepoint-discovery#

    maji tam zajimave nastroje, ale ty ceny :(
    PETVAL
    PETVAL --- ---
    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
    Kliknutím sem můžete změnit nastavení reklam