Have you become an alcoholic due to a bad bug?

3a.m in the morning, six hours since I set sail to resolve a nasty hidden bug in my current application. Oh lord why could I not spot this earlier!!! Now i'm going to get tipsy to dull the frustration. Feel free to post some horrible bug stories, I look forward to reading them tomorrow.
Dukes if I truly feel sorry for you from the bottom of my heart.
Mel

Did you people ever work on a conponent that has dependencies on other components? That's my regular joy of work and I finally succeeded in making the head of development understand that it's also a political issue. Our stuff depends on the business applications providing us with data when we call them for input.
And of course, if those calls fail and end up in an exception, it's our app that brings up the error message. So we're well-known for having an app that never works. One day when I was working foir another customer it went as far as this:
- we drew a baseline on our stuff
- they took our baseline to work with.
- they did development work on their data providers
- they tested the whole thing and it worked
- they did more development
- tests failed
Reaction? They called me saying "your stuff failed again". Sure. They were the ones to make changes, but it obviously didn't matter. Anyway, having seen a lot of voodoo by then I tried to take a look. But couldn't get at the logs. So I asked them "do you have any server logs of the test?" To which in reply they gave me logs from two days later. :p But somewhere in all that stuff I found an entry by Websfear going like "data provider: transaction open and idle for more than 600 seconds - transaction rolled back".
If they had taken even one look at their own server logs after they ran their tests after they modified their code, they would have seen the problem right away. But I guess it's too much to ask... instead, I had to spend two days trying to analyze what might have been wrong with my stuff.

