CUIC Custom Report

Hi guys,
I have a couple of troublesome custom reports in CUIC I need some help with.
The reports are build on the Dialer_Detail table with integration of some custom data from a linked MSSQL server.
The reports are built as Stored Procedures and I am having trouble passing the DateTime values from CUIC.
The SP starts as
[dbo].[cuic_CollectorPerformanceReport] ( @campaign_list VARCHAR(max), @start_date DateTime, @end_date DateTime )
then the WHERE clause
FROM Dialer_Detail DD
WHERE  DD.CampaignID IN (SELECT * FROM dbo.CSVToTable( @campaign_list ))
AND DD.DateTime >= @start_date
AND DD.DateTime <= @end_date
When I execute the procedure in SSMS it runs as expected.
When I run the report from CUIC I get an error...
Nested SQLException; SQLState: S0005 Vendor code: 8114 Message: Error converting data type varchar to datetime.
CUIC calls the SP like so
{call [cuic_CollectorPerformanceReport ]('2015-03-31 00:00:00','2015-03-31 23:59:59','5124,5123,5121')}
And when I run the SP via SSMS like so
execute cuic_CollectorPerformanceReport '5124,5123,5121','2015-03-31 00:00:00','2015-03-31 23:59:59'
everything works as expected.
I tried playing around and converting the DD.DateTime to varchar, as well as @start_date|@end_date to no affect.
Other real-time reports that have no DateTime filters work as expected also.
Any and all suggestions are wellcome.
Regards,
Kenan

dicharville,
Our 3rd party solution lets you produce historical reports by "shifts" by each day.  In your case each day agents having the shift of 8 - 5.  Let me know if you would like to discuss in detail how our solution can accomplish this and more.
Thanks,
Ron Reif / [email protected]
651-635-2822

