Where is the log file package written too?
It is created in your log file directory
Why is my log file package missing?
Check the path (it's relative to your TM1 data directory)
For example
If you had the following setup
/tm1
/tm1/logs
/tm1/data
you would need to input '../logs' as into the process parameters.
Check your powershell execution policy
We use a powershell script to pull in the specific log files that we want to package, on some systems this can cause trouble due to the security policy blocking the execution of unknown scripts.
To fix this, you can set the execution policy in the process by adding the flag '-ExecutionPolicy UnRestricted'
You can also unblock it by running the following in powershell
Unblock-File -Path 'C:\Path\To\DataDirectory\QUBEdocsFiles\QDPackageLogs.ps1'
Comments
0 comments
Please sign in to leave a comment.