Click to See Complete Forum and Search --> : Help: error code for concurrent user


pestilence
June 3rd, 2007, 11:10 PM
Can somebody help me with my problem. im using classic asp and crystal report 11. I know that the crystal report has a concurrent user. so upon reaching the concurrent user or surpassing the concurrent user a error message is displayed to end user and an email is sent to me notifying that theres an error from rdcrptsever11.asp. i would like to stop the sending of mail if the the concurrent user is reach. there is a piece of code in 500-100.asp thats is connected to rdcrptserver11.asp.

below is the code.


if instr(lcase(objASPError.file), "rdcrptserver11.asp") <= 0 then
SendEmailNotification objAspError
end if

so how can specify not to send if the error if concurrent user was surpassed.


thanks in advance