レポートとアラートを生成する前に、レポートサーバーを設定して、Insightサーバーのアドレスと、レポート対象のプロファイルを特定する必要があります。
以下に説明するようにレポートサーバーを設定するまで、レポートサーバーを正常に実行できません。 プログラムと共にインストールされた未構成のファイルでレポートサーバーを実行しようとすると、レポートサーバーはエラーのストリームを生成します。
レポートサーバーを設定するには
Windowsエクスプローラーで、Report Serverをインストールしたディレクトリに移動します。
ReportServer.cfgファイルをメモ帳で開き、必要に応じて変更します。
次のサンプルReport Server.cfgには、デフォルトでReport Server.cfgファイルに含まれているパラメーターのみが含まれています(必要なパラメーター設定が強調表示されています)。 プロキシサーバを通じてAdobeライセンスサーバに連絡する場合は、Licensingベクトルとそのパラメータを追加する必要があります。 詳しくは、Report Server.cfgのパラメーターを参照してください。
Fonts = vector: 0 items
Gamma = float: 1.6
Network Location = string: NetworkLocationName
Servers = vector: 1 items
0 = serverInfo:
Address = string: ServerIPAddress
Name = string:
Port = int: 443
Proxy Address = string:
Proxy Password = string:
Proxy Port = int: 8080
Proxy User Name = string:
SSL Client Certificate = string: ReportCertFileName.pem
SSL Server Common Name = string: ServerCommonName
Use SSL = bool: true
Result Memory Limit (KB) = double: 100000
Maximum Slice Size = int: 30
Use OpenGL Hardware Rendering = bool: true
Reporting = :
Profiles = vector: 1 items
0 = ReportProfile:
Server = string: ServerCommonName
Profile = string: ProfileName
Update Interval (minutes) = int: 10
Completion Message Interval (seconds) = int: 600
Status interval (seconds) = int: 600
SMTP Server for Errors = string: SMTPServerHostName
SMTP Server for Errors Username = string: SMTPServerUsername
SMTP Server for Errors Password = string: SMTPServerPassword
SMTP Server for Errors Send From = string: SenderAddress
SMTP Server for Errors Send To = string: RecipientAddresses
ファイルを保存して閉じます。