.
contact contact

Although the IDMLIB environment variable is defined proper, I can not open *.IDM files

 
.
 

Title: Although the IDMLIB environment variable is defined proper, I can not open *.IDM files
Document: 896873302
Author: K. Schäfer
Keywords: IDMLIB,module,IDE,open File,eloqsd


Opening an *idm file returns 'File ... could not be opened.

In contrast to the Windows file system, the file system provided with the eloqsd is case sensetive. Thus a command like
import EqmRsrc "IDMLIB:eqrsrc.if"
requiers the file name eqrsrc.if to have lower case letters.
Examples:

  • In case your *.idm file are located on a server named 'server' in the directory '/users/idm', the following steps have to be taken to access these files from the IDE

    • Via eloqsd

      • define a share in the configuration file 'eloqsd.share' refering to /users/idm:
        [IDM]
        Path = /users/idm
        Comment = IDM_SHARE
              
      • Define the IDMLIB Environment variable in the 'IDE Properties' section 'ENVIRONMENT
        server:\\IDM_SHARE

    • Via samba

      • You may use the 'case sensitve = no' option in the smb.conf file. For more details please refer to smb.con

  • In case the files are located on your local Windows system (e.g c:\procejct\isa\idm)

    • Define the IDMLIB Environment variable in the 'IDE Properties' section 'ENVIRONMENT
      c:/project/isa/idm
      Note: you need to use the slash '/' instead of a back slash '\'
 
 
.
 
 
  Privacy | Webmaster | Terms of use | Impressum Revision:   
  Copyright © 1995-2002 Marxmeier Software AG