Messages [ Information Access SQL/iX ] MPE/iX 5.0 Documentation
Information Access SQL/iX
Messages
IA16003 INTERNAL ERROR-Could not create the IPC file
In the father process, a file intrinsic failed on one of the two IPC
files to the son process.
[] See the SMSG file for the specific failure and respond accordingly.
IA16004 INTERNAL ERROR-Could not spawn the SQL son process
In the father process, the CREATEPROCESS intrinsic failed trying to spawn
the son process.
[] See the SMSG file for the specific failure and respond accordingly.
IA16006 INTERNAL ERROR-Could not write to the IPC file
The father process's FWRITE to the son process's IPC file failed.
[] See the SMSG file for the specific failure and respond accordingly.
IA16007 INTERNAL ERROR-Could not read from the IPC file
The father process's FREAD from the son process's IPC file failed.
[] See the SMSG file for the specific failure and respond accordingly.
IA16008 INTERNAL ERROR-IOWAIT failed on IPC file
The father process's IOWAIT on the son process's IPC file failed.
[] See the SMSG file for the specific failure and respond accordingly.
IA16009 INTERNAL ERROR-IODONTWAIT failed on IPC file
During an sqlstatus call, the father process's IODONTWAIT on the son
process's IPC file failed.
[] See the SMSG file for the specific failure and respond accordingly.
IA16012 INTERNAL ERROR-File intrinsic failed with the temp output file
In the son process, a file intrinsic in sqlexec against the data file
failed.
[] See the SMSG file for the specific failure and respond accordingly.
IA16017 INTERNAL ERROR-FFILEINFO failed on IPC file in sqlkill procedure
In the father process's sqlkill procedure, the FFILEINFO intrinisic
failed while trying to determine if the son process wrote anything to the
IPC file before terminating.
[] See the SMSG file for the specific failure and respond accordingly.
IA16021 ERROR-Query generates row length greater than 5120 bytes
Your SQL query results in records that exceed 5120 bytes, a width that
exceeds the limit built into Information Access.
[] Examine the query, remove non-essential columns, and try the query
again.
IA16024 INTERNAL ERROR-File intrinsic failed with the format file
In the son process, a file intrinsic failed against the file containing
the format array, either in sqlexec, sqlfiletotable, or sqlformat.
[] See the SMSG file for the specific failure and respond accordingly.
IA16025 INTERNAL ERROR-File intrinsic failed with the table list file
In the son process, sqltables had a file intrinsic failure against the
file containing the names of the tables the user can access.
[] See the SMSG file for the specific failure and respond accordingly.
IA16026 INTERNAL ERROR-File intrinsic failed with the temp work file
In the son process, sqltables had a file intrinsic failure against a
temporary work file.
[] See the SMSG file for the specific failure and respond accordingly.
IA16032 INTERNAL ERROR-CREATEPROCESS failed, son process not found
The file IASQLSN1.PPC.SYS or IASQLSN2.PPC.SYS appears not to be present.
Someone may have purged or renamed the file.
[] Re-install the product and try again. If the problem persists, call
your HP representative.
IA16033 INTERNAL ERROR-CREATEPROCESS failed, ALLBASE may not be installed
An attempt to spawn the son process generated unresolved externals. A
search for ISQL.PUB.SYS failed. It is likely that ALLBASE/SQL is not
installed.
[] Make sure that ALLBASE/SQL is installed and operational before
attempting to use Information Access against ALLBASE/SQL data.
IA16034 INTERNAL ERROR-CREATEPROCESS failed, ORACLE may not be installed
An attempt to spawn the son process generated unresolved externals. It
is likely that ORACLE is not installed.
[] Make sure that ORACLE is installed and operational before attempting
to use Information Access against ORACLE data. Also, make sure that
ORACLEXL.PUB is defined correctly in the file IASQL.PPC.SYS.
IA16035 INTERNAL ERROR-File intrinisic failed initializing son process
In the son process, a file intrinsic in the open_files procedure failed.
[] See the SMSG file for the specific failure and respond accordingly.
IA16036 INTERNAL ERROR-Trying FOPEN after HPFOPEN failed, error number
In the son process's sqlexec procedure, if HPFOPEN fails, the error is
logged and an attempt is made to FOPEN instead.
[] If this error occurs, call your HP representative. Access SQL/iX does
not halt in this case, but merely tries FOPEN as an alternative. If that
call succeeds, the product should work without the HPFOPEN.
IA16037 INTERNAL ERROR-Syntax problems in SQL SELECT statement
In the son process's sqlexec or sqlformat procedure, a semicolon is
missing at the end of the SELECT statement.
[] If the error occurred interactively, call your HP representative. If
it occurred in batch mode, add the semicolon to the SELECT statement.
IA16043 ERROR-Record size for IASQL file is too large truncated to 80
The IASQL.PPC.SYS file supplied with the product is 80 bytes per record.
If the software encounters an IASQL file with a record size greater than
that, it will attempt to process only the first 80 bytes of the record.
[] Rebuild your IASQL file, staying within the 80-byte limit.
IA16044 ERROR-DBE specification contains invalid MPE account
In the DBEnvironment area of Create or Modify ALLBASE/SQL MPE Connection,
you entered, for example, dbename.grpname.acctname, but acctname does not
exist in the MPE Server Name specified.
[] Check the spelling of the account name and enter it again.
IA16045 ERROR-DBE specification contains invalid MPE group
In the DBEnvironment area of Create or Modify ALLBASE/SQL MPE Connection,
you entered, for example, dbename.grpname.acctname, but grpname does not
exist in the MPE Server Name specified.
[] Check the spelling of the group name and enter it again.
IA16046 ERROR-Invalid DBE name specified, or ALLBASE/NET problem
In the DBEnvironment area of Create or Modify ALLBASE/SQL MPE Connection,
the DBE name you specified either does not exist, does not exist in a
group or account accessible from this logon, or ALLBASE/NET had some
other problem reaching this DBE.
[] Check the spelling of the DBE name and enter it again.
IA16047 ERROR-Invalid syntax in DBE specification
In the DBEnvironment area of Create or Modify ALLBASE/SQL MPE Connection,
a syntax error other than the three errors described above has occurred.
[] Check the syntax and enter the DBE specification again.
IA16051 WARNING-Aci_error call failed with errflag = number
In the son process's sqlerror or sqlconnect procedures, a call to
aci_error failed. The error is returned in errflag, the eighth parameter
of aci_error. In this case, the warning is logged in the SMSG file.
[] Consult the SMSG file and your ALLBASE/SQL manuals.
IA16100 WARNING-name: number
The son process made an "aci_" call and received a non-critical warning.
(That is, the call was successful.)
[] Check the SMSG file for the "aci_" procedure name and the acicode
returned with the call. Then consult your ALLBASE/SQL manuals.
IA16500 INTERNAL ERROR-name failed with FSERR number on file name
If the son process experiences a file intrinsic failure, this message is
logged to the SMSG file.
[] Respond to the file system error.
IA16501 INTERNAL ERROR-CREATEPROCESS failed with status number
If the father process experiences a CREATEPROCESS failure, this message
is logged to the SMSG file.
[] Respond to the system error.
IA16601 INTERNAL ERROR-FWRITE to LINK0003 file failed, FSERR number
IASQLSVR's FWRITE to the father process's IPC file failed in the
send_son_mssg routine.
[] Respond to the file system error.
IA16602 INTERNAL ERROR-FREAD from LINK0002 file failed, FSERR number
IASQLSVR's FREAD from the father process's IPC file failed in the
recv_son_mssg routine.
[] Respond to the file system error.
IA16603 INTERNAL ERROR-ADOPT to user environment failed, error number
IASQLSVR's ADOPT from system environment to user environment failed.
[] Respond to the system error. If necessary, call your HP
representative.
IA16604 INTERNAL ERROR-JOBINFO of new session failed, error number
IASQLSVR's call to JOBINFO, to get data crucial to the success of the
ADOPT, failed.
[] Respond to the system error. If necessary, call your HP
representative.
IA16606 INTERNAL ERROR-No virtual terminal device available, error number
IASQLSVR's call to VTDEVLOGON failed with an unexpected error. (Expected
errors are mapped to more helpful messages.) The error that appears in
the message is errstat[1], returned as the fifth parameter.
[] Respond to the system error. If necessary, call your HP
representative.
IA16607 INTERNAL ERROR-ABORTSESS failed, error number
During an attempt to move from user environment to system environment,
IASQLSVR's call to ABORTSESS failed. The error that appears in the
message is errstat[1], returned as the third parameter.
[] Respond to the system error. If necessary, call your HP
representative.
IA16608 INTERNAL ERROR-ADOPT back failed, error number
During an attempt to move from user environment to system environment,
IASQLSVR's call to ADOPT failed. The error that appears in the message
is status.info, returned as the first parameter.
[] Respond to the system error. If necessary, call your HP
representative.
IA16609 INTERNAL ERROR-CREATEPROCESS of son process failed, error number
IASQLSVR's attempt to spawn the father process failed.
[] Respond to the system error. If necessary, call your HP
representative.
IA16611 INTERNAL ERROR-Son process terminated
This message is issued from IASQLSVR to the PC to indicate that the
father process has terminated.
[] Try again. If necessary, call your HP representative.
IA16617 INTERNAL ERROR-IOWAIT failed for IPC conn, IPC error number,
FSERR number
In IASQLSVR, an IOWAIT on communication with the PC failed.
[] Respond to the system error. If necessary, call your HP
representative.
IA16618 INTERNAL ERROR-IOWAIT failed for DSDAD port, FSERR number
In IASQLSVR, an IOWAIT on communication with DSDAD failed.
[] Respond to the system error. If necessary, call your HP
representative.
IA16619 INTERNAL ERROR-IOWAIT failed for FREAD on LINK0002 file, FSERR
number
In IASQLSVR, an IOWAIT on communication with the father process's IPC
file failed.
[] Respond to the system error. If necessary, call your HP
representative.
IA16620 INTERNAL ERROR-IPCRECV failed, error number
IASQLSVR experienced an IPCRECV failure in the recv_pc_mssg procedure.
[] Respond to the system error. If necessary, call your HP
representative.
IA16621 INTERNAL ERROR-IPCSEND failed, error number
IASQLSVR experienced an IPCSEND failure, other than connect_down or
remote_abort, in the send_pc_mssg procedure.
[] Respond to the system error. If necessary, call your HP
representative.
IA16622 INTERNAL ERROR-FCLOSE failed, FSERR number
IASQLSVR experienced an FCLOSE failure.
[] Respond to the file system error.
IA16623 INTERNAL ERROR-FOPEN failed, FSERR number
IASQLSVR experienced an FOPEN failure.
[] Respond to the file system error.
IA16637 ERROR-MPE user must have IA capability
In the Logon information area of Create or Modify ALLBASE/SQL MPE
Connection, the username you entered does not have IA (Interactive
Access) capability.
[] Log on as another user or request IA capability from your System
Manager.
IA16638 ERROR-MPE user must have SF capability
In the Logon information area of Create or Modify ALLBASE/SQL MPE
Connection, the username you entered does not have SF (Save File)
capability.
[] Log on as another user or request SF capability from your System
Manager.
IA16639 WARNING-No IASVRERR spoolfile, MPE user must have ND capability
Because the spoolfile IASVRERR cannot be created, no IASQLSVR errors can
be logged for this user. This message is written to IASQLERR.PPC.SYS.
[] If you want IASQLSVR errors logged, give the MPE user ND capability.
IA16640 INTERNAL ERROR-Check file(s) IADDname, IASNnumber for stack trace
If stack trace is written to the IADDxxxx or IASNxxxx files, this message
is written to the spoolfile IASVRERR.
IA16710 INTERNAL ERROR-name can't get version from file label, FSERR
number
A file system error occurred during an attempt to get the version number
from the user label of a file that is to be verified.
[] Respond to the file system error.
IA16711 ERROR-name has no version associated with it
An FFILEINFO call to retrieve the number of user labels written to the
file came back with zero labels. Each Information Access file that is to
be verified has a version number inserted before it is placed on the
installation tape. The file must have been replaced with an invalid
file.
[] Restore the file from your installation tape and try the verification
again. If the problem persists, call your HP representative.
IA16712 INTERNAL ERROR-name can't get version from STDLIST, FSERR number
A file intrinsic failed while verifying the server.
[] Respond to the file system error.
IA16713 INTERNAL ERROR-CREATEPROCESS can't run version program, error
number
The CREATEPROCESS intrinsic failed while verifying the server.
[] Respond to the system error.
IA16714 INTERNAL ERROR-FOPEN failed accessing program file, FSERR number
Before verify is run, an attempt is made to FOPEN the program file to
ensure that it is accessible. A file system error has occurred.
[] Respond to the file system error.
IA16715 ERROR-Information Access SQL Server modules are incompatible
The Information Access SQL module version numbers are not all the same.
[] Reinstall the software from the installation tape and run IASQLSVR
again. If the message appears again, print out the version information
given on the screen and contact your HP representative.
MPE/iX 5.0 Documentation