T.R | Title | User | Personal Name | Date | Lines |
---|
1585.1 | Need to execute SQL setup script | TOOK::MINTZ | Erik Mintz | Thu Oct 03 1991 07:05 | 14 |
| >Creating export database mcc_exporter_rdb
>sh5: createdb: not found
>#
In order to be able to issue SQL commands, your process must have
the some SQL environmental variables set up, and the SQL executable
directory added to your path. This is handled with the command:
% source /usr/kits/sql/sqluser.csh
The installation script used to check to make sure this was done
before trying any SQL commands. I'll enter a QAR to make sure this
gets fixed again.
|
1585.2 | I didn't install the Exporter FM and it installed ok, but... | PAKORA::CMACDONALD | | Fri Oct 11 1991 08:33 | 15 |
| I managed to install DECmcc with no problems when I didn't install the Exporter
but I'm having trouble with using DECmcc. I tried to register a DECnet Phase
IV node and when the template was displayed for entering the nodes detail it did
not ask for a DECnet address. I then tried to add the node and got a MCC Routine
error - %MCC-E-IO_ERROR, error was returned by I/O facility. I'm just trying to
use it the way I used DECmcc on a VAX host.
Another point, I have a utility calld DXTOP which displays loads on my
DECstation. When I start DECmcc the CPU utilisation turns into a solid black
band averaging 78% - 85%!! Is this normal.
Thanks in advance
Callum
|
1585.3 | | TOOK::SWIST | Jim Swist LKG2-2/T2 DTN 226-7102 | Fri Oct 11 1991 09:44 | 8 |
| Did the IVP and installation run normally?
Try the following from the command line interface
DIR MCC 0
and post what happens.
|
1585.4 | Re-installed DECmcc & IVP complains about II_SYSTEM | KIRKTN::CMACDONALD | | Mon Oct 14 1991 08:33 | 9 |
| I re-installed the DECmcc BMS and that seemed to go o.k until the IVP
complained about an symbol called II_SYSTEM. I believe this is a symbol
used by SQL which I have not installed on my workstation. I was led to believe
that as long as I didn't use the DEmcc Exporter FM I would not need SQL.
I don't want to instaall SQL as I known nothing about it.
:-(
Callum
|
1585.5 | Working on it. | TOOK::MINTZ | Erik Mintz | Mon Oct 14 1991 08:42 | 21 |
| RE: .2
>error - %MCC-E-IO_ERROR, error was returned by I/O facility. I'm just trying to
This probably means that you are trying to write to the MIR without
having write access to the /var/mcc/*.{dir,pag}.
>DECstation. When I start DECmcc the CPU utilisation turns into a solid black
>band averaging 78% - 85%!! Is this normal.
This problem is being investigated.
RE: II_SYSTEM error in IVP
This was a bug in the IVP. It has been corrected. As a workarround, just
setenv II_SYSTEM
before running the IVP.
|
1585.6 | I ran createdb by hand | ANDRIS::putnins | Hands across the Baltics | Tue Oct 15 1991 20:42 | 15 |
| re: .0
I had the same problem, so I looked at the setld installation script,
and did the createdb by hand:
createdb mcc_exporter_rdb
Once the database exists, the configuration script runs OK. I wrote it
off to the fact that I was using ksh, not sh or csh, but I didn't
pursue it any further.
By the way, the installation manual states (on page 2-6) that you can
initially create the databases from an account other than superuser by
running setld -c from another account. This does not work because
setld only runs under root.
|