Session ungültig

Hilfe zu Znuny Problemen aller Art
Locked
michamak
Znuny newbie
Posts: 10
Joined: 12 Apr 2013, 09:37
Znuny Version: 3.1.9

Session ungültig

Post by michamak »

Hallo Zusammen,
ich habe ein Problem beim anmelden nach dem OTRS Update.

Momentan betreiben wir OTRS 3.1.9 über einen Windows 2008R2-Server.
Laut den Release-Notes muss ich ja erst auf 3.2.0 updaten, und dann kann ich erst auf 3.2.6...

Folgende Version habe ich genutzt:
otrs-3.2.0.rc1-win-installer-2.4.5

Ich erkläre euch eben folgende Vorgehensweise:
1. Apache beenden
a. Config / var / Dump Datenbank gesichert
2. OTRS deinstalliert
3. Neue Version installiert (otrs-3.2.0.rc1-win-installer-2.4.5)
4. Sicherungen zurückkopiert
5. otrs.CheckModules.pl

Code: Select all

D:\OTRS\OTRS\bin>perl otrs.checkmodules.pl
Can't locate Win32/Console/ANSI.pm in @INC (@INC contains: D:/OTRS/OTRS/Custom D
:/OTRS/OTRS/Kernel/cpan-lib D:/OTRS/OTRS D:/OTRS/StrawberryPerl/perl/site/lib D:
/OTRS/StrawberryPerl/perl/vendor/lib D:/OTRS/StrawberryPerl/perl/lib .) at D:/OT
RS/StrawberryPerl/perl/lib/if.pm line 13.
BEGIN failed--compilation aborted at otrs.checkmodules.pl line 35.
6. Mysql –uroot –p (Verbindung zur MySql Datenbank ohne PW?)
7. Datenbank otrs angelegt (create Database otrs ....)
8. Berechtigungen auf "root" und "otrs" gesetzt und mit PW "hot" geschützt

Code: Select all

mysql> GRANT ALL PRIVILEGES ON otrs.* TO root@'localhost' IDENTIFIED BY 'hot';
Query OK, 0 rows affected (0.00 sec)

mysql> GRANT ALL PRIVILEGES ON otrs.* TO otrs@'localhost' IDENTIFIED BY 'hot';
Query OK, 0 rows affected (0.00 sec)
9. Dump zurückgespielt

Code: Select all

mysql –uroot –p otrs < D:/Backup/otrs_dump.sql  (PW: hot)
10. Datenbank-Update ausgeführt

Code: Select all

mysql –uotrs  -p otrs < DBUpdate-to-3.2.mysql.sql
D:\OTRS\OTRS\scripts>mysql -uotrs -p otrs < DBUpdate-to-3.2.mysql.sql
Enter password: ***
ERROR 1091 (42000) at line 25: Can't DROP 'article_flag_create_by'; check that c
olumn/key exists
11.

Code: Select all

D:\OTRS\OTRS\scripts>perl DBUpdate-to-3.2.pl

Migration started...

Step 1 of 9: Refresh configuration cache...
If you see warnings about 'Subroutine Load redefined', that's fine, no need to w
orry!
Subroutine Load redefined at D:/OTRS/OTRS/Kernel/Config/Files/ZZZAuto.pm line 5.

done.

Step 2 of 9: Check framework version... done.

Step 3 of 9: Cleanup UserPreferences... done.

Step 4 of 9: Updating toolbar configuration... done.

Step 5 of 9: Updating AgentTicketZoom window configuration... done.

Step 6 of 9: Dropping obsolete columns from article_search... Check if columns e
xist.
Columns found, drop them.
ALTER TABLE article_search DROP a_freetext1
ALTER TABLE article_search DROP a_freetext2
ALTER TABLE article_search DROP a_freetext3
ALTER TABLE article_search DROP a_freekey1
ALTER TABLE article_search DROP a_freekey2
ALTER TABLE article_search DROP a_freekey3
done.

Step 7 of 9: Migration cache backend configuration... done.

