Page 1 of 1

action button

Posted: Tue Jun 01, 2010 6:16 am
by angel1234
hi,

I have created a TI process in Architect to create attributes for a dimension by taking attribute name,dimension,previous attribute and type as parameters.in Architect its working fine. but in excel perspective when i Integrated the process through an action button , i was giving a message like process failed. please give me suggestions to over come this.


thanks and regards,
angel

Re: action button

Posted: Tue Jun 01, 2010 6:40 am
by Martin Erlmoser
check parameters if you have
messagelog?
rights - if you try it with a different user in perspectives
if you find nothing in messagelog, check process rights

Re: action button

Posted: Tue Jun 01, 2010 7:35 am
by angel1234
can you please tell me where i can see the message log when the process is ran through run action button of excel perspective????

Re: action button

Posted: Tue Jun 01, 2010 8:00 am
by Martin Erlmoser
where you ever can find your message log, but yeah, thats real trial and error
writing ti processes without knowing where the messagelog is.

logdirectory (tm1server.log)
or right click the tm1server in serverexplorer and view message log

Re: action button

Posted: Tue Jun 01, 2010 8:10 am
by angel1234
yeah i got the error ..in the action button properties the parameters are having default value of 0 .so whenever the process runs it will search for a dimension having name '0'.Now my problem is how can i point the parameters to a dynamically changing variable.



thanks and regards
angel

Re: action button

Posted: Tue Jun 01, 2010 8:38 am
by angel1234
hi thank you so much .The issue was resolved :)