Hallo Jerome,
Ich hoffe ich habe dein Problem richtig verstanden, du meinst sicher OpenSim, nicht Robust.
Und in deiner OpenSim.ini Config ist ein Fehler !
Ich werde es mal, so ich den Fehler richtig deute, erläutern.
[code=Version A]...>
; SQLite
;;Include-Storage = "config-include/storage/SQLiteStandalone.ini";
; Unfortunately the current SQLite database plugin is not compatible with Mac OSX. You can still use the older
; legacy sqlite library if you are using Mono 2.4. Please see the notes in OpenSim.ini (search for sqlite)
; for more details
;Include-Storage = "config-include/storage/SQLiteLegacyStandalone.ini";
; MySql
; Uncomment these lines if you want to use mysql storage
; Change the connection string to your db details
StorageProvider = "OpenSim.Data.MySQL.dll"
ConnectionString = "Data Source=localhost;Database=OPENSIM;User ID=Uopensim;Password=GEHEIM;"
; Uncomment this line if you are using MySQL and want to use a different database for estates
<...[/code]
Hier drauf achten das alles was zu SQLite ist auskommentiert ist
;;Include-Storage = "config-include/storage/SQLite....ini";
[code=Version B]...>
; --- To use sqlite as region storage:
; You will also need to do the same thing in config-include/StandaloneCommon.ini if you are running in standalone mode
;;storage_plugin = "OpenSim.Data.SQLite.dll"
;storage_plugin = "OpenSim.Data.SQLiteLegacy.dll"
;;storage_connection_string="URI=file:OpenSim.db,version=3";
; --- To use MySQL storage, supply your own connection string (this is only an example):
storage_plugin="OpenSim.Data.MySQL.dll"
storage_connection_string="Data Source=localhost;Database=opensim;User ID=opensim;Password=*****;Old Guids=true;";
<...[/code]
Und auch hier genau drauf Achten das du
beide stellen richtig auskommentierst !
(storage_plugin= / storage_connection_string=)
Es kann in der Config zu Problem führen >
, wenn du da zwei Verschiedene Connection zur DB angibst
Also beachte die Entsprechenden Stellen genau, das du alles zu dem Jeweiligen DB Zugang Frei
oder zu hast, Also entweder
MySql oder SQLite !
Hoffe ich konnte dir damit etwas weiter helfen
Gruss Gau
P.S.
Wer Hilfe zu den Einstellungen gerne schnell und einfach erläutert haben will, sollte in seinen Post immer gleich mit angeben, a. welches Betriebssystem ( Linux (debian, ubuntu...) // Windows 32/64 ) er nutzt, b. welche Version von Opensim ( git Nummer oder Link zum Download anführen wo es her kommt ) und c. in welcher Datei er den Fehler hat. Hilfreich kann auch eine angehängte Log-Datei sein ( Dies bitte dann als "Anhang" ACHTE AUF DEINE PASSWÃRTER )