Search found 6 matches

by swain69
Mon Oct 04, 2010 8:39 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: asciioutput not working
Replies: 4
Views: 4644

Re: asciioutput not working

Hi,

Thanks for your tips, it sent me in the right direction :D It turns out the following command was dropped from TI process for some reason, ViewExtractSkipCalcsSet.

I've had another process that after saving it lost some of the code. Fortunately I have backups, but why would this happen?
by swain69
Sun Oct 03, 2010 9:29 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: asciioutput not working
Replies: 4
Views: 4644

asciioutput not working

Hi, I've had a chore setup up to output a view daily. This view has a single value only and up until last week it worked fine. Now it creates no output file at all. There is data in that view, I can see it in the preview section on the datasource tab. I tried moving the piece of code to the Prolog t...
by swain69
Thu Jun 10, 2010 12:49 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Noticeable lag in selecting cells : Excel 2007/9.4.1 FP3
Replies: 4
Views: 3873

Noticeable lag in selecting cells : Excel 2007/9.4.1 FP3

Hi All,

Has anybody experienced a noticeable lag in selecting cells in Excel 2007? When I disable the ribbon, the lag goes away.
Any ideas?

Thanks in advance.
by swain69
Thu Mar 04, 2010 4:00 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Execute TI Process from VBA
Replies: 5
Views: 6626

Re: Execute TI Process from VBA

Yay ! :D

Thanks Brandon

I used the hUser as the session handle and it works.
by swain69
Wed Mar 03, 2010 8:31 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Execute TI Process from VBA
Replies: 5
Views: 6626

Re: Execute TI Process from VBA

Hi Brandon, Thanks for your reply ! The code fails on the session handle as you suspected because the user is not logged into TM1 through Excel. Does a user really need to log in to run a VBA process since the 'admin' is already successfully logged in? ('....MsgBox "You Logged in Successfully&q...
by swain69
Tue Mar 02, 2010 11:07 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Execute TI Process from VBA
Replies: 5
Views: 6626

Execute TI Process from VBA

HI All, I have the following snippet of code that I found on this board, however it is not running the process, I am getting a successful connect though. Could anybody shed some light as to what I'm doing wrong? Option Explicit Global arr() Declare Function TM1_API2HAN Lib "tm1.xll" () As ...