<?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 Re: Enterprise Miner Question - Scoring Node in SAS Data Science</title>
    <link>https://communities.sas.com/t5/SAS-Data-Science/Enterprise-Miner-Question-Scoring-Node/m-p/331636#M4976</link>
    <description>&lt;P&gt;Right, so that is what I am trying to do, but I only get two options in the drop down (please see attachments). &amp;nbsp;I do not want to use C, but sure, why not? &amp;nbsp;Except when I go to&amp;nbsp;&lt;A href="http://support.sas.com/kb/35/872.html" target="_blank"&gt;http://support.sas.com/kb/35/872.html&lt;/A&gt; to download cscore.h, the link fails. &amp;nbsp;FWIW, I strongly prefer Java. &amp;nbsp;The score node is input from a decision tree, so I am not sure what I am doing wrong to get my only 2 drop downs.&lt;/P&gt;&lt;BR /&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/13428iAFBB9E373CB6EBFE/image-size/large?v=1.0&amp;amp;px=600" border="0" alt="c.PNG" title="c.PNG" /&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/13429i9A53E3ED59CAE3C3/image-size/large?v=1.0&amp;amp;px=600" border="0" alt="java.PNG" title="java.PNG" /&gt;</description>
    <pubDate>Sat, 11 Feb 2017 02:34:25 GMT</pubDate>
    <dc:creator>cme0015</dc:creator>
    <dc:date>2017-02-11T02:34:25Z</dc:date>
    <item>
      <title>Enterprise Miner Question - Scoring Node</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Enterprise-Miner-Question-Scoring-Node/m-p/331538#M4972</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi all, I have an issue that may be born of simple ignorance. I am trying to get the Java Scoring Code from a Score Node. The C is there, Java Score is set to Y, but there is simply no option for the actual Java code. So at the moment under Java I am only getting "User-defined Formats" and "File Metadata." Does anyone know where this might be hiding? This is version 6.2 FYI.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 10 Feb 2017 15:09:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Enterprise-Miner-Question-Scoring-Node/m-p/331538#M4972</guid>
      <dc:creator>cme0015</dc:creator>
      <dc:date>2017-02-10T15:09:04Z</dc:date>
    </item>
    <item>
      <title>Re: Enterprise Miner Question - Scoring Node</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Enterprise-Miner-Question-Scoring-Node/m-p/331570#M4973</link>
      <description>&lt;P&gt;The EM Java scoring code is only available as a .class file. There is no .java file. The "Score Code" in the Results viewer is only a wrapper that calls the&amp;nbsp; "Java Class" file (DS.class) that does the actual scoring. Note, since the DS.class file is not created using a java compiler it cannot be reliably decompiled.&lt;/P&gt;</description>
      <pubDate>Fri, 10 Feb 2017 15:57:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Enterprise-Miner-Question-Scoring-Node/m-p/331570#M4973</guid>
      <dc:creator>ledfoot</dc:creator>
      <dc:date>2017-02-10T15:57:46Z</dc:date>
    </item>
    <item>
      <title>Re: Enterprise Miner Question - Scoring Node</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Enterprise-Miner-Question-Scoring-Node/m-p/331619#M4974</link>
      <description>&lt;P&gt;Ok, but then I am confused. &amp;nbsp;If you look at page 20 of&amp;nbsp;&lt;A href="https://support.sas.com/documentation/onlinedoc/miner/em121/emcjscore.pdf" target="_blank"&gt;https://support.sas.com/documentation/onlinedoc/miner/em121/emcjscore.pdf&lt;/A&gt; it specifies: &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;5.In the Java Score Code window, return to the list box at the bottom and change the setting from Scoring Function Metadata to Score Code.&lt;/P&gt;&lt;P&gt;6. From the Results window main menu, select File Save As and save the file as Score.java in the c:\temp\scorecode\jscore directory that you created at the beginning of this example.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So is that right or not?&lt;/P&gt;</description>
      <pubDate>Fri, 10 Feb 2017 18:28:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Enterprise-Miner-Question-Scoring-Node/m-p/331619#M4974</guid>
      <dc:creator>cme0015</dc:creator>
      <dc:date>2017-02-10T18:28:17Z</dc:date>
    </item>
    <item>
      <title>Re: Enterprise Miner Question - Scoring Node</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Enterprise-Miner-Question-Scoring-Node/m-p/331634#M4975</link>
      <description>&lt;P&gt;It’s close but it looks like you might have skipped a step in the instructions.&lt;/P&gt;
