zoukankan      html  css  js  c++  java
  • event 102 error

    Event Type:      Error

    Event Source:   Application Management

    Event Category:            None

    Event ID:          108

    Date:                3/22/2007

    Time:                10:52:37 AM

    User:                NT AUTHORITY\SYSTEM

    Computer:         CHCSWS50

    Description:

    Failed to apply changes to software installation settings.  Software
    changes could not be applied.  A previous log entry with details should
    exist.  The error was : The installation source for this product is not
    available.  Verify that the source exists and that you can access it. 
    ----------------------------------------------------------------------------
    Event Type:      Error

    Event Source:   Application Management

    Event Category:            None

    Event ID:          102

    Date:                3/22/2007

    Time:                10:52:36 AM

    User:                NT AUTHORITY\SYSTEM

    Computer:         CHCSWS50

    Description:

    The install of application Microsoft Office Professional Edition 2003
    from policy CHCS Office 2003 Pro Ent Install Policy (TCCHCC SDP) failed.
    The error was : The installation source for this product is not
    available.  Verify that the source exists and that you can access it. 
    -------------------------------------------------------------------------------
    Are you sure you have permissions setup correctly on the shares? Keep in
    mind GP software assignments process under the machine account. Trying
    giving explicit access to the "Domain Computers" group and see if that
    helps.



    Packages Assigned to Computers with Group Policy Are Not Installed
    <http://support.microsoft.com/kb/278472>



    If that doesn't work you may be experiencing a race condition with Group
    Policy trying to process before the network is up. There are a few
    things you can try that may help out with that, but since Office is
    installing okay, I could be wrong.



    1.      Configure the GpNetworkStartTimeoutPolicyValue setting (KB840669
    <http://support.microsoft.com/kb/840669> )
    2.      Disable Media Sense for TCP/IP (KB326152
    <http://support.microsoft.com/default.aspx?scid=kb;en-us;326152> )
    3.      Disable Fast Logon Optimization on Windows XP clients (ie.
    "Always wait for network at computer startup and logon"). (KB305293
    <http://support.microsoft.com/kb/q305293/> )



    If that doesn't help either, you should enable logging for both the
    Application Management CSE <http://support.microsoft.com/kb/246509/>
    and Windows Installer <http://support.microsoft.com/kb/314852/en-us> .
    That may give you some more clues as to what is going on.


    -------------------------------------------------------------------------------

     had added the Domain Computers group to the
    permissions on the installation folder, but had failed to add the group to
    the Share Permissions. Here is a neat trick to check machine permissions:
    Start a command prompt using the machine account with the AT command.
    Example, if the time is 10:45a, the do this: AT 10:46a /interactive "cmd.exe"

    When the prompt opens then do a DIR on the share to see if the machine
    account can access it.
  • 相关阅读:
    linux机器间建立信任关系
    Linux shell逐行读取文件的方法
    linux强制用户下线命令
    Linux用户都应该了解的命令行省时技巧
    常用Linux Shell命令组合
    利用TensorFlow object_detection API 训练自己的检测器
    逻辑回归的梯度下降计算
    Android内存优化(使用SparseArray和ArrayMap代替HashMap)
    卷积的三种模式:full、same、valid + 卷积输出size的计算
    关于转置卷积(反卷积)的理解
  • 原文地址:https://www.cnblogs.com/jjkv3/p/1146519.html
Copyright © 2011-2022 走看看