Quantcast
Channel: SQL Server Integration Services forum
Viewing all 24688 articles
Browse latest View live

Count of values from single row

$
0
0

Hello,

I need help with SSIS task. We get csv flat files from vendors. I am able to import the data but what is required in the count of values in column "rpm package" by computer name.

This is what I have in my data flow task

The desired output is below which I got my SQL Query

select top 10 A.[Computer Name],a.[Time of Last Scan Attempt], count(a.[RPM_custom ]) as noofrpm, STUFF((SELECT  ', ' + b.[RPM_custom ]
        FROM BigFix.STG_InstalledRPMs b
		WHERE B.[Computer Name] = A.[Computer Name]
        FOR XML PATH('')), 1, 1, '')
		FROM  BigFix.STG_InstalledRPMs A
		GROUP BY  A.[Computer Name],a.[Time of Last Scan Attempt]

How do I achieve this? I was trying to use aggregate but it doesnt pass down all the columns.


SSIS package Just fails...not compatible with this version of the DataFlow?

$
0
0

Executed as user: x ...0.00 for 64-bit  Copyright (C) Microsoft Corp 1984-2005. All rights reserved.    Started:  11:27:08 AM  Error: 2013-01-09 11:27:09.74     Code: 0xC0048020     Source: import file import file (DTS.Pipeline)     Description: The version of component "Flat File Source" (1) is not compatible with this version of the DataFlow.  End Error  Error: 2013-01-09 11:27:09.75     Code: 0xC0048020     Source: import file DTS.Pipeline     Description: The version of component "Flat File Source" (1) is not compatible with this version of the DataFlow.  End Error  Error: 2013-01-09 11:27:09.75     Code: 0xC004706C     Source: import file DTS.Pipeline     Description: Component "component "Data Conversion" (773)" could not be created and returned error code 0x80070005. Make sure that the component is registered correctly.  End Error  Error: 2013-01-09 11:27:09.75     Code: 0xC0048021     Source: import file Flat File Source [1]...  The package execution fa...  The step failed.

I am unsure what i am running into here.... Any ideas?

SSIS ETL strategy for log file

$
0
0

