We recently added servers (foundation, hfm web, hfm app and planning) to our DEV environment. Things seemed to running okay on both HFM app servers until we tried to run the copy utility.Immediately got "Invalid object name" errors. A couple examples are shown below. <DStr>Invalid object name 'TEHFM_PARAMETERS'.</DStr><Param>SELECT * from TEHFM_PARAMETERS WHERE UPPER(NAME) = N'LAST_PHASED_SUB_GRP_ASSGN_UPDATE'</Param><DStr>Invalid object name 'TEHFM__USERPARAMS'.</DStr><Param>SELECT BLOBData FROM TEHFM__USERPARAMS WHERE Username = N'admin#Native Directory' AND ParameterKey = 'HsvSystemInfo_NumberFormat' order by EntryIDX</Param>The USERPARAMS Error turned up quite frequently. We allowed the copy to run until it completed with errors. The tables that the error log complained about were not missing. You could execute the SELECT on both the source and destination databases and data was found. We checked SQL permissions (no issues) and then kicked off the copy again. Same result, but this time the copy utility was cancelled. After a restart of the environment, we could not bring up HFM. This time the logs complained about missing TEHFM_ENTITY_HEADER and TEHFM_SCENARIO_HEADER tables. A check of the database revealed that these tables were in fact missing from the HFM application. We are on HFM 11.1.2.2.306. Any help/suggestions appreciated.