Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Live on production July 18, 2015.

In this Page

Table of Contents
2
maxLevel2minLevel

Live on July 18, 2015

Before You Begin

You may need to clear your browser cache before you log into the latest SnapLogic Elastic Integration Platform.

...

  • The way Suggest is implemented on fields makes the expression toggle appear on all suggestible fields regardless of whether or not an expression can be evaluated for that field. Refer to the documentation for specific Snaps and accounts to determine if expression evaluation is supported for a particular field. 
  • Disable Chunked Transfer
    The jcc.http_chunked_streaming property needs to be set to False in the Snaplex global.properties. Not having this property in global.properties is also fine since the default is False. Setting this property to True was not supported in previous releases, in the current release setting this to True will cause SLFS File Read/Write operations to fail.
    • It is possible that another application already uses one of the jcc ports used by SnapLogic. As a result, the jcc will not complete a full start cycle.

      The ports in question are as follows:

      FunctionPortProtocolApplication
      jcc's HTTPS8081tcpMcAfee Framework Service (FrameworkService.exe) 
      FeedMaster's HTTPS8084tcpApache Tomcat server (Netbeans JSP servlets)
      FeedMaster's broker8089tcpSplunk web-interface


      The workaround is to override the default port by assigning the following entries in the global.properties file to ports which are available:

      • for http port: jcc.jetty_port = 8x89

      • for https port: jcc.cc_secure_port = 8x81

...