Gopi
Guest
|
Posted:
Sun Nov 13, 2005 9:50 am Post subject:
AVICode Problem |
|
|
Hi
i send an email to support-mp@avicode.com but no response, here with i
enclosed that email. any help?
Thanks
Gopi
Hello
I send an email to Microsoft mom discussion group, Mr. Joe Brandow advice to
send emails to avicode support.
I follow the following instructions from manual and done it.
But still I am getting the following error messages,
Severity: Critical Error
Status: New
Source: AVIcode Agent
Name: .NET instance discovery failed
Description: AVIcode Agent failed to update instance list Invalid root in
registry key "HKLM\SOFTWARE\Avicode\Intercept\MOM\InstallPath".
Configure Management Pack for use with Microsoft SQL Server 2000
By default, the AVIcode .NET Management Pack will write all events to a
Microsoft Access database. For use in a production environment, AVIcode
recommends configuring the Management Pack to use a SQL Server database.
From your management server, open the SE-Viewer Configuration file. You may
edit the configuration file via Microsoft Visual Studio .NET, or by using a
text editor:
Start
Programs
AVIcode Intercept Studio
Intercept Configuration
SE-Viewer Configuration
You may edit the configuration file via Microsoft Visual Studio .NET, or by
using a text editor.
The first step to prepare your environment is to identify the server on
which you will install the SE-Viewer database. Once this is determined,
create and configure the database.
Following are the steps for configuring SE-Viewer to use with Microsoft SQL
Server 2000.
a.. Install Microsoft SQL Server 2000 on appropriate server.
b.. Create a database named "SEViewer" on Microsoft SQL Server 2000.
c.. Run the SEViewer.sql script in the created database. The script is
located in the "Database" subfolder of the SE-Viewer root folder.
d.. Open the SE-Viewer configuration file
e.. Find the <userdata> section
f.. Comment out or remove "DataSourcePath" key.
g.. Uncomment the "connectionString" key
h.. Set proper settings for connection string.
(Typical required settings are server name, login and password)
Example:
Before:
<userdata>
<add key="DataSourcePath" value="Database\SeViewer.mdb" />
<!--
<add key="connectionString"
value="Provider=SQLOLEDB;network=dbmssocn;
Server=localhost;database=SeViewer;uid=;pwd=;"/>
-->
</userdata>
After:
<userdata>
<!--
<add key="DataSourcePath" value="Database\SeViewer.mdb"/>
-->
<add key="connectionString"
value="Provider=SQLOLEDB;network=dbmssocn;
Server=localhost;database=SeViewer;uid=;pwd=;"/>
</userdata>
a.. Run the Database\DBInit.exe utility. This utility will check
connection to the database, write errors to the output and to the event log
in case of problems and initialize database with default values needed for
correct functionality.
Deploy Agent
AVIcode .NET Management Pack uses the AVIcode Agent to monitor .NET
applications for exceptions and performance degradation. The task deploys
the AVIcode Agents on target computers. After the agent is deployed,
performance or exception monitoring should be activated using start
monitoring task.
Before beginning your deployment, please read AVIcode .NET MP for MOM:
Deployment Scenarios to understand where AVIcode Agents should be installed
in your system.
IMPORTANT NOTE: MOM agents must run under the Administrator or System
account for the Background Intelligent Transfer Service (BITs) to start and
for the AVicode Agent installer to run correctly.
Execute the Task
a.. Open the MOM Operator Console
b.. Select the "Computers and Groups" View
c.. Open the "Tasks" Pane
d.. Open the "AVIcode .NET Application Monitoring" folder
e.. Select the "Deploy Agent" task
f.. When the Task Wizard opens:
a.. Click 'Next'
b.. Select the target computers to deploy the AVIcode Agents to, click
Next'
c.. Click 'Finish'
Verify the Results
a.. Select the "Events" View
b.. Select the "AVIcode .NET Application Monitoring" folder
c.. Select the "AVIcode Agent" folder
d.. Select the "All Events" node
e.. Refresh the Event list
f.. Look for an event of Type "Success" confirming that the task executed
correctly.
An alternate method for verifying that deployment is successful is described
in Verify the deployment
Set SEViewer Location
SEViewer is the AVIcode service that is responsible for receiving events
from the AVIcode agents and routing them into MOM. The MOM Server uses
SEViewer location for agent deployment and installation. The AVIcode agents
use the SE-Viewer location to report events (see deployment scenarios). This
task must be applied against all MOM Servers and all AVIcode Agents in order
for installation, deployment and event routing function correctly.
To set the SE-Viewer location:
Execute the Task
a.. Open the MOM Operator Console
b.. Select the "Computers and Groups" View
c.. Open the "Tasks" Pane
d.. Open the "AVIcode .NET Application Monitoring" folder
e.. Open the "Advanced" folder
f.. Select the "Set SEViewer Location" task
g.. When the Task Wizard opens:
· Click 'Next'
· Set the value for SEViewerURL to the DNS name, or IP Address, of
the SEViewer that these events should be routed to. Refer to the Deployment
Scenarios to understand where SEViewer is located and its role in event
routing. Click 'Next'
· Select the target computers and role instances (where the AVIcode
Agents are running), click 'Next'
· Click 'Finish'
Verify the Results
a.. Select the "Events" View
b.. Select the "AVIcode .NET Application Monitoring" folder
c.. Select the "AVIcode Agent" folder
d.. Select the "All Events" node
e.. Refresh the Event list
f.. Look for an event of Type "Success" confirming that the task executed
correctly |
|