Viewing 15 posts - 1 through 15 (of 19 total)
It's quite bizzare i should say.
Switching to 32 bit option was a hail mary! pass after making all sorts of debugging on the package up to creating a new data...
July 3, 2012 at 2:58 am
it's a .NET provider and it uses the latest version of the MySql connection manager.
And the kicker is that this package has been executing no problem for months using the...
July 3, 2012 at 2:47 am
The package loads data from a MYSQL source into a SQL destination.
Uses an ADO.NET Source Editor. The error is at the data flow source.
Error message package executed in 64...
July 3, 2012 at 2:35 am
akin.akinwumi (6/25/2012)
This is a screenshot of a package (thanks denglishbi) that attempts to dynamically process only dimensions that have modified attributes. So you use a 'SSAS EXECUTE DDL TASK'....
June 25, 2012 at 9:52 am
See attachment.
This is a screenshot of a package (thanks denglishbi) that attempts to dynamically process only dimensions that have modified attributes. So you use a 'SSAS EXECUTE DDL TASK'. Using...
June 25, 2012 at 9:50 am
Using Excel 2007.
Drag your columns into the pivot as you need them.
to prevent Excel from automatically nesting the columns, do the below
Click on a column in the pivot
Go to...
June 25, 2012 at 9:14 am
jchernev (6/22/2012)
June 25, 2012 at 9:04 am
It will be interesting to note the thoughts of the community on this.
The architecture I have designed and deployed goes as follows
1. An sql agent jobs that runs in 3...
June 25, 2012 at 8:49 am
I think without changing the Oracle source query you need to modify the default output property that SSIS presents the columns from the data source.
Select the datareadersource that contains the...
June 15, 2012 at 9:22 am
Ahh... we are getting there.
You did say that after running a dimension process folowed by a full process in Analysis services, you then reran the SSIS task successfully?
And from...
June 15, 2012 at 8:43 am
You've set up your question as a SQL problem. MDX solutions require a little fine-tuning and are not quite so straightforward as SQL solutions.
So without knowing too much details about...
June 15, 2012 at 8:29 am
Insert a 'Rectangle' item inside your reports. Then add a ppagebreak after each rectangle. In your case you will have 3 rectangles place the entire contents of each report segment...
June 15, 2012 at 8:08 am
opc.three (6/15/2012)
akin.akinwumi (6/15/2012)
Copy your linked server query into an 'Execute SQL' task in SSIS. That way you get the best of both worlds!;-)
In my opinion that is actually the worst...
June 15, 2012 at 7:54 am
Did you execute in ssis bids?
See the attachement. You need to look at the warnings tab in ssis to get more info.
June 15, 2012 at 7:44 am
Your problem may be due to the way your database servers was set up and ssis performing row-by-row inserts vs mass insert using a sql query. Now what about a...
June 15, 2012 at 7:40 am
Viewing 15 posts - 1 through 15 (of 19 total)