Suppose you did all your work in a 32 bit system, the
production server is 64 bit system, you find that during
UAT, the system fails and is not working, how will u
communicate to your customer, what solution will you
provide to the client?
Re: Suppose you did all your work in a 32 bit system, the
production server is 64 bit system, you find that during
UAT, the system fails and is not working, how will u
communicate to your customer, what solution will you
provide to the client?
First list out the possible reasons why it is failed and
also list out possible solutions...Then inform the customer
with effort required if possible with revised dates
Re: Suppose you did all your work in a 32 bit system, the
production server is 64 bit system, you find that during
UAT, the system fails and is not working, how will u
communicate to your customer, what solution will you
provide to the client?
Check back with your specifications regarding the server
requirements. If the requirement was never specified, you
have assumed that the requirement is a 32 bit system.
In this situation, list the possible reasons why it failed.
Run a system test on a 32 bit machine and doubly ensure that
the reason for failure in only the server specification
Schedule a meeting with the customer and let them know that
the UAT failed and the most probable reason being he server
specification. Provide them the list of other possible
reasons (if you found any) and also inform them about your
plans on how to plan to tackle the issue and your
guesstimate of the time for the same.
Based on the criticallity of the system, one of the
solutions could be to deploy the software system on a 32 bit
server while you figure out a way to fix the issue. This
option could be given to the customer.
It is quite possible that the customer would take this
option and this would save time for the customer and help
your team to quickly find a fix.
Otherwise go with whatever the customer thinks you should do.
Re: Suppose you did all your work in a 32 bit system, the
production server is 64 bit system, you find that during
UAT, the system fails and is not working, how will u
communicate to your customer, what solution will you
provide to the client?
First of all we need to react to this situation more in a
technical way, many of the 64 bit OS are supporting 32 bit
applications. First verify if the OS can support 32 bit app
on the UAT or PROD server, 99% OS would have drivers to run
32 bit apps.
In the worst situation you may go with 32 bit system till
your app gets covert on to 64 bit.
Re: Suppose you did all your work in a 32 bit system, the
production server is 64 bit system, you find that during
UAT, the system fails and is not working, how will u
communicate to your customer, what solution will you
provide to the client?
First Analyze the problem throughly, it is technical problem or requirements mismatch problem or your team developed in 32 bit environment. First test a sample code on the 64 bit environment at development box and ensure it runs with out problem. Then estimate who much extra efforts are required to complete conversion, can we do in module wise or drops (agile method), finalize all these things at your end then approach the customer about the issue, with all the solutions and efforts. Before that ensue that all these things are not captured in the issue log (issues, risks & assumptions).
Suppose you did all your work in a 32 bit system, the
production server is 64 bit system, you find that during
UAT, the system fails and is not working, how will u
communicate to your customer, what solution will you
provide to the client?