If you have a username field of 32 characters in your calls table,
then you will get this error on the older 2.5 install. It assumed
only a 16 character username field. To correct the problem, you
need to edit the UpdateCalls_AccountID stored proc, and change the
length of the @username variable to 32, like below:
CREATE Proc UpdateCalls_AccountID AS
DECLARE @username varchar(32), @acctid int
> Unable to open table at query execution time (Message 202)
Can you go into your tasks in Enterprise manager and check the history
of the ones you have and see if any are overlapping (specifically the
two UpdateCalls procs)? You need to calculate the start time and
length to find out when each ends.
--Dale E. Reed Jr. Emerald and RadiusNT__________________________________________IEA Software, Inc. www.iea-software.com
For more information about this list (including removal) go to:http://www.iea-software.com/support/maillists/liststart