Kbase P126658: Cannot print from the DB Navigator perspective in Architect
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  10/30/2007 |
|
Status: Unverified
FACT(s) (Environment):
OpenEdge 10.1x
All Supported Operating Systems
SYMPTOM(s):
Cannot print from the DB Navigator perspective in Architect
Using the DB Navigator to browse through an ODBC DSN for iSeries DB400
All information is displayed but all the print buttons are disabled
CAUSE:
This is expected behavior, the DB Navigator does not have any printing capabilities
FIX:
1.- If using the ODBC DataServer, the dictionary reports would list the schema needed.
2.- Otherwise, use another tool to list the DB400 schema list.
NOTE: If this had been an OpenEdge database, a SELECT query can be used on the meta-schema tables _FILE and _FIELD and then copy the contents to the clipboard and paste into Excel.
SELECT "_File"."_File-Name", "_Field"."_Field-Name" FROM "PUB"."_File", PUB."_Field"
WHERE "_Field"."_File-recid" = "_File".rowid AND "_File-number" > 0