Showing results 1 to 3 of 3

Thread: can i access the sybase by sql to extract the KPI? how to do it?

  1. #1
    Member Reputation: 142
    Join Date
    2008-07-10
    Posts
    253


    Default can i access the sybase by sql to extract the KPI? how to do it?

    can i access the sybase by sql to extract the KPI? how to do it?

  2. #2
    VIP Member Reputation: 1050 tester's Avatar
    Join Date
    2009-11-06
    Location
    404 - Not found
    Posts
    637


    Default Re: can i access the sybase by sql to extract the KPI? how to do it?

    Yes it's possible.
    1. Connect to M2000 server as dbuser
    2. Run isql -SSYB -Usa -Pemsems (default parameters)

    If you have M2000 DB structure please share it
    Knowledge should be free

  3. #3
    Member Reputation: 154
    Join Date
    2011-04-19
    Posts
    276


    Default Re: can i access the sybase by sql to extract the KPI? how to do it?

    Hello there,

    Before you can extract KPIs, you need to create a template for them. M2000 automatically creates a table for this template that starts with tbl_result_xxxxxxx (x's refers to certain index which you can find in measurement management).

    Before looking into your KPIs you need to go to the database first, just type the following commands at the sql prompt,

    use pmdb
    go

    you can use the command sp_tables to other tables in the database.

Bookmarks

Bookmarks

Posting Rules

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •