Search found 17 matches

by kjanssen
Thu Apr 20, 2017 12:40 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: TM1 Java API - open connection error
Replies: 8
Views: 6828

Re: TM1 Java API - open connection error

Hey Drg,

unfortunately this is not possible. As the project using the TM1 API requires Java8 and the JRE provided by TM1 is only Java7.
by kjanssen
Mon Mar 27, 2017 8:06 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: TM1 Java API - open connection error
Replies: 8
Views: 6828

Re: TM1 Java API - open connection error

As I had a follow up issue with the SSL certificate where I found no solution for other than "add the certificates to your JVM keystore" - what i have done - i decided to disable certificate check for this. (also the communication is localhost only so there is near to zero chance for man-i...
by kjanssen
Thu Mar 23, 2017 4:50 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: TM1 Java API - open connection error
Replies: 8
Views: 6828

Re: TM1 Java API - open connection error

I was able to workaround this issue by calling the following code before connecting. System.setProperty("com.ibm.jsse2.overrideDefaultProtocol", "TLSv1.2"); I found the "TLSv1.2" name here: http://grepcode.com/file/repository.grepcode.com/java/root/jdk/openjdk/8u40-b25/...
by kjanssen
Mon Oct 24, 2016 12:43 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Rule based on currently selected/active value of a Dimension
Replies: 4
Views: 3346

Re: Rule based on currently selected/active value of a Dimension

Just as a small feedback: This solution works like a charm. :)
by kjanssen
Mon Oct 24, 2016 12:40 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Rule based on currently selected/active value of a Dimension
Replies: 4
Views: 3346

Re: Rule based on currently selected/active value of a Dimension

Woah!

Thank you both for this incredibly fast response! :)


I'll try this approach... Looks like I was totaly by how the rules where before.
by kjanssen
Mon Oct 24, 2016 12:13 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Rule based on currently selected/active value of a Dimension
Replies: 4
Views: 3346

Rule based on currently selected/active value of a Dimension

Hey there, is it possible to write a rule that can work with the selected value of a certain dimension from the cube? e.g. we have a dimension of with some (consolidated) elements: [*]Gross Turnover [*]Net Revenue [*]Gross Profit [*]Contribution I [*]... each of these groups may countain 1-n sub gro...
by kjanssen
Mon Apr 13, 2015 2:58 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: TM1 Java API - pull data from view?
Replies: 14
Views: 15705

Re: TM1 Java API - pull data from view?

ok i found that i have to use view.getColumnSubset(i) & view.getRowSubset(i) and then use thier getElement()
by kjanssen
Mon Apr 13, 2015 1:37 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: TM1 Java API - pull data from view?
Replies: 14
Views: 15705

Re: TM1 Java API - pull data from view?

Ok, so I realized that I actually was pulling the information correctly. I threw in a couple of for loops to make sure that I was looking at all values of the TM1Val array: TM1Cube oCube; TM1View view; TM1Val arr; TM1Val ret; //get oCube oCube = oServer.getCube ("Consumer Dashboard"); if ...
by kjanssen
Wed Mar 18, 2015 10:32 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: TM1 Applix JavaDoc
Replies: 1
Views: 2205

TM1 Applix JavaDoc

Hello, we use Cognos Express 10.2 and for some Parts of our process we also use the TM1 Applix Java Api ( com.applix.tm1.* ). While our installation contained the JAR File we are missing the JavaDocs. It is not found in our installation directory as suggested here . Until now most was possible by us...
by kjanssen
Mon Feb 02, 2015 12:33 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Cognos Java API for TI missing jar
Replies: 14
Views: 10875

Re: Cognos Java API for TI missing jar

I just opened a RFE.

In case one wants to support me and/or the RFE in general. Please vote https://www.ibm.com/developerworks/rfe/ ... R_ID=65280

Thanks a lot :-)
by kjanssen
Thu Jan 22, 2015 7:16 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Cognos Java API for TI missing jar
Replies: 14
Views: 10875

Re: Cognos Java API for TI missing jar

The javatiapi.jar files you got, are they from a TM1 10.2.2 installation ? Or from a TM1 10.2.2 FP1 or newer installation ? sorry i don't know. they did not mention from which version it is. What TM1 version is specified in the file javatiap/META-INF/MANIFEST.MF ? Is it lower as 10.2.20100.xyz ? Im...
by kjanssen
Wed Jan 21, 2015 3:57 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Cognos Java API for TI missing jar
Replies: 14
Views: 10875

Re: Cognos Java API for TI missing jar

Hello BrianL, there are only two other messages about java in our log: (i searched for "java" and "jvm") first: but that has gone after i added the jvm dll configuration 3624 [c] INFO 2015-01-19 12:12:38.931 TM1.Server Could not run Java code, JVM not initialized second: 2476 [] ...
by kjanssen
Wed Jan 21, 2015 1:00 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Cognos Java API for TI missing jar
Replies: 14
Views: 10875

Re: Cognos Java API for TI missing jar

Hello moby91, yeah. our contact at ibm just confirmed that. also there is currently no 10.2.2 Cognos Exopress. :( but they send me the javatiapi.jar :) As there are not that much guides/tutorials on using the java api for ti i'm not sure i'm doing something wrong or if it is not working due to wrong...
by kjanssen
Tue Jan 20, 2015 1:04 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Cognos Java API for TI missing jar
Replies: 14
Views: 10875

Re: Cognos Java API for TI missing jar

this is our dev server as we have just started 2 month ago with cognos. according to my boss he installed the server with all available options. also i don't think that in our base install this file is present as we only have Cognos Express and the TurboIntegrator was not even able to save a process...
by kjanssen
Tue Jan 20, 2015 12:43 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Cognos Java API for TI missing jar
Replies: 14
Views: 10875

Re: Cognos Java API for TI missing jar

My Boss called the support yesterday but they did not understand what he wanted...

They send them an email with "what to do" but they simply told him to download the SDK package what we already did. :(
by kjanssen
Tue Jan 20, 2015 7:31 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Cognos Java API for TI missing jar
Replies: 14
Views: 10875

Re: Cognos Java API for TI missing jar

Hello RJ!

thank you for your reply, but unfortunately the file is in none of theses folders.

could you upload the file somewhere for us?


Thanks.
by kjanssen
Mon Jan 19, 2015 3:03 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Cognos Java API for TI missing jar
Replies: 14
Views: 10875

Cognos Java API for TI missing jar

Hello together, we want to mirgrate some of our more complex TI processes to Java but have some trouble... We have Cognos Expess 10.2 + the SDK package. Before installing the SDK package the TI did not even know about the ExecuteJavaN/S functions. after installing the sdk we are able to use these fu...