Not able to create sFTP connector in Azure - azure

I'm trying out the Logic App in Azure. I created the logic App and then added the sFTP connector. I entered the Server Address,server port and changed the "Accept Any SSH Server HostKey" to true. I'm leaving the "SSH Server HostKey", Root Folder and "Encrypt Cipher" fields as blank since they are optional and I don't have that information. See https://azure.microsoft.com/en-gb/documentation/articles/app-service-logic-connector-sftp/
With all that above information entered I'm not able to save the logic app.A message "Incomplete Changes You have added or edited 'sftpconnector' but have not completed your changes. Click OK to discard your changes." id displayed when I click on Save.
Any help on adding the sFTP connector to the logic will be greatly appreciated.
Thanks

As shown in the screenshot, You need to click "OK" after modifying the Package Settings. Make sure you have selected an appropriate App Service Plan too.

Related

ResourcePurchaseValidationFailed while creating resource in Sendgrid

I am trying to create Sendgrid resource. Couple of days before it was working fine. From Yesterday I am getting the following error. Any Solution please.
vso[task.logissue type=error]- Resource Sendgrid.Email/accounts 'XXXXXXXXXXX' failed with message '{%0D%0A "error": {%0D%0A
"code": "ResourcePurchaseValidationFailed",%0D%0A "message": "User
failed validation to purchase resources. Error message: 'Something
went wrong. If you think this is an error please contact our support
team.'"%0D%0A }%0D%0A}'
Please be advised that the sendgrid purchase needs to be done by the Account Administrator and/or any other user with Owner RBAC role assigned to it.
Also if you have the right permission set, i would suggest you to check the account creation limit, it could be because of that also.
If this doesn't work , please go through the network trace file and check what is causing the issue and try to perform the step.
For network trace , you can do the following step and post it in your question:
Open Internet Explorer
Press F12 (This action will opens a window at the bottom of the main IE window)
Select the “Network” Tab (selected by default)
Ensure the Clear entries on navigate button is selected(button with a blue arrow pointing to the right,
and a red X in the upper-left corner)
Note: By default this option is selected. When this option is de-selected it will allow sensitive information such as any usernames and
passwords to be saved in clear text in the capture file. Microsoft will NEVER ask you to provide your password as part of troubleshooting so it
is imperative that you leave the
Clear entries on navigate option selected or you will need to manually delete the password from the trace file
before sending the trace to us for our investigation.
Perform the action which is causing the unexpected behavior or error message
Once the problem is reproduced, click the Stop Capturing button (the red square icon)
Click the Export as HAR button (floppy disk icon) to save the file
Hope it helps.

API issue when editing order in opencart admin

Afternoon all,
I've got an issue when trying to change the status of an order (from pending to complete etc...) in the admin section.
A warning appears saying
Warning: You do not have permission to access the API!
if i have add my IP to the API IP address section it's working fine
the fields are all in red and the continue button doesn't work.
A similar thing happens if I view an order instead and try to add a new status to the order history.
I've seen this problem mentioned a few times in other posts but, afaik, without any satisfactory answer.
I'm using Opencart 2.0.3.1 and I'm logged in as an administrator and the administrator user group has all Access and Modify permissions enabled.
There is the default API user set up in System > Users > API and I also added (and then removed) another one but I was not sure what to do once I had created a new API user with a username and generated password.
There are no other problems on the site but, despite trying just about all the suggestions in the other forum posts, I can't edit the existing orders from the admin section.
Check this page out with a list of fixes for this issue: http://www.randemsystems.com/support/opencart/api-problems-what-you-need-to-know/msg6218/#msg6218
As far as I know, this issue is resolved in OC v2.1x onwards
The problem is that you need an API user with a valid IP address.
Go to System > Users > API.
Either modify the Default API by adding your IP address in the second tab, or just create a new API.
After that you should make sure the API is selected in System > Settings > Edit > Option > API User.
Click save, refresh and try adding order history again.
I tried the same thing and didn’t have permission to access the API when attempting to add order history. Follow the steps and it should work for you, as it worked for me.
I know it's late, but after trying everything and not getting it working, I deleted everything here /system/storage/cache. It solved the problem.
It works perfect for me .
1- Open index.php file of root directory
2- add the following after define('version',x.x.x.x);
if ($_SERVER["HTTP_CF_CONNECTING_IP"])
{
$_SERVER["REMOTE_ADDR"] = $_SERVER["HTTP_CF_CONNECTING_IP"];
}

Lotus Notes 8.5: % in attachment file name. Bad request: Http request contains a malformed escape sequence

