IBM Tivoli Enablement Tools
New Thread Requests
If you don't see a thread on a topic that you would like added, please post your request here before creating a new request. This forum is intended for support of our existing tools. Your post should be added to an existing thread in most cases.
The way to ask a new question is to reply to the appropriate thread for the tool that you have a question about.
BradOlive 11000061AB 2010-03-19T15:10:23Z The way to ask a new question is to reply to the appropriate thread for the tool that you have a question about. More... Do NOT create a new thread. As mentioned above, your message WILL NOT be read and will be deleted.
BradOlive 11000061AB 2010-03-19T15:12:30Z Do NOT create a new thread. As mentioned above, your message WILL NOT be read and will be deleted. More... Simply click the Reply To This Thread button to post your message.
BradOlive 11000061AB 2010-03-19T15:13:19Z Simply click the Reply To This Thread button to post your message. More... I am having problmes accessing the attributes of the person for a given WSPerson. I get null attributes for DN,name and pretty much everything Here is the code..(This is .NET code) All other code works fine..I can create user and pretty much do everything with this API, however searchPersonsWithITIMAccount although returns record, however it shows all attributes for this person are null. // Regular USER String uid = “tetester#abc”; string filter = "(uid=" + uid+")"; WSPerson[] persons = this.service.searchPersonsWithITIMAccount(this.session, filter, null); Logger.Debug("Finished the search"); if (persons == null || persons.GetLength(0) > 1) { Logger.Debug("User :" + uid + " is not valid user"); } else { Logger.Debug("Found person"); Logger.Debug("Number of persons with this search filter:" + persons.Length); Logger.Debug("Peson's DN:" + persons[0].itimDN); Logger.Debug("Profile Name:" + persons[0].profileName); Logger.Debug("Person Name:" + persons[0].name); } Logger.Debug("Finding person attributes"); WSAttribute[] wsAttribute = persons[0].attributes; if (wsAttribute.Length == 0) { Logger.Debug("Person has no attributes"); } It identfies the person as I get one record for the search, however all the attributes for that person are null ?? and the message I get Person has no attributes, the length of the attribute array is zero.. i
avidesh 270003129D 2011-10-14T23:53:25Z I am having problmes accessing the attributes of the person for a given WSPerson. I get null attributes for DN,name and pretty much everything Here is the code..(This is .NET code) All other code works fine..I can create user and pretty much do everything with this API, however searchPersonsWithITIMAccount although returns record, however it shows all attributes for this person are null. // Regular USER String uid = “tetester#abc”; string filter = "(uid=" + uid+")"; WSPerson[] persons = this.service.searchPersonsWithITIMAccount(this.session, filter, null); Logger.Debug("Finished the search"); if (persons == null || persons.GetLength(0) > 1) { Logger.Debug("User :" + uid + " is not valid user"); } else { Logger.Debug("Found person"); Logger.Debug("Number of persons with this search filter:" + persons.Length); Logger.Debug("Peson's DN:" + persons[0].itimDN); Logger.Debug("Profile Name:" + persons[0].profileName); Logger.Debug("Person Name:" + persons[0].name); } Logger.Debug("Finding person attributes"); WSAttribute[] wsAttribute = persons[0].attributes; if (wsAttribute.Length == 0) { Logger.Debug("Person has no attributes"); } It identfies the person as I get one record for the search, however all the attributes for that person are null ?? and the message I get Person has no attributes, the length of the attribute array is zero.. i More... avidesh, What version and build number of ITIM Web Services are you using? Go to http://yourHost:port/ITIMWebServices/testITIMConnection.jsp, authenticate and it will show you the complete version info. There was an issue with searchPersonsWithITIMAccount in an earlier build that has since been corrected. Please have your IBM rep email me at gverma#us.ibm.com with the version info. Girish.
Hi, At the top of this page there is mention of "TDI Data Feed Reports". I see no thread for it. My current customer has need of a whole bunch of custom reporting in SIM so I was wondering what this add-on does? Thank you. Jeff
garou 100000CQDB 2012-08-10T15:08:33Z Hi, At the top of this page there is mention of "TDI Data Feed Reports". I see no thread for it. My current customer has need of a whole bunch of custom reporting in SIM so I was wondering what this add-on does? Thank you. Jeff More... I'd like a thread on how to get DocTool to run with ITIM v5.0 on AIX. Mine is failing because we use a secure connection to the LDAP server and the DocTool seems to use a simple bind which fails. The tool should be able to determine from the WAS configuration how to connect.
Related Links
Error while running ITIM Doc Tool
Issues and comment for the ITIM Adapter Development Tool
Comment and issues for the ITIM DocTool
ISIM Web Services -Single SIgn on
Working entry comming as null when AL is run
ITIM Adapter Development Tool - Loop Connector hasn\'t Hooks tab
Out of memory while running ITIMDocTool_HTML.sh
Webservice call from TDI via isim
ITIM- Java client not able to get the PlatformContext object using new InitialPlatformContext(env)
ITIM WS SOAP Response fails Validation
Custom adapter Test connection AL Error CTGIMT603E for webservice connection
Web Services Wrappers for ITIM API- New Application
Thread safety of client API
Webservices exception
Error while testing connection to ITIM Web Services v1.32
ISIM 6.0 webservice date issue