Applies To:
  • CitectSCADA  1.10 1.11 1.20 2.00 2.01

Summary:
If you have problems connecting to an Oracle database using SqlConnect() function, then SqlErrMsg() may return error "9241 Login Failure" even though the user name and password are correct. 

Solution:
This problem can be caused if you do not have the config path set in the AUTOEXEC.BAT. The config path should point to the ORACLE.INI file. If the file is in your windows directory then you should have the following in the AUTOEXEC.BAT:

SET CONFIG=C:\WINDOWS\ORACLE.INI

 

Keywords:
 

Attachments