BookmarkSubscribeRSS Feed
juhakuronen
Calcite | Level 5


Any hint's why I cannot get rid of SAS 9.4 STP Web App logon screen?

I just want to run STP like this:

http://myServer:8080/SASStoredProcess/do?_program=//Foundation/JavaGUIs/media/MediaPakkiTyopaikka&_username=xxx&_password={SAS002}YYY

But login screen appeares.

Documentation (SAS(R) 9.4 Stored Processes: Developer's Guide) says that when using _username and _password login screen will not appear....well it does Smiley Happy

Then I set AllowGuest= true and also set GuestUserName and password. And restarted WebAppServer.

http://myServer:8080/SASStoredProcess/guest?_program=//Foundation/JavaGUIs/media/MediaPakkiTyopaikka will lead to Login screen

Then I set AllowBasicAuthentication=true, restarted server and tried URL:

http://myServer:8080/SASStoredProcess/do1?_program=//Foundation/JavaGUIs/media/MediaPakkiTyopaikka which causes first browser to ask credientals.

When credientals are give guess what happens next...yes login screen.

I attached the screenshot from SMC

Any help is appreciated as this should be live already...


stpwebappProperties.png
3 REPLIES 3
Vince_SAS
Rhodochrosite | Level 12

Sometimes this happens when the host name used in the URL does not match the host name used when installing and configuring the software.

Instead of using the short name "myServer", try using the fully qualified domain name.

Vince DelGobbo

SAS R&D

juhakuronen
Calcite | Level 5

Unfortunalty servers FQDM is "myServer"

Primary Dns suffix is empty

Vince_SAS
Rhodochrosite | Level 12

I believe you need to specify in the URL that same name that's specified in the "Host Name" field on the "External Connection" tab in the "Stored Process Web App 9.4 Properties" dialog (screen shot you attached).

If the value specified in the "Host Name" field matches what you have in the URL, then I suggest you open a track with our Technical Support department to get further assistance:

http://support.sas.com/ctx/supportform/createForm


Vince DelGobbo

SAS R&D

sas-innovate-2024.png

Join us for SAS Innovate April 16-19 at the Aria in Las Vegas. Bring the team and save big with our group pricing for a limited time only.

Pre-conference courses and tutorials are filling up fast and are always a sellout. Register today to reserve your seat.

 

Register now!

How to Concatenate Values

Learn how use the CAT functions in SAS to join values from multiple variables into a single value.

Find more tutorials on the SAS Users YouTube channel.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

Discussion stats
  • 3 replies
  • 1506 views
  • 0 likes
  • 2 in conversation