SQL Server Plug-in

I have installed the following software on windows 2000 server.
Oracle Enterprise Manager 10g Grid Control Release 1 (10.1.0.3) for Windows
Oracle Enterprise Manager 10g Grid Control Management Agent (10.2.0.1) for windows
I am not able to configure Management Plug-ins for SQL Server 2000 in the 10g Grid Control Release 1 (10.1.0.3) since the Management Plug-ins link is not visible on the grid control setup option as explained below in Oracle Enterprise Manager System Monitoring Plug-in Installation Guide for Microsoft SQL Server
10g Release 2 (10.2)
-- Installation guide instructions--
Deploying the Plug-in
After you ensure that the prerequisites are met, follow these steps to deploy the plug-in:
Download the SQL Server Plug-in archive to your desktop or computer on which the browser is launched. You can download the archive from the Oracle Technology Network (OTN).
Log into Enterprise Manager Grid Control as a Super Administrator.
Click the Setup link in the upper right corner of the Grid Control Home page, then click the Management Plug-ins link on the left side of the Setup page.
Click Import.
Thanks in advance

I have 10.2.0.1 agent for windows
I am not clear about the following prerequisite from the manual below which specifies both should be 10g Release 2 or higher
Oracle Management Service with Oracle Management Repository
Oracle Management Agent
I have
Oracle Management Service with Oracle Management Repository (10.1.0.3) for Windows
Oracle Management Agent 10.2.0.1 for Windows
Since there is no 10g Grid Control Release 2 for Windows available(Oracle Management Service with Oracle Management Repository ), hence the confusion.
Oracle® Enterprise Manager System Monitoring Plug-in Installation Guide for Microsoft SQL Server
10g Release 2 (10.2)
Part Number B28049-01
Prerequisites
The following prerequisites must be installed before you can deploy the plug-in:
Microsoft SQL Server 2000
The following components of Oracle Enterprise Manager 10g Grid Control release 2 or higher:
Oracle Management Service with Oracle Management Repository
Oracle Management Agent for Windows
---------------------------------------------------------------------------------------------------------------

