I have been creating query report that I convert to HTML and send to a web page for users. I use the following command to give the user authority to the page
/* CHANGE THE AUTHORITY TO ALLOW IT TO BE HTTP SERVED */ CHGAUT OBJ(&TOLOC1) USER(QTMHHTTP) DTAAUT(*RWX) CHGAUT OBJ(&TOLOCB) USER(QTMHHTTP) DTAAUT(*RWX) the variable &toloc1 and &tolocb are the ifs path to the objects --- In [email protected], "andrew_david_kerr" <[EMAIL PROTECTED]> wrote: > > Tom, > > Thanks for that suggestion, but unfortunately it made no difference. > > Justin, > > Thanks for the config file. It is an Apache admin config (for which > OS release?) and I am still using the original http server. I had a > look through the statements, but I think that at V5R1 my IFS > directories do not seem to be structured in the same way. > > Anyone have the config for V5R1? > > Thanks > > Andrew > > --- In [email protected], Tom Jedrzejewicz <[EMAIL PROTECTED]> > wrote: > > > > I was having the similar problem. I could open > http://myas400:2001/, > > but got an error when selecting the Http Admin page. > > > > It was resolved when I added the as400 to my Trusted Sites in > Internet Explorer. > > > > I believe I tried that after looking through the midrange.com > mailing > > list archives ... it was a suggestion to another http server > problem. > > > > Good luck ... > > > > On 11/4/05, andrew_david_kerr <[EMAIL PROTECTED]> wrote: > > > Dear All, > > > > > > Below is still a problem for me. I have since got CGIDEV2 > developed > > > pages working fine, but the issue below is still outstanding. > > > > <<snip>> > > > > -- > > Tom Jedrzejewicz > > [EMAIL PROTECTED] > > > ------------------------ Yahoo! Groups Sponsor --------------------~--> Get Bzzzy! (real tools to help you find a job). Welcome to the Sweet Life. http://us.click.yahoo.com/A77XvD/vlQLAA/TtwFAA/wbFolB/TM --------------------------------------------------------------------~-> Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/Easy400Group/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
