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-white.png

Our biggest data and AI event of the year.

Don’t miss the livestream kicking off May 7. It’s free. It’s easy. And it’s the best seat in the house.

Join us virtually with our complimentary SAS Innovate Digital Pass. Watch live or on-demand in multiple languages, with translations available to help you get the most out of every session.

 

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.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

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