Wondering if anyone knows how to retrieve the Active Directory (AD) email recipients of Schedules? I am writing a MS SQL program to read the Cognos Content Store and create a list of all Cognos schedules. I can retrieve the schedule email recipient if the email was entered. But am unable to return the email if it was selected from LDAP/Active Directory. MotioPI free shows the AD name for schedules, but not the AD email. When I ran MotiotPI I did not enter the AD namespace binding credentials or point to cogstartup.xml. So I feel that retrieving the AD email or phone must be possible – but how? I see the CAMID below but how to use that if the AD name is not a Cognos user?
CMOBJPROPS26 delivoptions – if email is entered
toAddress;deliveryOptionEnum;deliveryOptionAddressSMTPArray toAddress;deliveryOptionEnum;deliveryOptionAddressSMTPArray;155;
<value xsi:type="SOAP-ENC:Array"
SOAP-ENC:arrayType="bus:addressSMTP[1]">
<item xsi:type="bus:addressSMTP">Paige.Johnson@fisglobal.com
</item>
</value>
CMOBJPROPS26 delivoptions – if email is selected from Active Directory
to;deliveryOptionEnum;deliveryOptionSearchPathMultipleObjectArray;220;
<value xsi:type="SOAP-ENC:Array"
SOAP-ENC:arrayType="bus:searchPathMultipleObject[1]">
<item xsi:type="bus:searchPathMultipleObject">CAMID("HORIZON360BI:u:699d620f2d655449a26c11dc20fca9cd")
</item>
------------------------------
brenda grossnickle
BI Programmer Analyst
FIS
------------------------------