OMG what am I supposed to do? (1 Viewer)

recon101

New member
Local time
Today, 09:03
Joined
Dec 5, 2014
Messages
3
I just graduated from school in diploma in IT.

Now I got a job as a It personnel...Looks Like i am the only one. Now they have a project for me in a very very tight schedule....

They want me to setup a centralized system for our office... e.g: all branches will link all their dbms software into one location...

OMG what am I supposed to do?
Is there a link I could learn in a short amount of time?:banghead:
 

pbaldy

Wino Moderator
Staff member
Local time
Today, 09:03
Joined
Aug 30, 2003
Messages
36,126
Good luck; you're going to need it. Don't know of a link like that; you need a Vulcan Mind Meld. ;)
 

Galaxiom

Super Moderator
Staff member
Local time
Tomorrow, 02:03
Joined
Jan 20, 2009
Messages
12,852
Don't be intimidated into a ridiculous schedule, arbitrarily arrived at by supervisiors who probably have no idea how long something like that will take even for a highly experienced developer.

They probably need an experienced developer but decided to save money by paying for a beginner and thrown you in the deep end.

In any project you must start by getting a clear specification of what the application is supposed to do. Otherwise you will be faced with "feature creep". You do what they ask then they ask for more, often requiring you to complely restructure the data.

Try to think ahead of them and structure your tables to hold the things they have not thought of. Don't hard code things that they might change. Put all settings in tables so they can be easily altered.

One important word of advice on your design, do not connect an Access front end to a back end across the WAN or internet. It was never intended for that.

I expect we will see a lot of you here over the next few months.;)
 

recon101

New member
Local time
Today, 09:03
Joined
Dec 5, 2014
Messages
3
Hi Galaxiom,

Thanks, eventually I mean something like how to setup a centralized server in one location with accounting software installed and how to connect individual computers from other branches to the centralized server. Not about building an access database :D
 

Minkey

Registered User.
Local time
Today, 16:03
Joined
Jul 7, 2004
Messages
661
OMG what am I supposed to do?
Erm your job after all you are the IT guy with a diploma ;) (only pulling your leg).

Sounds like you have been thrown in a bit at the deep end and this is no bad thing, I'm sure your employers want to 'test' you out and it will give you a chance to learn very quickly.

First thing is don't panic take it one step at a time.

Excuse my ignorance but doesn't an IT diploma have lessons in (at least basic) networking? If so you should have some of the skills needed, even though you may not have any experience of networked accounting software that 'part' of the project is part of the application layer and essentially any decent software can be set up to work on a network without intimate knowledge of the function of the application.

Galaxoim has valid points even though this is not an Access specific project.

My advice:

In any project you must start by getting a clear specification of what the application is supposed to do. Otherwise you will be faced with "feature creep"
Absolutely vital it will also be very useful to find out how they do their accounting at the moment, what software they use, how it works, how they currently 'send their data' to well wherever they send it (if they do) if that means visiting the other sites then do so (you'll need to do this anyway at some point).

Find out what type of network they have in place at the moment. I assume each branch will have some sort of connection (internet at least), so check what type of connection, internet or company based network, who installed it and/or supports it (they are a good source of information).

Is their any budget at the moment (I doubt it by the sounds of things so you'll need to make a budget – don't worry too much about this for now though).

That would be a good start, now as I mentioned don't panic if this all sounds a bit daunting I highly doubt they expect you to do everything i.e. actually make the application, install and configure any additional hardware, maintain everything, train the staff, pay the bills :p.

there is much more info I could type out but for now I would recommend you gather as much relevant information on how the 'system' works at the moment. Don't be afraid to ask questions, you boss is there to support you and if he/she is any good they will help you get started, give you contacts etc.

Also be honest even a small scale project can require multiple people with multiple skills especially when it come to IT and the information gathering process will give some idea of what will be required, what you can/ cannot do etc.

You probably find out that the easiest, most cost effective and best answer is to buy a 'solution' that will fit your current and potentially future needs and have it installed and set up by a specialist company. You'll essentially be the project manager :) and yes this may not be what they expected but not only do you need to educate yourself you'll need to educate your higher ups.

Good luck :)
 

jdraw

Super Moderator
Staff member
Local time
Today, 12:03
Joined
Jan 23, 2006
Messages
15,379
I agree with Galaxiom - but to boil it down to the essence --What exactly are the requirements/specifications?

I don't know what IT courses you studied, but almost everything starts with stepping back to see "the forest". What, in plain, simple English, is the objective? What, in general terms, are the steps involved? Don't assume anything. Ask specific questions and if you don't understand, ask for clarification until you do.

Good luck. I hope your courses involved some practical problem solving.
 

Vassago

Former Staff Turned AWF Retiree
Local time
Today, 12:03
Joined
Dec 26, 2002
Messages
4,751
And definitely don't be intimidated into a deadline that is impossible to meet. That's an important set of words. Those should be negotiated based on the work involved. They have no idea what it will take to produce it, more than likely, and only see it from the end user perspective.
 

BlueIshDan

☠
Local time
Today, 13:03
Joined
May 15, 2014
Messages
1,122
Honestly, basic IT programs do teach "Networking" but they give you no real way of knowing how to set anything up. They teach subnet masks and the difference between a hub and a switch... The difference between an application server, domain controller and what ever other components sit in a server room is not covered.

In my experience.
 

pbaldy

Wino Moderator
Staff member
Local time
Today, 09:03
Joined
Aug 30, 2003
Messages
36,126
Honestly, basic IT programs do teach "Networking" but they give you no real way of knowing how to set anything up. They teach subnet masks and the difference between a hub and a switch... The difference between an application server, domain controller and what ever other components sit in a server room is not covered.

In my experience.

My experience too. Long ago I took a class on network administration. It was completely focused on passing the MS certification test. From a practical perspective, it was almost worthless.
 

Users who are viewing this thread

Top Bottom