Re: [Opensim-dev] Opensim wirh Postgresql, running mega region: Error The given key was not present in the dictionary

2013-11-27 Thread OpenSimFan
** this related to 0006865 ** (closed) Sorry the patch didn't work unfortunately I filled in a bug report here: opensimulator.org - mantis #6868 http://opensimulator.org/mantis/view.php?id=6868 - _ Keep up the good work.!!! My

Re: [Opensim-dev] Opensim wirh Postgresql, running mega region: Error The given key was not present in the dictionary

2013-11-27 Thread Fernando Francisco de Oliveira
May you test your code changing back the line 209 of .\OpenSim\Data\PGSQL\PGSQLRegionData.cs from m_ColumnNames.Add(row[columnname].ToString()); to m_ColumnNames.Add(row[ColumnName].ToString()); And verify if the previous error continues to issue: