Search found 40 matches

by csjean
Fri Oct 14, 2011 7:52 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Contributor importing application
Replies: 3
Views: 4565

Re: Contributor importing application

Hi,

Is your Live Environment's Webserver the same one as was used for development environment?

If it is, you have to delete your original app. You can't install 2 Contributor applications with the same name on the same server.


Hope this helps.
by csjean
Fri Oct 14, 2011 5:48 pm
Forum: Bugs
Topic: PM49653: SANDBOX VALUES INCORRECT
Replies: 2
Views: 7585

Re: PM49653: SANDBOX VALUES INCORRECT

jim wood wrote:Is this 9.5.2 only or is it cross version?
Hi Jim,

I originaly reported it for 9.5.2 but the person from support told me he could reproduce the problem
in 9.5.1 and said he would try to do it in 9.5 (no news on that).

The PM is tagged with 9.5.2 only on the IBM site.
by csjean
Fri Oct 14, 2011 2:50 pm
Forum: Bugs
Topic: PM49653: SANDBOX VALUES INCORRECT
Replies: 2
Views: 7585

PM49653: SANDBOX VALUES INCORRECT

This one comes from SR65372 077 649: TM1 Sandbox deletes unmodified values when logging out / logging back in when fed and FEEDSTRING in rules (which IMHO has a better title ;-) ). It's very easy to reproduce: When a user changes a value in a sandbox, logs out and then logs back in, UNCHANGED values...
by csjean
Fri Oct 07, 2011 1:18 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: CellPutN doent put value in to the cube
Replies: 25
Views: 18087

Re: CellPutN doent put value in to the cube

Hi JayM, I have oppened your .rar file. In your view definition check that: There is something defined in your "Time" dimension subset. NONE of the subsets contain "consolidations" because you checked "Skip Consolidations" I have repackaged your docx file and zipped it ...
by csjean
Thu Oct 06, 2011 6:10 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: TM1 Web Issue - Vista
Replies: 6
Views: 6651

Re: TM1 Web Issue - Vista

Hi,

You should also check your Webserver's TM1Web log file
typicaly located in C:\Inetpub\wwwroot\TM1Web\log\


The messages are sometimes cryptic but can also give you valuable clues on what is wrong.

Hope this helps.
by csjean
Thu Oct 06, 2011 6:05 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: CellPutN doent put value in to the cube
Replies: 25
Views: 18087

Re: CellPutN doent put value in to the cube

create a source view that does NOT have the 'skip zero/blank values" option checked (but rule calcs and consolidations should be suppressed). Hi, Are you certain that your view DOES NOT have skip zero/blank values checked? This is the source of many (many many many) TIs that "don't work&q...
by csjean
Thu Oct 06, 2011 12:45 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: More than One instance of a Dimension
Replies: 14
Views: 8787

Re: More than One instance of a Dimension

Hi,

I would tend to side with tomok on this.
Especially with the different security settings for each cube.

You can even keep your 1 TI:

Populate/maintain both dimensions with this TI so they are allways "in sync".
by csjean
Wed Oct 05, 2011 5:15 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: TM1 from outside network
Replies: 3
Views: 7158

Re: TM1 from outside network

Hi Sighurd, I guess you'll have to either make the TM1Web computer accessible from outside (port 80) OR, you'll have to setup some kind of forwarding policy (or proxy service) on your "outside-accessible-web-server" for it to forward request to the TM1Web server and then to send the answer...
by csjean
Tue Oct 04, 2011 2:21 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: MDX Query Problem
Replies: 1
Views: 2234

Re: MDX Query Problem

Hi freinds, I am trying to filter out the Nature code using the MDX query, however I am not getting the expected output. I am trying to filter records for Nature code by using the Employee records cube where the Employee measure shift is 1. Is there anything wrong in this MDX query? I have attached...
by csjean
Sat Oct 01, 2011 2:06 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: TI generate file slowly
Replies: 11
Views: 8400

Re: TI generate file slowly

in my java program, for(int i = 0;i<**;i++){ make a new view; run TI ----> generate cma file calculate with the cma file. } suppose all the files' size to generate are 70M, then,the first one(i = 0) cost less than 2mins when ' run TI ',when i=19,,'run TI' cost more than 45 min. i cannot explain why...
by csjean
Thu Sep 29, 2011 12:56 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Active Form Filtering month range
Replies: 1
Views: 2065

