Book a Demo

Author Topic: New Cloud Services: Publishing Feature  (Read 3736 times)

Eamonn John Casey

  • EA User
  • **
  • Posts: 110
  • Karma: +0/-1
    • View Profile
New Cloud Services: Publishing Feature
« on: March 08, 2017, 10:05:40 pm »
Hi!

This is probably a question for Sparx Support. But is it possible to run the publish feature in the up and coming new Cloud Services as a Windows Service ?

We currently have problems with this line of code because the user must be logged in to run it and Our server guys automatically log stale sessions as a policy:

Code: [Select]
project.RunHTMLReport(options.Package, options.TargetFIle, "png", templateName, "html");

Eve

  • EA Administrator
  • EA Guru
  • *****
  • Posts: 8110
  • Karma: +119/-20
    • View Profile
Re: New Cloud Services: Publishing Feature
« Reply #1 on: March 09, 2017, 09:07:42 am »
No, but have a look at the WebEA demo.

It provides a live html view of the model for consumers, reviewers etc.

Aaron B

  • EA Administrator
  • EA User
  • *****
  • Posts: 941
  • Karma: +18/-0
    • View Profile
Re: New Cloud Services: Publishing Feature
« Reply #2 on: March 09, 2017, 03:09:25 pm »