Fehler bei OTRS-Einstieg mit Oracle

Hilfe zu Znuny Problemen aller Art
Locked
MalaFe
Znuny newbie
Posts: 9
Joined: 31 Mar 2010, 11:12
Znuny Version: 2.4.7

Fehler bei OTRS-Einstieg mit Oracle

Post by MalaFe »

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?
OTRS::2.4.7 > auf Win2003 Server/ IIS 6.0 / Oracle10
MalaFe
Znuny newbie
Posts: 9
Joined: 31 Mar 2010, 11:12
Znuny Version: 2.4.7

Re: Fehler bei OTRS-Einstieg mit Oracle

Post by MalaFe »

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} );
OTRS::2.4.7 > auf Win2003 Server/ IIS 6.0 / Oracle10
jojo
Znuny guru
Posts: 15020
Joined: 26 Jan 2007, 14:50
Znuny Version: Git Master
Contact:

Re: Fehler bei OTRS-Einstieg mit Oracle

Post by jojo »

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
MalaFe
Znuny newbie
Posts: 9
Joined: 31 Mar 2010, 11:12
Znuny Version: 2.4.7

Re: Fehler bei OTRS-Einstieg mit Oracle

Post by MalaFe »

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.
OTRS::2.4.7 > auf Win2003 Server/ IIS 6.0 / Oracle10
Locked