Community Tip - Did you get called away in the middle of writing a post? Don't worry you can find your unfinished post later in the Drafts section of your profile page. X
Hi all,
i used the GateWay tool wizard to Export & Import Excel files, it works wonderful. And if i going to use the command line to Import new item:
Gateway import --user=*** --hostname=*** --port=*** --config="XXXX" --silent --file="file-path-and-name"
also works fine.
The Problem is just if i want to use the command line to update an item (i can Import it through the wizard without error😞
Gateway import --user=*** --hostname=*** --port=*** --config="XXXX" --silent --file="file-path-and-name" itemID
then i get the error:
12/12/18 10:21 AM -- [Gateway-App] GATEWAY(0): "import" command abnormally terminated: MKS10001: Uncaught Exception in MKS Gateway Command 12/12/18 10:21 AM -- [Gateway-App] GATEWAY(0): com.mks.gateway.tool.exception.GatewayException java.lang.IndexOutOfBoundsException at com.mks.gateway.tool.ui.ContentsView.getSelection(ContentsView.java:253) at com.mks.gateway.tool.ui.GatewayImportCommand.selectConfigurationStep(GatewayImportCommand.java:210) at com.mks.gateway.tool.ui.GatewayImportCommand.access$800(GatewayImportCommand.java:48) at com.mks.gateway.tool.ui.GatewayImportCommand$SelectConfigurationCommandStep.performCommandStep(GatewayImportCommand.java:935) at com.mks.gateway.tool.ui.GatewaySteppedCommand.run(GatewaySteppedCommand.java:152) at com.mks.gateway.tool.ui.GatewaySteppedCommand.execute(GatewaySteppedCommand.java:109) at com.mks.gateway.tool.GatewayCommand.execute(GatewayCommand.java:396) at com.mks.api.ext.SimpleIntegrationCommand.execute(SimpleIntegrationCommand.java:276) at com.mks.gateway.tool.GatewayCommand.execute(GatewayCommand.java:345) at com.mks.gateway.App.main(App.java:155) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:483) at com.zerog.lax.LAX.launch(DashoA10*..) at com.zerog.lax.LAX.main(DashoA10*..)
Any idea how to fix the error and why it happened?
Thanks, Zeiad
Solved! Go to Solution.
Hi all,
i found the error, it was with wrong command :
Gateway import --user=*** --hostname=*** --port=*** --config="XXXX" --silent --file="file-path-and-name" itemID
the command for reimport must be:
Gateway import --user=*** --hostname=*** --port=*** --config="XXXX" --silent --file="file-path-and-name" --field=MKS_DOCUMENT=itemID
Regards
Hi all,
i found the error, it was with wrong command :
Gateway import --user=*** --hostname=*** --port=*** --config="XXXX" --silent --file="file-path-and-name" itemID
the command for reimport must be:
Gateway import --user=*** --hostname=*** --port=*** --config="XXXX" --silent --file="file-path-and-name" --field=MKS_DOCUMENT=itemID
Regards