BT Yahoo Currency Converter problem

On my home page, the BT Yahoo Currency converter table has stopped populating the table with data. Now just shows an empty table. Used to work fine. Any explanation regarding why this has happened and how I can fix it?

Hi Frankah,
Thanks for the message and welcome to the forum.  I can try and find out why this has happened.  Has this change only only recently happened?  Have you changed anything on your Homepage?
Cheers
Sean
BTCare Community Manager
If we have asked you to email us with your details, please make sure you are logged in to the forum, otherwise you will not be able to see our ‘Contact Us’ link within our profiles.
We are sorry that we are unable to deal with service/account queries via the private message(PM) function so please don't PM your account info, we need to deal with this via our email account :-)

Similar Messages

  • Currency Converter doesn't have all

    Currency Converter widget works with Yahoo. I checked yahoo currency converter service, thay have a lot of currencies. But apple widget doesn't have.
    Why, and how can I add others.

    The way to do it is to go to news feed, this has your online contacts on the right hand side, when in panorama.
    It's the first time I have found the answer so happy to be famous!

  • I want to restore my home page the way it was before I downloaded Firefox 4 which destroyed my home page features (news, currency converter, horoscope, weather etc.) so I deleted Firefox 4 and re-installed Firefox 3.6.17.

    The look of my home page was perfect with Firefox 3.6.17. I had a strip of whales breaching around the Google logo. Underneath I had all kinds of wonderful things (I forget what they're called) on the page which was divided into sections: weather, CNN, Reuters, currency converter, Rick Levine's daily horoscope, health tip of the day etc. I promptly removed FF4 because my home page was totally ruined and I can't figure out how to restore all these wonderful easy features. Could you kindly help me or has FF totally changed the entire home page layout and I shall never be able to restore them. I have saved a copy of my Profile on my USB stick. I have a MacBook OSX 10.5.8. Sincerely, Myrna Goldstein

    I, too had my book marks disappear when I upgraded to FF 4.0
    I am now back and enjoying FF 3.6.17 (my original) yet I am still
    without my book marks and am floundering trying to recoup.
    Any help appreciated. If unable to see my book marks in the near
    future I will definitely jump ship. It's too bad that FF people have
    created this problem. I am mystified and disgusted with their actions.

  • Only ConverterServlet.class is in the APPS directory from the currency converter sample?

    I have this problem, the deploytool won't extract files to iPlanet/ias6/ias/APPS directory when I deploy my bean which I intent to use rich client to access and has no web application. Today I took someone's advice and deployed the currency converter sample and found out only the ConverterServlet.class was extracted in my APPS/j2eeguide/converter folder. It is really strange as only the web application file was extracted. I am using AIX Unix with iAS 6.0 SP1 installed. I check the ksvradmin and kregedit and all is there. Please help.

    Hi, I don't know what the necessary patches are but I tried to deploy currency converter sample on my laptop which has iPlanet installed. The folders of ejb and servlet are there in the APPS. I upload the very ear file on my laptop to the AIX and then use j2eeappreg to deploy it. Guess what, no luck. Can I be sure that it is the problem of the AIX? I didn't set up the AIX enviroment so I will have to consult others if it is the AIX enviroment.

  • Building a basic Currency Converter

    Hi, I am trying to build a pounds to euro, euro to pounds currency converter. The user enters the current exchange rate, what they want to convert and how much. I am trying to use a main class as a command line interface and a class to do the maths. My problem is trying to get them working together as I'm not great with classes. This is what I have so far... the problem is with the Converter converter = new Converter(); line. If I hover over the error symbol in Netbeans it says 'Cannot find symbol'.
    package Assignment1;
    import java.util.Scanner;
    * @author Aaron
    public class Interface {
        public static void main(String[] args) {
            Scanner scan = new Scanner(System.in);
            Converter converter = new Converter();
            double exchangeRate;
            int convertOption;
            double amount = 0;
            System.out.println("Welcome to the Currency Converter!");
            System.out.println("Please enter the current exchange rate for " +
                    "Pounds to Euros");
            exchangeRate = scan.nextDouble();
            System.out.println("Convert Pounds to Euros (1) or Euros to Pounds" +
                    "(2)");
            convertOption = scan.nextInt();
            while (convertOption == 1 || convertOption == 2) {
                System.out.println("How much would you like to convert?");
                amount = scan.nextDouble();
            if (convertOption == 1) {
                amount = converter.poundToEuro(exchangeRate, amount);
                System.out.println("" + amount);
            if (convertOption == 2) {
                amount = converter.euroToPound(exchangeRate, amount);
                System.out.println("" + amount);
            if (convertOption != 1 || convertOption != 2) {
                System.out.println("Not a valid option. Please re-run the " +
                        "program.");
    package Assignment1;
    * @author Aaron
    public class Converter {
        private double exchangeRate;
        private double amount;
        private double result;
        public Converter(double exchangeRate, double amount, double result) {
            this.exchangeRate = exchangeRate;
            this.amount = amount;
            this.result = result;
        public double poundToEuro(double exchangeRate, double amount) {
            result = amount * exchangeRate;
            return result;
        public double euroToPound(double exchangeRate, double amount) {
            result = amount / exchangeRate;
            return result;
    }

    By the way:
    There's absolutely no need to do the string appending here:
                System.out.println("" + amount);Creating a field to hold values to return from methods is unnecessary and poor form; just make them local variables:
    public class Converter {
        private double result;
        public double poundToEuro(double exchangeRate, double amount) {
            result = amount * exchangeRate;
            return result;
        }I second the suggestion not to name your class "Interface". It's syntactically OK (because the keyword is lower-case) but it's still confusing.

  • My screen load times have slowed down to a crawl. I have to wait and wait for a page to load. (I know --dial -up) It used to be much faster a month ago before 5.0. Is it FireFox or do I look to Yahoo for the problem? I don't know how to sort it out.

    I use dial-up, FireFox 5.0, Yahoo addition 1.8. My screen load times have slowed down to a crawl. I have to wait and wait for a page to load. (I know --dial -up) It used to be much faster a month ago before 5.0. Is it FireFox or do I look to Yahoo for the problem? I don't know how to sort it out. Using Vista

    I'm having the same problem. Dreamweaver is supper slow. Uploading and downloads from the server... any server I use two different servers. It times out all the time. Menus are slow too.
    I'm on a MAC Pro, 6 gigs of ram no issues with anything else. I have talked to Apple they have checked everything for me. They say it's Dreamweaver. I've noticed the Dreamweaver is talking to the FTP even when I'm not doing anything.
    I've tried cleaning out my MAC caches, turning off file check and check out. Still really slow. I've worked with Dreamweaver for 6 years never any issues like this before. 18 seconds to upload a 4 kb file. 11 seconds to download the same file.

  • Currency convertion in 11.1.1.1

    Hi ,
    We are using 11.1.1.1 planning. In our multi currency application we have entity each entity assigned to one currency. we have defined exchange rates in planning application we gave the name currency rates to the table.
    we also assigned this table to scenario.
    when we enter data in functional currency for perticular entity and then we saved the data in functional currency. when we changed the currency in drop down to USD and also we ran the business rule that given by the planning tool. its not converting data.
    Iam just confused where i missed and what i missedto work the currency convertion as i expected.
    I really appreciate your help.
    Thanks,

    Have you done a retrieve (using the spreadsheet add-in) from Essbase to verify that the exchange rates were pushed to the cube?
    This retrieve can be a bit confusing, because Hyperion Planning actually stores these rates at upper levels in some dimensions. You'll want to retrieve on:
    - Currency (the top member from the dimension)
    - Version (the top member from the dimension)
    - Entity (the top member from the dimension)
    - Any other custom dimensions (the top member from the dimension)
    - Budget (or forecast, or whatever specific scenario you're referencing)
    - HSP_Rate_USD (or whatever specific currency you're reviewing)
    - HSP_Ending (or whatever specific rate type you want to review)
    I would recommend doing this retrieve directly against Essbase, and making sure you see some rates in the cube.
    Hope this helps,
    - Jake

  • Convert Problems/Solutions into Knowledge Articles

    Hi Experts,
    I am wroking on SAP CRM 7.0 SP06 and now we are planning to implement Knowledge Article functionality.
    I have done the all configuration settings and multilevel categorization, every thing working fine. Now I want to convert problems/solutions which already created in CRM and stored in SDB into knowledge article.
    Any one please guide me how can I convert existing problems/solutions into knowledge articles. Is there any report for this?
    Thanking you in anticipation.
    Regards,
    Babu.

    Hi Kevin,
    Well, I'm new on this and have only worked on CRM 6 & 7. I'll give you my advice regarding these CRM versions. I don't know if it is supported on CRM 5.
    IMG:
    CRM >> Enterprise Intelligence >> SAF >> Name and Configure KB
    You create and define you DB as you want: ACME INC
    CRM >> Enterprise Intelligence >> SAF >> Business Add-Ins >> BAdI: Knowledge Base
    Each knowledge base should have its own Add-In implementation. So you have to implement an Add-In based on Add-In definition CRM_SAF_KB_*: CRM_SAF_KB_ACME. You can follow IMG documentation.
    In my case, the add-in already existed, since Knowledge Article functionality is standard in 7.0. KB didn't exist, I don't know why. I just created it with the name assigned on the BAdI, compiled, and everything works fine now.
    Hope it helps.
    Regards.
    Pablo

  • Dynamic currency converter

    I am following the guide provided
    HERE to build a currency converter. The static converter works very fine, but I am having issue while building dynamic version of it. 
    Basically, I have designed it as below:
    1) Data flow task: Uses a sql query to get a distinct list of all the currencies being used in the fact table and store into a recordset object 'ObjCurrency'
    2) Foreach loop container:
    Iterates through all the values in 'ObjCurrency' and each value gets stored in CurrencyCode
    2.1) Script task: A message box is used to show the current currency code
    2.2) Web service task: As stated in the above guide, I am sending the CurrencyCode variable as a 'FromCurrency' and 'USD' is my 'ToCurrency' to get a dynamic WSDL for every CurrencyCode
    2.3) XML task: Used to get 'ConversionRateResponse'
    2.4) ScriptTask1: A message box is used to show the current ConversionRateResponse
    I am getting an error at 2.2 and the error is:
    [Web Service Task] Error: An error occurred with the following error message: "Microsoft.SqlServer.Dts.Tasks.WebServiceTask.WebserviceTaskException: Could not execute the Web method. The error is: Method 'ProxyNamespace.CurrencyConvertor.ConversionRate'
    not found..
       at Microsoft.SqlServer.Dts.Tasks.WebServiceTask.WebMethodInvokerProxy.InvokeMethod(DTSWebMethodInfo methodInfo, String serviceName, Object connection)
       at Microsoft.SqlServer.Dts.Tasks.WebServiceTask.WebServiceTaskUtil.Invoke(DTSWebMethodInfo methodInfo, String serviceName, Object connection, VariableDispenser taskVariableDispenser)
       at Microsoft.SqlServer.Dts.Tasks.WebServiceTask.WebServiceTask.executeThread()".
    Can someone please help me with this?
    Thank you in advance.

    Hi rockstar283,
    Based on my research, the issue always caused by the data type of input variable mismatch for the Web Service. For example, the input type for web service is String, the variable was of type Object. Obviously SSIS Web Service Task will not implicitly do
    a .toString() call on the input variable. So the issue occurs.
    To fix this issue, please change the type of the variable. For more details, please refer to the following similar thread:
    https://social.msdn.microsoft.com/Forums/sqlserver/en-US/1073ad37-ed05-4ab4-85e3-689e1cd17a68/ssis-web-service-task-error-with-wcf-service
    Thanks,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

  • Canon Powershot S120 Adobe Lightroom RAW converter problem

    Have a MacBook running Yosemite. I am an underwater photographer so rely on using White Balance to get colour into my photos. Since upgrading Lightroom from 5.3 or 5.6 to 5.7 all my Canon S120 RAW files change colour after import and become a wishy washy green.  As one moves along the filmstrip, the Histogram shows calculating and all the photos lose their colour, as if the White Balance is being removed. My previous catalogue, same camera, Lightroom 5.3 or 5.6 photos import as they look on the camera. Have discussed with Canon and they think an Adobe Codec RAW converter problem. Do you have additional Codecs for Canon S120? Canon happy to discuss problem.  Their reference: 1-3374995525. Please help.

    If you look at the Tint slider with As Shot WB set, you’ll see it is maxed out at 150 for all three of your sample images. 
    I think this means that LR’s DNG Profiles don’t have the range to entirely neutralize the WB so your images are left with the wrong WB and no way to fix it. 
    Adobe profiles don’t do a good job in extreme lighting situations, especially with an overabundance of blue light which underwater pictures typically have.
    You can mess with the Calibration sliders a bit and get some of the colors to be more like the camera-JPGs have, but some colors will still be different. 
    If you have an X-Rite color-checker, that you could photograph without getting it wet, then you could make a custom camera calibration profile for that specific lighting scenario and maybe it’d work, but maybe the profiles still can’t extend beyond a certain point.  I am also not sure how you’d keep the color-checker dry underwater.

  • How to add currency converter icon to toolbar

    Does firefox 5 have an icon for currency converter? How do I add a currency converter to a toolbar?

    Hi,
    You can enable currency in the reporting output using following steps:
    Query properties> Display> select Display scaling factors for key figures.
    but using this option currency($) will be displayed after the amount. it means key figure values will be displayed like 300$, 800$.
    hope it helps..
    regards,
    raju

  • Currency convertion from SKK  to EURO

    HI Friends
    A country is joining the Euro area on a particular date. we wish to change the currency customizing to reflect this change.  For example, Slovenkia is planning on joining the Euro area from  01.01.2009.
    so we wish to change from the existing currency to Euro in the BW System .
    Anybody can give some suggestions and necessery steps for that.
    ANY THING AND EVERY THING WILL BE REWARDABLE
    Thanks in Advance
    Regards
    RK

    Hi,
    exchange rate here is how one currency converted to another currency at certain date, e.g 06.07.2007 1 USD = 41 INR ...
    http://www.x-rates.com/d/INR/table.html
    in sap system (r/3, bw, ..) it's maintained in table TCUR*, for BW normally it's transferred from r/3 via rsa1->transfer exchange rates, and the update scheduled periodically.
    or you can upload the exchange rate via flat file
    http://help.sap.com/saphelp_nw04s/helpdata/en/36/412ae30cb511d5b2df0050da4c74dc/frameset.htm
    http://help.sap.com/saphelp_nw04s/helpdata/en/36/412ad80cb511d5b2df0050da4c74dc/frameset.htm
    take a look
    http://help.sap.com/saphelp_nw04/helpdata/en/ec/076f3b6c980c3be10000000a11402f/frameset.htm
    sample code in transfer/update rules check following
    CONVERT_TO_FOREIGN_CURRENCY or 'RSW_CURRENCY_TRANSLATION'
    currency conversion
    currency translation
    in query level, try to check 'how to use variable for currency conversion' doc
    https://websmp106.sap-ag.de/~sapdownload/011000358700005669792003E/How_to_VarCC_v3.pdf
    also
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/462fe790-0201-0010-3ca4-adfd89e4f9f2
    oss note 656863
    currency translation
    hope this helps.
    Regards
    CSM Reddy

  • WADL file for Currency Converter API

    Hi all,
    I have just started creating Project Siena application. I want to create a WADL file for currency converter API.
    I have got an app key for currency converter API but do not know how to use this app key & create  a WADL file so that I can use the functions provided by currency converter API in my Project Siena Application.
    I have gone through some of the examples of WADL configuration file but those are based on BingSearch & BingTranslator API.
    Please help me.
    Thanks,

    take a look at the early version of the WADL generator
    http://social.technet.microsoft.com/Forums/en-US/82c7b717-5100-423c-aa44-effed28caf74/wadl-generator-for-project-siena?forum=projectsiena
    Also, review this article
    http://technet.microsoft.com/en-us/library/dn690140.aspx on how to create a WADL to return JSON.
    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread. Regards, Harold Kless Microsoft
    Online Community Support

  • EZ Vinyl Converter problem transferring to iTunes - window appears  "mixmeister programme has stopped working and will shut down". Then the data is lost, and I have to try to record/transfer again.  I have now tried many times.

    EZ Vinyl Converter problem transferring to iTunes - window appears  "mixmeister programme has stopped working and will shut down". Then the data is lost, and I have to try to record/transfer again.  I have now tried many times.
    The deck is ION TTUSB05XL   Laptop   Asus V550C with Windows 8.
    Strangely I did manage to successfully transfer two tracks to iTunes, but all further attempts have failed.
    JJR

    EZ Vinyl Converter problem transferring to iTunes - window appears  "mixmeister programme has stopped working and will shut down". Then the data is lost, and I have to try to record/transfer again.  I have now tried many times.
    The deck is ION TTUSB05XL   Laptop   Asus V550C with Windows 8.
    Strangely I did manage to successfully transfer two tracks to iTunes, but all further attempts have failed.
    JJR

  • I am unable to send emails using mail from my btinternet and yahoo accounts similar problem to others with mobile me accounts on lion any suggestions?

    I am unable to send emails using mail from my btinternet and yahoo accounts similar problem to others with mobile me accounts on lion any suggestions?

    Do I need to delete all my email accounts and start again?

Maybe you are looking for

  • Cisco 2960-X & ISE accounting- username Radius attribute missing

    Hi, I'm facing an issue with cisco 2960 switch radius accounting with Cisco ISE1.2.1 .here is my senario: - Username (vendor1) is configured in ISE local database, under  group (VENDOR) - Authentication protocol : wired  MAB  - Authentication method

  • ITunes reinstall question on a new HDD.

    Ok, this may be a bit different...I have not located an answer on the boards to solve this. I installed a new HDD due to several persistent issues even after restoring from Time Machine more than once. I figured the issue was imbedded in my OS that l

  • Types of cloning

    1) What are different types of cloning ? Why to use cloning and in which situation.. plz give example 2) What is difference between synchronization & serialization? How to do this in java ? Why it is needed ? Where to be used. Give example

  • Adobe flash player 10 taking forever to down load!

    I have not long rebooted my whole pc as i was having a few problems.  Finally i'm back up and running and i try to install adobe 10 which i have used before and had no problems downloading it only took a couple of minutes.  But this time when i'm try

  • Disabling user accounts programmactically

    Hello, I have an application that one of its functions is user management. I’m trying to find a way to disable and enable user accounts programmatically with the Sun Directory Server 6.3. From what I have found, using the nsAccountLock attribute seem