Similar Messages

  • SQL Server Plug-in reports inaccurate Database Space information

    I'm trying to track down some inaccuracies I'm seeing in the SQL Server Plug-in for Grid Control. Every database I have on my Database Instance has a Critical alert regarding the Space Available %. For my example, we'll take the 'master' database. it is showing as .81% Space available. My guess is that the plug-in uses the sp_spaceused procedure to get the information. When I run that, I get the following:
    database_name: master
    database_size: 72.00 MB (This is the size of the database file and the transaction log, 64M + 8M)
    unallocated space: 61.34 MB
    reserved: 2728 KB
    data: 1072 KB
    index_size: 1056 KB
    unused: 600 KB (Total amount of space reserved for objname but no yet used.)
    If you take 600 KB/72MB , you get the .081% available. However, that is not accurate. (I've verified both numbers in the OMS mgmt$metric_hourly view).
    I don't think the plug-in's use of the unused value is correct. This is space allocated to objects in the database, but available. I wonder if this metric should be looking at the unallocated_space/database_size rather than the unused piece. This would show this database to have 85.2% available space.
    The flaw I see in sp_spaceused is that it is taking into account the database and transaction log as a single unit. Rather than separate entities.

    This is erroneous behaviour by the SQL Server plug-in. Please refer to bug 7186134. The bug is planned to be addressed with the newer version of plug-in to be released as part of Plug-in Release Cycle 9 (due for RTM in Dec. '08)

  • SQL Server plug in licence???

    Hi,
    Do you need a licence to deploy the SQL Server plug in for grid?
    Ive looked in the Oracle price list http://www.oracle.com/corporate/pricing/technology-price-list.pdf (is this the price list for 10g or 11g?) and wondered if it was either
    System plug-in for Non Oracle databases
    Managent pack for non oracle middleware
    If one of these are the correct ones then at what point do you have to licence? can you just have the agent deployed to monitor the server?
    Licencing is so confusing

    Hi,
    We have the same problem to evaluate the cost for Grid Control implementation.
    For System Monitoring Plug-in for Non Oracle Databases, we have to pay USD 1,800 + 396.00 Support Per Processor.
    Do we have to take account of Grid Control server processors or all SQL server processors ?
    The problem is the same for "System Monitoring Plug-Ins for Non-Oracle Middleware"
    Thanks
    Dominik

  • SQL Server plug-in Missing Properties : [provided_sql_server_name]

    I've recently deployed SQL Server plug-in 3.2.3.1.0 and am having difficulty with the final error I'm receiving. I have been through the troubleshooting guide and am finding no errors with the WMI setup, etc. When I test connection, I get
    Missing Properties : [provided_sql_server_name]
    SQL Server 2000 - SP4
    Windows 2003 SP1 - Standard Edition.
    I have set up a separate SQL Server user with sysadmin role, and I can see that it is logging in to the default instance just fine (no named instances on the server).
    Anyone have any pointers?

    Warning
    Failed to contact the target to be added. Following errors were received while testing the connection to the target. Update the properties accordingly, try Test Connection for testing the properties before saving.
    Response - Missing Properties : [provided_sql_server_name]
    JDBC URL: jdbc:sqlserver://APP-APS003.app.tdsgroup.net:1433
    JDBC Driver: com.microsoft.sqlserver.jdbc.SQLServerDriver
    Database Username: filled in with valid username
    Password for Database User: Filled in with valid password.
    Again, this is a 'default instance' on a Windows 2000 server.

  • OEM 12c : Deployed MS SQL Server Plug-in. Getting Error When Adding Target Manually

    Hi All,
    Request your help regards to Working with Plug-ins.
    I am using a Oracle linux 5.9 VM with OEM 12c v12.1.0.3.0 Installed.
    I need to work with Non-Oracle Database - specifically MS SQL Server for which I already downloaded and deployed the MS SQL Server Plug-in.
    However when trying to add targets manually, I am getting an error saying "Target Type Microsoft SQL Server is not support on selected monitoring agents em12c.localdomain:3872:Plug-in Microsoft SQL Server Database (12.1.0.3.0) or higher is certified on Enterprise Manager Cloud Control 12.1.0.3.0.
    Can you please guide as to where am i going wrong?
    Your help and guidance is highly appreciated.
    Regards.
    Nayan

    Hi Nayan,
    This seems to be a issue that a different version of MS SQL plugin was deployed on the Agent side.
    As per your description you have already downloaded and deployed the MS SQL Server Plug-in. I am assuming that the version of plugin is 12.1.0.3.
    If not you will need to deploy 12.1.0.3 MS SQL plugin on OMS first and then on the Agent which is monitoring the MS SQL targets.
    + Command to get the plugins deployed On OMS server currently,
    $ cd <OMS_HOME>/bin/
    $ ./emcli login -username=sysman
    Enter password
    Login successful
    $ ./emcli sync
    Synchronized successfully
    $./emcli list_plugins_on_server
    + Command to get the plugins deployed On Agent currently,
    $ cd <AGENT_HOME>/agent_inst/bin/
    $ ./emctl listplugins agent
    Ref: EM 12c: How to Verify the Plugins Deployed on the Enterprise Manager Cloud Control 12.1.0.1 OMS and Agent (Doc ID 1431103.1)
    You can review the below link for MS SQL plugin deploy on OMS and Agent,
    http://docs.oracle.com/cd/E24628_01/install.121/e35211/toc.htm
    Once the 12.1.0.3.0 MS SQL plugin is deployed on OMS and on Agent try to dicover the targets again from console. I hope it will help.
    Regards,
    Biplab

  • Support for Windows Authentication in SQL Server Plug-in

    I can't find anything in the documentation, or maybe my eyes are subconsciously skipping over the section. Does the 3.2.3.1.0 SQL Server plug-in support Windows Authentication? We have stopped using Mixed-Mode in our SQL Server 2005 Databases.

    Not as such, but you can always manage them through worksheet statements.
    You can request this at the SQL Developer Exchange though, so other users can vote and add weight for possible future implementation.
    Regards,
    K.

  • SQL Server Plug-In - General Questions

    Hi,
    1. Does this plug-in identify and provide resolution for poorly performing SQL like the the Diagnostics/Tuning Pack for Oracle DB?
    2. Does it track changes to Stored Procedures and collect it into the OMS as part of Configuration management?
    Thanks!

    Please go through the metric reference guide for SQL Server:
    http://download.oracle.com/docs/cd/B16240_01/doc/em.102/b28748/toc.htm
    This will help you get an idea of all the metrics that this plug-in monitors
    Anirban

  • SQL Server plug in and windows server 2008

    Windows Server 2008
    SQL Server 2008
    JDBC drivers 3.0
    I am trying to setup Oracle Grid to monitor the SQL Server instances and ive resolved most of the issues execpt i keep getting the following error when testing connection to SQL server
    Warning
    Failed to contact the target to be added. Following errors were received while testing the connection to the target. Update the properties accordingly, try Test Connection for testing the properties before saving.
    1. MSSQLDetermineName_DynamicProperty - em_error=Could not connect. Error code = 0x8004100e em_error=Failed while connecting to WMI.
    2. Response - Missing Properties : [provided_sql_server_name]
    Ive read about the code and it says add the Microsoft namespace to WMI but then it says it only applies to SQL Server 2000.
    These are my jdbc settigs:
    jdbc url: jdbc:sqlserver://<servername>:1433
    jdbc driver: com.microsoft.sqlserver.jdbc.SQLServerDriver
    History:
    i was getting other errors before regarding wrong version of SQL Server installed so i downloaded the JDBC 3.0 drivers and copied the 2 files:
    sqljdbc.jar and sqljdbcr4.jar
    to <oracle_agent_home>\sysman\admin\scripts\emx\microsoft_sqlserver_database
    after this i got the current problems
    I think it may be a permissions problem with WMI or something connected around it.

    Please review the installation documentation at:
    * http://download.oracle.com/docs/cd/B16240_01/doc/install.102/e16546/sqlig.htm
    You will see that the sqljdbc_auth.dll needs to be copied only if you are using Windows Integrated Authentication on a 64 bit OS:
    For the plug-in to establish connection to SQL Server instance using Windows Integrated Authentication mode, when deployed on a 64-bit (X64 or IA64) copy of Enterprise Manager Agent running on 64-bit Windows operating system, do the following:
    Depending on the JVM version, copy the respective version of sqljdbc_auth.dll to the folder $AgentHome\sysman\jdbcdriver. If the directory does not exist, create it. The file sqljdbc_auth.dll is available as part of Type 4 Microsoft SQL Server 2005 JDBC Driver version 1.2 (after unzipping, you will find three files with same name, that is, auth\x86\sqljdbc_auth.dll, auth\x64\sqljdbc_auth.dll, and auth\ia64\sqljdbc_auth.dll)
    o
    For X64 version of Enterprise Manager Agent installed on X64 (Xeon or AMD) Windows systems, copy the file auth\x64\sqljdbc_auth.dll to $AgentHome\sysman\jdbcdriver (the dll file should be copied directly under the folder specified. No sub-directories should be created.)
    o
    For IA64 version of Enterprise Manager Agent installed on IA64 Windows systems, copy the file auth\ia64\sqljdbc_auth.dll to $AgentHome\sysman\jdbcdriver
    Note:
    · No manual step needs to be performed when the plug-in is deployed on 32-bit copy of Enterprise Manager Agent (running on 32-bit or 64-bit Windows).

  • Upload of SQL Server plug in

    Hello,
    I have download the SQL plug in from Oracle site and I have upload the plug in at plug in setup, but the upload has been failed, it show an error: "Error of upload the management archives".
    My destination is to tie SQL Databases on the Grid Controll.
    What can I do?
    My system congiruration:
    -Grid Controll 10.2.0.5
    -Windows 32 bit plattform
    -Windows Server 2003 SP2
    Thanks and regards.

    Follow the instructions
    http://www.pythian.com/blogs/mysql-plug-in-for-oracle-grid-control/installation
    Hope this helps,
    Regards,
    http://www.oracleracexpert.com
    ora-0431-error issue
    http://www.oracleracexpert.com/2009/08/ora-0431-error-when-increasing-sga.html
    See the ORA-27102 Error and Soltuion on Solaris
    http://www.oracleracexpert.com/2009/08/ora-27102-out-of-memory-on-solaris.html

  • SQL Server Management Plug-ins deploy error

    Hi,
    I have a GC 10.2.0.3.0.
    I am trying to deploy the MS SQL server plug-in and am getting the following errors.
    I have followed the instruction in this document: http://download.oracle.com/docs/cd/B16240_01/doc/apirefs.102/e12776/pisqp.htm
    This thread did not help me much, Re: microsoft plug in deployment errors on grid control
    At least one error has occurred. Refer to the Deployment Status page for more details.
    The Deployment Status page shows ....
    Deployment Errors and Warnings
         Name          microsoft_sqlserver_database          Agent          tenhrmdb201:3872
         Version          3.3.3.1.0
    An error occurred while communicating with the agent. It may be down or unreachable.
    I have created a local user on the windows box(Agent) and given all the required permissions according to the document.
    In the GC for the Agent Preferred Credentials, i have given the Host UserName = SERVER\username and the password.
    Please help me find what am i missing here.

    I had to add the Windows server's IP to the /etc/hosts file on the OEM server.
    That fixed the issue.

  • Microsoft SQL Server Metric Collection Errors

    Hi
    I've installed the Microsoft SQL Server plugin.
    I've added a SQL server for monitoring.
    It only monitors / picks up Cache Hit Ratio.
    Then i'm getting the following Metric Collection Errors:
    Database Oct 31, 2006 2:35:45 PM Collection Failure Missing Properties : [pro...
    [b]SQL Server Process Oct 31, 2006 2:35:45 PM Collection Failure Missing Properties : [pro...
    [b]Processor Oct 31, 2006 2:35:45 PM Collection Failure /u/oracle10/OracleHomes/a...
    Error Log Entry Oct 31, 2006 2:31:32 PM Collection Failure Missing Properties : [pro...
    [b]MSSQL DatabaseFile Oct 31, 2006 2:31:32 PM Collection Failure Missing Properties : [pro...
    [b]SQL Server Role Oct 31, 2006 2:31:32 PM Collection Failure Missing Properties : [pro...
    [b]MSSQL Transaction Log Oct 31, 2006 2:31:32 PM Collection Failure Missing Properties : [pro...
    [b]Database Parameter Oct 31, 2006 2:29:10 PM Collection Failure Missing Properties : [pro...
    User Oct 31, 2006 2:29:10 PM Collection Failure Missing Properties : [pro...
    [b]Integrated Security Setting Oct 31, 2006 2:29:10 PM Collection Failure Missing Properties : [pro...
    [b]MSSQL FileGroup Oct 31, 2006 2:27:10 PM Collection Failure Missing Properties : [pro...
    Login Oct 31, 2006 2:25:14 PM Collection Failure Missing Properties : [pro...
    [b]Registry Setting Oct 31, 2006 2:24:21 PM Collection Failure Missing Properties : [pro...
    [b]SQL Server Oct 31, 2006 2:24:21 PM Collection Failure Missing Properties : [pro...
    [b]Database Setting Oct 31, 2006 2:24:21 PM Collection Failure Missing Properties : [pro...
    Target  <servername>.local
    Type  Microsoft SQL Server
    Metric  Database
    Collection Timestamp  Oct 31, 2006 2:35:45 PM
    Error Type  Collection Failure
    Message  [b]Missing Properties : [provided_host_os]
    Thnx,
    Kenneth

    Not sure if you got the plug-in working. If not, read on...
    The error is due to failure in internal computation of the SQL Server Host related information.
    Ensure that
    1. All pre-requisites (specified in SQL Server plug-in Installation Guide) are satisfied
    2. Provided property values for discovery of the SQL Server target are correct
    - JDBC URL has correct port number
    - If you are using older version of SQL Server plug-in, the name of SQL Server
    instance that you provided is correct

  • EM12c: Add Target SQL Server 2012 Fails

    EM12c: Add Target SQL Server 2012 Fails
    Configuration:
    EM12c platform:
    Oracle Enterprise Linux 6.2(x86_64)
    Oracle Enterprise Database 11.2.0.3 (x86_64)
    Enterprise Manager Cloud Control 12c Release 1 (12.1.0.1) (x86_64)
    Microsoft SQL Server Plug-In 12.1.0.2.0 deployed in the Management Server
    Target:
    Windows Server 2008 R2 Enterprise Edition SP1 (64-bit)
    SQL Server 2012 (Enterprise Edition) (64-bit)
    Microsoft SQL Server Plug-In 12.1.0.2.0 deployed in the Management Agent
    Problem: EM12c fails to add a SQL Server 2012 instance.
    Target Name: mssql_mcsdbsqlsrv2.esri.com     
    Target Type: Microsoft SQL Server
    Agent: https://mcsdbsqlsrv2.esri.com:3872/emd/main/
    * JDBC URL (Example : jdbc:sqlserver://<host>:<port>): jdbc:sqlserver://mcsdbsqlsrv2.esri.com:1433
    JDBC Driver (Optional): com.microsoft.sqlserver.jdbc.SQLServerDriver
    Database Username (Required for SQL Authentication): sa
    Password of Database User (Required for SQL Authentication): ****     
    System Username (Needed when SQLServer is at remote location):
    System Password (Needed when SQLServer is at remote location):     
    Connect Using Windows Integrated Authentication (Yes/No): No
    Role (Optional):
    Error:
    MSSQLDetermineName_DynamicProperty;em_error=Could not connect. Error code = 0x8004100e
    em_error=Failed while connecting to WMI.
    Response;Can't resolve a non-optional query descriptor property [provided_sql_server_name] (ms_sqlserver_servername)
    The sa login is enabled and I can connect from a remote machine to the MSSQL 2012 server using SQL Server Management Studio.
    I have also added several default MSSQL 2008 instances to EM12c successfull.
    I've installed the latest "Microsoft SQL Server Plug-In 12.1.0.2.0" in EM12c and deployed it to the target agent in the MSSQL 2012 machine
    Does EM12c (12.1.0.1) support MSSQL 2012?
    Thanks,
    Marcelo Marques
    Technical Manager, Esri
    Edited by: Marcelo Marques - ESRI on Sep 26, 2012 9:12 AM
    Edited by: Marcelo Marques - ESRI on Sep 26, 2012 9:13 AM

    Hello All,
    What is the latest information on MSSQL 2012 support on EM12c as a supported Target Deployment?
    Thanks
    Jan S.

  • Not able to  Add Microsoft SQL Server

    Hi ,
    I have add the SQL Server plug-ins to OMS and have installed the agent on Windows SQL Server Machin.
    OMS has identified the host but while trying to add SQL Server of this host I am recieving this error.
    Failed to contact the target to be added. Following errors were received while testing the connection to the target. Update the properties accordingly, try Test Connection for testing the properties before saving.
    MSSQLInstance_TestMetric_DynamicProperty - Failed to connect, reason : The TDS prelogin response is incomplete.
    MSSQLExistence_TestMetric - Missing Properties : [STDINWBEM_HOST,servername_from_jdbc]
    OSType_TargetHost_DynamicProperty - Missing Properties : [STDINWBEM_HOST]
    Agent is UP and runing and below are its details.
    D:\10.2.0.3.0\agent10g>emctl status agent
    Oracle Enterprise Manager 10g Release 4 Grid Control 10.2.0.4.0.
    Copyright (c) 1996, 2007 Oracle Corporation. All rights reserved.
    Agent Version : 10.2.0.4.0
    OMS Version : 10.2.0.3.0
    Protocol Version : 10.2.0.3.0
    Agent Home : D:\oracle\product\10.2.0\agent10g
    Agent binaries : D:\oracle\product\10.2.0\agent10g
    Agent Process ID : 8528
    Agent URL : https://xyz.com:5510/emd/main
    Repository URL : https://oem:5599/em/upload
    Started at : 2008-02-10 11:39:42
    Started by user : SYSTEM
    Last Reload : 2008-02-10 11:39:42
    Last successful upload : 2008-03-05 11:22:08
    Total Megabytes of XML files uploaded so far : 78.44
    Number of XML files pending upload : 0
    Size of XML files pending upload(MB) : 0.00
    Available disk space on upload filesystem : 61.74%
    Last successful heartbeat to OMS : 2008-03-05 11:24:51
    Agent is Running and Ready
    D:\10.2.0.3.0\agent10g>emctl config agent listtargets
    Oracle Enterprise Manager 10g Release 4 Grid Control 10.2.0.4.0.
    Copyright (c) 1996, 2007 Oracle Corporation. All rights reserved.
    [xyz.com:5510, oracle_emd]
    [xyz.com, host]
    D:\10.2.0.3.0\agent10g>emctl upload
    Oracle Enterprise Manager 10g Release 4 Grid Control 10.2.0.4.0.
    Copyright (c) 1996, 2007 Oracle Corporation. All rights reserved.
    EMD upload completed successfully
    Please can anyone help me on it.

    You have follow the instructions to add and deploy the plugin for sql server
    Are you enable the jdbc connection in your target machine
    See the Metalink Note to check the sql sever plugin and resolve the problems for this issue
    Regards

  • EM12c: Target SQL Server 32-bit shows "Status Pending"

    Configuration:
    EM12c platform:
    Oracle Enterprise Linux 6.2(x86_64)
    Oracle Enterprise Database 11.2.0.3 (x86_64)
    Enterprise Manager Cloud Control 12c Release 1 (12.1.0.1) (x86_64)
    Microsoft SQL Server Plug-In 12.1.0.2.0 deployed in the Management Server
    Target:
    Windows Server 2003 Standard Edition Service Pack 2 (32-bit)
    SQL Server 2005 SP2 (Standard Edition) (32-bit)
    Microsoft SQL Server Plug-In 12.1.0.2.0 deployed in the Management Agent
    Problem:
    EM12C: Targets > Databases
    The SQL Server 32-bit target shows "Status Pending"
    Verified the Target Agent Logs and found.
    D:\oracle\Middleware\agent_inst\sysman\log\gcagent.log
    2012-09-20 17:36:25,833 [14939:C578F997] INFO - Adding a new target [microsoft_sqlserver_database.mssql_peregrine.esri.com]
    2012-09-20 17:36:28,271 [15029:7DDB51EF:GC.DPExecutor2.57 (CDProps:microsoft_sqlserver_database.mssql_peregrine.esri.com:agent_host)] WARN - Found a row with more columns than declared for the metric for TargetID = mssql_peregrine.esri.com, Metric = OSType_Agent_DynamicProperty
    Row = Microsoft Windows Server 2003 Standard Edition,,C:\\WINDOWS,\\Device\\Harddisk0\\Partition2
    2012-09-20 17:36:28,583 [15031:1C41A703:GC.DPExecutor2.58 (CDProps:microsoft_sqlserver_database.mssql_peregrine.esri.com:win_host_name)] WARN - Found a row with more columns than declared for the metric for TargetID = mssql_peregrine.esri.com, Metric = OSType_TargetHost_DynamicProperty
    Row = Microsoft Windows Server 2003 Standard Edition,,,C:\\WINDOWS,\\Device\\Harddisk0\\Partition2
    2012-09-20 17:36:28,755 [15073:9240A7B9:GC.DPExecutor.27 (CDynamic:microsoft_sqlserver_database.mssql_peregrine.esri.com)] INFO - Target: [microsoft_sqlserver_database.mssql_peregrine.esri.com] is broken: Dynamic Category property error
    2012-09-20 17:36:28,755 [15073:9240A7B9] INFO - Target: [microsoft_sqlserver_database.mssql_peregrine.esri.com] is broken: Dynamic Category property error,Get dynamic property error
    2012-09-20 17:36:29,286 [15073:9240A7B9] INFO - Starting collection for target: [microsoft_sqlserver_database.mssql_peregrine.esri.com$12]
    2012-09-20 17:36:29,286 [14939:C578F997] INFO - >>> Reporting response: AddTargetsResponse (request id 1) <<<
    2012-09-20 17:36:29,286 [14939:C578F997] INFO - (end processing requests for OMS@[email protected]=>[134818747370001])
    Tried the following without success:
    - remove target and add target again
    Database Username (Required for SQL Authentication): sa
    Password of Database User (Required for SQL Authentication): ****
    Role (Optional)     
    System Password (Needed when SQLServer is at remote location): <empty>
    System Username (Needed when SQLServer is at remote location): <empty>     
    Connect Using Windows Integrated Authentication (Yes/No): No
    JDBC Driver (Optional): com.microsoft.sqlserver.jdbc.SQLServerDriver
    JDBC URL (Example : jdbc:sqlserver://<host>:<port>): jdbc:sqlserver://peregrine.esri.com:1433
    - Add Target don't let me fill the System Password and System Username, get message that says is not required.
    - Configure target, usernames/passwords are set correctly, it let me fill the System Password and System Username, but the Target still shows "Pending Status".
    - Oracle support: EM12C : Agents Show As Status Pending After Fresh Install [ID 1478880.1]
    EM12c: Agents > peregrine.esri.com:3872 > Agent > Resynchronization
    Still Target shows "Pending Status"
    Have you seen this problem before? Any suggestions?
    Thanks,
    Marcelo Marques
    Esri-Technical Manager

    Hi,
    https://peregrine.esri.com:3872/emd/browser/main/
    Displays the page:
    TargetType TargetName BrokenCode BrokenReason Status Version     RunTime Version Blackout Status     Severities     Schedule     CollectionItems
    Host     peregrine.esri.com     0     MONITORED     1     false     Severities     Schedule     CollectionItems
    Clicked on TargetName link "peregrine.esri.com"
    This table displays
    Target=(host,peregrine.esri.com)
    Metric Name Collection History Detail  Merged History  Metric Definition  Execution Descriptor Query  Row source trace  Row source statistics  Incremental Config State
    Response     ""     Response     Response     ""     Response     "" ""
    Click on "Response" links and see follow.
    Link column "Metric Name-Response":
    "The following exception has occurred:
         Process invocation failure: java.io.IOException: Cannot run program "echo": CreateProcess error=2, The system cannot find the file specified"
    Link column "Metric Definition-Response":
    This XML file does not appear to have any style information associated with it. The document tree is shown below.
    <metric metric_type="TABLE" metricLabel="Response" metricLabelNLSID="host_response" usageType="VIEW_COLLECT" keysFromMultiColls="false" test_Metric="false" keys_Only="false" long_Running="false" is_Config="false" is_Raw="false" is_Remote="false" is_Force_Cache="false" numCacheValues="1" is_Incremental="false" is_DeletionAllowed="true" is_Purgeable="true" isMetricExtension="false">
    <tabledescriptor anyComputeExpr="">
    <column column_name="Status" is_key="false" column_type="0" is_transient="false" is_timestamp="false" is_target_seperator="false" is_filename="false" is_clob="false" columnLabel="Status" columnLabelNLSID="host_response_status" replacedFetchedValue="false"/>
    </tabledescriptor>
    <QueryDescriptor cacheAggregation="false">
    <QD fetchletId="OSLineToken"/>
    <prop name="command" scope="GLOBAL" optional="false" content="echo"/>
    <prop name="args" scope="GLOBAL" optional="false" content="em_result=1"/>
    <prop name="startsWith" scope="GLOBAL" optional="false" content="em_result="/>
    <prop name="delimiter" scope="GLOBAL" optional="false" content="|"/>
    </QueryDescriptor>
    </metric>
    Link column "Row source trace - Response":
    Metric=Response
    Row source name     Table name     Operation     Row
    TableRowSource          Alloc     
    TableRowSource     Response     Start     
    TableRowSource     Response     Rewind     
    Timestamp = 2012-09-25T14:38:33.072-07:00
    Thanks, Marcelo.

  • Where to download the SQL Server 2000 plug-in for Migration Workbench

    Dear All,
    I am new to Migration WorkBench, I want to migrate the SQL Server 2000 database to Oracle 9i. When i start the Migration WorkBench, it requires me to select the plug-in (SQL Server) for the migration source. Before i have download and install the Access plug-in for testing. Can anybody tell me where i can find the SQL Server 2000 Plug-in for migration workbench.
    thx.
    Alan,

    here on OTN; on the same page like all the other plugins:
    http://otn.oracle.com/software/tech/migration/workbench/htdocs/utilsoft.html

Maybe you are looking for

  • IPod Touch 4th Generation Update problem

    For the past few days, I have been trying to install the latest iOS update on my iPod Touch, but every time iTunes says that this device is not eligible for an update.  I have also notice that the time and date on my iPod keeps auto setting its self

  • Reformat 17" 2007 MacBook Pro

    I want to reformat my 2007 MacBook Pro, I insert disk and restart and then 'c' and it thinks about it for a second, then i get this glitch/static frozen screen and thats it... Have to restart my computer with no 'c' and starts up fine... I'm currentl

  • EDI Scenarios

    Hi, With regarding to EDI scenarios with XI and seeburger, would like to get input on the following. As the technical stuffs of conversion can be done with seeburger, is it easy or hard to prepare the mapping specifications from EDI to idoc xml. Do w

  • [CUPS] Documents print with no margin on top of the page

    Hello people! I'm having a weird issue when I print documents. Whatever I print, from whatever application I print, it seems that the top margin is reduced. For instance, I have PDF documents with a one-inch top margin. The margin appears to be okay

  • Tacacs cfs on the Nexus 5000

    Hi I want to distribute TACACS+ from the nexus 7000 to theo tne manuals  nexus 5000 via CFS. When i do the 'sh cfs app' i get this....   tacacs         No        Physical-fc-ip However you cannot put in the distribute command for tacacs 'tacacs+ dist