Uwe Posted December 17, 2014 Report Share Posted December 17, 2014 Hello, it's not possible to logon as "Viewer". After entering the user and password, the connection to the server gets lost and this exception appears: System.IO.InvalidDataException: Error creating indexed tag value. Server returns id=:-1 bei PicaJet.Daminion.ClientCommon.CatalogMetadataManager.CreateIndexedTagValue(IIndexedTag indexedTag, IIndexedTagValue parentValue, IIndexedTagValue siblingValue, Object value, Boolean below, Boolean isGroup) in c:\DaminionAuto\Code\ClientCommon\Classes\CatalogMetadataManager.cs:Zeile 1743. bei PicaJet.Daminion.ClientCommon.CatalogMetadataManager.CreateIndexedTagValue(IIndexedTag indexedTag, IIndexedTagValue parentValue, Object value) in c:\DaminionAuto\Code\ClientCommon\Classes\CatalogMetadataManager.cs:Zeile 1710. bei PicaJet.Daminion.ClientCommon.CatalogViewPresenter.NavigatorOnOnChange(Object sender, EventArgs eventArgs) in c:\DaminionAuto\Code\ClientCommon\Presenters\CatalogViewPresenter.cs:Zeile 239. bei System.EventHandler`1.Invoke(Object sender, TEventArgs e) bei PicaJet.Daminion.ClientCommon.BookNavigator.DoChange() in c:\DaminionAuto\Code\ClientCommon\Classes\BookNavigator.cs:Zeile 791. bei PicaJet.Daminion.ClientCommon.BookNavigator.SetNewActiveBook(Object sender, MainThreadJobEventArgs args) in c:\DaminionAuto\Code\ClientCommon\Classes\BookNavigator.cs:Zeile 729. bei WinPicaJet.MainForm.DoMainThreadJobSync(Object sender, MainThreadJobDelegate job, MainThreadJobEventArgs args) in c:\DaminionAuto\Code\WinPicaJet\MainForm.cs:Zeile 1676. No difference if you logon on a remote client or on a client running on the server PC. You get the logs and a video by Skype. Regards, Uwe Quote Link to comment Share on other sites More sharing options...
Murat Posted December 17, 2014 Report Share Posted December 17, 2014 This is the known issue in the latest unpublic Daminion builds. You can't log in to the Daminion Server with a user role lower than the Editor. As a temporary workaround you can change the role for your user or try to log in by another user. The bug fix will be ready tomorrow. Quote Link to comment Share on other sites More sharing options...
moorecokhodge Posted January 17, 2015 Report Share Posted January 17, 2015 This is the known issue in the latest unpublic Daminion builds. You can't log in to the Daminion Server with a user role lower than the Editor. As a temporary workaround you can change the role for your user or try to log in by another user. The bug fix will be ready tomorrow. Hey Murat - is there an anticipated release date for this fix? Quote Link to comment Share on other sites More sharing options...
moorecokhodge Posted January 23, 2015 Report Share Posted January 23, 2015 Just wanted to check in again and see if anyone has heard of a fix for the viewer roles yet.. One of my users is unable to use the software for now due to the error. Quote Link to comment Share on other sites More sharing options...
Murat Posted January 24, 2015 Report Share Posted January 24, 2015 A new build is almost ready. We are fixing the minor issues now. Will be available in the upcoming week. Quote Link to comment Share on other sites More sharing options...
rene Posted January 26, 2015 Report Share Posted January 26, 2015 can't wait for the new built! Quote Link to comment Share on other sites More sharing options...
moorecokhodge Posted February 10, 2015 Report Share Posted February 10, 2015 Does anyone know if this viewer role bug is fixed in the 3.7 version that Murat added today? Quote Link to comment Share on other sites More sharing options...
Murat Posted February 10, 2015 Report Share Posted February 10, 2015 Yep. This bug was fixed in the 3.7 version. Quote Link to comment Share on other sites More sharing options...
moorecokhodge Posted February 12, 2015 Report Share Posted February 12, 2015 Logging in as a viewer role now works correctly! I found an error that appears to only affect viewer accounts, though. How I produce this error: Open Daminion, connect to Daminion server catalog Log on with viewer credentials Click and drag any image in the catalog and drop it on the "tray" OR right click any image and say "Add To/Remove From Tray" Program shows "server connection lost" or crashes Here is the error text I receive: ************** Exception Text ************** System.IO.InvalidDataException: Error creating indexed tag value. Server returns id=:-1 at PicaJet.Daminion.ClientCommon.CatalogMetadataManager.CreateIndexedTagValue(IIndexedTag indexedTag, IIndexedTagValue parentValue, IIndexedTagValue siblingValue, Object value, Boolean below, Boolean isGroup) in c:\DaminionAuto\Code\ClientCommon\Classes\CatalogMetadataManager.cs:line 1743 at PicaJet.Daminion.ClientCommon.CatalogMetadataManager.CreateIndexedTagValue(IIndexedTag indexedTag, IIndexedTagValue parentValue, Object value) in c:\DaminionAuto\Code\ClientCommon\Classes\CatalogMetadataManager.cs:line 1710 at PicaJet.Daminion.ClientCommon.CatalogView.GetTrayValue() in c:\DaminionAuto\Code\ClientCommon\Classes\CatalogView.cs:line 1105 at PicaJet.Daminion.ClientCommon.CatalogView.AppendRemoveSelectionToTray(Boolean append, Boolean removeExists, Boolean forceRemove, Boolean refreshSelf, Dictionary`2& values) in c:\DaminionAuto\Code\ClientCommon\Classes\CatalogView.cs:line 984 at PicaJet.Daminion.ClientCommon.PicaJetEnginePresenter.AddToTray(Object sender, ActionExecuteEventArgs e) in c:\DaminionAuto\Code\ClientCommon\Presenters\PicaJetEnginePresenterActions.cs:line 4675 at PicaJet.Daminion.ClientCommon.Action.ExecuteAction(Object sender, ActionExecuteEventArgs e) in c:\DaminionAuto\Code\ClientCommon\Classes\Action.cs:line 390 at PicaJet.Daminion.GUIComponents.ContextMenuGenerator.MainMenuItemClick(Object sender, EventArgs e) in c:\DaminionAuto\Code\GUIComponents\Classes\ContextMenuGenerator.cs:line 595 at System.Windows.Forms.ToolStripItem.RaiseEvent(Object key, EventArgs e) at System.Windows.Forms.ToolStripMenuItem.OnClick(EventArgs e) at System.Windows.Forms.ToolStripItem.HandleClick(EventArgs e) at System.Windows.Forms.ToolStripItem.HandleMouseUp(MouseEventArgs e) at System.Windows.Forms.ToolStripItem.FireEventInteractive(EventArgs e, ToolStripItemEventType met) at System.Windows.Forms.ToolStripItem.FireEvent(EventArgs e, ToolStripItemEventType met) at System.Windows.Forms.ToolStrip.OnMouseUp(MouseEventArgs mea) at System.Windows.Forms.ToolStripDropDown.OnMouseUp(MouseEventArgs mea) at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks) at System.Windows.Forms.Control.WndProc(Message& m) at System.Windows.Forms.ScrollableControl.WndProc(Message& m) at System.Windows.Forms.ToolStrip.WndProc(Message& m) at System.Windows.Forms.ToolStripDropDown.WndProc(Message& m) at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m) at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m) at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam) Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.