検索

質問
· 2017年8月16日

How to get the number of global references for a dynamic sql statement

In $system.SQL.Shell(), it would also report the number of global references for a given query.

Is it possible that I could also get this statistics from the %SQL.Statement interface when I launch a dynamic sql?

Thanks.

4 Comments
ディスカッション (4)1
続けるにはログインするか新規登録を行ってください
質問
· 2017年8月16日

DotNetGateway port already in use

We have some productions in Ensemble that uses DotNetGateway to use dll created with .Net. The DotNetGateway is configured with a port number, and then the operation uses that port.

But sometimes, suddenly Ensemble answers that the port is already in use, but it is only used by the DotNetGateway. And the only way to resolve this and make the port available again, is to restart the full server. We have tried to restart Ensemble, to kill the process that may be using the port and nothing. Is there any way to make a DotNetGateway port "stay connected" or 
something to search who is occupying the port and release it?

1 Comment
ディスカッション (1)0
続けるにはログインするか新規登録を行ってください
質問
· 2017年8月2日

How to write the event log to the text file.

Any one can suggest, to write the event log to the text file. Its kind of a alerting. Already a service for alerting is there via email. Same concept to do the log to text file.

3 Comments
ディスカッション (3)0
続けるにはログインするか新規登録を行ってください
質問
· 2017年7月27日

Get STACK of another process

Hi,

How can I read the stack of another process?

I know about ^JOBEXAM, but I only know how to use through terminal, and I need to get a string, or at least do a method that returns me a string

For example:

I have process A and B

B monitors process A at each second.

B logs information about process A in a table

Informations about lock I get through %SYS.LockQuery and the process through %SYS.Process

How can I get stack of process A from process B to log in the table?

Cache 2015.2.1

 

Thanks

2 Comments
ディスカッション (2)1
続けるにはログインするか新規登録を行ってください
質問
· 2017年7月14日

How to specify the UrlMap for Rest call

Hi,

I have a UrlMap like the one below.

<Route Url="/Results/:queryID" Method="POST" Call="QueryResults"/>

What if I have to pass two parameters to QueryResults, how to do configure Url?

Something like Url="/Results/:queryID/:parameter2"   ?

Thanks.

1 Comment
ディスカッション (1)0
続けるにはログインするか新規登録を行ってください