What Are You Working On Today?

  • (133 Pages)
  • +
  • « First
  • 23
  • 24
  • 25
  • 26
  • 27
  • Last »

1981 Replies - 89513 Views - Last Post: 19 August 2014 - 08:16 AM

#361 alapee   User is offline

  • Stressed Out Programmer

Reputation: 239
  • View blog
  • Posts: 2,536
  • Joined: 24-October 13

Re: What Are You Working On Today?

Posted 12 May 2014 - 08:34 AM

View PostDuckington, on 12 May 2014 - 10:06 AM, said:

Currently pulling my hair out over a supposed bug which I don't think even exists.

For a while now I've had reports coming in from various users that data they have saved has "disappeared".

Firstly, there is no code in the system that ever deletes the data from the database.

Secondly, if I compare the highest ID number in the table to the COUNT() of records in the table, they always match, so nothing has been deleted.

Thirdly, when I've checked backups taken BEFORE dates when I've been assured the data was still there, it isn't there.

And lastly every database action is logged to a log table, and there is nothing in there for the people/dates they tell me about.



It's been going on for months now. I can't just come out and say the users are lying or stupid, but I just can't see what else it could be...



What about how the data is being displayed to the user?
Was This Post Helpful? 0
  • +
  • -

#362 depricated   User is offline

  • Nero


Reputation: 2532
  • View blog
  • Posts: 6,273
  • Joined: 13-September 08

Re: What Are You Working On Today?

Posted 12 May 2014 - 08:36 AM

Right, I guess the first question would be is the data actually missing. Can you verify that the data they're expecting isn't in the database. If it is in the DB, it's more likely a business logic or GUI error.
Was This Post Helpful? 0
  • +
  • -

#363 Duckington   User is offline

  • D.I.C Addict

Reputation: 172
  • View blog
  • Posts: 615
  • Joined: 12-October 09

Re: What Are You Working On Today?

Posted 12 May 2014 - 08:41 AM

The data is defintely not in the database, nor has it ever been according to the various logs, backups, etc...

If there is a bug then it's at the point at which the data is being saved, however on several occasions I've been told that they have checked after saving it and the data defintely had saved, but then when I check the backups and logs, it's nowhere to be found.
Was This Post Helpful? 0
  • +
  • -

#364 Bort   User is offline

  • Ill-informed Mongoloid
  • member icon

Reputation: 451
  • View blog
  • Posts: 3,114
  • Joined: 18-September 06

Re: What Are You Working On Today?

Posted 12 May 2014 - 08:57 AM

Sounds like someone forgot to change the 'Copy to output directory' option in Visual Studio.

It looks like it saved, but it didn't really.

Of course, this isn't exactly helpful.
Was This Post Helpful? 0
  • +
  • -

#365 BenignDesign   User is offline

  • holy shitin shishkebobs
  • member icon




Reputation: 8384
  • View blog
  • Posts: 12,682
  • Joined: 28-September 07

Re: What Are You Working On Today?

Posted 12 May 2014 - 10:14 AM

I'm staring at a chunk of relatively simple code trying to figure out why my if-else statements aren't yielding the desired result. Grr...
Was This Post Helpful? 0
  • +
  • -

#366 jon.kiparsky   User is offline

  • Beginner
  • member icon


Reputation: 12350
  • View blog
  • Posts: 20,989
  • Joined: 19-March 11

Re: What Are You Working On Today?

Posted 12 May 2014 - 10:16 AM

Try doing them the other way around.
Was This Post Helpful? 0
  • +
  • -

#367 BenignDesign   User is offline

  • holy shitin shishkebobs
  • member icon




Reputation: 8384
  • View blog
  • Posts: 12,682
  • Joined: 28-September 07

Re: What Are You Working On Today?

Posted 12 May 2014 - 10:20 AM

Blergh. Think I'm gonna have to open a help thread for this one.
Was This Post Helpful? 0
  • +
  • -

#368 Martyr2   User is offline

  • Programming Theoretician
  • member icon

Reputation: 5615
  • View blog
  • Posts: 14,693
  • Joined: 18-April 07

Re: What Are You Working On Today?

