Fair comment. In the posting guidelines I ask people to be sensitive to the fact that for many people on this list, English is not their first language.
When a program is compiled and at run time it stops and says "Variable unassigned -zero used", or "Non-numeric value" the first thing I look at is whether the variable is in fact supposed to BE a variable. In this case I do not think that it is and that when the subroutine was compiled it should have included the header file "jBC.h" INCLUDE jBC.h Which defines lots of symbols and things you need to communicate with jBASE. The variable it is complaining about in this case is almost certainly meant to be and EQUATE/#define that tells the encrypt function what algorithm to use. My other comments are on the actual encryption stuff itself, which, if this is the standard TEMENOS supplied routine is quite frankly, very unsatisfactory. As users, if you are being told that this is a secure connection, then you are being misled, though I do not think deliberately so, just that security is not a simple thing to do correctly. Jim From: [email protected] [mailto:[email protected]] On Behalf Of Mujtaba Khan Sent: Monday, May 31, 2010 9:23 AM To: [email protected] Subject: Re: t24 - TIB User Creation Issue Boss i think NO your language is a bit difficult to understand like u always ask to read the posting guide lines but usually no response like in simple language " It is missing some include files which are necessary for compilation " On Mon, May 31, 2010 at 3:12 AM, Jim Idle <[email protected]> wrote: Did you read my answer? Jim From: [email protected] [mailto:[email protected]] On Behalf Of kashif ahmed Sent: Saturday, May 29, 2010 10:08 AM To: [email protected] Subject: Re: t24 - TIB User Creation Issue please tell any one have an idea to reslove this. On Fri, May 28, 2010 at 4:35 PM, kashif ahmed <[email protected]> wrote: Dear all, I am installing and configuring TIB service on WindowsXp platform using jbase 4.1 and JWB 3.7.1 As i go to create the User through SubInitIBuser command a following error received. ================================================================= ------------------------ UserName:KASHIF01 Password: ------------------------ Non-numeric value -- ZERO USED , Variable 'JBASE_SECUREHASH_SHA256_BASE64' , Line 59 , Source SubInitIBuser Trap from an error message, error message name = NON_NUMERIC Source changed to .\PrgMain\SubInitIBuser 0059 MstUserRec<6> = ENCRYPT(User:password,"",JBASE_SECUREHASH_SHA256_BASE6 4) jBASE debugger->Q Are you sure ?Y jBASE debugger , QUIT =============================================================== please any one can advice/comments on that Issue. regards, kashif -- 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 Mujtaba Yousuf Khan T24 Consultant -- 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
