Hello
We are using opendeploy version: 6.1.0.0.0 Build 56030 Interwoven 20060325 on a sun solaris machine and also with the datadeploy module enabled. We will deploy into a mysql5 database without using DAS. That will working almost fine, but it needs the CREATE grant for the IWOV_IDMAPS table, because it will always create this table, but i don't know why.
Yes i read the admin guide and normally it will by used as a mapping table, but no entries
where made, if i allow to create this table. So why i should allow to create a unneccessary table at all?
My question is, is it possible to switch off the creating of that table and if yes how?
DBD: Creating identifier mapping table: IWOV_IDMAPS
DBD: CREATE TABLE IWOV_IDMAPS (TYPE INT NOT NULL, SHORTID VARCHAR(30) NOT NULL, LONGID VARCHAR(1024) NOT NULL)
DBD: ERROR

QLException: CREATE command denied to user 'TeamSiteUser'@'leto' for table 'IWOV_IDMAPS'
DBD: ERROR:Vendor Error code: 1142
DBD: ERROR

QL state: 42000
DBD: ERROR:TIdentifierMappingTable constructor failed
DBD: Error occured in TDbAgent constructor