Similar Messages

  • Hi Please could you tell me if i am able to retrieve photos that i have lost on my iphone due to apple asking me to restore my phone before it would update any apps - thanks

    Hi Please could you tell me if i am able to retrieve photos that i have lost on my iphone due to apple asking me to restore my phone before it would update any apps - thanks

    I need a new account because one day while trying to buy an app my Apple Id randomly said my password was incorrect after I typed my password in right. I tried thousands of times, and no hope. I couldnt reset the password because I had forgotten its password. I tried other things but they failed. So I did this iCloud change address thing and it kept my Apple ID's data, but change the email and I set a new password. Then all my data goes to iCloud and I still can't buy apps as of the security questions which I forgot.... I tried to reset but instead of giving me a form for it, they just told me what to do when I get the email (even when I still have a rescue address which is the email I used for Apple ID) so I just want a fresh start, to tranfer the money over and get the stupid bug sorted...

  • Have you been getting timeouts and other weird connection issues lately?

    Internet connection has become a bit wonky as of late, have you been experiencing some or all of the following symptons?
    1) Most internet speed test sites just stop before completing as if they have timed out (i.e. speedtest.net).
    2) Sites will start loading quickly but then sometimes randomly stop and have to be manually refreshed.
    3) Downloads will randomly stop downloading for some moments before resuming (particularly from Steam)
    4) Tracert to some websites that were causing issues show timeouts on peering with Alter.net servers.
    Looks like there are some issues between Verizon and Alter.net (formerly MCI, now Verizon owned) in NY.... Any word on when we can expect a resolution? This is quite frustrating as it affects a good amount of traffic.

    I'm a little further east than you out here on Long Island, Touyats, but I've seen none of the issues you or the Original Poster here are experiencing.
    Assuming you're having the problems on a device connected to your router by Ethernet cable (WiFi opens up an entire range of other possible problems) you might try getting your router assigned a new WAN IP address. 
    If you want to give that a try, see this post for the steps involved:
    http://forums.verizon.com/t5/FiOS-Internet/How-am-I-able-to-change-my-ip-address/m-p/703336#M47733

  • I have suddenly become unable to access photo library  iPhoto (vers 9.5) on my external drive.  And time Machine will no longer back up to the same external (LaCie) drive.  Appreciate all suggestions.  The drive does show up on my desktop....

    I have suddenly become unable to access photo library (iPhoto vers 9.5) on my external hard drive.  Also time machine isnt backing up to same external hard drive (LaCie).  The drive does show up on the desk top, but when i open iPhoto the library isnt listed, so I cant option click.

    First, one should not try to run an iPhoto library from the same volume/drive that is being used by Time Machine for backups.  TM will continue to fill up the drive thus squeezing out iPhoto from being able to be opened and used. Also that doesn't allow you to let TM backup your library as it does with other files on your boot drive.
    If you partition the EHD into two separate partitions you can run the library from it but that won't let TM backup the library which is important.
    Are you able to see the library on the EHD via the Finder?  If so copy it back to your boot drive and open it there.  You may have to do some fixing on it.
    Solution is to either run the library from the boot drive or get a second EHD to run the library from and let TM back it up along with your boot drive.
    OT

  • The photos in my IPhoto have all become mini-thumbnails and I can't open or edit them. When I print the image it comes out normal size.  How do I get the thumbnails back to the standard size and be able to work with them?

    The photos in my IPhoto have all become mini-thumbnails and I can't open or edit them. When I print the image it comes out normal size.  How do I get the thumbnails back to the standard size and be able to work with the photo files?

    What version of iPhoto and system are you running?  On the guess that you're running the latest iPhoto, 9.4.2, Try the following:
    1 - launch iPhoto with the Command+Option keys held down and rebuild the thumnails, Option #2.
    2 - It may take 2-3 attempts so don't give up after only one attempt.
    OT

  • Images in Bridge have suddenly become much brighter than when I call them into Photoshop CS6.

    Images in Bridge have suddenly become much brighter then when I call them into Photoshop CS6. My monitor is calbrated.

    First go the Bridge / Camera Raw preferences.
    Inhere under 'default image settings' are 4 options to put a checkmark in front.
    If there is a checkmark in front of "apply auto tone adjustments' deselect it and try again.
    Otherwise select one problem file and with right mouse click menu choose 'purge cache for selection'. If this works then go to menu tools / cache/ purge cache for folder.
    If still in trouble could you provide more details about versions and OS and preferable a screenshot to clarify the problem more?

  • What are field symbols and field groups.? Have you used "component idx of s

    What are field symbols and field groups.? Have you used "component idx of structure"

    Field Symbols and field groups
    Field Groups / Extracts
    http://help.sap.com/saphelp_46c/helpdata/EN/9f/db9ede35c111d1829f0000e829fbfe/frameset.htm
    Field Symbols
    http://help.sap.com/saphelp_46c/helpdata/EN/fc/eb387a358411d1829f0000e829fbfe/frameset.htm
    Field symbols: are placeholders or symbolic names for other fields. They do not physically reserve space for a field, but point to its contents. A field symbol cam point to any data object. The data object to which a field symbol points is assigned to it after it has been declared in the program.
    Whenever you address a field symbol in a program, you are addressing the field that is assigned to the field symbol. After successful assignment, there is no difference in ABAP whether you reference the field symbol or the field itself. You must assign a field to each field symbol before you can address the latter in programs.
    Field Groups:
    A field group is a user-defined grouping of characteristics and basic key figures from the EC-EIS or EC-BP field catalog.
    Use
    The field catalog contains the fields that are used in the aspects. As the number of fields grows, the field catalog becomes very large and unclear. To simplify maintenance of the aspects, you can group fields in a field group. You can group the fields as you wish, for example, by subject area or responsibility area. A field may be included in several field groups.
    When maintaining the data structure of an aspect, you can select the field group that contains the relevant characteristics and basic key figures. This way you limit the number of fields offered.
    A field group combines several existing fields together under one name
    like
    FIELD-GROUPS: fg.
    then you can use one insert statement to insert values in fields of field-group.
    INSERT f1 f2 ... INTO fg.
    Field symbols
    If u have experience with 'C', then understand this to be similar to a pointer.
    It is used to reference another variable dynamically. So this field symbol will simply point to some other variable. and this pointer can be changed at runtime.
    FIELD-SYMBOLS <FS>.
    DATA FIELD VALUE 'X'.
    ASSIGN FIELD TO <FS>.
    WRITE <FS>.
    Field symbols: are placeholders or symbolic names for other fields. They do not physically reserve space for a field, but point to its contents. A field symbol cam point to any data object. The data object to which a field symbol points is assigned to it after it has been declared in the program.
    Whenever you address a field symbol in a program, you are addressing the field that is assigned to the field symbol. After successful assignment, there is no difference in ABAP whether you reference the field symbol or the field itself. You must assign a field to each field symbol before you can address the latter in programs.
    Field Groups:
    A field group is a user-defined grouping of characteristics and basic key figures from the EC-EIS or EC-BP field catalog.
    Use
    The field catalog contains the fields that are used in the aspects. As the number of fields grows, the field catalog becomes very large and unclear. To simplify maintenance of the aspects, you can group fields in a field group. You can group the fields as you wish, for example, by subject area or responsibility area. A field may be included in several field groups.
    When maintaining the data structure of an aspect, you can select the field group that contains the relevant characteristics and basic key figures. This way you limit the number of fields offered.
    Field Groups / Extracts
    http://help.sap.com/saphelp_46c/helpdata/EN/9f/db9ede35c111d1829f0000e829fbfe/frameset.htm
    Field Symbols
    http://help.sap.com/saphelp_46c/helpdata/EN/fc/eb387a358411d1829f0000e829fbfe/frameset.htm

  • I have a software license certificate for the upgrade from CS5.5 to CS6, but I have lost the upgrade file due to a disk crash in my computer.

    I have a software license certificate for the upgrade from CS5.5 to CS6, but I have lost the upgrade file due to a disk crash in my computer.
    where can I get the upgrade file from ?
    thanks,
    Ofer

    Downloads available:
    Suites and Programs:  CC 2014 | CC | CS6 | CS5.5 | CS5 | CS4 | CS3
    Acrobat:  XI, X | 9,8 | 9 standard
    Premiere Elements:  12 | 11, 10 | 9, 8, 7
    Photoshop Elements:  12 | 11, 10 | 9,8,7
    Lightroom:  5.6| 5 | 4 | 3
    Captivate:  8 | 7 | 6 | 5
    Contribute:  CS5 | CS4, CS3
    Download and installation help for Adobe links
    Download and installation help for Prodesigntools links are listed on most linked pages.  They are critical; especially steps 1, 2 and 3.  If you click a link that does not have those steps listed, open a second window using the Lightroom 3 link to see those 'Important Instructions'.

  • Imports from my memory card to Aperture have suddenly become scrambled, not in numerical, chronological or any order. Whats up?

    Imports from my memory card to Aperture have suddenly become scrambled. Not in numerical, chronological, or any order.

    Hi waynecook.  More information is needed in order to provide a helpful response.
    What settings are you using in the Import dialog?
    Can you sort the images once they are imported?
    Are they sorted/sortable in the Import dialog?
    Into what container are you importing them?
    Is your installation of Aperture and of OS X completely up-to-date?

  • Have you made arrangements for Classified system users of Adobe Creative Cloud products?

    I am a classified system user of the Adobe CS6 Suite of tools.  Am I shut out from the Creative Cloud updates going forward?  Have you arranged accomodations for us classified users or do we need to switch to other software over time as CS6 becomes obsolete?

    Bob Atwell wrote:
    Since I know that Adobe isn't in the business of intentionally alienating its customers I'd like to see this same kind of option made available to casual users in some way that could minimize Adobe's costs.  Adobe has always been the upscale product and even casual users of your software might benefit from not having to phone home more than once a year if they chose to pass on updates.
    Note also that since the new CC version came out in June, now an Internet connection is only needed once every 99 days for annual memberships:
    "For annual members, you can use the apps for up to 99 days in offline mode. Month-to-month members can use the software for up to 30 days in offline mode"
    Another solution for individual/everyday/casual customers would be to buy a year (or more) of Creative Cloud in advance using a prepaid 12-month membership card...  Then (as you said Bob) no online checks would occur for one full year, after the initial (one-time) product activation took place.

  • ."you cant sign in due to server error"

    please help, i have been trying now for three hour to sogn into icloud via my pc, it is widows 7... i use firefox. all iget is "you cant sign in due to server error". I have synched my firefox...

    update apple device iOS and PC browser to latest version; retry.

  • HT1420 Can you authorize my PC due to hardware maintenance PC had to re-installed

    I have to re-installed everything due to hardware maintenance on my PC and I could not play my songs because it has said that I have max 5 computers as a record. How do I authorize it so I can play in my PC with a new installed. Thank you for your prompt attention in this matter would be appreciated.
    Regards,
    Arif Datau

    iTunes Store: About authorization and deauthorization - http://support.apple.com/kb/HT1420 - and another helpful post: https://discussions.apple.com/message/17828050

  • The sound modes on my Mac have somehow become reversed. What's going on?

    The sound modes on my Mac have somehow become reversed. Plugging my headphones in will result in incredibly loud volume (like speaker levels), and pulling them out makes the volume played through the speakers very soft-- it is even soft on the highest volume. What's going on? Please help.

    iTunes Radio is currently only avaliable in United States.
    The Apple.com site usually defaults to the U.S version of the site.
    On a side note, if you are located in the United States, please try rebooting your phone, signing into your Apple ID and launch the music app.

  • DEAR ORACLE: what have you done with webdb?

    dear oracle,
    i was using webdb since rel 2.0.* and i think, it was a great idea! we could visualize data
    and give the users the chance to access the data in a very simple way - without programming
    in java, c++ or anything else ( ok, pl/sql is needed sometimes. but as long as we are using
    oracle databases, we will find someone with pl/sql-knowledge :-), so this is not an
    additional requirement).
    but what have you done with this wonderful idea?
    you have moved webdb to an enterprise-portal, with great functionality and a huge requirement
    of resources. no doubt, it is a powerful product, where you can build wonderfull sites
    full of surprising elements, every second character bold and blinking . . .
    but you forgot the customers, who only need a simple way, to create forms and reports.
    by moving portal to such a level, as you have done, you left a gap below this.
    please tell me, why should i install and use such a 'mighty' product as 9iAS, when i only
    need the functionality, that came with webdb??
    some impressions:
    - starting with the installation ( download 2 GB! a just released product and i have to download
    additional 274 MB of patches, wasting more time with the patch-installation than the rest).
    - space-requirements of nearly 5 GB (approx. 12 times as much as webdb 2.2)
    - i have to use internet directory, management server, enterprise manager - all products,
    that i don't need for the rest of my daily business and that i'm not familiar with
    (until now) -> requiring additional time to become familiar with. do you realy think, that the use of all
    products in your portfolio makes it easier to handle (as stated in one of the white papers?)?
    It seems, that you have lost the ground!
    - saving my investments by a migration path? i can forget this - oracle support surrendered and tells
    me, that there is something in the installation that prevents me from upgrading.
    - the product portal seems to be very 'dynamic': if i don't want to lose support, i have to upgrade
    to the next release nearly every three months (one of the most important phrases, heard by support-stuff:
    "you have any problem? you should upgrade to the latest release first!")
    so, dear oracle,
    i hope, you remember those customers, who don't want an overkill. please, fill up the
    gap with an applicationserver-light/portal-light and don't forget, that the main scope of your
    customers is to fulfil their own customers needs and not to administer oracle-products.
    regards
    rainer

    I have tried to open several large PDF docs with Reader DC (although on Windows 7), and they all open instantly.
    Two possibilities I can think of:
    Are you inside a corporate firewall?  If so, make sure that you have access to cloud.acrobat.com
    If the above is not the problem, can you try to disable Protected Mode [Edit | Preferences | Security (Enhanced)].

  • Have you had high cc usage for a planned expense that lowered your FICO scores?

    In a week or so I am initiating some home improvements and repairs. I know the charges to my cc will be way over the ideal limit until I pay it(them) down, but I now have zero interest on several cards so now is the time to do it. Has someone done this and seen their credit scores sink to the bottom of the barrel? I am thinking I should just not look at scores while I am doing these necessary things and just continue paying down the balances until my credit scores recover. How badly did your credit take a hit if you have done this? Was it worth it to you? (I only just got these scores in the last weeks due to utilization and new accounts.) Oh, and what is considered 100% usage? How close to the limit can I go? Thank you for any responses. In my wallet: Venture 15k; Barclay Ring 12.5k; Discover 10k; CareCredit 7.7k; Amazon Store Card 5k. QS 5k; Band of A Travel Rewards 3.5k; Bank of A Travel Rewards 3.5k; Bank of A Platinum Visa 2k; Barclay Apple Rewards 2k. Total Credit: 66,200. 7/2-FICO: EQ - 788; TU - 777; EX - 690; Utilization: 12%; GOAL: 780 across the board then 800 across the board. Inquiries: EQ: 5 TU: 7; EX 3; Chapter 13 seven years May, 2015. Reset my garden date to 6/27. Gardening until further notice. 

    Musiclover wrote:
    Have you had high cc usage for a planned expense that lowered your FICO scores?I don't recall but I have been up to 76% recently.  However, the balance was immediately paid off.  I don't recall if reported or not.  The impact didn't really matter since it was going to be paid off immediately. Musiclover wrote:
    Oh, and what is considered 100% usage?
    Utilization is balance/limit.  If the balance equals the limit it's 100%. Musiclover wrote:
    How close to the limit can I go?Depending on the card you may be able to exceed the limit.  However, such cards would require that you immediately pay any balance exceeding the limit.  For scoring purposes it is recommended to not exceed 30%.  However, short term high utilization generally isn't an issue.  It's prolonged high utilization that can get you into trouble.  Be aware that there is a double hit from having high utilization on a card and having itmaxed out (generally >90%). Musiclover wrote:
    I know the charges to my cc will be way over the ideal limit until I pay it(them) down,How long will that take?  What utilization would you be at initially?  How long would it take to get it down to 50%?  Under 30%?

Maybe you are looking for

  • I currently have the Mac OS 10.4.11

    - I need to upgrade to continue using several applications, plus take advantage of new iphone features.  Am i able to upgrade to latest version? Or each one?

  • Upload clipboard or file to a selection in the internet explorer

    Hello gurus, I built a query at the Bex 7 and on this query I built an WebTemplate in the Web Application Designer. This template is implemented in the portal. The customer open the template at the Internet Explorer (IE). At the beginning a selection

  • N8 Ovi Maps 3D?

    I saw on the Nokia.nl website that there is a Ovi Maps 3D app/program. How can I download this app? I couldn't found it in the OVI-store. greetz, Herman

  • G5 Xserve

    Hi There. I have a problem with one of my G5 Xserves. The problem is it does not seem to be recognizing the hard drives. I am trying to determine if it is the caddie or the machine or the drives. I had purchased two new WD 250gb HDDs because of the f

  • Mix HTML and JSF

    How do I go about interspersing HTMl with the JSF components? The outputText works Ok for small bits of code but cannot be nested. Basically, I need to go to Flow-Based layout using tables and cannot seem to get started so any ideas would help.