Search found 206 matches

by kangkc
Sat Aug 22, 2009 2:59 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Dynamic Named Ranges and Active Websheets
Replies: 1
Views: 1902

Re: Dynamic Named Ranges and Active Websheets

Look at TM1 manual, it's specifically mentioned that you CAN'T insert objects like Chart. " When you insert an Active Form in a worksheet, the form ’owns’ all rows that are required to display the form. You cannot insert additional data or objects (such as charts or images) in any row that ...
by kangkc
Sat Aug 22, 2009 2:50 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Unable to open View / pick element from subset in CubeViewer
Replies: 5
Views: 4884

Re: Unable to open View / pick element from subset in CubeViewer

You may have a corrupted or missing subset somewhere.
by kangkc
Fri Aug 21, 2009 8:33 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Not a valid win 32 application
Replies: 13
Views: 12991

Re: Not a valid win 32 application

SKIPCHECK; ['kangkc']=['kc_kang']; FEEDERS; ['kc_kang'] => ['kangkc']; In your case I would have created an alias - I really hate having hundreds of elements mirroring each other using rules :) (So I could never work at government agency where one might be able to change his or her name (honestly, ...
by kangkc
Thu Aug 20, 2009 2:53 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Not a valid win 32 application
Replies: 13
Views: 12991

Re: Not a valid win 32 application

SKIPCHECK;;
['kangkc']=['kc_kang'];

FEEDERS;
['kc_kang'] => ['kangkc']


:lol:

I used a fair bit of ExecuteCommand in my consultancy work involving TM1, and there are many possibilities in process automation. TI is a very dynamic and yet simple ETL tool.
by kangkc
Wed Aug 19, 2009 5:15 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Not a valid win 32 application
Replies: 13
Views: 12991

Re: Not a valid win 32 application

No no no...

This is not the right way to call VBScript from TI.

ExecuteCommand will need to call a exe or a cmd, bat file. It can't execute a VBS directly.

Do this instead to execute VBS:

ExecuteCommand('C:\windows\system32\cscript.exe D:\ErrorEmail2.vbs',1);
by kangkc
Mon Aug 17, 2009 4:46 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Drill Through - Valid Handle
Replies: 1
Views: 1949

Re: Drill Through - Valid Handle

Check whether you have done these: 1. Create a drill through process xxxx (the actual TI process will be named as }Drill_xxxx, and can only view when you turn on View control objects) 2. Create a drill through assignment rule and relate the process defined to the rule as in xxxx (and not }Drill_xxxx)
by kangkc
Wed Aug 12, 2009 2:19 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: TM1 9.4 and Workflow 9.4.1
Replies: 17
Views: 10650

Re: TM1 9.4 and Workflow 9.4.1

No worry.

Just found that MS released another ActiveX Killbits, KB973346. I would try to avoid this till I have time to test it out.
by kangkc
Wed Aug 12, 2009 4:38 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Probably a stupid feeder question
Replies: 4
Views: 3114

Re: Probably a stupid feeder question

You don't need to use "IF" looking at your logic, just use the "\" instead of "/"

TM1 rule will handle it well. See the rule guide:

\ (back slash) - Same as / (forward slash), but returns zero when you divide by zero, rather than an undefined value.
by kangkc
Wed Aug 12, 2009 3:17 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Integrated Login second (or more) opinon(s)
Replies: 17
Views: 10148

Re: Integrated Login second (or more) opinon(s)

A few other things before testing:

1. The unique id username@domain under NTLM works for me for a few install sites. You may need to play around with the unique id.
2. Make sure the server is joined to the domain (ie has a valid computer account in the domain tree). This is a must.

Good luck.
by kangkc
Wed Aug 12, 2009 3:11 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: [Solved] TM1Web print to pdf functionality not built-in?
Replies: 5
Views: 5468

Re: TM1Web print to pdf functionality not built-in?

