BookmarkSubscribeRSS Feed
riteshfrank
Fluorite | Level 6

Hi,

I have had a problem with SAS stored Process download through SAS portal. When I try to download a report , it just download data worth 1KB and when I open the excel .xls report then It gives workbook error message as .

""Problem came up in the following area during load"

Workbook Setting

Error log : C:\users\xxx\appdata\Local\Microsoft\Windows\temporaryInternet files\Content.MSO\123445.log

I access the above location for logs and can see the below message:

XML PARSE ERROR: Missing end-tag
Error occurs at or below this element stack:
<ss:Workbook>


Can I please expect a help from SAS experts ?


thanks,

Ritesh

1 REPLY 1
Cynthia_sas
SAS Super FREQ

Hi:

  Generally, a stored process that you execute through the Information Delivery Portal has to have a special destination coded if the results are being sent to Excel instead of the browser. For help with this issue, Tech Support will be your best resource, they will need to look at the stored process code, particularly the destination that was coded. They will need to look for any references in the code to STPSRV_HEADER to make sure that it was coded correctly. Generally, you get an XML Parse error from any of the ODS destinations that generate XML. Your SAS log from the stored process should tell you which destination is being invoked.

  If you are using TAGSETS.EXCELXP as the ODS destination, typically, you need to have an STPSRV_HEADER coded in your stored process that explicitly tells the Portal browser that you want to launch Excel when the stored process results come back. That type of XML parse error can sometimes be caused by not using an updated destination template on your server.

  Again, this is really something best worked on with Tech Support.

cynthia

Ready to join fellow brilliant minds for the SAS Hackathon?

Build your skills. Make connections. Enjoy creative freedom. Maybe change the world. Registration is now open through August 30th. Visit the SAS Hackathon homepage.

Register today!
What is Bayesian Analysis?

Learn the difference between classical and Bayesian statistical approaches and see a few PROC examples to perform Bayesian analysis in this video.

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
  • 1 reply
  • 721 views
  • 0 likes
  • 2 in conversation