Search found 14 matches
- Thu Sep 11, 2014 10:25 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Unable to see ODBC sources when running TM1 as an applicatio
- Replies: 4
- Views: 4058
Re: Unable to see ODBC sources when running TM1 as an applic
Hi Dan, I tried your suggestion. I tried to run the application as an administrator user, however there were restrictions & right click did not give an option of administrator but different account users. Yet, I was able to run it as the user account that runs the windows service. But in vain, t...
- Thu Sep 11, 2014 11:20 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Unable to see ODBC sources when running TM1 as an applicatio
- Replies: 4
- Views: 4058
Re: Unable to see ODBC sources when running TM1 as an applic
Hi Dan,
Thanks for the reply. That looks like a simple trick.
I'll try & post the results here.
Thanks.
Thanks for the reply. That looks like a simple trick.
I'll try & post the results here.
Thanks.
- Thu Sep 11, 2014 7:28 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Unable to see ODBC sources when running TM1 as an applicatio
- Replies: 4
- Views: 4058
Unable to see ODBC sources when running TM1 as an applicatio
Hi Everyone, I'm facing a scenario wherein I'm unable to see SQL ODBC sources when I'm running the server as an Application. Interestingly, I'm able to see & use those connections from the same server when I run the server as a Service. TM1 Version: TM1 9.5.2 ODBC connection : SQL Server. I wond...
- Tue Jun 03, 2014 1:27 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Printing Dynamic reports using "Print Report" Function
- Replies: 0
- Views: 2551
Printing Dynamic reports using "Print Report" Function
Hi Guys, I'm trying to print an active form using the "Print Report" function of "Perspective" based on a certain dimension of the cube. The report printing works fine. However, I want to suppress the zero columns. I tried to attach a dynamic subset to the active form(I first cre...
- Tue Apr 08, 2014 2:20 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: TM1 10.2 Triggering TI process before & after submit/reject
- Replies: 3
- Views: 4642
Re: TM1 10.2 Triggering TI process before & after submit/rej
Hi Everyone,
The issue has been solved. All I had to do was add these 4 parameters to both Pre & Post TI processes, in the same order:
pExecutionid
pAppid
pNodeid
pWorkflowAction
Thanks.
The issue has been solved. All I had to do was add these 4 parameters to both Pre & Post TI processes, in the same order:
pExecutionid
pAppid
pNodeid
pWorkflowAction
Thanks.
- Tue Apr 08, 2014 1:44 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: TM1 10.2 Triggering TI process before & after submit/reject
- Replies: 3
- Views: 4642
Re: TM1 10.2 Triggering TI process before & after submit/rej
Hi, just an update, came across a comment on TM1tutorials.com that says:
the TI needs to be modified to include these parameters:
pExecutionid, pAppid, pNodeid and pWorkflowAction
Looks like the solution. Investigating the same. Will keep everyone posted.
Thanks.
the TI needs to be modified to include these parameters:
pExecutionid, pAppid, pNodeid and pWorkflowAction
Looks like the solution. Investigating the same. Will keep everyone posted.
Thanks.
- Tue Apr 08, 2014 12:57 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: TM1 10.2 Triggering TI process before & after submit/reject
- Replies: 3
- Views: 4642
TM1 10.2 Triggering TI process before & after submit/reject
Hi guys, I tried testing the cool new feature of TM1 10.2 contributor where we could trigger a TI process just before & after a certain action is done on the Contributor Application e.g. submit/reject etc. Here's what I've done: 1. Created a contributor application. 2. Enabled the Pre & post...
- Tue Mar 25, 2014 2:15 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Active Forms Stacked Dimensions Formatting
- Replies: 8
- Views: 9533
Re: Active Forms Stacked Dimensions Formatting
Hi Everyone,
I'm trying to implement the repetition of the member names too.
However, I did not get how to implement the formula.
Could anyone please help?
Do I need to write =B6 in the Cell B7? I don't think that works.
I'm trying to implement the repetition of the member names too.
However, I did not get how to implement the formula.
Could anyone please help?
Do I need to write =B6 in the Cell B7? I don't think that works.
- Thu Feb 27, 2014 3:28 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Cognos Express 10.2.1: Unable to load iwidgets Workspace
- Replies: 5
- Views: 6991
Re: Cognos Express 10.2.1: Unable to load iwidgets Workspace
Just an update, after a lot of trial & errors I can finally include the TM1 Cube Viewer widgets in workspace. Looks like the problem was due to short server names at various configuration files, I changed following files to include the FQDN : 1. pmpsvc_config.xml 2. fpmsvc_config.xml 3. tm1web_c...
- Thu Feb 06, 2014 9:32 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Cognos Express 10.2.1: Unable to load iwidgets Workspace
- Replies: 5
- Views: 6991
Re: Cognos Express 10.2.1: Unable to load iwidgets Workspace
Thanks for your reply Jim, I see where you're getting. I'll still wait for a while to see if someone has worked on it, else report it to IBM.
- Thu Feb 06, 2014 9:51 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Cognos Express 10.2.1: Unable to load iwidgets Workspace
- Replies: 5
- Views: 6991
Cognos Express 10.2.1: Unable to load iwidgets Workspace
Hi Guys, I'm trying to make the TM1Web objects available to Workspace. I followed the procedure given by IBM documentation verbatim, however I don't see the required objects except for the blank server name. Has anybody tried it on Cognos Express 10.2.1 ? I'm following the procedure given by IBM doc...
- Thu Apr 25, 2013 11:41 am
- Forum: Useful code, tips and tricks
- Topic: Automatically backing up the TM1 data directory
- Replies: 5
- Views: 14746
Re: Automatically backing up the TM1 data directory
Hi Alan, Thanks for the script. I tried using it with only difference of the line where it uses 7zip to compress. Instead I used the code for WinRar. :: zip it up & remove the unzipped directory "C:\Program Files (x86)\WinRAR\Rar.exe" m -r ""%targetDir%".RAR" "...
- Wed Apr 17, 2013 10:37 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Isn't TM1 Vulnerable due to file structure?
- Replies: 12
- Views: 8767
Re: Isn't TM1 Vulnerable due to file structure?
I've worked on Cognos Planning for a year and recently have started working on TM1. One major difference I found in TM1 is that it doesn't use a database at all and everything stored in a folder on drive. As opposed to the way that files for Oracle, SQL Server, DB2, MySQL and so forth are stored in...
- Wed Apr 17, 2013 9:59 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Isn't TM1 Vulnerable due to file structure?
- Replies: 12
- Views: 8767
Isn't TM1 Vulnerable due to file structure?
Hi Everyone, I've worked on Cognos Planning for a year and recently have started working on TM1. One major difference I found in TM1 is that it doesn't use a database at all and everything stored in a folder on drive. However, this also brings to my mind that it is very vulnerable as anybody can edi...