sasjs / adapter

An adapter for bidirectional SAS® <-> Javascript communication

Home Page:https://adapter.sasjs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fetching log with DEBUG enabled on Viya 4 with WEB approach

allanbowe opened this issue · comments

The web approach uses the JES web app to fetch job content (slow but reliable)

In this case, when debug is enabled, the JSON is embedded in an iframe and must be extracted by the adapter

The Viya 3.5 adapter code is as follows:

image

However on Viya 4, the iframe looks like this:

<iframe style="width: 99%; height: 500px; background-color:Canvas;" src=/SASJobExecution/?_fileid=98e16c87-45c1-4819-862d-24eeacee15f9></iframe>