Please!! somebody help me to read a xml

hi
my problem is that I can't read a value of a one particular Node
let's me show you my source code.
apparently all is fine, by I don't know WHY damn appear un
NullPoninterExceeption in the line with the comentary /**here**/
public String getValue(String val){
DocumentBuilderFactory docBuilderFactory =
DocumentBuilderFactory.newInstance();
DocumentBuilder docBuilder = null;
String val2 = null;
boolean encontrado = false;
try {
docBuilder = docBuilderFactory.newDocumentBuilder();
} catch (ParserConfigurationException e) {
e.printStackTrace();
try {
doc = docBuilder.parse(new File("file.xml"));
} catch (SAXException e1) {
e1.printStackTrace();
} catch (IOException e1) {
e1.printStackTrace();
Element root = doc.getDocumentElement();
if (root.getTagName().equalsIgnoreCase("MyRootTag")){
     NodeList kids = root.getChildNodes();
     Node kid;
     for (int i = 0; i < kids.getLength(); i++) {
     kid = kids.item(i);
     if (kid instanceof Element &&
     ((Element)kid).getTagName().equalsIgnoreCase(val)) {
          val2 = getUrl((Element)kid);
return val2;
public String getUrl(Element kid){
Node node = kid.getFirstChild();
String val = null;
while (node != null) {
if (node instanceof Element) {
     Element e = (Element)node;
val = e.getNodeValue().trim();/**here**/
     return val;
node = node.getNextSibling();
return val;
the XML is :
<?xml version="1.0"?>
<rootag>
<val1>
<anyThing>xxxxxxxx</anyThing>
</val1>
<val2>
<anyThing>xxxxxxxx</anyThing>
</val2>
<val3>
<anyThing>xxxxxxxx</anyThing>
</val3>
</campaigns>

change:
val = e.getNodeValue().trim();/**here**/
to :
System.out.println("e="+e);
System.out.println("e.getNodeValue()="+e.getNodeValue());
val = e.getNodeValue().trim();/**here**/
if one of the outputs prints null, then you have your bug. do not assume getNodeValue() to never be null! ...
see also: http://java.sun.com/webservices/docs/1.2/tutorial/doc/JAXPSAX3.html

Similar Messages

  • Upgrading to 7 - Can't uninstall 6 **PLEASE PLEASE PLEASE somebody help!**

    I keep trying to install iTunes 7 (have a 1G Nano), but am getting error messages. When I try to install, it gives me a box that says:
    "This installation cannot directly upgrade the version of iPod software found on this computer. Please uninstall the iPod software and try again." [OK]
    So, I've totally uninstalled iTunes and QuickTime and tried to reinstall, and keep getting the same message. Help!
    I've searched/found anything to do with Apple/iTunes/iPod/QT,and deleted them. Deleted the Win32 Temp file too.
    I've used regedit, deleted everything iTunes, Apple and Quicktime. Used MCISUU to uninstall installers.
    Tried everything on the Apple support page that was suggested.
    PLEASE PLEASE PLEASE somebody help!
    PC   Windows XP   Pentium IV 1.4Ghz 1 GB RDRAM

    I have the same problem - it seems like the old version is stuck on my computer even though I can't see it and when I try to download iTunes again it says to remove the old version first. Is there any help for this? Should I just try to download iTunes on another computer and use that instead? I feel like there is no hope for this!

  • HT1222 Please somebody help me! if how i can retrieve my notes?

    Please somebody will help me because my note in iphone5 when i connect to itunes my notes deleted all... how i can retrieve it? thanks and regards...

    Notes are designed to be synced to a supported application on the computer or a cloud service.  Sync them back.

  • Please somebody help  Flash Media Server 4

    I've installed Flash Media Server 4 (I tried on i686 and x86 with CentOS)
    also have uploaded applications to /opt/adove/fms/applications/test
    here what I see in log files:
    Connection rejected by server. Reason : [ Server.Reject ] : (_defaultRoot_, _defaultVHost_) : Application (test/_definst_) is not a valid signed application; loading access denied.
    please somebody help

    Are you sure that you are using adminconsole from location which mamata specified and not using some old adminconsole from you previous installation or something. I suspect you might be using older adminconsole.swf
    You can also get same information using getLicenseInfo Admin command.
    Please change your Users.xml to all getLicenseInfo or All. Open Users.xml under conf directory and you should find below text:
    <AdminServer>
    <HTTPCommands>
    <!-- Enable or disable using HTTP requests to execute admin commands.     -->
    <!-- Set to "true" to enable, otherwise it will be disabled.  The           -->
    <!-- actual commands permitted for server admin and virtual host admin    -->
    <!-- users can be set in the Allow and Deny elements.                                       -->
    <Enable>${USERS.HTTPCOMMAND_ALLOW}</Enable>
    <!-- List of server admin commands that can be accessed via HTTP.         -->
    <!-- Add multiple commands separated by commas.  "All" indicates          -->
    <!-- every command (it's not recommended to allow all commands).          -->
    <!-- Seperate multiple commands with commas.                              -->
    <Allow>ping</Allow>
    <!-- List of server admin commands denied access via HTTP.                -->
    <!-- Add multiple commands seperated by commas.  "All" indicates          -->
    <!-- every command.                                                       -->
    <Deny>All</Deny>
    <!-- Processing order for deny and allow command lists.  "Deny,Allow"     -->
    <!-- means the command will be allowed if the command is in the allow     -->
    <!-- list or not in the deny list.   "Allow,Deny" means the command       -->
    <!-- will be allowed if it is in the allow list and not in the            -->
    <!-- deny list.                                                           -->
    <Order>Deny,Allow</Order>
    </HTTPCommands>
    </AdminServer>
    </Root>
    Now change above content to below content:
    <AdminServer>
    <HTTPCommands>
    <!-- Enable or disable using HTTP requests to execute admin commands.     -->
    <!-- Set to "true" to enable, otherwise it will be disabled.  The           -->
    <!-- actual commands permitted for server admin and virtual host admin    -->
    <!-- users can be set in the Allow and Deny elements.                                       -->
    <Enable>${USERS.HTTPCOMMAND_ALLOW}</Enable>
    <!-- List of server admin commands that can be accessed via HTTP.         -->
    <!-- Add multiple commands separated by commas.  "All" indicates          -->
    <!-- every command (it's not recommended to allow all commands).          -->
    <!-- Seperate multiple commands with commas.                              -->
    <Allow>All</Allow>
    <!-- List of server admin commands denied access via HTTP.                -->
    <!-- Add multiple commands seperated by commas.  "All" indicates          -->
    <!-- every command.                                                       -->
    <Deny></Deny>
    <!-- Processing order for deny and allow command lists.  "Deny,Allow"     -->
    <!-- means the command will be allowed if the command is in the allow     -->
    <!-- list or not in the deny list.   "Allow,Deny" means the command       -->
    <!-- will be allowed if it is in the allow list and not in the            -->
    <!-- deny list.                                                           -->
    <Order>Deny,Allow</Order>
    </HTTPCommands>
    </AdminServer>
    </Root>
    Once you made the change , restart FMS and FMS Admin Server.
    Once both services are restarted, open a browser and put following text in address bar and hit enter (replace necessary stuff like server-ip,AdminUserId and AdminUserPassword to your FMS ip, FMS Admin User and FMS Admin Password respectively)
    http://<serverip>:1111/admin/getLicenseInfo?auser=<AdminUserId>&apswd=<AdminUserPassword>
    Result displayed should have which edition you are using.

  • I switched phone with my brother and i could sucessfully restore everything to the new phone except my imessages. how can i restore them? and why this phone doesnt let my use my number, just my apple id for immesage/facetime? please somebody help me!!

    after restoring all my stuff to the new phone, i wanted to see my messages but i discovered that all my imessages are missing. i checked in settings and i dont know why but the new phone doesnt let me use my phone number for imessage or facetime, instead it's using just my apple id. any idea how can i switch to the phone number again? in my old phone i used both my number and email for imessages, so i think maybe thats why i cant see my immessages now. please somenone help me!! thank you so much

    Hi Katrina - I hear what you are saying about the problems. I've been using a BB Pearl here in Canada since January and I had the same problems with PocketMac from the start. iCal dates getting strangely duplicated after syncing and contacts in AddressBook groups getting listed twice on the BB. The only solution I used was to have the Mac always override the BB when syncing. NOt perfect but for me it was the simplest way to ensure the consistency of the data and my own sanity.
    If anyone has a better solution that actually allows a clean sync I'd love to hear it.

  • My bb curve 8520 refuses to connect to my home wifi please somebody help me

    i have had my bb curve 8520 for about 6 months now a not being the most hi-tech person in the world i have just downloaded bb app world altough i have managed to sucessfuly download a couple of free new apps to my bb    
    ( battery booster and the sky sports live football scores app ) then i tried to down load TuneIn radio app as i like to listen to music when going to sleep and was fed up with using my top-up to keep paying for single tracks off the vodafone site at first the radio app just would not download that was at 4am this morning so this afternoon i thought i would give it another try and after a quite along wait it finally downloaded brillient thinks me but then when i went to use it i tried to connect to the USE WIFI ONLY option as i had just run out of credit  but the wifi just will not let me connect to this app or website whatever it is i went to the connections on the home screen and selected wifi and connected it it said it was connected sucessfully so tried the app again but to no avail i have looked through a lot of posts on this forum and tried absolutly every thing that others have suggested some even say about not having a network service plan ( which i presume is your web monthly web allowance megabytes and that i hope anyway) but i know for a fact that i have one as i pay 5 pounds a month for 500mb and when i rang my account balance number this morning to use the vodafone I.O.U service it told me that my web allowance had been used so is there any one who can help me if this is the case about some websites and apps not being available unless you have or your service is paid upto date the why has it the wifi only option on the app and after it refuses me access to this app a screen pops up saying reload the screen but right at the top of the screen next to the app name there is a red warning triangle and next to it says" IO error :Tunnel...." 
       please is there any body out there that can help me with this its driving me mad thank you to anyone in advance if you can help with this 

    please please someone help me out T_T
    «..:itufa¤Pitufo::..»

  • Help converting or reading SOAP XML-attachment instead of payload

    Hi,
    I have to setup a webservice that excepts an xml-file as an attachment and read that xml-file as if it where the main payload of the message.
    The messages we receive holds all the data I need in the attachment instead of the data being in the SOAP-body itself. This isnt something I can change since this is a solution provided by amadeus e-travel and I have no chance of changing how they send data to us.
    I have searched and searched the forums but havent been able to find a solution(that I understand) to how I can access the xml-file either in a mapping-routine or by simply swapping the payload with the attachment all together.
    As of now I have a webservice that is functional and receives the call from the source(amadeus e-travel) without a problem. I can also see the attachment in SXMB_MONI where it looks like a perfect xml-structure. But I have no idea on how to access the attachment so that I can use the data inside it in an abap-proxy in our ECC-system.
    As far as I have read on the forums I cannot use the payloadswapbean in the SOAP senderadapter so that option is out. I have seen mention of a java-class for reading attachements in mapping-routines but sadly I'm not much of a Java-programmer and dont have access to one either at the moment. I would need a detailed explanation in order for a java-program to be a viable solution for me.
    Is there some trick I have missed here or blog that shows how to read xml-attachments in a soap-message?
    Is there any standard Java-code I can use to read the whole xml-structure from the attachment in a mapping-routine?
    Any help would be very much appreciated!
    Thanks in advance ,
    Halvor

    Option-1:
    This might be a crude way, but you can acheive by a 2 step process...
    Step1 (Scenario-1) - Receive XML-Msg + Attachment using SOAP Sender adapter. As we have payloadwaapbean module limitation in sender adapter. Let it be a passthru to receiver SOAP adapter. (Don't do any processing in integration engine, like msg mapping or thything). In Rx SOAP adapter,use payloadswapbean to swap XML msg with Payload and resent it to 2nd integration scenario...
    Step2(Scenario-2) - As you have the Attachment as main-payload, you can continue ur normal msg processing on it.
    Option2:
    SOAP messages can also be processed using AXIS-SOAP Adapter.. you can add XI module in it Check it if it might help you...
    http://help.sap.com/saphelp_nw04/helpdata/EN/45/a4a36de28552f7e10000000a1553f7/content.htm
    Regards,
    Siva Maranani

  • Please somebody help me lost audio after opened logic 9 and X at the same time helpppp

    helppp please lost audio after opened logic9 and X together can't find the solution  i only have audio in the main output of my audio interface gott a motu 828 MKII somebody help me please

    Hello all looks normal when the problem was presented simultaneously opened LPX LP9 and when you return to open a new project or the same project and I only have audio in my headphones output interface, my interface is a motu 828Mk2 the project exists and the interface looks normal in every normal output comprises all looks normal just never sounds like it had passed but never opened the two programs at the same time not to do, I use a digital mixer yamaha normal surface responds as ccontrolador all seems to work perfect but I only have audio output from the headphones even if I motu channel by channel and I assign output sound headset

  • HELP! I'm pretty sure I have a virus. everytime I shut down my mac and open it the background changes. the only thing i've downloaded was a software upgrade. I just recently got this mac so have no idea how to fix it. Please somebody help me!!

    I have just recently got a Mac, didn't buy an anti virus or anything because the store man said it wasn't necessary.
    After two weeks of use this update software notification kept poping up, so I did and now everytime I turn my Mac on the background changes.
    I've heard that this is how the Mac viruses start, I'm very new to this please somebody tell me how to fix it!!

    There are no viruses for osx.
    You are still under warranty.  Call Apple Care. Make sure you get a case number as all repairs have an additional 90 days of warranty. 
    #1 - You have 14 days from the date of purchase to return your computer with no questions asked.
    #2 - You have 90 days of FREE phone tech support.
    #3 - You have the standard one year Apple warranty.
    #4 - If you've purchased an AppleCare Protection Plan, your warranty last for 3 years.   You can obtain AppleCare anytime up to the first year of the purchase of your computer.
    Take FULL advantage of your warranty.  Posting on a message board should be done as a last resort and if you are out of warranty or Apple Care has expired.

  • I updated my computer to the os x and now i can't export my videos to quicktime i got the new compressor still won't let me please somebody help

    i updated my computer to the os x and now i can't export my videos to quicktime i got the new compressor still won't let me please somebody help

    You need to update the software. This is a very old version that will not work with the current OS. Did you purchase the software from the App Store? If do sign in with the Apple ID used to buy it. Go to the Purchases page and find the software.

  • TNT On Demand Unable to Sign In - Please somebody help me

    This is my third plea for help.  The only reason I went with FIOS was to get Showtime On Demand and TNT On Demand.  I don't have a TV.  I watch exclusively on line.   Showtime works great.  But I am unable to log into TNT On Demand.  It did work two weeks ago using Chrome but not Microsoft Internet Explorer.  Now neither works. 
    In Chrome I get the following message:
    This website requires the Flash 10.2 (or higher) player.
    You may upgrade your Flash plug-in by visiting the Flash Download Center.
    Please note you may need to reboot your system.
    I have Flash 11.6.
    Then I get this:
    Authentication Error
    A timeout or configuration error caused this operation to fail. The error has been logged. Please try again.
    In Microsoft Explorer I get no error messages.  I just loop over and over to the sign on screen.
    TNT help and support (which is very minimal) specifically states if we are a Verizon customer to contact Verizon customer support. 
    If you google this problem you will see the same complaint over and over.  Then usually some Verizon person tells the customer that they will be contacted privately and I presume somehow the problem is resolved but the solution is never posted on line.
    So please help me fix my problem.
    I spent 45 minutes on line with someone a few days ago with no result.  But he did something so that now I have to log into Facebook, Amazon, Hulu, Verizon, etc. over and over and over and my login is never saved.  When a tech specialist changes a setting they ought to let the customer know what is being changed so the customer can undo it.  This is most annoying.
    And people, responding with "my computer works fine" isn't helpful.  I know it works fine for someone else.  It doesn;t work fine for me.
    Pretty soon the new episodes of TNT Monday Morning and Southland will have scrolled off and I will miss them.  I am getting desperate.
    Solved!
    Go to Solution.

    carolamrt wrote:
    This is my third plea for help.  The only reason I went with FIOS was to get Showtime On Demand and TNT On Demand.  I don't have a TV.  I watch exclusively on line.   Showtime works great.  But I am unable to log into TNT On Demand.  It did work two weeks ago using Chrome but not Microsoft Internet Explorer.  Now neither works. 
    In Chrome I get the following message:
    This website requires the Flash 10.2 (or higher) player.
    You may upgrade your Flash plug-in by visiting the Flash Download Center.
    Please note you may need to reboot your system.
    I have Flash 11.6.
    Then I get this:
    Authentication Error
    A timeout or configuration error caused this operation to fail. The error has been logged. Please try again.
    In Microsoft Explorer I get no error messages.  I just loop over and over to the sign on screen.
    TNT help and support (which is very minimal) specifically states if we are a Verizon customer to contact Verizon customer support. 
    If you google this problem you will see the same complaint over and over.  Then usually some Verizon person tells the customer that they will be contacted privately and I presume somehow the problem is resolved but the solution is never posted on line.
    So please help me fix my problem.
    I spent 45 minutes on line with someone a few days ago with no result.  But he did something so that now I have to log into Facebook, Amazon, Hulu, Verizon, etc. over and over and over and my login is never saved.  When a tech specialist changes a setting they ought to let the customer know what is being changed so the customer can undo it.  This is most annoying.
    And people, responding with "my computer works fine" isn't helpful.  I know it works fine for someone else.  It doesn;t work fine for me.
    Pretty soon the new episodes of TNT Monday Morning and Southland will have scrolled off and I will miss them.  I am getting desperate.
    For TNT online with IE when I switched to compatability mode in the browser the login began to work.  Make sure your Flash settings allow for sight storage for turner.com and the adobe authorization site.  Also make sure your privacy setting always accept first party and session cookies.  I posted more details in another thread.

  • Soundtrack Pro 2 keeps crashing...please somebody help :(

    So here's my problem.
    I am running Soundtrack Pro 2 on my Mac Pro along with my Digi003. Both Final Cut Studio 2 and Logic Studio 8 are installed on my computer. Every application works fine except for STP2 that keeps crashing all the time.
    I tried to uninstall it, reinstall it, reinstall Compressor, downloaded updates, Core Audio updates as well for the 003, downloaded the last Pro Applications Support but nothing seems to cut it.
    The issue is as follow. I launch STP, the application scans (for the hundredth time) my plugins and detects something like 287 plugins. HOWEVER, the application crashes when the counter goes to 290.
    My personal feeling is that the problem might come from either a conflict between Final Cut Studio 2 and Logic Studio 8 that installed both STP2 or, most likely, three plugins (the difference between 290 and 287) that STP2 has a problem with.
    These last plugins scanned seem to be Amplitube X-Gear, a demo I deleted, Melodyne, that I downloaded lately and I guess something else. Also, I precise that I have not been able to rn STP for almost a year and as I am about to work on the post of a new film, I would love to use it.
    The last thing I did was running the Terminal app that gave me a detailed report of the problem. I don't understand where it comes from though. So here's the report. If somebody can help, I greatly appreciate it!
    Terminal Report :
    Last login: Tue Nov 4 12:04:29 on console
    /Applications/Soundtrack\ Pro.app/Contents/MacOS/Soundtrack\ Pro; exit
    Welcome to Darwin!
    romain-battaglias-computer:~ Romain$ /Applications/Soundtrack\ Pro.app/Contents/MacOS/Soundtrack\ Pro; exit
    Soundtrack Pro(501,0xa000d000) malloc: * Deallocation of a pointer not malloced: 0x740073; This could be a double free(), or free() called with the middle of an allocated block; Try setting environment variable MallocHelp to see tools to help debug
    Soundtrack Pro(501,0xa000d000) malloc: * Deallocation of a pointer not malloced: 0x2f003c; This could be a double free(), or free() called with the middle of an allocated block; Try setting environment variable MallocHelp to see tools to help debug
    1
    2
    Soundtrack Pro(501,0xa000d000) malloc: * Deallocation of a pointer not malloced: 0x10d8b000; This could be a double free(), or free() called with the middle of an allocated block; Try setting environment variable MallocHelp to see tools to help debug
    IKDriverAPI::Allocate
    IKDriverAPI::IKDriverAPI
    IKDriverAPI::Connect
    IKDriverAPI::Disconnect
    IKDriverAPI::Free
    com.apple.soundtrackpro
    2008-11-04 12:34:19.153 Soundtrack Pro[501] NSExceptionHandler has recorded the following exception:
    NSUncaughtSystemExceptionException -- Uncaught system exception: signal 11
    Stack trace: 0x95a5c521 0xffffffff 0x9011072c 0xffffffff 0x2949295d 0x90ccf800 0x90ccf7da 0x90ccece2 0x90cd4354 0x0016a859 0x0016aad3 0x0016be76 0x0016c3bb 0x0016b527 0x9326fc9f 0x9326f8fc 0x9326ee45 0x93266479 0x93265ea9 0x93265b0a 0x95f2fd2d 0x95f2fff0 0x95f2ff10 0x0016dbc6 0x0016b4a6 0x0027fab4 0x927f2237 0x908553d2 0x9084cb51 0x927ea7c8 0x927f1769 0x9327a976 0x9327a860 0x9327a35d 0x93279f28 0x927f7f21 0x927f7d4b 0x915226c5 0x915225f6 0x915224c2 0x92df5084 0x9327811d 0x93277b37 0x932718c4 0x95e011b3 0x0027d129 0x0000352e 0x00003455 0x00000001
    2008-11-04 12:34:19.153 Soundtrack Pro[501] Exception raised during posting of notification. Ignored. exception: Uncaught system exception: signal 11
    Killed
    logout
    [Process completed]

    Probably an imcompatible plug-in.
    Try renaming the plug-in folder momentarily, see if it boots okay.
    If it does then you'll have to isolate which plug-in is causing the problem.

  • My IPod is not showing up in my Itunes, I tried my phone as well and it is not coming up either.  I have tried everything including uninstalling and reinstalling.  It worked the other day but it is not working now.  Please somebody help me!!! What to do?

    Hello,
    Can someone please help me!?  I am trying to put music on my IPod and it was working the other day.  I can not get itunes to recognize my Ipod.  I have tried to unistall and reinstall Itunes.  I have tried all the steps on the site and can't get it to come up.  I tried my IPhone which was also showing up just the other day and it also is not showing in Itunes!   Please help me.  I need to be able to put music on my IPod for my work. 

    I have sorted it myself!!
    Ipod is now in the top right corner, last time I clicked on it, it ejected it but by clicking on the actual ipod icon then it brings up your ipod. I restored it to factory settings and synced all my music and it now works again. Hope this can help anyone who ends up with the same problem.

  • Interger.parseInt (PLEASE SOMEBODY HELP ME)

    I'm getting the following error when using Interger.parseInt:
    C:\Binary Files>javac IntsLookup.java
    IntsLookup.java:9: cannot find symbol
    symbol : variable Interger
    location: class IntsLookup
    int x = Interger.parseInt(args[0]);
    ^
    1 error
    So, if anybody kowns how to use Interger.parseInt, Please help. Here is the code that I'm using:
    import java.io.*;
    class IntsLookup{
    public static void main(String[] args){
    try{
    DataInputStream in = new DataInputStream(
    new FileInputStream("IntFile"));
    int x = Interger.parseInt(args[0]); //where the problem is coming
    int count = 0;
    while(in.available()>0){
    int k = in.readInt();
    if(k == x) count++;
    in.close();
    System.out.println(count + " occurrences of" + x);
    catch(IOException e){
    e.printStackTrace();
    With this code I'm just trying to read a binary file called, " IntFile "...
    Please help if you know. Thankx in advance.
    Joyce

    My point exactly. I enjoy helping people with their java problems, that's why I'm here.
    If someone doesn't know it should be Interger instead of Integer, that isn't a java problem. It's a general spelling problem. I'm not going to tell them so. Instead, I'll give them some (sarcastic, yes) hints in the hope that they'll actually learn something. Like where the javadocs are.

  • Please somebody help with bt vision problem

    Ok here goes:
    after spending over two hours on the phone to BT's diabolically poor indian call centre's I though I might have more luck checking if anyone online has the same problem.
    Basically my bt vision box doesnt record and neither does it give me the option to access the recordings I have already made.
    The white bar at the top of the screen doesnt show the word "recordings" anymore.
    I've spoken to about 7 different advisors who claim there is no record on the system of me being a BT vision customer (i've been using it since august!!!) and when they can't fix my problem they usually just pass me to another (usually irrelavant) department.
    Anyone got any ideas? Or failing that a direct number for a uk based call centre?

    cogantroll wrote:
    Hi, thanks for your reply.
    It turns out (I found out from yet another call to the help desk) that the numpty who took an order from me to upgrade from BB option 2 to option 3 somehow cancelled my BT vision account. I've just been on the phone for an age trying to re-order my service. Now it appears that they've started my contract all over again!!! So it looks like i'll be spending my saturday morning onto the billing department sorting out that mess!
    Note to BT :YOUR INDIAN CALL CENTRES ARE SHOCKINGLY BAD!!!!!!!!!!!!!!!
    No one wants to spend 3 hours of their life on the phone trying to sort out somebody else's mistake.
    If only I could get virgin media in my area I would never have gone to BT.
    I have got Virgin Media in my area, and I haven't bothered, because they are, unfortunately, are just as bad.
    Bt's UK call centre staff are OK, if not excellent.
    You should ring 0800 800 900 early in the morning and you should get the UK call staff.
    They really know their stuff. They'll sort you out.
    Rank - Mostly Harmless.

Maybe you are looking for

  • How to add help splitter in a screen ? (as Sap Enjoy transactions)

    Hello, I would like to create some screens like sap enjoy transactions (me53n, me21n, me22n ...) with the button "i" and the help in the left splitter. I don't want to change standard help but I want to use the same idea for our specifics transaction

  • Double sided printing

    Hi everyone, I've been reading posts by others regarding problems with double sided printing on mac. Since I changed to a mac, I havent been able to print double sided from my epson sx425w printer. This can be quite annoying if you a lot of pages to

  • There is no sound on 4th generation iPod?

    Apple wants me to charge me $100 to replace.  This is the second replacement iPod in 4 months.  Genius Bar couldn't help.  Ideas?

  • Trouble migrating 2008R2 VM to 2012R2 Host. Intergrated Components fail

    Hello All We have a new 2012 R2 server with Hyper-V. I'm trying to migrate the VMs from 2012 Std Host but when I move a 2008 VM it seems to struggle to load the intergrated components or it's having trouble with the built in components from the 2008

  • API for access of guided procedure from ABAP / WebDyn: change/read status

    Hallo together, I'm very new to guided procedure and have some questions about possible interaction between WebDynpro ABAP and Portal guided procedures (UWL ?) is it possible to access a guided procedure or their attributes from WebDynpro ABAP? What