Functions not supported in the Infor Cloud
Not all Application Engine functions
can be used in the Infor Cloud.
If you are considering migrating to the Infor Cloud in the future, do not use any of these functions:
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")
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")