Step 8 of 9: Clean up the cache... done.

Step 9 of 9: Refresh configuration cache another time...
If you see warnings about 'Subroutine Load redefined', that's fine, no need to w
orry!
Subroutine Load redefined at D:/OTRS/OTRS/Kernel/Config/Files/ZZZAAuto.pm line 5
.
Subroutine Load redefined at D:/OTRS/OTRS/Kernel/Config/Files/ZZZAuto.pm line 5.

done.

Migration completed!
12. Apache wieder gestartet
13. OTRS Agent Interface gestartet
14. Anmeldung mit meinem normalen Ticketsystem-User und was kommt?

Code: Select all

Session ungültig. Bitte  neu anmelden!
:shock: :(


Hier zusätzlich noch den letzten Abschnitt aus der LOG

Code: Select all

[Thu May 16 19:30:00 2013][Error][Kernel::System::DB::new][227] Access denied for user 'otrs'@'localhost' (using password: YES)
[Thu May 16 19:30:00 2013][Error][Kernel::System::DB::new][227] Access denied for user 'otrs'@'localhost' (using password: YES)
[Thu May 16 19:35:01 2013][Error][Kernel::System::DB::new][227] Access denied for user 'otrs'@'localhost' (using password: YES)
[Thu May 16 19:40:01 2013][Error][Kernel::System::PID::PIDGet][184] Table 'otrs.process_id' doesn't exist, SQL: 'SELECT process_name, process_id, process_host, process_create, process_change FROM process_id WHERE process_name = ? LIMIT 1'
[Thu May 16 19:40:01 2013][Error][Kernel::System::PID::PIDDelete][226] Table 'otrs.process_id' doesn't exist, SQL: 'DELETE FROM process_id WHERE process_name = ? AND process_host = ?'
[Thu May 16 19:40:01 2013][Error][Kernel::System::PID::PIDCreate][154] Table 'otrs.process_id' doesn't exist, SQL: 'INSERT INTO process_id (process_name, process_id, process_host, process_create, process_change) VALUES (?, ?, ?, ?, ?)'
[Thu May 16 20:20:04 2013][Notice][Kernel::System::PID::PIDCreate] Can't create PID PostMasterMailbox, because it's already running (TICKETSYSTEM-URL/2928)!
[Thu May 16 20:20:04 2013][Error][Kernel::System::DynamicField::DynamicFieldGet][285] Unknown column 'internal_field' in 'field list', SQL: 'SELECT id, internal_field, name, label, field_order, field_type, object_type, config, valid_id, create_time, change_time FROM dynamic_field WHERE id = ?'
[Thu May 16 20:20:04 2013][Error][Kernel::System::DynamicField::DynamicFieldGet][285] Unknown column 'internal_field' in 'field list', SQL: 'SELECT id, internal_field, name, label, field_order, field_type, object_type, config, valid_id, create_time, change_time FROM dynamic_field WHERE id = ?'
[Thu May 16 20:20:04 2013][Error][Kernel::System::DynamicField::DynamicFieldGet][285] Unknown column 'internal_field' in 'field list', SQL: 'SELECT id, internal_field, name, label, field_order, field_type, object_type, config, valid_id, create_time, change_time FROM dynamic_field WHERE id = ?'
[Thu May 16 20:20:04 2013][Error][Kernel::System::DynamicField::DynamicFieldGet][285] Unknown column 'internal_field' in 'field list', SQL: 'SELECT id, internal_field, name, label, field_order, field_type, object_type, config, valid_id, create_time, change_time FROM dynamic_field WHERE id = ?'
[Thu May 16 20:20:04 2013][Error][Kernel::System::DynamicField::DynamicFieldGet][285] Unknown column 'internal_field' in 'field list', SQL: 'SELECT id, internal_field, name, label, field_order, field_type, object_type, config, valid_id, create_time, change_time FROM dynamic_field WHERE id = ?'
[Thu May 16 20:20:04 2013][Error][Kernel::System::DynamicField::DynamicFieldGet][285] Unknown column 'internal_field' in 'field list', SQL: 'SELECT id, internal_field, name, label, field_order, field_type, object_type, config, valid_id, create_time, change_time FROM dynamic_field WHERE id = ?'
[Thu May 16 20:20:04 2013][Error][Kernel::System::DynamicField::DynamicFieldGet][285] Unknown column 'internal_field' in 'field list', SQL: 'SELECT id, internal_field, name, label, field_order, field_type, object_type, config, valid_id, create_time, change_time FROM dynamic_field WHERE id = ?'
[Thu May 16 20:20:04 2013][Error][Kernel::System::DynamicField::DynamicFieldGet][285] Unknown column 'internal_field' in 'field list', SQL: 'SELECT id, internal_field, name, label, field_order, field_type, object_type, config, valid_id, create_time, change_time FROM dynamic_field WHERE id = ?'
[Thu May 16 20:27:23 2013][Notice][Kernel::System::Auth::LDAP::Auth] User: MeinBenutzer(CN=…\, …,OU=2011,OU=…,OU=Unna,DC=…,DC=de) authentication ok (REMOTE_ADDR: 127.0.0.1).
[Thu May 16 20:27:23 2013][Error][Kernel::System::AuthSession::DB::CreateSessionID][231] Unknown column 'data_key' in 'field list', SQL: '
                SELECT session_id, data_key, data_value
                FROM sessions
                WHERE data_key = 'UserType'
                    OR data_key = 'UserLastRequest'
                ORDER BY id ASC'
[Thu May 16 20:27:23 2013][Error][Kernel::System::AuthSession::DB::CreateSessionID][333] Unknown column 'data_key' in 'field list', SQL: 'INSERT INTO sessions (session_id, data_key, data_value, serialized) VALUES (?,?,?,?),(?,?,?,?),(?,?,?,?),(?,?,?,?),(?,?,?,?),(?,?,?,?),(?,?,?,?),(?,?,?,?),(?,?,?,?),(?,?,?,?),(?,?,?,?),(?,?,?,?),(?,?,?,?),(?,?,?,?),(?,?,?,?),(?,?,?,?),(?,?,?,?),(?,?,?,?),(?,?,?,?),(?,?,?,?),(?,?,?,?),(?,?,?,?),(?,?,?,?),(?,?,?,?),(?,?,?,?),(?,?,?,?),(?,?,?,?),(?,?,?,?),(?,?,?,?),(?,?,?,?),(?,?,?,?),(?,?,?,?),(?,?,?,?),(?,?,?,?),(?,?,?,?),(?,?,?,?),(?,?,?,?),(?,?,?,?),(?,?,?,?),(?,?,?,?),(?,?,?,?),(?,?,?,?),(?,?,?,?),(?,?,?,?),(?,?,?,?),(?,?,?,?),(?,?,?,?),(?,?,?,?),(?,?,?,?),(?,?,?,?),(?,?,?,?),(?,?,?,?),(?,?,?,?),(?,?,?,?),(?,?,?,?),(?,?,?,?),(?,?,?,?),(?,?,?,?),(?,?,?,?),(?,?,?,?),(?,?,?,?),(?,?,?,?),(?,?,?,?),(?,?,?,?),(?,?,?,?),(?,?,?,?),(?,?,?,?),(?,?,?,?)'
[Thu May 16 20:27:23 2013][Error][Kernel::System::AuthSession::DB::GetSessionIDData][164] Unknown column 'id' in 'field list', SQL: '
            SELECT id, data_key, data_value, serialized
            FROM sessions
            WHERE session_id = ?
            ORDER BY id ASC'
[Thu May 16 20:27:23 2013][Notice][Kernel::System::AuthSession::DB::CheckSessionID] SessionID: '20807f3d20ab58234e24f939a781f7cfcd' is invalid!!!
[Thu May 16 20:30:01 2013][Notice][Kernel::System::PID::PIDCreate] Can't create PID PostMasterMailbox, because it's already running (TICKETSYSTEM-URL /2928)!
[Thu May 16 20:30:01 2013][Error][Kernel::System::DynamicField::DynamicFieldGet][285] Unknown column 'internal_field' in 'field list', SQL: 'SELECT id, internal_field, name, label, field_order, field_type, object_type, config, valid_id, create_time, change_time FROM dynamic_field WHERE id = ?'
[Thu May 16 20:30:01 2013][Error][Kernel::System::DynamicField::DynamicFieldGet][285] Unknown column 'internal_field' in 'field list', SQL: 'SELECT id, internal_field, name, label, field_order, field_type, object_type, config, valid_id, create_time, change_time FROM dynamic_field WHERE id = ?'
[Thu May 16 20:30:01 2013][Error][Kernel::System::DynamicField::DynamicFieldGet][285] Unknown column 'internal_field' in 'field list', SQL: 'SELECT id, internal_field, name, label, field_order, field_type, object_type, config, valid_id, create_time, change_time FROM dynamic_field WHERE id = ?'
[Thu May 16 20:30:01 2013][Error][Kernel::System::DynamicField::DynamicFieldGet][285] Unknown column 'internal_field' in 'field list', SQL: 'SELECT id, internal_field, name, label, field_order, field_type, object_type, config, valid_id, create_time, change_time FROM dynamic_field WHERE id = ?'
[Thu May 16 20:40:01 2013][Notice][Kernel::System::PID::PIDCreate] Can't create PID PostMasterMailbox, because it's already running (TICKETSYSTEM-URL /2928)!
[Thu May 16 20:45:01 2013][Notice][Kernel::System::User::GetUserData] Panic! No UserData for user id: '2'!!!
[Thu May 16 20:45:01 2013][Notice][Kernel::System::User::GetUserData] Panic! No UserData for user id: '33'!!!
[Thu May 16 20:45:01 2013][Notice][Kernel::System::User::GetUserData] Panic! No UserData for user id: '54'!!!
[Thu May 16 20:45:01 2013][Notice][Kernel::System::User::GetUserData] Panic! No UserData for user id: '57'!!!
[Thu May 16 20:45:01 2013][Error][Kernel::System::CustomerUser::LDAP::CustomerUserDataGet][762] 000004DC: LdapErr: DSID-0C0906E8, comment: In order to perform this operation a successful bind must be completed on the connection., data 0, v1db1 
[Thu May 16 20:45:01 2013][Error][Kernel::System::CustomerUser::LDAP::CustomerUserDataGet][762] 000004DC: LdapErr: DSID-0C0906E8, comment: In order to perform this operation a successful bind must be completed on the connection., data 0, v1db1 
[Thu May 16 20:45:02 2013][Notice][Kernel::System::Ticket::Article::SendAgentNotification] Sent agent 'PendingReminder' notification to 'it.support@ticketsystem'.
 [Thu May 16 20:45:08 2013][Error][Kernel::System::CustomerUser::LDAP::CustomerUserDataGet][762] 000004DC: LdapErr: DSID-0C0906E8, comment: In order to perform this operation a successful bind must be completed on the connection., data 0, v1db1 
[Thu May 16 20:45:08 2013][Notice][Kernel::System::Ticket::Article::SendAgentNotification] Sent agent 'PendingReminder' notification to 'meinBenutzer @....
[Thu May 16 20:45:08 2013][Error][Kernel::System::CustomerUser::LDAP::CustomerUserDataGet][762] 000004DC: LdapErr: DSID-0C0906E8, comment: In order to perform this operation a successful bind must be completed on the connection., data 0, v1db1 
[Thu May 16 20:45:08 2013][Error][Kernel::System::CustomerUser::LDAP::CustomerUserDataGet][762] 000004DC: LdapErr: DSID-0C0906E8, comment: In order to perform this operation a successful bind must be completed on the connection., data 0, v1db1 
 [Thu May 16 20:55:01 2013][Error][Kernel::System::AuthSession::DB::GetExpiredSessionIDs][427] Unknown column 'data_key' in 'field list', SQL: '
            SELECT session_id, data_key, data_value
            FROM sessions
            WHERE data_key = 'UserSessionStart'
                OR data_key = 'UserLastRequest'
            ORDER BY id ASC'
[Thu May 16 21:00:01 2013][Notice][Kernel::System::PID::PIDCreate] Can't create PID PostMasterMailbox, because it's already running (TICKETSYSTEM-URL /2928)!
Kann mir mal einer BITTE sagen was ich evtl. falsch gemacht hatte ?!
Tipps / Tricks... Bin für jede Hilfe dankbar !!! :)

