Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Tweaked for clarity.

In this Pagearticle

Table of Contents
maxLevel2

...

  • Chrome or Firefox browsers.
  • Primary The primary device is desktop systems. Tablets Tablet devices are not fully supported at this time.

What browsers do you support?

Development and testing has have primarily been done with:

...

The recommended minimum screen resolution is 1024 x 768.

...

SnapLogic was vulnerable to Heartbleed, but the services were patched early the week of April 7th in Amazon's update to their platform. We advise, as a precaution, that customers should change their passwords to avoid risk. We will continue to keep customers informed if there are any known breaches as a result of this or other vulnerabilities.

Which devices are supported?

Currently, only desktop devices are fully supported. Touch screens are not supported.

How frequently will updates happen?

Tentatively, expect updates every quarter, though urgent patches may be made available in Updates are released monthly, except updates for JCC nodes are released quarterly. Urgent patches might be available between releases. When the site is refreshed, you may might need to clear your browser’s cache file to make sure you are accessing the latest code.

...

Pipeline execution will fail. Currently, the unavailability of the endpoint is only checked at pipeline runtime. In the future, there will be some semantic validation done at design time as well.

...

Navigate to the “Files” tab from within the Manager. This will show you files that have been uploaded - and from here you can upload files from your local computer. To use a file in sldb (SnapLogic database) in a pipeline property you must use the sldb scheme: sldb:///Snaplogic/alpha/<your file path>. This can be used for output files as well. Read more about the file system. 

  • Database Query

Example: 

select m.smtpid as message_id, m.messagedt as date, s.email as from_address, s.name as from_name, m.subject as subject, b.body as body from messages m join people s on m.senderid=s.personid join bodies b on m.messageid=b.messageid limit 10;

...

When a pipeline is running, Snaps will have a yellow background color. When a Snap has completed, it will have a green background color of it's completed normally, and a red background if it has completed with a failed state.

After you 've started start a pipeline, you can click on the Check Server Response button to open the server response window. This window will automatically refresh when the server has new status information.

Can I open multiple pipelines?

Yes. You can have multiple tabs open at the same time, each with a different pipeline.

How do I logout?

Click the icon on the top right hand side of Designer.

Product Parity

These questions are for those who are familiar with SnapLogic's existing product.

What happened to the Components from SnapLogic version 3.x releases?

In the new SnapLogic, the term Snap is used for what was previously referred to as “Components” or “Snaps”. Additionally, a Snap has been streamlined to be a succinct action.

The Components from 3.x code line can not be migrated over to the new SnapLogic. There will not necessarily be a one-to-one parity between the 3.7 Components and the latest Snaps.

Can I migrate from SnapLogic version 3.x?

Migration to the new SnapLogic is not supported at this time.

Why don’t I see “Suggest” or its equivalent?

It is there. For example, if you’re using the Structure Snap, the Source Schema and Target Schema fields are in fact introspecting the source and the target (i.e. working as Suggest).