Search found 29 matches

by krishnadixit
Fri Apr 09, 2021 6:22 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Contributor vs TM1web & Perspectives - Non-contributor users are not able to enter data in the cube
Replies: 2
Views: 1648

Contributor vs TM1web & Perspectives - Non-contributor users are not able to enter data in the cube

Hello all, I have a Approval-type contributor application with Cost_Center as approval hierarchy and Version as Control Dimension. There are several cube views in contributor and reviewer views. The workflow works fine but since workflow app was deployed, it locked all those cubes for non-contributo...
by krishnadixit
Wed Apr 10, 2019 9:07 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Getting error:401 while logging via REST CAM SSO
Replies: 0
Views: 1992

Getting error:401 while logging via REST CAM SSO

Hello, I've a java code to log into TM1 server that is using CAM security with (SSO) Single Sign-on. I am getting error: unauthorized 401. Following is my code: // to bypass SSL javax.net.ssl.HttpsURLConnection.setDefaultHostnameVerifier( new javax.net.ssl.HostnameVerifier(){ @Override public boolea...
by krishnadixit
Mon May 08, 2017 2:33 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: CAM authentication 401 error - TM1 REST API
Replies: 6
Views: 9047

Re: CAM authentication 401 error - TM1 REST API

Hi all, Thanks for replies. After breaking head for about 20+ days I finally could crack it. Thought of sharing the solution just in case if anybody gets stuck like me. My code is good, however, it needs to run on IBM specific JRE. I was running it on Oracle JRE and hence was not getting through CAM...
by krishnadixit
Thu Apr 20, 2017 2:16 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: CAM authentication 401 error - TM1 REST API
Replies: 6
Views: 9047

Re: CAM authentication 401 error - TM1 REST API

As Brian said it's of the form CANNamespace:base64(UN:PW:NameSpace) but you need to convert the (UN:PW:NameSpace) string to bytes and the encode the bytes to give you the encoded authorisation. The way I connect is using an HttpPost object and then adding the authorisation as a header, which is a s...
by krishnadixit
Wed Apr 19, 2017 6:22 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: CAM authentication 401 error - TM1 REST API
Replies: 6
Views: 9047

Re: CAM authentication 401 error - TM1 REST API

Any breakthrough?
Has anybody implemented CAM authentication in REST API?
Please help.
by krishnadixit
Thu Apr 13, 2017 4:35 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: CAM authentication 401 error - TM1 REST API
Replies: 6
Views: 9047

CAM authentication 401 error - TM1 REST API

