Integration Services :: SSIS Bulk Insert Error Truncation
Nov 17, 2015
I have am having some issues bulk inserting from a flat file (CSV) to the database. I have also tried this by using the import and export wizard and get the following error:
I dont understand what the issue. The table that i have created looks like this:
CREATE TABLE IderaPatchAnalyzer
(
IP_Adresse varchar(64) NOT NULL,
Release_ varchar(50) NOT NULL,
Level_ varchar(50)NOT NULL,
Edition_ varchar(50) NOT NULL,
[Code] .....
I have in the changed the outputcolumnwidth in Ip_Adresse to 64. The length of the cells are not near 50 however i want it to be sure that its not the case. When I try to do the same in my SSIS project, i also get an error. I do get a warning: Truncation may occur due to inserting data from data flow column """"KB Available""" with a length o..... in that column there are max 5 varchar: "yes" and "no". The """"KB Available""" is the column name in the flat file (CSV), I have made checkmark in Column names in the first data row.
I have used the following guide for my SSIS project:
View 4 Replies
ADVERTISEMENT
Jun 4, 2015
I'm unable to find a solution to this truncation error on google.This happens only on one field which has comments. The offending Excel row/column has text that was entered in two lines i.e they entered the data and pressed "enter" and wrote a new line in the same row.Im using an Excel file source in SSIS and an OLEDB Destination (SQL Server) but one column keeps erroring out and I have tried to do the following:
1) Change output column width in advanced editor (still errors)
2) Data conversion tool between the source and destination (still errors)
View 4 Replies
View Related
Jun 3, 2015
I am using SQL Server Data Tools for Visual Studio 2012. I have a very simple SSIS package with a Data Flow task that exports from an OLE DB Source to a tab-delimited unicode Flat File Destination and a Bulk Insert task that loads from the file. Both the Flat File Destination and Bulk Import are using the same code page. The Bulk Insert task is using the wide char format to read from the file. The process works fine with nvarchar and int columns, but when I add a unique identifier column it fails with "type mismatch or invalid character for the specified code page".
View 5 Replies
View Related
Jan 30, 2006
Howdy y'all, what the hey am I doing wrong here?
I am trying to suck in a HUGE flat file that is tab-delimited and each row ends with a hex :0D:0A.
The first few lines of the file are:
00000000h: 31 30 30 30 32 09 32 30 30 33 2D 30 31 2D 32 39 ; 10002.2003-01-29
00000010h: 20 30 30 3A 30 30 3A 30 30 2E 30 30 30 09 32 30 ; 00:00:00.000.20
00000020h: 2E 33 39 30 30 09 31 39 2E 38 30 30 30 09 32 30 ; .3900.19.8000.20
00000030h: 2E 33 34 30 30 09 34 32 31 33 37 09 31 2E 30 30 ; .3400.42137.1.00
00000040h: 30 30 0D 0A 31 30 30 30 32 09 32 30 30 33 2D 30 ; 00..10002.2003-0
00000050h: 31 2D 33 30 20 30 30 3A 30 30 3A 30 30 2E 30 30 ; 1-30 00:00:00.00
00000060h: 30 09 32 30 2E 33 35 30 30 09 31 39 2E 38 30 30 ; 0.20.3500.19.800
00000070h: 30 09 31 39 2E 38 37 30 30 09 33 33 39 33 33 09 ; 0.19.8700.33933.
here is my table script:CREATE TABLE [dbo].[HSF_Staging_TEST] (
[OSID] [varchar] (30) COLLATE SQL_Latin1_General_CP1_CI_AS NULL ,
[Date] [varchar] (30) COLLATE SQL_Latin1_General_CP1_CI_AS NULL ,
[Time] [varchar] (30) COLLATE SQL_Latin1_General_CP1_CI_AS NULL ,
[High] [varchar] (30) COLLATE SQL_Latin1_General_CP1_CI_AS NULL ,
[Low] [varchar] (30) COLLATE SQL_Latin1_General_CP1_CI_AS NULL ,
[Price] [varchar] (30) COLLATE SQL_Latin1_General_CP1_CI_AS NULL ,
[Volume] [varchar] (30) COLLATE SQL_Latin1_General_CP1_CI_AS NULL ,
[Splits] [varchar] (30) COLLATE SQL_Latin1_General_CP1_CI_AS NULL
) ON [PRIMARY]
GOHere is my BULK INSERT statement:osql -S(local) -Uusername -Ppassword -Q "BULK INSERT Trades.dbo.HSF_Staging_Test FROM '\devserverinputfilesDataDataHSF.txt' WITH (FIELDTERMINATOR = ' ', ROWTERMINATOR = '', TABLOCK)" -o".HSF_Staging_Test_LOG.txt" -e".HSF_Staging_Test_ERR.txt"yeah, dang near perfect code, eh? ;)
well...here is the error I get...Msg 4863, Level 16, State 1, Server TRADES, Line 1
Bulk insert data conversion error (truncation) for row 1, column 8
(Splits).
Msg 4863, Level 16, State 1, Server TRADES, Line 1
Bulk insert data conversion error (truncation) for row 2, column 8
(Splits).
Msg 4863, Level 16, State 1, Server TRADES, Line 1
Bulk insert data conversion error (truncation) for row 3, column 8
(Splits).
Msg 4863, Level 16, State 1, Server TRADES, Line 1
Bulk insert data conversion error (truncation) for row 4, column 8
(Splits).
Msg 4863, Level 16, State 1, Server TRADES, Line 1
Bulk insert data conversion error (truncation) for row 5, column 8
(Splits).
Msg 4863, Level 16, State 1, Server TRADES, Line 1
Bulk insert data conversion error (truncation) for row 6, column 8
(Splits).
Msg 4863, Level 16, State 1, Server TRADES, Line 1
Bulk insert data conversion error (truncation) for row 7, column 8
(Splits).
Msg 4863, Level 16, State 1, Server TRADES, Line 1
Bulk insert data conversion error (truncation) for row 8, column 8
(Splits).
Msg 4863, Level 16, State 1, Server TRADES, Line 1
Bulk insert data conversion error (truncation) for row 9, column 8
(Splits).
Msg 4863, Level 16, State 1, Server TRADES, Line 1
Bulk insert data conversion error (truncation) for row 10, column 8
(Splits).
Msg 4863, Level 16, State 1, Server TRADES, Line 1
Bulk insert data conversion error (truncation) for row 11, column 8
(Splits).
Msg 4865, Level 16, State 1, Server TRADES, Line 1
Could not bulk insert because the maximum number of errors (10) was
exceeded.
Msg 7399, Level 16, State 1, Server TRADES, Line 1
OLE DB provider 'STREAM' reported an error. The provider did not give
any information about the error.
OLE DB error trace [OLE/DB Provider 'STREAM' IRowset::GetNextRows
returned 0x80004005: The provider did not give any information about
the error.].
The statement has been terminated.Is the problem something about the :OD:0A at the end of each row, rather than just the :0A??? If so, how the heck do I specify that? I think based on my testing so far (also tried '
' as the rowtermination param, but then it gives me a truncation error for the first row only, leading me to think it cannot find the end of the row that way.
I am still looking through archives and on the web, but have not seen anything specific to my issue yet...and cannot believe that I am the first to BULK INSERT this kind of data.
Help is appreciated!
~Paul
View 1 Replies
View Related
Dec 4, 2006
hi
"Bulk insert data conversion error (truncation) for row 1, column 1 (id)."
when you get the error above or similar in sql server 2000 does it continue inserting the data by truncating it or does it stop beacause looking at the data that i have got it seems to continue inserting the data but just truncates the colunm. i have tried it several time its seeems to be consistent.
I have data that has white spaces after the actual data e.g. '00093 ' hence i am happy aslong as i can be sure that it does always continue as i will be loading alot of data using a similar process.
hence my question is that will it load all the data all the time and just truncate it to fit the column size?
View 7 Replies
View Related
Jul 15, 2015
I need to export some data from sql server 2012 to a excel file(.xlsx). Truncation error happened when executing the exporting task, error happened in conversion from a column of type nvarchar(max) to a column of type LongText. Max length of the source column data is 4303, and documented length limit of LongText, which is a alias of type Memo, is 64,000. why this error happen?
Below is detailed error message:
- Executing (Error)
Messages
Error 0xc02020c5: Data Flow Task 1: Data conversion failed while converting column "extended_info" (59) to column "extended_info" (143). The conversion returned status value 4 and status text "Text was truncated or one or more characters had no match in the target code page.".
(SQL Server Import and Export Wizard)
Error 0xc020902a: Data Flow Task 1: The "Data Conversion 0 - 0.Outputs[Data Conversion Output].Columns[extended_info]" failed because truncation occurred, and the truncation row disposition on "Data Conversion 0 - 0.Outputs[Data Conversion
Output].Columns[extended_info]" specifies failure on truncation. A truncation error occurred on the specified object of the specified component.
[code]...
View 3 Replies
View Related
Jun 19, 2015
I have an SSIS package doing a bulk insert from a file. Then later on I'm trying to delete that file (in a file delete task), but I'm getting an error:[File System Task] Error: An error occurred with the following error message: "The process cannot access the file 'xyz' because it is being used by another process.".I'm wondering if there isn't some way to 'tweak' the bulk insert syntax so that it doesn't lock the file?
View 5 Replies
View Related
Oct 8, 2015
While within SQL Server 2008R2/Visual Studio 2008, I created SSIS project that involves, among the rest, Script Components.... Nowadays, we moved towards SQL Server 2014 and Visual Studio 2013...Our further development of SSIS project is stacked at Script Component errors....like depicted in attachment. As synopsis of steps that we used to undertook, was drag/drop Script Component, Transformation, Add Web Service as [URL] ...., Resolve in order to set up correct Using statement....But, if we try to BUILD, it pop ups errors beneath... How to escape i.e., how to build it now in SQL Server 2014 and Visual Studio 2013?
View 7 Replies
View Related
Sep 20, 2006
im trying to do a bulk insert & am getting the following error .
An error occurred with the following error message: "Cannot fetch a row from OLE DB provider "BULK" for linked server "(null)".The OLE DB provider "BULK" for linked server "(null)" reported an error. The provider did not give any information about the error.Bulk load: An unexpected end of file was encountered in the data file.Bulk load data conversion error (type mismatch or invalid character for the specified codepage) for row 1, column 3 (calling_natr_addr_ind).".
i have set the connectn timeout to 0, but the error persists.
please help.
thanks,
zainab
View 3 Replies
View Related
Jul 10, 2015
I have a pretty easy data load and design of my package flow is like this : Excel -> Stage -> operational_table. So now everything is working fine and the operational table will be called for front end applications. So far so good.
Everything is truncate and load operation. Yesterday, my stage to operational table load failed because of truncation happened for a column. Is there any way I can validate for errors and if at all there are any errors I wont truncate my operational table. I'm thinking of this way .. If
max(len(stage.column)) > COL_LENGTH('operational table','[column]')
stop truncating operational table.. Is there any other better way or just above works fine?
View 4 Replies
View Related
Jun 20, 2015
I want only last yesterday data that's why i put the condition at oledb source and it working fine.It fetch previous day of data but at the time of lookup , it lookup all data from the beginning and provide the error of insufficient space.
1.how lookup contain only yesterday data.
2.What to do for lookup all data (adding space is the solution or something else to do)
3.I want to transfer 100 of tables data everyday. this article is only for transferring one table data.For transferring the data of another table add dataflow task below to Apply stages update or add another sequence container.
View 3 Replies
View Related
May 15, 2014
Is there a switch I can use to force a bulk insert and if data is truncated, I'm good with that. The truncated data, in this case, is not data I can use anyway if it is long enough to be truncated.
I need to keep the field at VARCHAR(23) and if I expand it, I won't be able to join on it after the file load completes. I'd like the data to be inserted (truncated if need be) and then I'll deal with the records that are truncated after I load the file.
View 5 Replies
View Related
May 12, 2015
I am trying to insert in table using execute sql task.
I want to pass value of Load_Frequency through parameter
But I am getting below error
[Execute SQL Task] Error: Executing the query "Insert Into [dbo].[ETL_LOAD_MAIN] (
[Load_Fr..." failed with the following error: "The statement has been terminated.". Possible failure reasons:
Problems with the query, "ResultSet" property not set correctly, parameters not set correctly, or connection not established correctly.
Insert Into [dbo].[ETL_LOAD_MAIN] (
[Load_Frequency]
,[Load_Start_DateTime]
,[Load_Overall_Status]
) Values (?,getdate(),'In Progress')
View 2 Replies
View Related
Jun 17, 2015
I am in the process of importing an Excel Spreadsheet using the natively connection manager in SSIS 2008. There is one column however that is causing me grief.
SSIS has natively chosen the problematic column to be a DT_WSTR(255). I have gone into the Excel connection manager's Advanced Editor and altered it to be a DT_WSTR(1000) (see image 1 attached).
I am still getting truncation issues though, as per image 2 attached. why this is?
View 6 Replies
View Related
Apr 11, 2007
My colleague is working on bulk insert task from SSIS and since the data file does not contain any valid delimeter one of the suggestion he got is to use a file format to address the issue. Thus a bcp command is used to generate the format file, as per below.
bcp <database name>.dbo.<table name> format nul -T -S <server name> -n -f out.fmt
The file file format was generated, from the data flow we added the BULK INSERT task and set the properties accordingly including the File Format and location of the file. Upon running the task itself we encountered the error as per below.
[Bulk Insert Task] Error: An error occurred with the following error message: "Cannot bulk load. The file "C:HFISTAT.fmt" does not exist.".
Progress: The Bulk Insert task is completed. - 100 percent complete
Task Bulk Insert Task failed
Have checked the file and it is in C: drive and it is not protected or read-only. Validated the output file and it is as per expected. Any help would be appreciated very much.
View 7 Replies
View Related
Sep 4, 2015
I have a ssis package which identifies duplicate records in access database. I have staged access database into sql sever and created ssis package. Now, I have final list of records which needs to be delete from access database and new records which are to be inserted into access database.
What do I need to do if I want to delete those duplicate records directly from access database using SSIS. I cannot truncate whole access database and reload. I just have to delete duplicate rows from access db and add new records.
View 9 Replies
View Related
Apr 8, 2008
I receive the following error message when I try to use the Bulk Insert Task to load BCP data into a table:
Error: 0xC002F304 at Bulk Insert Task, Bulk Insert Task: An error occurred with the following error message: "Cannot fetch a row from OLE DB provider "BULK" for linked server "(null)".The OLE DB provider "BULK" for linked server "(null)" reported an error. The provider did not give any information about the error.The bulk load failed. The column is too long in the data file for row 1, column 4. Verify that the field terminator and row terminator are specified correctly.Bulk load data conversion error (overflow) for row 1, column 1 (rowno).".
Task failed: Bulk Insert Task
In SSMS I am able to issue the following command and the data loads into a TableName table with no error messages:
BULK INSERT TableName
FROM 'C:DataDbTableName.bcp'
WITH (DATAFILETYPE='widenative');
What configuration is required for the Bulk Insert Task in SSIS to make the data load? BTW - the TableName.bcp file is bulk copy file as bcp widenative data type. The properties of the Bulk Insert Task are the following:
DataFileType: DTSBulkInsert_DataFileType_WideNative
RowTerminator: {CR}{LF}
Any help getting the bcp file to load would be appreciated. Let me know if you require any other information, thanks for all your help.
Paul
View 1 Replies
View Related
Jan 15, 2008
Having searched the forum, this one clearly has form... However beyond assisting those who have fallen at the first hurdle (i.e. forgetting/not knowing that they cannot execute the package remotely to the instance of SQL Server into which they are inserting), the issues raised by others have not been addressed. Thus I am bringing nothing new to the table here - just providing an executive summary of problems which others have run into, written about, but not received answers for.
First the complete error:
Description: Unable to prepare the SSIS bulk insert for data insertion. End Error Error: 2008-01-15 04:55:27.58 Code: 0xC004701A Source: <xxx> DTS.Pipeline Description: component "<xxx> failed the pre-execute phase and returned error code 0xC0202071. End Error DTExec: The package execution returned DTSER_FAILURE (1). Started: 4:53:34 AM Finished: 5:00:00 AM Elapsed: 385.384 seconds. The package execution failed. The step failed.
Important points
It mostly works - It produces no error more than 9 times out of 10.
It fails on random dataflows - My package has several dataflows, (mostly) executing concurrently. Where the error occurs it does not do so on the same dataflow each time: on one run it'll fail on dataflow A whilst B,C,D and E succeed, then A-E will all succeed (and continue doing so for the next ten runs thereafter), and then the error recurs for dataflow D, with A,B,C and E all succeeding.
Hope someone has something interesting to say,
Tamim.
View 10 Replies
View Related
Jun 2, 2015
I need to insert data into Header & Detail table. As shown in the below xml,
RecordID is identity-column and incremented by 1, after new record is saved into Header table. Need to assign the same recordID for the detail also.
Expecting output should be like as shown below:
How can we accomplish this requirement.
View 8 Replies
View Related
Nov 25, 2015
I am using SSIS integration between two database. Both databases are sql server 2008. using many integration but getting problem in two only only two integration giving problem, both are executing perfectly and out put also not showing any error.
but destination table not inserted/updated anything.
first issue integration is using data flow task with oledb source and destination.
second one is using execute task with for-eachloop container.
View 12 Replies
View Related
Jun 29, 2015
I'm trying to use Bulk insert for the first time and getting the following error. I think it might have something to do with my Format File and from the error msg there's a conversion error for the first column. In my database the Field is nvarchar(6) so my best guess is to use SQLNChar for the first column. I've checked the end of each line is CR LF therefore the is correct for line 7 right?
Msg 4863, Level 16, State 1, Line 1
Bulk load data conversion error (truncation) for row 1, column 1 (ASXCode).
Msg 7399, Level 16, State 1, Line 1
The OLE DB provider "BULK" for linked server "(null)" reported an error. The provider did not give any information about the error.
Msg 7330, Level 16, State 2, Line 1
Cannot fetch a row from OLE DB provider "BULK" for linked server "(null)".
BULK
INSERTtbl_ASX_Data_temp
FROM
'M:DataASXImportTest.txt'
WITH
(FORMATFILE='M:DataASXSQLFormatImport.Fmt')
[code]...
View 5 Replies
View Related
Dec 13, 2013
When I am trying to insert to data from SQL ssis package to SharePoint list people or group column I am getting below error.[SSIS.Pipeline] Error: SSIS Error Code DTS_E_PROCESSINPUTFAILED. The ProcessInput method on component "SharePoint List Destination" (25) failed with error code 0x80131500 while processing input "Component Input" (34). The identified component returned an error from the ProcessInput method. The error is specific to the component, but the error is fatal and will cause the Data Flow task to stop running.
View 8 Replies
View Related
Dec 2, 2015
When i use single object variable to pass it to two sequence container having 2 different Foreach ADO Enumerator; seems like the scope of the variable is completed once sequence container 1 is done and second fails with below error
Foreach ADO Enumerator
Error: COM error object information is available. Source: "ADODB.Recordset" error code: 0x800A0BCD Description: "Either BOF or EOF is True, or the current record has been deleted. Requested operation requires a current record.".
Does we have to set any property so that object variable scope persist until both loops are completed.
It works fine if i push the data to 2 different object variables.
View 2 Replies
View Related
Jul 8, 2015
I want to caputure all error records with rowid and error code and Error description in SSIS 2012.We want to do this in Dataflow level... I am using error out option(Redirect Row). But it is not giving detailed information of the error records.
View 3 Replies
View Related
Jun 3, 2015
error[42000][mysql][odbc 5.3 (a) driver] mysqld-5.6.21 -log] where preview a data
View 2 Replies
View Related
May 6, 2015
I am using SSIS 2008 R2 & SQL Server 2008 R2. When I run the package in bids it runs fine but when I try to execute this package from agent job I get the below error message. In the job execution options I tried using 32-bit runtime that didn't work either.
Connection String for Ole db source"Data Source=Test;Initial Catalog=DB_SSIS;Provider=SQLNCLI10.1;Integrated Security=SSPI;Application Name=SSISDataLoad;"
Error Message:
Executed as user: Domainusername. Microsoft (R) SQL Server Execute Package Utility Version 10.50.4033.0 for 32-bit Copyright (C) Microsoft Corporation 2010. All rights reserved.
Error: Code: 0xC0209302 Source: SSISDataLoad Connection manager "DB_SSIS" Description: SSIS Error Code DTS_E_OLEDB_NOPROVIDER_ERROR. The requested OLE DB provider
SQLNCLI.1 is not registered. Error code: 0x00000000. An OLE DB record is available. Source: "Microsoft OLE DB Service Components" Hresult: 0x80040154 Description: "Class not registered". Code: 0xC020F42A . Source: SSISDataLoad Connection manager "DB_SSIS" Description: Consider changing the PROVIDER in the connection string to SQLNCLI10 or visit
View 4 Replies
View Related
Nov 3, 2015
I am developing one SSIS package where I bring some details from DWH and insert ii to a table in SQL Server.
But i am getting the error like - The OLE DB provider used by the OLE DB adapter cannot convert between types "DT_I4" and "DT_GUID".
View 2 Replies
View Related
Nov 2, 2015
We have a 2014 SQL Server. I have a SSIS package written in VS 2008 where I am simply importing an .xlsx into an existing table via a mapped drive. I have it working on my development machine using the 2007 Access 32 bit driver from [URL]..... Our DBA is trying to schedule the package to execute on a schedule job on the 2014 server and we received an error. He installed the 32 bit driver and still getting the error. I set the package to run in 32 bit and we are still getting the error.
Date 10/30/2015 2:51:18 PM
Log Job History (BD_ISS_Websites_New1)
Step ID 1
Server ETSSQL2014DEV
Job Name BD_ISS_Websites_New1
Step Name ISSWebsite
Duration 00:00:01
[code]....
View 3 Replies
View Related
Jun 1, 2015
while working on deployment to production server of an SSIS project, I have noticed that development priject has "disappeared" from my development machine which, obviously, was not my intention, at all. I now get the error prompt saying this:
what am I suppose to do in order to RESTORE it on devel machine like it used to be?
View 7 Replies
View Related
Nov 14, 2013
I am writing the following code in my SSIS 2012 script task.I am deliberately trying to fali this code by adding some typos in the connection string.I want to catch the exception and display the exact exception message.but SSIS runtime is always throwing same error message as follows:
Exception has been thrown by the target of an invocation.
at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
at System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Object[] parameters, Object[] arguments)
at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
at System.RuntimeType.InvokeMember(String name, BindingFlags bindingFlags, Binder binder, Object target, Object[] providedArgs, ParameterModifier[] modifiers, CultureInfo culture, String[] namedParams)
at Microsoft.SqlServer.Dts.Tasks.ScriptTask.VSTATaskScriptingEngine.ExecuteScript()
Below is the code
public void Main()
{
//TODO: Add your code here
try
{
SqlConnection conn = new SqlConnection("Data Source=apsed1674;Integrated Security=true;database=EDX");
[Code] ....
View 9 Replies
View Related
Sep 3, 2015
I am getting the following error when trying to EDIT a OLEDB Connection Manager. I am using VS2010. Im not coming up with any answers to this problem. I just reinstalled SQL SERVER CLIENT TOOLS 2012 That includes the SQL DATA TOOLS/VS 2010 But I still receive this error.
Error:Unable to find the requested .Net Framework Data Provider. It may not be installed. (System.Data)
View 3 Replies
View Related
Jan 17, 2008
Im having some issues with bulk insert.
This is the table:
CREATE TABLE [dbo].[tmp_GA_status](
[GA_recno] [int] NOT NULL,
[GA_desc] [varchar](40) NULL
)
This is the file (unicode):
1|"test1"
2|"test2"
3|"test3"
4|"test4"
5|"test5"
6|"test6"
7|"test7"
8|"test8"
and this is the sql:
bulk insert tmp_GA_status from 'C: empTextDumpGA_status.dta'
with (CODEPAGE='RAW', FIELDTERMINATOR='|', ROWTERMINATOR='
', DATAFILETYPE='widechar')
so yeah, pretty simple. But whatever I do I get this;
Msg 4864, Level 16, State 1, Line 1
Bulk load data conversion error (type mismatch or invalid character for the specified codepage) for row 1, column 2 (GA_desc).
So what am I doing wrong ?
View 13 Replies
View Related
Aug 28, 2015
we need download files from FTP location , so we are using script component as source and when we are using the fallowing code// read a file and write out as columns in rows
WebClient myWebClient = new WebClient();
myWebClient.Credentials = new NetworkCredential(Variables.ftpLogin, Variables.ftpPassword);
// Concatenate the domain with the Web resource filename.
string myStringWebResource = Variables.fileURL + Variables.fileName;
string s = myWebClient.DownloadString(myStringWebResource);
StringReader reader = new StringReader(s);
we are getting the fallowing error The server returned an error: (404) Not Found. are we missing anything in the code.
View 2 Replies
View Related