Posted 12 May 2014 - 10:52 AM

What am I working on today? Helping people to use their brains for a mere 2 seconds. It is challenging!

Them: "Martyr Martyr, I am trying to submit an image and it is erroring out telling me that my image is not the 120 x 40 size!"
Me: "Oh really? What size is the image?"
Them: "120 x 40"
Me: "Ok, let me see the image you are trying to upload."
Them: ... send image with a name that includes 120x40 in it...
Me: Opens it in a graphics program to see that the image is 500 x 167
Me: "Are you sure this is the image you are trying?"
Them: Yes
Me (thinking): "Did you even take a look at the file because how is 500 x 167 even close to 120 x 40?"


Sad thing is, this conversation is shortened. There was two other people who looked at this before it got to me. None even bothered to open the graphic to see it was the wrong size.

Oh yeah, did I mention I am hired as a programmer? Why am I even bothered with this?

That is what I am working on today. Yay me! ;)
Was This Post Helpful? 0
  • +
  • -

#369 no2pencil   User is offline

  • Professor Snuggly Pants
  • member icon

Reputation: 6968
  • View blog
  • Posts: 31,958
  • Joined: 10-May 07

Re: What Are You Working On Today?

Posted 12 May 2014 - 10:55 AM

PTR, Mail, & Reverse Proxy!
Was This Post Helpful? 0
  • +
  • -

#370 macosxnerd101   User is offline

  • Games, Graphs, and Auctions
  • member icon




Reputation: 12800
  • View blog
  • Posts: 45,992
  • Joined: 27-December 08

Re: What Are You Working On Today?

Posted 12 May 2014 - 11:20 AM

I have my Modern Algebra exam bright and early tomorrow at 7:45 AM, followed by my Incentives exam at 10:05. I may or may not be heading home tomorrow depending on how my Neuroeconomics paper is looking.
Was This Post Helpful? 0
  • +
  • -

#371 depricated   User is offline

  • Nero


Reputation: 2532
  • View blog
  • Posts: 6,273
  • Joined: 13-September 08

Re: What Are You Working On Today?

Posted 12 May 2014 - 11:21 AM

Martyr, I'm so sorry. I'm so glad not to be help desk, I don't know what I would do if someone called me like "I can't computer the image over the website because you refreshed the microsoft!"

I...I think I'd break down and cry, possibly shoot myself.
Was This Post Helpful? 0
  • +
  • -

#372 alapee   User is offline

  • Stressed Out Programmer

Reputation: 239
  • View blog
  • Posts: 2,536
  • Joined: 24-October 13

Re: What Are You Working On Today?

Posted 12 May 2014 - 12:00 PM

Been Helpdesk, Technically Still am.


Working getting my next classes enrolled because my previous college never sent my transcripts, so now I might getting to class late.
Was This Post Helpful? 0
  • +
  • -

#373 macosxnerd101   User is offline

  • Games, Graphs, and Auctions
  • member icon




Reputation: 12800
  • View blog
  • Posts: 45,992
  • Joined: 27-December 08

Re: What Are You Working On Today?

Posted 12 May 2014 - 12:58 PM

First grade is in! I'm so relieved to have gotten a B in Real Analysis this semester, and now to be done with this sequence for good.
Was This Post Helpful? 0
  • +
  • -

#374 depricated   User is offline

  • Nero


Reputation: 2532
  • View blog
  • Posts: 6,273
  • Joined: 13-September 08

Re: What Are You Working On Today?

Posted 12 May 2014 - 01:06 PM

Damn dude, I think I was still figuring out basic math in first grade.


jk awesome and grats!
Was This Post Helpful? 0
  • +
  • -

#375 macosxnerd101   User is offline

  • Games, Graphs, and Auctions
  • member icon




Reputation: 12800
  • View blog
  • Posts: 45,992
  • Joined: 27-December 08

Re: What Are You Working On Today?

Posted 12 May 2014 - 01:10 PM

Thanks, depricated!

And I imagine this must be you then:
Posted Image
Was This Post Helpful? 0
  • +
  • -

  • (133 Pages)
  • +
  • « First
  • 23
  • 24
  • 25
  • 26
  • 27
  • Last »