amit.mataghare
amitnm
- Local time
- Today, 08:37
- Joined
- Sep 28, 2010
- Messages
- 10
Hi ,
I have a Access database being accessed by more than 50 users in production. The software had been working without any glitches for more than 2 years now. The hardware was recently upgraded some 100 days back. But all of a sudden an error has cropped up in the application.
The error code is 28 with desciption 'out os stack space'
MS Access database has around 50-60 forms and losts of VBA code and it uses Oracle database in back-end
As I understand this error comes up when stack memory gets full maybe becasue of recursive code, too complex nested code or when many functions ,events are opened.
But in this case the code should not have given error all of a sudden after those many days. I suspect may be the memory available on the server is not able to support activities of this many user at one time
Can someone please suggest what would be the best possible solution to this problem? Can increasing the system memory would be an easier option?
I have a Access database being accessed by more than 50 users in production. The software had been working without any glitches for more than 2 years now. The hardware was recently upgraded some 100 days back. But all of a sudden an error has cropped up in the application.
The error code is 28 with desciption 'out os stack space'
MS Access database has around 50-60 forms and losts of VBA code and it uses Oracle database in back-end
As I understand this error comes up when stack memory gets full maybe becasue of recursive code, too complex nested code or when many functions ,events are opened.
But in this case the code should not have given error all of a sudden after those many days. I suspect may be the memory available on the server is not able to support activities of this many user at one time
Can someone please suggest what would be the best possible solution to this problem? Can increasing the system memory would be an easier option?