![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi, In a vbscript I attempt to concatenate textfiles: ... Set fso = CreateObject("Scripting.FileSystemObject") Set fld = fso.GetFolder( VKFolder ) For Each tFil In fld.Files If Left(tFil.Name, 8) = "VERKAUF_" Then fso.OpenTextFile(VKFolder + "\" + VKFileGesamt, ForAppending).Write(.OpenTextFile (tFil.Path,ForReading ).ReadAll) Next ... When I execute the vbscript-step only from the package I get this error: Error Description: Error code: 0 Error source: Runtime error in Microsoft vbscript Error description: Permission denied The properties close connection is set for datapump tasks in that DTS. I made sure that the privileges for the folder/files are set to full-access. Any ideas how to troubleshoot? Thanks in advance Bodo |
![]() |
| Thread Tools | |
| Display Modes | |
| |