hi, Try and be at the source where the object code is, then try and ftp to the production server if ftp is allowed i.e ftp <ip address> then provide both the username and password; then change directory to where you want to copy to and type "bin" as binary. Supply this word from where your prompt is i.e "put <$object_code>" Transfer as many as you can and when you are done exit and goback to destination server and grant necessary permission.
You can now CATALOG. I think this should work for you and it is faster than your DL_PACK; also if you have BCON i.e BUILD.CONTROL it should transfered properly. thank you. On 15 March 2011 06:50, Ahmed Ali Nisar <[email protected]> wrote: > Dear VK, > Well i think you may be right that there may be a corruption of binary > data but there is one thing that I didn't initialize or used the variable > F.FT.COMMISSION.TYPE as this table is used as check file in our local > template and normally there will be no CALL OPFs to the tables which were > used as check file so how system is looking for these variables does they > were generated at compile time if so than they have to be the part of object > code ..... > > On Mon, Mar 14, 2011 at 12:04 PM, VK <[email protected]> wrote: > >> 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 >> > > > > -- > 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 > -- Raphael -- 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
