<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Java / Openview in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/java-openview/m-p/2814041#M720952</link>
    <description>Hello,&lt;BR /&gt;&lt;BR /&gt;I want to send a message from my java program to Openview. For testing I inserted the following commands in the java program. &lt;BR /&gt;rt.exec("opcmsg severity=warning application=URLRespondTime object=Exception msg_text=xxx"); &lt;BR /&gt;Result: The message text was xxx.&lt;BR /&gt;rt.exec("opcmsg severity=warning application=URLRespondTime object=Exception msg_text=\"xxx\""); &lt;BR /&gt;Result: The message text was ???xxx???.&lt;BR /&gt;rt.exec("opcmsg severity=warning application=URLRespondTime object=Exception msg_text=\"xx x\""); &lt;BR /&gt;Result: no message, not happened, return code 2&lt;BR /&gt;&lt;BR /&gt;I want to send error messages to Openview. These messages contains more than one word and of course spaces. In the UNIX shell I use the ???-character but how can I solve this problem in java? How can I quote the ???-character? &lt;BR /&gt;Thanks for help.&lt;BR /&gt;</description>
    <pubDate>Thu, 26 Sep 2002 12:11:38 GMT</pubDate>
    <dc:creator>Juergen Nagel_1</dc:creator>
    <dc:date>2002-09-26T12:11:38Z</dc:date>
    <item>
      <title>Java / Openview</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/java-openview/m-p/2814041#M720952</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;I want to send a message from my java program to Openview. For testing I inserted the following commands in the java program. &lt;BR /&gt;rt.exec("opcmsg severity=warning application=URLRespondTime object=Exception msg_text=xxx"); &lt;BR /&gt;Result: The message text was xxx.&lt;BR /&gt;rt.exec("opcmsg severity=warning application=URLRespondTime object=Exception msg_text=\"xxx\""); &lt;BR /&gt;Result: The message text was ???xxx???.&lt;BR /&gt;rt.exec("opcmsg severity=warning application=URLRespondTime object=Exception msg_text=\"xx x\""); &lt;BR /&gt;Result: no message, not happened, return code 2&lt;BR /&gt;&lt;BR /&gt;I want to send error messages to Openview. These messages contains more than one word and of course spaces. In the UNIX shell I use the ???-character but how can I solve this problem in java? How can I quote the ???-character? &lt;BR /&gt;Thanks for help.&lt;BR /&gt;</description>
      <pubDate>Thu, 26 Sep 2002 12:11:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/java-openview/m-p/2814041#M720952</guid>
      <dc:creator>Juergen Nagel_1</dc:creator>
      <dc:date>2002-09-26T12:11:38Z</dc:date>
    </item>
    <item>
      <title>Re: Java / Openview</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/java-openview/m-p/2814042#M720953</link>
      <description>Hi J??rgen,&lt;BR /&gt;&lt;BR /&gt;what about:&lt;BR /&gt;&lt;BR /&gt;...msg_text="\"xx x\"""); ?&lt;BR /&gt;&lt;BR /&gt;Blanks only work if the string is quoted, if you want the inside quotes be part of the message, they have to be escaped.&lt;BR /&gt;&lt;BR /&gt;Hope it helps&lt;BR /&gt;Michael</description>
      <pubDate>Fri, 11 Oct 2002 08:53:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/java-openview/m-p/2814042#M720953</guid>
      <dc:creator>Michael Armbrecht</dc:creator>
      <dc:date>2002-10-11T08:53:19Z</dc:date>
    </item>
    <item>
      <title>Re: Java / Openview</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/java-openview/m-p/2814043#M720954</link>
      <description>Hi Michael,&lt;BR /&gt;&lt;BR /&gt;Thanks for your help. I will test your suggestion as soon as possible.&lt;BR /&gt;&lt;BR /&gt;For the moment I found a solution. &lt;BR /&gt;rt.exec(new String[]{"opcmsg","severity=warning","application=URLRespondTime","object=Exception thrown","msg_text="The program has been stopped!"}); &lt;BR /&gt;&lt;BR /&gt;This works good.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;</description>
      <pubDate>Mon, 14 Oct 2002 06:30:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/java-openview/m-p/2814043#M720954</guid>
      <dc:creator>Juergen Nagel_1</dc:creator>
      <dc:date>2002-10-14T06:30:41Z</dc:date>
    </item>
  </channel>
</rss>

