T.R | Title | User | Personal Name | Date | Lines |
---|
199.1 | Looks like a bad qaulifier or keyword | BUFFER::VICKERS | Winners take action not keep score | Mon Mar 09 1992 19:50 | 15 |
| David,
I bit on the F$message and did:
$ Write Sys$Output F$Message(229712)
%CLI-W-VALREQ, missing qualifier or keyword value - supply all required values
At first I was thinking that I had made a typo but my current view is
that 229712 is returned with a missing qualifier or keyword value.
This makes me think that one of the qualifiers or keywords provided in
the submit is faulty. Could it be that the batch queue specified to be
used is not valid, for instance?
Have fun,
don
|
199.2 | #uaf_direct not set | BREAKR::MIKKELSON | Kill me. I need the money. | Mon Mar 09 1992 21:17 | 14 |
|
It appears that the 6th parameter to the MUA_CREATE procedure is
coming up without a value, causing the error message mentioned
previously.
This parameter is supposed to contain the value stored in the symbol
#uaf_direct, but that symbol has nothing stored in it. The script
SA_CREATE_SUBMIT contains a line to set the value of #uaf_direct to 0, but
SM_SUBMIT_CREATE does not appear to set the value of this symbol at
all. Am I missing something from my script, or is this symbol supposed
to be set elsewhere?
- David
|
199.3 | Can I see the log? | IOSG::TYLDESLEY | | Thu Mar 12 1992 10:35 | 12 |
| David,
I know we had to fix a problem around the setting of #uaf_direct
during the development of V3.0. Can you tell me what baselevel
you are on? have you any old forms or scripts lying around in site
areas?
For account creations from MGT MUA C CU, the symbol #uaf_direct is
set up on form SM$CREATE.
Cheers,
DaveT
|
199.4 | | BREAKR::MIKKELSON | Kill me. I need the money. | Thu Mar 12 1992 16:59 | 9 |
|
I found that the problem came about because some of the ALL-IN-1 pieces
used in creating/deleting/renaming accounts had been customized under
2.3, and those customized pieces were left around to override the
newer 2.4 versions. Once I removed the older versions and updated the
2.4 versions to incorporate the changes, things worked fine.
- David
|