" /> Call records doesnt change into call records to retrieved - Genesys CTI User Forum

Author Topic: Call records doesnt change into call records to retrieved  (Read 7524 times)

This topic contains a post which is marked as Best Answer. Press here if you would like to see it.

Vinod

  • Guest
Call records doesnt change into call records to retrieved
« on: December 19, 2007, 04:56:46 AM »
Advertisement
Hello All-

I am very new to Outbound, i have an issue, please advice....

Ocs doesnt make outbound calls eventhough there are records active in the calling list and agents availble and ready to take calls. We loaded the campaign and started it, But doesnt see any calls made and linked to agents.


I Could see the record is  not updated to "retrieved" status from "ready" in OCM. I have verified the logs and could see no record is selected.

How to add a new record to calling list and what are the mandatory fields while adding a new record?

10:36:12.125> CM_DBCallList(101-101-109): DBServer 'Reporting DBServer' SQL: select T.* from #ReadyRecord R, Outbound1 T where R.chain_id=T.chain_id and T.record_status = 2  order by T.chain_id,T.chain_n [ReqID=24573]
10:36:12.125> CM_DBCallList(101-101-109): DBServer 'Reporting DBServer' MSG_PROCCOMPLETED(DBM_SUCCESS) [ReqID=24572]
10:36:12.125> CM_DBCallList(101-101-109): DBServer 'Reporting DBServer' MSG_RETRIEVED(DBM_EMPTY) [ReqID=24573]
10:36:12.125> CM_DBCallList(101-101-109): SelectEnd:0  SelectedRecords:0 RequestID:24573 ReadyRecords:1 SelectTime:0

Let me know if you need any additional information.

Thanks,
Vinod Gujja.

jeff

  • Guest
Re: Call records doesnt change into call records to retrieved
« Reply #1 on: December 19, 2007, 07:28:54 AM »
Here is what I see:

10:36:12.125> CM_DBCallList(101-101-109): DBServer 'Reporting DBServer' MSG_RETRIEVED(DBM_EMPTY)
[ReqID=24573]

You do not have any records in your DB!
Look at this SQL:

select T.* from #ReadyRecord R, Outbound1 T where R.chain_id=T.chain_id and T.record_status = 2  order by T.chain_id,T.chain_n

try running it with SQL Analyzer and see if it is going to get you any records. I would check your campaigns and calling list definitions in CME. Also, what are the start and stop times?

Are you sure you are seeing status in Genesys OCM and these are the same calling list as you have assigned to your campaign that is STARTED?




Offline Daimonas

  • Full Member
  • ***
  • Posts: 106
  • Karma: 2
  • There's a fish in every bowl.
Re: Call records doesnt change into call records to retrieved
« Reply #2 on: December 19, 2007, 02:24:33 PM »
I got a meeting, but there is several reasons why you would have problems with OCS. I will take a look again at this thread this afternoon and see if I can suggest anything.

Check what jeff recommended first, that you have records available, its possible you errored all your records due to another problem and now the list needs to be cleaned.

Offline victor

  • Administrator
  • Hero Member
  • *****
  • Posts: 1419
  • Karma: 18
Re: Call records doesnt change into call records to retrieved
« Reply #3 on: December 19, 2007, 03:04:39 PM »
Hi,

I think that:

1. you probably have not started the right campaign
2. you have some time constraints
3. your DAP definitions are wrong and you are looking at two different DBs.

Try SELECT statement and see if it can pull something up from the same machine.
If you get 0 records then you know that your DAP used for calling list is wrong :)

Our of curiosity - what is the hostname for your DB? It's like if two different hosts have the same name and identical DBs with one having records and other doesn't. This is too complex of a problem, so I think it is probably something really obvious, like wrongly configured DAP :)

Vic


Marked as best answer by on April 01, 2025, 01:47:26 PM

vinodgujja

  • Guest
Re: Call records doesnt change into call records to retrieved
« Reply #4 on: December 24, 2007, 06:10:34 AM »
  • Undo Best Answer
  • Thanks a lot Victor on your inputs,

    I reviewed logs and I see the NoRecords field is increasing with every request for records.  This parameter in the Campaign data, indicates the number of times that OCS has requested records from the database and none are returned.  I see this parameter constantly increasing.  I think the dailing filter on the calling list is doing this.

    But i  observed in the CME there is no filter applied to the calling list object, However in OCM , the Dailing filter option is selected.

    How to remove a filter applied to calling list?

    Thanks in advance

    vinodgujja

    • Guest
    Re: Call records doesnt change into call records to retrieved
    « Reply #5 on: December 24, 2007, 06:34:02 AM »
    In the select statement, what is #ReadyRecord R ? There should be table called readyRecord in the database ? or does it refers to Ready records in Outbound1 table ?

    vinodgujja

    • Guest
    Re: Call records doesnt change into call records to retrieved
    « Reply #6 on: December 24, 2007, 09:50:11 AM »
    Thanks a lot ,,,, I Think the calling list is wrongly updated, I have deleted the records and created new records . This worked.

    Offline victor

    • Administrator
    • Hero Member
    • *****
    • Posts: 1419
    • Karma: 18
    Re: Call records doesnt change into call records to retrieved
    « Reply #7 on: December 25, 2007, 03:54:30 AM »
    Yippy!!!!!!!!!!!!!!!

    Good to hear that :) So, it was wrong import or wrong table structure?

    Vic

    vinodgujja

    • Guest
    Re: Call records doesnt change into call records to retrieved
    « Reply #8 on: December 26, 2007, 04:13:52 AM »
    It was wrong import...  :(