Hello all, I've had great success with CGIDEV2 until a recent project. I've got my CGI program residing on a remote iSeries (our webserver), using DDM files to...
10637
Kevin Schreur
kschreur
Dec 4, 2007 10:46 pm
Have you tried using the DDM file without CGI? ... From: "gibknits2" <gibknits2@...> To: <Easy400Group@yahoogroups.com> Sent: Tuesday, December 04, 2007...
10638
gibknits2
Dec 4, 2007 10:51 pm
I have used the DDM file--we're using DDM files in several of our calls to CL programs via Net.Data. ... webserver), ... soon ... I'm ... try ... 7...
10639
gibknits2
Dec 4, 2007 10:57 pm
I've just noticed something... In our CGIDEV2 server instance the user profile is QTMHHTP1, and the user profile for our regular HTTP server job is QSECOFR....
10640
Kevin Schreur
kschreur
Dec 4, 2007 11:08 pm
If the remote system QTMHHTTP1 is not authorized properly that will be a problem. ... From: "gibknits2" <gibknits2@...> To:...
10641
gibknits2
Dec 4, 2007 11:11 pm
That's something I'll have to have our security officer take a look at, when he's back from vacation in a WEEK. Argh. Thanks for your response, Kevin. ... be a...
10642
Jon Paris
jonfparis
Dec 4, 2007 11:50 pm
... Am I the only one here who finds the notion that the HTTP runs under QSECOFR is a truly terrifying thought? That really sounds like a _very_ nasty accident...
10643
ringersoftware
Dec 5, 2007 1:40 am
My random thoughts after reading this thread. 1. Javascript escape does not encode enough. Why not use encodeURIComponent instead? 2. To get the form out of...
10645
reynolds_bruce
Dec 5, 2007 2:23 pm
I have a web service function that can generate a large return (i.e. > 64K). I wanted to view my return results in a browser so I dump it into IFS with a...
10646
gibknits2
Dec 5, 2007 3:34 pm
I was wondering about that, Jon. I'm sure he has his reasons for how it's set up---I'm not part of that process. Any recommendations? ... look ... under...
10647
Jon Paris
jonfparis
Dec 5, 2007 4:34 pm
I believe Giovanni has some ideas in the security tutorials on easy400 - but as a general rule nobody and nothing that doesn't absolutely need SECOFR should...
10648
jbperotti
Dec 5, 2007 6:16 pm
How come that my name gets associated to the idea of running HTTP server jobs under user profile QSECOFR? Did I suggest that to anyone? If so, where and when...
10649
Jon Paris
jonfparis
Dec 5, 2007 6:33 pm
Read the post again Giovanni - nobody suggested anything of the sort. The OP mentioned that they used SECOFR for all HTTP apps. I said I thought that was...
10650
Giovanni B. Perotti
jbperotti
Dec 5, 2007 7:15 pm
Ach so! The usual misunderstanding. Giovanni ... From: Jon Paris To: Easy400Group@yahoogroups.com Sent: Wednesday, December 05, 2007 7:33 PM Subject: Re:...
10651
Antoon van Os
antoonvanos
Dec 6, 2007 7:57 am
I am looking for someone who is willing to let me use a ( small ) part of a system i for maintaining a small web app. I need to be able to access it in 5250,...
10652
ringersoftware
Dec 6, 2007 12:24 pm
Try one of the online services like www.virtual400.com Chris...
10653
roglejr
Dec 6, 2007 12:35 pm
Good morning! We have several clinets that we host applications and whole iSeries' for! Check us out! www.mcsgroup.com...
10654
ozzman_r
Dec 6, 2007 4:34 pm
I have a program that posts orders to a 400 database, but what I have noticed is that if there are two users submiting at the same time one of the orders is...
10655
edbogner
Dec 6, 2007 10:39 pm
How do you code an HTML form to automatically position the cursor to the next input element when an input element is "filled?" I am interested in splitting a...
10656
Terry Anderson
mage9669
Dec 7, 2007 1:08 am
Ed, Is this what you are looking for? http://javascript.internet.com/forms/auto-tab.html. Terry Anderson edbogner <EBogner@...> wrote:...
10657
Kevin Turner
turnerkpcts
Dec 7, 2007 9:00 am
It may be possible in CSS but I don’t know how. I would just use some javascript routines to monitor the length of the field value when the onkeypress...
10658
Kevin Turner
turnerkpcts
Dec 7, 2007 12:06 pm
Actually, "woes" overstates it a bit. Just some minor problems that I had running the MMAIL install REX script on a German iSeries (qccsid=273). I apologise...
10659
hr@...
h_rutzou
Dec 7, 2007 1:54 pm
This should do the trix .... <form id="xmreg"> <table border="0"> <tr id="row1"> <td width="20">1</td> <td width="230"><input type="text" id="row1cell2" ...
10660
michaelh@...
mjh_rpgiv
Dec 7, 2007 1:58 pm
I've used that script, or one like it with success. The nice thing is you have all of your digits in separate fields. Here's something I might try out in the...
10661
jbperotti
Dec 7, 2007 2:23 pm
I always wondered whether MMAIL installation procedure were going too far. Trying to automatically update some installer's HTTP configuration was in fact...
10663
EBogner@...
edbogner
Dec 10, 2007 7:46 am
Thanks to ALL who replied. It looks like I have some different approaches from which to choose. Ed michaelh@... Sent by: Easy400Group@yaho...
10665
newtocgi
Dec 10, 2007 2:34 pm
I could not find a sample program. Can someone please post some HTML code and RPG Code here OR a link? Thanks. Within a same HTML: Request CUSTNO:______...
10666
greg1656
Dec 10, 2007 3:03 pm
In our current CGI applications that write to the IFS, the file that is created is getting the authority settings from the parent directory (as described in...
10667
andrew_david_kerr
andrew_david...
Dec 10, 2007 3:40 pm
... I put a simple example here a while ago: http://www.code400.com/forum/showthread.php?t=1413 It looks very 'primitive39; now, but maybe it can get you up and...
10668
greg1656
Dec 10, 2007 5:18 pm
FYI -found an answer - not the one I wanted: Files created with the CPYTOSTMF or CPYTOIMPF commands have data authorities for *PUBLIC set to *NONE and have no...