A fix is available
APAR status
Closed as documentation error.
Error description
Documentation for Impact interfaces needs updating. Impact provides several APIs that can be used in custom policies : http://publib.boulder.ibm.com/infocenter/tivihelp/v8r1/index.jsp ?topic=%2Fcom.ibm.netcoolimpact.doc6.1%2Fcommon%2Fdita%2Ffunctio ns_c.html When using these APIs, the parameters passed in as arguments need to always be variables, not arithmetic or derived. For example : AddDataItem("Ratemon_DT_Instance", NewInst- 4); fails, but : NewInst=NewInst-4; AddDataItem("Ratemon_DT_Instance", NewInst); is successful. Thsi restriction applies to all the Impact 5.1.1 and 6.1 APIs
Local fix
Only pass variables nto Impact APIs
Problem summary
**************************************************************** * USERS AFFECTED: * * All Impact Users * **************************************************************** * PROBLEM DESCRIPTION: * * When a variable is passed to a function, that variable will * * be updated after the function is complete. Because of this, * * you can't pass anything but variables to functions. * **************************************************************** * RECOMMENDATION: * * Add information that functions should only be passed * * variables otherwise an exception will be generated in the * * logs * ****************************************************************
Problem conclusion
Technote
Temporary fix
Comments
APAR Information
APAR number
IV32524
Reported component name
NETCOOL/IMPACT
Reported component ID
5724O59IS
Reported release
610
Status
CLOSED DOC
PE
NoPE
HIPER
NoHIPER
Special Attention
NoSpecatt
Submitted date
2012-11-26
Closed date
2013-02-21
Last modified date
2013-02-21
APAR is sysrouted FROM one or more of the following:
APAR is sysrouted TO one or more of the following:
Fix information
Applicable component levels
Rate this page:
Average rating
Copyright and trademark information
IBM, the IBM logo and ibm.com are trademarks of International Business Machines Corp., registered in many jurisdictions worldwide. Other product and service names might be trademarks of IBM or other companies. A current list of IBM trademarks is available on the Web at "Copyright and trademark information" at www.ibm.com/legal/copytrade.shtml.