Hi, Thanks a lot for this tool, saves a lot of time in every morning and monitoring has become quite simple. Modified it to some extent for our use and generate automated reports out of it.
Just one thing… the folder name for the report. I got one reply from you on this. Tried that… I have got the SI_PARENT_FOLDER field which is a number. Please explain how to get the entire folder path from this.
Although you can use the recursive function to get the folder path, here is a slightly quicker method. Folders support a getPath() method so you can use something like this:
if (infObj instanceof IFolder){
String[] pathParts = ((IFolder)infObj).getPath();
}
That method does not return the name of the folder whose path you are trying to find. For example, if you are looking at folder Reportsin Public Folders -> Reports, the result will be a null array. Calling it for Public Folders -> Reports -> FolderOfInterest will return an array consisting of just Reports.
This is an update to “XIR2 scheduling instances viewer”.
Version: release 2.0
Additions/bug fixes:
Destination Details which includes most details about destination including email addresses, inboxes, ftp servers and usernames, unmanaged disk locations, etc…
Delay column fixed.
Avg Delay cell fixed.
Requirements:
Following plugins needs to be referenced: SMTP, FTP, DiskUnmanaged, Managed. Instances Status v2.xls (98.0 KB)
I am able to use Instances Status.xls without any issue in our BO XI R2 server. But when I try to run Instances_Status_v2.xls, I am getting error in line Set oInfoObjects = oInfoStore.Query("SELECT top 64000 SI_KIND,SI_NAME…,
Error is Unable to Connect. Logon cannot continue.