Hallo da draussen,
ich hoffe mir kann noch jemand weiterhlefen. Wir setzen hier eine OTRS-Umgebung mit Windows Server 2003, IIS6.0 und halt Oracle auf.
Soweit so gut. Bis zum Einstieg geht auch alles glatt, d. h. es kommt das Anmeldefenster von OTRS. Nachdem ich mich dann anmelde, kommt leider folgendes:
Software error:
Undefined subroutine &Kernel::System::Log::SysLog::setlogsock called at ../..//Kernel/System/Log/SysLog.pm line 60.
For help, please send mail to this site's webmaster, giving this error message and the time and date of the error.
Jemand auf Anhieb eine Idee was ich machen könnte?
Fehler bei OTRS-Einstieg mit Oracle
Fehler bei OTRS-Einstieg mit Oracle
OTRS::2.4.7 > auf Win2003 Server/ IIS 6.0 / Oracle10
Re: Fehler bei OTRS-Einstieg mit Oracle
achso, noch zur Info was in der Zeile 60 in der syslog.pm steht:
# start syslog connect
my $LogSock = $Self->{ConfigObject}->Get('LogModule::SysLog::LogSock') || 'unix';
setlogsock($LogSock);
openlog( $Param{LogPrefix}, 'cons,pid', $Self->{SysLogFacility} );
# start syslog connect
my $LogSock = $Self->{ConfigObject}->Get('LogModule::SysLog::LogSock') || 'unix';
setlogsock($LogSock);
openlog( $Param{LogPrefix}, 'cons,pid', $Self->{SysLogFacility} );
OTRS::2.4.7 > auf Win2003 Server/ IIS 6.0 / Oracle10
Re: Fehler bei OTRS-Einstieg mit Oracle
da es unter Windows kein Syslog gibt, musst Du File als Loggingmechanismus einstellen...
"Production": OTRS™ 8, OTRS™ 7, STORM powered by OTRS
"Testing": ((OTRS Community Edition)) and git Master
Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
"Testing": ((OTRS Community Edition)) and git Master
Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
Re: Fehler bei OTRS-Einstieg mit Oracle
danke, das habe ich garnicht bedacht.
dafür erhalte ich jetzt einen CGI-Fehler
Die angegebene CGI-Anwendung hat keinen vollständigen Satz von HTTP-Headern zurückgegeben.
dafür erhalte ich jetzt einen CGI-Fehler
Die angegebene CGI-Anwendung hat keinen vollständigen Satz von HTTP-Headern zurückgegeben.
OTRS::2.4.7 > auf Win2003 Server/ IIS 6.0 / Oracle10