Hi. I am trying to get some info from a log file. The log file is made up from different blocks of text, each with a specific type ("XML", "INF", "DBG" and "SQL"). Each type follows its rules (e.g. "XML" is structured as XML, "SQL" as SQL, and "DBG" and "INF" as free text. Each block of text also has a timestamp. An example will illustrate:

23/05/19 11:48:51:121 <XML> [ZEUS-Pumps State Thread] - Req-><root><cem action="27" /></root>
23/05/19 11:48:51:121 <INF> [ZEUS-AWTContextRunner-1] - No existe caja corriente
23/05/19 11:48:51:530 <XML> [ZEUS-Pumps State Thread] - Rta-><root><pending_sales_res><pump id="1" pending_sales="NO" /><pump id="2" pending_sales="NO" /><pump id="3" pending_sales="NO" /><pump id="4" pending_sales="NO" /><pump id="5" pending_sales="NO" /><pump id="6" pending_sales="NO" /><pump id="7" pending_sales="NO" /><pump id="8" pending_sales="NO" /></pending_sales_res></root>

23/05/19 11:48:51:540 <XML> [ZEUS-Pumps State Thread] - Req-><root><cem action="2"/></root>
23/05/19 11:48:51:640 <XML> [ZEUS-Pumps State Thread] - Rta-><root><status_res><general_status emergency="OFF" shift="OPEN" day="OPEN" month="OPEN" central="OPEN" shift_close="NO" pumps_blocked="NO" shift_id="20190523055959" /><pump id="1" status="idle" prepay_id="0" last_amount="500.00" sales_timestamp="1558622712" /><pump id="2" status="idle" prepay_id="0" last_amount="121.03" sales_timestamp="1558622186" /><pump id="3" status="idle" prepay_id="0" last_amount="100.00" sales_timestamp="1558622489" /><pump id="4" rtm="11.56" status="busy" prepay_id="0" last_amount="500.00" sales_timestamp="1558621796" /><pump id="5" status="idle" prepay_id="0" last_amount="135.01" sales_timestamp="1558622361" /><pump id="6" status="idle" prepay_id="0" last_amount="1570.32" sales_timestamp="1558621668" /><pump id="7" status="idle" prepay_id="0" last_amount="1164.96" sales_timestamp="1558622573" /><pump id="8" status="idle" prepay_id="0" last_amount="1000.00" sales_timestamp="1558621011" /></status_res></root>

23/05/19 11:48:51:640 <INF> [ZEUS-Pumps State Thread] - updatePumpsState surtidor : 1
23/05/19 11:48:51:640 <INF> [ZEUS-Pumps State Thread] - updatePumpsState surtidor : 2
23/05/19 11:48:51:640 <INF> [ZEUS-Pumps State Thread] - updatePumpsState surtidor : 3
23/05/19 11:48:51:640 <INF> [ZEUS-Pumps State Thread] - updatePumpsState surtidor : 4
23/05/19 11:48:51:640 <INF> [ZEUS-Pumps State Thread] - updatePumpsState surtidor : 5
23/05/19 11:48:51:640 <INF> [ZEUS-Pumps State Thread] - updatePumpsState surtidor : 6
23/05/19 11:48:51:640 <INF> [ZEUS-Pumps State Thread] - updatePumpsState surtidor : 7
23/05/19 11:48:51:640 <INF> [ZEUS-Pumps State Thread] - updatePumpsState surtidor : 8
23/05/19 11:48:54:160 <DBG> [AWT-EventQueue-0] - XXXXX JZeusButton Processing event: pos_login
23/05/19 11:48:54:170 <INF> [AWT-EventQueue-0] - Creando Operaciones Platino...
23/05/19 11:48:54:170 <INF> [AWT-EventQueue-0] - Creando Operaciones Pos...
23/05/19 11:48:54:180 <DBG> [AWT-EventQueue-0] - POS: Comenzando operación login
23/05/19 11:48:54:180 <INF> [AWT-EventQueue-0] - Temporary Log Level activated to:1
23/05/19 11:49:10:129 <INF> [AWT-EventQueue-0] - Normal Log Level restored.
23/05/19 11:49:10:129 <DBG> [AWT-EventQueue-0] - POS: Operación finalizada login
23/05/19 11:49:10:129 <DBG> [AWT-EventQueue-0] - SwitchModalOff
23/05/19 11:49:10:129 <DBG> [AWT-EventQueue-0] - POS Toolbar Update
23/05/19 11:49:10:129 <SQL> [AWT-EventQueue-0] - Open SQL = select seg_usuario_rol.* from seg_usuario_rol  where seg_usuario_rol.usuario = '1002'
23/05/19 11:49:10:133 <SQL> [AWT-EventQueue-0] - Open SQL = select SEG_ROL.descripcion, SEG_ROL.tipo, SEG_ROL.mayor_rango, SEG_ROL.rol from SEG_ROL  where SEG_ROL.rol = 'EST_CAJERO'

I'm trying to get some info from the XML text types. As you can see, there are two types of XML text:

  • cem_action="2" (status)
  • cem_action="27" (pending_sales) (if you wonder, suffix "res" stands for response and "req" for request

I need to put this into a structure like this:

timestamp	type	pump	status
23/05/19 11:48:51:530	pending sales_res	1	NO
23/05/19 11:48:51:530	pending sales_res	2	NO
23/05/19 11:48:51:530	pending sales_res	3	NO
23/05/19 11:48:51:530	pending sales_res	4	NO
23/05/19 11:48:51:530	pending sales_res	5	NO
23/05/19 11:48:51:530	pending sales_res	6	NO
23/05/19 11:48:51:530	pending sales_res	7	NO
23/05/19 11:48:51:530	pending sales_res	8	NO
23/05/19 11:48:51:640	status_res	1	idle
23/05/19 11:48:51:640	status_res	2	idle
23/05/19 11:48:51:640	status_res	3	idle
23/05/19 11:48:51:640	status_res	4	busy
23/05/19 11:48:51:640	status_res	5	idle
23/05/19 11:48:51:640	status_res	6	idle
23/05/19 11:48:51:640	status_res	7	idle
23/05/19 11:48:51:640	status_res	8	idle

I managed to separate the XML blocks from the rest. Is there a way to tell SSIS to process each ype XML block differently? 

Is SSIS the tool for this?

Thanks


SQL Server Agent job fails , but works fine when user stays logged in

$
0
0

I have a SQL Server job that runs a SSISDB package. The package does some SQL database connection and creates an excelt file as output. Finally it runs a VB 2015 script that opens the created excel file and rcopies sheets from that to another excel file and then a macro is run. The jobs runs fine as a SQL server agent job while I'm still logged onto the server . However when I log out the VB Script task fails with the message ' Script Task Error: Exception has been thrown by the target of an invocation. '.

help !


Data Loss issue while transferring data from Source(Oracle) to Data Warehouse Staging Database(SQL Server)

$
0
0

Project Overview

Loading data from Oracle Database to Datawarehouse Staging Database(SQL Server). Using ETL process we are loading data from Oracle to SQL Server. Staging Database in SQL server is an exact replica of Source Oracle schema.

We have developed an SSIS package to initially load complete data into Staging Database and then apply data cleaning and load the data to Data Warehouse(SQL Server). In SSIS Package for migrating data from Source to Staging, we are using "Data Flow Task" in SSIS package and we are splitting the table data into 20 batches and loading batch-wise into Stage database in a sequential order

Issue:

We will build the .ispac file and deploy in PROD Server scheduled a package execution in SQL server agent. After package complete execution. The count of the source tables is not matching with the stage tables.

But when we are running the same package in the local machine the count of source tables are matching with stage tables.

As we are loading the data in Batch-Wise. In some cases, we are missing a few records in every batch or only a few batches. But we are not sure why the records are missing while transferring the data only in PROD Server

How to troubleshoot failing job using SQL Server Integration Services Package?

$
0
0

I have setup a full backup with SQL SQL Server Integration Services Package type and run as SQL Server Agent Service Account. Log on to the server using Windows Authentication. I kept getting this error when failed.

Execution of job 'ti-schedule - MaintenancePlan.Full Backup (Daily - Noon)' failed.  See the history log for details.

Looking at the View History log I see this:

Date,Source,Severity,Step ID,Server,Job Name,Step Name,Notifications,Message,Duration,Sql Severity,Sql Message ID,Operator Emailed,Operator Net sent,Operator Paged,Retries Attempted
08/14/2019 06:42:27,ti_schedule - MaintenancePlan.Full Backup (Daily - Noon),Error,,MSDB\ti,ti_schedule - MaintenancePlan.Full Backup (Daily - Noon),,,The job failed.  The Job was invoked by User myDomain\myUser.  The last step to run was step 1 (Full Backup (Daily - Noon)).,00:00:03,0,0,My-Comp Web Team,,,0

08/14/2019 06:42:27,ti_schedule - MaintenancePlan.Full Backup (Daily - Noon),Error,1,MSDB\ti,ti_schedule - MaintenancePlan.Full Backup (Daily - Noon),Full Backup (Daily - Noon),,Executed as user: myDomain\MSDB$. Microsoft (R) SQL Server Execute Package Utility  Version 14.0.3223.3 for 64-bit  Copyright (C) 2017 Microsoft. All rights reserved.    Started:  6:42:27 AM  Error: 2019-08-14 06:42:28.45     Code: 0xC002F210     Source: {36B626B3-A88D-4AF3-8B63-14B1D89E24FE} Execute SQL Task     Description: Executing the query "DECLARE @Guid UNIQUEIDENTIFIER      EXECUTE msdb..sp..." failed with the following error: "The INSERT statement conflicted with the FOREIGN KEY constraint "FK_sysmaintplan_log_subplan_id". The conflict occurred in database "msdb"<c/> table "dbo.sysmaintplan_subplans"<c/> column 'subplan_id'.  The statement has been terminated.". Possible failure reasons: Problems with the query<c/> "ResultSet" property not set correctly<c/> parameters not set correctly<c/> or connection not established correctly.  End Error  Warning: 2019-08-14 06:42:28.45     Code: 0x80019002     Source: OnPreExecute     Description: SSIS Warning Code DTS_W_MAXIMUMERRORCOUNTREACHED.  The Execution method succeeded<c/> but the number of errors raised (1) reached the maximum allowed (1); resulting in failure. This occurs when the number of errors reaches the number specified in MaximumErrorCount. Change the MaximumErrorCount or fix the errors.  End Warning  Error: 2019-08-14 06:42:28.55     Code: 0xC0024104     Source: {F0D2A16A-319D-4C6E-9AEC-21270919782F}     Description: The Execute method on the task returned error code 0x80131501 (An exception occurred while executing a Transact-SQL statement or batch.). The Execute method must succeed<c/> and indicate the result using an "out" parameter.  End Error  Warning: 2019-08-14 06:42:28.55     Code: 0x80019002     Source: OnPostExecute      Description: SSIS Warning Code DTS_W_MAXIMUMERRORCOUNTREACHED.  The Execution method succeeded<c/> but the number of errors raised (2) reached the maximum allowed (1); resulting in failure. This occurs when the number of errors reaches the number specified in MaximumErrorCount. Change the MaximumErrorCount or fix the errors.  End Warning  Warning: 2019-08-14 06:42:28.55     Code: 0x80019002     Source: ti_schedule - MaintenancePlan      Description: SSIS Warning Code DTS_W_MAXIMUMERRORCOUNTREACHED.  The Execution method succeeded<c/> but the number of errors raised (3) reached the maximum allowed (1); resulting in failure. This occurs when the number of errors reaches the number specified in MaximumErrorCount. Change the MaximumErrorCount or fix the errors.  End Warning  DTExec: The package execution returned DTSER_FAILURE (1).  Started:  6:42:27 AM  Finished: 6:42:28 AM  Elapsed:  0.766 seconds.  The package execution failed.  The step failed.,00:00:03,0,0,,,,0

08/13/2019 11:40:00,ti_schedule - MaintenancePlan.Full Backup (Daily - Noon),Error,,MSDB\ti,ti_schedule - MaintenancePlan.Full Backup (Daily - Noon),,,The job failed.  The Job was invoked by Schedule 12 (ti_schedule - MaintenancePlan.Full Backup (Daily - Noon)).  The last step to run was step 1 (Full Backup (Daily - Noon)).,00:00:01,0,0,My-Comp Web Team,,,0
08/13/2019 11:40:00,ti_schedule - MaintenancePlan.Full Backup (Daily - Noon),Error,1,MSDB\ti,ti_schedule - MaintenancePlan.Full Backup (Daily - Noon),Full Backup (Daily - Noon),,Executed as user: myDomain\MSDB$. Microsoft (R) SQL Server Execute Package Utility  Version 14.0.3223.3 for 64-bit  Copyright (C) 2017 Microsoft. All rights reserved.    Started:  11:40:00 AM  Error: 2019-08-13 11:40:00.96     Code: 0xC002F210     Source: {36B626B3-A88D-4AF3-8B63-14B1D89E24FE} Execute SQL Task     Description: Executing the query "DECLARE @Guid UNIQUEIDENTIFIER      EXECUTE msdb..sp..." failed with the following error: "The INSERT statement conflicted with the FOREIGN KEY constraint "FK_sysmaintplan_log_subplan_id". The conflict occurred in database "msdb"<c/> table "dbo.sysmaintplan_subplans"<c/> column 'subplan_id'.  The statement has been terminated.". Possible failure reasons: Problems with the query<c/> "ResultSet" property not set correctly<c/> parameters not set correctly<c/> or connection not established correctly.  End Error  Warning: 2019-08-13 11:40:00.96     Code: 0x80019002     Source: OnPreExecute     Description: SSIS Warning Code DTS_W_MAXIMUMERRORCOUNTREACHED.  The Execution method succeeded<c/> but the number of errors raised (1) reached the maximum allowed (1); resulting in failure. This occurs when the number of errors reaches the number specified in MaximumErrorCount. Change the MaximumErrorCount or fix the errors.  End Warning  Error: 2019-08-13 11:40:01.06     Code: 0xC0024104     Source: {F0D2A16A-319D-4C6E-9AEC-21270919782F}     Description: The Execute method on the task returned error code 0x80131501 (An exception occurred while executing a Transact-SQL statement or batch.). The Execute method must succeed<c/> and indicate the result using an "out" parameter.  End Error  Warning: 2019-08-13 11:40:01.06     Code: 0x80019002     Source: OnPostExecute      Description: SSIS Warning Code DTS_W_MAXIMUMERRORCOUNTREACHED.  The Execution method succeeded<c/> but the number of errors raised (2) reached the maximum allowed (1); resulting in failure. This occurs when the number of errors reaches the number specified in MaximumErrorCount. Change the MaximumErrorCount or fix the errors.  End Warning  Warning: 2019-08-13 11:40:01.06     Code: 0x80019002     Source: ti_schedule - MaintenancePlan      Description: SSIS Warning Code DTS_W_MAXIMUMERRORCOUNTREACHED.  The Execution method succeeded<c/> but the number of errors raised (3) reached the maximum allowed (1); resulting in failure. This occurs when the number of errors reaches the number specified in MaximumErrorCount. Change the MaximumErrorCount or fix the errors.  End Warning  DTExec: The package execution returned DTSER_FAILURE (1).  Started:  11:40:00 AM  Finished: 11:40:01 AM  Elapsed:  0.828 seconds.  The package execution failed.  The step failed.,00:00:01,0,0,,,,0

SQL\SSIS Output as XML stop repeating the namespace

$
0
0

I'm using SSIS\SQL Server 2014 and am using the below SQL statement to output to XML.

In summary, 1 property can have many schedules. I only want the name space to appear once before the 'Job' XML path, however, if there are multiple schedules, then the namespace is also appearing in the xml output for each schedule - how do I stop this?

My code:

DECLARE @XMLOutput XML
DECLARE @XMLOutputChar nvarchar(max)

;WITH XMLNAMESPACES('http://www.example.com' as ns)

SELECT @XMLOutput =
(
SELECT  
ISNULL(T1.[PropertyID],'') as PropertyId,
ISNULL(T1.[Desc],'') as JobDescription,
    (
        SELECT
        ScheduleId as ScheduleId,
        LocationID as LocationId,
        FROM [JobSchedules]
        WHERE T1.JobIdentity = JobIdentity 
        FOR XML PATH('JobSchedules'), TYPE
    )
FROM   [JobFile] T1 


FOR XML PATH('Job'),TYPE,ROOT('JobLoader')
)

SET @XMLOutputChar = '<?xml version="1.0" encoding="UTF-8"?>' + CONVERT(nvarchar(max),@XMLOutput)

SELECT @XMLOutputChar AS XMLOutput

This is the desired output:

<?xml version="1.0" encoding="utf-8"?><JobLoader xmlns="http://www.example.com/" ><Job><PropertyId>PROPERTYID</PropertyId><JobDescription>JOBDESCRIPTION</JobDescription><JobSchedules><JobSchedule><ScheduleId>SCHEDULEID</ScheduleId><LocationId>LOCATIONID</LocationId></JobSchedule></JobSchedules></Job></JobLoader>

What am I missing?


Microsoft SQL Server integration services are missing AX 2012 R2 CU7 DIXF Component Installation

$
0
0

Hi , 

We are on AX 2012 r2 cu9. We are trying to install dixf components on a new sql server. 


We found A blog and downloaded the cu7 hotfix package and we are trying to install the dixf components. But when i click on Service component - it says : " Microsoft sql server integration services are missing". 

When i checked the services in that server, i can clearly see the Integration services are running. 

Any suggestions what to do ?



Spreadsheet Full Error

$
0
0

Hello All,

I am new to SSIS. I am getting spreadsheet full error when I run a package. In one of the posts I saw that if we use flat file component and import excel this error is handled. However I am not able to accomplish that. Is there a way to import excel from flat file component? or any other solution to this error. Responses are appreciated!

Thanks!

Excessive Validation Times

$
0
0

Good morning, all -

Sometimes, when I open up an SSIS package - admittedly, a large one with a coupla dozen tasks - it takes forever for it to validate upon opening. But, it's not consistent. There are times when it opens up in about five seconds.

Further, there are times when I've sat five or more minutes waiting for validation to finish and I've simply thrown up my hands, hit Ctrl-Alt-Del and ended the Visual Studio task. Then, as soon as it's gone, I reopen the package and it blasts through validation like it wasn't there.

What on earth may be going on?

I mean, I could understand if it always took a long time to validate - there'd be consistency. But, to vary from less than ten seconds to over five minutes? Seems like to much variance to me.

Any ideas?

Thanx in advance for any info!

Retrieving data from sharepoint library using SSIS

$
0
0
I tried to pulled plenty of attached excel .csv file from SharePoint library using SSIS. When i run SSIS, it only pulled SharePoint meta data columns and csv file as text. 

SSIS - Extract Data From SharePoint online library

$
0
0
I tried to pulled plenty of attached excel .csv file from SharePoint library using SSIS. When i run SSIS, it only pulled SharePoint meta data columns and csv file as text. 

a few high level strategy questions

$
0
0

Hi we run 2017 standard and are at a crossroads where an older etl product will be replaced by ssis and we want to set strategic direction.

I know this is about 3 questions but we are basically looking for yes and no and possibly a little more on the catalog vs file system question.

1) we believe there is a rule based on cores etc in a single package related to how many things can run in parallel.  we believe that applies to # subpackages called from a master as well.  we have 26 DF's (perhaps they would be subpackages) that need to run and we would like not to depend on a single package parallel limit for throughput but rather the limit of the ssis server.  We don't contend against any other department's jobs.  Is it better to have 26 subpackages or 26 packages to get as much throughput as possible? 

2) what are we giving up if we opt to use the file system rather than the catalog as our package repository?

