Search found 20 matches

by Gurumadheshwaran
Mon Feb 06, 2012 7:54 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: TM1 array of subset error
Replies: 16
Views: 14592

Re: TM1 array of subset error

You will also get this error if you have a view that includes one or more dimension elements that have since been removed from a dimension. Hi Tomok, I checked this scenario manually by creating some dummy dimennsion and a cube with those dimensions I handpicked some elements from that dimension an...
by Gurumadheshwaran
Mon Feb 06, 2012 4:12 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: TM1 array of subset error
Replies: 16
Views: 14592

Re: TM1 array of subset error

I still get the error. You get the error or the user get's the error? What about security on the dimensions in the cube? Are any of them restricted and if so, does the user have the proper access to all the elements in the view? Hi Tomok, Am facing the same problem in my application When i searched...
by Gurumadheshwaran
Wed Feb 01, 2012 5:40 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: How to use both HIERARCHIZE and TM1 sort together in MDX
Replies: 4
Views: 9825

Re: How to use both HIERARCHIZE and TM1 sort together in MDX

{[All]}+{TM1SORT( {TM1FILTERBYLEVEL( {TM1SUBSETALL( [DimName] )}, 0)}, DESC)} Thanks tomok, It worked good, but i complexed it using UNION :D {UNION({TM1FILTERBYLEVEL( {TM1SUBSETALL( [Dim_name] )}, 1)}, {TM1SORT( {TM1FILTERBYLEVEL( {TM1SUBSETALL( [Dim_name] )}, 0)}, DESC)})} Thanks again :)
by Gurumadheshwaran
Tue Jan 10, 2012 4:57 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: How to use both HIERARCHIZE and TM1 sort together in MDX
Replies: 4
Views: 9825

How to use both HIERARCHIZE and TM1 sort together in MDX

