pgrondin Posted November 15, 2011 Report Share Posted November 15, 2011 When I try to "Check-out" a file, and click OK on the confirmation window, I get: "Connectin to server has been lost" and when I close that, I get "Unable to find 'Checked out to me' Value". The files have been created in the User\Documents\Daminion directory, but the file lengths are zero. If I then try to "Check Out and Edit with" I get a popup: "c:\Users\Peter\Documents\Daminion\filename already" with choices "Yes", "No", "Yes To", "No To", and "Cancel" The window message is obviously truncated. What do the choices mean? If I try "Open With" on a file other that one I tried to "Check Out", I get: "Downloading file" popup followed by "Connection to Server has been lost". The Directory C:\Users\Appdata\roaming\Daminion Software\Temporary currently has eight files with hexadecimal file names all with Zero Length. There are six files in my catalog, Three of which I tried to use with "Check Out" or "Check Out and Edit With" . I can add Keywords to the "Checked Out" files. If I try to "Export To" I get a popup "Unable to cast object of type 'System.Byte[]' to type 'Picaject.Daminion.Common.ImageData'" Quote Link to comment Share on other sites More sharing options...
Murat Posted November 15, 2011 Report Share Posted November 15, 2011 All the issues you described above (and this one) are related to the same bug: a problem with 8084 port. To fix it - please locate the file below: C:\Program Files)\Daminion Software\Daminion Server\Daminion.Server.exe.config If you'll open it by a text editor you can see two lines: ... <add baseAddress="net.tcp://localhost:1212"/> ... <add baseAddress="net.tcp://localhost:XXXX"/> ... Replace XXXX by 8084 on the second row and restart the Daminion Server Service. Quote Link to comment Share on other sites More sharing options...
pgrondin Posted November 15, 2011 Author Report Share Posted November 15, 2011 Thanks Murat; The second line was localhost:0 The problems appear to be fixed. 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.