Page 1 of 1

process incomplete and can not be executed

Posted: Wed May 16, 2012 11:19 am
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

Re: process incomplete and can not be executed

Posted: Thu May 17, 2012 8:06 am
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.

Re: process incomplete and can not be executed

Posted: Thu May 17, 2012 12:12 pm
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.