Pesquisar

问题
· 九月 8

Plotly Bar Graph is NOT showing expected values

I am trying to add Plotly Bar graph in a div to a CSPpage. I am working in IRIS 2022.1. I created persistent class.

I copied relevant code into github repo:

oliverwilms/iris-python-plotly
 

iris-python-plotly/csp/otwPlotly.csp at master · oliverwilms/iris-python-plotly
 

Set tPlotlyDiv = ##class(dc.python.test).PlotlyDiv(trnYear,trnMonth)

 

ClassMethod PlotlyDiv(pTrnYear = 2025, pTrnMonth = 8) As %String
{
    Set importlib = ##class(%SYS.Python).Import("importlib")
    Set plotdiv = ##class(%SYS.Python).Import("plotdiv")
    Do importlib.reload(plotdiv)
    Set div = plotdiv.gendiv(pTrnYear,pTrnMonth)
    Return div
}

iris-python-plotly/python/plotly.py at master · oliverwilms/iris-python-plotly
 

5 条新评论
讨论 (5)1
登录或注册以继续
问题
· 九月 8

How to disable web source control in Bussiness Process

There is a way to remove the web source control in the web page of BPL?

i already disabled a configuration in the production and works fine:

But in the BPL page, it doesn't worked. There is a way to disable this configuration at portal?

2 条新评论
讨论 (2)1
登录或注册以继续
问题
· 九月 8

Testing Java Gateway ( EnsLib.JavaGateway.Service) Connection from Ens.BusinessOperation/EnsLib.SQL.OutboundAdapter

We currently have Business Operation that we built to use the EnsLib.SQL.OutboundAdapter so we can make Microsoft SQL Server Stored Procedure calls. The BO is attached to a Java Gateway Service.

Some of our MS SQL Databases have moved from being OnPrem to Azure Cloud. We have started seeing where we are receiving errors on the BO saying that we cannot connect to the Azure Database, but we never receive a Disconnect from the Azure Database.

Once this happens it seems that the Java Gateway still thinks the connection is opened, and we have to Stop/Start the Java Gateway to get the connection to resolve itself.

Is there a way that we could use EnsLib.JavaGateway.Service to test the connection and retry if we don't have a connection from our Business Operation so we can prevent a hung state. Currently I scripted within the Alerting to Stop/Start the Java Gateway if we alert on the Business Operation.

2 条新评论
讨论 (2)2
登录或注册以继续
摘要
· 九月 8
公告
· 九月 8

Recompensa de artículos de agosto: Spotlight de la comunidad

Agosto fue un mes inspirador para nuestra Comunidad 🙌

Un enorme agradecimiento a todos los que participasteis en la Recompensa de Artículos de agosto 💙

Vuestras contribuciones hacen que nuestra base de conocimiento siga creciendo y facilitan que otros aprendan, resuelvan problemas y se inspiren.

Un reconocimiento especial a quienes se tomaron el tiempo de escribir artículos totalmente nuevos y compartir su experiencia (cada uno recibió 5.000 puntos 🎉):

Y también a quienes se unieron al reto y nos ayudaron en la búsqueda de artículos interesantes (cada uno recibió 30 puntos 🙌):

👏 Gracias por vuestro esfuerzo, creatividad y disposición para compartir conocimiento.

Y la buena noticia es… ¡la nueva Recompensa de Artículos ya os está esperando en Global Masters! No perdáis la oportunidad de participar y ganar recompensas este mes.

讨论 (0)1
登录或注册以继续