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

load data from DBF File into SQL server database table

$
0
0

Hi I have some dbf files i want to load these dbf files into SQL server db tables. I have created one SSIS package. Its working fine for some dbf files,but not working for some other dbf files.

But I have checked in java , in java its working fine all dbf files.

I don't know whats the reason SSIS is not working for all files.

I have created the connection manager for dbf as like below

Drive:Mcrosoft Jet 4.0 OLE DB provider.

Path : upto root folder of dbf file("F:\PIHTask\Temp\")

Extended properties:dbase 5.0

I am using same connection for all dbf files,but in dataflow task the OLEDB source is able to open only few files ,but not all. File extension is same for all file like *.dbf.

I am new to SSIS,Please help me to resolve this issue.




Issue connecting to ODBC datasource

$
0
0

SSIS 2008 R2 BIDS

I created a ADO.NET connection manager that connects to an ODBC data source. For the first time the test connection succeeds and I am able to pull the data through ADO.NET source.

When I try to edit the connection manager again or close the package and try to re-open it, the connection manager throws the below errors.

Could not create a DbProviderFactory class for provider invariant name - SSIS ADO.NET Connection manager

The connection string is not valid. Keyword not supported: 'dsn'.

I tried connecting to the same ODBC datasource through excel and it works fine not just the first time but always.

Also the issue is not just with a teradata server. I used a dsn that connects to SQL server and that works fine the first time and fails all the other times.

When i tweaked with the user profile it worked for 2 days and then suddenly stopped working.

FYI, the ODBC connection is a system DSN for which I am not the admin.

Please help!!!!

Excel Connection Failing

$
0
0

HI

I have package where I am traversing through a lot of excel files in different folders. I have configured the excel connection through expression. There is one problem while executing the packge. When I run the package after reding 31 files the connection fails saying cannot aquire connection.

I have tried to read the files per folder as there are 4 files each folder everything went fine. but when i run it for all the files using for each loop it fails after reading 31 files to be exact.

Can anyone plese help me out?

Regards

Harris

SSIS Error Code DTS_E_OLEDBERROR

$
0
0

Any suggestions on this error message?

Its a nightly process that pulls data from multiple tables. Was working fine for months then all sudden quit!!!!

I have tried changing the SQL Server Destination Timeout to 0 but have had no luck.

Thanks!

Code: 0xC0202009     Source: Copy over client_pmt_3rd SQL Server Destination [40]   Description: SSIS Error Code DTS_E_OLEDBERROR.  An OLE DB error has occurred. Error code: 0x80040E14.An OLE DB record is available.  Source: "Microsoft SQL Server Native Client 10.0"Hresult: 0x80040E14  Description: "Cannot fetch a row from OLE DB provider "BULK" for linked server "(null)".".An OLE DB record is available.  Source: "Microsoft SQL Server Native Client 10.0"Hresult: 0x80040E14  Description: "The OLE DB provider "BULK" for linked server "(null)" reported an error. The provider did not give any information about the error.".An OLE DB record is available.  Source: "Microsoft SQL Server Native Client 10.0"Hresult: 0x80040E14  Description: "The Bulk Insert operation of SQL Server Destination has timed out. Please consider increasing the value of Timeout property on the SQL Server Destination in the dataflow.".End Error  Error: 2013-01-22 10:41:46.30   Code: 0xC020200E     Source: Copy over client_pmt_1st Flat File Destination [99]   Description: Cannot open the datafile "E:\DataErrors\CP3Err.txt".End Error  Error: 2013-01-22 10:41:46.30   Code: 0xC004701A     Source: Copy over client_pmt_1st SSIS.Pipeline   Description: component "Flat File Destination" (99) failed the pre-execute phase and returned error code 0xC020200E.End Error  Error: 2013-01-22 10:41:56.24   Code: 0xC02020C7     Source: Copy over client_pmt_3rd SQL Server Destination [40]   Description: The attempt to send a row to SQL Server failed with error code 0x80004005.End Error  Error: 2013-01-22 10:41:56.24   Code: 0xC0047022     Source: Copy over client_pmt_3rd SSIS.Pipeline   Description: SSIS Error Code DTS_E_PROCESSINPUTFAILED.  The ProcessInput method on component "SQL Server Destination" (40) failed with error code 0xC02020C7 while processing input "SQL Server Destination Input" (56). 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.There may be error messages posted before this with more information about the failure.End Error  Error: 2013-01-22 10:42:42.80   Code: 0xC02090F5     Source: Copy over client_pmt_3rd ADO NET Source [1]   Description: The component "ADO NET Source" (1) was unable to process the data. Exception from HRESULT: 0xC0047020End Error  Error: 2013-01-22 10:42:42.82   Code: 0xC0047038     Source: Copy over client_pmt_3rd SSIS.Pipeline   Description: SSIS Error Code DTS_E_PRIMEOUTPUTFAILED.  The PrimeOutput method on component "ADO NET Source" (1) returned error code 0xC02090F5.The component returned a failure code when the pipeline engine called PrimeOutput(). The meaning of the failure code is defined by the component, but the error is fatal and the pipeline stopped executing.There may be error messages posted before this with more information about the failure.End Error  Error: 2013-01-22 10:42:42.84   Code: 0xC02092B5     Source: Copy over client_pmt_3rd SQL Server Destination [40]   Description: A commit failed.  End Error  Error: 2013-01-22 10:42:42.84     Code: 0xC0047018   Source: Copy over client_pmt_3rd SSIS.Pipeline    Description: component "SQL Server Destination" (40) failed the post-execute phase and returned error code 0xC02092B5.End Error  DTExec: The package execution returned DTSER_FAILURE (1).Started:  10:34:55 AM  Finished: 10:42:43 AMElapsed:  467.453 seconds.  The package execution failed.The step failed.

SSIS 2012 Package Failing at Script task

$
0
0

Background:
I have a project done in Integration Services 2012. The purpose of the SSIS package is to replace the Data Driven Subscriptions provided by the more expensive versions of SSRS. An ASP.NET web application is the front end, and has multiple departments with email lists associated to each department... The SSIS package checks to see if there is any data for the report, so the email doesn't contain an empty pdf. Then it compiles the "To" string with the emails specific to that department.

Then in the script task it performs two tasks:
1) Cleans up the network share of all pdf files
2) Connects to the SSRS web service and generates the report that is then exported to pdf in the network share directory.