3) If and when we combine DF's in the same package, its basically because we have 26 plants and are attempting to record from 26 sources their data for a single consolidated target table.  so could running things in parallel be causing as many problems as advantages?  And can we structure whatever we come up with not to bring down one plant's data flow just because another failed?

Incorrect result the end of lesson 1

$
0
0

I am working through the SSIS tutorial to understand how to use this tool.

I have worked through the first lesson, but it says it should write 1097 line to the new table,but it only wrote 30 to the table when I did it.

Any idea why?


TEH


SSIS - Extract Data From SharePoint online library files

$
0
0
I tried to extract plenty of attached excel .csv file from SharePoint library using SSIS. When i run SSIS, it only pulled SharePoint meta data columns and name of csv file, not file



How to remove specific text from a column and convert it to INT/NUMERIC

$
0
0

Hi,

   I'm working on getting data from an ODATA source (Sharepoint). There is a workRequest column that contains ID's, except that users that entered the ID's sometimes typed in "ID#445216", instead of just NUMBERS. I have leading "ID#","ID", "ID ", "#", "@" , and I would like to know the best way I can get rid of those before I load my data into SQL Server. Im using an ODATA source and SQL Server destination. Currently, I am able to get "ID#" out of the column, but I don't know how to approach multiple such statements. Currently my formula in the Derived Column task is:

REPLACE((DT_WSTR,20)WorkRequest,(DT_WSTR,20)"ID#",(DT_WSTR,20)"")

Ideally, once I remove all the leading text I would like to convert the column to a NUMBER data type. 


UMAIR AHMED

File Column With 0000

$
0
0

Hello 

I have an XMl file that has a field with value as 0000

when  i am reading that into a Sql Server table it is  inserting into the database table as 0 . I need that as 0000 . I tried changing the datatype as varchar,NVarchar,Char but it is always inserting into the database table as 0.

How do i get it as 0000 into the database table ? 

when i tried looking at Advanced Editor and input and output columns for XML Source  it is showing  that columns datatype as Decimal. i tried changing that to String DT_STR in both external columns and  output columns but its throwing me as an error 

Can you please help 

Thanks 

solve dtd error SSIS using xml /xsd file ssis

$
0
0

I have written a SSIS package that uses an xml source (saved as .XSD)

I made a normal package that just brought back data for countries from a HTTP website

the one I have is HTTPS hence I am getting DTD error.

  1. As it HTTPS I don't know how to amend my script task to authenticate the username and password. I am only basic with SSIS . Please see 1. coding , myself trying is currently // out.

  2. is the XML file saved as and XSD file type, code provided below. What can I add to the xml code to stop the DTD error

    1. public void Main() {

      string xmlDoc = String.Empty;
      
      try
      {
          // Get the URL from the variable
          string url = Dts.Variables["User::URL"].Value.ToString();
         // Get the Email from the variable

      // string Email = Dts.Variables["User::username"].Value.ToString();    // Get the Password from the variable    //string Password = Dts.Variables["User::Password"].Value.ToString();

          //Create a Web Client
          using (WebClient client = new WebClient())
          {
              //Download the xml document as a string
              xmlDoc = client.DownloadString(url);
          }
      
          // Set the value of the xmlDocument to the string that was just downloaded
          Dts.Variables["User::xmlDoc"].Value = xmlDoc;
      
          Dts.TaskResult = (int)ScriptResults.Success;
      }
      catch
      {
          Dts.TaskResult = (int)ScriptResults.Failure;
      }

      }

    please help 2.

    Here is the start of my xml document ..saved as xsd

    <?xml version="1.0" encoding="UTF-8"?><xs:schemaxmlns:xs="http://www.w3.org/2001/XMLSchema"><xs:elementname="events">

xml source set dtd to parse ssis

$
0
0

Hi

I am using an XML Source in SSIS 2010 in my data flow

I have an error where it says I can set the DTD to parse

I have right clicked on the XML source element, and I cannot find the option to do this

can you please let me know where I can find this setting please

please help

الخط الساخن لصيانه كاريير & 01014723434 &اصلاح كاريير 01225025360

Viewing all 24688 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>