On X64 installation, PDFCamp driver is not installed by default. You can log a call to IBM to request for it or you can contact me offline.
by kangkc
Tue Aug 11, 2009 8:16 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Integrated Login second (or more) opinon(s)
Replies: 17
Views: 10148

Re: Integrated Login second (or more) opinon(s)

If you can afford to down the server to do a quick test, switch the SecurityPackageName to NTLM and try it. This may not solve it if you need to use kerberos for some reason but at least help to isolate the problem. I have experience issue with Kerberos before and it get worse when I need to get TM1...
by kangkc
Fri Aug 07, 2009 5:14 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Integrated Login second (or more) opinon(s)
Replies: 17
Views: 10148

Re: Integrated Login second (or more) opinon(s)

Definitely, running under domain account will always be the preferred setup. Anyway, it's off topic for this thread. See if the originator of this thread can provide the cfg configuration. Need to see if it's using NTLM or Kerberos.
by kangkc
Fri Aug 07, 2009 4:47 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Integrated Login second (or more) opinon(s)
Replies: 17
Views: 10148

Re: Integrated Login second (or more) opinon(s)

No, TM1 service does not need to be started under a domain account. Please check whether the server is joined to the domain? If so you can start up TM1 service under local system account and Integrated Login will still work. I have done this many times and it should work. Can you post your tm1s.cfg ...
by kangkc
Wed Jul 29, 2009 2:07 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Setting hierarchy of different hierarchies within 1 dimensio
Replies: 5
Views: 3450

Re: Setting hierarchy of different hierarchies within 1 dimensio

Er.....I'll do it via subset for specific requirement on order. It's too tedious to play around with indexes which can be easily re-arrange via subset.
by kangkc
Fri Jun 26, 2009 5:52 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: TM1 9.4 Web - Integrated Login
Replies: 4
Views: 7072

Re: TM1 9.4 Web - Integrated Login

Seems like you have NOT set up the user -> Windows Account in your TM1 server. Have you tried using integrated login with TM1 client? If TM1 client can't log you in, you have not setup integrated login correctly..yet...
by kangkc
Mon Jun 22, 2009 4:20 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: TM1 Web 9.1.4 SSL problem
Replies: 2
Views: 2441

Re: TM1 Web 9.1.4 SSL problem

For interest of other. We managed to find out the cause. For some reason the root ca certificates get imported partially. The revocation list didn't get imported hence the problem.
by kangkc
Fri Jun 19, 2009 3:11 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: TM1 Web 9.1.4 SSL problem
Replies: 2
Views: 2441

TM1 Web 9.1.4 SSL problem

We just upgraded from TM1 9.0SP3 to 9.1.4 (9.1SP4). All 9.0SP3 clients and 9.1.4 clients can connect to the new server. However we are having problem with TM1 Web. Digging further into the tm1web log, we found that it seems to be a SSL error communicating with the Admin SSL. Both the TM1 admin serve...
by kangkc
Tue Jun 02, 2009 2:03 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: TM1 Web Script error in Internet Explorer 7
Replies: 1
Views: 1869

Re: TM1 Web Script error in Internet Explorer 7

Works fine here with 9.4.1 and Excel 2007.
Is your admin server started?
by kangkc
Tue Jun 02, 2009 1:19 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: workflow problem
Replies: 3
Views: 3279

Re: workflow problem

Hi, To enable workflow, you will need all the workflow objects to be placed in the cube directory in order to start defining all the workflow thingy. Under default installation, you should see a directory in the Custom folder "TM1 Planning Manager V2" (may change based on release). Copy al...
by kangkc
Tue Jun 02, 2009 1:06 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Chinese Charactersets in TM1?
Replies: 7
Views: 4362

Re: Chinese Charactersets in TM1?

Hi, You can do Chinese characters in pre 9.4 release of TM1. The catch is you have to be on the respective language OS to enter the characters. In your case will be Chinese OS. Aliases can be entered under the Chinese OS in Chinese and excel templates etc will display correctly. However when reading...