Very Urgent Issue. Kindly Reply Asap

We are trying to login into QADEE using a cim file.
{mfdtitle.i}
INPUT FROM "/Oa/users/123.cim" .
OUTPUT TO "/Oa/users/iltscript.out".
RUN mf.p .
OUTPUT CLOSE.
INPUT CLOSE.

123.cim contains the details of the users its password domain and the program to execute.

"userid" "password"
"domain"
"program to execute"
.
Y

We were executing the saem in QADSE 2010 using a cron and everything was working fine. The aim here is to login at a particulat time and execute a program.

now the same we are trying to replicate in QADEE and the following error occurs after loggin in.
Cannot WAIT-FOR input from a stream. (3268)
and the program doesnt execute.

Can ne1 kindly help me out with this issue.
 

sreekuax

Member
Have you tried login to QADEE version manually .. May be the input file format is not what the screen / terminal expecting ?
 

dulecki

Member
There is a QAD kbase entry on this. It indicates that you get this message if you did not include the -b parameter on your original client script.

Check login

And for the record, that's not a CIM file :) That's Progress redirection... which is what CIM is based on.

Good luck.
 
Top