CF Builder and debugging line by line

Hi,
I have been having difficutly getting CFB to do line by line debugging.
I have a local server using WAMP 2.0 (Apache, CF9 Dev and MySQL)
I have RDS setup properly and I can get the debugger started on a line. However, it never progress past the Aplication.cfc.
I am using Coldbox and the debugger always seems to finish after running about 5 lines in the App.cfc.
I used FusionDebug on another project and I didn't seem to have this problem. I just wanted to make sure I wasn't doing anything wrong or if anyone else has encountered this problem.
I will be more than happy to give more details if needed.
Thanks,
Mal

It may be very hard to debug this problem (pardon the pun) over a mailing list. Just way to many factors that could influence what's going wrong, but let's try.
You say you have the debugger running, and you say "started" (did you mean "stopped"?) on a line. That's a great head start. Many can't even get to there due to config issues (getting the server-side config right, getting the RDS and Server properties in CFB right, getting the project properties to point to that, getting the debug configuration properties right, starting a debug session, etc.). So you're on the right track.
So when you say it "5 lines in", do you mean you're doing step over or into on each? What is the last line where things work? And what happens?
Could it be simply that the logic flow at that point is finished in the app.cfc? If so, then you'd need to have set a breakpoint in whatever next point you want to stop at. Does that help?
/charlie

