K
Kidan
I built a small application that took export files from a sales
application, and transformed them into the format necessary for
importing by an accounting application. Both the Sales and the
accounting application are server applications.
I built the conversion tool using .NET 1.1 on a WindowsXP box.
It was deployed to a Win2k box.
And for a while, it worked perfectly fine.
Then the client upgraded to a XP box and upgraded the accounting
application. Well when this happened, the accounting application
suddenly stopped being able to import the files. Whenever it was
attempted they no longer balanced.
Yet if we ran the application on the Win2k box - everything worked
fine.
My first thought was that the problem was due to upgrading the
accounting application - but that can't be it, as the software runs on
the server - so the conversion tool on both the win2k and winxp boxes
were hitting the same application.
And unfortunately, I've yet to have a second thought.
The files being generated by the conversion tool look the same, and
look correct according to the accounting application's import API.
Has anyone else had similar problems? Or know if there's a fundamental
difference in how Win2k and WinXP handles files which could possibly
account for this?
Thanks!
application, and transformed them into the format necessary for
importing by an accounting application. Both the Sales and the
accounting application are server applications.
I built the conversion tool using .NET 1.1 on a WindowsXP box.
It was deployed to a Win2k box.
And for a while, it worked perfectly fine.
Then the client upgraded to a XP box and upgraded the accounting
application. Well when this happened, the accounting application
suddenly stopped being able to import the files. Whenever it was
attempted they no longer balanced.
Yet if we ran the application on the Win2k box - everything worked
fine.
My first thought was that the problem was due to upgrading the
accounting application - but that can't be it, as the software runs on
the server - so the conversion tool on both the win2k and winxp boxes
were hitting the same application.
And unfortunately, I've yet to have a second thought.
The files being generated by the conversion tool look the same, and
look correct according to the accounting application's import API.
Has anyone else had similar problems? Or know if there's a fundamental
difference in how Win2k and WinXP handles files which could possibly
account for this?
Thanks!