‘ヘルプデスク’ カテゴリーのアーカイブ

nService(WebPI)

2010年1月12日 火曜日

nServiceは、Help Deskアプリケーションです。

WebPIを利用してWindows Server 2008にnServiceをセットアップする方法を以下に示します。

  1. WebPIでnServiceを選択します。
    詳細は「Microsoft Platform Installer」を参照してください。
  2. WebPIでnServiceのデータベース設定をします。
    nservice-webpi
  3. 管理ユーザーのパスワードを変更します。

    http://{WebPIで指定したサイトのURI}/{WebPIで指定したディレクトリ}/Common/LogOnPage.aspx

    (ex. http://www.yourdomain.com/nService4/LogOnPage.aspx)
    にアクセスしログインします。

    • User name: ns4.admin
    • Password: なし

    nservice02

  4. ページ右上の「My Account」をクリックします。
    nservice03
  5. 左側のメニューの「Edit User」をクリックします。
    nservice04
  6. New Passwordを入力します。
    nservice05

以上でnServiceのセットアップは完了です。

http://{WebPIで指定したサイトのURI}/{WebPIで指定したディレクトリ}/ にアクセスしてnServiceのサイトを表示しましょう。

nservice01

以上