Performing configuration tasks in a command line
This topic lists the command line utilities that you can use to perform
configuration tasks.
Note: This topic applies to only on-premises environments.
InforWebCL.exe
This utility contains all configuration tasks associated with IIS and clients. The available commands with some examples are:
- webclient: Use this command to configure the web
client. For example:
Inforwebcl.exe webclient -product:SL
- smartclient: Use this command to configure the
smart client. For example:
Inforwebcl.exe smartclient -webserver:win2012 -appname:"SL ClickOnce Client" -product:SL -root:SLClientDeploy
- webapp: Use this command to configure a web
application (such as IDORequestService or InboundQueue). For example, to create
an IDORequestService web application:
Inforwebcl.exe webapp -dir:IDORequestService
- xbap: Use this command to configure the smart
client via web (aka XBAP client). For example, to configure a smart client via
web with default values:
Inforwebcl.exe xbap -webserver:win2012 -appname:"SL XBAP Client" -product:SL
- enduser: Use this command to configure the end
user client shortcut. For example, to create a desktop shortcut to SyteLine:
Inforwebcl.exe enduser -configserver:http://win2012/IDORequestService/ConfigServer.aspx -product:SyteLine -shortcutname:"Infor CloudSuite"
InforServiceCL.exe
This utility contains the configuration tasks dealing with Windows services and replication. The available commands with some examples are:
- replication: Use this command to configure
Mongoose replication. For example:
taskman: Use this command to set the TaskMan service credentials. For example, to set service credentials for TaskMan on a local computer:Inforservicecl.exe replication -server:win2012 -repuser:win2012\administrator -reppassword:test123 -listeneruser:win2012\administrator -listenerpassword:test123
Inforservicecl.exe taskman -LogonAcct:win2012\administrator -LogonPwd:test123
- reportservices: Use this command to configure
report services and deploy reports to the report server. For example:
Inforservicecl.exe reportservices -url:http://report.server.com/ReportServer -folder:SyteLineReport -dir: “C:\Program Files (x86)\Infor\SyteLine\Report\Reports”