Copying from Novel

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Jeries Shahin

    Copying from Novel

    Hi

    I am trying to copy files from a folder on a Novel machine, the folder is in
    the UMC format (i cannot map a network drive for some business reasons). Upon
    copying, it fires an IOException saying that the file does not exist.

    Any idea how can I do it? (the user copying is the Novel Administrator)

  • cj

    #2
    Re: Copying from Novel

    Novell?

    Jeries Shahin wrote:[color=blue]
    > Hi
    >
    > I am trying to copy files from a folder on a Novel machine, the folder is in
    > the UMC format (i cannot map a network drive for some business reasons). Upon
    > copying, it fires an IOException saying that the file does not exist.
    >
    > Any idea how can I do it? (the user copying is the Novel Administrator)
    >[/color]

    Comment

    • Jeries Shahin

      #3
      Re: Copying from Novel

      Yes, Novell

      "cj" wrote:
      [color=blue]
      > Novell?
      >
      > Jeries Shahin wrote:[color=green]
      > > Hi
      > >
      > > I am trying to copy files from a folder on a Novel machine, the folder is in
      > > the UMC format (i cannot map a network drive for some business reasons). Upon
      > > copying, it fires an IOException saying that the file does not exist.
      > >
      > > Any idea how can I do it? (the user copying is the Novel Administrator)
      > >[/color]
      >[/color]

      Comment

      • cj

        #4
        Re: Copying from Novel

        My Novell days were way before VB but If I remember correctly from DOS
        we could reference files with something like sys:\\directory 1\file.txt
        instead of having a drive letter reference it. I don't know if you can
        do that from w/in VB.

        But perhaps a better way is many of our programs were launched via batch
        files. The batch file would map a drive, launch the program then delete
        the drive map. It's not like you'd be asking for a new permanent drive
        mapping which is what your mgt group probably really opposes. If you
        can't create the map from w/in VB then use a batch file to launch the
        program and make your icon in windows run the batch file. Still works.

        Finally maybe someone more experienced in using .net in a Novell
        environment can provide a better solution. This is all I know--and it
        ain't much. :)


        Jeries Shahin wrote:[color=blue]
        > Yes, Novell
        >
        > "cj" wrote:
        >[color=green]
        >> Novell?
        >>
        >> Jeries Shahin wrote:[color=darkred]
        >>> Hi
        >>>
        >>> I am trying to copy files from a folder on a Novel machine, the folder is in
        >>> the UMC format (i cannot map a network drive for some business reasons). Upon
        >>> copying, it fires an IOException saying that the file does not exist.
        >>>
        >>> Any idea how can I do it? (the user copying is the Novel Administrator)
        >>>[/color][/color][/color]

        Comment

        Working...