&lt;P&gt;In the Java Score Code window there should be 5 choices in the drop down box.&lt;/P&gt;
&lt;P&gt;Scoring Function Metadata&lt;/P&gt;
&lt;P&gt;User-defined Formats&lt;/P&gt;
&lt;P&gt;Score Code&lt;/P&gt;
&lt;P&gt;File Metadata&lt;/P&gt;
&lt;P&gt;Java Class&lt;/P&gt;
&lt;P&gt;The "Scoring Function Metadata" is an XML description of the models Input variables and Output variables. It is very handy for automating things like choosing what data to feed the model when you run it.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The "User-defined Formats" is Java code that is often just a stub unless your training data contains user defined formats.&lt;/P&gt;
&lt;P&gt;The "Score Code" is Java code that invokes the model that is in the "Java Class".&lt;/P&gt;
&lt;P&gt;The "File Metadata" is another XML file that describes the mime types of the other files.&lt;/P&gt;
&lt;P&gt;The "Java Class" file is a binary java class file in which the actual model resides.&amp;nbsp; One way to think of it is as "pre-compiled" java code.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The instruction are trying to say ...&lt;/P&gt;
&lt;P&gt;Save the "Scoring Function Metadata" as JScore.xml.&lt;/P&gt;
&lt;P&gt;Save the "User-defined Formats" as JscoreUserFormats.java.&lt;/P&gt;
&lt;P&gt;Save the "Score Code" as Score.java.&lt;/P&gt;
&lt;P&gt;Save the "Java Class" as DS.class.&lt;/P&gt;</description>
      <pubDate>Fri, 10 Feb 2017 19:08:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Enterprise-Miner-Question-Scoring-Node/m-p/331634#M4975</guid>
      <dc:creator>ledfoot</dc:creator>
      <dc:date>2017-02-10T19:08:37Z</dc:date>
    </item>
    <item>
      <title>Re: Enterprise Miner Question - Scoring Node</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Enterprise-Miner-Question-Scoring-Node/m-p/331636#M4976</link>
      <description>&lt;P&gt;Right, so that is what I am trying to do, but I only get two options in the drop down (please see attachments). &amp;nbsp;I do not want to use C, but sure, why not? &amp;nbsp;Except when I go to&amp;nbsp;&lt;A href="http://support.sas.com/kb/35/872.html" target="_blank"&gt;http://support.sas.com/kb/35/872.html&lt;/A&gt; to download cscore.h, the link fails. &amp;nbsp;FWIW, I strongly prefer Java. &amp;nbsp;The score node is input from a decision tree, so I am not sure what I am doing wrong to get my only 2 drop downs.&lt;/P&gt;&lt;BR /&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/13428iAFBB9E373CB6EBFE/image-size/large?v=1.0&amp;amp;px=600" border="0" alt="c.PNG" title="c.PNG" /&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/13429i9A53E3ED59CAE3C3/image-size/large?v=1.0&amp;amp;px=600" border="0" alt="java.PNG" title="java.PNG" /&gt;</description>
      <pubDate>Sat, 11 Feb 2017 02:34:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Enterprise-Miner-Question-Scoring-Node/m-p/331636#M4976</guid>
      <dc:creator>cme0015</dc:creator>
      <dc:date>2017-02-11T02:34:25Z</dc:date>
    </item>
    <item>
      <title>Re: Enterprise Miner Question - Scoring Node</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Enterprise-Miner-Question-Scoring-Node/m-p/332148#M4987</link>
      <description>&lt;P&gt;Something is definately wrong. You should probably contact SAS Tech Support.&lt;/P&gt;
&lt;P&gt;In the mean time can you share a pic of your EM flow and the log from the score node?&lt;/P&gt;</description>
      <pubDate>Mon, 13 Feb 2017 12:52:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Enterprise-Miner-Question-Scoring-Node/m-p/332148#M4987</guid>
      <dc:creator>ledfoot</dc:creator>
      <dc:date>2017-02-13T12:52:55Z</dc:date>
    </item>
    <item>
      <title>Re: Enterprise Miner Question - Scoring Node</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Enterprise-Miner-Question-Scoring-Node/m-p/332150#M4988</link>
      <description>What operating system is the EM server on?</description>
      <pubDate>Mon, 13 Feb 2017 12:55:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Enterprise-Miner-Question-Scoring-Node/m-p/332150#M4988</guid>
      <dc:creator>ledfoot</dc:creator>
      <dc:date>2017-02-13T12:55:58Z</dc:date>
    </item>
    <item>
      <title>Re: Enterprise Miner Question - Scoring Node</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Enterprise-Miner-Question-Scoring-Node/m-p/332178#M4989</link>
      <description>&lt;P&gt;The OS is Linux x64.&amp;nbsp; I think this is the important part of the log:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;TScore NOTE: Start Java code generation ........&lt;BR /&gt;PATHJSCORECODE.sas 1: Could not load class java/lang/Object.&lt;BR /&gt;PATHJSCORECODE.sas 1: Could not load class com/sas/ds/DSInterface.&lt;BR /&gt;PATHJSCORECODE.sas 1: Could not load class com/sas/ds/DSInterface.&lt;BR /&gt;ERROR:&amp;nbsp; TScore Java code generation failed, attempting error termination.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;*------------------------------------------------------------*&lt;BR /&gt;* Warning: A problem was encountered while generating the Java score code.&lt;BR /&gt;*------------------------------------------------------------*&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does this just mean we are missing some kind of config file?&lt;/P&gt;</description>
      <pubDate>Mon, 13 Feb 2017 14:14:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Enterprise-Miner-Question-Scoring-Node/m-p/332178#M4989</guid>
      <dc:creator>cme0015</dc:creator>
      <dc:date>2017-02-13T14:14:26Z</dc:date>
    </item>
    <item>
      <title>Re: Enterprise Miner Question - Scoring Node</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Enterprise-Miner-Question-Scoring-Node/m-p/332183#M4990</link>
      <description>I looks like you are going to need Tech Support to figure out how to configure your system correctly. The errors indicate that the DTJ_CLASSPATH was not setup correctly when the system was installed.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 13 Feb 2017 14:23:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Enterprise-Miner-Question-Scoring-Node/m-p/332183#M4990</guid>
      <dc:creator>ledfoot</dc:creator>
      <dc:date>2017-02-13T14:23:37Z</dc:date>
    </item>
  </channel>
</rss>

