1,126
edits
m (Many small changes and improvements.) |
(Added another explanation for ARS1111E for ARSLOAD -B option.) |
||
| Line 21: | Line 21: | ||
== What happened? == | == What happened? == | ||
The Application Group was defined with multiple Applications, but you didn't specify the Application name on the [[arsload]] command line, and the Application name wasn't able to be determined automatically from the file name. | There are a few possibilities: | ||
*The Application Group was defined with multiple Applications, but you didn't specify the Application name on the [[arsload]] command line, and the Application name wasn't able to be determined automatically from the file name. | |||
* You were using the "-B" parameter to specify the locations of the Application Group or Applications inside the file name to load. Review the [https://www.ibm.com/support/knowledgecenter/SSEPCD_10.5.0/com.ibm.ondemand.administeringmp.doc/dodlo003.htm ARSLOAD parameters] documentation. | |||
== Troubleshooting == | == Troubleshooting == | ||
If it's not already there, just add the <code> -a </code> parameter to your [[arsload]] command and try again: | |||
arsload -I CMOD_PROD -u INV_LOAD -p Load_Password_52922 -g InvestmentStatements '''''-a MarginAccounts''''' -nfv INVSTMNT.20200305.Margin.BaxterBayBank | arsload -I CMOD_PROD -u INV_LOAD -p Load_Password_52922 -g InvestmentStatements '''''-a MarginAccounts''''' -nfv INVSTMNT.20200305.Margin.BaxterBayBank | ||
If you are using the <code> -B </code> parameter to try and automatically determine the Application Group and Application, make sure you have the parameters and separators in the correct order. | |||
== Articles Related to this message == | == Articles Related to this message == | ||
None yet. | None yet. | ||