PostInstallDBSetup failing at import_cus_schema with Table Recreating error
Hello,
We are applying 21.8 Patch on 20.4 Windows 2016 OS on MS SQL Database.
Patch was successful
PostInstallDbSetup utility is failing at import custom schema step with below Error.
The Table is recreating and Failing.
We have 40 Tables
It is failing by recreating first table
We are applying 21.8 Patch on 20.4 Windows 2016 OS on MS SQL Database.
Patch was successful
PostInstallDbSetup utility is failing at import custom schema step with below Error.
The Table is recreating and Failing.
We have 40 Tables
It is failing by recreating first table
2021-09-14 10:40:37 S0001: [Microsoft][SQL Server Native Client 11.0][SQL Server]There is already an object named 'EIM_CL_ACT_LS1' in the database.
2021-09-14 10:40:37 create table EIM_CL_ACT_LS1 (
2021-09-14 10:40:37 writeExecDDL error (UTLOdbcExecDirectDDL pDDLSql).
2021-09-14 10:40:37 writeExecDDL error (pOperCallback UTLDbDdlOperTblCreate).
2021-09-14 10:40:37 Error in MainFunction (UTLDbDdlDbMerge).
2021-09-14 10:40:37 Error in Main function...
2021-09-14 10:40:37 (logapi.cpp (184) err=1 sys=2) SBL-GEN-00001: (logapi.cpp: 184) error code = 1, system error = 2, msg1 = (null), msg2 = (null), msg3 = (null), msg4 = (null)
0