Compute Statistics for Repository 9.02

Finally I have a repository up and running. I also computed the statistics (as the repository owner).
When other users want to use the repository, they get the message that they have to run the compute statistics first.
I think this is a privilege problems (that the developer-users can't select on the statistic tables). But what privileges should the other users have?
Bastiaan

Bastiaan,
This was an known issue that is now fixed in the latest versions. It is just a warning and
can be ignored by the subordinate repository user.
regards,
David

Similar Messages

  • COMPUTE STATISTICS caluse for database 10g with compatible parameter 9.2.0

    Hello,
    We have to use COMPUTE STATISTICS clause for index in oracle 9i and eariler.
    But from oracle 10g we do not need to compute statistics after index creation.
    I am using databse of oracle 10g R2 but my compatible paramtere is 9.2.0 then should I use COMPUTE STATISTICS for my index?
    Can anyone explain?
    Edited by: user10540254 on Dec 23, 2011 12:44 AM

    use this :
    using analyze table <table_name> compute statistics;

  • Same query, different results depending on compute statistics!!!

    This one is really weird, you would think I am making this up but I am not...
    We have one really long query that uses several large inline views and usually returns a few rows. All of a sudden the query stopped working -- i.e. it returned no rows. We tried rebuilding indexes; this didn't help. We tried computing full statistics and this fixed the problem. Has anyone heard of compute statistics affecting the output of a query????
    About a week later, the problem happened again. Computing estimate statistics didn't help. Only computing full statistics fixed the problem.
    The only thing I can note, is that this database was recently upgraded from 9.2.0.6 to 9.2.0.7, but I checked the install log files and there are no errors.
    Luckily this is just a development database but we are a little worried that it might re-occur in production. We have a few other development databases that have also been upgraded to 9.2.0.7 and none of these have the problem.
    We have compared the init.ora files, no real differences. Any other ideas? Maybe a full export import?

    Thanks, will do, but I am a little doubtful it is
    fixed by 9.2.0.8 because it works on one of our
    9.2.0.7 environments... Although if it is a statistics issue, it's likely a corner case, so you have to have a number of things in alignment. It's quite possible that, for example, two systems have identical structures and identical data but slightly different query plans because the data in one table is physically ordered differently on one system than in another which slightly changes the clustering_factor of an index which causes the CBO to use that index on one system and not on another. You may also end up with slightly different statistics because you have histograms on a column in one system and not in another.
    Looks like we are going to 9.2.0.8 anyway because of
    the end-of-life service support forcing us to go to
    9.2.0.8 anyway.If it reproduces on 9.2.0.8 (and I'd tend to suspect it will), it's certainly worth raising an issue. Unless you have an extended support contract, though, I wouldn't hold out a lot of hope for a patch if this isn't already fixed, since 9.2 leaves Premier Support at the end of the month...
    Justin

  • No servers configured for repository?

    Hi, I just recently reinstalled arch, and I don't even have a DE or WM installed yet. I was just trying to install wicd to get my wifi to work, when I got this:
    :: Retrieving packages from core...
    warning; failed to retrieve some files from core
    error: failed to commit transaction (no servers configured for repository)
    Errors occured, no packages were upgraded.
    I am new to arch, so it is possible I made a mistake when installing. The computer is plugged into Ethernet, and I just recently updated arch as I installed it from an older CD (about 1 year old?)
    I am logged in as root, and I did search the web and these forums for this issue and I didn't find it.
    Thank you for your time.

    My mirrors were commented, but I fixed that. Now when I do pacman -S alsa-utils it goes through all my mirrors and says : "no address record" Ending with:
    failed to retrieve some files from extra
    error: failed to commit transaction (no address record)
    Errors occurred, no packages were upgraded.
    I must have messed something up big time.

  • How to create statistics for INDEX thru GUI

    In DB13 i see messages MISSING_STATISTICS for some indexes.
    I manage for tables thru DB20. How can i create statistsics for INDEX.
    Rgds
    PR

    Hello PR,
    at first let's say you should use the BRTools to create statistics for the indexes, because of the sample method (estimate, compute) - SAP has an algorithm to choose the right sample size.
    Have a look at here:
    http://help.sap.com/saphelp_nw70/helpdata/en/f4/81e93a637bfd70e10000000a11402f/content.htm
    If you want to create statistics manually out of the R/3 ... you can use the report "RSANAORA"
    Transaction SE38 -> Report RSANAORA -> Choose your index and sample method... and go on.
    Regards
    Stefan

  • Database slow after Index compute statistics

    Dear All,
    Since 2 days back after executing Analyze Index compute objects to increase the response time some programs from my application have become very slow.
    After seeing this behaviour I went ahead and did a Analyze table compute statistic again . Even after doing this the behaviour has remained the same . Some users have been complaining (becoz the slowness has effected only some tables and not the whole database).
    I checked sys.v_$session_longops and got this output
    OPNAME      TARGET     ELAPSED_SECONDS
    NULL     53     596792483
    NULL      53     596793670
    ¥Á     3248826740 596793669
    NULL     53     596793624
    NULL     NULL 596800369
    NULL     1     596796740
    NULL     1732526816     596472777
    Table Scan     PO8.ACC_LEDGER      9
    Table Scan     PO8.INVENTORY_LEDGER     26
    Sort Output     NULL      7
    Sort/Merge     NULL      15
    Sort/Merge     NULL     66
    Table Scan     PO8.INVENTORY_LEDGER     12
    Table Scan     PO8.ACC_LEDGER     9
    NULL     1725513472     0
    NULL     3361240696     0
    NULL     3361796632     0
    NULL 22     596792484
    NULL     1730819772     596800386
    NBIAAT56020010ä     (stale) obj# 3363169460     596800605
    ýÐ      3506279036     596799303
    NULL      NULL     596800634
    What could have happened.
    In the ini I have set
    optimizer mode = Choose
    db_file_multiblock_read_count=     8
    Sapna

    Took a statspack and got these values
    Instance Efficiency Percentages (Target 100%)
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    Buffer Nowait Ratio: 100.00
    Buffer Hit Ratio: 23.70
    Library Hit Ratio: 99.52
    Redo NoWait Ratio: 99.96
    In-memory Sort Ratio: 98.77
    Soft Parse Ratio: 98.74
    Latch Hit Ratio: 100.00
    Top 5 Wait Events
    ~~~~~~~~~~~~~~~~~ Wait % Total
    Event Waits Time (cs) Wt Time
    db file scattered read 120,661 0 .00
    db file sequential read 26,053 0 .00
    SQL*Net more data to client 3,421 0 .00
    control file parallel write 314 0 .00
    direct path read 244 0 .00
    And do you suggest that I do an Analyze table 'table_name' estimate statistics for all the tables.
    Sapna

  • Compute Statistics after create a index

    Good night, I tryed it before and got no help.
    So I'll try it again, because I didn't find it yet.
    I have to create some indexes in a production database.
    I have a doubt.
    Do I need to Compute Statistics after creating indexes?
    Or when I create they automatically are computed?
    Thanks for any help.
    The version I'm using is:
    Oracle Database 10g Release 10.2.0.5.0 - 64bit Production
    PL/SQL Release 10.2.0.5.0 - Production
    CORE     10.2.0.5.0     Production
    TNS for 64-bit Windows: Version 10.2.0.5.0 - Production
    NLSRTL Version 10.2.0.5.0 - Production

    Petri BR wrote:
    Good night, I tryed it before and got no help.
    So I'll try it again, because I didn't find it yet.
    I have to create some indexes in a production database.
    I have a doubt.
    Do I need to Compute Statistics after creating indexes?after CREATE INDEX what are the values for the index statistics?
    Or when I create they automatically are computed?Just look at the statistics values after issuing CREATE INDEX & answer the question yourself!

  • Compute Statistics after creating indexes

    Hi, I have to create some indexes in a production database.
    I have a doubt.
    Do I need to Compute Statistics after creating indexes?
    Or when I create they automatically are computed?
    Thanks for any help.
    Edited by: Petri BR on May 14, 2013 3:39 PM

    Petri BR wrote:
    Hi, I have to create some indexes in a production database.
    I have a doubt.
    Do I need to Compute Statistics after creating indexes?answer is version dependeent.
    Or when I create they automatically are computed?answer depends upon which version of Oracle.
    How do I ask a question on the forums?
    SQL and PL/SQL FAQ
    you should ALWAYS provide Oracle version to FOUR decimal places.
    below is even better
    SQL> select * from v$version;
    BANNER
    Oracle Database 11g Enterprise Edition Release 11.2.0.2.0 - Production
    PL/SQL Release 11.2.0.2.0 - Production
    CORE    11.2.0.2.0      Production
    TNS for Linux: Version 11.2.0.2.0 - Production
    NLSRTL Version 11.2.0.2.0 - ProductionHandle:     Petri BR
    Status Level:     Newbie
    Registered:     Dec 10, 2007
    Total Posts:     119
    Total Questions:     29 (18 unresolved)
    I extend to you my condolences; since you rarely get your questions answered here.

  • Gathering Hardware Utilization Statistics for UCS B/C Series via SNMP - Is it possible?

    It is possible to gather typical cpu, memory, fan speed, and hdd utilization statistics from the Cisco MIBs for UCS B / C series servers?
    The excellent Cisco UCS Monitoring Resource Handbook (https://communities.cisco.com/docs/DOC-37197) provides a link to the following document for MIB Loading Order and Statistics Collection Details:
    MIB Reference for Cisco UCS Standalone C-Series Servers:
    http://www.cisco.com/en/US/docs/unified_computing/ucs/sw/mib/c-series/b_UCS_Standalone_C-Series_MIBRef.pdf
    In Table Four of the above referenced document, it contains various MIBs/OIDs used for gathering statistics.
    For example, this processor section:
    Processor
    CISCO-UNIFIED-COMPUTING-PROCESSOR-MIB
    .1.3.6.1.4.1.9.9.719.1.41 is the parent OID where the key statistics reside.
    processorEnvStats—Provides all CPU power and temperature statistics for every CPU socket.
    processorUnit—Provides all CPU statistics for every CPU.
    When walking the following C Series with the suggested OID:
    snmpwalk -v2c -c XXXXXXX -m ALL XXXXXX sysdesc
    SNMPv2-MIB::sysDescr.0 = STRING: Cisco Integrated Management Controller(CIMC) [UCS C220 M3S], Firmware Version 1.5(1l) Copyright (c) 2008-2012, Cisco Systems, Inc.
    I get the following output:
    snmpwalk -v2c -c XXXXXXX -m CISCO-UNIFIED-COMPUTING-PROCESSOR-MIB XXXXXXXX cucsProcessorUnitTable
    CISCO-UNIFIED-COMPUTING-PROCESSOR-MIB::cucsProcessorUnitDn.1 = STRING: "sys/rack-unit-1/board/cpu-1"
    CISCO-UNIFIED-COMPUTING-PROCESSOR-MIB::cucsProcessorUnitDn.2 = STRING: "sys/rack-unit-1/board/cpu-2"
    CISCO-UNIFIED-COMPUTING-PROCESSOR-MIB::cucsProcessorUnitRn.1 = STRING: cpu-1
    CISCO-UNIFIED-COMPUTING-PROCESSOR-MIB::cucsProcessorUnitRn.2 = STRING: cpu-2
    CISCO-UNIFIED-COMPUTING-PROCESSOR-MIB::cucsProcessorUnitArch.1 = INTEGER: xeon(179)
    CISCO-UNIFIED-COMPUTING-PROCESSOR-MIB::cucsProcessorUnitArch.2 = INTEGER: xeon(179)
    CISCO-UNIFIED-COMPUTING-PROCESSOR-MIB::cucsProcessorUnitCores.1 = Gauge32: 4
    CISCO-UNIFIED-COMPUTING-PROCESSOR-MIB::cucsProcessorUnitCores.2 = Gauge32: 4
    CISCO-UNIFIED-COMPUTING-PROCESSOR-MIB::cucsProcessorUnitCoresEnabled.1 = Gauge32: 4
    CISCO-UNIFIED-COMPUTING-PROCESSOR-MIB::cucsProcessorUnitCoresEnabled.2 = Gauge32: 4
    CISCO-UNIFIED-COMPUTING-PROCESSOR-MIB::cucsProcessorUnitId.1 = Gauge32: 0
    CISCO-UNIFIED-COMPUTING-PROCESSOR-MIB::cucsProcessorUnitId.2 = Gauge32: 1
    CISCO-UNIFIED-COMPUTING-PROCESSOR-MIB::cucsProcessorUnitModel.1 = STRING: Intel(R) Xeon(R) CPU E5-2643 0 @ 3.30GHz
    CISCO-UNIFIED-COMPUTING-PROCESSOR-MIB::cucsProcessorUnitModel.2 = STRING: Intel(R) Xeon(R) CPU E5-2643 0 @ 3.30GHz
    CISCO-UNIFIED-COMPUTING-PROCESSOR-MIB::cucsProcessorUnitOperState.1 = INTEGER: operable(1)
    CISCO-UNIFIED-COMPUTING-PROCESSOR-MIB::cucsProcessorUnitOperState.2 = INTEGER: operable(1)
    CISCO-UNIFIED-COMPUTING-PROCESSOR-MIB::cucsProcessorUnitOperability.1 = INTEGER: operable(1)
    CISCO-UNIFIED-COMPUTING-PROCESSOR-MIB::cucsProcessorUnitOperability.2 = INTEGER: operable(1)
    CISCO-UNIFIED-COMPUTING-PROCESSOR-MIB::cucsProcessorUnitPerf.1 = INTEGER: ok(1)
    CISCO-UNIFIED-COMPUTING-PROCESSOR-MIB::cucsProcessorUnitPerf.2 = INTEGER: ok(1)
    CISCO-UNIFIED-COMPUTING-PROCESSOR-MIB::cucsProcessorUnitPower.1 = INTEGER: unknown(0)
    CISCO-UNIFIED-COMPUTING-PROCESSOR-MIB::cucsProcessorUnitPower.2 = INTEGER: unknown(0)
    CISCO-UNIFIED-COMPUTING-PROCESSOR-MIB::cucsProcessorUnitPresence.1 = INTEGER: equipped(10)
    CISCO-UNIFIED-COMPUTING-PROCESSOR-MIB::cucsProcessorUnitPresence.2 = INTEGER: equipped(10)
    CISCO-UNIFIED-COMPUTING-PROCESSOR-MIB::cucsProcessorUnitRevision.1 = STRING: unknown
    CISCO-UNIFIED-COMPUTING-PROCESSOR-MIB::cucsProcessorUnitRevision.2 = STRING: unknown
    CISCO-UNIFIED-COMPUTING-PROCESSOR-MIB::cucsProcessorUnitSerial.1 = STRING: Not Specified
    CISCO-UNIFIED-COMPUTING-PROCESSOR-MIB::cucsProcessorUnitSerial.2 = STRING: Not Specified
    CISCO-UNIFIED-COMPUTING-PROCESSOR-MIB::cucsProcessorUnitSocketDesignation.1 = STRING: CPU1
    CISCO-UNIFIED-COMPUTING-PROCESSOR-MIB::cucsProcessorUnitSocketDesignation.2 = STRING: CPU2
    CISCO-UNIFIED-COMPUTING-PROCESSOR-MIB::cucsProcessorUnitSpeed.1 = INTEGER: 3300
    CISCO-UNIFIED-COMPUTING-PROCESSOR-MIB::cucsProcessorUnitSpeed.2 = INTEGER: 3300
    CISCO-UNIFIED-COMPUTING-PROCESSOR-MIB::cucsProcessorUnitStepping.1 = Gauge32: 0
    CISCO-UNIFIED-COMPUTING-PROCESSOR-MIB::cucsProcessorUnitStepping.2 = Gauge32: 0
    CISCO-UNIFIED-COMPUTING-PROCESSOR-MIB::cucsProcessorUnitThermal.1 = INTEGER: unknown(0)
    CISCO-UNIFIED-COMPUTING-PROCESSOR-MIB::cucsProcessorUnitThermal.2 = INTEGER: unknown(0)
    CISCO-UNIFIED-COMPUTING-PROCESSOR-MIB::cucsProcessorUnitThreads.1 = Gauge32: 8
    CISCO-UNIFIED-COMPUTING-PROCESSOR-MIB::cucsProcessorUnitThreads.2 = Gauge32: 8
    CISCO-UNIFIED-COMPUTING-PROCESSOR-MIB::cucsProcessorUnitVendor.1 = STRING: Intel(R) Corporation
    CISCO-UNIFIED-COMPUTING-PROCESSOR-MIB::cucsProcessorUnitVendor.2 = STRING: Intel(R) Corporation
    CISCO-UNIFIED-COMPUTING-PROCESSOR-MIB::cucsProcessorUnitVoltage.1 = INTEGER: unknown(0)
    CISCO-UNIFIED-COMPUTING-PROCESSOR-MIB::cucsProcessorUnitVoltage.2 = INTEGER: unknown(0)
    Typical CPU performance graphs provide percentage integers in vertical or y-axis and time in the horizontal or x-axis. The suggested OID yields no percentage utilization which I can graph.   Am I correct in concluding that we must poll the hypervisor for this data instead of the CIMC directly?
    Thanks,
    Amir

    Hi tak,
    my suggestion is to place the main prog outside the loop B but inside loop A. This makes sure, that Loop A is turning once with every execution of the main prog. Beside this Loop B is executing independently. Then you need some communication between your main program and the loop B which can be implemented easiest with global variables, one for each communication direction. This could look like this to abort the main prog on "emergency":
    and to tell the Loop B to stop on finish of the Main prog:
    In the main prog- VI (which is a bit weird, because the while loop execute always and only once and therefore is unnecessary) your experiment shoult execute in a while loop, since it is abortable dynamically. The for loop will execute the predefined count, defined by wiring the "loop count"- terminal or wiring an array with autoindexing.
    I hope this helped a bit,
    dave
    Message Edited by daveTW on 06-17-2006 02:13 AM
    Greets, Dave
    Attachments:
    multiple_loop_w_different_duration.png ‏4 KB
    experiment.png ‏3 KB

  • Difference between dbms_stats and COMPUTE STATISTICS

    Hello everyone,
    Can anyone tell me what is the difference between:
    dbms_stats.gather_table_stats(
        ownname => 'me',
        tabname => 'ORGANISATIONS',
        estimate_percent => dbms_stats.auto_sample_size
      );and
    ANALYZE TABLE ORGANISATIONS COMPUTE STATISTICS;I guess both method are valid to compute statistics, but when I run the first method, the num_rows in USER_TABLES is wrong.
    But when I execute the second method, I get the correct num_rows.
    So, what is exactly the difference and which one is best?
    Thanks,

    Hello,
    It's not recommended to use ANALYZE statement to collect Optimizer statistics. So you should use DBMS_STATS.
    Else, about the number of rows, as you used an Estimate method, you may have a number of row which is not accurate.
    What is the result if you choose this:
    estimate_percent => NULL
    NB: Here, NULL means COMPUTE.
    You may have more detail on the following link:
    http://download.oracle.com/docs/cd/B19306_01/server.102/b14211/stats.htm#PFGRF003
    This Note from My Oracle Support may give you many useful advices:
    Recommendations for Gathering Optimizer Statistics on 10g [ID 605439.1]Hope this help.
    Best regards,
    Jean-Valentin

  • AVG_ROW_LEN not update , even I analyze the table in compute statistics

    I execute DBMS_STATS.GATHER_SCHEMA_STATS on my old table , but the statistics doesn't update the row length.
    After that , I give up the gather_schema_stats stored proc and use sql statement -> ANALYZE TABLE COMPUTE STATISTICS.
    The statistics still is stale .
    Is there anything I have missed ?

    San KTN wrote:
    Hi Banka,
    I suggest you to perform followings :-
    1. Delete the table statistics first.
    2. Create another table as select from this target table , in same schema and same tablespace.
    3. exec dbms_stat.gather_table_stats with METHOD_OPT parameter value as
    FOR ALL INDEXED COLUMNS SIZE n ( n is any number )
    or FOR COLUMNS (Column list ... even if all columns in the list)
    or NULL
    on new and old table respectively.
    4. Compare the results.
    You better paste the results here for investigation.It's strange. The new table could be updated. AVG_ROW_LEN and AVG_COL_LEN both make change.
    The old table only partial be updated. AVG_COL_LEN is ok but not AVG_ROW_LEN.

  • The security database on the server does not have a computer account for this workstation trust relationship

    When I try to log on to my DC it says "The security database on the server does not have a computer account for this workstation trust relationship". It won't let me log on. I installed another server server 2012r2  (its virtual )
    and I can get to ADSI edit. 
    I think what happened was I had a pc that could not connect without unplugging the network cable. So I found this fix 
    FIX: “The security database on the server does not have a computer account for this workstation trust relationship”2032011
    I’ve seen a lot of solutions, or suggestions rather, with regard to the error in the title of this post.  In my experience, the problem can almost always be resolved without extra domain add/removes and reboots, which is the most prevalent solution I have
    seen around.  Usually, this issue is due to a mismatch between attributes of the computer account in Active Directory and those values on the system itself.  Here are the steps I take to fix this issue when it crops up:
    Open up Active Directory Users & Computers pointed to the domain the computer account resides in
    From the “View” pull-down menu, make sure that “Advanced Features” is checked
    Navigate to the part of your organizational unit (OU) structure where the computer account for this server resides
    Open the Properties for the computer object
    Choose the “Attribute Editor” tab on the Properties dialog box
    Check the Attributes dNSHostName & servicePrincipalName – anywhere that a fully qualified hostname is specified (e.g. myserver.mydomainname.com), make sure that the entry matches the hostname
    you have configured when you go here on your server: Start -> Computer -> Right-Click, Properties -> Change Settings (under “Computer name, domain… settings”) -> Full Computer Name
    As an example, for a fictitious W2K8 R2 server whose Full Computer Name is “srv1.mydomainname.com”, these attribute/value pairs should be in Active Directory:
    dNSHostName:
    srv1.mydomainname.com
    servicePrincipalName:
    HOST/SRV1
    HOST/srv1.mydomainname.com
    RestrictedKrbHost/SRV1
    RestrictedKrbHost/srv1.mydomainname.com
    TERMSRV/SRV1
    TERMSRV/srv1.mydomainname.com"
    Not reading it carefully I add a computer with the same name as the pc having the issue and followed the above. The problem is that I did not notice that the spn did not want the name of my server (serv1) but the name of the trouble
    pc.
    dcdiag output
    PS C:\Users\administrator.TOM> dcdiag.exe
    Directory Server Diagnosis
    Performing initial setup:
       Trying to find home server...
       ***Error: DC3 is not a Directory Server.  Must specify /s:<Directory Server> or  /n:<Naming Context> or nothing to
       use the local machine.
       ERROR: Could not find home server.
    PS C:\Users\administrator.TOM> dcdiag.exe /s:DC2
    Directory Server Diagnosis
    Performing initial setup:
       * Identified AD Forest.
       Done gathering initial info.
    Doing initial required tests
       Testing server: Default-First-Site\DC2
          Starting test: Connectivity
             The host 9e0dca7a-d017-445a-b354-adee5ff53d48._msdcs.TOM could not be resolved to an IP address. Check the DN
             server, DHCP, server name, etc.
             Neither the the server name (DC2.TOM) nor the Guid DNS name (9e0dca7a-d017-445a-b354-adee5ff53d48._msdcs.TOM)
             could be resolved by DNS.  Check that the server is up and is registered correctly with the DNS server.
             Got error while checking LDAP and RPC connectivity. Please check your firewall settings.
             ......................... DC2 failed test Connectivity
    Doing primary tests
       Testing server: Default-First-Site\DC2
          Skipping all tests, because server DC2 is not responding to directory service requests.
       Running partition tests on : ForestDnsZones
          Starting test: CheckSDRefDom
             ......................... ForestDnsZones passed test CheckSDRefDom
          Starting test: CrossRefValidation
             ......................... ForestDnsZones passed test CrossRefValidation
       Running partition tests on : DomainDnsZones
          Starting test: CheckSDRefDom
             ......................... DomainDnsZones passed test CheckSDRefDom
          Starting test: CrossRefValidation
             ......................... DomainDnsZones passed test CrossRefValidation
       Running partition tests on : Schema
          Starting test: CheckSDRefDom
             ......................... Schema passed test CheckSDRefDom
          Starting test: CrossRefValidation
             ......................... Schema passed test CrossRefValidation
       Running partition tests on : Configuration
          Starting test: CheckSDRefDom
             ......................... Configuration passed test CheckSDRefDom
          Starting test: CrossRefValidation
             ......................... Configuration passed test CrossRefValidation
       Running partition tests on : TOM
          Starting test: CheckSDRefDom
             ......................... TOM passed test CheckSDRefDom
          Starting test: CrossRefValidation
             ......................... TOM passed test CrossRefValidation
       Running enterprise tests on : TOM
          Starting test: LocatorCheck
             ......................... TOM passed test LocatorCheck
          Starting test: Intersite
             ......................... TOM passed test Intersite
    PS C:\Users\administrator.TOM> regsvr32 schmmgmt.dll
    PS C:\Users\administrator.TOM> netdig /fix
    netdig : The term 'netdig' is not recognized as the name of a cmdlet, function, script file, or operable program.
    Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
    At line:1 char:1
    + netdig /fix
    + ~~~~~~
        + CategoryInfo          : ObjectNotFound: (netdig:String) [], CommandNotFoundException
        + FullyQualifiedErrorId : CommandNotFoundException
    PS C:\Users\administrator.TOM> Setup /PrepareSchema
    Setup : The term 'Setup' is not recognized as the name of a cmdlet, function, script file, or operable program. Check
    the spelling of the name, or if a path was included, verify that the path is correct and try again.
    At line:1 char:1
    + Setup /PrepareSchema
    + ~~~~~
        + CategoryInfo          : ObjectNotFound: (Setup:String) [], CommandNotFoundException
        + FullyQualifiedErrorId : CommandNotFoundException
    PS C:\Users\administrator.TOM> netdiag /test
    netdiag : The term 'netdiag' is not recognized as the name of a cmdlet, function, script file, or operable program.
    Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
    At line:1 char:1
    + netdiag /test
    + ~~~~~~~
        + CategoryInfo          : ObjectNotFound: (netdiag:String) [], CommandNotFoundException
        + FullyQualifiedErrorId : CommandNotFoundException
    PS C:\Users\administrator.TOM> nslooup
    nslooup : The term 'nslooup' is not recognized as the name of a cmdlet, function, script file, or operable program.
    Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
    At line:1 char:1
    + nslooup
    + ~~~~~~~
        + CategoryInfo          : ObjectNotFound: (nslooup:String) [], CommandNotFoundException
        + FullyQualifiedErrorId : CommandNotFoundException
    PS C:\Users\administrator.TOM>

    Ok fixed. 
    At a elevated cmd prompt run ;
    C:\Users\administrator.TOM>setspn -x
    As you can see the DC serv1 had duplicate SPNs.
    Checking domain DC=TOM
    Processing entry 1
    HOST/serv1.TOM is registered on these accounts:
            CN=SERV1,OU=Domain Controllers,DC=TOM
            CN=C00049,CN=Computers,DC=TOM
    {14E52635-0A95-4a5c-BDB1-E0D0C703B6C8}/TOWN-HBWJ29ZOQC is registered on these ac
    counts:
            CN=Administrator,CN=Users,DC=TOM
            CN=TOWN-HBWJ29ZOQC,CN=Computers,DC=TOM
    {14E52635-0A95-4a5c-BDB1-E0D0C703B6C8}/town-hbwj29zoqc.TOM is registered on thes
    e accounts:
            CN=Administrator,CN=Users,DC=TOM
            CN=TOWN-HBWJ29ZOQC,CN=Computers,DC=TOM
    RestrictedKrbHost/serv1 is registered on these accounts:
            CN=C00049,CN=Computers,DC=TOM
            CN=SERV1,OU=Domain Controllers,DC=TOM
    RestrictedKrbHost/serv1.TOM is registered on these accounts:
            CN=C00049,CN=Computers,DC=TOM
            CN=SERV1,OU=Domain Controllers,DC=TOM
    found 5 groups of duplicate SPNs.
    Went to the computers OU and changed computer c00049 to the correct SPN. Now I have a new issues, I'll start a new thread.

  • Can I have 2 itunes accounts on one computer, one for me and one for my wife.  We want to synchronize different content to our iPhones.

    Can I have 2 itunes accounts on one computer, one for me and one for my wife.  We want to synchronize different content to our iPhones.

    HELLO EVERYONE,
    WELL I HAVE TWO ACCOUNTS TOO... ONE FOR MY BROTHER AND ONE FOR ME...
    THIS IS WHAT YOU WILL HAVE TO DO..
    EVERYTIME YOU OR YOUR WIFE LOG ON TO ITUNES YOU WILL HAVE TO GO TO THE TOP LEFT AND AT THE TOP IT WILL SAY STORE..
    YOU WILL HIT LOG OUT AND LOG OUT OF YOURS..
    THEN GO TO THE SAME PLACE AGAIN AND HIT LOG IN AND THAT SHOULD HOPEFULLY HELP..
    ANYTIME YOU HAVE A QUESTION JUST GO TO MY PAGE AND ASK ME[:
    THANKS,
    BK[:

  • TS3988 My husband changed the Apple ID on our computer.  For some reason, iCloud has the old Apple ID and it won't let me change it.  I've been locked out of my iPad twice and had to restore it because of iCloud.  How do I change the Apple ID (not the pas

    My husband changed the Apple ID on our computer.  For some reason, iCloud has the old Apple ID and it won't let me change it.  I've been locked out of my iPad twice and had to restore it because of iCloud.  How do I change the Apple ID (not the password)?

    In order to change your Apple ID or password for your iCloud account on your iOS device, you need to delete the account from your iOS device first, then add it back using your updated details. (Settings > iCloud, scroll down and hit "Delete Account")
    Providing you are simply updating your existing details and not changing to another account, when you delete your account, all the data that is synced with iCloud will also be deleted from the device (but not from iCloud), but will be synced back to your device when you login again.
    In order to change your Apple ID or password for your iCloud account on your computer, you need to sign out of the account from your computer first, then sign back in using your updated details. (System Preferences > iCloud, click the sign out button)
    In order to change your Apple ID or password for your iTunes account on your iOS device, you need to sign out from your iOS device first, then sign back in using your updated details. (Settings > iTunes & App store, scroll down and tap your ID)
    If you are using iMessages or FaceTime, you will also need to log out and into your ID there too.

  • I need to deauthorize three computers I no longer own, but keep my computer authorization for my current computer and add a new laptop. Is there a way of doing this without having to unauthorize my current desktop which is my main music storage devic

    I just purchased a new Win 8.1 laptop and want to authorize it for my iTunes library. I operate this library on a Win 7 desktop. I have three other Windows computers that I no longer own which were authorized under my iTunes account, but I can't unauthorized them because they are broken or sold. I want to have Computer Authorization for just my current desktop running Win 7 and my new laptop operating Win 8.1. How can I selectively unauthorize a computer if I no longer have it in my possession, and if I have to unauthorize all of my computers, how do I get my iTunes library of music back onto my current desktop system?

    Deauthorizing the computer will not remove the content from your library. You deauthorize all, then authorize the ones you want. See this support document. Deauthorize your computer using iTunes - Apple Support

Maybe you are looking for

  • Rejection code

    Hi Fnrds,   We follow the process of closing all the open sales order at the month end , using a rejection code , but when i close the orders  using rejection code the order value is also getting changed. For example : material : -- BB10 Grid:--    S

  • Upadete statistics failed in DB13

    Hi, During daily checks I found that Upadate statistics are failed in DB13. and displaying following error. No application server found on database host - rsh/gateway will be used Execute logical command BRCONNECT On host f1n2 Parameters:-u / -jid ST

  • Flash CS3 Form Application doesn't support FlashVars?

    Anyone try load FlashVars in Form Application? It doesn't work. Why? In HTML object tag i add: <param name="FlashVars" value="varvalue=myValue" /> <embed src="flash/student.swf" FlashVars="varvalue=myValue" ... And on frame on first form (named: appl

  • Error when connecting to Hyperion Planning Server

    Hi All, I have created connection to Server for Hyperion Planning in Topology, but when i reverse i am getting error. IndexError: index out of range: 1 When i mentioned port no. 11333 am not getting error but session is in struck in running mode. I h

  • Packages and date class

    hi, i'm new to java so this question can be stupid. i try to write a package which i'll use later in a jsp page. here is the code: package anc_pck; public class str_ops      public String format_date(String day,String mounth,String year)           St