Bitte um Hilfe und vielen Dank im Voraus!

Liebe Grüße
jojo
Znuny guru
Posts: 15020
Joined: 26 Jan 2007, 14:50
Znuny Version: Git Master
Contact:

Re: Session ungültig

Post by jojo »

die Datenbank wurde anscheinend nicht sauber migriert.

die 3.2.0 ist eine beta.

Das Update muss direkt auf die 3.2.6 durchgeführt werden.
"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
michamak
Znuny newbie
Posts: 10
Joined: 12 Apr 2013, 09:37
Znuny Version: 3.1.9

Re: Session ungültig

Post by michamak »

Also direkt von 3.1.9 auf 3.2.6 ?

In der Framework steht doch aber folgendes:

These instructions are for people upgrading OTRS from version 3.1 to 3.2, and apply both for RPM and source code (tarball) upgrades.
If you are running a lower version of OTRS you have to follow the upgrade path to 3.1 first (1.1->1.2->1.3->2.0->2.1->2.2->2.3->2.4->3.0->3.1->3.2 ...)!

Dachte direkt erst auf 3.2.0 und dann erst auf 3.2.6 ?
Ist die Vorgehensweise also korrekt?

Wenn ja, versuche ich noch einmal mein Glück mit 3.2.6 direkt, danke !!! :)
jojo
Znuny guru
Posts: 15020
Joined: 26 Jan 2007, 14:50
Znuny Version: Git Master
Contact:

