EIM/WIM: Displaying open hours

Hi,
We have just installed EIM/WIM and try to check a situation where there are no agents available to respond to cusomer's request for a chat. When a customer clicks on the Chat button in a Web browser he/she gets the following message:
Thank you for your inquiry. Our service hours are 9am-5pm PST, Monday-Friday. If you are trying within the service hours and still getting this message, please try after some time, as all our agents might be busy or unavailable at this time.
Then we have created a calendar with open hours from 01:00 AM to 11:00 PM, but again customers get the same message, i.e. the part of this message indicating open hours does not correspond the open hours in the calendar. We have restarted the EIM/WIM server but again no luck.
What's the cause of it? How can we workaround this problem?
Thanks.
Igor

Igor,
This is a static message (not a macro based message) that why it keeps showing the same message
This can be changed in the Chat Template (Department > Your Department > Chat > Templates) in the Options->Off Hours tab. Kindly refer to the EIM/WIM Administration Console User Guide (page 177 - 181). I think it should be the same for both v4.2(x) and v4.3(1).
Thanks!
-JT-

Similar Messages

  • Upgrade path for Cisco EIM/WIM v4.2(5)

    Hi all,
    I need some help in understanding what is required to deploy Cisco EIM/WIM v4.2(5) for Cisco UCCE.
    a) media kit received contained v4.2(1), 3rd party tools, v4.2(4a) SR & v4.2(5a) MR
    b) based on the docs, v4.2(1) needs to be installed first followed by v4.2(4a) SR and then v4.2(5a) MR
    Some concerns/questions i have is
    a) Since v4.2(1) only supports SQL 2000 and v4.2(5) only supports SQL 2005, does that mean i'll require to purchase both SQL 2000 & SQL 2005? Can I install v.4.2(1) directly on SQL 2005?
    b) Since v4.2(1) only supports BEA WebLogic, is there a way to change it to JBoss when upgrading to v4.2(5)? If so, any idea how that can be done? If not mistaken this is possible when upgrading to v4.3(1).
    c) Is there a way to directly install v4.2(5) without going to the mentioned upgrade path
    Thanks!
    -JT-

    HI
    The license is assigned to a MAC address so if you have other NICs available it may cause issues. As the system maybe comparing the wrong NIC. I dont believe you can "Reload" the license. I am all most certain you are hitting a bug with the license file. There are a number around :-(. Below is the most common:
    http://www.cisco.com/en/US/partner/products/ps7233/products_tech_note09186a0080a8c0bc.shtml
    I know your symptoms do not match "Exactly" but I had the same issue as you and just upgraded to 4.2(5) and then applied ES1. That fixed all my problems. I have attached ES1 for you. If you are still not to sure then i would probably open a TAC case but they are probably going to tell you to upgrade to 4.2.4 or 4.2.5 first.
    If you decide to upgrade to 4.2.5 please also take note of the following:
    http://www.cisco.com/en/US/partner/products/ps7233/products_tech_note09186a0080a72faf.shtml
    You need to make sure that the collation in SQL is set to SQL_Latin1_General_CP1_CI_AI. The above guide exsplains how to check this and change it if it is incorrect.
    Thanks,
    Matt
    (Edit)
    The patch is to large to upload but you can download it from here for 4.2.5:
    http://www.cisco.com/cgi-bin/tablebuild.pl/ba8630bc8d6cd87a3b23513eb7700b54
    OR if you dont fancy going all the way to 4.2.5 you can download the patch for 4.2.4 here:
    http://www.cisco.com/cgi-bin/tablebuild.pl/70fc7a9f5f1315519a00b2b3c0dc48d8
    Message was edited by: matthewpage

  • EIM/WIM 4.3 OS install specifications

    Hi, I need to document the OS installation steps for EIM/WIM 4.3.x.
    The EIM installation Guide (http://wwwin-tools.cisco.com/cecsearch/display?url=https%3A%2F%2Fecm-link.cisco.com%2Fecm%2Fview%2FobjectId%2F090dcae1804c73b9%2FversionLabel%2FCURRENT&pos=1&strqueryid=3&websessionid=A8Ujb8GWMrwGa4y_tvEDFGT) does not have specifics on how to install Windows 2003.
    Is there any information about installation specifics for W2003 on the EIM/WIM servers?
    Thanks in advance,
    Ernst Schippers

    You need to have the two servers in the same domain if you are using WIM. You also need to make sure you disable NIC teaming on the server as that is not supported. You will also need to make sure mixed mode authentication is enabled on the AW SQL server as CIM uses SQL user authentication to connect.
    If you read the installation guide of CIM it covers how to install SQL.
    Also make sure you use enterprise edition of windows if you are using a large spec server.
    Thanks,
    Matt

  • Report for displaying open POs

    Hi frds
    i wants to display the open POs line item and its quantity .anyone give me the logic for this report.
    thanks
    Pari Vendhan.R

    HI frd
    thanks for information ..while puting your logic in report program its not displaying open POs.
    with this msg i hv attached my codings ..pls correct my mistake.
    REPORT  Z_CONSUMABLE_ROL.
    Data : Mat_no like mara-matnr, "Material Number
           Plant1 like ekpo-werks, "Plant
           com_co like mseg-bukrs, "Company Code
           store  like mseg-lgort, "Storage
    SELECTION SCREEN
    SELECTION-SCREEN: BEGIN OF BLOCK 01.
    SELECTION-SCREEN: BEGIN OF BLOCK 02 WITH FRAME TITLE text-001.
    SELECT-OPTIONS MATERIAL FOR mat_no.
    SELECT-OPTIONS Plant    FOR plant1.
    SELECT-OPTIONS COMPANY  FOR COM_CO.
    SELECT-OPTIONS STROAGE  FOR STORE.
    SELECTION-SCREEN: END OF BLOCK 02.
    SELECTION-SCREEN: END OF BLOCK 01.
    DATA DECLARETION FOR INTERNAL TABLE.
    Data : begin of itab occurs 0,
           matnr like mara-matnr, "Material Number
           maktx like makt-maktx, "Material Desc
           meins like mara-meins, "UOM
           minbe like marc-minbe, "ROL
           lgnum like mseg-lgnum, "Warehouse
           ebeln like ekKo-ebeln, "PO Number
           menge like ekpo-menge, "PO Qty
           banfn like eban-banfn, "PR Number
           meng1 like eban-menge, "PR Qty
           mblnr like mseg-mblnr, "PO Number
           ELIKZ like EKPO-ELIKZ,
           end of itab.
    SELECT STATEMENT.
    select a~menge
           a~werks
           a~ELIKZ
           b~banfn
           b~menge
           c~matnr
           c~meins
           d~maktx
           e~minbe
           f~lgnum
           f~mblnr
           f~bukrs
           f~lgort
           h~ebeln
    INTO CORRESPONDING FIELDS OF TABLE ITAB FROM EKPO as a
          inner join EBAN as b on aBANFN = bBANFN
          inner join MARA as c on cMATNR = aMATNR
          inner join MAKT as d on dMATNR = cMATNR
          inner join MARC as e on eMATNR = cMATNR
          inner join MSEG as f on fMATNR = cMATNR
          inner join EKKO as h on hEBELN = aEBELN
    where cmatnr in MATERIAL and awerks in PLANT and f~bukrs in
    COMPANY and f~lgort in STROAGE.
    write :/ 'Material_No' color 4,
          20 'Material_Desc' color 4,
          55 'UOM' color 4,
          65 'ROL' color 4,
          75 'Warehouse' color 4,
          87 'Open Po' color 4,
          115 'PO Qty' color 4,
          125 'PR No.' color 4,
          145 'PR Qty' color 4.
    write : sy-uline.
    if itab-ELIKZ = 'X'.
    loop at itab.
    write : / itab-matnr,
            20 itab-maktx,
            55 itab-meins,
            65 itab-minbe,
            75 itab-lgnum,
            87 itab-ebeln,
            105 itab-menge,
            125 itab-banfn,
            135 itab-menge.
    endloop.
    endif.

  • Display Open Items in Foreign Currency (LC3) during Clearing

    Hi all.
    Please advice, how can we display LC3 in open item clearing transactions (like F-03)?
    Our problem is that we need to clear accounts which have amounts only in LC3 (other amounts = 0) and users can't select proper document to clear.

    Hi Philip,
    During the clearing is not posible to display open items in foreign currency LC3.
    As workaround you can do the following:
    You can display with FBL*N the open items to be cleared by choosing in the layout "Amt in loc.curr. 3", and then when using the clearing transaction (F-53 for example) through additional selections insert the document numbers noted before from the FBL*N.
    Hope this workaround helps.
    Regards

  • How to display Opening Balance/Closing Balance in Genral Ledger PLD

    Hi all,
    How to display Opening Balance
    in General Ledger
    PLD
    (OB is already displayed in
    header of print report)
    on first page only?
    How to display Closing  Balance
    in General Ledger
    PLD
    (CB is already displayed in
    footer of print report)
    on Last page only?
    Thanks,
    With regards,
    Jeyakanthan.

    Hi,
    If you open General Ledger Report and after selecting customer code you will see the Print Preview. On that time, one window opens and asks you to select any one from two options.
    Option 1 : Book of Accounts
    Option 2 : Subsidiary Account
    In both the Options, PLD has Opening Balance in Repetitive Area Header and Closing Balance in Repetitive Area Footer. So, it will when Report grows more than one page and if you want to see both the Opening Balance and Closing Balance in all the pages then you should Tick the Check Box "Display Repetitive Area Footer on all Pages" . So that you can view OB and CB in all the pages.
    Raja.S

  • I have a MacBook Pro 15" 2.53GHz Mid2009.. updated to Lion which is now 10.7.3 build 11D50b... when I close lid and connect to Cinema Display, display will not activate... disconnect display, open lid laptop display will not activate... used to work fine.

    I have a MacBook Pro 15" 2.53GHz Mid2009.. updated to Lion which is now 10.7.3 build 11D50b... when I close lid and connect to Cinema Display, display will not activate when keyboard/mouse used... disconnect display, open lid and laptop display will not activate... only way out is hold power button.  Worked fine before Lion update.   Any Advice?

    Thanks very much Coander15... I've printed the doc you pointed me towards and I'll run through it.. hoping it helps!
    Before I installed Lion I simply hit any key on the keyboard or clicked the mouse...
    The keyboard is USB (usually connected to monitor which is connected to laptop... have tried direct connect to laptop as well with no luck) and mouse is USB wireless to one of those tiny plug in's... have tried direct connect USb mouse as well with no luck.
    I could plug the closed/sleeping laptop into the monitor and unplug from the monitor without incident all day/night... always worked fine. 
    Had heard something about this happening w/ Lion but went ahead anyway. 
    Oh well...
    Hoping your pointer helps... will let you know how it turns out.  Thanks very much for responding!!!

  • Customer Opening Hours Vs V_V2

    Dear All,
    We have special requirement, when a customer places order it has to take consideration in to the customer opening hours in to consideration, for example if the customer opens only on TUE and Thurs if he places order on Friday it has to give automatically TUE as delivered date, incase there is no stock we have standard 6 weeks date will be given by the system and this date also need to be the date of customer opening day.
    This is all happing fine when we create the sales order with the fully stock, when there is no stock partial stock and when we have more than one schedule lien at sales order level it is working fine.
    But when I Run the V_V2 for rescheduling the sales and stock transfer requirement transaction., that means in case if I have any stock coming in to my ware house before the date is given in the sales order schedule line, in the program it shows me confirmed date for the rest of the qty as goods received date + GR Processing Time From MRP1 from material master.
    Here the problem is in this program it is not taking into consideration of customer opening hours from customer master.
    This gives the new date just after the goods receive date, but I want customer opening hours to be considered that means if the customer is opened on TUE even though I receive the Goods on Friday I don’t want to deliver on Monday I want the deliver date to be Tue only.
    Any Idea how can I achieve this???
    V_V2 (Standard)
    The 'Rescheduling' program (SDV03V02) processes sales document items that are contained in the item directory for the material. It takes into consideration open items and schedule lines from stock transfer items, stock transfer scheduling agreements and purchase order requests (items only), referred to hereafter as stock transfer documents, for the materials.
    Thanks & Regards,
    Sundu

    hello, friend.
    try this...
    1.  first, define a customer specific calendar using t-code SCAL.  this calendar can include the days the customer is open.
    2.  using XD02 or VD02, go to the Customer Master > General Data > Unloading points tab.  in here, specify the unloading point and the calendar.  (however, this may entail additional config on your part).
    regards.
    Edited by: jonathan yap on Feb 19, 2008 6:41 PM

  • UCCX 9.0 - Flexible open hours/dates

    Hi All,
    I’m new to uccx scripting and I need some advice...
    We currently have a number of live queues setup with hard coded open hours and dates. (i.e. 9am-5pm and closed for holidays)
    Now the company wants to move to a more a flexible model.
    The ideal solution is that we have a structured model, with supervisors having the ability to temporarily shut the queue (non-emergency messaging) or open the queue in and out of normal operation hours.
    Any advice/solutions would be greatly appreciated.
    Thanks
    Oliver

    You need to define a bit more about what it is that you need.
    I.e.,
    How should people access the interface?  TUI?  Web?  Both?  Other?  Additional?
    How do you authenticate users to the interface?  User ID + Password?  Simple PIN?  Other?
    How do you authorize users to change the specific queue or department?
    However, I can tell you from experience the most popular solution for opening and closing a call center at any given moment, is to log in an Agent account that you check for in the script.  E.g., Agent name cs_closed, and your script checks their log status.  If they are logged in, then you close the call center.  I don't like this method because it burns an Agent license.
    I would suggest just storing a value in a text file in the repository to achieve the same thing, but instead of logging in an Agent to "flag" the change, create a simple little IVR that allows callers to "flag" the text file, and then your calling script just reads the flag.
    Here's a recent post I made, describing one way to achieve this:
    https://supportforums.cisco.com/message/4147363#4147363
    Outside of the popular option, there's holding values on an external source: databases if you have premium, web servers if you have enhanced or standard.
    If the times are variable but within a limited set of combinations, then you could just have a switch step switching which Time of Day block is being used based on that same text file solution above.
    You could also write your own Time of Day step by using simple logic such as:
    If (T[now] >= start && T[now] <= end)
    And then your start and end variables could be application parameters for which your admins can log into UCCX to modify.
    Anyway, lots of options here, too many to go through.  Do you have more specific questions?
    Anthony Holloway
    Please use the star ratings to help drive great content to the top of searches.

  • Displaying Open Office word doc in browser using JavaFX

    My requirement is to display open office doc in my application for modification

    Hi. The following works for Microsoft Word docs and Notepad.
    import javafx.application.Application;
    import javafx.event.ActionEvent;
    import javafx.event.EventHandler;
    import javafx.scene.Group;
    import javafx.scene.Scene;
    import javafx.scene.control.Button;
    import javafx.stage.Stage;
    * @author gusaros
    public class OpenOffice extends Application {
         * @param args the command line arguments
        public static void main(String[] args) {
            Application.launch(args);
        @Override
        public void start(Stage primaryStage) {
            primaryStage.setTitle("Hello World");
            Group root = new Group();
            Scene scene = new Scene(root, 300, 250);
            Button btn = new Button();
            btn.setLayoutX(100);
            btn.setLayoutY(80);
            btn.setText("Hello World");
            btn.setOnAction(new EventHandler<ActionEvent>() {
                public void handle(ActionEvent event) {
                    String[] cmdArray = {"cmd", "/c", "start", "c:\\fdres.doc"};
                    try {
                        java.lang.Runtime.getRuntime().exec(cmdArray);
                    } catch (Exception s) {
            root.getChildren().add(btn);
            primaryStage.setScene(scene);
            primaryStage.show();
    }

  • Customer opening hours not pulling...

    Hi All,
    Created purchase order & then delivery. But when I go in the delivery header-shipment tab - Ship to party and over there I can see
    Delivery date but not the opening hours.
    Its showing  00:00 - 00:00 and 00:00 - 00:00
    I looked into the PRD example provided by the user - uploading point and opening hours are maintained over there.
    I also tested in the same scenario in sandbox no openining hours pulling up.
    This is happening only for France customers.

    Hi,
    agree with Murali
    please go to shipping point and route to check whether 'time in hours/minutes' is maintained;
    - for shipping point, please firstly setup working times, and then maintain pick/pack and loading time in hours/minutes
    - for route, please maintain travel duration and transportation lead time in hours/minutes

  • Iphone 4 Display opens app by himself after 6.1.2. Update

    After the Update to 6.1.2. on my Iphone 4 the display opens App by himself without touching it - made several reinstallation incl. DFU Mode and manual update without any success. The Iphone mostly starts to open favorites and notices and video app - sometimes you can write SMS without any problem sometimes you are unable to touch the right butto.. If you touch the home button double and try to close apps but you are not able to close the apps or you did not get in the mode to close apps - ths iphone conditions is like new no scatches , never felt down , no water - just update from 5.0 to 6.12
    PLS HELP - THANKS

    Still having this issue - used to be able to connect prior to this update - The iPhone has no problem auto joining the local Cable WiFi - but still doesn't show the Time Capsule WiFi SSID's in the list. iPad and three other Macs see and can join the Time Capsule WiFi.

  • CSCue79218 - Add support for multiple managers for EIM/WIM users

    Hi Cisco BU,
    Which release of Cisco EIM/WIM will this feature be introduced in?
    Thanks,
    Yav

    I honestly have no clue. Not a product I have any contact with.

  • EIM WIM v4.3(1) installation error

    Hi all,
    In my current setup
    a) 3 servers running app/msg/serv, database and web server all within the same domain
    b) broadcom hotfix was deployed
    c) windows authentication was used
    d) installation was done on the 1st server where all components were selected except web server.
    e) did a reinstallation of jdk & eim/wim was but unsuccessful as well
    Some errors were seen in the install log file. The main one seem to be related to application server <-> database server communication. The 3 databases (master, active, archive) were created by the installation. Subsequently there are few other errors (attached)
    <@> ERROR <@> [51:Thread-15] <@> ProcessId:588 <@> PID:0 <@> UID:12 <@> HttpSessionId:  <@> com.egain.platform.framework.dataaccess.dbconnectionfactory.DBConnectionFactory <@> initialize <@> I18N_EGPL_DATAACCESS-DRIVER_NOT_FOUNDcom.inet.tds.TdsDriver <@>
    java.lang.ClassNotFoundException: com.inet.tds.TdsDriver
    at java.net.URLClassLoader$1.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClassInternal(Unknown Source)
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Unknown Source)
    at com.egain.platform.framework.dataaccess.dbconnectionfactory.DBDataDriver.initialize(DBDataDriver.java:74)
    at com.egain.platform.framework.dataaccess.dbconnectionfactory.DBConnectionFactory.initialize(DBConnectionFactory.java:191)
    at com.egain.platform.framework.dataaccess.dbconnectionfactory.DBConnectionFactory.initialize(DBConnectionFactory.java:100)
    at com.egain.platform.framework.dataaccess.dbconnectionfactory.DBConnectionFactory.<init>(DBConnectionFactory.java:73)
    at com.egain.platform.framework.dataaccess.dbconnectionfactory.DBConnectionFactory.getInstance(DBConnectionFactory.java:92)
    at com.egain.platform.framework.dataaccess.DataAccess.getDBConnection(DataAccess.java:4207)
    at com.egain.platform.framework.dataaccess.DataAccess.executeDirectUpdate(DataAccess.java:689)
    at com.egain.platform.module.installer.ConfigureDatabaseServer.updateDatabaseTables(ConfigureDatabaseServer.java:150)
    at com.egain.platform.module.installer.ConfigureDatabaseServer.<init>(ConfigureDatabaseServer.java:54)
    at com.egain.platform.module.installer.ConfigureeGainService.install(ConfigureeGainService.java:50)
    at com.zerog.ia.installer.actions.CustomAction.installSelf(DashoA10*..)
    at ZeroGabm.run(DashoA10*..)
    Thanks!
    -JT-

    RK,
    Does the c:/users/rkm/x/apex/images folder exist?
    Does it contain lots of images?
    If not, what is the full path where /apex/images was unzipped?
    The parameter to the apxldimg script needs to point to the folder that contains the apex folder.

  • EIM/WIM: How to install MeadCo Security Manager?

    Hi,
    While logging into an EIM/WIM agent console an agent does not get the following message:
    This site might require the following ActiveX control: 'MeadCo's Security Manager from ... Click here to install...'
    As a result we cannot use the two-way cobrowsing feature of EIM/WIM.
    Please note we set cobrowsing attributes in the department and partition settings accordingly to allow that feature and in IE7 as well.
    What is wrong? How do we launch cobrowsing?
    Thanks.
    Igor

    [email protected] eGain, true cobrowsing is done with another product that you install. This was available with 4.2.x and could be used with 4.3 early release, but CoBrowse is not included in the 4.3 product set from Cisco. CoBrowse is a difficult problem because of dynamic content management and all the rules and security settings required, and by understanding is that Cisco did not think it was ready. My understanding is that it will be added later, along with pro-active chat etc.Just to make sure we are talking about the same thing .... what is it you wish to do? Follow me browsing driven by the customer?Regards,Geoff
    Hi Geoff,
    Thanks for your help.
    Yes, we do want to use cobrowsing driven by an agent or a customer, i.e. the "follow me" feature.
    So, if I understood you correctly we have to wait until Cisco implements this feature.
    Thanks.
    Igor

Maybe you are looking for

  • Live!cam Voice bad sound quality

    I bought a live cam voice two days ago and have had to get it exchanged already due to the appalling sound and picture quality. The original cam would not allow over 640x480 resolution for video, the picture was dark and muddy, the exposure control d

  • Can you disable Synching in a .mobileconfig?

    We don't want users to be able to synch with their copies of iTunes. Is there a way to disable it in a .mobileoconfig file?

  • How do I prevent Firefox from automatically placing me in the tab that is created when I click on a link?

    For example, sometimes I want to open all the links in a "Google Alerts" email in new tabs BEFORE I look at any of them. By default, I have to keep clicking back to the original email after I click each URL. I want to be able to open multiple links i

  • ICal alarm won't "drag and drop" with changed dates?

    I frequently change appointments on my calendar from one date to the next, but the alarm time stays with the original date and time (so it never alarms or chimes on the new appointment date). Any ideas on how to get it to change along with my drag an

  • Swiss Time Replica, Swiss Watch Replica Esq

    Internet businesses have become popular. Many people are searching for personal professions which entail minimum as well as absolutely no expense. If you do not wish to ask for place of work as well as invest in a very business; you'll be able to tur