Search found 4 matches

by Dimitri
Thu Mar 25, 2010 12:35 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Stop TM1 running process
Replies: 4
Views: 11180

Re: Stop TM1 running process

Thank you Grunt,

The last two options actually stop the whole server? And it will be nesessary to start it agaig,
disrupting the work of users.


I will try C command.
by Dimitri
Wed Mar 24, 2010 10:46 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Stop TM1 running process
Replies: 4
Views: 11180

Stop TM1 running process

Hi,

I have the processes which run 1-2 hours.

Does anobody know if it is possible to stop TM1 running process without rebooting the server?

Thank you,
Dimitri
by Dimitri
Fri Mar 19, 2010 12:49 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: SQL syntax in TM1
Replies: 2
Views: 2566

Re: SQL syntax in TM1

Grunt, you are the Legend.

It worked.

Thank you for the quick reply,

Dimitri
by Dimitri
Fri Mar 19, 2010 12:19 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: SQL syntax in TM1
Replies: 2
Views: 2566

SQL syntax in TM1

Hi, I have a problem of having two elements in SQL query in TM1 when sourcing from ODBC: Here is the code of query SELECT UD_BOM_TICKET.USERS_ID, .......................... FROM UD_BOM_TICKET, ..... WHERE TICKET_TYPE.TICKET_TYPE_ID = UD_BOM_TICKET.TICKET_TYPE_ID ....... AND SUBSTR(ISSUE_DATE,4,6) = ...