T.R | Title | User | Personal Name | Date | Lines |
---|
5017.1 | | AVMSV1::EKREISLE | Erich Kreisler | Tue Feb 11 1997 10:49 | 5 |
| You could try http://NODENAME/htbin/rdbweb.com/config, I think I got it to work
with this some time ago.
Ciao,
erich
|
5017.2 | nope | M5::PSOEHL | Go see THE RELIC!!! | Tue Feb 11 1997 12:24 | 5 |
| Thanks, but no go. Get the same error. Tried rdbweb.exe/config also.
Chow,
Pat
|
5017.3 | I have files in a few different places... | BOUVS::OAKEY | I'll take Clueless for $500, Alex | Tue Feb 11 1997 14:57 | 10 |
| ~~ <<< Note 5017.0 by M5::PSOEHL "Go see THE RELIC!!!" >>>
~~ -< rdbweb can't "execute script" >-
What does your rdbweb.com file look like?
I have my rdbweb.com file in the [.DAEMON.ETC] directory and it points to
where you have rdbweb.exe (which I have in SYS$SYSTEM).
Are the test CERN scripts running correctly?
|
5017.4 | | M5::PSOEHL | Go see THE RELIC!!! | Tue Feb 11 1997 16:18 | 53 |
| Mine looks just like the one on Blanca, where I copied it from. I'm
using the same tcpip port for the sqlsrv disp as on Blanca. My
rdbweb.exe is in my www_root:[bin], just like the one on blanca. Oh,
yeah, the one on blanca works.
> Are the test CERN scripts running correctly?
If you mean the various com files like echo.com, no, they're not
working either. Other stuff works ok, though. It doesn't seem to want
to work with /htbin
Here's the rdbweb.com
! 'f$verify(0)'
$!============================================================================
$! ----------
$! RDBWEB.COM
$! ----------
$!
$! this script activates the rdbweb cgi image for the CERN
$! http server
$!
$!============================================================================
$!
$!
$!
$ say := "write WWW_OUT"
$ say "Content-Type: text/html"
$ goto nodebug
$ !
$ say ""
$ say "<TITLE>Echo for htbin</TITLE>"
$ say "<H1>Echo for htbin</H1>"
$ say "The following symbols were passed to this script:<br>"
$ say "<PRE>"
$ say "Global symbols"
$ show sym/global *
$ say "Local symbols"
$ show sym/local *
$ show proc/all
$ say "</PRE>"
$ !
$ nodebug:
$ define /user sys$output www_out:
$ define /user sys$error www_out:
$!
$ define SQLSRV$TCPIP_PORT "49152"
$ run WWW_ROOT:[BIN]RDBWEB.EXE
$ purge/nolog/keep=5 www_root:[bin]rdbweb.log
$ exit
|
5017.5 | dum, de dum dum | M5::PSOEHL | Go see THE RELIC!!! | Tue Feb 11 1997 16:28 | 10 |
| Boy, do I feel dumb.
I hadn't created a www_root/scratch directory. I did that and
everything's working now.
Thanks, and be merciful.
That means you too, Ms. Oakey.
8*)
|
5017.6 | Lots of little pieces parts fused into one big part :) | BOUVS::OAKEY | I'll take Clueless for $500, Alex | Tue Feb 11 1997 16:37 | 14 |
| ~~ <<< Note 5017.5 by M5::PSOEHL "Go see THE RELIC!!!" >>>
~~ -< dum, de dum dum >-
~~ Thanks, and be merciful.
~~
~~ That means you too, Ms. Oakey.
I wasn't gonna be that nasty ;)
Actually, if the other scripts that come with the web server don't work
either, then I'd recommend getting them working first (since they're a
known entity and usually far simpler than setting up the web agent) and
then fuss with the Rdb Web Agent stuff.
|
5017.7 | got it | M5::PSOEHL | Go see THE RELIC!!! | Tue Feb 11 1997 17:41 | 9 |
| Yes, I got your message. That's why I started looking around at other
things.
Pat, proving once again that's he's human and (very) fallible. And
willing to admit it.
Thanks for your help guys.
|