How to get historical reports for deleted agents?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • carrai
    Whiz
    • Jun 2015
    • 40

    How to get historical reports for deleted agents?

    Hello everyone,
    We have a IPOCC 9.1 working fine 6 months, during this period some agents left the company and they were deleted from the system. Now, when I tried to extract agents reports it just shows about active agents but no deleted agents appear in the list.
    I tried creating the deleted agent again but its reports appear with no information.
    Is there any way to get extract historical reports for deleted agents?

    Thanks,
  • kalpanaautade
    Whiz
    .
    • Sep 2015
    • 32

    #2
    Deleted Agent data exist in cc and tr database but it cannot be recovered through IPOCC reports.

    Comment

    • carrai
      Whiz
      • Jun 2015
      • 40

      #3
      Thanks for the answer. In that case, is possible to connect to the database to get reports directly with a query?

      Comment

      • schopdekar
        Whiz
        .
        • Aug 2015
        • 40

        #4
        To connect directly to database, you can use "pgAdmin III" which ships with IPOCC.
        You can launch it from Start Menu, under "Avaya IP Office Contact Center" -> PsogreSQL 9.3 -> "pgAdmin III"

        The db password is needed to connect to the db. This is the same password which you provide during install/upgrade of IPOCC.
        The data would be in cc database.
        You would need to know the tables from which you would be extracting the data.

        Comment

        • kruegerb
          Genius
          .
          • Oct 2013
          • 276

          #5
          reporting data (contact Details and Agent Status) for deleted Agent can be taken from database tr directly by SQL commands. In this database the Agent can be found by their names.
          In database cc it is not possible to evaluate the reporting data for agents, they are stored with IDs, not with names. The Evaluation of the reporting data in cc database can only be done by the Server component statistic_Srv, not manually.

          Comment

          • carrai
            Whiz
            • Jun 2015
            • 40

            #6
            Originally posted by kruegerb View Post
            reporting data (contact Details and Agent Status) for deleted Agent can be taken from database tr directly by SQL commands. In this database the Agent can be found by their names.
            In database cc it is not possible to evaluate the reporting data for agents, they are stored with IDs, not with names. The Evaluation of the reporting data in cc database can only be done by the Server component statistic_Srv, not manually.
            Then, is not possible to get reports for agents deleted because they left the company? is there any documentation that could give me more information?
            Maybe we should not delete agents or set his state like disabel but I think that consume a license?

            Comment

            Loading