SSIS Import Using MDX Error
Hello,I'm trying to write MDX to import data from SSAS into SQL database.Here's my simple MDX, however I'm getting SSIS Error:Error Message[OLE DB Source [23]] Error: SSIS Error Code DTS_E_OLEDBERROR....
View Articlehow ms sql server 2012 or ms sql server 2012 features handles the BIG DATA
Dear all,i'm newbie at MS SQL Server use, and i wonder does anyone can tell me or maybe give me an article or maybe can show me a quick demo how to handle BIG DATA with MS SQL Server 2012 ?i have...
View ArticleError when executing a package
When i execute a package in VB.Net Windows Forms Application I receive an error "Error in Microsoft.Dts.SQlServer.Runtime.Package". The package is attempting to configure from XML File...
View ArticleIssue while trying to access list data in Sharepoint Server from SSIS...
I am using SQL Server 2012. I am facing Issue while trying to access Sharepoint list data from SSIS sharepoint list source.Can any one help me out to get rid of this issue.My sharepoint data is located...
View ArticleSQL Server 2008 - SharePoint List Destination - Error "The time allotted to...
Hello,I am doing an insert into a SharePoint list from a SSIS 2008 package and I am using the SharePoint List Destination add-on from CodePlex. Although all lines are inserted into the list in less...
View ArticleMessage :A significant part of sql server process memory has been paged out.
Hi, I have a SSIS package, which got failed with the message:"The step did not generate any output. The return value was unknown. The process exit code was -1073740940. The step failed"....
View ArticleCan't connect to AlwaysOn Availability Group in SSIS
I can't seem to make a connection to an AlwaysOn Availability Group Listener in SSIS when using ADO.NET. My SQL Server is a 3 node cross-subnet cluster. I have set the MultiSubnetFailover to true and...
View ArticleIntegration Services class cannot be found After Deploying the Windows...
Have an windows application Which is used for Generating The SSIS Package programmatically .Now Iam installed My Application in One machine Which Not Contain SQLSERVER and Visual Studio .When iam...
View ArticleSSIS package fails to start application lock timeout in...
Hi, I've recently upgraded my SSIS packages from SQL2005 to SQL2012 and I'm using SQL Agent to execute the pacakges. The jobs are failing about 20% of the time with a timeout error. I ran a trace to...
View ArticleSSIS Handle dynamic File columns
Hi buddies,I need to create a SSIS Package. This package should handle dynamic columns from flat file.I need to first validate whether number of columns in each rows matches a standard value(4 say). If...
View ArticleUnable to import from Excel on 64-bit Win 7 workstation to a 32-bit Windows...
Hi,I recently moved from Windows XP to Windows 7 on my primary workstation, and since then I'm unable to import from Excel to SQL from any of my SSIS scripts when I run them Locally. The one instance...
View ArticleSSIS2012: RunId variable "Failed to lock" at runtime - BOMBS 0xC0010001
Searching the CODE for the entire stand-alone package revealed ZERO occurrences of the variable "RunID" cited in the following FAILURE message:tsql BEGIN TRAN 3:Error: Failed to lock variable "RunId"...
View ArticleSQL Task Successful but does not move to the next task even after evaluating...
Hello everyone: I am trying to run a particular task only when there are available records in a table.I have a Task containing a simple SQL Statement, like this:SELECT COUNT(UserID) AS RecordCount FROM...
View ArticleINSERT failed because the following SET options have incorrect settings:...
I have an SSIS package and scheduled it to run everyday thru SQL Server Agent Job. Yesterday, we added indices to the tables which caused the job to fail. The error message was "INSERT failed...
View ArticleData Conversion Error - How to Fix this?
Hi All,I have a Excel source and a OLEDB destination. I am trying to upload data to a table. I get the following error.[Excel Source [306]] Error: There was an error with output column "Open" (346) on...
View ArticleDynamic SQL to Excel
I have a dynamic SQL query that runs in a stored procedure. The resulting data has a variable number of columns. It could be 14 or it could be 50, or anything in between.I need to get this data saved...
View ArticleLoading from CSV file to Sqlserver Table
Hi all,Recently our source system has changed the file structure of CSV files . After the change we are now receiving the feed with huge size of a single CSV file of having 5 GB. We have a basic...
View ArticleHow to Troubleshoot SSIS package in SQL Server Agent
I have a SSIS package running in SQL server agent that intermittently fails with the following laconic message: Message Executed as user: Fxxxx\srv_xxxx. The step failed.If I restart the job no error...
View Article