Page 1 of 1

TI process in architect weird error

Posted: Mon Jul 26, 2021 10:08 pm
by mnasra
Hi Experts,

I have a TI process that I copied from DEV to Prod (.pro file).

IN PROD:
I deleted all blb files
I stopped the service
I Copied the PRO file (replacing the old)
I restarted the service

The TI process in Architect is still showing the old process.
Other than copy-pasting prolog-variables-data-epilog, I cannot find how to have the TI process updated.

Is that normal behaviour?
thanks A million

Re: TI process in architect weird error

Posted: Tue Jul 27, 2021 7:28 am
by Elessar
Hi,

No, you've done the right steps.
Try to relaunch Architect.
Is .pro file new or old after PROD server starts?

Try to find "side" errors like:
  • Admin server is correct in Architect
  • The server had stopped completely before you copied the file
  • Double check the folder you are copying to

Re: TI process in architect weird error

Posted: Tue Jul 27, 2021 5:21 pm
by mnasra
Thanks Alexander,

I did check everything. The only thing I did not do, is stop the whole admin server or the physical server.
it is just scary that what you see in architect, is not always what is in the file itself.
I will have to be very vigilant.
thank you again.

Re: TI process in architect weird error

Posted: Tue Jul 27, 2021 7:38 pm
by Steve Rowe
Hi Micheline,

Which bit of the TI process was still the same? The whole thing or just a piece?

If it was the definition of the view the process was pointing at then this isn't stored in the TI process. The name of the view is but not the shape of the view.

Otherwise I've not seen a TI display what is in the file, unless I've made direct edits to the file...


HTH

Re: TI process in architect weird error

Posted: Tue Jul 27, 2021 11:19 pm
by mnasra
Hi Steve,

Now that you are asking me, it was 1 line inside the 'Generated Statement'.

So in Architect, IN PROD, I am reading a line that is inside the generated Statement.
but when I open the .PRO process using notepad (just to check), this line does not exist, because I had deleted it in dev and I copied the .pro file to the right Prod library.

So maybe it is only the generated statements that might be problem of 're-compiling'.