![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I'm using Decision Support Objects (DSO) to build cubes. Two questions: 1) Once I've called myCube.Process(ProcessTypes.processFull) how do I get status information they way analysis manager does? Being able to query for number of rows processed so far would be immensely helpful in providing user feedback. 2) If I set ServerClass svr.ConnectTimeout=2*60 will that automatically stop all cube builds that take longer than 2 hours? |
#3
| |||
| |||
|
|
Hi, for the first question see what Dave Wickert answer to my yesterday post. for the second, ConnectTimeout is timeout value, in seconds so you have to use 2 * 3600 but I don't think you obtain what you want because probably you'll only be losing the connection after 2 hours. -- Francesco De Chirico E-Mail f.dechirico (AT) forgroup (DOT) it "David Talbot" <DavidTalbot (AT) discussions (DOT) microsoft.com> ha scritto nel messaggio news:93E61BD7-8506-44CB-A10E-3DAC717A68DB (AT) microsoft (DOT) com... I'm using Decision Support Objects (DSO) to build cubes. Two questions: 1) Once I've called myCube.Process(ProcessTypes.processFull) how do I get status information they way analysis manager does? Being able to query for number of rows processed so far would be immensely helpful in providing user feedback. 2) If I set ServerClass svr.ConnectTimeout=2*60 will that automatically stop all cube builds that take longer than 2 hours? |
#4
| |||
| |||
|
|
Ouch... so I'd have to attach to a log file and watch it grow to provide user feedback... It is a solution none-the-less."Francesco De Chirico" wrote: Hi, for the first question see what Dave Wickert answer to my yesterday post. for the second, ConnectTimeout is timeout value, in seconds so you have to use 2 * 3600 but I don't think you obtain what you want because probably you'll only be losing the connection after 2 hours. -- Francesco De Chirico E-Mail f.dechirico (AT) forgroup (DOT) it "David Talbot" <DavidTalbot (AT) discussions (DOT) microsoft.com> ha scritto nel messaggio news:93E61BD7-8506-44CB-A10E-3DAC717A68DB (AT) microsoft (DOT) com... I'm using Decision Support Objects (DSO) to build cubes. Two questions: 1) Once I've called myCube.Process(ProcessTypes.processFull) how do I get status information they way analysis manager does? Being able to query for number of rows processed so far would be immensely helpful in providing user feedback. 2) If I set ServerClass svr.ConnectTimeout=2*60 will that automatically stop all cube builds that take longer than 2 hours? |
![]() |
| Thread Tools | |
| Display Modes | |
| |