Re: Session ungültig

Post by jojo »

das bedeutet nur das Du bei mehreren Minorversionen keine auslassen darfst.
"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
michamak
Znuny newbie
Posts: 10
Joined: 12 Apr 2013, 09:37
Znuny Version: 3.1.9

Re: Session ungültig

Post by michamak »

Achso, dass heisst wenn ich jetzt von 3.1.9 nicht auf (zum Beispiel) direkt 3.3 springen könnnte... Mehr nicht?
Also hatte ich die ganze Zeit irgendwie einen falschen Ansatz^^
michamak
Znuny newbie
Posts: 10
Joined: 12 Apr 2013, 09:37
Znuny Version: 3.1.9

Re: Session ungültig

Post by michamak »

Ok, dass Update klappte soweit irgendwie... (Version -> otrs-3.2.6-win-installer-2.4.7)

Es gab aber ein paar Fehler während der "DBUpdate-to-3.2.pl" per Perl-Skript.
Weiss nicht ob es damit was zutun hat.

Nach dem anmelden war ich im Web-FrontEnd und klickte zuerst auf "Tickets", dann stützte direkt der Apache ab.
Neustart funktionierte nicht, musste den ganzen Webserver neustarten.

Nach dem Neustart nun das gleiche noch einmal.

Nun poppt beim anklicken der Tickets-Queue folgende Fehlermeldung auf:

