Hi,
We are experiencing a nhttp crash on running an agent on server and it occurs on a random basis. Does any one knows the following class usage??
NSFDbMaxUseClass
This was one of the un documented class as far I searched on the forums
This is recorded in the NSD and nhttp crash occurs after this. Is this related to concurrent user limit??
Pls help
Subject: That’s NSFDbGetMaxUserClass
Note it’s user, not use.
All this does, is return a number from the database properties. If the database is already open, I see no reason it should ever fail. If, however, you pass it an invalid database handle, then I would expect a crash. So you need to look at what’s happening with the database handle you give it as argument, before you make the call.