Problem with AIX

Hi everyone,

I created a scheduled agent that gets a file in a mainframe server and puts it in a Notes server. I used the NotesFTP that can be found in the Sandbox. The agent ran without errors when it was tested in a server that is Windows based. But when it ran on a server that has the platform AIX, it generated an error “Error in DLL”. I tried searching for the error and found out that the NotesFTP script uses “wininet.dll”. I’m not really sure if this is really the one causing the problem. Right now, I’m trying to look for the same “wininet.dll” file in AIX but I’m having a hard time doing so. Also, I was thinking if its possible to import the “wininet.dll” file in the scheduled agent so that it will run regardless of the platform of the server.

Thanks for the help :slight_smile:

Subject: Problem with AIX

Dlls cannot be used out of Windows Plataform (in the most of cases).

See the thread

http://www-10.lotus.com/ldd/nd6forum.nsf/55c38d716d632d9b8525689b005ba1c0/28b9819b34f77a4c852570820027d79b?OpenDocument

May you create a shell script that connects to ftp server and puts the file in a Domino Server ? Call this shell script from your agent.

Moacyr Rodrigues Filho