Viewing 9 posts - 1 through 9 (of 9 total)
//one FTP connection thru multiple Folders C#
FtpClientConnection ftp_client;
public void Main()
{
ConnectionManager conMan;
String[] sFolderNames;
String[] sFileNames;
String[] sFileNamestoWindowsFolder;
...
October 10, 2012 at 12:17 pm
if U are copying data set replace option to true and make sure to copy the schema too;)
October 1, 2008 at 8:52 am
when you save the package to the SSIS make sure you rely on the security of the SQL Server
to run the package .Then the SQL Agent account with rights will...
October 23, 2007 at 7:04 am
or make sure your crystalviewer properties are set as you need
August 21, 2007 at 11:13 am
Are you creating the reports from within .Net or outside in Crystal Report ?
August 21, 2007 at 7:29 am
You need to configure SQL XML support in IIS
Then you can execute query to you DB from the IE
June 27, 2005 at 10:16 am
try these plus any other dll the package uses
REGSVR32 C:\Program Files\Common Files\Microsoft Shared\DSO\Resources\1033\msmdlock.dll
REGSVR32 C:\Program Files\Common Files\Microsoft Shared\DSO\Resources\1033\msmdnet.dll
REGSVR32 C:\Program Files\Common Files\Microsoft Shared\DSO\Resources\1033\msmddo.dll
REGSVR32 C:\Program Files\Common Files\Microsoft Shared\DSO\Resources\1033\msmddo80.dll
REGSVR32 C:\Program Files\Common Files\Microsoft Shared\DSO\Resources\1033\msmdso.rll
June 27, 2005 at 10:10 am
Check how much free disk space you have left
if the tempdb went too large restart sql
Could hardware[disk]/memory inadecute
April 1, 2005 at 8:36 am
Viewing 9 posts - 1 through 9 (of 9 total)