process incomplete and can not be executed

Post Reply
je_manth
Posts: 1
Joined: Wed May 16, 2012 10:42 am
OLAP Product: TM1
Version: 9.5.2
Excel Version: 2003_2007

process incomplete and can not be executed

Post by je_manth »

Hi,

I created a new TI-Prozess by opening an old prozess that does the same (but with an other datasource) and save with a new name.
when i run this new prozess (after the adjustments) there is following error: "This process is incomplete and can not be executed" (I'm using german so ...original text: "Dieser Prozess ist unvollständig und kann nicht ausgeführt werden").

Then i made a completely new prozess with datasource, parameters, prolog etc ... with the same result - also after a server shut down.

does anyone know this problem?

thx
...............................................................................................
hi again,

the problem was: in parameters was the same var-name as in the var-view ... :-(
Should there not be a message that the variable is twice? mhhhh ...

by
Andy Key
MVP
Posts: 352
Joined: Wed May 14, 2008 1:37 pm
OLAP Product: TM1
Version: 2.5 to PA
Excel Version: Lots
Location: Sydney
Contact:

Re: process incomplete and can not be executed

Post by Andy Key »

You will get a Duplicate Variables message, but you would have to have clicked on the variables tab after you changed your datasource, having also selected to keep all variables, and you may only have got this message if you refreshed the preview or changed the SQL.
Andy Key
User avatar
qml
MVP
Posts: 1098
Joined: Mon Feb 01, 2010 1:01 pm
OLAP Product: TM1 / Planning Analytics
Version: 2.0.9 and all previous
Excel Version: 2007 - 2016
Location: London, UK, Europe

Re: process incomplete and can not be executed

Post by qml »

Many developers adopt a naming convention that guarantees that this cannot happen. I believe the most common one would be to prefix all variables defined on the Variables tab with a "v" and all the ones defined on the Parameters tab with a "p".

There are more naming standards that make a developer's live easier. You should definitely look into this and adopt some.
Kamil Arendt
Post Reply