Similar Messages

  • How can I build and Debug Tomcat 5.5 under Eclipse?

    http://jakarta.apache.org/tomcat/tomcat-5.5-doc/building.html
    I am doing some rearch on Tomcat and want to build and debug Tomcat5.5 under Eclipse. Originally tomcat is built with ANT, it downloads all components from different CVS and build them together.
    I'd like to import Tomcat Source code (only the core components, such as catalina and Coyota, Jasper) and build them with Eclipse Bilder, so I can debug it as a normal JAVA program under DEGUB-View.
    Who has such experience and help me? I havd built Jetty under Eclipse, but Tomcat is much more complex.

    Help

  • Build and Debug Problem 10.2

    I just installed 10.2 and did a Build and Debug. I got an error that it couldn't run. It is saying that some property in the Oracle web determination has to be set in the application.properties file. I have no idea what the message is talking about. Any help is greatly appreciated.
    Thanks,
    Terry

    Thanks
    I changed the enable.debugger to true and saved the application.properties file
    Opened the project and did a build and debug. Got this message
    type Exception report
    message. Does the fact that this project isn't in the Projects directory matter?
    Thanks,
    Terry
    description The server encountered an internal error () that prevented it from fulfilling this request.
    exception
    javax.servlet.ServletException: Servlet.init() for servlet WebDeterminationsServlet threw exception
         org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:117)
         org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:174)
         org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:879)
         org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:665)
         org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:528)
         org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:81)
         org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:689)
         java.lang.Thread.run(Unknown Source)
    root cause
    com.oracle.determinations.interview.engine.exceptions.RulebaseLoadingException: could not load rulebase: E-Verify
         com.oracle.determinations.interview.engine.local.LocalInterviewRulebase.getRulebase(LocalInterviewRulebase.java:163)
         com.oracle.determinations.interview.engine.local.FileRulebaseService.<init>(FileRulebaseService.java:86)
         com.oracle.determinations.interview.engine.local.LocalInterviewEngine.initialise(LocalInterviewEngine.java:91)
         com.oracle.determinations.interview.engine.local.LocalInterviewEngine.<init>(LocalInterviewEngine.java:34)
         com.oracle.determinations.interview.engine.InterviewEngineFactory.createInstance(InterviewEngineFactory.java:19)
         com.oracle.determinations.web.platform.servlet.WebDeterminationsServletContext.init(WebDeterminationsServletContext.java:163)
         com.oracle.determinations.web.platform.servlet.WebDeterminationsServletContext.<init>(WebDeterminationsServletContext.java:91)
         com.oracle.determinations.web.platform.servlet.WebDeterminationsServlet.init(WebDeterminationsServlet.java:51)
         org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:117)
         org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:174)
         org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:879)
         org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:665)
         org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:528)
         org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:81)
         org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:689)
         java.lang.Thread.run(Unknown Source)
    root cause
    java.io.IOException: Caught exception class javax.xml.stream.XMLStreamException: Unexpected schema version in screens file: 5
         com.oracle.determinations.engine.local.ScreensLoader.loadScreens(ScreensLoader.java:260)
         com.oracle.determinations.engine.local.ScreensLoader.loadScreens(ScreensLoader.java:139)
         com.oracle.determinations.engine.local.CachingRulebaseLoader.loadRulebase(CachingRulebaseLoader.java:308)
         com.oracle.determinations.engine.local.LocalEngine.getRulebase(LocalEngine.java:192)
         com.oracle.determinations.interview.engine.local.LocalInterviewRulebase.getRulebase(LocalInterviewRulebase.java:151)
         com.oracle.determinations.interview.engine.local.FileRulebaseService.<init>(FileRulebaseService.java:86)
         com.oracle.determinations.interview.engine.local.LocalInterviewEngine.initialise(LocalInterviewEngine.java:91)
         com.oracle.determinations.interview.engine.local.LocalInterviewEngine.<init>(LocalInterviewEngine.java:34)
         com.oracle.determinations.interview.engine.InterviewEngineFactory.createInstance(InterviewEngineFactory.java:19)
         com.oracle.determinations.web.platform.servlet.WebDeterminationsServletContext.init(WebDeterminationsServletContext.java:163)
         com.oracle.determinations.web.platform.servlet.WebDeterminationsServletContext.<init>(WebDeterminationsServletContext.java:91)
         com.oracle.determinations.web.platform.servlet.WebDeterminationsServlet.init(WebDeterminationsServlet.java:51)
         org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:117)
         org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:174)
         org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:879)
         org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:665)
         org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:528)
         org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:81)
         org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:689)
         java.lang.Thread.run(Unknown Source)
    note The full stack trace of the root cause is available in the Apache Tomcat/5.5.31 logs.
    Apache Tomcat/5.5.31

  • Error opening test scripts in Build and Debug with Screens

    Hello,
    I am testing scenarios in the Build and Debug with screens mode in OPM. I save each scenario as a test script by clicking the Export button and saving. Some test scripts are able to be opened again, yet when I try to open others, I get the error message shown at the link below and am unable to load the test script.
    http://imgur.com/uqh80
    This did not happen previously, it just started today. All of these test scripts were created today, and the attributes have not been changes since the test scripts were created. This is seriously hindering my scenario testing ability.
    Does anyone know how to rectify this problem?
    Thanks,
    Christine

    Hi Kristy,
    I am in OPM 10.2.
    To troubleshoot, I tried redoing the test scenarios that werent working from scratch (rather than building off a previous scenario), and this time it worked. I am not sure why it works now and didnt before, and I am also not sure if they will continue working.
    I will continue creating the scenarios and will be sure to update if it fails again. In the case it does fail, I will try your export recommendation.
    Christine

  • Building and Debugging MIDP applications.

    Hi,
    I have java files(MIDlet) for MIDP applications. I am unable to compile it in JBuilder7.0. Using J2ME -> KToolbar i am able to build the application/project, But i am unable to debug it. Can anybody tell me how can i successfully create/build/debug MIDP applications?
    what are the necessary S/W required??
    Thanks
    Sunil.

    go to
    http://www.borland.com/products/downloads/download_jbuilder.html#
    and download MobileSet and install it.
    then:
    1) install Wireless Toolkit if you dont have it already
    2) start JBuilder
    3) Tools menu -> Configure JDKs
    4) click "New"
    5) set the path to your WTK path (for example c:\wtk20)
    6) click ok
    7) select it as JDK for your project (or as default) using "Project properties" on the project menu
    for JBuilder Personal Edition, there's a trick to make it work - you can replace the included J2SE JDK with MIDP 2.0 and get it working (personal edition doesn't normally have the ability to add new JDKs)
    When you're going to run an application in your project, you'll get the Run window coming up. Do like this
    1) click "New"
    2) pick Type: MIDlet
    3) browse to your main class (extends MIDlet)
    4) optional: pick Build target: <None> if you don't want to run make on the project before each run
    5) click "ok"
    6) now you can run your midlet using the green play button

  • OPM "build and run" error

    Hi
    I have a problem with OPM when I use "build and run".
    I only get a message "The system cannot find the file specified" and nothing more. It has worked, but it used to open Google Chrome browser. Since I did not want this behaviour I uninstalled Google Chrome. But then I got this error instead.
    I can run "build and debug" prefectly fine.
    The problem is not related to a specific project.
    I have also tried to reinstall OPM but the problem remains.
    What file is it the system cannot find? Is there a way of finding this in a log somewhere?
    How does the "build and run" command work? Is there a way of checking why it can not open the browser?
    kind regards,
    Michael

    Hi Andrew
    Just to add some more observations.
    It seems that OPM doesn't look directly to the default browser setting. If I change the default browser, OPM does not directly recognize the new setting. OPM opens the previous selected default browser anyway.
    I dont know if the setting is unique per project or if it is per OPM installation.
    OPM seems to pick up the default browser, but then OPM caches this somewhere. Which caused problem for me when I uninstalled Google Chrome. OPM insisted on trying to start Google Chrome anyway.
    When I now got Firefox working as default browser the problem solved it self. But when I selected IE as default browser, then when I ran OPM it still opened Firefox, and Firefox gave me the warning that it was not default browser.
    So OPM does not always look at the default browser setting.
    kind regards,
    Michael

  • Unable to build and run Javapetstore using  Sun SDK from Command Line

    Hi,
    Here is a problem I?ve come across building and running JavaPetstore from Command Line using Ant.
    It shows that Build is successful but there is an error message in very beginning:
    ?Unable to locate tools. jar. Expected to find it in C:\Program Files\Java\jre 1.5.0_11\lib\tools.jar?
    But there is no such a file in jre-1.5.0_11 or previous versions.
    The only place where the file with such name can be found is jdk\lib.
    All attempts to run end up with:
    ? BUILD FAILED.
    C:\<PETSTORE_HOME>\bp-project\command-line-ant-task.xml:77;unable to find javac compiler;com.sun.tools.javac.Main is not on the class path.
    Perhaps JAVA_HOME does not point to JDK."
    Directories C:\Sun\SDK\bin and C:\Sun\SDK\jdk are in the PATH.
    JAVA_HOME as a System variable is set up to C:\Sun\SDK\jdk.
    Building and running other applications like a BluePrints or Samples bring to same result.
    I will post more information if needed.
    Thank you in advance for help.

    If you are using Windows XP:
    1. Right click on my computer
    2. Select Properties from the popup dialog
    3. Click on the "Advanced" tab
    4. Click the button towards the bottom that says "Environment Variables"
    5. In the dialog that pops up, look in both the User variables and the System variables for a variable named CLASSPATH
    6. If its not there, you need to create it. If you want to make it available to all users of your computer, create it as a System variable. If you only want it to be available to the current user, add it as a User variable.
    7. If it is there, or if you just created it, it needs to contain the following values: the current directory (symbolically abbreviated as a period: "."), any class libraries you want to be available to the java compiler (javac) or the java interpreter (java). By default, jre/lib and jre/lib/ext are searched for classes, so you don't need to include anything located in one of these folders on the classpath.

  • Flex Builder debugger breakpoint  folows wrong lines

    this morning i start seing strange things happening with
    flexbuilder, first it seeme that it was entering code that was
    physically impossible; things like entering "if" clause and then
    immediately entering " else " clause, finally i realized debugger
    was showing lines when in reality it was executing lines that were
    about 2-3 lines above what it was showing with breakpoint , I am
    blaming this to flash player 10 debug version, maybe because its
    still new there is bug ?
    I hate to uninstall it and reinstall version 9, maybe there
    is workaround to fix it.?

    yeah I implied that, I did clean, I did manual clean I did
    every possible option, then I uninstalled f player 10 debug and
    reinstalled f player 9 debug, and while doing that discovered
    another little bug in FB3 that could contribute to this issue ,
    case is following :
    I imported a flex project from my old machine where output
    folder was /a/b/c
    in my new PC output folder is /dev/a/b/c
    so I went in project properties and adjusted output folder to
    point to correct directory /dev/a/b/c but what flexbuilder is doing
    is, it does not update all property files that have this path so
    after you build the project, half of the assets go to new directory
    /dev/a/b/c and half goes to old directory, /a/b/c, whats even
    stranger is that if you close flex builder and reopen it, project
    output folder gets reset back to point to old /a/b/c folder,
    anyways I finally fixed it by manually modifying
    .actionScriptproperties and .project files restarted FB cleaned
    output folder,and then rebuild it, but now I am not sure did these
    steps fix the issue or the flashplayer downgrade, or maybe both?
    because I had to do these steps yesterday as well, and then
    it was building correctly whole afternoon into new output folder,
    but today it started it again, finaly I obliterated the existence
    of /a/b/c path completely.

  • Best Practice with States and lots of code lines

    Hi.
    This is my first application in flex.
    I'm ok with as3.
    Now, in as3 we were 'forced' to work mostly with external classes so hardly we have a unique code page with lots of lines.
    In flex, using States leads to build codes with lots of line IF we think on states as web site pages.
    I'm not sure it I understand it right. You mean: if an user visits a website built with 10 pages, but the users access only 2 pages, all that 8 remaining pages would have to be download to the swf the user loads?  (this is, considering the usage os states as pages)
    I'm building a system where the user logs to use it.
    2 states at now:  login page and home page.
    I access the db, and get the user and password with this event dispatched from the db.result (this works, however i found it too-old-style looping. Is there a better way, of course, which?)
    protected function usersService_resultHandler(event:ResultEvent):void
                    allUsers = event.result as ArrayCollection;
                    for (var i:uint;i<allUsers.length;i++){
                        if(allUsers[i].user == tx_user.text && allUsers[i].password == tx_password.text)
                            currentState = "home";
                        else
                            Alert.show("Fault", "Login");
    While I have start to build the "home" page/state, I realized that my code would dramatcally increase. Is it the best practice? Do I have to call another url after login (to open a Session - please, some Session tutorials in flex)? Or I keep doing all in states? I'm afraid my swf would grow bigger.
    Thanks

    Ok.
    The problem is that I'm not used to PHP, and I have generated the code to deal with the server automatically via Flex.
    However I could add a new function, and I could guess how to catch values in the db to compare.
    its a frankenstein function, but i'm afraid it also works. By now, there is no way to know whether user mistyped password or username.
    public function getUserVerification($user, $pass) {
            $stmt = mysqli_prepare($this->connection, "SELECT user, password FROM $this->tablename where user=? AND password=?");
            $this->throwExceptionOnError();
            mysqli_stmt_bind_param($stmt, 'ss', $user, $pass);       
            $this->throwExceptionOnError();
            mysqli_stmt_execute($stmt);
            $this->throwExceptionOnError();
            mysqli_stmt_bind_result($stmt, $row->user, $row->password);
            if(mysqli_stmt_fetch($stmt)) {
              return 1;
            } else {
              return 0;
    Also I had to update the _Super_UsersService.as  Class flex had generated before when I first created a php code to deal with db.
    Finaly, I had to assign return and input types for the new function I've created.
    Amazing... it works.
    Now, when pressing the submit button on the login, flex sends user and password so php compare them instead looping it in a Array.
    Also, I have made all this code inside a "loginView" component. So my main app is clean again.
    I guess I understand the idea of using components and reusing them as many as possible. I just have to get used to how to access a component value from outside and vice-versa.
    Now, the creationPolicy is something I would look for. This might be interesting.
    Thanks a lot.
    Btp~

  • Build and go on Device under Debug error

    When I try to build and go an application I made on my device (iPod Touch) I get the error
    Command usr/bin/codesign failed with exit code 1
    Help would be appreciated,
    Mr. Man

    Ok, here are some more easy questions for you before this starts getting hard:
    1) Have you ever successfully run one of your Xcode projects on your device? If so, was that prior to installing either iPhone OS 3.1.2 or Snow Leopard?
    2) Please confirm the version nos. of your OS X system, your iPhone SDK and Xcode.
    3) Open the Keychain Access Utility (navigate to /Applications/Utilities with Finder), select login from the top left Keychains panel, and _My Certificates_ from the lower left Category panel. You should now see iPhone Developer: <your company name> in the right-center list, and when you expand that entry, you should see your private key. Double click on each of those in turn, and look for any irregularities, such as expiration, wrong name, etc. When your certificate is selected, the info above the list should display a checkmark in a green circle to the left of the words "This certificate is valid".
    4) Return to Project Info (Project->Edit Project Settings), and take another look at Code Signing Identity. The left hand setting should probably say "Any iPhone OS Device". The right hand should probably say "iPhone Developer (currently matches <certificate> in <profile name>), where <certificate> is identical to the uppermost line above the green check mark in step 3, and <profile name> is the name of the provisioning profile shown in the Xcode Organizer window when your device is selected in the left panel (and in that left panel, the device selection should show a small green icon on the right side of the panel).
    Please be sure to let us know about any deviation from what I described in steps 3 and 4.
    If you still have no clues, please return to the Portal, and start from the beginning of the instructions for getting ready to test your projects on a device. Pay special attention to the How To tabs for Certificates, Devices, App IDs, and Provisioning. Also note there's a User Guide, and 4 videos available under Portal Resources in the upper right panel of the Portal home page.
    If you don't see what you missed after studying the above, start a new project from a clean template. The name for the new project should not contain any spaces, and the logs will be much easier to read if you save the project folder close to the root of your file system. Then repeat every instruction in the Portal for that project and try to install it on your device without making any other changes to it.
    If none of the above is helpful, search this forum on keywords such as codesign, signing, identity, 3.1.2, 10.6, snow and SL, along with some of the terms you found in the build log, such as "invalid existing signature". As you'll see, if this forum had a FAQ, codesign problems would be at the top of the list. If you don't get a clue from searching this forum, put the same keys into Google.
    The above is an overview of what questions need to be answered and where to look, starting with the easiest and progressing to the more difficult investigations. If you think you've found a clue, but don't know what to do with it, please let us know right away.
    \- Ray

  • Put the debug point in coldfusion file for line by line debugging

    I need to debug the existing coldfusion project line by line. so i configured coldfusion9 and coldfusionbuilder2. I installed coldfusion9 in inbuilt server mode.
    I have window7 as os. I set the line debugging property via launch Adminstrator.
    Now i am able to see the debug output on browser but not able to put the debug break point in coldfusion file.
    Please provide the necessary steps to put the debug break point in coldfusion file so that i am able to debug line by line.

    You just need to double click in the left hand gutter (on the line number if you are displaying line #'s) at the line for which you want to set a breakpoint.  The breakpoint will appear as a blue dot in the gutter and will appeaer in the "breakpoints" view in the ColdFusion Debug perspective.
    You will also need to set up the server information within CFB2, and point your project to the server for debugging to function.

  • Search for a word and return all the  lines (row) from the text file..

    Hi all,
    I need a help on how to search a string from the text file and returns all the lines (rows) where the searched string are found. I have included the code, it finds the indexof the string but it does not return the entire line. I would appreciate your any help.
    public class SearchWord
         public static void main(String[] args){
         //Search String
         String searchText = "man";
         //File to search (in same directory as .class file)
         String fileName = "C:\\Workspace\\MyFile.txt";
         //StringBuilder allows to create a string by concatinating
         //multiple strings efficiently.
         StringBuilder sb =
         new StringBuilder();
         try {
         //Create the buffered input stream, which reads
         //from a file input stream
         BufferedInputStream bIn =
         new BufferedInputStream(
         new FileInputStream(fileName));
         //Holds the position of the last byte we have read
         int pos = 0;
         //Holds #of available bytes in our stream
         //(which is the file)
         int avl = bIn.available();
         //Read as long as we have something
         while ( avl != 0 ) {
         //Holds the bytes which we read
         byte[] buffer = new byte[avl];
         //Read from the file to the buffer
         // starting from <pos>, <avl> bytes.
         bIn.read(buffer, pos, avl);
         //Update the last read byte position
         pos += avl;
         //Create a new string from byte[] we read
         String strTemp =
         new String(buffer);
         //Append the string to the string builder
         sb.append(strTemp);
         //Get the next available set of bytes
         avl = bIn.available();
         catch(IOException ex) {
         ex.printStackTrace();
         //Get the concatinated string from string builder
         String fileText = sb.toString();
         int indexVal = fileText.indexOf(searchText);
         //Displays the index location in the file for a given text.
         // -1 if not found
         if (indexVal == -1)
              System.out.println("No values found");
         else
              System.out.println("Search for: " + searchText);     }
    }

    Hi, you can use servlet class and use this method to get the whole line of searched string. You can override the HttpServlet to treat that class as servlet.
    public class ReportAction extends HttpServlet {
    protected void doPost(HttpServletRequest request, HttpServletResponse response)
    throws ServletException, IOException {
    //write your whole logic.
    BufferedReader br = new BufferedReader(new FileReader("your file name"));
    String line = "";
    while(line = br.readLine() != null) {
        if(line.contains("your search string")) {
            System.out.println("The whole line, row is :"+line);
    }

  • New build property, horrible BT phone line install...

    Hi all.
    I am writing here because I have been thrown around by BT and the phone line installation team over the past one month, and I have just run out of patience.
    The entire experience started in  late May, when I phoned BT and told them that I was moving house in 2 weeks and that I would need a new phone line installed at the new property, which is a new build. The BT sales team was more than happy to take my order, and since there was a charge of £130 for installation of phone line by itself, I decided to bundle both broadband and telephone line from BT directly to avoid that cost. I was a given an appointment on the 10th of June for my phone and broadband installation. 
    The 10th of June came and I took the day off work thinking all would be sorted by the end of the day. By the late afternoon no one ahd contacted me and there was no one who had come to the door. I called BT and had them check on my order and they said that "for some reason, the order says its still 'pending' and has not gone through..." After chatting with different people from different teams like sales, orders and them confrerring with engineers and seniors, I was finally told that the order could not be processed because I was in a new build and hence the system could not process a broadband order before there was an active phone line in the property, hence the failure of the order to go through. Next, I was given a date for the phone line order by itself to be done, and although I was frustrated here, I conceded and moved on hoping to get the issue sorted as quickly as possible. The new date was June 22nd for the phone line and then the broadband order to be placed thereafter. At this point I was not sent any emails or letter regarding my order with ym order number or any references, so I should have been sceptical, but I let it slide thinking it would be settled soon.
    June 22nd came and I took leave off work again for the 8am - 1pm BT engineer visit. Once again, no one showed up or contacted me. I called BT again desperately hoping that this could not be happening again. When i asked the lady about my order scheduled for that day, she said that the order did not go through once again. It was still 'pending'! I was just shocked. I wanted to explode because twice BT had given me apppointment timings that could not be fulfilled and twice they left me in the lurch when they knew beforehand that the engineers would not show up, leaving me to take time from work which I cannot get back, much less the fact that I still do not even have a phone line. After much chatting with different people on the line I finally got them to book another order this time for July 9th for the phone line. 
    This time i called back on July 2nd  and July 6th to make sure that my order was on track and I was assured that after checking with the 'openreach engineers on their side' that my order was on track and the engineer would show up definitely on 9th of July.
    Then the 9th came and I took the morning off from work to wait for the engineer.Yet again, BT managed to show me how poorly they treat customers.  No engineer showed up again, and as was becoming a habit now, I had to phone BT to enquire about my order and discover that the engineer was not going to show up today as well. When pressed much more the person on the other end finally relented that the cables from the exchange to my new build property need to be set up and are in the process of being done. I would then get a call when BT/Openreach finally finish this. I felt let down, especially when I asked how long that would be since I have already been waiting for a more than month for BT to carry this out and also agreed to pay the £130 set up charge for the phone line since they wanted to process the phone line order alone first. Her response was nothing more than a "I cannot tell for sure.." and at this point I could tell that meant it could be a really long while more before getting a phone line /  broadband, if ever BT is interested in setting it up.
    Is there any way to actually check and see if BT are setting up a connection from the exchange to the property for the phone line and how long it would take before I can finally get a simple phone line here?
    Sorry if this was a bit of rant but it is rather draining and also costly for me having to deal with BT and wait for them when they could simply communicate with me better to inform me of their engineers' decisions.
    Abi 
    *EDIT* I have also spoken to the developer of the property and they have informed me that the flat is ready for a phone line to be installed, and that BT is only currently fitting phone lines to the building across the road and not my block, so that means someone at BT/Openreach is telling me the worng thing and the engineer is just refusing to come out now. I have additionally spoken to some of the other residents who moved in before me in the same block and they have had phone lines connected to their property by BT so I think this problem needs sorting out asap by BT please.
    Thank you. 

    Hi
    It seems that I am caught in the same endless maelstrom of bt/open reach inability to meet installation obligations.
    We have a new build home on a small private development. No cable available regrettably so all 6 of our neighbours use bt phone and std broadband.
    Ordered both services end April to be told that install appointment was 30 May - seemed a long time but accepted. Had whole series of emails and texts from bt reminding of appointment and arrival of modem, but late evening 29 May text arrived saying order delayed and put back to 13 June. Called following morning and got the run around took 40 mins to get any answer of sense that said ,Line work was required and open reach we're dealing withi it.
    13 June came and went no one called or advised that appointment would not be met. Again many phone calls but same answer line issues. My developer tells me that the lines are installed per spec, in fact we have a black network cable present through a conduit next our front door but no terminal box to join up to white phone line wires to inside phone points. Offered bt a photo of this but they will not accept it. Just keep saying line issues holding up install. Either way unless this work is done the it will be impossible to connect even if other work had rally to be done - not interested!
    This week promised that all would be done, 16th the 17th and then 18th -nothing again and hence more phone calls.
    Issue handed to resolution team who calked today to say work schedule for 12 July! More than two months since order - just don't believe them and asked them to escalate - no hopes up!
    In the meantime our phone no rings out and people wonder why we are not answering! Complete shambles.
    In 2014 this should be easy meat to BT who seem tied up in a complaint type process that resolves nothing.
    I have no real choice but BT and their performance is just hopeless. Advised ofcom but don't deal with individual complaints - this is consumer hell and very very frustrating.

  • Link between Delivery and Sales Order Schedule Line

    Hi Gurus,
    I have a requirement in which i need to display quantity and amount at schedule line level and also the delivery and delivery item for each schedule line.
    For example, if there is a sales order O1 and item 10 for which we have 3 schedule lines and 3 deliveries as well say D1, D2 and D3.
    Report should be something like this
    Sales Order    Item   Schedule Line    Delivery    Del Item   Confirmed Order Qty
    O1                 10      1                       D1           10            5
    O1                 10       2                      D2            10            5
    O1                 10       3                      D3            10            4
    How can i determine that a particular delivery corresponds to which schedule line of that saler order-item?
    We have the link between delivery and sales order but is there any way that we can get the link of delivery at schedule line level?
    Please help.
    Regards,
    Gaurav

    Hi,
    I suppose you must check with SD functional consultant and the post should also be in the logistics SD forum and not BI. But I suppose there is know specific link between the schedule line of SO to the Delivery. It is more like a bucket flow for ex.
    Sale order   Item    Schedule line  qty
    SO1            Item1     Sch1            10
    SO2            Item1      Sch2           10
    Delivery Item QTy
    DO1       IT1   15
    DO2       IT1    5
    In this case qty 15 is distributed over both SO1 and SO2, and SO2 ITem1 Sch2 has link to both the DOs
    So I am not sure if you can establish a one to one link, please check with your SD consultants.
    Regards,
    Ashwin G

  • MRP Type P1 and late firm schedule lines

    Hello All,
         We are using MRP Type P1 which firms our schedule agreement schedule lines within the planning time fence (as desired).  However, sometimes the supplier is late on delivery and the firm schedule line goes into the past.
         Is it possible to have MRP move the firm schedule line delivery date to today instead of going into the past?
         Thank you,
         Jerry

    Hi ,
    Bring process forward (reschedule in)
    Within this rescheduling horizon, the net requirements calculation checks whether, after a requirement, a firmed receipt exists, which can be used to cover this requirement. Then the system displays a rescheduling date as well as the exception message Bring process forward for this receipt. The net requirements calculation then uses this receipt and the system will only create another procurement proposal if the receipt quantity is not sufficient to cover the complete requirement. Several firmed receipts can be used to cover one requirement.
    It does not take in to account the GR processing time and it is purely based on the stock requirement date , parameters in Procurement and Scheduling in the Material Master
    So it will consume the requirement  backward scheduling and bring the Process forward.
    Kumar which  strategy are you using ?  scheduling agreement is of weekly , daily or monthly bucket ?
    How many days SA bring to Production and How many days SA for forecast you are doing ?
    Are you using any Program to convert these SA in to PIR and upload ( using any program ) .
    Regards,
    Jayavimal
    Edited by: jaya vimal on Jun 16, 2010 1:33 PM

Maybe you are looking for

  • Safari Not Showing Web Address in Address Bar after Lion Update

    Sometimes the address bar is blank (save the "Go to this address" message.) Other times, it reads only the hompage address for a site I visit. For example, if I'm reading CNN.com, it will only show "www.cnn.com" no matter what page within cnn.com I g

  • RCPT: Re: Forte productivity metrics

    Confirmation of reading: your message - Date: 13 Dec 96 9:07 To: [email protected] Subject: Re: Forte productivity metrics Was read at 20:10, 22 Mar 96.

  • Does anybody know how to create an equalizer effect? Thank you in advance!

    Hi guys, I am trying to do something like that http://www.youtube.com/watch?v=_wC721zLZz4, and I hope there is a tool to make an equalizer effect in a simple way. I would really appreciate if someone help me with this task since I am very beginner in

  • GarageBand won't open in 10.6.6

    GarageBand won't open after upgrade to 10.6.6 despite installing combo update and so forth. Tried locating com.apple.garage.plist in Library/Preferences but cannot find it. Please help, I just keep getting the 'initializing' bar and I have to force q

  • Am I able to legally purchase one app and put it on multiple ipads?

    I am using over 30 ipad 2's for a high school and elementary learning support group. Some apps will be specialized for that certain person...others will be using the same apps for algebra 1 and geometry...social studies and geography...can i put a pu