IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
Expand all | Collapse all

How to access windows NT shared folder using wm

  • 1.  How to access windows NT shared folder using wm

    Posted Wed March 02, 2005 09:19 AM

    Hi,

    We are trying to connect one specific folder, which is shared on Windows NT box. Unfortunately the FTP is not available. Please any one can let us know how to access specified folder in the remote system without FTP.

    We are using webMethods 4.6

    Regards,
    Rama


    #webMethods
    #Integration-Server-and-ESB
    #Flow-and-Java-services


  • 2.  RE: How to access windows NT shared folder using wm

    Posted Wed March 02, 2005 09:50 AM

    Map the shared folder to one of the Drive in you local system and restart the webMethods server. So that webMethods server will recognise the newly mapped drive.


    #webMethods
    #Flow-and-Java-services
    #Integration-Server-and-ESB


  • 3.  RE: How to access windows NT shared folder using wm

    Posted Wed March 02, 2005 09:50 AM

    Rama,

    Is your Integration Server running on Windows also?

    Regards


    #Integration-Server-and-ESB
    #webMethods
    #Flow-and-Java-services


  • 4.  RE: How to access windows NT shared folder using wm

    Posted Wed March 02, 2005 10:32 AM

    Chandra thanks for your suggestion but here map drive is not acceptable in my case … Admin people wont allow that option.

    Mark,

    Yes we have installed the IS on Windows box.

    Thanks in advacne,
    Rama


    #Integration-Server-and-ESB
    #Flow-and-Java-services
    #webMethods


  • 5.  RE: How to access windows NT shared folder using wm

    Posted Wed March 02, 2005 11:12 AM

    Can you access the file with a UNC filename specification? i.e.:
    \server\path\file


    #webMethods
    #Flow-and-Java-services
    #Integration-Server-and-ESB


  • 6.  RE: How to access windows NT shared folder using wm

    Posted Wed March 02, 2005 02:50 PM

    I am not familiar with 4.6, but on 6.x the 3 approaches I have used are setting up a file-polling port, the getFile built-in service, and using native Java facilities in a Java service.

    Take a look at the documentation for details.


    #webMethods
    #Integration-Server-and-ESB
    #Flow-and-Java-services


  • 7.  RE: How to access windows NT shared folder using wm

    Posted Wed March 02, 2005 03:09 PM

    Thanks lot Mark.

    I will follow ur suggestions and get back to you if I find any difficulties.

    Regards,
    Rama


    #Flow-and-Java-services
    #Integration-Server-and-ESB
    #webMethods


  • 8.  RE: How to access windows NT shared folder using wm

    Posted Fri March 04, 2005 08:10 PM

    Actually, the UNC format is: \server\share-name

    One thing you’ll have to make sure of is if IS runs as a user, make sure that user has the correct permissions to the remote share (also make sure the user is in that DOMAIN with the correct permissions.) If the user that runs webMethods is NOT in that DOMAIN where the share resides - you WILL have an issue. We learned this the hard way

    Good luck!


    #Flow-and-Java-services
    #webMethods
    #Integration-Server-and-ESB


  • 9.  RE: How to access windows NT shared folder using wm

    Posted Mon August 15, 2005 04:37 PM

    Hi,

    I have my IS on Unix, and want to access a folder which is on a different windows system.

       how do  you set up a shared directory on the windows box and make it available and accessible to webMethods on the UNIX box? 
    

    thanks


    #Flow-and-Java-services
    #webMethods
    #Integration-Server-and-ESB


  • 10.  RE: How to access windows NT shared folder using wm

    Posted Mon August 15, 2005 06:39 PM

    You could use NFS or Samba.

    I’ve found these to be somewhat fragile for production use. For production, I prefer to stick with FTP for moving files between platforms.


    #webMethods
    #Integration-Server-and-ESB
    #Flow-and-Java-services