I have a error condition where a user tries to check out an assembly file from a remote server it errors out saying that the requested file does not exist. I have verified that the file is actually missing from the dataserver. I ran an object report and found that the object is listed under files in the dataserver. Example file newpart.asm shows up as file 408104.asm AND 406276.asm. When the user clicks on newpart.asm, it tries to find the 408104.asm entry. How can I fix the index so it points to the 406276.asm entry? Could I just copy the 406276.asm to 408104.asm on the file server? will having two entries for the same name cause an error?
Thanks in advance
Thanks in advance