You can start the ImxClient command line tool at any time using any command line interface.
To start the lmxClient command line program
- 
Open a command line interface (for example, Windows Powershell). 
- 
In the command line program, go to the One Identity Manager installation directory. 
- 
Run the ImxClient.exe application. 
 
    
The following chapters contain a list of all ImxClient commands that you can run.
Detailed information about this topic 
 
    
Searches for captions (multilingual text) with missing translations in a particular folder and its subfolders.
Parameters
Login parameter:
Required parameters:
Optional parameter:
- 
/conndialog <option>: Specifies whether a login window is displayed for the database connection. The following options are possible: 
- 
off: The login window is not shown. If the database is not connected, an attempt is made to establish a connection. 
- 
show: The login window is shown (even is a database is already connected) and the new connection replaces the old one. 
- 
fallback (default): The current database connection is used. If the database is not connected, an attempt is made to establish a connection. 
 
- 
/factory <target system>: Specifies the target system for the connection. Enter this parameter if you want to establish a connection to the application server. Example: QBM.AppServer.Client.ServiceClientFactory, QBM.AppServer.Client 
Related topics
 
    
Compiles the API and saves the result to the database.
Parameters
Login parameter:
Optional parameter:
- 
/conndialog <option>: Specifies whether a login window is displayed for the database connection. The following options are possible: 
- 
off: The login window is not shown. If the database is not connected, an attempt is made to establish a connection. 
- 
show: The login window is shown (even is a database is already connected) and the new connection replaces the old one. 
- 
fallback (default): The current database connection is used. If the database is not connected, an attempt is made to establish a connection. 
 
- 
/factory <target system>: Specifies the target system for the connection. Enter this parameter if you want to establish a connection to the application server. Example: QBM.AppServer.Client.ServiceClientFactory, QBM.AppServer.Client 
- 
N: Prevents saving to the database. 
- 
/modules <module1, module2>: Specifies which modules are included. If you do not enter anything here, all modules are included. Enter the modules' names, delimited by commas. 
- 
/clientmodules <module1,module2,...>: Specifies the modules for which API code is generated. If you do not enter anything here, API code is generated every module. Enter the packages' names, delimited by commas. 
- 
/packagename <name>: Specifies the API client package name. The default value is imx-api. 
- 
/copyapi <folder path>: Specifies where to copy the imx-api.tgz to. 
- 
/nowarn <error1,error2,...>: Specifies which errors are ignored during compilation. Enter the codes for the warnings, separated by commas. 
- 
/warnaserror <error1,error2,...>: Specifies which warnings are displayed as errors during compilation. Enter the codes for the warnings, separated by commas. 
Related topics