6

When I try to install the SuiteCloud IDE on an Eclipse device, I'm getting this error:

could not find URL error

Apparently this URL is incorrect. What's the correct URL? Or is there another issue?

TylerH
  • 20,799
  • 66
  • 75
  • 101
Harish
  • 189
  • 2
  • 13

5 Answers5

6

Looks like they changed the link again, but the doc has not been updated.

The following link worked for me (notice the omission of "system.") :

http://netsuite.com/download/ide/update_18_2

For accounts with the 19.1 release, the following link works:

http://netsuite.com/download/suitecloud-sdk/ideplugin/eclipse/19.1

titan7585
  • 300
  • 1
  • 5
  • 9
4

It looks like they changed the URL, but not the documentation. I have to use the following URLs.

  1. http://system.netsuite.com/download/ide/update_16_2
  2. http://system.netsuite.com/download/ide/update_17_1
w3bguy
  • 2,215
  • 1
  • 19
  • 34
  • 1
    If your NetSuite account is on version 16.2, use: http://system.netsuite.com/download/ide/update_16_2 If your NetSuite account is on version 17.1, use: http://system.netsuite.com/download/ide/update_17_1 – Emerson Minero May 31 '17 at 23:05
  • 3
    Seems the URL changes every year. Please try this (for 2018): http://system.netsuite.com/download/ide/update_18_1 – Jimmy_Rw Apr 03 '18 at 03:28
2

URL changes ever year so correct URL is: SuiteCloud IDE Site - https://system.netsuite.com/download/suitecloud-sdk/ideplugin/eclipse/21.1

1

For compatibility reasons, your IDE plug-in version must match the version of your NetSuite account.

For accounts on version 20.1, use:
https://system.netsuite.com/download/suitecloud-sdk/ideplugin/eclipse/20.1

You can check Netsuite version at bottom of home page
Example: Release 2020.1

pafivi
  • 531
  • 6
  • 7
0

Updated for 2022:

If you want to get the latest changes automatically every time the plug-in is updated, use:

https://system.netsuite.com/download/suitecloud-sdk/ideplugin/webstorm/latest/updatePlugins.xml

If your account is on version 2022.1, use: https://system.netsuite.com/download/suitecloud-sdk/ideplugin/webstorm/22.1/updatePlugins.xml

This was pulled from the following documentation page on Oracle's site: https://docs.oracle.com/en/cloud/saas/netsuite/ns-online-help/section_1529431804.html

Drew
  • 1,422
  • 1
  • 18
  • 29