• ACS reporting does not run normally

    Problem
    =======
    ACS reporting does not run normally

    "報表處理期間發生錯誤" (An error has occurred during report processing)

    "無法與資料來源 'dataSource1' 建立連接" (Cannot create a connection to data source 'dataSource1')

    clip_image002


    CAUSE
    ======

    1. 您的 Reporting Server OperationsManagerAC 資料庫在兩台不一樣的 SQL Server

    2. 您目前 Reporting Server (http://report_server/reports) 上的 "Audit Report\DB_Audit" 連線設定指到一台沒有 Hosting OperationsManagerAC 資料庫的 SQL Server

    RESOLUTION
    =========

    1. 修改 "Audit Report\DB_Audit" 連線設定,讓他只到有 Hosting OperationsManagerAC 資料庫的 SQL Server

    步驟如下:

    1. 點選 "顯示詳細資料"

    clip_image004

    2. 點選 "Audit Report\DB_Audit"

    clip_image006

    3. 修改 "連接字串"

    clip_image008

  • Protect DPM Database Error This item cannot be protected ID31008

    Problem
    ========

    This item cannot be protected because some prerequisite software is missing. Ensure that all prerequisite software is installed and then protect this item. (ID: 31008)

    clip_image002

    Analyze
    =======

    C:\Program Files\Microsoft DPM\DPM\bin> CheckPrerequisites.exe verbose <Agent Server Name>

    clip_image004

    執行了SQL Server Query的命令語句

    SELECT @@VERSION

    您將會得到如下列的結果

    clip_image006

    Solution
    ========

    Microsoft SQL Server 2005 Express Edition Service Pack 2
    http://www.microsoft.com/downloads/details.aspx?familyid=31711D5D-725C-4AFA-9D65-E4465CDFF1E7&displaylang=en

    更新SP2後 ,即正常備份.

  • WSUS 3.0 AL,Cannot download updates from WSUS server

    CLIENT LOG
    ========

    2008-12-10        16:07:01:588     956  620   Misc WARNING: DownloadFileInternal failed for http://xxxx.xxx.xxx/selfupdate/wuident.cab: error 0x80190194
    2008-12-10        16:07:01:588     956  620   Setup       FATAL: IsUpdateRequired failed with error 0x80244019
    2008-12-10        16:07:01:588     956  620   Setup       WARNING: SelfUpdate: Default Service: IsUpdateRequired failed, error = 0x80244019

    CAUSE
    ======

    Default Web Site cannot find Selfupdate VDir

    <servername goes here>
    +--WEBSITES
          +--Default Web Site
          |  |
          |  +--VDir: ROOT
          |  |   Path:c:\inetpub\wwwroot
          |  |   Access: Read RunScripts
          |  |   AuthModes: ANONYMOUS_AUTH 
          |  |
          |  +--VDir: ApiRemoting30
          |  |   Path:C:\Program Files\Update Services\WebServices\ApiRemoting30
          |  |   Access: Read RunScripts
          |  |   AuthModes: DIGEST_AUTH 

    Solution
    ========

    Go into IIS admin and right click on the Default Web Site
    Add a new VDIR
    -type in the name Selfupdate
    -select the location c:\Program Files\Update Sevices\Selfupdate

  • 為何XP / Vista 會收不到MSG 傳遞的訊息,出現存取被拒?

    clip_image002

    Windows XP SP2 之後,預設RemoteRPC 為關閉, 針對 XP, Vista  需要增加AllowRemoteRPC機碼.將此功能打開.

    如此PC 就可以收到此訊息,以下為此機碼資訊

    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server]
    "AllowRemoteRPC"=dword:00000001

  • How to deploy Communicator.msp?

    1.請您將CommunicatorVolume.msi   ,  Communicator.msp檔案儲存在一個資料夾.例如: C:\temp

    2.並確認您目前分享的資料夾.此亦為您目前軟體派送的資料夾, 在此以 C:\share\moc 資料夾為例

    clip_image002

    3請使用 Msiexec /a CommunicatorVolume.msi  TARGETDIR =C:\share\moc  將安裝檔案解開, 解開後您亦可以看到會有產生 PFiles 及System32 資料夾

    clip_image004

    4.使用 msiexec /p Communicator.msp  /a  C:\share\moc\CommunicatorVolume.msi   將 Communicator.msp   更新的檔案整併到此CommunicatorVolume.msi   安裝主程式下

    完成後您可以檢視相關 PFiles 資料夾下有相關此Communicator.msp   更新的檔案,亦表示已經整並更新成功

    clip_image006

    5. 請開啟您原本在 DC 上所配置的軟體派送群組原則,使其軟體派送再次重新部署.亦可以達成您要更新此 Communicator.msp  修正程式的目的