Topic:
Loading wells: Record found with unknown key string.
Description:
Loading a well file and in the log there are numerous messages: Record found with unknown key string
Solution:
Check the file for hidden characters, most likely carriage returns and remove them. To check: vi the file in an xterm and then type :set list to show the hidden characters If the file was originally a dos file than convert it to unix using the following syntax in an xterm: unix2dos filename newfilename
Last Modified on: 19-MAY-00