Hi, I am having an dimension with the following structure All Aaaa Bbbbb Ccccc Ddddd It has one parent and all leaf elements I want the elements to be sorted in descending order with the hierarchy retained(the parent element retained) I used the following MDX { HIERARCHIZE( {TM1SORT( {TM1SUBSETALL( ...
by Gurumadheshwaran
Thu Nov 17, 2011 7:13 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Dynamic selection of elements based on element in anothe dim
Replies: 8
Views: 5573

Re: Dynamic selection of elements based on element in anothe

But could you explain me in detail how to filter the employee list using an MDX for active form report, i mean where i should use the mdx query whether inside a TI process or in reports? You use the MDX within the TM1ReportRow formula. Same MDX same syntax (minus TM1SubsetBasis) as if you were to r...
by Gurumadheshwaran
Thu Nov 17, 2011 1:39 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Dynamic selection of elements based on element in anothe dim
Replies: 8
Views: 5573

Re: Dynamic selection of elements based on element in anothe

It is also possible to do this in Cube Viewer by using MDX subsets that reference your picks for other dimensions (contextual, cascading selections). More on this in this thread . hi qml, i tried as said in the link by creating two attributes for the dimensions and it worked like charm, this is wha...
by Gurumadheshwaran
Wed Nov 16, 2011 9:25 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Dynamic selection of elements based on element in anothe dim
Replies: 8
Views: 5573

Re: Dynamic selection of elements based on element in anothe

Tomok,Thanks to know that it is the best way for the cube view

But could you explain me in detail how to filter the employee list using an MDX for active form report, i mean where i should use the mdx query whether inside a TI process or in reports?

Thank you
Regards
Guru
by Gurumadheshwaran
Wed Nov 16, 2011 8:03 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Dynamic selection of elements based on element in anothe dim
Replies: 8
Views: 5573

Dynamic selection of elements based on element in anothe dim

Hi, i have a cube called employee plan that has employees and country dimension suppose if i select a country say IND, i need employee dimension to display only the employees of IND. I have the country name as an attribute for all employee. Fortunately in the empDetails dimension(in the same cube vi...
by Gurumadheshwaran
Tue Nov 01, 2011 9:44 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Clarification in the installation of tm1 contributor 9.5.2
Replies: 7
Views: 4718

Re: Clarification in the installation of tm1 contributor 9.5

Hi,

i missed a point,

i am able to login to the contributor if i use the url

http://cognosBIservername:9300/pmpsvc/

but when i login through http://localhost:8080/pmpsvc in my TM1 environment, its throwing this error.
by Gurumadheshwaran
Tue Nov 01, 2011 9:39 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Clarification in the installation of tm1 contributor 9.5.2
Replies: 7
Views: 4718

Re: Clarification in the installation of tm1 contributor 9.5

Hi

i tried it ,i changed the var planning services =["http://fqdnservername of the cognos BI:9300"];

my cognos BI and cognos TM1 are in different servers

but still it is throwing the same error
kindly give me a solution for this issue

Regards
Guru
by Gurumadheshwaran
Mon Oct 17, 2011 6:14 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Clarification in the installation of tm1 contributor 9.5.2
Replies: 7
Views: 4718

Re: Clarification in the installation of tm1 contributor 9.5

Hi jim,

its a NO, contributor and cognos 10 BI are in different servers
by Gurumadheshwaran
Mon Oct 17, 2011 3:54 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Clarification in the installation of tm1 contributor 9.5.2
Replies: 7
Views: 4718

Clarification in the installation of tm1 contributor 9.5.2

Hi, i am using cognos tm1 9.5.2 with cognos 10 BI security (using LDAP) During the configuration, i was asked to ensure the placement of these files from tm1 to c10 in the following folders From tm1 install dir to c10 Install dir Cadmin\pmpsvc.war-----------------------------------c10 \webapps \Cadm...
by Gurumadheshwaran
Mon Oct 17, 2011 3:32 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: undeploying and redeploying the pmpsvc file to apachetomcat
Replies: 9
Views: 7318

Re: undeploying and redeploying the pmpsvc file to apachetom

hi Jim, Thanks a lot for your reply i have checked those things, they are fine, i think i am wrong at the concept of webserver the path to open the tm1 contributor for web client is http://webserver/tm1web/contributor.aspx what is the 'webserver' in this url mean i am trying to open it with the ip o...
by Gurumadheshwaran
Thu Oct 13, 2011 7:50 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: undeploying and redeploying the pmpsvc file to apachetomcat
Replies: 9
Views: 7318

Re: undeploying and redeploying the pmpsvc file to apachetom

Sorry jim,

Could you explain me in detail about this, I could not understand those things,

Thanks in Advance
Guru
by Gurumadheshwaran
Tue Oct 11, 2011 4:35 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: undeploying and redeploying the pmpsvc file to apachetomcat
Replies: 9
Views: 7318

Re: undeploying and redeploying the pmpsvc file to apachetom

Thank you very much for your replies jim was correct , i was doing this with my cognos BI service running so i was not able to delete that tm1ja64.dll file so now its working fine. As Andy said i deployed the war file again without reinstalling the tm1 contributor now i am able to open my tm1 contri...
by Gurumadheshwaran
Mon Oct 10, 2011 6:35 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: undeploying and redeploying the pmpsvc file to apachetomcat
Replies: 9
Views: 7318

undeploying and redeploying the pmpsvc file to apachetomcat

Hi, For the configuration of the Contributor, i initially deployed the pmpsvc.war file into apache tomcat and i was able to open my contributor but later because of some confusions, i undeployed it and deleted the following files as mentioned in the IBM Cognos Tm1 guide i am using cognos tm1 9.5.2 w...
by Gurumadheshwaran
Mon Oct 03, 2011 8:36 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Deleting Log files when i move rule files
Replies: 3
Views: 2785

Deleting Log files when i move rule files

Hi All, My project phase has two environments We do our developments and testing in testing environment and move those files to the production environment For moving rule files , we need to move the rux and blb file of that cube(if i am not wrong) While moving those files, i encountered that the cha...
by Gurumadheshwaran
Thu Sep 29, 2011 4:33 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: uploading a csv file into the TI process from an ftp site
Replies: 3
Views: 2827

uploading a csv file into the TI process from an ftp site

Hi, My requirement is like this I have to upload an csv file into the TI process from an ftp site This ftp is located as a folder in the server of TM1 for eg, if this is the ftp that i am using ftp://160.60.6.190, the files placed in here are stored in an path local to the server in the E drive So w...