Viewing 15 posts - 271 through 285 (of 1,839 total)
Not sure I understand the problem?? Why not use the flat file connection, set it to fixed length for the format and load up the data?
March 11, 2011 at 12:03 pm
I always logged to a db table, are you set up the same way and if so, is the connection information correct?
March 9, 2011 at 10:33 am
Wondering if they also lose some reporting/analytical functionality by separating it from the rest of the Customer record? If you/they want to attribute this in *any* way then it's...
March 7, 2011 at 9:24 pm
Seriously guessing this depends on what your fact is actually recording..... But assuming sales (when in reality, it's just as likely mining equipment moving round an opencut mine), then...
March 7, 2011 at 8:01 pm
Glad you got it sorted! Didn't see your last post until now :-S If memory serves, you will have had to unblock 2383?
March 7, 2011 at 1:35 pm
You don't need the full install, just the client components. It could be a port/firewall issue on the server, have you checked this? Can anyone else connect...
March 7, 2011 at 9:57 am
That's it for the table/s that are used in your dimensions, like I said, you'll have to interrogate the Partitions for each Measure Group too, to get your Fact references.
March 4, 2011 at 2:34 pm
Best as I can tell, you're really really close 🙂
What you're looking for is almost a merge of these two approaches - you need a calc members in the Age...
March 4, 2011 at 1:31 pm
Can you post your calc member MDX? Even a 'cleaned up' version where you change the names to protect the innocent?
March 4, 2011 at 10:45 am
Think of it in pieces... 🙂
The dimensions in a cube, are Database dimensions. So, (and there are different approaches for what you loop through first) if you loop through...
March 4, 2011 at 9:59 am
Use the SSIS SAP adapter? http://msdn.microsoft.com/en-us/library/dd299430.aspx
Absolutely agree, don't go trying to hit the tables directly, it gets ugly very (very!) quickly. You can also expose different BAPI's as...
February 24, 2011 at 12:32 pm
Depends a little on how you're calling the 'rdl' (ie the report). If you're using the Report Control, then I think you can set parms in code behind. ...
February 23, 2011 at 10:10 am
Are you expecting a lot of volume? If it's small you could use the temporary storage and simply read it back into the flow.
February 22, 2011 at 12:02 pm
The derived column definitely looks like it can't do what you want, however a Script transformation would probably handle that easily (with an additional function written to handle to specifics)....
February 16, 2011 at 1:52 pm
It's 'doable', we have some clients running that way. As always, disk and RAM are pretty high on the 'get it right' list, CPU also counts but in my...
February 16, 2011 at 12:49 pm
Viewing 15 posts - 271 through 285 (of 1,839 total)