[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: CEE4RAGE cannot be called in the default activation group.



 >> The problem is that the program you're trying to run, which contain the
calls to HTTPAPI procedures, is compiled with DftActGrp *Yes.

Close but no cigar!  If they had attempted to compile it that way it would
have failed since you can't call subprocs in a DFTACTGRP(*YES) fake OPM
program.

The problem is that the program has been compiled DFTACTGRP(*NO)
ACTGRP(*CALLER)
 
That is fine if the calling program is running in an ILE AG.  But in this
case it appears that the caller is either an OPM program or an ILE program
with ACTGRP(*CALLER).

Either change the ACTGRP parm to be a named AG _or_ make sure the caller is
running in a named AG.

Jon Paris
Partner400

www.Partner400.com 

-----------------------------------------------------------------------
This is the FTPAPI mailing list.  To unsubscribe, please go to:
http://www.scottklement.com/mailman/listinfo/ftpapi
-----------------------------------------------------------------------