Hyperic and SQL

Hello

After I installed agent Hyperic on SQl Sever and it went well, but after that I couldn't reach to the SQL database. In the following screen shot will I need sql admin password password hqadmin?

Are there additional configuration I need to do?

hyperic and SQL.JPG

Thanks for the help

Password SQL DBO

Tags: VMware

Similar Questions

  • Where is the best place to find information on the new version of product releases for Windows, Internet Explorer and SQL Server?

    Hi, we would like to ensure that we are aware and actively involved in the preparation and planning in support of our product lines using the newest and the most innovative platforms and those whose primary Microsoft - Windows, Internet Explorer and SQL Server products and would like to find the best and most reliable way to receive alerts about new products , version beta and official release information notification automatically either by subscription or other alert.

    Post in the Windows Server Forums:
    http://social.technet.Microsoft.com/forums/en-us/category/WindowsServer/

  • mySQL and SQL Toolkit 2.0

    Hello

    I use a database mySQL and sql toolkit 2.0 in application of Labwindows CVI.

    I have a problem when the database increases in size. Indeed, when the number of records reached 3 million, the program memory is 1.7 GB. So, it stops on an Out of Memory error.

    The program memory increases when I use the DBActivateMap function, before adding the records.

    For now, I use the following method to add records:

    DBBeginMap

    DBMapColumnToDouble

    DBMapColumnToDouble

    ...

    DBActivateMap

    DBCreateRecord

    DBPutRecord

    Will there be another opportunity to open the table and add records?

    Thank you for your help.

    Benjamin

    Hello

    Have you tried to use sql statement directly to y to insert a data, for this, you can use this function:

    DBActivateSQL

    And for the sql statement you can use:

    Table INSERT [] [(GBA)]
    {VALUES (list_of_value) | requete_select |} DEFAULT VALUES}

    Kind regards

  • State SQL 28000 and SQL Server error 18452

    I have a SQL 2000 Server on a server with Windows Server 2003 computer.

    I have a laptop with Windows Vista, for which we are unable to connect to the database and it gives an error 24000 state SQL and SQL Server error 18452 with description as "failed to connect to the user (null). Reason: Not associated with approved connection SQL server.

    Please provide a solution to this problem.

    Thank you

    Hello

    Questions like these are much better handled in the TechNet IT Pro Forums.

    My moderator tools cannot transfer messages on Windows forums, please re - ask you question there.

    http://social.technet.Microsoft.com/forums/en-us/category/SQLServer/
    Jack - Microsoft MVP, Windows networking. WWW.EZLAN.NET

  • How do I install sql 2008 and sql 2008 R2 on the same user account in vista

    I am trying to install sql 2008 and sql 2008 r2 on the same user account and get error message that the account cannot be used. How can I install sql 2008 and sql 2008 r2 on the same user account in vista

    Hello

    try to repost/ask in the SQL Server forums

    http://social.msdn.Microsoft.com/forums/en/category/SQLServer/

  • For TMS Win2008 Server and SQL Server client access licenses?

    Where, I read that the TMSXE interface requires a CAL on the Exchange Server.  What I can't seem to locate is all information about client access licenses how are required to Win2008 R2 Server Standard Edition and SQL Server 2008 R2 Standard.  Is there a reference document that I'm missing with this information.  It seems that according to Microsofts definitions, you might need a CAL by user device and/or managed web that connects to the web interface.

    Can someone clarify the situation?

    Hello world

    So should put the closure of this thread, I have now clarified what follows when it comes to TMS and MS licenses:

    Users and administrators to connect to TMS authenticate AD, the server that hosts the TMS must be allowed to support authenticated connections. Don't authenticate TMS Managed/configure with AD devices via the web server. As a result, and as managed devices does not authenticate against IIS with AD login, these types of connections don't require licenses. Only users who connect to the Web site would be.

    The issue of Exchange and SQL are similar, that is, authenticated connections how are made?

    Of MSDS, all connections to SQL server use the same authenticated account, by default uses a SQL login.  Web site users are not authenticated to SQL Server. Therefore, and in the case of an external SQL Server, this would be equal to one.

    When communicating with Exchange, all connections are through a unique service account. Created for managed systems the mailboxes are not connected by users or MSDS for normal operation. As a result, and as with an external SQL Server, this would be also equal to one.

    Hope that clarifies completely now

    Rgds,

    Dale

  • SQL Tuning sets and SQL Tuning Advisor.

    Hello

    We run oracle11g r2 where under win server 2008 R2.

    How can I find out when Tuning SQL and SQL Tuning games advisors are enabled in my database.

    Is Oracle11g has default setting YES for this tuning packs

    Thank you

    It seems you found somone activated of sets and the setting of advisers.  as others have said, theyre part of the D & T and theyre always there but only, you become eligible for a permit after that you use.   This will tell you the first time they have been used if at all, the key here for you field be FIRST_USAGE_DATE that must be completed only if detected_usages > 0

    fixed lines 180

    Col name format a30

    SELECT name, version, detected_usages, FIRST_USAGE_DATE, last_usage_date

    of DBA_FEATURE_USAGE_STATISTICS

    where upper (NAME) like '% % TUNING '.

  • XML and SQL output

    Hi all

    Please find test data and results as XML and SQL output.

    Version : Oracle Database 11 g Enterprise Edition Release 11.1.0.7.0 - 64 bit Production

    create table emp_xml (empno number, emp_name varchar2 (100), by e-mail to varchar2 (100));

    insert into emp_xml values (100, 'DAVID',' [email protected]');

    insert into emp_xml values (101, 'ROBERT',' [email protected]');

    insert into emp_xml values (102, 'DANIEL',' [email protected]');

    CREATE table emp_dept_xml (empno number, dept_list varchar2 (4000));

    insert into emp_dept_xml values (' 100,'10, 20, 30, ");

    insert into emp_dept_xml values (' 101,'40, 20, 10, 30, 50, ");

    insert into emp_dept_xml values (102, ' 10'),

    Expected in SQL output

    -----------------------

    EMPNO EMP_NAME EMAIL DEPTNO

    DAVID 100 [email protected] 10

    DAVID 100 [email protected] 20

    DAVID 100 [email protected] 30

    ROBERT 101 [email protected] 10

    ROBERT 101 [email protected] 20

    ROBERT 101 [email protected] 30

    ROBERT 101 [email protected] 40

    ROBERT 101 [email protected] 50

    DANIEL 102 [email protected] 10

    Results in XML

    -----------------------

    < USERS_DETAILS >

    < USER >

    < EMPNO > 100 < / EMPNO >

    DAVID < NAME > < / NAME >

    < EMAIL > [email protected] < / EMAIL >

    < ASSIGNED_DEPT >

    < DEPT > 10 < / DEPT >

    < DEPT > 20 < / DEPT >

    < DEPT > 30 < / DEPT >

    < / ASSIGNED_DEPT >

    < / USER >

    < USER >

    101/EMPNO < EMPNO > >

    ROBERT < NAME > < / NAME >

    < EMAIL > [email protected] < / EMAIL >

    < ASSIGNED_DEPT >

    < DEPT > 10 < / DEPT >

    < DEPT > 20 < / DEPT >

    < DEPT > 30 < / DEPT >

    < DEPT > 40 < / DEPT >

    < DEPT > 50 < / DEPT >

    < / ASSIGNED_DEPT >

    < / USER >

    < USER >

    < > 102 EMPNO < / EMPNO >

    DANIEL < NAME > < / NAME >

    < EMAIL > [email protected] < / EMAIL >

    < ASSIGNED_DEPT >

    < DEPT > 10 < / DEPT >

    < / ASSIGNED_DEPT >

    < / USER >

    < / USERS_DETAILS >

    Thank you

    Rambeau

    SQL>   select e.empno
      2         , e.emp_name
      3         , e.email
      4         , regexp_substr(d.dept_list, '[^,]+', 1, level) deptno
      5      from emp_xml e
      6      join emp_dept_xml d
      7        on e.empno = d.empno
      8   connect
      9        by level <= length(d.dept_list) - length(replace(dept_list, ','))
     10       and prior e.empno = e.empno
     11       and prior dbms_random.value() is not null;
    
         EMPNO EMP_NAME             EMAIL                DEPTNO
    ---------- -------------------- -------------------- --------------------
           100 DAVID                [email protected]      10
           100 DAVID                [email protected]      20
           100 DAVID                [email protected]      30
           101 ROBERT               [email protected]     40
           101 ROBERT               [email protected]     20
           101 ROBERT               [email protected]     10
           101 ROBERT               [email protected]     30
           101 ROBERT               [email protected]     50
           102 DANIEL               [email protected]     10
    
    9 rows selected.
    
    SQL> select xmlelement
      2         (
      3              "USERS_DETAILS"
      4            , xmlagg(xmlelement
      5              (
      6                  "USER"
      7                , xmlelement("EMPNO", empno)
      8                , xmlelement("NAME", emp_name)
      9                , xmlelement("ASSIGNED_DEPT", xmlagg(xmlelement("DEPT", deptno)))
     10              ))
     11         ).extract('*') xml_output
     12    from (
     13            select e.empno
     14                 , e.emp_name
     15                 , e.email
     16                 , regexp_substr(d.dept_list, '[^,]+', 1, level) deptno
     17              from emp_xml e
     18              join emp_dept_xml d
     19                on e.empno = d.empno
     20           connect
     21                by level <= length(d.dept_list) - length(replace(dept_list, ','))
     22               and prior e.empno = e.empno
     23               and prior dbms_random.value() is not null
     24         )
     25   group
     26      by empno
     27       , emp_name;
    
    XML_OUTPUT
    --------------------------------------------------------------------------------
    
      
        100
        DAVID
        
          10
          20
          30
        
      
      
        101
        ROBERT
        
          40
          50
          30
          20
          10
        
      
      
        102
        DANIEL
        
          10
        
      
    
    
    SQL>
    
  • POOR and SQL Profiler

    Hello

    Is it possible to get the POOR sent to the ATG repository and SQL queries?

    I tried to enable the logging of debugging for atg/dynamo/service/jdbc/SQLRepository/and/atg/Dynamo/service/jdbc/SwitchingDataSource /, but it did not help.

    Thank you.

    Hello

    I'm not sure the description of your problem which is exactly the problem. If you want to get information from a repository of debugging, you need activate the component repository questioned against loggingDebug. for example if you are working with the product catalog you turn on loggingDebug on/atg/commerce/catalog/ProductCatalog, of the component. This would print published as SQL debugging messages.

    If that's not enough can you describe in detail what is the problem.

  • PDF IFilter support for 8.1 Windows and SQL Server 2014

    Hello

    We use Adobe PDF iFilter Version 64 11.0.01 (here: https://www.adobe.com/support/downloads/detail.jsp?ftpID=5542) full-text support for PDF files on SQL Server and Windows Server 2012 2012. This works also on Windows Server R2 from 2012 to 2014 of SQL-Server even if both is not listed in the list of the applications/OS supported. But it does not work for the combination of 8.1 to Windows and SQL-Server, 2014.

    Can anyone provide a solution to make it work for this combination, or know when it will be officially supported?

    Kind regards

    Stefan

    Hi stefankainz663,

    Please see this KB for the workaround iFilter PDF search doesn't work on Windows 8 x 64.

    Kind regards
    Nicos

  • Number of databases such as Oracle and SQL Server in the same application ADF

    Hello

    In my application, I need to use two different databases such as Oracle and SQL Server. There are screens that I need to develop in the ADF where I need to involve fields of the tables in these two different databases. I just want to know - is it possible to do so in application of the ADF?

    Or to create a sort of link between these databases in the backend? Then create a view object involving some distributed SQL queries. What can I do with this type of request than anything? I mean, can I use the two insert or update operation using this VO?

    Or y at - it another way to do this?

    Please help, help here would be really appreciated. I've been stuck with this problem for a while now. I did search our forums for the same problem, but was not able to find a reliable solution.

    Thank you
    Vijay

    It's still not clear to me if you need two db tables in a query, or a transaction.
    If this is the case, your best option (to my knowledge) is to use a db link. in this way, you only need to access (for example the oracle db) and can access the objects from the other data from the oracle database.
    I don't understand
    >
    (3) a model project with a meeting of the two datasource. I selected a data source and created OT and VO. When I have selected a different data source and select tables to create VO and EO and finished but these EO and VO is displayed in project. >

    (2) If you need to link data from these two dbs you can not use this approach (see the note at the top of the post)

    Timo

  • Research in migration Exchange and SQL from physical servers to virtual machines... thoughts?

    Hi all, I use VMs for several years now, however back to the use of VMWare. I am currently running ESXi 4 on 2 servers separate host, with about 16 small resource type of the applications without any problem. I heard years keep intensive stuff like Exchange and SQL out of a VM guest, for reasons of system, but now I see a ton of articles from VMWare and windows push the thing to do. I have a relatively small environment compared to what they are touting... I was wondering if there is anyone out there who has any experience/thoughts on this? If I go this route I would probably look to buy some of the nicer features instead of using just the free version of ESXi.

    My current Setup uses HP DL360G5 servers that are coming out of warranty early next year, with the disk subsystem provided by a built environment of Equallogic iSCSI, on an isolated GB network SAN. I thought rather than buy 2 replacement servers that I can put the money to the full version of vSphere with some other goodies it offers.

    My Exchange environment is a relatively small number of boxes letters, but larger in size, running 2003 currently with 200 mailboxes to about 300 GB of space. I intend to switch to 2007 or 2010 next year as part of the migration of VM. I have to go to the next version will include likely standing another server, so I might be looking to buy 2 servers instead of 1.

    My SQL environment is small to begin with, a single instance of SQL 2005 with about 20 DB 120 GB in total size.

    2 guest machines I have are two Quad-processor Xeon dual socket with 16 GB and 24 GB of RAM, with less than 50% of RAM use each... and the processing power is hardly be affected at all.

    Sorry that it's a lot of info, I hope it makes sense for someone...

    Fix.

    You just need to do some analysis of storage before you virtualize servers in order to understand the needs of e/s. But if you move storage to local disk then any loss of performance, you can get to virtualize the server is offset by the gains in terms of the solution of SAN - faster storage & drives high-performance, virtual RAID, active\active controllers, cache... etc.

  • ESX 3.5 and SQL best practices

    I searched for info on best practices when deploying SQL on the virtual computer. We already have a couple of lightweight SQL production servers running 2008 x 64 and SQL 2005. We are looking for migrating databases existing physical servers to a 2008 newly deployed x 64 SQL VM, I was able to find documents of Vmware and turned to the forum and information. This are not the giant databases - of things such as BES, EPolicy and other mundane but necessary databases. Even more to divide readers to separate newspapers, the sys and databases? Any advice would be appreciated.

    Take a look on:

    Best Practices for SQL Server

    http://www.VMware.com/files/PDF/solutions/sql_server_virtual_bp.PDF

    http://www.VMware.com/files/PDF/SQLServerWorkloads.PDF

    André

  • vCenter and SQL 2005 Express on the same physical machine

    I'm new on the VMware environment and am a little concerned about my VMware infrastructure and design.  I have 3 boxes physical accommodation 15 virtual servers.  I have a 4th server that hosts the database SQL and vcenter.  I am wondering what are my chances of having vCenter and SQL 2005 express installed on the same box?  That suggest VMware as best practices concerning this configuration?  If this configuration is ok, what are my options to protect myself in case the box with vCenter and the SQL database dies?  Thank you

    VMware sets a limitation to 5 guests and 50 wen invited you use SQL Express. I run it with 6 guests and 48 guests (incl. models) on the same machine as the server vcenter. That's not what I want to keep and we will change to a standard SQL 2005 on a separate server from SQL (which we had with SQL 2000 and before VI3).

    But I didn't have one problem with this configuration, again.

    With both on the same server may lead to a conflict: SQL 2005 requires IIS but vCenter uses ports. So I installed it but disabled.

    I think also that separating the two tracks faster that have it all on the same box.

    AWo

    VCP / vEXPERT 2009

  • POOR of diff and SQL?

    Hi all


    some body please tell me what exactly is the difference between the POOR and SQL, how poor in ATG dynamo?

    Concerning
    venakt637

    Hi Vincent,.

    The main difference is the way the request is processed by ATG. POOR query examine the results in the repository cache and this is recommended for best performance
    An SQL query is hitting rather directly to the database and is not recommended unless u can't do this via a query of POOR. There is no cache to a SQL query.

    Another difference is POOR you views of the ATG repository to a level of object-relation and so question is much easier (supports your joints and the mapping between the DB tables as is already done in the repository level)

    Hope this helps

    Thank you
    Solene

Maybe you are looking for