Integrating "Chat Now" functions

My client wants one of those "Chat Now" applications
integrated into his
website. Anyone have any experience with these? If so, I'd
appreciate a
referral to a reputable company that offers these live chat
sessions and
also any information about how to integrate with my DW site.
Thanks!!

Hi,
i finally found a solution. So if someone is interested...
In tomcat installation file catalina.properties i added common.loader=${catalina.base}/lib,${catalina.base}/lib/*.jar,${catalina.home}/lib,${catalina.home}/lib/*.jar,{path to birt jars}/lib/*.jar
Kind regards

Similar Messages

  • In the last few days, I've encountered a problem with scrolling with my up & down keys. The up & down keys seem to, now function as Home & End keys. MyPage Up & Page Down keys seem to do nothing. What is wrong?

    In the last few days, I've encountered a problem with scrolling with my up & down keys. The up & down keys seem to, now function as Home & End keys. MyPage Up & Page Down keys seem to do nothing. What is wrong?

    Hit the '''F7''' key, you probably have Caret browsing turned on.
    http://kb.mozillazine.org/Accessibility.browsewithcaret

  • In Numbers, how do I lock in the date and time data when an IF/THEN formula is used with the "NOW" function?

    In Numbers, how do I lock in the date and time data when an IF/THEN formula is used with the "NOW" function?
    =IF(I127,NOW()," ")
    I127 equals a check box. The formula retuns a value of the current date and time when a check is placed in the box. How does one lock that date and time so that it cannot be changed?

    I don't think it is possible to lock in the date and time using a formula. You could put NOW() in a cell, copy, and Edit Paste Formula Results where you want the result.
    Or if you are "time stamping" a lot, you may find this Automator Service (Dropbox download) helpful. It puts a "Today" function (actually it should be named "Now" because it includes both date and time) in your Services menu like this:
    Just doubleclick the .workflow package to install it. You may have to click "download anyway" in System Preferences > Privacy & Security.
    If you want you can assign the service a keyboard shortcut in System Preferences here:
    SG

  • JAVA and MYSQL NOW() Function only displays year?

    I have run into something interesting with running the MYSQL NOW() function.
    Here is what I'm running:
    SELECT  NOW() from databaseThis gives me "2010" only. Any idea why this may be? If I run the same mysql query in mysql from the command line I get the correct output "2010-01-14 14:10:03".
    Has anyone else seen this behavior?
    Edited by: crusherdestroyer on Jan 14, 2010 12:19 PM

    I'm not doubting that. Here is how I'm using it.
    import java.util.Date;
    String userName = "username";
                   String password = "password";
                   String url = "jdbc:mysql://localhost/database";
                   Class.forName ("com.mysql.jdbc.Driver").newInstance ();
                   conn = DriverManager.getConnection (url, userName, password);
                   //System.out.println ("Database connection established");
                   Statement s = conn.createStatement ();
                   s.executeQuery ("SELECT NOW() from database' ");
                   ResultSet rs = s.getResultSet ();
                   int count = 0;
                   Date timenow = null;
                   while (rs.next ())
                       timenow = rs.getDate ("NOW()");
                    ++count;
    System.out.println (timenow);Tried this too.
    String userName = "username";
                   String password = "password";
                   String url = "jdbc:mysql://localhost/database";
                   Class.forName ("com.mysql.jdbc.Driver").newInstance ();
                   conn = DriverManager.getConnection (url, userName, password);
                   //System.out.println ("Database connection established");
                   Statement s = conn.createStatement ();
                   s.executeQuery ("SELECT NOW() from database' ");
                   ResultSet rs = s.getResultSet ();
                   Date timenow = null;
                       timenow = rs.getDate ("NOW()");
    System.out.println (timenow);Edited by: crusherdestroyer on Jan 14, 2010 2:04 PM
    Edited by: crusherdestroyer on Jan 14, 2010 2:07 PM

  • ODBC 'NOW' function in prepared statement?

    I'm writing a class that logs data to a ODBC datasource (using JDK 1.5). I've set up a link to a Microsoft Access database to test against.
    I've written a couple of prepared statements, that all work well. Now, I'm trying to add a timestamp in a column, and things go wrong. I'm not seeing why. Can anyone point out my mistake?
    first, I'm checking if the ODBC datasource has the 'NOW' function available:
    if (!this.con.getMetaData().getTimeDateFunctions().contains(",NOW,") )
      System.err.println("ODBC datasource does not provide the 'NOW' function. Timestamps will not be logged!");
      this.pstmInsertItem =
        con.prepareStatement("INSERT INTO myTable (id, ip, endUser) VALUES (?, ?, ?);
    else
      this.pstmInsertItem =
        con.prepareStatement("INSERT INTO myTable (id, timestamp, ip, endUser) VALUES (?, NOW(), ?, ?);
    }Sadly, once filled out and executed, a SQLException is thrown. getMessage() tells me: "[Microsoft] [ODBC Microsoft Access Driver] Syntax error in INSERT INTO statement."
    A few things that are odd:
    If I remove the 'timestamp,' and 'NOW(),' from the latter prepared statement (thus making it similar to the first query), the query executes fine.
    If I execute the query in MS Access directly, timestamps are logged perfectly (I have to leave out the () after NOW though).
    The statement below does execute perfectly, even though it makes use of another ODBC function: "SELECT MAX(id) FROM myTable WHERE " (...and so on).
    I've tried several variations of the NOW function (NOW, now, NOW() etc) but none of them seem to work. Can someone help me out here?

    Well, one reason to use database-supplied timestamps rather than client-supplied timestamps is that you often have only one database host but may have multiple clients whose system times aren't effectively synchronized. In other words, since a DB date function like SYSDATE can change the source of the time from client to server, it's NOT an exact functional equivalent to the java.sqlTimestamp class. This can be especially true with Swing apps; you don't exactly want an important date to have the client-side date when the user has (accidentally) set the system date ahead 2 months when seeing what day of the week Christmas falls on this year.
    I don't think this reasoning applies to MS access (I'm guessing that the client time is actually used by NOW() in Access - how could it not given the architecture?), but there are lots of other good reasons for being non-portable, not least being when you really truly know you're never ever going to port the code to another DB.
    Portability is just another tool in the toolbox; a good developer uses the right tools for the job and knows when portability is being broken. Newbies of course don't know the value of portability and don't know when they're breaking it.
    And our poor original poster has already pummeled himself about the reserved word...

  • Integration of calender functionality in the Custome form in Oracle apps.

    Hi,
    Thanks for all the support.
    I required one more help about integrating the calender functionality in the costume form of r12 Oracle Apps.
    Can Any body just give me the steps for the integrating the calender functionality. in R12 Oracle apps form.
    I have done the steps as like the 11i but its not working. Its urgent and I hv very less time to buid this form.
    Thanks
    Nihar

    Please see "Oracle Applications Developer's Guide", Page 9-18
    Oracle Applications Developer's Guide
    http://download.oracle.com/docs/cd/B53825_03/current/acrobat/121devg.pdf
    Thanks,
    Hussein

  • Question about NOW function

    Hi,
    I'm trying to use the following PL/SQL statement:
    select now from dual;
    It should return the date/time, and it won't work. It works in another instance of HTMLDB that I have installed pointing to a different database instance, running the same version of Oracle (10.1.0.2.0). Does anybody know what could be happening? Does this function still exist?
    Thanks,
    Nora

    I just wanted to add:
    If I run SQLPLUS from a command prompt, in one database instance, NOW is defined, and in the other instance, it is not:
    INSTANCE 1:
    SQL> select now from dual;
    NOW
    09-NOV-05
    SQL> describe now;
    FUNCTION now RETURNS DATE
    INSTANCE 2:
    SQL> select now from dual;
    select now from dual
    ERROR at line 1:
    ORA-00904: "NOW": invalid identifier
    SQL> describe now;
    ERROR:
    ORA-04043: object now does not exist

  • How do u get help from apple support with iChat? I was able to chat with support last week to solve my problem but now the same issue is back and I don't see the option to chat now?

    qHow do u get help from apple support with iChat? I was able to chat with support last week to solve my problem but now the same issue is back and I don't see the option to chat now?

    For what it is worth I have noticed a similar issue from the iPad3 while at work and home. At work we have two Apple TV 3rd Generation installed and tied to our A/V system. I believe the issue has to do with a timeout on the broadcast saying "here I am" and allowing devices to connect.
    For example:
    At work we have several Wi-Fi SSID being broadcast from Cisco APs. The only one we can use with the Apple TV is the one that uses a WEP since the others are either setup to be hidden, require web page authentication, or have a login requirement from employees. Essentially, what I believe the issue is that the Apple TV periodically broadcasts a message to other iOS devices that support Mirroring. When the Apple TV does not get a response from a device it goes into a dormant mode and requires either a command from the remote control or a reboot. This has been tested with both the power management enabled and not enabled with the same results.
    As for when I come home, the Apple TV3 has not seen the device in some time and therefore is not broadcasting it's location information. A simple click of the circle or menu keys on the remote will give it the command to start broadcasting again and allow the iPad3 to see the Apple TV. When trying to Home Share the computer can not play (iTunes 11, Win8RTM) until the Apple TV is awoken then it will show up for mirroing.
    This may or may not assist you but, it hopefully explains how the issue may be happening.

  • Calculating time lapsed using Now function

    I have a column named Time Lapsed which is the difference between the present time and the event occured time. How will I use now() function to evaluate. let's say I have a datetime field called 'EventTime'. I tried the following calculation
    now() - EventTime but doesn't seem to work. Please advise.
    Thanks

    Hi Payal,
    I created a data object calculated field "Now" : Now()
    and a calculated field TimeSpan : Now - EventTime
    where EventTime field is a datetime field which gives when the event occured.
    Issues faces is the TimeSpan field should keep ticking like a Stopwatch, but this one only gives the value on loading.
    How will I get around this. Any use case?

  • Apple "Chat Now" Feature Won't Work in Safari

    Every-time I try the Chat Now feature on the Apple Store page, it says "TEXT/IMAGE FOR SYSTEM NOT AVAILABLE"
    Is there a way to make Safari work with this? I've tried using Firefox and still the same problem.
    Thanks,
    Mason

    I'm not sure if it is a problem. Some people on other forums say it works for them. Actually about a month ago it worked for me in Firefox.

  • Why does NOW function in Numbers supports only Pacific Time? How can I change it to my local time?

    When I insert the NOW () function in any cell while using Numbers, it inserts the cell with Date & Time. The problem is that it comes up with Pacific Time. It somehow doesnt support the local time zone. I have made sure that the time zone of my device is set right. Is there anything that can be done to change this?

    So what you want is for it to say Lebanon (English)?  If so, see if this helps:
    http://m10lmac.blogspot.com/2012/05/fixing-custom-english-region-settings.html

  • TS1292 Where is the 'Email Us' or 'Chat Now' button?

    Where is the 'Email Us' or 'Chat Now' button?

    Welcome to the Apple community.
    If you are referring to iWeb, then these features do not work outside publishing to MobileMe, which is of course going away. You will need to find an alternative to these features.

  • Issues with integrating Java script functions in OBIEE 11G

    Hello experts..
    I am trying to integrate some Javascript functions in my OBIEE 11G Dashboard..
    I have modified the original common.js file and renamed it as insight_common.js in the following directory (backed up the original file of course)
    OBIEE 11G Folder/user_projects/domains/bifoundation_domain/servers/bi_server1/tmp/_WL_user/analytics_11.1.1/7dezjl/war/res/b_mozilla/insight_common.js
    In my dashboard, I have a dashboard object as text component where I have checked 'Contains HTML Markup'. I have written the following code:
    hello
    <script src="/res/b_mozilla/insight_common.js" type="text/javascript"></script>
    <script type="text/javascript">
    sayHi();
    </script>
    However, when I launch the dashboard, it is not working.
    In the Google Chrome browser as I inspected the element to investigate the reason, I am getting the following error under 'console'
    Failed to load resource: the server responded with a status of 404 (Not Found) http://localhost/res/b_mozilla/insight_common.js
    Uncaught ReferenceError: sayHi is not defined saw.dll:611
    It seems that OBIEE is not recognizing the new file that I made..
    Is there a way around this?
    Thanks

    Srini
    I don't have backgrounds in coding, so a lot of what I wrote came from my own researching...
    Now I have tried your latest suggestions again as the below:
    1.<script type="text/javascript" src="res/b_mozilla/insight_common.js">
    sayHi();
    </script>
    and
    2.
    <script type="text/javascript" src="res/test.js"></script> ----- in my case: <script type="text/javascript" src="res/b_mozilla/is_common,js"></script>
    Now both codes this time do not yield any outputs when launching the dashboard. The section is blank and the preview of the Text section in the dashboard is blank as well..
    So, are you sure these are all the steps I need to take to call javascript function in OBIEE?
    Do I need to define anything in weblogic or other places?
    I hope I am not missing any steps..
    Thanks and let me know..

  • Calculated List column with Now() function

    I am designing a Sharepoint list for recording entry and exit times. I have one column which has been set as time function with a calculation of =Now() a second column called [Out] with a Yes/No choice and a 3rd calculated column [Time Out] with a
    formula =IF(Out="Yes",NOW(),"On Site"). This works fine until you add data into other columns then the [Time Out] column keeps on changing time. How can I make the[TimeOut] column only show the time when the [Out] column changes to yes
    and keep that time.

    Hi
    another approach
    if first column represent the time when the item is creted, you don't need it. You could use [Created] column value
    Next, set [Out] columnn with default value NO, and next you can use 2 scenarios
    First one  -  you don't use the calculated column, you create a new one  [TimeOut], text column. with default value="On Site"
    You should also attacha  workflow to your list, which will start when an item is changed ( only in this case ! ) wnd which will analyse if [Out]=yes - in this case will fill [TimeOut] with string value for now() value
    Second one. you keep the calculated column, but the formula should contain converting datetime in string value
    More details about this formula for converting time in text
    http://msdn.microsoft.com/en-us/library/office/bb862071%28v=office.14%29.aspx
    Romeo Donca, Orange Romania (MCSE, MCITP, CCNA) Please Mark As Answer if my post solves your problem or Vote As Helpful if the post has been helpful for you.

  • Integrated Planning:  Planning Functions in the Web - Issues with Binding

    Hi
    We are on SPS 11 and are having some difficulties getting our Planning Functions to execute corerctly in the web templates.
    I have created a simple planning function that performs a distribution.
    The Planning Function works as expected using the plannning wizard and ristricts the data based on the Filter that I have created on the Aggregation Level as well as the Planning Function Selections.
    I have created a query and web template that contains the same restriction as the filter in my aggregation level. The Agg Level filter / planning function and Query Filter all contain the Hierarchy Node Variable ZN_CC1 for the standard Cost Center Hierarchy.
    I have created the following 4 Planning Buttons to test the execution of the Planning Function in the Web:
    1. Planning Function Simple. Binding ref to the DP_1 (Query), Variable = Hierarchy Variable ZN_CC1, Planning Function ZDistrib1.
    2. Planning Function Simple. Binding ref to the DP_1 (Query), Variable = Variable Input String Default ZN_CC1, Planning Function ZDistrib1.
    3. Planning Function Simple. Binding ref to the DP_1 (Query), Variable = Hierarchy Variable ZN_CC1, Planning Function ZDistrib1. Display variable property selected.
    4. Planning Function Simple. Binding ref to the DP_1 (Query), Cost Center Characteristic Data Provider Selection Default, Planning Function ZDistrib1.
    When the query is executed and a node representing a group in the hierarchy is selected the query is executed and is input ready for the selected group. This is a subset of the hierarchy.
    When the above planning fucntions are executed the following results display.
    1.  The planning function is executed however it is not restricted to the selection based on the hierarhcy variable node selected by the user.  The planning function is executed for the entrire hierarchy.  It is not restricted by the cost center hierarchy node variable value.
    2. The planning function is executed however it is not restricted to the selection based on the hierarhcy variable node selected by the user.  The planning function is executed for the entrire hierarchy.  It is not restricted by the cost center hierarchy node variable value.
    3. The variable popup displays and a hierarchy node is selected. The planning function is executed however it is not restricted to the selection based on the hierarhcy variable node selected by the user.  The planning function is executed for the entrire hierarchy.  It is not restricted by the cost center hierarchy node variable value, that was entered when prompted.
    4.  The planning function is executed however it is not restricted to the cost center selection based on the query DP1. The planning function is not restricted by the cost center selections.
    HOWEVER,
    If I goto to the filter web item and edit the cost center filter by selecting and adding all available cost centers to the filter.  (This list of cost centers is restricted to the cost centers subordinate to the hierarhcy node selected in the variable)
    When the above the planning functions are executed the function is now restricted to the cost centers added to the filter as explained above.
    If anyone has had a similar issue with Planning Functions executing for data outside of the Dataprovider Selections I would be interested to know how you managed to get the planning function to retrict to the DP Selections that include hierarchy node variables.
    If anyone from SAP can comment before I raise this as an OSS issue it would be much appreciated.
    Thanks in advance.
    Ian

    Hi
    Just wondering if this is the correct forum to post BI IP questions?
    Any comments if this the right forum.
    Thanks
    Ian

Maybe you are looking for

  • Why is the 'Straighten' tool so crude?

    Ok, it does what 'it says on the tin', fair enough. But ANY deviation from the original using the straighten tool softens the image drastically. This can be seen by slowly moving the slider back to the 0 position : you will see the image suddenly cri

  • Managing dbs with same names on different hosts in GC 10.2.0.3

    I saw this post: Ideas needed - monitoring same DBName in manual standby But my issue is we have an environment that keeps the same db names for production, development, uat etc... Dbs are 10.2.0.3 on Solaris 10. GC is 10.2.0.3 on windows. e.g. i hav

  • Synching CALENDARS as CATEGORIES

    I want to be able to sync To Do's between iCal and Palm Treo 600. I want the CALENDARS in iCal (V2) to be the CATEGORIES within Palm. And for Address Book, Groups with Categories in Palm Contacts. iSync doesn't do this...is there any conduit that doe

  • FORMAL REQUEST

    Since I made the decision to explore Flex as a development tool, I've been continually astounded by the sheer power of the application. In the beginning, the migration from the Flash IDE to Flex seemed daunting. The further I went, however, the more

  • Macbook pro retina 13 late 2013, usb ports are intermittent with iPhone

    Macbook pro retina 13 late 2013, usb ports are intermittent with iPhone when i connect my iPhone 5 to the laptop it keeps connecting and disconnecting, I've had this problem since owning the macbook. change of cables makes no difference neither does