Hi, Has anyone successfully implemented this CAM authentication (with and without Integrated login)? Could you please share some sample code in java? I always get 401 Unauthorized response code. Here is my sample code: public class CAM_Try { public static void main(String[] args) { System.out.printl...
by krishnadixit
Wed Sep 21, 2016 6:42 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Can this be an alternative to conditional feeders?
Replies: 4
Views: 4089

Re: Can this be an alternative to conditional feeders?

the easiest way to do that is to have a consolidation called Active Versions on the left hand side of the feeder ['Active Versions','Amount'] => ... @paulsimon - Currently I am doing the same, however, if there are more than lets say 5-6 versions under 'Active Versions' and we want a quick solution...
by krishnadixit
Mon Sep 19, 2016 5:30 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Can this be an alternative to conditional feeders?
Replies: 4
Views: 4089

Can this be an alternative to conditional feeders?

Hi All, I was working on optimizing rules and feeders and thought of this: Scenario - flowing the data from one cube to another. Condition - the data of only those versions that are under rollup 'Active Versions' has to be flown. Possibility - there can be more than 1 version under 'Active Versions'...
by krishnadixit
Mon Aug 22, 2016 1:55 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: TM1 Java API - open connection error
Replies: 8
Views: 6755

Re: TM1 Java API - open connection error

Yes, This weekend I uninstalled and re-installed TM1 with FP5 - No success then with FP4 - No success then with only base TM1 - No success. This problem started only after I installed FP5 & FP6. It was working fine with FP4 and Oracle JRE. Further the question is if it only works with IBM JRE th...
by krishnadixit
Sat Aug 20, 2016 7:02 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: TM1 Java API - open connection error
Replies: 8
Views: 6755

TM1 Java API - open connection error

Hi All, I've TM1 10.2.2 FP5 and java 1.8.0_92 environment. I installed FP5 last week and all of sudden my java code stopped working. Even the simplest code gives me error. Has IBM changed anything in background. Here is my simple code: import com.applix.tm1.*; public class TM1_Connect { TM1Server ts...
by krishnadixit
Wed Apr 08, 2015 4:27 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Parameter error in Active form
Replies: 2
Views: 3334

Re: Parameter error in Active form

Hello, Any solution? I am using TM1 10.2 & Excel 2013 32 bit on 64bit OS. Still the action button parameters are merging up. Another issue is: The excel file on perspective is kept on formula auto calc & is updated on web (tm1 10.2 web) but whenever it is sliced or opened from perspective ap...
by krishnadixit
Thu Jul 10, 2014 2:29 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: outofMemory Exception TM1 9.5.2 64bit
Replies: 6
Views: 5443

Re: outofMemory Exception TM1 9.5.2 64bit

@Duncan & Steve,

Thank you. You were correct, I'd installed 32bit version. My bad :D
Now installed 64bit & is working. Thanks for the solution. I appreciate it.

Krishna
by krishnadixit
Wed Jul 09, 2014 12:43 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: outofMemory Exception TM1 9.5.2 64bit
Replies: 6
Views: 5443

Re: outofMemory Exception TM1 9.5.2 64bit

@Jim & @tomok
Thanks for your suggestions. The Old box has 32GB RAM & 15GB Page memory. The memory usage on new box without tm1 startup is just 3GB out of 48GB & has page memory of 1GB & 71GB on C & E drives respectively.

Any idea?
by krishnadixit
Wed Jul 09, 2014 5:13 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: outofMemory Exception TM1 9.5.2 64bit
Replies: 6
Views: 5443

outofMemory Exception TM1 9.5.2 64bit

Recently We upgraded our RAM & Number of cores on our server. Initially we had 32GB RAM & 2 Processors on our Prod server. Since we did not wanted to disturb existing environment we setup a new server machine with following configuration: Windows 2008 R2 Enterprise SP1 2 Processors - 6 Cores...
by krishnadixit
Sun Oct 13, 2013 8:15 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Unable to start TM1 Perspectives 10.2
Replies: 10
Views: 10081

Re: Unable to start TM1 Perspectives 10.2

Thanks hardstep, now TM1 perspective 10.2 works perfectly fine using new MSCOMCTL.OCX file.

Cheers!!!
by krishnadixit
Tue Oct 08, 2013 3:31 pm
Forum: Enhancements
Topic: Ability to save Websheets with title selections
Replies: 4
Views: 7225

Re: Ability to save Websheets with title selections

Absolutely yes, It would be pretty useful. I had similar request from one of my client recently. Moreover now since TM1 10.2 web is fully java based, this request can easily be addressed with no performance hit. 'user.ini' (Settings) file can be generated & saved in user's application folder. Th...
by krishnadixit
Fri Aug 09, 2013 9:45 am
Forum: Useful code, tips and tricks
Topic: TM1 Rule Auto Complete & Format add-in for Editplus
Replies: 5
Views: 11591

Re: TM1 Rule Auto Complete & Format add-in for Editplus

Tm1andTm1 wrote:I am trying to add edit plus, But where is TM1_Addin_4_Editplus.rar file??
The file link is there in my first post.

However, here it is again for you.
TM1_Addin_4_Editplus.rar
TM1 Addin for Editpluss
(2 KiB) Downloaded 646 times
by krishnadixit
Tue Oct 23, 2012 1:55 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Data did not reflected in cube but its in Transaction log!
Replies: 10
Views: 7473

Re: Data did not reflected in cube but its in Transaction lo

@qml
There is no TI in chore that loads the data in that specific slice or cell. It was a good guess though.

@Edward
The server never crashed.
by krishnadixit
Tue Oct 23, 2012 1:26 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Data did not reflected in cube but its in Transaction log!
Replies: 10
Views: 7473

Data did not reflected in cube but its in Transaction log!

Hi all, I encountered a strange situation last fortnight. There is a input template on web where the Business Users log in & punch-in data (Price per ton). The web sheet has dbrw functions to write the data in corresponding cube. Now, one of the users logged in & punched in some data for spe...