Jeffrey Palermo (.com)

Sponsors

The Lounge

News

Advertisement

Images in this post missing? We recently lost them in a site migration. We're working to restore these as you read this. Should you need an image in an emergency, please contact us at imagehelp@codebetter.com
You might have a legacy enterprise application if . . . - level 000
You might have a legacy enterprise application if . . .
  • You can't figure out which copy of the source code is the one deployed to production.
    • You find more than one source code repositories with the old shipping application.  Which one is the real one?  Every developer who worked on the project has left the company.
  • You modify the code and another system goes down.
    • Enterprise applications are notorious for being very interdependent.  You had no idea that this old application was making a file drop to another server in the Idaho office, and now I/T in Idaho is screaming that their product prices are 10 days old!
  • User workarounds for bugs in the application are published in a "user manual"
    • Whatever you do, don't submit more than one request at a time!  The server will lock up and have to be rebooted.
  • There is a pager dedicated to support for the application.
    • Enough said.

Posted 04-07-2006 12:45 AM by Jeffrey Palermo

[Advertisement]

Comments

dherger wrote re: You might have a legacy enterprise application if . . . - level 000
on 04-07-2006 2:09 AM
add:  You open up a project and its looking for something.vbx
Eric Wise wrote re: You might have a legacy enterprise application if . . . - level 000
on 04-07-2006 8:18 AM
add: Each department is keeping copies of their data manually in excel files because the system is so unreliable that they have to fact check every record after batch processes are run.
Jeremy D. Miller wrote re: You might have a legacy enterprise application if . . . - level 000
on 04-07-2006 11:06 AM
add:  if you have to go looking for an ex-employee's old laptop to find the correct version of the source code
Ayende Rahien wrote re: You might have a legacy enterprise application if . . . - level 000
on 04-07-2006 12:41 PM
add: The manual includes the cellular and home numbers of at least one of the developers.
Jeremy D. Miller wrote re: You might have a legacy enterprise application if . . . - level 000
on 04-07-2006 12:43 PM
add to Ayende's: The codebase has a hard-coded error handler to send an email to someone you've never heard of
Joshua Flanagan wrote re: You might have a legacy enterprise application if . . . - level 000
on 04-07-2006 2:44 PM
add: It's running on Windows NT 4.0 because everybody is afraid to upgrade it to work with the "new" COM+ introduced in Win2K.
Jeremy D. Miller wrote re: You might have a legacy enterprise application if . . . - level 000
on 04-07-2006 3:22 PM
Oooh, Josh.  I bet I know exactly which system you're referring to...

add:  In reference to the above, The application takes an entire week to deploy to testing.  Every single time.



add:  There is a copy of the application source for each region, factory, country, client, etc. with very slightly different code
Ayende Rahien wrote re: You might have a legacy enterprise application if . . . - level 000
on 04-07-2006 4:00 PM
add: The source code has comments like // John in Finance needs this so he can use the VisiCalc stuff.

add: The database has tables like John_*, Jennie_*, etc.
Jeremy D. Miller wrote re: You might have a legacy enterprise application if . . . - level 000
on 04-07-2006 4:37 PM
Just overheard Jeffrey say --> add:  They have all these IP addresses in the Global.asa we have to change for production...


add:  The source code has comments like "'this is a dirty, dirty hack. Take it out immediatly JDM 4/7/[5 years ago]"

add:  You have a scheduled reboot every night
MB wrote re: You might have a legacy enterprise application if . . . - level 000
on 04-07-2006 7:24 PM
Hey, I'm not sure if what I'm supporting here qualifies as legacy....Do these count? ;)
1. You have to keep a laptop from '92 around with DOS 3.x. Anything newer has trouble with the serial port.
2. You actually know about (and use) <a href="http://www.merlyn.demon.co.uk/pas-r200.htm#R200">this</a> patch for machines > 200MHz.
3. You have a development environment for FoxPro 2.6a...for UNIX. (Yes, there <a href="http://fox.wikis.com/wc.dll?Wiki~Foxpro/UNIX~VFP">was</a> such a beast).
tod wrote re: You might have a legacy enterprise application if . . . - level 000
on 04-10-2006 1:19 PM
add: You have to reinstall the application every 2-3 months because it just stops working.  Oh, and you have to install it 3 times in order for it to work (install, uninstall, install, uninstall, install and voila!).
Harris wrote re: You might have a legacy enterprise application if . . . - level 000
on 04-10-2006 2:08 PM
"Ayende Rahien said:
add: The manual includes the cellular and home numbers of at least one of the developers.
April 7, 2006 12:41 PM"

It's really bad when the phone number is yours...
tod wrote re: You might have a legacy enterprise application if . . . - level 000
on 04-10-2006 3:15 PM
I just ran into this one...

add: You have SQL tables that are named as follows -
[tablename]
[tablename]new
[tablename]new_current
[tablename]new_historic

Which is the one really being used?