Hi David,
I can see this functionality has been added in the latest beta and I decided to try it out however I'm not able to get it working.
I think I've configured the settings properly because it does an animation (connecting to datasource) but then gives the following error
XmlDeserializationException - There is an error in XML document (1, 1).
at Devolutions.RemoteDesktopManager.Business.DataSources.SFTPConnectionDataSource.GetConnections()
at Devolutions.RemoteDesktopManager.Managers.ConnectionManager.LoadConnectionsFromDataSource(BaseConnectionDataSource connectionDataSource)
------------------------------------------
InvalidOperationException - There is an error in XML document (1, 1).
at System.Xml.Serialization.XmlSerializer.Deserialize(XmlReader xmlReader, String encodingStyle, XmlDeserializationEvents events)
at System.Xml.Serialization.XmlSerializer.Deserialize(Stream stream)
at Devolutions.RemoteDesktopManager.Managers.SerializationManager.LoadObjectFromString(String str, Type type, Boolean createAnInstanceIfNotExists)
------------------------------------------
XmlException - Data at the root level is invalid. Line 1, position 1.
at System.Xml.XmlTextReaderImpl.Throw(Exception e)
at System.Xml.XmlTextReaderImpl.Throw(String res, String arg)
at System.Xml.XmlTextReaderImpl.ParseRootLevelWhitespace()
at System.Xml.XmlTextReaderImpl.ParseDocumentContent()
at System.Xml.XmlTextReaderImpl.Read()
at System.Xml.XmlTextReader.Read()
at System.Xml.XmlReader.MoveToContent()
at Microsoft.Xml.Serialization.GeneratedAssembly.XmlSerializationReaderConnectionArray.Read145_ArrayOfConnection()
---
I thought of the xml file being corrupted by the FTP transfer so I tried copying it as text then binary but RDM wasn't able to open either one.
Let me know if I can provide any other info to troubleshoot this.
thanks,
Dragos
I can see this functionality has been added in the latest beta and I decided to try it out however I'm not able to get it working.
I think I've configured the settings properly because it does an animation (connecting to datasource) but then gives the following error
XmlDeserializationException - There is an error in XML document (1, 1).
at Devolutions.RemoteDesktopManager.Business.DataSources.SFTPConnectionDataSource.GetConnections()
at Devolutions.RemoteDesktopManager.Managers.ConnectionManager.LoadConnectionsFromDataSource(BaseConnectionDataSource connectionDataSource)
------------------------------------------
InvalidOperationException - There is an error in XML document (1, 1).
at System.Xml.Serialization.XmlSerializer.Deserialize(XmlReader xmlReader, String encodingStyle, XmlDeserializationEvents events)
at System.Xml.Serialization.XmlSerializer.Deserialize(Stream stream)
at Devolutions.RemoteDesktopManager.Managers.SerializationManager.LoadObjectFromString(String str, Type type, Boolean createAnInstanceIfNotExists)
------------------------------------------
XmlException - Data at the root level is invalid. Line 1, position 1.
at System.Xml.XmlTextReaderImpl.Throw(Exception e)
at System.Xml.XmlTextReaderImpl.Throw(String res, String arg)
at System.Xml.XmlTextReaderImpl.ParseRootLevelWhitespace()
at System.Xml.XmlTextReaderImpl.ParseDocumentContent()
at System.Xml.XmlTextReaderImpl.Read()
at System.Xml.XmlTextReader.Read()
at System.Xml.XmlReader.MoveToContent()
at Microsoft.Xml.Serialization.GeneratedAssembly.XmlSerializationReaderConnectionArray.Read145_ArrayOfConnection()
---
I thought of the xml file being corrupted by the FTP transfer so I tried copying it as text then binary but RDM wasn't able to open either one.
Let me know if I can provide any other info to troubleshoot this.
thanks,
Dragos