Priya,

I dont know if you really tried using loginprocs....

1. Create 2 records in VOC with id = loginproc & loginprocnoask

*CT VOC loginproc*

001 PQN
002 OSTART GLOBUS Y/N
003 IP%1
004 IF %1 # "Y" IF %1 # "y" GO 99
005 HEBS.TERMINAL.SELECT
006 P
007 HEX
008 PX
009 99 Hjsh -s jsh
010 PX

*CT VOC loginprocnoask*
**
001 PQN
002 HEBS.TERMINAL.SELECT
003 P
004 HEX
005 PX
006 C
007 PX

Create 2 unix logins(assuming that your OS is unix)... say t24 & t24it

if [[ $USER == "t24live" ]] then
   exec $JBCRELEASEDIR/bin/jpqn $JEDIFILENAME_MD/loginprocnoask
   exit
else if [[ $USER == "t24it" ]] then
        exec $JBCRELEASEDIR/bin/jpqn $JEDIFILENAME_MD/loginproc
        exit
     fi
fi

Regards,
Narayan.



On Mon, Nov 17, 2008 at 5:30 PM, Priya Chandrasekaran
<[EMAIL PROTECTED]>wrote:

> No luck.. Raised a call to Temenos HD.
>
> Thanks for ur suggestion...
>
>
>
> On 11/6/08, Greg Cooper <[EMAIL PROTECTED]> wrote:
>>
>>  You might like to try the JBC_ENDRESTART and JBC_TCLRESTART environment
>> variables.
>>
>> The first one specifies the name of the program to execute if you do END
>> from the debugger.
>>
>> The second one specifies the name of the program to execute if it looks
>> like you'll ever end up back at a Unix or jBASE shell prompt.
>>
>> When either of these are in effect, the options at the jBASE debugger are
>> severely limited, by design. The use of the ! command is one of those
>> prohibited for security reasons.
>>
>> Hence either of these will satisfy your needs.
>>
>> Greg
>>
>> PS This is relevent for jBASE 3.4  -- perhaps you could include platform
>> and jBASE version information in the future.
>>
>>
>>  ------------------------------
>> *From:* Priya Chandrasekaran <[EMAIL PROTECTED]>
>> *To:* [email protected]
>> *Sent:* Thursday, 6 November, 2008 7:49:37
>> *Subject:* remove jshell access
>>
>>
>>  When I give CTRL+C in Awiting application prompt i can able to go to
>> jbase debugger-> prompt. By this I am able to access the backend
>> using ! symbol.
>>
>> I want to remove this access. Is there anything to be done in the
>> unix level. I tried all the options in .profile level. No luck.
>>
>> How to remove backend access ??? Please help.
>>
>>
>>
>>
>>
>>
>>
>>
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to