<?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 Weird issue with Stored Process Portlets in Information Delivery Studio in Administration and Deployment</title>
    <link>https://communities.sas.com/t5/Administration-and-Deployment/Weird-issue-with-Stored-Process-Portlets-in-Information-Delivery/m-p/260130#M4615</link>
    <description>&lt;P&gt;I thought I'd try here because maybe someone else would have had this issue previously and know how to resolve. SAS support hasn't been much help so now i'm resorting to other methods to get this sorted.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;We have an issue when trying to add a store process portlet to a page in formation delivery studio. Here's a screen shot below.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/2561i8245BA2F9103B7C1/image-size/medium?v=mpbl-1&amp;amp;px=-1" border="0" alt="Capture.PNG" title="Capture.PNG" /&gt;&lt;BR /&gt;&lt;BR /&gt;As you can see, it's an IIS error. The STP portlet successfully adds to the page, but when we try to link in any stored process, we get this error. The odd thing, is that any old stored processes portlets that were linked before this issue still work. The error shows 500.19 but when we use the relative path the error becomes 404.18 which basically says that IIS cannot find what it's looking for.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What would have changed in SAS that could have caused this issue? Nothing has changed on the IIS side&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thoughts/comments/suggestions welcomed.&lt;/P&gt;</description>
    <pubDate>Wed, 30 Mar 2016 14:58:38 GMT</pubDate>
    <dc:creator>nflynn</dc:creator>
    <dc:date>2016-03-30T14:58:38Z</dc:date>
    <item>
      <title>Weird issue with Stored Process Portlets in Information Delivery Studio</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Weird-issue-with-Stored-Process-Portlets-in-Information-Delivery/m-p/260130#M4615</link>
      <description>&lt;P&gt;I thought I'd try here because maybe someone else would have had this issue previously and know how to resolve. SAS support hasn't been much help so now i'm resorting to other methods to get this sorted.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;We have an issue when trying to add a store process portlet to a page in formation delivery studio. Here's a screen shot below.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/2561i8245BA2F9103B7C1/image-size/medium?v=mpbl-1&amp;amp;px=-1" border="0" alt="Capture.PNG" title="Capture.PNG" /&gt;&lt;BR /&gt;&lt;BR /&gt;As you can see, it's an IIS error. The STP portlet successfully adds to the page, but when we try to link in any stored process, we get this error. The odd thing, is that any old stored processes portlets that were linked before this issue still work. The error shows 500.19 but when we use the relative path the error becomes 404.18 which basically says that IIS cannot find what it's looking for.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What would have changed in SAS that could have caused this issue? Nothing has changed on the IIS side&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thoughts/comments/suggestions welcomed.&lt;/P&gt;</description>
      <pubDate>Wed, 30 Mar 2016 14:58:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Weird-issue-with-Stored-Process-Portlets-in-Information-Delivery/m-p/260130#M4615</guid>
      <dc:creator>nflynn</dc:creator>
      <dc:date>2016-03-30T14:58:38Z</dc:date>
    </item>
    <item>
      <title>Re: Weird issue with Stored Process Portlets in Information Delivery Studio</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Weird-issue-with-Stored-Process-Portlets-in-Information-Delivery/m-p/260159#M4616</link>
      <description>&lt;P&gt;First off, your error: it looks to me like IIS can't find the 404 page you've configured&amp;nbsp;it to show in the system.webServer/httpErrors section of your IIS config, which is why IIS throws that 500 error. So what you're dealing with is just a 404 error and some IIS misconfig. I assume something has changed in IIS if you were getting standard 404 errors before, and&amp;nbsp;I'd be interested to know what you mean when you say 'when you use the relative path', as opposed to not using it.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;It's been a long time since I've had to use the IDP or IIS or Windows, but you asked for thoughts/comments/suggestions, so here you go. The first thing&amp;nbsp;I would do is 'view the source' of that portal page that you attached the screenshot of, in order to pull out the address that that iframe with the error in is pointing at / trying&amp;nbsp;to load. That would most likely give me an idea of where it's all going wrong. I'd then try to debug access to that URL outside the portal.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Do you have any kind of load balancing config with IIS?&amp;nbsp;Have you recently switched desktop locales?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 30 Mar 2016 17:13:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Weird-issue-with-Stored-Process-Portlets-in-Information-Delivery/m-p/260159#M4616</guid>
      <dc:creator>boemskats</dc:creator>
      <dc:date>2016-03-30T17:13:48Z</dc:date>
    </item>
    <item>
      <title>Re: Weird issue with Stored Process Portlets in Information Delivery Studio</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Weird-issue-with-Stored-Process-Portlets-in-Information-Delivery/m-p/260170#M4617</link>
      <description>&lt;P&gt;That's the reponse error that was given to me from IIS. I didn't write that "use the relative path" portion. We're weren't getting errors from the portlets at all. When I modify IIS to use the absolute path, it gives me a 404.18 (see attached).&lt;BR /&gt;&lt;BR /&gt;this describes the difference between absolute and relative paths&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://communities.sas.com/t5/forums/replypage/board-id/sas_admin/message-id/%20http:/www.coffeecup.com/help/articles/absolute-vs-relative-pathslinks/" target="_self"&gt;http://www.coffeecup.com/help/articles/absolute-vs-relative-pathslinks/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;'&lt;/SPAN&gt;&lt;A href="https://bsr.aba.com/SASBIPortlets/ViewerStoredProcessAction.do?sas.portlet.container.client.id=d3f2fa8c0413be9c%3A129dcffe%3A153bede43d7%3A-3d7f&amp;amp;namespaceKeyPrefix=ns_57_" target="_blank"&gt;https://bsr.aba.com:443/SASBIPortlets/ViewerStoredProcessAction.do?sas.portlet.container.client.id=d3f2fa8c0413be9c%3A129dcffe%3A153bede43d7%3A-3d7f&amp;amp;namespaceKeyPrefix=ns_57_&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;^that is the URL that is causing issues. I'm not quite sure how to debug access to a URL.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;We don't not have any load balancing in IIS that I am aware of (the server farms section is blank). Nothing else has changed that I can tell. Haven't switched desktop locales.&amp;nbsp;&lt;/P&gt;&lt;BR /&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/12414i5F86D0D0AF3DD92D/image-size/large?v=1.0&amp;amp;px=600" border="0" alt="Capture.PNG" title="Capture.PNG" /&gt;</description>
      <pubDate>Wed, 30 Mar 2016 17:41:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Weird-issue-with-Stored-Process-Portlets-in-Information-Delivery/m-p/260170#M4617</guid>
      <dc:creator>nflynn</dc:creator>
      <dc:date>2016-03-30T17:41:11Z</dc:date>
    </item>
    <item>
      <title>Re: Weird issue with Stored Process Portlets in Information Delivery Studio</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Weird-issue-with-Stored-Process-Portlets-in-Information-Delivery/m-p/260420#M4622</link>
      <description>&lt;P&gt;Ok cool - what happens when you try to access that SASBIPortlets URL that you posted, but directly through your browser? Log on to a fresh session in the portal, go 'view source' again, pick out that URL (complete with the sas.portlet.container.client.id bits), paste it into another browser tab - do you get a 404, 500 or a message saying '&lt;SPAN&gt;An error has occurred. Please contact the Administrator'?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you go into SAS Management Console as an admin, go to Plugins -&amp;gt; Application Management (bottom bit) -&amp;gt; Configuration Manager -&amp;gt; SAS Application Infrastructure -&amp;gt; BI Portlets, right click that, Properties, Internal Connection, what host name / port / service do you see? What about the next tab, External Connection?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is your Portal application also running as HTTPS, on the same port, 443? Do you access it using the url of &lt;A href="https://bsr.aba.com:443/SASPortal/" target="_blank"&gt;https://bsr.aba.com:443/SASPortal/&lt;/A&gt; ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm guessing you've been through all of this with the support team...&lt;/P&gt;</description>
      <pubDate>Thu, 31 Mar 2016 14:20:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Weird-issue-with-Stored-Process-Portlets-in-Information-Delivery/m-p/260420#M4622</guid>
      <dc:creator>boemskats</dc:creator>
      <dc:date>2016-03-31T14:20:26Z</dc:date>
    </item>
    <item>
      <title>Re: Weird issue with Stored Process Portlets in Information Delivery Studio</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Weird-issue-with-Stored-Process-Portlets-in-Information-Delivery/m-p/260430#M4624</link>
      <description>&lt;P&gt;When I post the link to that portlet in a new web browser, it just brings up the same error you see in the last screen shot - 404.18&lt;BR /&gt;&lt;BR /&gt;There is only one connection tab. Communication Protocol is HTTPS, Host Name is bsr.aba.com, port number is 443, and the service is /SASBIPortlets&lt;BR /&gt;&lt;BR /&gt;Yes. Portal application is also running as HTTPS over 443. The weblink you've listed is correct and takes me to the correct log in screen.&lt;BR /&gt;&lt;BR /&gt;Yeah it's gotten to the point where support is barely even responding to any of our emails. They don't know what's going on and neither do we &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 31 Mar 2016 14:34:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Weird-issue-with-Stored-Process-Portlets-in-Information-Delivery/m-p/260430#M4624</guid>
      <dc:creator>nflynn</dc:creator>
      <dc:date>2016-03-31T14:34:23Z</dc:date>
    </item>
    <item>
      <title>Re: Weird issue with Stored Process Portlets in Information Delivery Studio</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Weird-issue-with-Stored-Process-Portlets-in-Information-Delivery/m-p/260559#M4626</link>
      <description>&lt;P&gt;Might be an obvious question, but have you tried restarting your JVMs? Do you have access to the mid-tier logs?&lt;BR /&gt;&lt;BR /&gt;I honestly don't think it's a complex problem, you should be able to trace it quite easily. Try restarting your mid-tier, and if everything else works but this still doesn't, locate your jvm logs and post them up here. What version of SAS are you running?&lt;/P&gt;</description>
      <pubDate>Thu, 31 Mar 2016 21:20:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Weird-issue-with-Stored-Process-Portlets-in-Information-Delivery/m-p/260559#M4626</guid>
      <dc:creator>boemskats</dc:creator>
      <dc:date>2016-03-31T21:20:11Z</dc:date>
    </item>
    <item>
      <title>Re: Weird issue with Stored Process Portlets in Information Delivery Studio</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Weird-issue-with-Stored-Process-Portlets-in-Information-Delivery/m-p/260694#M4627</link>
      <description>&lt;P&gt;I have access to everything. I rebooted the middle or what they call 'web' tier in our SAS 9.3 environment. The issue is still occurring.&lt;BR /&gt;&lt;BR /&gt;I'm having a hard time locating the JVM logs. I'm running Windows Server 2008 R2. Where should I be looking?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Apr 2016 13:16:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Weird-issue-with-Stored-Process-Portlets-in-Information-Delivery/m-p/260694#M4627</guid>
      <dc:creator>nflynn</dc:creator>
      <dc:date>2016-04-01T13:16:56Z</dc:date>
    </item>
    <item>
      <title>Re: Weird issue with Stored Process Portlets in Information Delivery Studio</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Weird-issue-with-Stored-Process-Portlets-in-Information-Delivery/m-p/260725#M4629</link>
      <description>I've found the JVM directory, I do not see any logs</description>
      <pubDate>Fri, 01 Apr 2016 14:16:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Weird-issue-with-Stored-Process-Portlets-in-Information-Delivery/m-p/260725#M4629</guid>
      <dc:creator>nflynn</dc:creator>
      <dc:date>2016-04-01T14:16:23Z</dc:date>
    </item>
    <item>
      <title>Re: Weird issue with Stored Process Portlets in Information Delivery Studio</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Weird-issue-with-Stored-Process-Portlets-in-Information-Delivery/m-p/260755#M4631</link>
      <description>So I think I figured it out &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;There seems to be a redirect going on that's making bsr.aba.com/SasStoredProcess redirect to bsr.aba.com/sasportal</description>
      <pubDate>Fri, 01 Apr 2016 15:12:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Weird-issue-with-Stored-Process-Portlets-in-Information-Delivery/m-p/260755#M4631</guid>
      <dc:creator>nflynn</dc:creator>
      <dc:date>2016-04-01T15:12:07Z</dc:date>
    </item>
    <item>
      <title>Re: Weird issue with Stored Process Portlets in Information Delivery Studio</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Weird-issue-with-Stored-Process-Portlets-in-Information-Delivery/m-p/260940#M4635</link>
      <description>&lt;P&gt;Ok, so I think that the two places to check for that would be:&lt;/P&gt;
