On replay of an Oracle forms script the warning OraFormsSetConnectMode(OraForms: 23 - OraFormsSetConnectMode overrides the profile's connection setting) will be flagged if a connection mode function in the script overrides the Active Profile settings. For example, if the script contains the function below which sets the connection to use socket connections: OraFormsSetConnectMode(ORA_SOCKET_CONNECTION); but the replay profile setting, is set to e.g use HTTP or HTTPS connections SETTINGS | ACTIVE PROFILE | REPLAY | ORACLE FORMS | GENERAL | Connection Mode Note: This is simply a warning and should not be cause for concern unless you are trying to use a mode which your application has not been deployed to use. However, to remove the warning set the Active Profile mode to match that which has been recorded in the bdf file. Old KB# 18278
↧