What is the best way to export the _User table and import it into a new database? (The export is from 10.2b; the import is into 11.7.1. Both are RedHat Linux Enterprise.)
I tried the simple export and import commands, but the import gives me an error:
_TenantId is a system field and its value cannot be updated. (16011)
Thanks in advance -- Jim (kicking himself, because he must have done this before...)
Good chance you have granted SQL permissions. You might also have views. The export from data admin won't do these. So you need to export those using sql92 scripts. If you search the kB you should find instructions.
You can use the data admin tool to export/import user records. This works cross version.
Are there additional tables, besides _User that I'll need, if my intent is to bring "security" across as is?
Good chance you have granted SQL permissions. You might also have views. The export from data admin won't do these. So you need to export those using sql92 scripts. If you search the kB you should find instructions.