<?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 SAS stored process is not calling in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/SAS-stored-process-is-not-calling/m-p/169059#M264093</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are retrieving data from front end java application using Jquery. In that we have two buttons to type the input data either character or numeric. After entering the data in front end when i try to see it in the dataset which is not updated. Am not sure where this error occurs. From back end we given the proper code to retrieve those datas. Is there any other way to check the stored process to identify where this error is occuring, from which end the data is not transfering properly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That particular stored process is not calling at all. So i could not able to identify the error in log also. Please suggest some ideas to identify the input parameters which is transfering between front end and back end.&lt;/P&gt;&lt;P&gt;Is there any tool to get the data between these two ends.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Aravind&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 13 Nov 2014 09:21:01 GMT</pubDate>
    <dc:creator>AravindPalanichamy</dc:creator>
    <dc:date>2014-11-13T09:21:01Z</dc:date>
    <item>
      <title>SAS stored process is not calling</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-stored-process-is-not-calling/m-p/169059#M264093</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are retrieving data from front end java application using Jquery. In that we have two buttons to type the input data either character or numeric. After entering the data in front end when i try to see it in the dataset which is not updated. Am not sure where this error occurs. From back end we given the proper code to retrieve those datas. Is there any other way to check the stored process to identify where this error is occuring, from which end the data is not transfering properly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That particular stored process is not calling at all. So i could not able to identify the error in log also. Please suggest some ideas to identify the input parameters which is transfering between front end and back end.&lt;/P&gt;&lt;P&gt;Is there any tool to get the data between these two ends.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Aravind&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Nov 2014 09:21:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-stored-process-is-not-calling/m-p/169059#M264093</guid>
      <dc:creator>AravindPalanichamy</dc:creator>
      <dc:date>2014-11-13T09:21:01Z</dc:date>
    </item>
    <item>
      <title>Re: SAS stored process is not calling</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-stored-process-is-not-calling/m-p/169060#M264094</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The stored process server(s) write(s) a log in which you can find if a certain stored process has been executed at a given time&lt;/P&gt;&lt;P&gt;(.../Lev1/SASApp/StoredProcessServer/Logs)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can insert statements in the stored process code that lets you more closely follow what is happening&lt;/P&gt;&lt;P&gt;- reroute the log with proc printto&lt;/P&gt;&lt;P&gt;- use put or %put to write additional information to that log&lt;/P&gt;&lt;P&gt;- assign a filename reference to a persistent file and write messages to that file with data _null_ steps to monitor progress&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Nov 2014 10:20:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-stored-process-is-not-calling/m-p/169060#M264094</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2014-11-13T10:20:17Z</dc:date>
    </item>
    <item>
      <title>Re: SAS stored process is not calling</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-stored-process-is-not-calling/m-p/169061#M264095</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Thanks Kurt for the suggestion.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I went to the same log file path and i could not able to see the particular Stored process in the log.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Nov 2014 10:27:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-stored-process-is-not-calling/m-p/169061#M264095</guid>
      <dc:creator>AravindPalanichamy</dc:creator>
      <dc:date>2014-11-13T10:27:54Z</dc:date>
    </item>
    <item>
      <title>Re: SAS stored process is not calling</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-stored-process-is-not-calling/m-p/169062#M264096</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This indicates that the stored process was never called from the frontend, so you will need to look for information there.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Nov 2014 12:22:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-stored-process-is-not-calling/m-p/169062#M264096</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2014-11-13T12:22:51Z</dc:date>
    </item>
    <item>
      <title>Re: SAS stored process is not calling</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-stored-process-is-not-calling/m-p/169063#M264097</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Kurt is correct.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can look for the issue from the SAS side, but it will be easier for you to do it from the start of your request to the Stored Process.&lt;/P&gt;&lt;P&gt;As you are making use of JQuery, I would debug first the front-end (many options, I like the firefox ones) to validate that, at least, the dynamic query (js, AJAX) and if it is OK, then debug the Java application or see the logs from your web application server (Jboss, WebLogic, etc) and your Java application. This is the critical point to realize the origin of your issue. &lt;/P&gt;&lt;P&gt;From the SAS side, you should check the logs in the Metadata server, your object spawner.... a little more complicated, but maybe worthy sooner or later.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Nov 2014 19:20:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-stored-process-is-not-calling/m-p/169063#M264097</guid>
      <dc:creator>JuanS_OCS</dc:creator>
      <dc:date>2014-11-13T19:20:16Z</dc:date>
    </item>
    <item>
      <title>Re: SAS stored process is not calling</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-stored-process-is-not-calling/m-p/169064#M264098</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Juan. But i how to debug the front end. Using firefox means. please elaborate. how to check the error from front side&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Nov 2014 18:59:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-stored-process-is-not-calling/m-p/169064#M264098</guid>
      <dc:creator>AravindPalanichamy</dc:creator>
      <dc:date>2014-11-14T18:59:27Z</dc:date>
    </item>
    <item>
      <title>Re: SAS stored process is not calling</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-stored-process-is-not-calling/m-p/169065#M264099</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is possible to install plugins in Firefox for debugging, like one called FireBug, very popular. But if it is your first time to debug and investigate the front end, I think it would be a good idea for you to sit together with an experienced collega on this area.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Nov 2014 19:38:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-stored-process-is-not-calling/m-p/169065#M264099</guid>
      <dc:creator>JuanS_OCS</dc:creator>
      <dc:date>2014-11-14T19:38:42Z</dc:date>
    </item>
  </channel>
</rss>

