BookmarkSubscribeRSS Feed
blitzp
Calcite | Level 5

We have a Java program that performs several of STP programs and stores the results in the SAS session.

Now we would like to access the results via a web browser as a PDF, but the SAS STP is getting the message out

that the SAS session was not created with the same client.

Is there a way to get the same SAS-Session with Different Clients.

Thanks

3 REPLIES 3
LinusH
Tourmaline | Level 20

Please provide some more information on your java program - what does it do? How is it executed?

And what kind of result are we talking about?

Do you wish to access the result via a web server/SAS portal...?

Data never sleeps
blitzp
Calcite | Level 5

We call on the StoredProcesses in Java via HttpClient and get back as Resutl XML. The XML is then processed using JAXB and displayed on a thin client. Since not the entire result directly processed, the result is placed in the SAS session.

For printing a PDF is used that is generated over a StoredProcess.
So far, this is passed to the thin client. However, the server would not weigh too much with the big pdfs we like to show this in the browser. But in Brower always get the message, the session was not created from the same client.

The issue is there are single sign on with Session for different clients

LinusH
Tourmaline | Level 20

I lack of experience when it comes o using Java clients this way, I guess that you can't streamline the PDF the same way as the XML?

Also, I think it's hard for you to connect to a existing StP session with other client than original way - check with tech support if you want to confirm this.

Other options could be to store the the PDF in a suitable location, and link from the client.

Or store the result in a shared location (not SAS Work), which a separate StP can access.

Data never sleeps

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
  • 861 views
  • 0 likes
  • 2 in conversation