gget79
4th December 2008, 21:00
Hi Friends,

How can I know who did compile for last time a program script in Infor LN?


Thank you.

vinceco252
4th December 2008, 22:44
At the file system level, the user that has ownership of the object should be the user that compiled the object.

Vince

raikar_raviraj
10th December 2008, 18:36
is check in & check out functionality implemented at your end?

vinceco252
10th December 2008, 20:38
I'm a consultant, so I don't have my "own" system. However, I do have customers that we have this functionality implemented for. The SCM functionality is only available on Unix systems.

The new development studio for FP5 requires that this functionality be used, even on Windows systems.

Vince

NvpBaaN
10th December 2008, 21:43
Even with SCM implemented, we cannot know who "compiled" it for the last time...SCM only provides revision information but not compilation information.

I think too that file system is the only place where you know who compiled it last, from the ownership of the compiled object. You also get the date-time on the file system, and also in ttadv239.

JaapJD
19th December 2008, 13:32
To know who compiled the object, you can use the bic_info6.2 command. The string after "From" is the user who compiled the object.

JaapJD
19th December 2008, 13:34
The new development studio for FP5 requires that this functionality be used, even on Windows systems.

This is not totally true. Infor ERP LN Application Studio uses checkout/checkin to lock/unlock components, but the usage of SCM is not required.