Re: Active Form Filtering month range

Hi maps, Intead of F9 try ALT-F9 wich is what you should do to reload data in an active form. Please see http://publib.boulder.ibm.com/infocenter/ctm1/v9r5m0/topic/com.ibm.swg.im.cognos.tm1_ug.9.5.2.doc/tm1_ug_id6761RecalculatinganActiveForm_N800F0.html#RecalculatinganActiveForm_N800F0 Hope this hel...
by csjean
Wed Sep 28, 2011 4:01 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Java API com.applix.tm1.TM1Val@1a93a0d8
Replies: 6
Views: 7421

Re: Java API com.applix.tm1.TM1Val@1a93a0d8

Hi maps, Here is my code that works. The problem is that, you cant insert an element in a registered dimension. You have to: Duplicate an existing dimension Work on the duplicated dimension (add elements and components) Check the duplicated dimension Update the original with the new The following co...
by csjean
Wed Sep 28, 2011 10:33 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Unidentified SQL failure in TI
Replies: 7
Views: 6407

Re: Unidentified SQL failure in TI

Hi, I should have made myself clearer. Actually I beleive that Sir Allan's post was refering to the SELECT statement only in the "Query" Box. As far as I know, you can't script in that box (do other things than that one SELECT statement because INNER JOIN, LEFT OUTER JOIN, UNION, etc are p...
by csjean
Wed Sep 28, 2011 3:39 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Unidentified SQL failure in TI
Replies: 7
Views: 6407

Re: Unidentified SQL failure in TI

Hi, It's pretty late so maybe someone else will have a better / more complete response but, without more info on where you use your Query (data tab or a ODBCOutput command): Here is my checklist: INSERT and UPDATE are not allowed in the data tab. although ANYTHING is allowed it an ODBCOutput functio...
by csjean
Tue Sep 27, 2011 4:39 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: TM1 Hardware (Notebook)
Replies: 9
Views: 7001

Re: TM1 Hardware (Notebook)

jim wood wrote:Kyro,

I've got no idea where you are based and I know nothing about your company but if your buying your consultants that spec of laptop I'm all ears!!!!!!!! :D

Jim.
Hear Hear!!!! ;)
by csjean
Tue Sep 27, 2011 1:35 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Java API com.applix.tm1.TM1Val@1a93a0d8
Replies: 6
Views: 7421

Re: Java API com.applix.tm1.TM1Val@1a93a0d8

Hi maps, My mistake. Of course I read the API, but I did'nt notice that. Thanks a lot. Next time they should implement the toSting method in an informative way :oops: Oh Yesss! I very much agree. @csjean Are you familiar with using the java api? Do you know a source where I can get some programing e...
by csjean
Mon Sep 26, 2011 6:46 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Java API com.applix.tm1.TM1Val@1a93a0d8
Replies: 6
Views: 7421

Re: Java API com.applix.tm1.TM1Val@1a93a0d8

Hi, The problem is that the methods you use (getClientName, getElementCount, etc) do not return string or ints but returns a TM1 "value wrapper class" called TM1Val. Almost all TM1 method that return something, returns a TM1Val class object (that is what you see here -> you are actualy try...
by csjean
Thu Sep 22, 2011 4:13 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: simple question on the Subnm
Replies: 4
Views: 4221

Re: simple question on the Subnm

Hi stingo, Just checked it in 9.5.1 and it behaves like you would want it to - i.e. the Subset Editor only shows the elements a user has access to and the Index parameter works in the context of these elements - i.e. index 1 will return the first element in the subset that the user has access to. Th...
by csjean
Thu Sep 22, 2011 4:04 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Hierarchy sorting issue
Replies: 3
Views: 5808

Re: Hierarchy sorting issue

Hi Ravi,

This should work (although I haven't tested it).

Create an MDX subset with this:

Code: Select all

{
ORDER(
  {TM1SUBSETALL([<your dim here>])},
  [<your dim here>].Name, BDESC)
}
Hope this helps.
by csjean
Tue Sep 20, 2011 4:20 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: OPERATION FAILED - TM1Web
Replies: 5
Views: 5782

Re: OPERATION FAILED - TM1Web

Hi all,

And what do your tm1web log say?

They're typicaly located in: C:\Inetpub\wwwroot\TM1Web\log