Why do we need to set site owner of a site collection?

Hi All,
 why
do we need to set site owner of a site collection?
Thanks,
Mohakk

Hi Mohakk,
Thanks for posting your issue, Kindly find the required details below
The System Owner is responsible for the availability, and support and maintenance of a system and for the security of data residing on that system. The system owner is responsible for the availability, and support and maintenance, of a system and for the
security of the data residing on that system. The system owner is responsible for ensuring that the computerized system is supported and maintained in accordance with applicable SOPs. The system owner also may be the process owner.
The System Owner acts on behalf of the users. A System Owner may:
Approval of key documentation as defined by plans and SOPs
Ensuring that Standard Operating Procedures (SOPs) required for maintenance of the system exist and are followed
Ensuring adequate training for maintenance and support staff
Ensuring changes are managed
Ensuring the availability of information for the system inventory and configuration management
Providing adequate resources (personnel including SMEs, and financial resources) to support the system
Reviewing audit reports, responding to findings, and taking appropriate actions to ensure compliance
Coordinating input from other groups (e.g., finance, information security, safety, legal)
Also, you can attend online learning course on below mentioned URL
https://www.microsoft.com/learning/en-us/course.aspx?id=55035a
I hope this is helpful to you, mark it as Helpful.
If this works, Please mark it as Answered.
Regards,
Dharmendra Singh (MCPD-EA | MCTS)
Blog : http://sharepoint-community.net/profile/DharmendraSingh

