Kbase P27463: .d file fails to load due to being the incorrect case.
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  01/04/2004 |
|
Status: Unverified
SYMPTOM(s):
Load of .d files through data dictionary fail.
"tablename can not be found" error reported in tablename.e log.
.df shows Dump-Name for specified table as mixed case name.
.d file of table name is all lowercase.
Table is dumped to a Samba share.
CHANGE:
Dumping database from Windows to load onto UNIX platform.
CAUSE:
The samba share is not keeping the specified case of the filenames.
FIX:
Ensure that the samba share or that the files are transferred to the UNIX box keep the specified case.
The Dump-Name specified .df file is the file name that will be called to load. Because UNIX is case sensitive table-name is not the same as Table-Name.
The .d file can be renamed to the case as specified in the .df Dump-Name field or the Dump-Name field can be modified to display as all lowercase.