Viewing 15 posts - 46 through 60 (of 1,839 total)
Did you try using the cmdline version plus the outdirection of the 7zip log?
January 6, 2015 at 1:45 pm
Can you try outdirection on the call to see if anything else will be logged? The exit code 2 just means it's a fatal error.
January 5, 2015 at 7:06 pm
🙂 you got me on a bad day 🙂
What is the error you're getting when you try to run the package versus the steps individually?
To prove out your...
January 5, 2015 at 5:27 pm
Agreed, not overly pretty. You could try using the .net FileSystemWatcher class itself, so basically 'rolling your own' specific FSW. A reasonable example for watching for multiple files is here...
January 5, 2015 at 7:44 am
Oh, and make sure you're using the cmdline version, which I think is 7za.exe.
January 4, 2015 at 4:34 pm
Exit code 2 is a fatal error in 7zip, but that doesn't tell us much really.
Have you tried outdirecting the command? Something like
7zip.exe parms > mylog.txt
See if that will...
January 4, 2015 at 4:33 pm
LMGTFY.......
It's permissions.
January 2, 2015 at 7:08 pm
Multiple (ie 15) filewatcher tasks? You could then use precedence constraints to ensure that the next step doesn't start until all 15 arrive?
January 2, 2015 at 2:24 pm
In a way, some of the answer depends on the delivery mechanism you're going to use and the experience level of your user base.
SSAS - much more than just having...
December 30, 2014 at 3:09 pm
Is it possible to "Union" data from different dimensions (same attribute)?
No, that's a general rule of MDX, a set needs to have members that share the same dimensionality.
Having said that,...
December 13, 2014 at 6:05 am
Logging is possibly turned off. It depends on which mode it's running in, for how to switch it on (ie sharepoint vs native). This link tells you how to enable...
December 11, 2014 at 10:42 am
Have you taken a look at the performance guide? It covers performance for both build and query of cubes.
December 11, 2014 at 6:30 am
I don't have it in front of me right but, but I'd be surprised if MDX Solutions (Webb et al) didn't cover something similar.
December 8, 2014 at 8:51 am
This article is old (ie circa SQL 2000) but the concepts remain the same - you want to look into semi-additive measures, and likely 'closing balance' (or value). You...
December 8, 2014 at 8:43 am
Appears to be "how do i convert this sproc to an SSIS package"?
December 5, 2014 at 8:33 am
Viewing 15 posts - 46 through 60 (of 1,839 total)