<?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: SAS Miner won't run anything: exception.server.nompconnect in SAS Data Science</title>
    <link>https://communities.sas.com/t5/SAS-Data-Science/SAS-Miner-won-t-run-anything-exception-server-nompconnect/m-p/174109#M2026</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is something to be&amp;nbsp; checked/verified.&amp;nbsp; The MPconnect error I have seen before with Eminer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Some nodes of Eminer are able to use the MPconnect facility as described with SAS/Connect &lt;A href="http://support.sas.com/documentation/cdl/en/connref/63066/HTML/default/viewer.htm#n0dj7pa4m8yvmqn15pt63fw9fj9u.htm" title="http://support.sas.com/documentation/cdl/en/connref/63066/HTML/default/viewer.htm#n0dj7pa4m8yvmqn15pt63fw9fj9u.htm"&gt;SAS/CONNECT(R) 9.3 User's Guide&lt;/A&gt; &lt;/P&gt;&lt;P&gt;It starts an other sas session on the same machine using the signon command.&amp;nbsp; Mpconnect using that way only makes sense with asynchronous processing that is set by the sas system option noconnectwait.&lt;BR /&gt;The maximum number of parallel sessions can be set at the SAS metadatalevel where a dedicated Enterpriser miner items are created at the moment of a start of the rmi interface (using the configured unrestricted sasadmin with psw).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you wan to use EGuide and Mpconnect it is logical to set the system option default tot noconnectwait. You can try the functionality MPconnect manual with some code. &lt;BR /&gt;When this works with sas basic coding (In my case it did) than the question is why it would not wit Eminer,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;During opening of a Eminer project al lot of code is activated by including that from some locations. The code for using mp-connect is hidden there somewhere.&lt;BR /&gt;It uses a signon statement for mp-connect but is/was expecting a synchronous mode setting. When this is not the case all checks will fail resulting in a mpconnect error message.&lt;BR /&gt;If this is the same in your case, you can reset this by adding a option connectwait in your eminer startupcode.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 25 Aug 2014 09:22:44 GMT</pubDate>
    <dc:creator>jakarman</dc:creator>
    <dc:date>2014-08-25T09:22:44Z</dc:date>
    <item>
      <title>SAS Miner won't run anything: exception.server.nompconnect</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/SAS-Miner-won-t-run-anything-exception-server-nompconnect/m-p/174108#M2025</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear SAS folks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to get accustomed to the SAS Miner (12.1) program and followed the instructions of the 'Getting started'-tutorial, which uses the 'Donor_raw_data' file. I managed to get to the point of running the StatExplore node, which leads to a note 'Running...' showing up in the bottom indefinitely, no error messages, no results ("Node execution was stopped on request.") and a log that is not very informative.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The log only reports the following interesting part:&lt;/P&gt;&lt;P&gt;-----&lt;/P&gt;&lt;P&gt;filename _wipxml '***\Lev1\***\Prc2\DiagramGetReportMetadata.xml' encoding="UTF-8" NOBOM;&lt;/P&gt;&lt;P&gt;WARNING: End of file.&lt;/P&gt;&lt;P&gt;WARNING: End of file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;%let SYSCC=0;&lt;/P&gt;&lt;P&gt;%let SYSRC=0;&lt;/P&gt;&lt;P&gt;%let EMEXCEPTIONSTRING=;&lt;/P&gt;&lt;P&gt;%let SYSMSG=;&lt;/P&gt;&lt;P&gt;%em_diagram(action=getreportsmeta, projpath=%nrstr(***\Lev1\SASTest\testit), projname=%nrstr(testit), dgmId=EMWS3, nodeid=Stat, outfile=DiagramGetReportMetadata.xml);&lt;/P&gt;&lt;P&gt;NOTE: Fileref _DGMFRF has been deassigned.&lt;/P&gt;&lt;P&gt;WIP_ACTION: GETREPORTSMETA&lt;/P&gt;&lt;P&gt;DGMID: EMWS3&lt;/P&gt;&lt;P&gt;LOCKFILE: ***\Lev1\SASTest\testit\testit\Workspaces\EMWS3\System\wsopen.lck&lt;/P&gt;&lt;P&gt;data _null_;&lt;/P&gt;&lt;P&gt;set EMWS3.EM_NODEID;&lt;/P&gt;&lt;P&gt;where upcase(NODEID)=upcase("Stat");&lt;/P&gt;&lt;P&gt;call symput('_EMCLASS', CLASS);&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NOTE: There were 1 observations read from the data set EMWS3.EM_NODEID.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; WHERE UPCASE(NODEID)='STAT';&lt;/P&gt;&lt;P&gt;NOTE: DATA statement used (Total process time):&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; real time&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.00 seconds&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; cpu time&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.00 seconds&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;filename _wipxml '***\Lev1\***\Prc2\DiagramGetReportMetadata.xml' encoding="UTF-8" NOBOM;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And in the DiagramGetReportMetadata.xml file I find the following:&lt;/P&gt;&lt;P&gt;-----&lt;/P&gt;&lt;P&gt;&amp;lt;?xml version="1.0" encoding="UTF-8" ?&amp;gt;&amp;lt;_ROOT_ EMVERSION="12.1" &amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;LAYOUT&amp;nbsp; ORIENTATION="HORIZONTAL" NOTES="***\Lev1\SASTest\testit\testit\Workspaces\EMWS3\EMNOTES.txt"&lt;/P&gt;&lt;P&gt;&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;NODES &amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;NODE&amp;nbsp; CLASS="SASHELP.EMSAMP.IDS.CLASS" COMPONENT="DataSource" ID="Ids" X="324" Y="260"&lt;/P&gt;&lt;P&gt; DESCRIPTION="DONOR_RAW_DATA" DIAGRAMID="_ROOT_" PARENTID=""&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;PROPERTIES&amp;nbsp; DataSource="donorrawdata" Scope="LOCAL" Role="RAW" Library="***" Table="DONOR_RAW_DATA"&lt;/P&gt;&lt;P&gt; NCols="50" NObs="19372" NBytes="." Segment="" DataSourceRole="RAW" OutputType="VIEW"&lt;/P&gt;&lt;P&gt; ForceRun="N" ComputeStatistics="N" DataSelection="DATASOURCE" NewTable="" MetaAdvisor="BASIC"&lt;/P&gt;&lt;P&gt; ApplyIntervalLevelLowerLimit="Y" IntervalLowerLimit="20" ApplyMaxPercentMissing="Y"&lt;/P&gt;&lt;P&gt; MaxPercentMissing="50" ApplyMaxClassLevels="Y" MaxClassLevels="20" IdentifyEmptyColumns="Y"&lt;/P&gt;&lt;P&gt; VariableValidation="STRICT" NewVariableRole="REJECT" DropMapVariables="Y" DsId="donorrawdata"&lt;/P&gt;&lt;P&gt; DsSampleName="" DsSampleSizeType="" DsSampleSize="" DsCreatedBy="***" DsCreateDate="***"&lt;/P&gt;&lt;P&gt; DsModifiedBy="***" DsModifyDate="***" DsScope="LOCAL" Sample="D" SampleSizeType="PERCENT"&lt;/P&gt;&lt;P&gt; SampleSizePercent="20" SampleSizeObs="10000" DBPassThrough="Y" RunAction="Train"&lt;/P&gt;&lt;P&gt; Component="DataSource" RawCreateTime="***" CreateTime="***"&lt;/P&gt;&lt;P&gt; Description="" Data="***.DONOR_RAW_DATA" CMeta="***" LastRunMessage="exception.server.NOMPCONNECT"&lt;/P&gt;&lt;P&gt; Run="Y" LastRunStatus="FAIL" NeedRun="Y" NeedUpdate="N" ComputeHost="" NotesFile="***\Lev1\SASTest\testit\testit\Workspaces\EMWS3\Ids\EMNOTES.txt"&lt;/P&gt;&lt;P&gt;&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;VariableProperties/&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;FileProperties/&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/PROPERTIES&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;ImportPorts &amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;Port&amp;nbsp; name="DATA" role="" sourceNode="" sourcePort=""&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;DataTable&amp;nbsp; name="***.DONOR_RAW_DATA" exist="Y"/&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;MetadataTable&amp;nbsp; name="EMWS3.Ids_EMCMETADEFAULT" exist="Y"/&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/Port&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/ImportPorts&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;ExportPorts &amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;Port&amp;nbsp; name="DATA" role="RAW"&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;DataTable&amp;nbsp; name="EMWS3.Ids_DATA" exist="N"/&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;MetadataTable&amp;nbsp; name="EMWS3.Ids_CMeta_DATA" exist="Y"/&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/Port&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/ExportPorts&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/NODE&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;NODE&amp;nbsp; CLASS="SASHELP.EMEXPL.STATEXPLORE.CLASS" COMPONENT="StatExplore" ID="Stat" X="566"&lt;/P&gt;&lt;P&gt; Y="263" DESCRIPTION="StatExplore" DIAGRAMID="_ROOT_" PARENTID=""&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;PROPERTIES&amp;nbsp; BySegment="N" Correlation="Y" Spearman="N" Pearson="Y" ChiSquare="Y" ChiSquareInterval="Y"&lt;/P&gt;&lt;P&gt; ChiSquareIntervalNBins="5" MaximumVars="1000" HideVariable="Y" DropRejected="Y" UseValidate="N"&lt;/P&gt;&lt;P&gt; UseTest="N" UseScore="N" NObs="100000" IntervalDistribution="Y" ClassDistribution="Y"&lt;/P&gt;&lt;P&gt; LevelSummary="Y" ForceRun="N" RunAction="Train" Component="StatExplore" RawCreateTime="***"&lt;/P&gt;&lt;P&gt; CreateTime="***" LastRunMessage="" Run="Y" LastRunStatus="KILL" NeedRun="Y"&lt;/P&gt;&lt;P&gt; NeedUpdate="N" ComputeHost="" NotesFile="***\Lev1\SASTest\testit\testit\Workspaces\EMWS3\Stat\EMNOTES.txt"&lt;/P&gt;&lt;P&gt;&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;VariableProperties/&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;FileProperties &amp;gt;&amp;lt;![CDATA[&lt;/P&gt;&lt;P&gt;CROSSTAB&lt;/P&gt;&lt;P&gt;]]&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/FileProperties&amp;gt;&amp;lt;/PROPERTIES&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;ImportPorts &amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;Port&amp;nbsp; name="DATA" role="RAW" sourceNode="Ids" sourcePort="DATA"&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;DataTable&amp;nbsp; name="EMWS3.Ids_DATA" exist="N"/&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;MetadataTable&amp;nbsp; name="EMWS3.Ids_CMeta_DATA" exist="Y"/&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/Port&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;Port&amp;nbsp; name="VALIDATE" role="" sourceNode="" sourcePort=""&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;DataTable&amp;nbsp; name="" exist="N"/&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;MetadataTable&amp;nbsp; name="" exist="N"/&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/Port&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;Port&amp;nbsp; name="TEST" role="" sourceNode="" sourcePort=""&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;DataTable&amp;nbsp; name="" exist="N"/&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;MetadataTable&amp;nbsp; name="" exist="N"/&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/Port&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;Port&amp;nbsp; name="SCORE" role="" sourceNode="" sourcePort=""&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;DataTable&amp;nbsp; name="" exist="N"/&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;MetadataTable&amp;nbsp; name="" exist="N"/&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/Port&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/ImportPorts&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;ExportPorts &amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;Port&amp;nbsp; name="TRAIN" role="TRAIN"&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;DataTable&amp;nbsp; name="EMWS3.Stat_TRAIN" exist="N"/&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;MetadataTable&amp;nbsp; name="EMWS3.Stat_CMeta_TRAIN" exist="Y"/&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/Port&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;Port&amp;nbsp; name="VALIDATE" role="VALIDATE"&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;DataTable&amp;nbsp; name="EMWS3.Stat_VALIDATE" exist="N"/&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;MetadataTable&amp;nbsp; name="EMWS3.Stat_CMeta_VALIDATE" exist="N"/&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/Port&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;Port&amp;nbsp; name="TEST" role="TEST"&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;DataTable&amp;nbsp; name="EMWS3.Stat_TEST" exist="N"/&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;MetadataTable&amp;nbsp; name="EMWS3.Stat_CMeta_TEST" exist="N"/&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/Port&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;Port&amp;nbsp; name="SCORE" role="SCORE"&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;DataTable&amp;nbsp; name="EMWS3.Stat_SCORE" exist="N"/&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;MetadataTable&amp;nbsp; name="EMWS3.Stat_CMeta_SCORE" exist="N"/&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/Port&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/ExportPorts&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/NODE&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/NODES&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;CONNECTIONS &amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;CONNECTION&amp;nbsp; FROM="Ids" TO="Stat"/&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/CONNECTIONS&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;RUNSTATUS&amp;nbsp; LASTSTATUS="FAILED" STATUS="COMPLETED" FAILEDERROR="exception.server.NOMPCONNECT"&lt;/P&gt;&lt;P&gt; FAILEDNODE="Ids" LAST_ALIVE="0"&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;RUNNING/&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;COMPLETED/&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;FAILED &amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;NODE&amp;nbsp; Id="Ids"/&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/FAILED&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;CANCELLED &amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;NODE&amp;nbsp; Id="Stat"/&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/CANCELLED&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/RUNSTATUS&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/LAYOUT&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/_ROOT_&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The *** in the above lines replaces confidential info.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As far as I can guess.. the exception nompconnect, means that there is no multi-process connection. Another possibility is that the java version is not compatible (as far as I can tell from issues reported by others). Hopefully, someone could point out whether the configuration is incorrect and how this issue can be solved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Ben&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Aug 2014 08:55:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/SAS-Miner-won-t-run-anything-exception-server-nompconnect/m-p/174108#M2025</guid>
      <dc:creator>BenDSW</dc:creator>
      <dc:date>2014-08-25T08:55:36Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Miner won't run anything: exception.server.nompconnect</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/SAS-Miner-won-t-run-anything-exception-server-nompconnect/m-p/174109#M2026</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is something to be&amp;nbsp; checked/verified.&amp;nbsp; The MPconnect error I have seen before with Eminer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Some nodes of Eminer are able to use the MPconnect facility as described with SAS/Connect &lt;A href="http://support.sas.com/documentation/cdl/en/connref/63066/HTML/default/viewer.htm#n0dj7pa4m8yvmqn15pt63fw9fj9u.htm" title="http://support.sas.com/documentation/cdl/en/connref/63066/HTML/default/viewer.htm#n0dj7pa4m8yvmqn15pt63fw9fj9u.htm"&gt;SAS/CONNECT(R) 9.3 User's Guide&lt;/A&gt; &lt;/P&gt;&lt;P&gt;It starts an other sas session on the same machine using the signon command.&amp;nbsp; Mpconnect using that way only makes sense with asynchronous processing that is set by the sas system option noconnectwait.&lt;BR /&gt;The maximum number of parallel sessions can be set at the SAS metadatalevel where a dedicated Enterpriser miner items are created at the moment of a start of the rmi interface (using the configured unrestricted sasadmin with psw).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you wan to use EGuide and Mpconnect it is logical to set the system option default tot noconnectwait. You can try the functionality MPconnect manual with some code. &lt;BR /&gt;When this works with sas basic coding (In my case it did) than the question is why it would not wit Eminer,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;During opening of a Eminer project al lot of code is activated by including that from some locations. The code for using mp-connect is hidden there somewhere.&lt;BR /&gt;It uses a signon statement for mp-connect but is/was expecting a synchronous mode setting. When this is not the case all checks will fail resulting in a mpconnect error message.&lt;BR /&gt;If this is the same in your case, you can reset this by adding a option connectwait in your eminer startupcode.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Aug 2014 09:22:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/SAS-Miner-won-t-run-anything-exception-server-nompconnect/m-p/174109#M2026</guid>
      <dc:creator>jakarman</dc:creator>
      <dc:date>2014-08-25T09:22:44Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Miner won't run anything: exception.server.nompconnect</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/SAS-Miner-won-t-run-anything-exception-server-nompconnect/m-p/174110#M2027</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Fortunately, I came into contacts with some experts that managed to address the problem. I am not quite sure about the details of the solution, but I believe it came down to a workaround that involved increasing the number of threads available for SAS Miner. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Sep 2014 08:26:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/SAS-Miner-won-t-run-anything-exception-server-nompconnect/m-p/174110#M2027</guid>
      <dc:creator>BenDSW</dc:creator>
      <dc:date>2014-09-05T08:26:42Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Miner won't run anything: exception.server.nompconnect</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/SAS-Miner-won-t-run-anything-exception-server-nompconnect/m-p/174111#M2028</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ben,&lt;/P&gt;&lt;P&gt;That setting is found back using the SMC as part of the EM solution. A real platform admin is knowing that.&lt;/P&gt;&lt;P&gt;When the RMI-server is started it will logon to the sasmetadata (unrestricted admin) and set some special attribute for EMiner fo each WS server process.&lt;BR /&gt;Some settings are:&lt;/P&gt;&lt;P&gt;- The standard root location of your physical path of a EM-project. &lt;BR /&gt;- The path location in the SAS metadata where things are getting registered.&lt;BR /&gt;- The number of maximum nodes of parallel processing&amp;nbsp; (MP-connect) allowed for each WS server.&lt;/P&gt;&lt;P&gt;As you are possible seen as some kind of jerk by IT people they are putting a lot of limitations on you. &lt;BR /&gt;No shell or ftp,&amp;nbsp; no parallel processing&amp;nbsp; etc.&amp;nbsp; You probably find someone opening up some limitations.&lt;/P&gt;&lt;P&gt;I would think on a advice having a good collaboration and some communication with a technical SAS guru as being standard in your organization.&lt;/P&gt;&lt;P&gt;&lt;A href="http://blogs.sas.com/content/corneroffice/2014/06/25/4-tips-for-modern-cios/"&gt;http://blogs.sas.com/content/corneroffice/2014/06/25/4-tips-for-modern-cios/&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Sep 2014 08:58:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/SAS-Miner-won-t-run-anything-exception-server-nompconnect/m-p/174111#M2028</guid>
      <dc:creator>jakarman</dc:creator>
      <dc:date>2014-09-05T08:58:55Z</dc:date>
    </item>
  </channel>
</rss>

