pq19266 - OSSocketAddrInet api change in V4.5 ----------------------------------------------- Affected Platforms: All Affected Features: Communications Prerequisites: v4.5 Symptom: In SocketCommunicationsInterface app, the getter and setter methods for an address changed between VA Version 4.02 and VA Version 4.5. The methods were OSSocketAddrInet>>#address and OSSocketAddrInet>>#address: in VA 4.02 and are OSSocketAddrInet>>#addr and OSSocketAddrInet>>#addr: in VA 4.5 In VA 4.5 AbtTCPBaseApp the method AbtTCPInetHost>>#dottedDecimalAddress creates a new instance of OSSocketAddrInet and then sends it the message address:. This should be changed to addr: for consistency with the SCI method name changes. Solution: Open a workspace on file pq19266.st and filein the patch.