tez wrote:Yes, all files/programs are on the TM1 server. Adobe is installed & the .bat file runs perfectly to open the .pdf when I double click on it within Windows Explorer.
It could possibly be an account security issue so I'll check that out.
Sorry, I'm a bit under the weather with a cold today so I wasn't clear enough.
It
can be a security issue
in the sense that if you test the batch file under a different account to the TM1 server service's account, you may get different results depending on both security
and, if the drive is
not a local one, drive mappings.
However... the only way that anyone will ever see that file is if they are remote desktop connected to the server using the TM1 service's account. When the batch file runs it will run under that account, it will open Acrobat on that account, and you'll only see Acrobat and the file if you yourself are also logged into the server under that account.
So to test that the batch file can actually run, you'd need to have done it under the TM1 service's account already. A test any other account would be meaningless. If you have in fact tested it under the TM1 server's account, it obviously can't be a security issue. If you haven't, then it can be, but it wouldn't have been a useful test (beyond checking the syntax of the batch file, anyway).
As an aside, while it's useful to be able to RDC onto a server using the TM1 server's own account to get under the hood when things go wrong (though some more security-obsessed IT departments may feel otherwise), I'm not sure that I'd be doing it on a daily basis to look at reports on the server. IMHO it's better to let the server run in isolation as much as possible. (Though I'll admit that it's not always possible to do so, with the proviso that the REST API will increase the number of things that can be done from a distance.)