• 在MOSS Server上,無法設定 指向RMS Server位置,並且出現5092或是5145的錯誤

    問題:在MOSS Server上,在使用資訊版權管理設定時,使用SCP或是直接指向RMS Server正確位置都失敗,無法完成設定。另外在MOSS Server上,會看到5092或是5145的錯誤。

    image

    1. Stop the Windows SharePoint Services 3.0 Web application by running the following command at the command prompt.

    iisreset /stop

    2. On the Windows SharePoint Services 3.0 front-end Web server, navigate to the %allusersprofile%\Application Data\Microsoft\DRM\Server\ folder

    3. Delete all folders named after the Windows SharePoint Services 3.0 application pool identity account. The application pool identity is the user account that Windows SharePoint Services 3.0 is running under.

    4. Restart the Windows SharePoint Services 3.0 process by running the following command at the command prompt.

    iisreset /start

    參考資料

    Event ID 5092 (Windows SharePoint Services health model)

    http://technet.microsoft.com/en-us/library/cc561103.aspx

    Event ID 5145 (Windows SharePoint Services health model)

    http://technet.microsoft.com/en-us/library/cc560972.aspx

  • Remote Server Event Log Access 'Access Denied'

    Problem
    =======
    Remote Server Event Log Access 'Access Denied'


    clip_image002

    Cause
    ======
    - Opened Regedit at Workstation and checked the following settings:

    =============================================================

    HKLM\SYSTEM\CurrentControlSet\CONTROL\SecurePipeServes\winreg

    Ensure LocalService has read permission

    clip_image004

    Solution
    ======
    To resolve this issue, use Registry Editor to grant Read Only permissions to the Local Service user account. To do this, follow these steps:

    1. Click Start, click Run, type regedit, and then click OK.
    2. Expand the following registry subkey:

    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\ SecurePipeServers

    1. Right-click winreg, and then click Permissions.
    2. Click Add.
    3. In the Enter the object names to select box, type Local Service, and then click OK.
      Alternatively, you can type the name of a user or group that you want to grant access permission.
    4. In the Permissions for LOCAL SERVICE list, next to Read, click to select the Allow check box.
    5. Quit Registry Editor, and then restart your computer.
  • Data padded when copying files via RDC 6.0/6.1 from WS2008 to XP/WS2003

    Problem Description

    Copying files from a Windows Server 2008/Vista terminal service session to Windows Server 2003/XP clients using Remote Desktop Connection 6.x machine will get data padded to the end of target files. Copying folders will get nothing happened.

    Copying files using Remote Desktop Connection 5.x is fine. However, copying folders will get nothing happened too.

    Suggestion

    The problem is fixed in next version RDC(Remote Desktop Connection).

  • 如何手動刪除RMS Server註冊在AD裏的SCP?

    方式一

    在AD站台及服務裏,在點選「檢視」>「顯示服務節點」後,即可以看到下圖的選項,直接將RMS SCP刪除。

    clip_image002

    clip_image004

    方式二

    1. 安裝Support Tools,執行adsiedit。

    2. 找到以下位置

    Configuration [your domain]

    CN=Configuration, DC=yourdc, dc=com

    CN=Services

    CN=RightsManagementServices ->刪除之

    CN=SCP -> 刪除之

    clip_image002[5]

    方式三

    1. 下載Rights Management Services Administration Toolkit with SP2並安裝

    http://www.microsoft.com/downloads/details.aspx?FamilyID=bae62cfc-d5a7-46d2-9063-0f6885c26b98&DisplayLang=en

    2. 進入CMD,將目錄切換到 C:\Program Files\RMS SP2 Administration Toolkit\ADScpRegister>

    3. 執行ADScpRegister.exe unregisterscp

  • Sysvol與Netlogon分享權限遺失

    經常遇到Sysvol或是netlogon分享資料夾沒有共用出來

    請確認資料夾結構正確,若是資料夾遺失,請重新建立空的資料夾

    1.停用NETLOGON服務

    2. 開始>執行>輸入 regedit 按下確定.

    2. 找到以下登陸值:

    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Netlogon\Parameters

    3. 看到右邊是窗,雙擊 SysvolReady 修改.

    4. 僵直改為 1 , 點選確定.

    5.重新啟動NETLOGON服務

    啟動後應該可以看到資料夾已正常分享出來