Gurobi Token server logs in windows machine - solver

Does Gurobi token server v 7.0.1 creates log files in windows machine? If yes what is the default location?

The token server can write usage logs, but not algorithm logs. For Windows, the Gurobi token server output is written to the Windows Event Log; this is explained in the section Starting a token server of the Quick Start Guide. (For Linux, the Gurobi token server output is written to the system log).

Related

How to capture file conversion status through J Meter into a Web application which has third party app integrated such as neevia converter

How to capture file conversion status through JMeter into a Web application which has third party app integrated such as neevia converter?
If the 3rd-party converter doesn't report the progress/status to the web application you won't be able to access it using JMeter's HTTP Request sampler
If you have access to the machine where the 3rd-party converter is running via Powershell Remoting (Windows) or SSH (Unix and derivatives like Linux, MacOS) you can use OS Process Sampler or SSH Command Sampler in order to log into the remote machine and check conversion status/logs.
Check out How to Run External Commands and Programs Locally and Remotely from JMeter article for more information on the concept, example configurations, etc.

HP thin client T610 freeRDP old authentication

We are using HP Thin Clients type F5A52AA#UUZ (Linux HPThinPro) to connect to a Windows 2016 Terminal Server.
Connection works - but in our environment we use the old RDP authentication (we now the possible DoS problem based on such a configuration) and based on that we don't need the supported pro login of freeRDP.
Is there a simple configuration to hide/turn off the pre login provided by freeRDP?
Sugestions welcome.
Found a solution using custom connection with command line:
xfreerdp -authentication:off /:IPAddress ...

Configure CloudWatch log monitoring for Windows server out of AWS (non-EC2 instance)

I have MS Windows Server 2012 R2 running out of AWS facilities and want to watch its logs by CloudWatch.
Configuring Linux server, which is not an EC2 instance, works well as there are instructions how to install agents sending log records to CloudWatch regardless of where the server runs.
However, searching for such instructions for MS Windows server I am only able to find references for EC2Config Service, e.g. here http://docs.aws.amazon.com/AWSEC2/latest/WindowsGuide/UsingConfig_WinAMI.html#UsingConfig_Install
It is possible, that I can simply install the service on "nonEC2" instance and it will work, but as the server is in production mode, I do not dare to do blind test ignoring risk of getting the server into problems.
Note, that I care about watching logs written to log files, I do not care (currently) about system log content.
It would help me if:
someone refers to positive experience with using EC2Config service on nonEC2 server
or someone proposes alternative method to get the log records into CloudWatch.

trying to get iisnode v0.2.7-x86 / node v0.10.24-x86 working on Windows 8.1

I've spent hours trying to setup iisnode and keep getting stuck at this error when I navigate to any of the sample apps:
iisnode encountered an error when processing the request.
HRESULT: 0x2
HTTP status: 500
HTTP reason: Internal Server Error
You are receiving this HTTP 200 response because system.webServer/iisnode/#devErrorsEnabled configuration setting is 'true'.
In addition to the log of stdout and stderr of the node.exe process, consider using debugging and ETW traces to further diagnose the problem.
The node.exe process has not written any information to stderr or iisnode was unable to capture this information. Frequent reason is that the iisnode module is unable to create a log file to capture stdout and stderr output from node.exe. Please check that the identity of the IIS application pool running the node.js application has read and write access permissions to the directory on the server where the node.js application is located. Alternatively you can disable logging by setting system.webServer/iisnode/#loggingEnabled element of web.config to 'false'.
-The iisnode/www folder is readable/writable for iusr and iis_iusrs
-Node.exe is executable by them too
-There is a mapping setup for each of the sample applications in web.config and I can see this in iis as well.
-I've also tried x64 bit versions of iisnode and nodejs without any difference in the error
-application pool is set to enable 32-bit applications
I'm out of ideas as to what to do other than install some previous version. Anyone run into this problem and find a solution?
edit: etw trace -- http://pastebin.com/heHTpCei

CA Siteminder 12.5 Web Agent Host Registration Tool or SDK for Policy Server Checks

I need to be able to verify if a new siteminder web agent is already registered on the policy server. Is it possible to do this using Java?. I couldn't find the 12.5 SDK details or sample files.
Any input is welcomed.
The PolicyMgmtAPI in the Java SDK is what you are looking for. I have done this sort of thing with the Perl PolicyMgmtAPI (get trusted host, get agent, etc...)
If you want to do this from the Policy Server it is pretty easy. If you plan on implementing this type of thing in an application server you will need to also create a 4.x agent in order to communicate with the Policy Server for the PolicyMgmtAPI calls.

Resources