Some attachments have % in their file name.
SO when I access the attachment file with the URL, it returns back with Cod 400.
Reason: Http request contains a malformed escape sequence.
I have been searching around and saw somebody say Lotus Notes does not allow to access file with % in their name.
I saw a solution which is put HTTPAllowDecodedUrlPercent=1 in notes.ini file.
Firstly, I don't know where to find the notes.ini file.
I saw one in IBM\Lotus\Domino\ another in IBM\Lotus\Notes\
Actually, I have tried too add the line into both files. But nothing happened. I still got the same error.
Is it because I did it in the wrong way? Or is there anything else I can do?
You would need to update the notes.ini on the server if you are working on a server. You can update it also from Domino Administrator if you have access to that. See this snippet from Notes Help...
From the Domino Administrator, open the Domino Directory and click the Configuration tab.
To edit an existing Configuration Settings document, highlight it and then click Edit Configuration. To create a new configuration
document, highlight the server for which the Configuration Settings
document will apply, then click Add Configuration.
To modify NOTES.INI settings on the server, click the NOTES.INI Settings tab. This tab lists a number of current settings in the
server's NOTES.INI file.
To add or change a setting, click Set/Modify Parameters to display all settings that you can set in the Configuration Settings document.
Select the setting(s) you want to add/modify.
Save and close the document.
Like Dave said, try and give us a little more information.

Lotus Notes User with Editor Access can't delete documents (Option is activated in ACL)

Currently I develop a database for another employee at my company. I have Manager Rights at the database to access everything. The administrator of the database should only be able to create/edit/delete documents. He currently got Editor-Access with selected "delete documents"-option. When he wants to delete a document on the database (i tried it with Simple Actions or with Javascript Code-both don't work) he gets redirected to the same page and nothing happens or with Simple Actions the Server-Login page shows up with the message "You don't have the permission to perform this action".
When im testing the functions with my manager access everything works fine. But when i'm changing my rank to Editor like the normal administrator of the database i also can't delete any documents. Like i already said the option in the ACL is activated.
I hope you can understand my problem and there is a solution for it. Normally that access right works fine on every other database at our company.
Another point: There are no Reader or Editor fields in the Documents. So there is no restriction with fields. Could this be the problem?
Check to see if there is some code in the QueryDocumentDelete event for the database. Perhaps that is failing and / or preventing you from deleting.
Given that you mention redirecting and server login, I presume it's a web enabled database?
In which case have you tried looking at the ACL (Access Control List) for the problem database and clicking the Advanced tab.
In there is a field Maximum Internet name and password, this is the maximum access allowed for internet users. If it's not editor, this could be the problem?
Try deleting with ?DeleteDocument URL. That way it will for sure not try to do anything else.
Check the user's access level at server with Database.getCurrentAccessLevel() and Database.queryAccessPrivileges(String name)
After the great suggestions of you all the problem was the checkbox "Allow document locking" at the database properties was enabled. That caused the problems at deleting documents. As Manager is have enough rights to go over that but for the normal Administrator with Editor Access the deletion request got blocked by the little option.
Thanks to everyone!

Cloud Foundry eclipse integration error Message

I've install my CF on http://paas.azure4j.us
Now I want to use an eclipse plugin for CF , but when I add my CF server an error occured it said
The currently selected server type does not support remote hosts
But it works when I test it to api.vcap.me / my local CF.
Any solution ?
This looks like a similar issue addressed in a git change;
https://github.com/SpringSource/eclipse-integration-cloudfoundry/pull/2
I am not really an Eclipse user, so this is a bit of a stab in the dark!
I think Dan is correct here. At the moment you create your Cloud Foundry connection against 'localhost' (which doesn't make much sense from an Eclipse point-of-view) and in the new panel you specify your actual API target, username, password etc. Is that what you are doing?
I was able to connect to your Cloud Foundry instant without any problem using STS. First I used vmc to register for a account. Once I registered an account, I went to STS and on the server tab I right clicked, and choose Cloud Foundry from my vmware folder.
When you choose the Cloud Foundry option on the server tab, keep the Server's host name the same (which is localhost). Give a name to your Server Name and keep the Server runtime environment the same as well. Click Next to move to the next screen. On the next screen you should see Email, Password and URL. Email and password are pretty straight forward and those should be your information which you registered with your Cloud Foundry instance. For the URL section, click on the Manage Cloud... button and then the Add... button. You should get a window popup which have Name and URL. For name put whatever name you want and for URL put in "http://paas.azure4j.us", then click on Finish. Now you have your custom Cloud URL added to the list so go ahead and click on the OK button again. Now you should be on the New Server window where you have the Email, Password and URL options. For the URL option go ahead and choose the newly added url you just created and then click on "Validate Account" to see if everything is validated. You should get a "Account information is valid" message. then click on Next and continue with the wizard until you are done and you have your Cloud Foundry instance added to your servers list.
Again I have performed the same exact steps I mentioned above and I was able to have your Cloud Foundry instance added to my servers tab.
I've done this issue , so I edit my cloud_controller.yml and uaa.yml on
~/cloudfoundry/.deployment/devbox/config
Then change uaa uri at http://uaa.cloudfoundry.com to http://paas.azure4j.us:8080/ to redirect it to own uaa.
Thanks for all solutions :))

Resources