BookmarkSubscribeRSS Feed
dcytermann
Calcite | Level 5

Hello,

My team is using the SAS Stored process web application to give business users access to dynamic SAS results via the web browser.

We now have a requirement to modify the application, replacing the application tree with a custom made one (based on the jquery dynatree plugin) as well as a few minor adjustements but keeping most of the original application.

Ideally, I would like to maintain the original SPWA for développement purposes and have a parallel application using the same stored processes but with a different UI.

So far I have modified the original sas.storedprocess9.3.ear and deployed it to Jboss (5.1GA) as a separate .war.

I've had some trouble with the deployment and am now stuck :

The new app is deployed to Jboss.

When i go to the new application's url : myserver:8080/TEST/do, I get this error from Jboss

Http 500 -

com.sas.svcs.config.client.ApplicationNotFoundException: Application 'TEST' does not exist. Is it appropriately registered for the underlying data implementation?

Does this mean I need to register the application in the SAS metadata? how can I achieve that?

Thanks

4 REPLIES 4
jakarman
Barite | Level 11

What you have done is change in the SAS deployment/installation bypassing  the SAS BI web application approach.

Calling everything an application is very confusing as your point view change this attribute can change. 

See an application as something somebody else will build using the tools you have delivered.   Linux (an OS) is an application on the hardware, Oracle (RDBMS) an application on the OS as is JBOSS (often called middleware) SAS deployment/installation is on the same level.  Do not make modifications at JAVA JBoss midtier as that is normally the wrong scope.

    

The business application is the one that is of value for the business that is often the most visible one.

With SAS portal (middleware) you have something that can deliver that some parts are SAS metadata defined others are stored in the webcontainer.

Needing a change at that  level is modifying it with the BI Webtools. 

---->-- ja karman --<-----
dcytermann
Calcite | Level 5

Hello Jaap,

In my first message, by application, I meant J2EE web application such as SSPWA. I dont see where I've used it differently but will try to be clearer in the future.

I know i've bypassed the normal approach here (my installation does not seem to have the necessary tools to create a proper custom web application (SAS App dev studio?))

but suppose I would have created this application from scratch, is there a way to manually create the metadata for the web application?

jakarman
Barite | Level 11

Ok Dcytermann that was a misalignment. SPWA is not given a good hit I was at a wrong way of the implementation.  

The next try: SAS(R) 9.3 Stored Processes: Developer's Guide (Specifying Web Application Input). This is hitting the older SAS/intrnet approach. There is a chapter how to convert them.  

You are having an own developped web-pages and in that connecting to use SAS Stored processes.  I think this one is correct as the sample code is your mentioned link.

This is a session-based approach and the authentication/identification is a question to be solved with that.

You call the STP by using the _program parameter. Others are _action and _path. With this approach that java program of SAS (middleware) will take those parameters and access metadata / objectspawner to process that program. Still you are not coding the java it is the SAS program as attached parameters that is the business application.     

That SAS-code (often a -.sas file on the OS) and the SAS metadata references pointing to that is defining it as a STP.

When you need a duplication of the STP, you need to duplicate that.

The appdev studio approach is java based development at the desktop. With that you could develop your own java (desktop) applications like the SMC DI or Miner (SAS java desktop clients). That is not really web-based although they can be made as a preload to the desktop using the java plug-in of the browser.

---->-- ja karman --<-----
boemskats
Lapis Lazuli | Level 10

Hi,

I know this isn't an answer as such, but Falko Schultz's did almost exactly what you're after for his paper from SGF 2012, just using jquery Mobile.

You can find the paper here:

http://support.sas.com/resources/papers/proceedings12/011-2012.pdf

Hope this helps you.

Nik

sas-innovate-2024.png

Don't miss out on SAS Innovate - Register now for the FREE Livestream!

Can't make it to Vegas? No problem! Watch our general sessions LIVE or on-demand starting April 17th. Hear from SAS execs, best-selling author Adam Grant, Hot Ones host Sean Evans, top tech journalist Kara Swisher, AI expert Cassie Kozyrkov, and the mind-blowing dance crew iLuminate! Plus, get access to over 20 breakout sessions.

 

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
  • 4 replies
  • 1790 views
  • 0 likes
  • 3 in conversation