Michelle Stolwyk · Oct 21, 2019 go to post

My guess is that it has something to do with a recent Eclipse upgrade. Photon is Eclipse version 4.8, which is the last officially supported version for use with Atelier.

Michelle Stolwyk · Oct 8, 2019 go to post

If your code base is especially large, you might want to consider creating projects like

  • site.system1.routers
  • site.system1.processes
  • site.system2.routers
  • site.system2.processes
  • site.common.routers
  • site.common.productions

Keep in mind that Atelier projects don't play nicely with XML files that aren't supported by the UDL transformation engine. The community should be able to steer you in the right direction if that becomes a blocker for you.

Michelle Stolwyk · Sep 13, 2019 go to post

try copying the 1.3 stable update site (jfrog.io) into your browser - if you can't access it, then verify your connection settings

Michelle Stolwyk · Aug 16, 2019 go to post

Atelier uses this task to update its cache of your namespace(s). It might also be doing some validation. Does this task always need to be killed? 

You could try playing with your user preferences for caching and validation. Otherwise, I'd go to the WRC. I believe others have had trouble like this before in the past.

Michelle Stolwyk · Aug 9, 2019 go to post

I agree that this sounds like a configuration issue. I recommend you contact the WRC and an expert will help you diagnose and resolve your issue. They'll have you coding in no time.

Michelle Stolwyk · Apr 24, 2019 go to post

Hello Michel,

You might want to keep an eye out for some new content that the Learning Services are planning on publishing soon.

Building Custom Business Services Course

This course will be updated for IRIS for Health and includes an FTP example that will include the Attributes property. If you check out the current offering, you'll see that it consumes a file called Appointments.txt from ftp.intersystems.com. See exercise in 3.5 (creation) and 4.3 (implementation). The video uses the File adapter, but the exercise uses FTP.
 

Hope this helps!

Michelle Stolwyk · Dec 26, 2018 go to post

Hi Anthony,

This is not expected behavior and might point to your environment configuration. I recommend you contact the WRC so the team can dig into the details with you.

When I go to the stable update site for 1.3, I can see that the proper version is available. You can see this yourself by pasting the update site URL in your browser.

Hope this helps!

Michelle Stolwyk · Jul 18, 2018 go to post

Looks to me like there is a problem with your server connection. I recommend you contact the WRC who will be able to resolve the problem quickly.

Michelle Stolwyk · May 14, 2018 go to post

Based on the screen shot, it looks like you tried to save a MAC routine in the RemoteSystemsTempFiles project. This project is not related to Atelier in any way, but should not be blocking you from persisting your change to the file system. 

I encourage you to watch the getting started videos pointed to in other comments and to use the "Cheat Sheets" within the product itself. Go to Help > Cheat Sheets... > Atelier and click the first one. Go through them in order to get a good understanding of Atelier basics.

If after you've done this you are still having trouble, please contact the WRC who are best able to help you troubleshoot. 

Let us know what fixed the problem as an answer here as well please.

Michelle Stolwyk · Apr 30, 2018 go to post

Atelier embeds the web editor accessible from the Management Portal into an Eclipse editor, so it works the same way.

Michelle Stolwyk · Apr 26, 2018 go to post

The feature is supported in class files only in Atelier 1.1 and in routine files as well in Atelier 1.2. Support in CSP pages is not a high priority at this time. If this is something that you feel is a blocker or that the team should increase its priority, please contact the WRC.

Michelle Stolwyk · Apr 26, 2018 go to post

This sounds like a problem that has been reported previously. I recommend you contact the WRC with your environment details (Eclipse version, Atelier version, Cache'/Ensemble/InterSystems IRIS version, OS flavor) and they should be able to get you sorted quickly.

Michelle Stolwyk · Jan 11, 2018 go to post

Thomas, could you please open a WRC ticket? It might have something to do with Eclipse internals. Support would know what to look for on your system so that we can squash this issue for you.

Michelle Stolwyk · Dec 26, 2017 go to post

Thank you for bringing this to our attention, Kishan. Our technical services team is working on bringing the server up again. We'll let you know when it is available. Apologies for any inconvenience.

Michelle Stolwyk · Dec 20, 2017 go to post

Robert is correct that you need to install the terminal plugin. I would recommend using the most recent version which is available from the Eclipse release update site associated with the version of Eclipse you have installed.

If you are using Oxygen, then go to http://download.eclipse.org/releases/oxygen.

You can find product documentation on the topic from Atelier as well. Go to Help > Help Contents > InterSystems Atelier User Guide > Tasks > Installing the Eclipse Terminal Plug-in.

Michelle Stolwyk · Dec 19, 2017 go to post

Based on Kenneth's comment, it seems the problem is fixed in the 1.1 beta release. If this doesn't work for you, I recommend contacting support.

Michelle Stolwyk · Dec 19, 2017 go to post

Hello, Jan. It seems you are having a problem with the Java class loader. The team responsible for the Java Gateway forwarded the following suggestion. Could you please give it a try? If it doesn't help, please contact the WRC for further support.

java.lang.NoClassDefFoundError: Could not initialize class com.tieto.dataLake.content.data.Content_Data_Record is a Java class loader error typically means that the class loader ran into an exception when trying to load (read) the class. To make sure this is not a user error, I would suggest they try to write a small Java program that simply loads the above class (use Class.forName()), they might get the same error. If not, then it’s probably something to do with the static initializer, I imagine there must be one. They should try to catch an exception in it and that should provide more info on the actual error. A good example of what can go wrong is that they might try to access the file system, right there in the static initializer, and that the path or permissions are different in their dev environment, and on the machine where they try to import the class using the Java Gateway.

To avoid these kinds of errors, we have been advocating the use of a so called ‘façade approach’, where the user makes sure to build most of the app on the Java side, hiding all sorts of things like massive dependencies, big jar files, file system dependencies etc. etc. and exposing only that small app to Cache/Ensemble via the JG

Michelle Stolwyk · Dec 15, 2017 go to post

Which version of Atelier were you using before? Did you install it to an Eclipse instance using the update site or were you using the 1.0 standalone application?

Michelle Stolwyk · Dec 12, 2017 go to post

Atelier 1.0 does not provide a way to customize the color used for JavaScript code in CSP files. I recommend installing the Web Tools Platform (WTP) HTML editor which provides some JavaScript support. You can install it from the Eclipse release update site along with other web development related editors that you may find useful.  http://download.eclipse.org/releases/neon

WTP HTML Editor

You can find instructions in the product documentation to make this editor your default when opening CSP files. Go to Help > Help Contents > InterSystems Atelier User Guide > Tasks Editing HTML in CSP Files.

If you are interesting in upgrading to the Atelier 1.1 beta, you will see that your JavaScript code will no longer be colored green when opened in the Atelier Web Editor.

Atelier Web Editor

Michelle Stolwyk · Dec 6, 2017 go to post

These menu items are context enabled, so you should have an Atelier editor open or have a file selected from the Atelier Explorer view. I suspect that the selection context wasn't an Atelier "element", so the menus were disabled.

Michelle Stolwyk · Nov 9, 2017 go to post

The Server Explorer view from the Atelier perspective provides a shortcut to the Management Portal.

  1. Open the Server Explorer view
  2. Right-click on the connection you are interested in
  3. Select "Management Portal" from the context menu

The Management Portal will be opened in an external browser.

Michelle Stolwyk · Oct 23, 2017 go to post

Hi, Mike. That error is referring to your file path. I recommend you contact the WRC with these sorts of problems as they will be able to quickly solve the problem.