Skip to main content

Hi IFS Community!

I’m poking around in some of the %_SYS packages in the Oracle database, trying to determine whether IFS has a procedure for invoking the transmission of a file to an SFTP server through the IFS Connect configuration, akin to the COMMAND_SYS.Mail procedure. Has anyone stumbled across such a thing? This inquiry is applicable for IFS Apps 10 and IFS Cloud, both are on-premise installs.

Thanks!

Regards,

Randy

@EsiRandyG I would that for this you would need to create a new Application Message and then catch that one with a Routing Rule towards the SFTP Sender.

You could use Plsqlap_Server_API.Create_Application_Message___ to create an application message.


Hi ​@Marcel.Ausan ,

I appreciate the reply, had me thinking in the right direction. I was able to achieve this using Routing Rules and by creating an Application Message using the Plsqlap_server_api.Post_Outbound_Message procedure after reviewing another similar topic that you had replied to. Thank you for being a strong database developer resource on the community :)

Regards,

Randy


Reply