Consultor Eletrônico



Kbase 16836: AS/400 7.3C40 8.0C10 Release: Bug fixes and new features
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   10/05/1998
SUMMARY:

8.0C10 / 7.3C40 Maintenance Release Progress/400 DataServer

The following bugs has been fixed in this release:

95-08-14-062 Cursor Position Problem in SBS Test.
95-10-12-057 Cursor Problem w/ Query Code.
96-01-10-038 Field description being truncated to 16 character. Field
Descriptions migth be truncated to 16 characters.
96-07-25-008 FIND LAST failed with DESCENDING index.
96-08-05-037 Huge unique Progress names generated. Too many unneeded
underscores were added when CHGPRODCT generated field
names.
96-08-09-019 Removed message PRO9191 "Client and server are at
different revision levels" from the PROSERVER job log
because it was misleading.
96-08-19-016 Removed message CPF9801 "Object dbname in library not
found" from the DUPPRODB job log because it is not
necessary.
96-09-16-024 Use of UI related SESSION handles resulted in error. When
attempting to use UI related SESSION handles in the
Native 4GL Compile, error resulted.
96-09-17-039 Multi Database using -db not working. When attempting to
connect to multiple databases using CONNECT in a
parameter file with multiple occurrences of -db, resulted
in errors. Parameter files can now contain -db arguments.
96-10-04-027 DUPPRODB deleted data file on error. The original file
might be deleted when performing a DUPPRODB into a
library that already exists.
96-10-09-040 If CRTSCHIMG failed during a DUPPRODB, there was no
message to the user.
96-10-10-001 FIND PREV looped thorugh the file for ever. Now it
detects the beginning of the file and returns error.
96-10-22-020 Commit fail when Database created with ALTSEQ. When performing
dictionary maintenance from the client, table creates
might fail if a case sensitive ALTSEQ table was specified
when the server schema was created.
96-10-22-021 QINSTAPP Install Program failed on CD-ROM.
96-10-28-019 Can't get handle with SESSION:FIRST-PROCEDURE. In the
Native 4GL Compiler, an error occurred while trying to
use the 4GL statement handle = SESSION:FIRST-PROCEDURE.
96-10-29-027 P__SCHEMA get added to the dictionary in CHGPRODCT.
P__SCHEMA is no longer included in the list of files when
CHGPRODCT is run on a library that contains it. The
P__SCHEMA file is now treated as any other Server Schema
File.
96-11-01-005 DUPPRODB created incorrectly a schema field if used to
copy a library with schema image into another one without
it.
96-11-01-007 DUPPRODB failed if system date of the AS/400 was year
2038.
96-11-08-002 DFT DDS keyword was nor used by CHGPRODCT. To use it
requires the PROCESS-DDS-DEFAULT-VALUE = 'Y' entry in
the PROSET file.
96-11-11-005 Now CHGPRODCT job log informs of the files removed from
the dictionary.
96-11-11-006 CRTSCHIMG and SYNSCHIMG commands failed while running.
These commands will now run in a DBCS environment.
96-11-11-019 IMPORT did not read ASCII STMF. IMPORT did not read an
ASCII STMF when being run in the Native 4GL Compiler.
96-11-15-013 The installation does not restore /dlc directory if the
Native 4GL Compiler is not selected.
96-12-12-001 PROSET excluding selelect/omit caused error. When
select/omit logical files were excluded when running
CHGPRODCT an error occurred while performing a client
synchronization.
96-12-13-009 OS-DIR functionality did not work. Using import from
os-dir("/home") in the Native 4GL resulted in errors.
96-12-23-008 The PROSERVER job log mentioned the CRTPROLKT with an
incorrect syntax.
97-01-09-010 Records not found with where clause. Records were not
being returned when searching a file that contains NULL
CAPABLE fields and EXTENT fields.
97-01-09-045 Extra parameters getting into STRPROCLI. When running
STRPROCLI repeatedly from the same interactive session
invalid parameters could be passed to the Native 4GL.


The following new features have been included in this release:

- External Programming Interface (EPI). Allows Progress 4GL programs
written using the Progress/400 Native Compiler to interface with
OS/400 commands.