That looks like a great way to update the two Found databases to get logs that might be missing. But I do then still need to get the relevant ones moved to where I want them.
I did scan through the macro to see if I could adapt it to my specific need (just a few dozen cache logs). I need to think about it some more.
But just a quick aside: I noted a typo in the macro that probably has undesirable impact: Look at line 276:
note the "h" in $ErrorMessahe
When I make these mistakes I cannot spot them.
I did scan through the macro to see if I could adapt it to my specific need (just a few dozen cache logs). I need to think about it some more.
But just a quick aside: I noted a typo in the macro that probably has undesirable impact: Look at line 276:
CODE |
$ErrorMessahe=" An error occurred."+$_CrLf+" "+$ErrorMessage |
When I make these mistakes I cannot spot them.
