Sunday, April 27, 2008

Jabatan Hasil Server Failed due to heavy usage?

















I am upset that despite several years of development the site had failed to take the challenge of the Malaysian last minute tax payers.

I had already waited for two hours and the same error message is appearing.

I guessed the Microsoft ASP server used at the HASIL office is not the correct platform for this kind of heavily loaded system.

I did a quick search online and the error is caused by :
[[CAUSE
The error is generated from the line in your .prf file that establishes the connection to the ActiveX Data Objects (ADO) source (for example, ADODB.Connection.1.5).

Rule Manager generates the Rule Set File with hard-coded ADO 1.5 version checks. If your computer is running ADO 2.0 or later and it has not been upgraded from ADO version 1.5, registry entries needed by ADO 2.0 to handle this version check will be missing.

RESOLUTION

To resolve this problem, apply the latest Site Server 3.0 service pack.

To work around this problem, you can fix the code that was previously generated by Rule Manager by finding the ADODB lines in the .prf file that have "1.5" appended to them and remove the "1.5." For example, change the line that reads "ADODB.Connection.1.5" to "ADODB.Connection." ]]
""""