Similar Messages

  • CUIS / CUIC Custom Reporting Summary

    I am using Cisco CUIS versiopn 7.5.(4)
    I have been able to successfully add a new reporting field in CUIS using the formula editor.  Here is the formula:
    [RowField]/Sum([RowField])  Gives me a percent of the total of the entire report.  
    This report uses 3 grouping levels... 
    Does anyone know how we can change the formula to return the percent for a specific group.  For example, [RowField]/Sum([Group3].[RowField]) ....

    Hello, Steven.
    I'm sorry to see you were not able to find the information or assistance you were looking for here in the Contact Center community forum.
    You may be able to find more help through the Cisco Developer Network.
    Also, you might want to consider engaging Cisco Advanced Services via your account team to assist with UCCE/CUIC custom reporting.
    Thank you, and good luck.
    -Paulo

  • CUIC Custom Report for Business Hours for Weekdays Only

    Customer wants a UCCX custom report which we are building with CUIC Premium.  The one criteria we are having issue with deals with the ability to selects days of the week BUT only with specific hours of the day for each of the days selected.  So customer want to be able to run the report for Monday to Friday but from 8AM to 5PM for each of those days, so essentially during business hours only.  The built in Absolute Date Range does not work because that would run the report starting Monday at 8AM until Friday at 5PM.
    Thanks,
    Dan

    dicharville,
    Our 3rd party solution lets you produce historical reports by "shifts" by each day.  In your case each day agents having the shift of 8 - 5.  Let me know if you would like to discuss in detail how our solution can accomplish this and more.
    Thanks,
    Ron Reif / [email protected]
    651-635-2822

  • UCCX 10 CUIC Custom Report (using external data source)

    Hi.
    We have a customer where we are storing information in an external data source. We would like to built a report and import that report into their UCCX CUIC System in order for the customer to have the new report along side with the UCCX built-in reports. We need to add the external data source to CUIC but I'm not sure if the strip CUIC version of UCCX can allow that. Is that possible?
    I know that with CUIC Premium we can add third party data sources into the CUIC. The Premium CUIC NFR allows that and we can create the report but for it to work in UCCX we need to add the external data source to CUIC.
    What are my options? If any?
    Thanks in advanced,
    -Jose

    Hi Jose,
    You can basically build custom reports on a standalone CUIC server and import them to the CUIC on UCCX.
    But I am not sure if this datasource is continuously polling information from the DB and giving it to the report and if this is possible.
    Please refer to the link below for creating the custom reports on CUIC in UCCX:
    https://communities.cisco.com/docs/DOC-31936
    Regards,
    Arundeep

  • UCCX CUIC Custom Reports

    Hi Community,
    I'm creating new reports for one of our customers with the CUIC NFR kit in our lab.
    But I do not want to create the reports from scratch and want to use the report definition templates from UCCX.
    But I don't know where I can download the files?
    For the UCCE I know that those files can be downloaded, but I couldn't find the files for the UCCX.
    kind regards
    Markus

    CUIC calls the stored procedures, the actual DB calls from CUIC are just calls to a stored procedure. To see the sql part of the reports you need a client to connect to the database and look into the SP's
    http://www.serverstudio.com/products/serverstudio/
    This is the tool i'm using, works great.
    Finnur

  • UCCX 9.0(2) Custom reports with CUIC 9.0 issue

    Hello.
    I installed in our lab UCCX 9.0(2) and CUIC 9.0(1) with premium licenses. It's necessary for making custom reports used in CUIC.
    I found this document:
    http://www.cisco.com/en/US/partner/docs/voice_ip_comm/cust_contact/contact_center/crs/express_9_02/programming/guide/UCCX_BK_CFD16E30_00_cisco-unified-contact-center-express_chapter_0100.html and tryed make recomendations from it.
    But I had a problem with prerequisites #6. I can't click "Edit" button, because it is inactive. I attach 2 screenshots: from pages "Datasource" and user configuration.
    What could be the problem?
    Regards,
    Anton

    Here's a summary so far:
    Problem Description:
    Unable to edit Data Source "UCCX" in co-resident CUIC.
    Also, documentation required on CUIC Custom Reports.
    Topology:
    UCCX 9.0(2)
    Resolution Summary:
    Switched back to HRC, and then back to CUIC again. Datasource could be edited.
    See the following sections of the CUIC user guide:
    http://tools.cisco.com/squish/cddf8
    Page 50,  "Custom Templates" and "Reports and Report Definitions".
    Page 107, "Report Definitions".

  • CUIC 9.0 Custom Reporting

    Good Afternoon,
    I was wondering if anyone could help me with the following issue.
    I am looking to create customized dashboards for our contact center's supervisors. I'd like to add a customized report that includes All agent data for the current day (aht, calls taken, calls abandoned, etc). From the time that they logged in until the present moment. I have attempted to customize "Agent Historical All Fields Daily" Stock report to do this, however I am wondering if I can set this report to run from shift start time until realtime each and every time the dashboard is opened, and also set a refresh interval for the report. I am relatively new to CUIC, so if there is any information I am missing please let me know. Thanks in advance for all assistance. I look forward to using these forums for further research and education!
    -Daniel
    [email protected]

    Daniel,
    Unfortunately, some of the stock reports don't have a built-in option for "relative" dates (i.e., being able to choose "Today", "Yesterday", etc). If you have the "peragt26_Agent Consolidated Daily Report" available to you, you should be able to select "Today" in that, it should have most of the data you're looking for. If you don't have this report, it is available from the CDN under "WebView reports". http://developer.cisco.com/web/ccr/documentation
    In order to have a report in a dashboard automatically run with specific filter criteria, it needs to have a "default filter" set up. Each report can only have a single default filter. If you have multiple defaults you would like to set up, you will need to create copies of your report, each with its own default filter. You can set the default filter by right-clicking the report in the Reports tab and choosing Edit.
    Once you have your reports and dashboards set up, I would recommend potentially adjusting user permissions so supervisors can only see the reports/dashboards that pertain to them.
    If you haven't seen it yet, the CUIC User Guide is here - http://www.cisco.com/en/US/docs/voice_ip_comm/cust_contact/contact_center/intelligence_suite/intelligence_suite_902/user/guide/CUIC_BK_R4B100EB_00_reporting-app-user-guide-902.html
    -Jameson

  • CUIC 9.1(1) Custom Report

    Good afternoon.  I am checking to see if what I am trying to do is possible before attempting to do it.  I am new to custom reports and learning as I go.  We recently switched from an Avaya System to a Cisco System and lost some of our previous reporting capabilities.
    Background:  We are a call center that has approximately 90 different attributes, and agents that are staffed on multiple attributes (up to 10 at times).
    We previously had a custom report that listed live call stats (Name of skill, agents staffed, calls taken, service level, average speed of answer).  The unique part of the report was that clicking on a skill listed details of who was on that skill and their current state (Talking, Aux, Ringing etc.)
    I have tried a few different things so far including a drilldown report off the main call center real time data, but can't seem to get it right. 
    Is it possible, and any suggestions?
    Feedback and help is appreciated.  Thank you.

    Hi
    I've done a lot of custom reports, but not actually used the Drilldown feature, but it looks like it's possible.
    You'll want a report that shows your overview, and then you link into a subreport for the drilldown section according to the docs here: http://www.cisco.com/c/en/us/td/docs/voice_ip_comm/cust_contact/contact_center/intelligence_suite/intelligence_suite_911/user/guide/CUIC_BK_U5AB2F2B_00_user-guide-for-cuic-reporting/CUIC_BK_U5AB2F2B_00_user-guide-for-cuic-reporting_chapter_0110.html#CUIC_RF_D72689DA_00
    Are you on CCX or CCE?
    Regards
    Aaron

  • UCCX CUIC Interval report on calls to an application

    Within CUIC I can do an interval report per CSQ, this is great as I can see the calls per hour for a given or group of CSQs.  However in my script logic, well before a call is assigned to a CSQ we check for opening hours and holidays etc so those calls are never assigned to a CSQ, is there an easy/good/recomended way to be able to see from within CUIC how many calls per interval were recieved into a given application or DN in the 'closed' hours for that contact centre?  I can probably hack something together with an export of the call-by-call cdr report and excel, but something that's easily display-able in CUIC would be better.
    In a similar thread, ideally I'd like to be able to report on abandoned calls per application rather than per CSQ to be able to determine dropped calls during the menu logic prior to CSQ selection, are there any recommended tactics for this?

    Hi Ian
    I hope you're keeping well up there? 
    1) OOH Calls - there are a couple of reports prefixed 'Application' that report on the Application (i.e. calls to app x, including those that never reach a CSQ). AFAIK they don't do 'intervals' out of the box however. 
    2) Those 'Application' reports will also give you some abandon stats. Again, no interval function! 
    The other thing is how granularly you want to report - some customers use 'set enterprise data' steps in the script to save 'progress', e.g. 'answered', 'support menu 1' etc could be tagged as the call proceeds through the script, so you can then report on where folks are dropping out.
    Custom reporting would be an option to get whatever stats you want out of it, integrated into the CUIC interface...  but that process can be a good few days work.
    Regards
    Aaron

  • CUIC Historical reports Customization

    Hi,
    I am using UCCX 10.5 Premium.  I want to use historical reports for example last week or last month.
    The grannularity of Interval Length I can find is  30mn , 60mn or entire range.
    For a daily report theese ranges are suitable but for a week or month report the 60mn Interval Length is really too short.
    Question: how can I create new Interval Length for ex:: 1440mn and how can I apply it to a new created Report ?

    Hi
    You can create custom reports, but you need some SQL skills and CUIC Premium (which is seperate to UCCX Premium).
    The built-in CUIC only allows basic field filtering of the reports, not true customisation.
    Aaron

  • Custom report to track the documents

    Hai All,
    My Client requires a custom report to track the document flow any time i.e., once the material arrives the purchase dept makes an entry like PO date the date of arrival,and Gr date the GR approval date and document handed over for  Invoice verification date and payment made date.
    How is achieve this?
    Regards
    R.Senthilnambi

    No My client requirement is not like that,suppose one fine day if he wants to track the positon of GRN document or a bill at what stagei.e.,if in FI if they say they have not received any document to process or they hold the document for days and say just today GRN has been handed over to him ,The Materials guy has to generate a report and say this is the day the document is handed over to you.
    Is this can be done.or only out of SAP.
    Regards
    Senthil

  • Purchase Register Custom Report -

    Hi Expert,
    Hope you all are fine!
    I am new to CIN.
    I have to develop a custom report for LIV details which will contain the follwing column:
    could you please help me to know from where i can take these field i.e reference table and links.
    Tax Invoice (ref no.)
    Invoice Date
    Vendor Code
    Vendor Name
    Vendor complete Address
    State
    Line item Description in invoice
    Vendor TIN
    Vendor CST
    Value of Goods
    Freight & octroi
    Packing & Forwarding
    Excise Duty
    Education cess
    Sec.Education
    CST value
    VAT Value
    Tax Code
    Tax Code Description.

    As per ur reference: -
    In PO, Condition are like--- PO Qty is 10
    Basic Amount..........1000
    taxes.........................100
    Freight.........................50
    Other...........................20
    and we have receive only 5 qty out of them, means all the condition amount will be 50%. like...
    Basic Amount..........500
    taxes.........................50
    Freight.......................25
    Other.........................10
    all condition will be calculate according to qty 5 not for 10 as showing in PO..
    I want to pick these condition. (according to 5 qty.)..
    Now suggest...

  • How to add a specific parameter in custom report

    hi,
    I have created a custom report in OIM 10g. I have three input parameters. startdate, enddate and resource object name,. With start date and end date the report is displaying correctly. when i add the resource object name as the third specific parameter is throwing the below exception
    java.sql.SQLException: Missing IN or OUT parameter at index:: 15
    at oracle.jdbc.driver.SQLStateMapping.newSQLException(SQLStateMapping.java:70)
    at oracle.jdbc.driver.DatabaseError.newSQLException(DatabaseError.java:133)
    at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:199)
    at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:263)
    at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:271)
    at oracle.jdbc.driver.OraclePreparedStatement.processCompletedBindRow(OraclePreparedStatement.java:1869)
    at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:3381)
    at oracle.jdbc.driver.OraclePreparedStatement.execute(OraclePreparedStatement.java:3487)
    at oracle.jdbc.driver.OracleCallableStatement.execute(OracleCallableStatement.java:3858)
    at oracle.jdbc.driver.OraclePreparedStatementWrapper.execute(OraclePreparedStatementWrapper.java:1374)
    at weblogic.jdbc.wrapper.PreparedStatement.execute(PreparedStatement.java:98)
    at com.thortech.xl.dataaccess.tcDataBase.readPartialStoredProcedure(Unknown Source)
    at com.thortech.xl.dataaccess.tcDataBase.readStoredProcedure(Unknown Source)
    at com.thortech.xl.dataobj.CallableStatementUtil.execute(Unknown Source)
    at com.thortech.xl.ejb.beansimpl.ReportOperationsBean.getPagedReportData(Unknown Source)
    I have given the input parameter correctly in meta data also. anywhere else we need to mention the specific parameter?
    Thanks

    Hey,
    From OIM 9.1.0.2 Reports you have two options:
    With OIMReports:
    1- Including in XML files the parameters as section: Examples of InputParameter tags and ReturnColumns tag
    2-And Creating a New Entry in the REP Table.
    http://docs.oracle.com/cd/E10391_01/doc.910/e10365/reporting.htm
    Section: How to create Report in OIM 9.1.0.2.
    With BIPublisher(easiest way-license is needed):
    Once you downloaded and install BIPub in your application server you will have access to all OIM report definitions.Then it is just a matter of learning how to change a report definition. It's very simple.
    It has a 'desktop tool' that you can install in your desktop. This specifc tool provides an extension to MS Word(MACRO) and you can even work with Word to generate report templates.
    Descriptions:
    0- deploy BIPublisher and OIM reports to your apps server
    1- Install the BIPublisher desktop tools in your desktop
    2- Modify the report query using the BIPub interface and add your UDF fields
    3- Run the report you want to modify from BIPub and export the generated data as XML
    4- Download the report template in RTF format
    5- With RTF file(open it) in your MS Word
    6- Load the XML file you generated in step 4 in your MS Word
    7- You could load this specif xml change what you want. (word will have a 'BI Publisher' menu with different operations you can do)
    7- With Report template(save it).
    8- Update the report template in the report definition(using the BIPub web interface
    9- Run the report again
    It means that front end page you need to edit this in Word page.
    The sources are here: http://www.oracle.com/technetwork/testcontent/oim-reports-9102-130923.zip
    I hope this helps,
    Thiago Leoncio.

  • Error while running a custom report in OIM

    Hi All,
    I have created a new custom report for OIM and written a stored procedure for that. But while running the report from Admin console, its throws the below error:
    java.sql.SQLException: ORA-00911: invalid character
    ORA-06512: at "IDM.XL_EXCEPTION", line 149
    ORA-06512: at line 1
    ERROR,19 Jun 2011 22:09:31,665,[XELLERATE.WEBAPP],Class/Method: ReportAction/displayTabularReport encounter some problems: Error executing stored procedure
    Thor.API.Exceptions.tcAPIException: Error executing stored procedure
    Line 149 : DBMS_OUTPUT.PUT_LINE('select stmt ='|| select_stmt);
    "select_stmt" is a select query based on the OIM tables.
    Please advice.

    Seems like there is a invalid character in your SQL (Report's store procedure). Could you share with me whole content of this "select_stmt" variable?
    regards,
    Thiago L Guimaraes

  • Signal 4 error encountered while running a customized report

    Signal 4 error encountered while running a customized report
    We are running Oracle Applications version 11.5.10 on Oracle RDBMS 9.2.0. and IBM AIX 5.3 o production system and AIX 5.2 on test machines. We have made a new clone of production database on test machine and after installation of a clone on test-machine all customized reports terminated with signal 4 error.
    Can anybody tell the possible causes of signal 4 errors and their remidies ?

    Thank you for the link, i will read it...
    I have problemss with PDF output...
    When trying to run any concurrent request with PDF output, it completed with error and show the following message in the request log file:
    Current NLS_LANG and NLS_NUMERIC_CHARACTERS Environment Variables are :
    American_America.AR8MSWIN1256
    Spawned Process 499776
    stat_low =84
    stat_high = 0
    emsg:was terminated by signal 4
    Program was terminated by signal 4
    Concurrent Manager encountered an error while running Oracle*Report for your concurrent request 20824997

Maybe you are looking for

  • HT1473 How to add music from macbook pro to iPad

    How do I add musci from Macbok pro to ipad2?

  • Windows XP: multi-user accounts - one works, another doesnt!

    Hi all, I have installed the JRE many a time, but never on an XP machine with multi-user accounts... my problem is that a jar file I have will run on one XP account, while the other account won't run, I just get Null Pointer Exceptions if i try to ru

  • An infosource under TR!

    Hi,friends here. I find out there is an infosource(7.0) under my TR after installing an cube from business content,but I think if using DTP then no need to assign an infosource with TR,so what's the problem? Thanx in advance.

  • F.05 Error

    Hi All, While doing F.05 i am getting below error for GL A/C 10210. But for GL A/C 10150 i am not getting error. When i check both GL Accounts the Difference is "Open Item Management" has checked for Gl A/C 10210.It is not checked for GL A/C 10150. I

  • Problem in applicant no range

    Hi I have assigned internal no range for applicants in NUMAP feature. But in PB10-Initial data entry, SAP system does not assign a no from no. range automatically rather says no range is external, enter a personnel no. Please help me. It's urgent. Th