Hi, there are 2 problems at the same time.
1) You use DL to transfer the object code. It might be that mechanism of saving/restoring "normal" records (which it was designed to do) corrupts binary data. Most probably it does. Solution: use BUILD.CONTROL (IIRC the name) instead of DL or - which is better - copy object code manually and CATALOG it to be sure that another "tool" doesn't fool you :))) - as it was suggested above. 2) the error message on your screen says the truth: there's no such record as "F.FT.COMMISSION.TYPE" in FILE.CONTROL application, but there is "FT.COMMISSION.TYPE". Solution: Look at the code calling OPF to see where redundant "F." prefix appears. VK On Mar 13, 5:50 pm, Srinivas <[email protected]> wrote: > Hi, > > There is a problem with File Initialisation Variables in your local code. > > Regards, > > Srinivas. > > On 12 March 2011 21:40, Sudhakar-"Dare to Bare" > <[email protected]>wrote: > > > > > > > > > > > Hi, > > > Normally after releasing the DL package in an environment the routines in > > the DL package will be copied to DL.BP of the environment. We have to move > > the routines to corresponding Jbase directory and CATALOG it. Make sure you > > do this step and then check the jshow of the routines. > > > Regards, > > Sudhakar > > > On Sat, Mar 12, 2011 at 3:16 PM, Sastry <[email protected]> wrote: > > >> Dear, > > >> it seems that the OPF used in the check routine has been given with wrong > >> values check your local code. > >> Which is using this OPF has used correct values or not. > > >> and after releasing the DL pack check your local routines jshow to confimr > >> whether the libs got properly updated or not. > > >> Regards, > >> SASTRY > >> On Sat, Mar 12, 2011 at 12:02 PM, Ahmed Ali Nisar > >> <[email protected]>wrote: > > >>> Dear All, > >>> We have done some local development in T24 Ro7, and we just don't want > >>> to put code on our production so we made > >>> DL by using the Object code files rather than routines itself. > >>> After restoring the DL to the other end our Local Template(s) causing > >>> problems in validating and in check files field. > >>> Please help in achieving this task successfully. Screen shot is also > >>> attached for reference. > > >>> -- > >>> Ahmed Ali Nisar > > >>> -- > >>> Please read the posting guidelines at: > >>>http://groups.google.com/group/jBASE/web/Posting%20Guidelines > > >>> IMPORTANT: Type T24: at the start of the subject line for questions > >>> specific to Globus/T24 > > >>> To post, send email to [email protected] > >>> To unsubscribe, send email to [email protected] > >>> For more options, visit this group at > >>>http://groups.google.com/group/jBASE?hl=en > > >> -- > >> Please read the posting guidelines at: > >>http://groups.google.com/group/jBASE/web/Posting%20Guidelines > > >> IMPORTANT: Type T24: at the start of the subject line for questions > >> specific to Globus/T24 > > >> To post, send email to [email protected] > >> To unsubscribe, send email to [email protected] > >> For more options, visit this group at > >>http://groups.google.com/group/jBASE?hl=en > > > -- > > Please read the posting guidelines at: > >http://groups.google.com/group/jBASE/web/Posting%20Guidelines > > > IMPORTANT: Type T24: at the start of the subject line for questions > > specific to Globus/T24 > > > To post, send email to [email protected] > > To unsubscribe, send email to [email protected] > > For more options, visit this group at > >http://groups.google.com/group/jBASE?hl=en > > -- > Regards, > > SrinivasYadav. G > Mobile No: 00966 - 540625165 -- Please read the posting guidelines at: http://groups.google.com/group/jBASE/web/Posting%20Guidelines IMPORTANT: Type T24: at the start of the subject line for questions specific to Globus/T24 To post, send email to [email protected] To unsubscribe, send email to [email protected] For more options, visit this group at http://groups.google.com/group/jBASE?hl=en
