Ti Response Time on SQL

Post Reply
camhale
Posts: 2
Joined: Sun May 10, 2009 7:13 am
Version: 9.1
Excel Version: 2003

Ti Response Time on SQL

Post by camhale »

Hi,

We are a lengthy SQL statement in a Ti and it is taking quite some time to load the TI editor. Is there a switch on the cfg file that we can stop the query from running on opening? The reason being that we want to edit the code in the advanced tabs.

server is 64 bit
tm1 9.1 sp4

response time is same via client and server
Attachments
olap forum.zip
(10.58 KiB) Downloaded 247 times
kpk
MVP
Posts: 214
Joined: Tue Nov 11, 2008 11:57 pm
OLAP Product: TM1, CX
Version: TM1 7x 8x 9x 10x CX 9.5 10.1
Excel Version: XP 2003 2007 2010
Location: Hungary

Re: Ti Response Time on SQL

Post by kpk »

camhale wrote:Hi,

We are a lengthy SQL statement in a Ti and it is taking quite some time to load the TI editor. Is there a switch on the cfg file that we can stop the query from running on opening? The reason being that we want to edit the code in the advanced tabs.
As far as I know there is no such a cfg parameter.

One possible workaround:
If you change the ODBC definition on your PC to a wrong source then you get an error message about it soon after the double click on the process.
Then you can edit and save the TI process.

Do not forget to change the ODBC connection back at the end:) On the other hand TM1 will use the ODBC on the server side so you can leave it wrong at the developer PC.

Regards,
Peter
Best Regards,
Peter
Alan Kirk
Site Admin
Posts: 6647
Joined: Sun May 11, 2008 2:30 am
OLAP Product: TM1
Version: PA2.0.9.18 Classic NO PAW!
Excel Version: 2013 and Office 365
Location: Sydney, Australia
Contact:

Re: Ti Response Time on SQL

Post by Alan Kirk »

camhale wrote:Hi,

We are a lengthy SQL statement in a Ti and it is taking quite some time to load the TI editor. Is there a switch on the cfg file that we can stop the query from running on opening? The reason being that we want to edit the code in the advanced tabs.

server is 64 bit
tm1 9.1 sp4

response time is same via client and server
That's why they put the "F" in F.A.Q. (http://forums.olapforums.com/viewtopic.php?f=3&t=1332)

Under "TurboIntegrator", see the heading "ODBC Data Source; Suppressing the Preview Display".
"To them, equipment failure is terrifying. To me, it’s 'Tuesday.' "
-----------
Before posting, please check the documentation, the FAQ, the Search function and FOR THE LOVE OF GLUB the Request Guidelines.
camhale
Posts: 2
Joined: Sun May 10, 2009 7:13 am
Version: 9.1
Excel Version: 2003

Re: Ti Response Time on SQL

Post by camhale »

thanks
Post Reply