Anyone saw an error like this before while trying ...
# sdf
m
Anyone saw an error like this before while trying to deploy a project?
Copy code
An error occurred during account settings validation.
Details: To install this SuiteCloud project, the WMSSYSTEM(Warehouse Management) feature must be enabled in the account.
b
m
I have this already
Copy code
<dependencies>
    ...
      <feature required="false">WMSSYSTEM</feature>
but still returning the same error
b
remove it
m
ok, will try it
same
it looks like the SuiteCloud IDE plugin for webstorm is setting it to true every time before deploying, will search further....
b
traditionally sdf has had problems with adding dependencies that it doesnt actually need
I havent heard of it being added automatically
m
I passed this error, it was because of the plugin yes, but the command line works fine
a
It's a known problem. Its not specifically with webstorm. If you add dependencies with any tool, it will add this WMS system. The relevant team has fixed this problem and it will be fixed hopefully in coming e-fix.
m
Thanks very much for this