Similar Messages

  • Why do I need to set up sync when I only use 1 computer. A warning showed up that says: Sync encountered an error while connecting: Unknown error. Please try again.

    When I started up my computer this morning, a warning popped up saying: ! Sync encountered an error while connecting: Unknown error. Please try again.
    Why do I need to set up Sync on Firefox when I only use this one computer and do not even have a cell phone?

    If you do not want to use Firefox Sync any more, you can deactivate it. See instructions here: [[How do I manage my Firefox Sync account?]]

  • Why do we need to declare CATALINA_HOME environment variable in Tomacat?

    {color:#ff0000}*Why do we need to set CATALINA_HOME
    environment variable while using TomCat and what happens if we do not
    {color}
    {color:#008000}If anybody has the solution .. please do reply
    {color}
    Thanks &
    Regards, Akshay_L

    SoulTech2012 wrote:
    it makes zero sense because if CATALINA_HOME is not set, then CATALINA_HOME/bin won't resolve at all (unless some form of magic is used)
    # Get standard environment variables
    PRGDIR=`dirname "$PRG"`
    # Only set CATALINA_HOME if not already set
    [ -z "$CATALINA_HOME" ] && CATALINA_HOME=`cd "$PRGDIR/.." ; pwd`rightBy "right", are you being sarcastic or are you saying that code is correct?
    It's a pretty standard technique for setting default variables under *nix, no magic involved. And this particular example was taken from the Tomcat 5.5.25 startup script.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • Why do I need to change permissions on files I upload?

    I have used the same hosting service for a few years, and just uploaded some files using CS6. For some reason, the files that were uploaded did not have the right permissions on them and I had to right click on them on the server and set the permissions on them by checking the box for "Everyone" under the Read column. Three times I clicked on the "Read All" button and all of the files on the server side of the FTP window disappeared, I lost my ability to connect to the server, and nothing showed up when I went to my domain name in 3 different browsers and my phone. My web host says they are not sure why it may have done this.
    1. Why do I need to set the permissions for my HTML files this way?
    2. Is this the right way to do this? OR is there some other way I should be doing this?
    3. Any idea what the issue I experienced with my files disappearing was caused by?
    Thanks.

    This was a known bug experienced by a handful of people. 
    Make sure you have all the latest updates for DW CS6.
    http://www.adobe.com/support/dreamweaver/downloads_updaters.html
    Nancy O.

  • Auditing Permissions and site owners

    My boss sent me a todo which says that he needs the following:
    For each 'site':
    - Farm
    - Site Collection
    - Site Name
    - Site URL
    - Site Description
    - Site Owner
    - MANAGER or SUPERVISOR of Site Owner
    - Size of site
    We have hundreds and hundreds of sites, (maybe a thousand now?), and on each one the original owner of the site has full rights to manage the users in his/her site.  On some sites there are dozens of people in the (whateversitename_Owners) SP group.
     And to make this even more challenging some sites don't have any "Owners" group, they are just granted permissions individually.
    We've also learned the hard way that the Request Access email link on the sites is woefully out of date.  A spot check on that reveals at least 1/3 or more of the email addresses go to users who are no longer with the company, (we've had SP for 8 years
    or so).
    Does anyone know of an inexpensive tool that I could purchase that might give us at least a good chunk of this data?  And one that might be able to output that data into some kind of format that we could use to write some kind of PS script to give us
    the rest?  I'm not a PS person at all, so if anyone knows of script that could help us extract some of that data as well I'd love to hear about it.
    Getting the Site Owner is going to be fun, and then getting that person's supervisor or manager from AD will be another fun task.  I assume there is some way to use a PS script to get that once we get an owner defined for each site, but I'm not familiar
    with how to do that.
    Any help or suggestions is greatly appreciated.
    Ted
    P.S.  The only good thing about this request is that now MAYBE the company's management will see fit to purchase some admin tool that would do that automagically.  
    <o:p></o:p>

    Try running this from PowerShell.
    #Pulls site url, owner and secondary owner and writes out to output.txt
    Get-SPSite -Limit ALL | Format-Table -Wrap -AutoSize -Property url,Owner,SecondaryContact,RequestAccessEmail | Out-String -Width 1000 | Out-File -FilePath SiteDetails.txt
    #Pulls site url and request access email and writes out to output.txt
    Get-SPSite -Limit ALL | Get-SPWeb -Limit ALL | Format-Table -Wrap -AutoSize -Property url,Owner,SecondaryContact,RequestAccessEmail | Out-String -Width 1000 | Out-File -FilePath SiteDetails.txt
    Bistesh

  • SP2010 I need to set the include in search option switch on all document libraries to off across all site collections on the whole farm?

    SP2010 I need to set the include in search option switch on all document libraries to off across all site collections on the whole farm?
    Has anybody seen If this can be done programmatically any help would be gratefully welcomed thanks.

    i am not sure about the script, why not create crawl rule which will exclude the allitems.aspx from showing in the search results.
    Go to search service application, crawling section, click crawl rules to create a crawl rule to excludehttp://*allitems.aspx page.
    also check this:
    http://social.technet.microsoft.com/Forums/sharepoint/en-US/f431dd0e-871b-4f9e-990e-8f3b7ca932a4/crawl-rule-exclusion-sharepoint-2013
    Please remember to mark your question as answered &Vote helpful,if this solves/helps your problem. ****************************************************************************************** Thanks -WS MCITP(SharePoint 2010, 2013) Blog: http://wscheema.com/blog

  • I got a new computer and have reinstalled Dreamweaver.  I don't need to set up a new site, just need to set up reinstalled Dreamweaver to manage the old site on the company server. Does anyone have a step by step walkthrough for doing this?

    The site files are on our server and I can still access them.  I was not the one who installed and set up Dreamweaver initially and don't know very much about the program  Just enough to manage our simple site and keep it updated.  Just need help setting it up so that it's back to managing our website. 

    Go to Site > New Site and define your site.  See screenshots:
    Servers:  Enter your FTP log-in credentials and remote server's root directory.  If unsure, check with your hosting provider for details. 
    Click on TEST button.  If you're unable to connect, click the More Options triangle.
    Nancy O.

  • SharePoint Hosted App to Read members of Site owner group, if "Who can view the membership of the group? " is set to Group members only

    Hi,
    Is there a way to read group members of site owner group via SharePoint hosted app . The "Who can view the membership of the group? " is set to Group members only. As per my research SCA can only view the group members of site owner group
    if this settings is applied.
    Thanks,
    Sudhir
    Sudhir rawat

    See this.
    Avoid changing the MaxPageSize LDAP query policy
    http://jeftek.com/219/avoid-changing-the-maxpagesize-ldap-query-policy/
    Regards~Biswajit
    Disclaimer: This posting is provided & with no warranties or guarantees and confers no rights.
    MCP 2003,MCSA 2003, MCSA:M 2003, CCNA, MCTS, Enterprise Admin
    MY BLOG
    Domain Controllers inventory-Quest Powershell
    Generate Report for Bulk Servers-LastBootUpTime,SerialNumber,InstallDate
    Generate a Report for installed Hotfix for Bulk Servers

  • Why do we need get and set methods?

    It is considered good design practice to keep all class data private and
    provide get and set methods for accessing the data in a controlled
    manner.
    So, instead of directly accessing the class data, you use getter and setters.
    I do not really feel the need to use get and set methods.
    How does that achieve encapsulation when ultimately the class data is being exposed?

    A couple of reasons why to use get and set:
    1. For example you can set an int value for month, if a user sets this to somting
    higher than 12 (or 11 if it's zero based) you want to handle that by either
    throwing an exception or adding a year for every time it can be devided by 12.
    If you dont do it in set you'll have a whole bunch of methods that might need to
    correct the value before retreiving the eventual date.
    2. If for some reason you have security set up for certain values you can
    implement this in the get method. When this is done somewhere else you have
    a whole bunch of methods retreiving the info in other classes that need to check
    first. (a canGet method could allso be used). Another good reason to use get
    is when the information needs to be converted depending on the consumer
    calling the get method.
    3. If any logic in 1 or 2 changes you'll have a bunch of code to change.
    If you feel there is no need to implement any security, error handling (on
    compiling because get and set might throw something) or validation when
    setting/getting these values there is still the argument of readabillity.
    Eclipse has a feature that will generate getters and setters for you so it's not
    like there is a lot of extra typing involved.
    Got interupted whyle typig so sorry to repeat any answer given before.

  • I have os 10.4. Why do I need the mac box set to upgrade to snow leopard?

    I have os 10.4. Why do I need the mac box set to upgrade to snow leopard? What happens if I upgrade with just a 10.6 upgrade?

    ds store wrote:
    No iPhoto, iMovie, iDVD, Garageband, but I can pinch those off the 10.4 installer disk using Pacifist.
    You can usually get those from the original grey installer discs that came with your Mac without bothering with Pacifist. Look for an 'installed bundled software' or similarly named item on one of those discs, generally the #1 disc. Run that & the original versions of those apps that were bundled with your Mac will be installed. Software Update will let you know if there is an update you can download for them (but of course that won't include an upgrade to a more recent major version, which you would have to buy separately).

  • Frmf2xml.sh: why do i need a display variable set to transform fmb to xml?

    hallo,
    why do i need a display variable set to transform fmb to xml with a shell script (frmf2xml.sh) ?
    OS: SunOS 5.10
    Oracle Forms Developer: 10.1.2
    thank you
    christian

    Hi DrClap,
    I just wanted to check with you whether I understood your comment correctly.
    It's not possible to directly specify a physical file location path, like it is specified for HTTP URL +<c:import url= http://...+, that would internally/automatically convert in one of the form - Reader, Source, Document, String.
    It can only be produced/specified explicitly in one of the form - Reader, Source, Document, String.
    Am I correct in my understanding?
    Regards,
    Gnanam

  • Set multiple Secondary Owners into a site collection

    Hi;
    I try to set multiple Secondary Owners into a site collection but I have execute my script I have only the last Owner (tutu) ?
    My code is :
    $AdminSecondaireArray = ("DC\toto", "DC\titi", "DC\tata", "DC\tutu")
    foreach ($adminsec in $AdminSecondaireArray)
          Set-SPSite -Identity  $SiteCollectionUrl -SecondaryOwnerAlias $adminsec
    Any idea ?
    Regards

    Hi,
    As a workaround, we can add multiple user into a group, then set the group as secondary owner of a Site Collection.
    Set-SPSite -Identity $SiteCollectionUrl -SecondaryOwnerAlias "DC\group"
    Best Regards
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • Why do we actuallya need the setting of environment variables?

    Hello guys,
    I read that, in order to connect to the database via SQL*Plus, we need to have the environment variables set. So, SQL*Plus is a command tool, which doesnt know over which path to connect to db, if the environment variables are not set?
    How about the needs of setting environment variables at point of view of MS-DOS? I know that over MS-DOS we can check if the environment variables are already set or not. Or we can actively set the environment variables.
    When should we actually set the environment variables? Before we run the GUI or after? I read, that if we set it before we run the GUI, then the setting will be taken over when it comes to that step by running GUI. I am curious, since this would be interesting to know, if we use other version than XE.
    Thanks..

    Oracle's flexibility ... many different versions working the same on many different versions of many different operating systems ... means that a single consistent installation and configuration methodology must work everywhere so as not to have the limitations of other competing products that work on only a single operating system or require that one learn a different syntax and methods for different versions.
    Be grateful Oracle is as it is. Your competence in one version and operating system translates into competence in others.

  • Why we dont need sender agreement and comm channel in IDOC to file scenario

    Hi,
    there are 2 queries:
    first query :
    Scenario is "Idoc to file transfer"
    why we dont need sender agreement and communication channel for IDOC to file ,while we do need
    both of these for "File to RFC "
    Answer : which i got is because IDOC sits at ABAP stack but same is valid for RFC also.
    Then why For "IDOC to file" we dont need that.
    Second query:
    Also when i did scenario for File1-RFC-File2 scenario using BPM i have created a interface
    between XI-RFC synchronous to send data which we got from file1 in XI to RFC importing parameter
    and getting data from RFC back to File2.
    Here in IDOC to file scenario why we dont need any interfface for IDOC-XI Asynchronous.
    Regards,
    Mayank
    Edited by: mayank verdia on Jan 13, 2009 11:49 AM
    Edited by: mayank verdia on Jan 13, 2009 11:50 AM

    Dear All,
    For file to idoc scenario is there any possibility to get line items details or xml details i.e the segments and its related field details using reference id, transaction id or interface name or message id in SAP PI 7.0. I know we need to click each and every message in sxi_monitor and look for details.
    For SAP(R3 System) I can create a report and set the job for specific time period so automatically it throws the details(like reference no, document date, invoice no from) in ftp path as .csv file. The same ftp path is maintained in program.
    I wanted to check FTP--->PI postings and I have set the job at r3 system it is working fine and Im monitoring it too.
    Now the end to end scenario is FTP--->PI--->ECC(R3 system). Please help.Many Thanks.

  • Why do we need query rewrite enabled for a function-based index?

    Oracle 9i
    ========
    I have searched a few sites but could not find any content on it. The question is why do we need to implement query rewrite enabled when we are trying out a function-based index?
    Thanks in advance.

    You don't, that's a legacy requirement from the early days of function based indexes in Oracle 8i. Here's a quick example running under 9.2.0.6
    drop table t1;
    create table t1 as
    select
    from
         all_objects
    where
         rownum <= 30000
    create or replace function pl_func(i_vc     varchar2)
    return varchar2
    deterministic
    as
    begin
         return soundex(i_vc);
    end;
    -- set the worst case scenario
    alter session set query_rewrite_enabled = false;
    alter session set query_rewrite_integrity = enforced;
    create index t1_i1 on t1(pl_func(object_name));
    execute dbms_stats.gather_table_stats(user, 't1')
    set autotrace traceonly explain
    select
         object_name
    from t1
    where pl_func(object_name) = 'T513'
    set autotrace offResults (after set feedback off)
    SQL> @temp
    Execution Plan
    Plan hash value: 1429545322
    | Id  | Operation                   | Name  | Rows  | Bytes | Cost (%CPU)| Time     |
    |   0 | SELECT STATEMENT            |       |    27 |   675 |    10   (0)| 00:00:01 |
    |   1 |  TABLE ACCESS BY INDEX ROWID| T1    |    27 |   675 |    10   (0)| 00:00:01 |
    |*  2 |   INDEX RANGE SCAN          | T1_I1 |    27 |       |     1   (0)| 00:00:01 |
    Predicate Information (identified by operation id):
       2 - access("TEST_USER"."PL_FUNC"("OBJECT_NAME")='T513')
    SQL> spool offRegards
    Jonathan Lewis
    http://jonathanlewis.wordpress.com
    http://www.jlcomp.demon.co.uk

Maybe you are looking for

  • Parameters for 'BAPI_DISPUTE_CREATE'

    Hi Experts, My requirements is to create a dispute case for open items. I have some values like 'Company Code', 'Customer' and 'Document Number'. I am not sure about how to pass these value to the bapi 'BAPI_DISPUTE_CREATE'. But this BAPI is having s

  • App start error

    Hi,   I'm using a Torch 9800 with all upgrades to OS 6.0.0.600. Last week, I noticed a problem occur that is a new occurance. For some apps I've had for a while and all new apps, I am getting the following error message:    "Error starting [app name]

  • Syncing and Simplifying Libraries

    Just got a nano for my son and I want to put his iPhone 4 music library on it. That library has no corresponding iMac library as we somehow seem to have created a new account for his direct d'loads to his phone that is different than the account on o

  • How does Verizon get away with overcharging customers?

    Worst service and highest priced of all!

  • Migrating from Call Manager 8.5.1 to HCS

    moving to HCS and apparently there is no configuration migration utility so the vendor has to type it all in. That seems strange to me so I am asking if any has ever heard of a way to get my Call Manager & Unity 8.5.1 configuration into HCS without h