stty: : Not a typewriter -- Help please


 
Thread Tools Search this Thread
Top Forums UNIX for Advanced & Expert Users stty: : Not a typewriter -- Help please
# 1  
Old 11-10-2008
stty: : Not a typewriter -- Help please

Hi All,

I have been runing the same set of program using the same auto profile for an year.

Now when i run the same set of process , i getting the below error

Not a terminal
stty: : Not a typewriter
stty: : Not a typewriter
ksh[2]: jil: not found
ksh[13]: sendevent: not found
logout

Can you please let me know , what is the problem

Thanks in advance
# 2  
Old 11-10-2008
But this time your programs are being called by cron?

Quote:
stty: : Not a typewriter
if you do a su - a-user or login, you will set stty, but being a batch, you have no terminal...

Quote:
ksh[2]: jil: not found
ksh[13]: sendevent: not found
Are these files in your $PATH?
# 3  
Old 11-10-2008
I am not using CRON, these jobs will be sceduled in Autosys when i run my process. But now for this particlular user alone these are not happening and comming with the error i mentioned
# 4  
Old 11-11-2008
Then What about explaining how you are running what (how do you connect, or do you su, what account, what is the env of that account etc...) to enlighten us a bit...
# 5  
Old 11-11-2008
"jil" and "sendevent" are CA AutoSys commands.
If you are running the job from AutoSys, the errors suggest that AutoSys has been started somehow with the wrong environment
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

How to use stty?

Hi , I have shell scripting in linux box. This script is mentioned that should be run under the one particular user. If you run that mentioned user location then it is working fine.... Suppose if you are trying run from some other user like as mentioned below sudo su - gxadm -c script.sh ... (1 Reply)
Discussion started by: Mani_apr08
1 Replies

2. UNIX for Advanced & Expert Users

stty issues

Copy Paste Issue... Pasted some c**p of a excel...!! Sorry Guys. Please look Below for the issue. (4 Replies)
Discussion started by: grep_me
4 Replies

3. Shell Programming and Scripting

stty: : I/O Error

Hi all, I am stuck on a shell script issue and need your inputs: I have a parent script A.ksh which call in another script B.ksh. At the start of the B.ksh, we export the .profile of another user and then call Informatica jobs. Issue When I run my jobs from the command prompt, it works... (1 Reply)
Discussion started by: fromrishi
1 Replies

4. OS X (Apple)

Using stty

Hello, I am trying to configure a serial port, for mac os x 10.6. I believe I can use the stty command to look at serial port configuration and or change the serial port settings. I read the man page, but I don't really know what I am doing. Any help? (0 Replies)
Discussion started by: jamesapp
0 Replies

5. UNIX for Dummies Questions & Answers

stty: : Not a typewriter with AUTOSYS error

(sys10:pt:/pf>) cat 122974qqq.s RUNAS Version 2007.10.07 Run on Dec 11 2008 10:09:36 AM UNIX Process: 26021 Login User : root PFW User : s08280 Not a terminal stty: : Not a typewriter stty: : Not a typewriter ksh: jil: not found ksh: sendevent: not found... (1 Reply)
Discussion started by: arunkumar_mca
1 Replies

6. UNIX for Advanced & Expert Users

stty erase r

after hitting this command...on pressing r acts as a backspace character.... how to disable this function (5 Replies)
Discussion started by: bishweshwar
5 Replies

7. UNIX for Advanced & Expert Users

not a typewriter error

I am getting the error "not a typewriter" when my program invokes the sscanf function. What does this error imply and how can I get past it ? Thanks in advance. (2 Replies)
Discussion started by: jxh461
2 Replies

8. UNIX for Dummies Questions & Answers

stty

I am trying to set my backspace key as the erase key right now I have to type CONTROL-H to delete. Can you please tell me the command to set my backspace as the erase key...... (1 Reply)
Discussion started by: frank
1 Replies

9. UNIX for Dummies Questions & Answers

stty: : Not a typewriter

stty: : Not a typewriter the above error comes after i execute the script below o hpux B.11.00 #!/usr/bin/ksh /bin/su - <oraid> -c "svrmgrl" << EOF connect internal startup exit EOF echo "# End "`date +%D" "%T` >> time.log (4 Replies)
Discussion started by: yls177
4 Replies
Login or Register to Ask a Question