The Windows SFU will let you connect to UNIX folders as if the where Windows folders. You basically just apply the UNIX credentials the "Client for NFS" part of SFU enables Windows computers to access UNIX files and directories without making any changes on the UNIX box. You can the browse the folders by mapping the them as network drives or by using the UNC path. (You can read more on http://technet.microsoft.com/en-us/interopmigration/bb380242.aspx)
Having set up SFU using the supplied administrative console, I could browse the files on the UNIX box through Windows Explorer as if they were any other network share.
Two receive locations were configured to poll the new network shares using the FILE adapter, and I started the application. But it didn't work as planned. I tried various approaches, but none of them worked:
- Setting the file pick-up folder to point to a mapped network drive (i.e. y:\MyFolder\*.xml).
Problem: I would get a "path not found" error in the eventlog even though I could copy the path to an Explorer and browse the files fine. - Setting the file pick-up folder to point to the UNC path of the UNIX share (i.e. \\MyServer\MyFolder\*.xml).
Problem: I would get a "Logon failure: unknown user name or bad password". - Setting the file pick-up folder to point to the UNC path of the UNIX share (i.e. \\MyServer\MyFolder\*.xml) AND applying the UNIX credentials as alternative authentication on the FILE adapter properties.
Problem: Nothing happened! Absolutely nothing! The files were not picked up and there was no errors to be found in the eventlog.

No comments:
Post a Comment