One of our programmer's applications is spawning a thread from his startup routine in his application. This thread monitors a MS SQL Server DB. This database holds Excel files in a blob in the DB. When one hits the DB, this thread pulls the Excel file to his application for processing. I have deployed the app to both a test and live WebSphere system. It works on the test, but on the live it only pulls down the first 2k of the 28k file. I have checked many of the WebSphere settings and the .policy files.
How could this thread be built from within WebSphere?
thanks, Scott
How could this thread be built from within WebSphere?
thanks, Scott