![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi, Config: Win 2003 SRV SP1 x64 SQL2005 + AS 2005 EE x64 I have an multiuser application wich should allow users "write" data in the cube. I want to use the push mode processing for that. So my application is generating an XMLA push processing command and it send it to the AS server. So my questions are: 1. It is possible that many users in the same time to push data in the cube? (up to 30 users can push data concurentlly) 2. I'm not using SSIS for pushing the data and I want to build the XMLA in my application. I've build the XMLA but I don't know/understand where and how should the recordset look like. I presume the recorset should be beteen: ... DataSource xsi:type="PushedDataSource" root Parameter="InputRowset"/ --**** here should be the recordset=? which format? *** EndOfData Parameter="EndOfInputRowset"/ /DataSource Bindings ... 3. How the aggregations are affected by the push-mode processing? There are aggregations build or not? Should I process the cube on a time basis that the aggregations are build or should I activate lazy aggregations? Thanks for your help, Gerald |
#3
| |||
| |||
|
|
Hi, you can write into a cube, I'm not sure about the XML/A command to do this, but you can and this works in a transaction, so multiple users can write at the same time. but AS is NOT a database, if you plan to have intensive writes, maybe its not an option to write into the cubes. when you write in a cube, the aggregations are reevaluated, so the "sums" will display the new value in real time (like total sales will be the new sales value after the new user input) "Gerald Aichholzer" <gerald.aichholzer (AT) gmx (DOT) net> wrote in message news:OlQ0SZlpGHA.1140 (AT) TK2MSFTNGP05 (DOT) phx.gbl... Hi, Config: Win 2003 SRV SP1 x64 SQL2005 + AS 2005 EE x64 I have an multiuser application wich should allow users "write" data in the cube. I want to use the push mode processing for that. So my application is generating an XMLA push processing command and it send it to the AS server. So my questions are: 1. It is possible that many users in the same time to push data in the cube? (up to 30 users can push data concurentlly) 2. I'm not using SSIS for pushing the data and I want to build the XMLA in my application. I've build the XMLA but I don't know/understand where and how should the recordset look like. I presume the recorset should be beteen: ... DataSource xsi:type="PushedDataSource" root Parameter="InputRowset"/ --**** here should be the recordset=? which format? *** EndOfData Parameter="EndOfInputRowset"/ /DataSource Bindings ... 3. How the aggregations are affected by the push-mode processing? There are aggregations build or not? Should I process the cube on a time basis that the aggregations are build or should I activate lazy aggregations? Thanks for your help, Gerald |
![]() |
| Thread Tools | |
| Display Modes | |
| |