I have problem with sending Short Message Service (SMS) from scom 2012 RTM.
I need to send SMS like
Alrt: $Data/Context/DataItem/AlertName$ SRC: $Data/Context/DataItem/ManagedEntityDisplayName$ DSC: $Data/Context/DataItem/AlertDescription$
But in 2012 RTM code look like
Alert: $Data[Default='Not Present']/Context/DataItem/AlertName$ SRC: $Data[Default='Not Present']/Context/DataItem/ManagedEntityDisplayName$ DSC:$Data[Default='Not Present']/Context/DataItem/AlertDescription$
and it is long than 160 characters but in alert it will be look like this
Alert:Mb of Memory is too low SRC:technet.com DSC:The value that exceeded the threshold is: 88
and what can i do because i couldont to set parameters in sms chanels.


