Functions not supported in the Infor Cloud

If you are considering migrating to the Infor Cloud in the future, do not use any of the Application Engine functions described in this topic. These functions are not supported in the Infor Cloud.

Notifications

  • MailerDefineServer("server", "port", "user", "password", "useSSL")

R Statistical Functions

  • RCreateServerSession("server", "port", "user", "password")
  • REvaluate("statement")
  • REvaluate("statement", "ignoreExceptions")
  • REvaluate("session", "statement")
  • REvaluate("session", "statement", "ignoreExceptions")
  • RStartSession()
  • RVoidEvaluate("session", "statement")
  • RVoidEvaluate("session", "statement", "ignoreExceptions")

Process

  • ExecuteProcess("command", "arguments")
  • ExecuteProcessAsynchronously("command", "arguments")

Files

  • AppendToLocalFile("name", "content")
  • AppendToLocalFile("name", "content", "encoding")
  • CreateLocalFile("name")
  • ReadFile("url")
  • ReadFile("url", "encoding")
  • ReadLocalFile("name")
  • ReadLocalFile("name", "encoding")
  • WriteLocalFile("name", "content")
  • WriteLocalFile("name", "content", "encoding")
  • ReadBinaryDataFromLocalFile("name", "content")
  • WriteLocalFile("name", "content")

Data Connections

  • GetGlobalDataSourceConnectionString("name")
  • XMLACreateConnection("url", "olapUser", "olapPassword", "catalog")
  • XMLACreateConnection("url", "olapUser", "olapPassword", "httpUser", "httpPassword", "catalog")
  • XMLACreateConnectionTicket("url", "cosTicket", "catalog")
  • XMLACreateConnectionTicket("url", "cosTicket", "httpUser", "httpPassword", "catalog")
  • SQLCreateConnection("connectionString")
  • SQLCreateConnection("connectionString", "oracleConnection")
  • SQLCreatePostgreSQLConnection("connectionString")
  • RedshiftCreateConnection("connectionString")