Finally, if the pdf exists, the package emails it to the list of emails generated in a string. So basically it is a drawn out way to replace the Data Driven Subscriptions that certain versions of SSRS offer.

Problem:
The problem is with one server in particular. I have this package installed on 4 different SQL Server instances and working 100%, every morning at 8AM it runs without error or issues. However, I have to put it into production on an instance that refuses to execute it successfully. The package sends out an email on failure, so I added a variable to the script task to catch the exception and include it in the failure email. I get an error when attempting to access the network share directory, and when attempting to access the SSRS service. As I said before, this package works everywhere but at this location. I cannot debug from my box, because the package executes perfect from Visual Studio. So I turn to the SQL Server community. Below are my two exceptions and my script task code. I cannot help but thinking the SQL Server is missing something, maybe a library required to execute the Script Task. I have added the domain account that is used by the SQL Service to the SSRS server and the network share with full permissions, and I have even tried .NET Impersonation in the script task, and while the Impersonation works, the script task still fails with the same error. 

Errors:

System.IO.IOException: Logon failure: unknown user name or bad password.

   at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
   at System.IO.FileSystemEnumerableIterator`1.CommonInit()
   at System.IO.FileSystemEnumerableIterator`1..ctor(String path, String originalUserPath, String searchPattern, SearchOption searchOption, SearchResultHandler`1 resultHandler)
   at System.IO.Directory.GetFiles(String path, String searchPattern, SearchOption searchOption)
   at ST_489cafcbe82c45eb9f591b14e21080ff.ScriptMain.Main()

System.Net.WebException: The request failed with HTTP status 401: Unauthorized.
   at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall)
   at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
   at ST_489cafcbe82c45eb9f591b14e21080ff.ReportServer.ReportExecutionService.LoadReport(String Report, String HistoryID)
   at ST_489cafcbe82c45eb9f591b14e21080ff.ScriptMain.Main()

Script Task Source Code:

    Public Sub Main()
        Try
            Try
                For Each _File As String In Directory.GetFiles(Path.GetDirectoryName(Dts.Variables("User::FullFilePath").Value.ToString), "*.pdf", SearchOption.AllDirectories)
                    File.Delete(_File)
                Next
            Catch ex As UnauthorizedAccessException
                Dts.Variables("User::ErrorOutput").Value = Dts.Variables("User::ErrorOutput").Value.ToString() + " " + ex.ToString()
                Error (1)
            End Try

            Dim objRSExec As New ReportServer.ReportExecutionService
            Dim objParamDepartment As New ReportServer.ParameterValue

            Dim objParams(1) As ReportServer.ParameterValue

            Dim objResult() As Byte
            Dim objStream As FileStream

            Dim strFileType As String
            Dim strFileExtension As String
            Dim strFullPathName As String

            strFileType = Dts.Variables("User::FileType").Value.ToString
            strFileExtension = Dts.Variables("User::FileExtension").Value.ToString
            strFullPathName = Dts.Variables("User::FullFilePath").Value.ToString

            With objParamDepartment
                .Name = "DepartmentId"
                .Value = Dts.Variables("User::DepartmentID").Value
            End With

            objParams(0) = objParamDepartment

            With objRSExec
                .Credentials = System.Net.CredentialCache.DefaultCredentials
                .Url = Dts.Variables("User::ReportServer").Value.ToString + "reportexecution2005.asmx"
                .LoadReport(Dts.Variables("User::ReportName").Value.ToString, Nothing)
                .SetExecutionParameters(objParams, "en-us")
                objResult = .Render(strFileType, Nothing, strFileExtension, Nothing, Nothing, Nothing, Nothing)
            End With

            objStream = File.Create(strFullPathName, objResult.Length)

            With objStream
                .Write(objResult, 0, objResult.Length)
                .Close()
            End With

            Dts.Variables("User::FileExists").Value = File.Exists(Dts.Variables("User::FullFilePath").Value.ToString)

            Dts.TaskResult = ScriptResults.Success
        Catch ex As Exception
            Dts.Variables("User::ErrorOutput").Value = Dts.Variables("User::ErrorOutput").Value.ToString() + " " + ex.ToString()
            Error (1)
        End Try
    End Sub

SSIS mail task activation

$
0
0

Hi Friends

I need to activate Mail from SSIS.

What is the requirement of this?

From where i can start ?

please help is there any kind of service activation it need from mail server if yes then kindly let me know?

thanks

With regards

BI_Group

How to zip multiple backup files into different archive files

$
0
0

Hi All,

i am using visual studio 2008 .My scenario is multiple backup files  zip into individual archives.its like(1.bak,2.bak,3.bak into 1.zip,2.zip,3.zip) . i am using winrar.

i have done with execute process task .I used for each loop enumerator in that

collection-File enumerator

sourcepath is - C:\Database backup and File is *.bak  Fully qualified

In variable mapping -FileName

After that i took execute process task in for each loop.In that Executables - C:\Program Files\WinRAR\WinRAR.exe

For Arguments I used expression in that -----  "a "+ @user::filename + ".zip"

My source and destination folder is same

its giving result like different zip files.But the problem is For 1.bak  its zipping correctly 1.zip.  For 2.bak it is zipping 1.zip file and 2.bak file and For 3.bak it is zipping 1.zip,2.zip and 3.bak files .

 Now i want to use seperate source path and destination path.

Can Any one help Detailed Way.

Thanks in advance


Adding new column for object type variable in script component

$
0
0

Hi,

I need to add new column for object type variable.for that column i have to pass guid datatype.Because destination mapping column datatype is Guid.From the object type variable i am getting full result set in execute sql task.Through the  variable i am getting more than 1000 rows in one column. so that i was mentioned full resultset.and i need to loop the variable for passing row by row for all 1000 rows .

For These requirement i have created package i am getting following errors.

Can any one help with ur own language.

[DATATYPE_CHANGING [464]] Error: Data conversion failed while converting column "NEWPRODNEWMAKE" (1882) to column "Copy of NEWPRODNEWMAKE" (2063).  The conversion returned status value 2 and status text "The value could not be converted because of a potential loss of data.".
[DATATYPE_CHANGING [464]] Error: SSIS Error Code DTS_E_INDUCEDTRANSFORMFAILUREONERROR.  The "output column "Copy of *********" (2063)" failed because error code 0xC020907F occurred, and the error row disposition on "output column "Copy of **********" (2063)" specifies failure on error. An error occurred on the specified object of the specified component.  There may be error messages posted before this with more information about the failure.
[SSIS.Pipeline] Error: SSIS Error Code DTS_E_PROCESSINPUTFAILED.  The ProcessInput method on component "DATATYPE_CHANGING" (464) failed with error code 0xC0209029 while processing input "Data Conversion Input" (465). 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.  There may be error messages posted before this with more information about the failure.
[TABLENAME [1431]] Error: The attempt to add a row to the Data Flow task buffer failed with error code 0xC0047020.
[SSIS.Pipeline] Error: SSIS Error Code DTS_E_PRIMEOUTPUTFAILED.  The PrimeOutput method on component "TABLENAME" (1431) returned error code 0xC02020C4.  The component returned a failure code when the pipeline engine called PrimeOutput(). The meaning of the failure code is defined by the component, but the error is fatal and the pipeline stopped executing.  There may be error messages posted before this with more information about the failure.

Thanks in advance,


configure SMTP connection for sendmail

$
0
0

hello

I get this error using EMail Task

[Send Mail Task] Error: An error occurred with the following error message: "Failure sending mail.  System.Net.WebException: The remote name could not be resolved: 'smtpserver'".

Actually i have not used this task before .. I need to send mail to client using it.

How can i configure SMTP Connection?

Actually i asked from tech guys they told me about mail server IP .. i enter this into SMTP connection then i get this Error .

[Send Mail Task] Error: An error occurred with the following error message: "Transaction failed. The server response was: 5.7.1 <TWIS-SQL2008>: Hello command rejected: Access denied".

Please help ..



Anyone deeply understand the BufferWirePacket of PipelineBuffer?

$
0
0

Hi All,

To most of my customers, SSIS is too heavy to use. So I'm writing my own Integration Services based on my understanding of SSIS and using Silverlight as its UI.

The progress is good currently, but I met some design problems, the most critial one is how to understand the role of BufferWirePacket in PipelineBuffer Constructor and how MS realize this under that IntPtr.

MSDN only provides the following article for this:

http://msdn.microsoft.com/en-us/library/microsoft.sqlserver.dts.pipeline.pipelinebuffer.pipelinebuffer(v=sql.110).aspx

But it doesn't constain enough useful message for "BufferWirePacket", because it's "IntPtr", but I really believe it's the core of the magic of SSIS, it helps PipelineBuffer to control the producers-consumers model.

Anyone can help me?


Regards, Nighting Liu

Leading Zeros missing while exporting Zipcodes to Excel

$
0
0

I am trying to export zipcodes from table to Excel file, it seems leading zeroes are missing. Any help is much appreciated. I googled it didnt find an answer and checked msdn no one gave correct answer for this issue. For now i am Querying using Right function but i need to automate this.

SQL server Version: 2005

Excel Version : 2003(.xls)

Thanks


s

question regarding ssis 2012 lookup transformation (cache)

$
0
0

I have a few tables that has over 200+ million rows.  I would like to perform an incremental load to these tables.  It is currently a flush and fill method which as you know is not something that is desirable.

each table is within its own data flow task.  And for each data task, I would like to have a lookup transformation in between the source and destination.  I tried using the partial cache and apparently, i'm stuck at 4096 (~4GB) for 64bit, which is not enough for a table w/ 200+ million rows.  I would like to use Full cache instead but I have a couple questions about that

1. is full cache using SQL Buffer Cache or cache reserved outside of SQL?

2. does full cache release itself after the data task flow task is done or does it hold onto that cache until the entire pkg is done?

Thanks



MS Access Migration Primary Key NULL

$
0
0

I moved from one hosting company to another. Their servers couldn't use the MS Access Databases because of an issue with 64 bit drivers, so the company migrated for me from MS Access to MS SQL, which I thought was very nice of them. The only problem is I keep getting this error saying Null Values can't be entered. I have narrowed it down to when they created the MS SQL Databases, the Primary_Key didn't create. I know because every other column is set to NULL.

Is there code to change the column  to work as a Primary Key. What more information do I need to tell you. Is there an Alter Table PressReleases Alter Column PK_PressReleaseID Identity True?

What do I need to do. All my clients can't work in the CMS system I built because nothing will update because of the error. Here is a sample of the code:

Error Executing Database Query.

[Macromedia][SQLServer JDBC Driver][SQLServer]Cannot insert the value NULL into column 'AccessHistoryID', table 'wlewiswhiterealty.dbo.AccessHistory'; column does not allow nulls. INSERT fails.

Problem while trying to import MySQL DB to MSSQL 2012 with import wizard

$
0
0

I want to move MySQL DB to MSSQL 2012. I have test all connection and it's all work. I can view all table structure and view some data too. But when I click finish in wizard and start importing it came like picture in the link below.

http://images.temppic.com/24-01-2013/images_vertis/1359017984_0.71588000.png

I don't know what's going on  and try to research about it all day. Can anyone help me please?

Thank you very much.

 

Error promoting package connection to project level

$
0
0

I created a package having a cache transform that saves the data to disk. I updated the connection string using and expression that set  the connection string from a User scoped variable. Worked fine. I then promoted the connection manager to project level - no problems, worked fine.

This was developed using the VS2010 SSIS (Shell) that is distributed withe SQL Server 2012. I then upgraded VS2010 from Shell to Professional (to get TFS access), VS2010 is now Professional at SP1 level. When I load the previously created package, I get errors on the connection manager indicating that the User scoped variable cannot be found. Looking at the variables window, the variable exists. After chasing this down, I discovered that only PROJECT scoped variables are available in the PARAMETER editor and the EXPRESSION editor for a project level cache connection manager.

I was setting the connection string from a user scoped variable because expressions are available (and are not available for project scoped parameters).

Is this a bug?

Thanks


Child package executes without error but calling package raises error

$
0
0

I have a fairly complex SSIS package, organized into stages.   A primary package calls 4 secondary packages, each of which then in turns calls a large number of tertiary packages.  The package has worked in a developer environment, but when deployed for user testing the package is failing in an odd way.

From the console logging, you can see the primary package validate, then execute the first secondary package.  The secondary package validates, then executes the first tertiary package - the first package with an actual data flow.   The tertiary package validates, and then executes to completion (all data is put in place correctly) and without error.  But, the secondary package then reports that the execution of the tertiary package failed, and since this is an error and it is not supposed to ignore any errors, it aborts as failed as well.

There is absolutely nothing in the logs that suggests an error.  What could be causing the parent package to believe that the child package had an error, when the child package correctly executed and did not log an error?

Any advice at all would be greatly appreciated?


Parameters cannot be extracted from the SQL command

$
0
0

Hi,

I'm trying to use SSIS OLE <acronym style="border-width:0px 0px 1px;border-bottom-style:dotted;border-bottom-color:#000000;cursor:help;color:#333333;font-family:Verdana, Arial, Tahoma, Calibri, Geneva, sans-serif;font-size:13px;line-height:normal;" title="Database">DB</acronym> Source to get some data using a logical date filter such that it only returns the data that has been added into the the data source since after the last execute time of the SSIS package.

The problem is I have to use a parameter in the query, and it spits out an error as soon as i click on the Parameters to add parameter to it.

here's the error content:

Parameters cannot be extracted from the SQL command. The provider
might not help to parse parameter information from the command. In
that case, use the "SQL command from variable" access mode, in which
the entire SQL command is stored in a variable.

Please i need help on this ASAP.

Thanks.


me

Parent Package reports failure on errors, but no errors in log

SQLDUMPER ERROR while running SSIS package through DTEXEC

$
0
0


I am running an SSIS package through DTEXEC command in a bat file. The SQLDUMPER popup kicks in randomly during the package execution and the package execution fails abruptly. I have no clue how to resolve the error.

I get the following error in SQLDUMPER_ERRORLOG file;

(B60:27DC) 01/23/13 12:19:52, ACTION, SQLDUMPER_UNKNOWN_APP.EXE, Input parameters: 4 supplied
(B60:27DC) 01/23/13 12:19:52, ACTION, SQLDUMPER_UNKNOWN_APP.EXE, Parameter 1: 3604
(B60:27DC) 01/23/13 12:19:52, ACTION, SQLDUMPER_UNKNOWN_APP.EXE, Parameter 2: 0
(B60:27DC) 01/23/13 12:19:52, ACTION, SQLDUMPER_UNKNOWN_APP.EXE, Parameter 3: 0:0
(B60:27DC) 01/23/13 12:19:52, ACTION, SQLDUMPER_UNKNOWN_APP.EXE, Parameter 4: 00B3B568
(B60:27DC) 01/23/13 12:19:52, ACTION, SQLDUMPER_UNKNOWN_APP.EXE, Parsed parameters:
(B60:27DC) 01/23/13 12:19:52, ACTION, SQLDUMPER_UNKNOWN_APP.EXE,     ProcessID = 3604
(B60:27DC) 01/23/13 12:19:52, ACTION, SQLDUMPER_UNKNOWN_APP.EXE,     ThreadId = 0
(B60:27DC) 01/23/13 12:19:52, ACTION, SQLDUMPER_UNKNOWN_APP.EXE,     Flags = 0x0
(B60:27DC) 01/23/13 12:19:52, ACTION, SQLDUMPER_UNKNOWN_APP.EXE,     MiniDumpFlags = 0x0
(B60:27DC) 01/23/13 12:19:52, ACTION, SQLDUMPER_UNKNOWN_APP.EXE,     SqlInfoPtr = 0x00B3B568
(B60:27DC) 01/23/13 12:19:52, ACTION, SQLDUMPER_UNKNOWN_APP.EXE,     DumpDir = <NULL>
(B60:27DC) 01/23/13 12:19:52, ACTION, SQLDUMPER_UNKNOWN_APP.EXE,     ExceptionRecordPtr = 0x00000000
(B60:27DC) 01/23/13 12:19:52, ACTION, SQLDUMPER_UNKNOWN_APP.EXE,     ContextPtr = 0x00000000
(B60:27DC) 01/23/13 12:19:52, ACTION, SQLDUMPER_UNKNOWN_APP.EXE,     ExtraFile = <NULL>
(B60:27DC) 01/23/13 12:19:52, ACTION, SQLDUMPER_UNKNOWN_APP.EXE,     InstanceName = <NULL>
(B60:27DC) 01/23/13 12:19:52, ACTION, SQLDUMPER_UNKNOWN_APP.EXE,     ServiceName = <NULL>
(B60:27DC) 01/23/13 12:19:52, ACTION, SQLDUMPER_UNKNOWN_APP.EXE, Callback type 11 not used
(B60:27DC) 01/23/13 12:19:52, ACTION, SQLDUMPER_UNKNOWN_APP.EXE, Callback type 15 not used
(B60:27DC) 01/23/13 12:19:53, ACTION, SQLDUMPER_UNKNOWN_APP.EXE, Callback type 7 not used
(B60:27DC) 01/23/13 12:19:53, ACTION, SQLDUMPER_UNKNOWN_APP.EXE, MiniDump completed: C:\Program Files (x86)\Microsoft SQL Server\100\Shared\ErrorDumps\SQLDmpr0171.mdmp
(B60:27DC) 01/23/13 12:19:53, ACTION, SQLDUMPER_UNKNOWN_APP.EXE, Location of module 'dbghelp.dll' : 'C:\Program Files (x86)\Microsoft SQL Server\100\Shared\dbghelp.dll'
(B60:27DC) 01/23/13 12:19:53, ACTION, SQLDUMPER_UNKNOWN_APP.EXE, File version of module 'C:\Program Files (x86)\Microsoft SQL Server\100\Shared\dbghelp.dll' : '6.8:4.0'
(B60:27DC) 01/23/13 12:19:53, ACTION, SQLDUMPER_UNKNOWN_APP.EXE, Product version of module 'C:\Program Files (x86)\Microsoft SQL Server\100\Shared\dbghelp.dll' : '6.8:4.0'
(B60:27DC) 01/23/13 12:19:53, ACTION, SQLDUMPER_UNKNOWN_APP.EXE, Location of module 'sqldumper.exe' : 'C:\Program Files (x86)\Microsoft SQL Server\100\Shared\SQLDUMPER.EXE'
(B60:27DC) 01/23/13 12:19:53, ACTION, SQLDUMPER_UNKNOWN_APP.EXE, File version of module 'C:\Program Files (x86)\Microsoft SQL Server\100\Shared\SQLDUMPER.EXE' : '2009.100:1600.1'
(B60:27DC) 01/23/13 12:19:53, ACTION, SQLDUMPER_UNKNOWN_APP.EXE, Product version of module 'C:\Program Files (x86)\Microsoft SQL Server\100\Shared\SQLDUMPER.EXE' : '10.50:1600.1'
(B60:27DC) 01/23/13 12:19:53, ACTION,                DTExec.exe, Watson Invoke: Yes
(B60:27DC) 01/23/13 12:19:53, ERROR ,                DTExec.exe, Registry read /DW0200/ failed 0x80070002 - The system cannot find the file specified.

Best practices re: committing an SSIS project that uses script components

$
0
0

I am really frustrated. I spent a very long time developing an SSIS package that moves data that I have in MongoDB into SQL Server for our reporting team. It uses a lot of script components for using the mongodb C# driver. My problem is when i want to commit this thing into our repository so others can collaborate on it the source code for the script components is way off in lala land far far away from the project. What is the best practice here? I'm sure it is a fairly common use case to have to tweak the code in script components after an SSIS package has already been developed.

I am at a total loss and haven't been able to find a shred of help by googling. I think possibly due to tricky keywords that give a lot of false positives.

Any help would be greatly appreciated!

Stuart

Viewing all 24688 articles
Browse latest View live


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