PrepOPPSA Arguments
The PrepOPPSA verb prepares an Expere KnowledgeBase for use with OPPSA. It loads only Stores and Types. It does not require a file system repository.
Commandline example:
reqadmin.exe prepoppsadb –v --dbtype SQLServer --connectionstring
"User Id=sa;Password=SAPassword1;Server=labw64w8hvm794.wkmnlab.net;Database=Test1;"
| Argument |
Definition |
| -v |
option for verbose output |
| --dbtype |
The type of database being loaded to. You can choose either SQLServer or Oracle. SQLServer is selected by default. - Default = DatabaseType.SQLServer
- MetaValue = "SQLServer, Oracle"
|
| --connectionstring |
Allows you to provide the necessary credential strings |