Problem: After changing the password for the file share on a TSS class server, the previously accessible folder from the windows computer will now no longer accept any user name / password combination.
The Windows computer holds certain credentials for mapped drives and open network shares. These need to be disconnected so that the new credentials can be established.
Resolution: The following will need completed to disconnect the share.
net use \\<TSSservername>\tss_video_files /delete
(Replace <TSSservername> with the name or IP address of your TSS server)