FlatFile Destination Error
Hi,I created a variable to store Flat Flat Destination path and name. First time when a i run with a particular flat file name in the variable, it works fine. If i try to run again with the same name...
View ArticleError Code: 0xC0047062 in SSIS
Hi When i ran my SSIS job in Dev , it worked fine but when i ran the same job in Test, i got the below error:Error: 2015-03-10 10:45:20.92 Code: 0xC0047062 Source: DF_Process SC_SelectRecords [34]...
View ArticleSQL Server Agent daily job indicates completed but stored procedure and...
Hi We have scheduled job running a console application daily. For some reason on Sunday's only the scheduler says it ran successfully but no email confirmation, table entries and the normal processing...
View ArticleSSIS Fails when reading from Access database: "Unrecognized database format"
To all SSIS geniuses out there: I have an SSIS package that reads from an Access database (2010). This database has a linked table to another Access file (mdb) located in an sftp location, and our...
View ArticleError while pulling data from an Oracle database. ORA-01858: a non-numeric...
I'm trying to pull data from an Oracle database using SSIS. When I try to select a few fields from the source table, it returns the following error message: [OLE DB Source [47]] Error: SSIS Error...
View Article[OLE DB Destination [8500]] Error: SSIS Error Code DTS_E_OLEDBERROR. An OLE...
I`m getting an error on one of my packages. The Pakcage contains a For each loop which fetches flat files and dumps into a SQL server.When i checked the error messages, The package crashes on the...
View Articleerror in script - 'Results' is not a member of...
I'm trying to set up a script task in SSIS (my first attempt at doing so, so bear with me). Part of this is code I have pulled from other examples I found on the internet. Dts.TaskResult...
View ArticleXML Source error message hexadecimal invalid character
Hi all I am developing a SSIS package to add data from thousands of XML files to an existing SQL Server table. And I get the error message: The XML Source was unable to process the XML data....
View ArticleManual execution Vs Scheduled Job execution
Hi All,I have a query and would appreciate your response / guidance. I have a CDC package which when I execute manually takes around 1 sec to finish but when I execute the same package via a SQL job it...
View ArticleInner Join - Not Able to get all records
Hello All,I am trying to Inner Join between two tables of employee details. The Join will be done Employee ID, DOB and on name. We will have a constraint to check the first 5 characters of their name...
View ArticleBe our next Spring SSIS Guru!
In the northern hemisphere at least, Spring is here! (apparently)And at TechNet Wiki, we're hoping you're all hatching new ideas for this month's TechNet Guru competition!We're looking for more shoots...
View ArticleConnection Manager Issue in SSIS 2008 version
Hello Team, I'm facing weird issue in SSIS 2008 version. In one SSIS package, whenever I open the connection manager and point the DEV server abd test the connection it is working. When I open again,...
View ArticleHow to bypass errors in the control flow in a foreach loop in SSIS?
Hi All,Can anyone please get me through the solution for the below scenario: - I have multiple XML files existing in the source system from where I need to read the data from each XML, validate and...
View ArticleWMI Data Reader task gets error "Operation is not valid due to the current...
Ive got a WMI Data Reader task that is using a query like this, which is set in a script task."SELECT * FROM Win32_NtLogEvent WHERE Logfile='Application' AND Type='error' AND TimeGenerated >...
View Article"Metadata could not be determined" - differing behaviour on different SQL...
I'm attempting to write a SSIS package that loops through a list of databases on different servers and returns a list of users for each database, including their roles. The following code runs...
View ArticleMultiple OLE DB connection managers to the same database instance in a SSIS...
Hi,While migrating DTS package to SSIS package, I came across one which had multiple OLE DB connection managers all connecting to the same Oracle schema in the same instance.There are that many execute...
View ArticleFile system Task -copied from one folder to another folder get the error -...
Hi,File System Task - it is copied one excel file from one folder to another folder.both source and destination are same server but different folder.got the error - Access path "Destination file path"...
View ArticleSSIS and Update-Insert(Upsert) based on a SQL Server Result Set
So on a weekly basis, I have to sweep a sub-set of our Member data. So my query is built to produce this result set. I then have to take that result set and compare it to a data table which contains...
View ArticleDynamically creating SQL tables in SSIS ForEachLoop
Here's the challenge that I'm presented with. I've created a SSIS package that loops through a directory and reads multiple flat files loading all records to a single SQL table. What I would like to do...
View ArticleProblem with execute SSIS package from stored procedure
Hi,I would like to execute SSIS package from stored procedure. Therefore, I implemented sp which exec SSISDB.CATALOG.CREATE_EXECUTION method. When I try to test it from SSMS on remote server, I got...
View Article