&lt;P&gt;a) In SAS management console, as previously, under the Application Management / Configuration Manager bit but this time for either Poral or your STP webapp&lt;/P&gt;
&lt;P&gt;b) Your URL rewrite / reverse proxy rules that you probably&amp;nbsp;have configured in IIS to manage the incoming connections&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;That's great if you've found the solution to your problem, but it's strange that the previously deployed portlets still work, whereas the newly deployed ones don't.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;FYI the JVM logs in SAS 9.3 will depend on what middle tier server you're running. With JBoss it's probably a file called server.log, under the SASServer1/Logs directory (or something like that, it's been a while).&amp;nbsp;It'll be the biggest, most recently written logfile, and if your error is SAS-side, you should get a lot of information by looking at what information is logged there as you're trying to access these applications directly via the URL.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Anyway, hope it's sorted.&lt;/P&gt;</description>
      <pubDate>Sun, 03 Apr 2016 10:25:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Weird-issue-with-Stored-Process-Portlets-in-Information-Delivery/m-p/260940#M4635</guid>
      <dc:creator>boemskats</dc:creator>
      <dc:date>2016-04-03T10:25:05Z</dc:date>
    </item>
    <item>
      <title>Re: Weird issue with Stored Process Portlets in Information Delivery Studio</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Weird-issue-with-Stored-Process-Portlets-in-Information-Delivery/m-p/261443#M4664</link>
      <description>&lt;P&gt;I accepted the above&amp;nbsp;as a solution because this was more helpful than some of the support I got from the technical folks at SAS. We took this discussion off of this board because I didn't want much being public&lt;BR /&gt;&lt;BR /&gt;But SAS support seems to be unable to interface between teams, and eventually just stopped responding to our emails all together. Really disappointed with the support. Eventually we opened up a case with another team, once that particular team stopped responding to our emails and suggestions. We got a workaround, but not solution to the problem.&lt;BR /&gt;&lt;BR /&gt;Thank you for your help, Nik! With your help I am now better equiped to not only understand the problem, but resolve it as well. Cheers!&lt;/P&gt;</description>
      <pubDate>Tue, 05 Apr 2016 15:29:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Weird-issue-with-Stored-Process-Portlets-in-Information-Delivery/m-p/261443#M4664</guid>
      <dc:creator>nflynn</dc:creator>
      <dc:date>2016-04-05T15:29:16Z</dc:date>
    </item>
  </channel>
</rss>

