Results 1 to 14 of 14

Thread: [RESOLVED] Using shared folder name as path

Threaded View

  1. #1
    Fanatic Member snufse's Avatar
    Join Date
    Jul 04
    Location
    Jupiter, FL
    Posts
    873

    Resolved [RESOLVED] Using shared folder name as path

    I have an application where I export some crystal reports to a shared folder like:

    Code:
    Dim ReportFilePath As String = "\\XXXXX\AutoLoad Reports\Reports"
    DiskOpts.DiskFileName = ReportFilePath & "\" & ReportName
    myCrystalReport1.ExportOptions.DestinationOptions = DiskOpts
    myCrystalReport1.Export()
    My question is: I looks it uses the machine account to access this folder like:
    domain\vgiwpw03-xxx$ (name of the server is vgiwpw03-xxx2). Is there a way to programaticall speciy which account to use accessing the shared folder? We do not like to use machine accounts as this may change if we switch servers etc. Thank you.
    Last edited by snufse; Jul 23rd, 2012 at 07:46 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •