File protocol

Clovertech Forums Read Only Archives Cloverleaf Cloverleaf File protocol

  • Creator
    Topic
  • #51627
    Bevan Richards
    Participant

      I am trying to write a text file to another server with an outbound thread. I would like to not have to map a drive letter, has anyone ever done this with using the path like:

      \server namec$directoryfile

      This will be writing seperate text files throughout the day.

    Viewing 2 reply threads
    • Author
      Replies
      • #71025
        Mason Miller
        Participant

          Yes I have an interface that I write transaction to a file on a seperate server without mapping a drive it works fine for me.

        • #71026
          Steve Robertson
          Participant

            I’m just going to add my 2 cents. While what you propose will work, it may not work for long. It’s been our experience that UNC paths for file I/O lead to a panic sooner rather than later. I also can’t recommend a drive letter mapped network drive. Same problem

            What we’ve seen is that if the network location is unavailable or even just slow, Cloverleaf doesn’t like it. This is with 5.4.1 (and earlier releases) on Windoze Server.)

            Our solution is to always do file I/O on a local drive. We’ve used various non-Cloverleaf mechanisms to transfer files between the local drives and network drives. That used to be VB scripts run from the Windows scheduler, a utility called Opalis, and most recently Informatica PowerCenter.

          • #71027
            Bevan Richards
            Participant

              Thanks Steve,

              You are right on the Version 5.4.1 and Windows server. I had also thought about a script or batch to move the files to the other server.

          Viewing 2 reply threads
          • The forum ‘Cloverleaf’ is closed to new topics and replies.