Code: Select all

A Erroor occured 
->

Code: Select all

"Das Objekt unterstützt die Eigenschaft oder Methode "InitCheckBoxSelection" nicht."
{anonymous}()
printStackTrace(#object)
{anonymous}(#function)
{anonymous}([,function])
{anonymous}()
{anonymous}()
Danach ist die ganze Weboberfläche abgestürzt.

Auszug aus der LOG:

Code: Select all

[Fri May 17 07:59:21 2013][Notice][main::_Start] Scheduler Service is starting...!
[Fri May 17 07:59:22 2013][Notice][main::_Start] Scheduler Service start! PID 1968
[Fri May 17 08:00:02 2013][Notice][Kernel::System::PID::PIDCreate] Can't create PID PostMasterMailbox, because it's already running (TICKETSYSTEM-URL/332)!
[Fri May 17 08:01:45 2013][Notice][Kernel::System::Auth::LDAP::Auth] User: ... (CN=...\, ...,OU=2011,OU=...,OU=Unna,DC=...,DC=de) authentication ok (REMOTE_ADDR: 127.0.0.1).
[Fri May 17 08:01:51 2013][Notice][Kernel::System::User::GetUserData] Panic! No UserData for user id: '8'!!!
[Fri May 17 08:02:04 2013][Error][Kernel::System::CustomerUser::LDAP::CustomerUserDataGet][760] 000004DC: LdapErr: DSID-0C0906E8, comment: In order to perform this operation a successful bind must be completed on the connection., data 0, v1db1 
[Fri May 17 08:02:51 2013][Notice][Kernel::System::Auth::LDAP::Auth] User: ... (CN=...\, Michael,OU=2011,OU=...,OU=Unna,DC=...,DC=de) authentication ok (REMOTE_ADDR: 127.0.0.1).
[Fri May 17 08:02:55 2013][Error][Kernel::System::CustomerUser::LDAP::CustomerName][250] Search failed! 000004DC: LdapErr: DSID-0C0906E8, comment: In order to perform this operation a successful bind must be completed on the connection., data 0, v1db1 
[Fri May 17 08:02:55 2013][Error][Kernel::System::CustomerUser::LDAP::CustomerName][250] Search failed! 000004DC: LdapErr: DSID-0C0906E8, comment: In order to perform this operation a successful bind must be completed on the connection., data 0, v1db1 
[Fri May 17 08:02:56 2013][Error][Kernel::System::CustomerUser::LDAP::CustomerName][250] Search failed! 000004DC: LdapErr: DSID-0C0906E8, comment: In order to perform this operation a successful bind must be completed on the connection., data 0, v1db1 
[Fri May 17 08:02:56 2013][Error][Kernel::System::CustomerUser::LDAP::CustomerName][250] Search failed! 000004DC: LdapErr: DSID-0C0906E8, comment: In order to perform this operation a successful bind must be completed on the connection., data 0, v1db1 
[Fri May 17 08:02:56 2013][Error][Kernel::System::CustomerUser::LDAP::CustomerName][250] Search failed! 000004DC: LdapErr: DSID-0C0906E8, comment: In order to perform this operation a successful bind must be completed on the connection., data 0, v1db1 
[Fri May 17 08:02:56 2013][Error][Kernel::System::CustomerUser::LDAP::CustomerName][250] Search failed! 000004DC: LdapErr: DSID-0C0906E8, comment: In order to perform this operation a successful bind must be completed on the connection., data 0, v1db1 
[Fri May 17 08:02:56 2013][Error][Kernel::System::CustomerUser::LDAP::CustomerName][250] Search failed! 000004DC: LdapErr: DSID-0C0906E8, comment: In order to perform this operation a successful bind must be completed on the connection., data 0, v1db1 
[Fri May 17 08:02:56 2013][Error][Kernel::System::CustomerUser::LDAP::CustomerName][250] Search failed! 000004DC: LdapErr: DSID-0C0906E8, comment: In order to perform this operation a successful bind must be completed on the connection., data 0, v1db1 
[Fri May 17 08:02:56 2013][Error][Kernel::System::CustomerUser::LDAP::CustomerName][250] Search failed! 000004DC: LdapErr: DSID-0C0906E8, comment: In order to perform this operation a successful bind must be completed on the connection., data 0, v1db1 
[Fri May 17 08:02:56 2013][Error][Kernel::System::CustomerUser::LDAP::CustomerName][250] Search failed! 000004DC: LdapErr: DSID-0C0906E8, comment: In order to perform this operation a successful bind must be completed on the connection., data 0, v1db1 
[Fri May 17 08:02:56 2013][Error][Kernel::System::CustomerUser::LDAP::CustomerName][250] Search failed! 000004DC: LdapErr: DSID-0C0906E8, comment: In order to perform this operation a successful bind must be completed on the connection., data 0, v1db1 
[Fri May 17 08:02:56 2013][Error][Kernel::System::CustomerUser::LDAP::CustomerName][250] Search failed! 000004DC: LdapErr: DSID-0C0906E8, comment: In order to perform this operation a successful bind must be completed on the connection., data 0, v1db1 
[Fri May 17 08:02:56 2013][Error][Kernel::System::CustomerUser::LDAP::CustomerName][250] Search failed! 000004DC: LdapErr: DSID-0C0906E8, comment: In order to perform this operation a successful bind must be completed on the connection., data 0, v1db1 
[Fri May 17 08:02:56 2013][Error][Kernel::System::CustomerUser::LDAP::CustomerName][250] Search failed! 000004DC: LdapErr: DSID-0C0906E8, comment: In order to perform this operation a successful bind must be completed on the connection., data 0, v1db1 
[Fri May 17 08:02:56 2013][Error][Kernel::System::CustomerUser::LDAP::CustomerName][250] Search failed! 000004DC: LdapErr: DSID-0C0906E8, comment: In order to perform this operation a successful bind must be completed on the connection., data 0, v1db1 
[Fri May 17 08:02:56 2013][Error][Kernel::System::CustomerUser::LDAP::CustomerName][250] Search failed! 000004DC: LdapErr: DSID-0C0906E8, comment: In order to perform this operation a successful bind must be completed on the connection., data 0, v1db1 
[Fri May 17 08:02:56 2013][Error][Kernel::System::CustomerUser::LDAP::CustomerName][250] Search failed! 000004DC: LdapErr: DSID-0C0906E8, comment: In order to perform this operation a successful bind must be completed on the connection., data 0, v1db1 
[Fri May 17 08:02:56 2013][Error][Kernel::System::CustomerUser::LDAP::CustomerName][250] Search failed! 000004DC: LdapErr: DSID-0C0906E8, comment: In order to perform this operation a successful bind must be completed on the connection., data 0, v1db1 
[Fri May 17 08:02:56 2013][Error][Kernel::System::CustomerUser::LDAP::CustomerName][250] Search failed! 000004DC: LdapErr: DSID-0C0906E8, comment: In order to perform this operation a successful bind must be completed on the connection., data 0, v1db1 
[Fri May 17 08:02:56 2013][Error][Kernel::System::CustomerUser::LDAP::CustomerName][250] Search failed! 000004DC: LdapErr: DSID-0C0906E8, comment: In order to perform this operation a successful bind must be completed on the connection., data 0, v1db1 
[Fri May 17 08:02:56 2013][Error][Kernel::System::CustomerUser::LDAP::CustomerName][250] Search failed! 000004DC: LdapErr: DSID-0C0906E8, comment: In order to perform this operation a successful bind must be completed on the connection., data 0, v1db1 
[Fri May 17 08:02:56 2013][Error][Kernel::System::CustomerUser::LDAP::CustomerName][250] Search failed! 000004DC: LdapErr: DSID-0C0906E8, comment: In order to perform this operation a successful bind must be completed on the connection., data 0, v1db1 
[Fri May 17 08:02:56 2013][Error][Kernel::System::CustomerUser::LDAP::CustomerName][250] Search failed! 000004DC: LdapErr: DSID-0C0906E8, comment: In order to perform this operation a successful bind must be completed on the connection., data 0, v1db1 
[Fri May 17 08:08:17 2013][Notice][main::_Start] Scheduler Service is stopping...!
[Fri May 17 08:08:20 2013][Notice][main::_Stop] Scheduler Service stop! PID 1968
Weiss jemand Rat bitte ?? :(

Liebe Grüße!
Locked