Skip to main content

Hi everyone,

 

While upgrading to 4.6.10 from 4.6.8 in my TEST environment, I got this error:

 

3:11: DBQuery.RunQuery: 10:12:18:>> Query:
PRINT N'Altering gHostServer].]Session]...';


3:11: DBQuery.RunQuery: 10:12:18:>> Added 0 rows
3:10: DBQuery.RunQuery: 10:12:18:>> End RunQuery
3:10: DBQuery.RunQuery: 10:12:18:>> Start RunQuery
3:11: DBQuery.RunQuery: 10:12:18:>> Query:
ALTER TABLE EHostServer].]Session]
ADD DCreateDateUTC] DATETIME CONSTRAINT TDF_HostServer_Session_CreateDateUTC] DEFAULT (GETUTCDATE()) NOT NULL;


3:11: DBQuery.RunQuery: 10:12:18:>> Exception occurred while running query: Cannot find the object "HostServer.Session" because it does not exist or you do not have permissions.
3:10: DBQuery.RunQuery: 10:12:18:>> End RunQuery
3:10: DBQuery.RunQuery: 10:12:18:>> Logged Error: Error running script segment: System.Data.SqlClient.SqlException (0x80131904): Cannot find the object "HostServer.Session" because it does not exist or you do not have permissions.

 

Any ieas how to fix this??

 

The upgrade went very smoothly in DEV.

 

Thanks,


Paul

 

 

 

Hi,

 

did you do the upgrade using K2 Service Account?

 

 


Reply