Hi @Amit Kapila,
Looking through your logs, it seems that the integration node itself has stopped, which consequently will make mqsi commands to not find integration server:
```
BIP1285I: Integration node 'ACE12Node' on queue manager 'ACEQM' is stopped.
```
I recommend try restarting integration node with `mqsistart ACE12Node` and watch for any error in start up logs.
If this does not help you, please attach redacted integration node logs for further assistance.
------------------------------
Ruchi Yadav
------------------------------
Original Message:
Sent: Fri December 29, 2023 07:54 AM
From: Amit Kapila
Subject: AWS S3 bucket
I am trying to connect to AWS from an Amazon S3 Request node. In the Connection tab of the Properties window, under Policy Properties, the value for Policy is {AmazonS3Policies}:AmazonS31.
The following error is not consistent with what I am seeing in the toolkit. Integration Server has a vault that has been verified.
Begin running task [Deploying [AmazonS3] to integration server [TEST_SERVER]]
The BAR file '/home/aceuser/IBM/ACET12/workspace/TestModeBarFiles/AmazonS3project.TestMode.bar' has been deployed to integration server 'TEST_SERVER' but there were one or more failures which may mean the deployed resources will be unable to execute.
'AmazonS3' is successfully deployed.
End running task [Deploying [AmazonS3] to integration server [TEST_SERVER]]
Begin running task [Stopping recording.]
The task did not complete successfully: Failed to get deployed flow [CreateBucket.msgflow] or the deployed object is not running.
BIP9320E: Message Flow 'CreateBucket', 'CreateBucket' encountered a failure and could not start.
BIP1374E: The credential 'AMZNS3Policies_AmazonS31' of type 'amazons3' is required by the policy '{AMZNS3Policies}:AmazonS31' used by message flow node 'Amazon S3 Request'/'CreateBucket' but it is not defined.
BIP9333W: Application 'AmazonS3' has been created but contains errors which has prevented some resources from starting.
BIP1096E: The source 'AmazonS3project.TestMode.bar' has been deployed but there were one or more failures which may mean the deployed resources will be unable to execute.
I am seeing this error when running this mqsi command.:
$ mqsicredentials --work-dir /home/aceuser/ace-12.0.11.0/myaceworkdir/TEST_SERVER --vault-key testvault --report
BIP8039E: The integration server is not available.
The integration server could not be found; it may have been deleted by the App Connect Enterprise Toolkit or a custom integration application.
Use the 'mqsilist' command or the App Connect Enterprise Toolkit to see if the integration server exists.
$ mqsilist
BIP1285I: Integration node 'ACE12Node' on queue manager 'ACEQM' is stopped.
BIP8071I: Successful command completion.
aceuser@SATELLITE-L50D-B:~/ace-12.0.11.0$
Why can't the mqsi commands find the integration server?