Hello when I try to use FTP I have the following error in compilation
Missing Producer
Application 'File FTP Plugin -Demo' depends on module 'FileFTPPlugin', which was not found. The application may not function correctly on mobile devices. Please, publish 'FileFTPPlugin' before generating a native application package for 'File FTP Plugin -Demo'.
Where i can found this module?
Tks
Hello again Kleber,
If you check the documentation of the File FTP Plugin, you'll see the dependencies that you need to have in your environment:
So you need to install both File Plugin and Common Plugin in your environment as well. You can download the applications here:
Common Plugin: https://www.outsystems.com/forge/component-overview/1417/common-plugin
File Plugin: https://www.outsystems.com/forge/component-overview/1633/file-plugin
My suggestion is that you publish the Common Plugin first because the File Plugin also depends on the Common Plugin. So you should do this:
1) Publish Common Plugin application;
2) Publish File Plugin application;
3) Publish / Refresh File FTP Plugin application;
4) Refresh the Demo.
Let me know if it worked for you.
Kind regards,
Rui Barradas
Rui Barradas wrote:
Perfect!!! Tks!!!
Hello Kleber,
Most likely, you uploaded only the demo in your environment which depends on the plugin (and you didn't uploaded the plugin itself).
The plugin is a producer of that FileFTPPluginSample module.
I'm attaching the plugin application that you should install in your environment. After this, refresh the sample module and it should work as expected.
Rui, my noble colleague did not work, it presents another error: Missing Producer Application 'File FTP Plugin -Demo' depends on module 'FilePlugin', which was not found. The application may not function correctly on mobile devices. Please, publish 'FilePlugin' before generating a native application package for 'File FTP Plugin -Demo'. He publishes, but gives this warning and does not load the application in the browser test.
Thank you Rui Barradas for the explaination.Basically, you can directly install the plugin if you are currently in the Service Studio.
No problem Kleber,
Glad that you managed to solve it.