
Most reports work fine, but since upgrading to the new version some reports turn back this error,
Error Type:
Microsoft JET Database Engine (0x80040E10)
No value given for one or more required parameters.
/metatraffic/class.asp, line 2980
The reports that do this are,
Ref. By Extension
Ref. By URL
Ref. By Page
Ref. By Host
Ref. By Domain
Ref. Summary
Maybe it is because these fields are empty in the DB?
I ran the upgrade tool to add fields into the databsae
The tool to populate the database with values returns the same error as above.
Pleanty of kinks to work out.............[:(!][:(!]:evil:
Some Reports dont work
You need to upgrade your database. Read the readme file for upgrade instructions.
Regards,
~Chad
Some Reports dont work
I tried to upgrade the database, but that throws back the same error message
Now the whole thing doesnt track anyone, everything is set up the same as it was from the pervious version (and worked) but now nothing works.
some things are better left unchanged i guess
Some Reports dont work
That section of code is the "CountTotalReferrers()" function.
The fields used by that function are mainly the ones that were added by the "upgrade.asp" tool, so the ALTER command didn't work as expected, or didn't ran at all
Globally you need to update the schema, via the button on the left button of the "upgrade.asp" page, then when the form returns, you click on the button at the right to populate the database fields that were added. This is a 2 step thing, make sure you do the steps in that sequence, otherwise this will simply not work.
Hope that helps.