DynamiCube Support

Started by Hakan Kutluay at 09-15-2009 4:29 AM. Topic has 1 replies.

Print Search Rate
Sort Posts:    
   09-15-2009, 4:29 AM
Hakan Kutluay is not online. Last active: 12/4/2009 7:05:45 PM Hakan Kutluay

Not Ranked
Joined on 08-17-2007
Posts 4
CursorLocation parameter and windir/temp folder

Hi,

I'm using DynaCube with Oracle database connecting with DCCT_ADO. Cube application runs on seperate application pool. When cube retrieving data, iis creates temp file to Application Server's windir/TEMP directory. When disk out of space, DynamicCube app pools crashes..


dcLocalCube.DCConnectType = DCConnectTypes.DCCT_ADO;
dcLocalCube.DCConnect = "Provider=OraOLEDB.Oracle;..

I googled and found that setting ConnectionObject.CursorLocation = adUseClient (ADO Client Cursor) causes OraOLEDB to create temp file to windir/TEMP directory. Is there any property of cube use for change connections CursorLocation parameter to Server ?

DynamiCube Version 3.2.1.1177
Oracle 10g r2
   Report 
   09-15-2009, 10:35 PM
Andrey - DD is not online. Last active: 8/25/2011 5:42:49 PM Andrey - DD

Top 25 Posts
Joined on 08-01-2007
Russia, Novosibirsk
Posts 671

DDStaff
Re: CursorLocation parameter and windir/temp folder

Hakan Kutluay,

There is no DynamiCube property which allows you to set CursorLocation. If you need full control of the connection, I would advice you to move DynamiCube to Unbound mode and populate it with values from ADO recordset by using AddRowEx method in Cube's FetchData event.

Thank you,
Andrey T.
   Report 
GrapeCity » Product Support » DynamiCube Supp... » Re: CursorLocation parameter and windir/temp folder

Privacy Policy | Copyright © 1997-2012 — GrapeCity, inc.
All trademarks mentioned are the property of their respective owners.