Find

Question
· Mar 20, 2019

Change passwords w/o going to web portal

I've seen a few password change posts, but I wasn't 100% sure it was the same process, so I am asking here. We periodically have to change the passwords for a few Cache user accounts across several servers. Is there a process/script to change these passwords without having to go into the web portal on each server?  Thanks so much, and I apologize if this was covered in some of the other articles that I've run across. Just looking for the best method.

3 Comments
Discussion (3)1
Log in or sign up to continue
Question
· Mar 15, 2019

401 - Unauthorized: Access is denied due to invalid credentials response

Hi All,
 How to create Https request with Negotiate,NTLM Authentication in cache using %Net.HttpRequest package.
 I tried with basic authentication it is throwing >401 - Unauthorized: Access is denied due to invalid credentials.
 
 can anyone please guide me 
 
 Many Thanks !!
 Vicky

3 Comments
Discussion (3)1
Log in or sign up to continue
Question
· Mar 6, 2019

Jr Developer attempting to connect to Service with Java and export to Java with Operation

I am under the impression that inside HealthShare you can Services, Processes, and Operations. The service takes incoming data, the processes can process that data, and then the operations can send that data out.

 

I am curious if anyone has any experience, guides, or advice on how I can send data to a service using a Java application. I intend for the data to be in XML format. I am also curious if I succeed at picking up the data in the service, how I send the data back to the Java application using an Operation.

 

As of now I am attempting to get this to work on a local environment.

 

Any input is appreciated,

Thank you,

Jess Farmer

2 Comments
Discussion (2)0
Log in or sign up to continue
Question
· Mar 4, 2019

Ensemble to Spring Boot Java app using RabbitMQ

I successfully got everything in this guide to work:  https://community.intersystems.com/post/ensemble-rabbitmq-java-client-qu...

I am now using the information I gained from this guide along side with this guide:

https://www.rabbitmq.com/tutorials/tutorial-one-spring-amqp.html

 

I am running into an issue though. In the RabbitMQ guide I just posted, they have a "Receive message" functionality. I use that alongside with the SendMsg from Ensemble method in the InterSystems guide. The issue I have is the message I receive looks like "[B@2c421093(byte[21])" instead of "Hello from Ensemble!".

Unfortunately I have no experience with Object Script or Mumps (so inexperienced I'm not sure which language the HelloWorld.cls is) so I am having trouble figuring out how to successfully send the message "Hello from Ensemble!" instead of "[B@2c421093(byte[21])".

If anyone could help me decipher what exactly is happening in the code and how to alter the message to a string instead of bytes, it would be much appreciated.

 

Thank you!

4 Comments
Discussion (4)0
Log in or sign up to continue
Question
· Feb 21, 2019

Enabling SOAP Client and Server

I'm trying to test SOAP integration by using one Ensemble production to send a SOAP message to another production, but I'm seeing the following error when I try to pass a message between the two:

ERROR #6248: SOAP response is a SOAP fault: faultcode=Server
faultstring=Internal Server Error
faultactor=
detail=
<error xmlns="http://tempuri.org">
<text>ERROR #7900: Service 'SOAP' not enabled for application '/csp/healthshare/hspc/'</text>
</error> 

I'm following this guide to creating a service, and I've done the following steps which I expected to enable SOAP:

  • Set ^SYS("Security","CSP","AllowClass","/csp/healthshare/hspc","%SOAP.WebServiceInfo")=1
  • Set ^SYS("Security","CSP","AllowClass","/csp/healthshare/hspc","%SOAP.WebServiceInvoke")=1


The actual root of the error is proving tricky to find - does anybody know (or have a guess about) what I should do to fix this?

4 Comments
Discussion (4)1
Log in or sign up to continue