Have recently deployed new bright sign on the network. getting this message in the logs when trying to write to it:
Error transferring file using local file networking: System.Net.WebException: This request requires buffering data to succeed.
at System.Net.HttpWebRequest.GetResponse()
at BrightAuthor.HTTPPost.HttpUploadFile(String url, String filePath, String fileName, NameValueCollection nvc, String userName, String password, LWSPublisher lwsPublisher)
Error communicating with the BrightSign
Exception is: System.Exception: System.Net.WebException: This request requires buffering data to succeed.
at System.Net.HttpWebRequest.GetResponse()
at BrightAuthor.HTTPPost.HttpUploadFile(String url, String filePath, String fileName, NameValueCollection nvc, String userName, String password, LWSPublisher lwsPublisher)
at BrightAuthor.HTTPPost.HttpUploadFile(String url, String filePath, String fileName, NameValueCollection nvc, String userName, String password, LWSPublisher lwsPublisher)
at BrightAuthor.LWSPublisher.PublishToLWSThread()
can get to all the associated websites used for testing connectivity. Any ideas?
Thanks
Stan