API calls using postman causing issues - postman

Can someone please help me fixing the Postman Desktop agent issues.
When I try to send a request using postman web, where the send button disabled and saying that to install Desktop Agent.
I have already installed Desktop Agent and it's running. Also, I've changed the postman agent to desktop from the bottom of the postman web(using play button)
But still i'm unable to make api calls and the send button still disabled and saying to install desktop agent.
I've even tried multiple times restarting my laptop, uninstall and re-installing postman desktop agent.
Note - i'm unable to use cloud agent, as i'm sending https requests to my local node application and it's on organizational asset.

Related

Not Showing Pull Request in Amplify Web Preview

I have just started using Amplify to build my web app, and set Web Preview by connecting with Github (followed here).
Even though Amplify App is integrated into my Github organization/repository, Web Preview does not get triggered and no pull requests are shown.
Could you tell me what causes this and how to solve the problem?
(e.g., Need to use Github Team/Enterprise plan?)

Unable to install apps in mobile using WSO2 Iot Server 3.1.0

I have installed WSO2 IoT server 3.1.0. The server is running successfully. I am able to log in. I have created few apps in publisher and published them. When I access the app store from my android device. I am not able to install these apps.
Picture 1:
Picture 2:
Problem :
When I click on the "NEXT" button , nothing happens. And app is not downloaded.
CheckList:
User have access to installing the apps.
Device is successfully enrolled with the IoT server.
Same credentials are being used to accessing the app store as for enrolling the device.
Questions:
Do WSo2 APP manager and devicemgt solution are pre integrated in IoT server or do I have to do it manually?
If these services are pre-configured then how can I make sure that it is correctly configured?
Will a list of enrolled devices is shown, when a user clicks on install?
IF someone can give some insights that would be much helpful.

RavenDB on Restored AWS instance

I have a UAT ENVIRONMENT where I am using NServiceBUS endpoints. Everything works. Then when we moved to Production, the method we used to make the environment was to make an IMAGE of the UAT server and restore on a new AWS server instance
We reinstalled RAVENDB but on Windows authentication page in manage server, we are seeing the authentication from the old server. I have removed the RavenSITE folder and uninstalled RavenDB, restarted the server and tried installing again, but the old authentication line items are still coming up. Where are these getting stored? So I can go delete them.
The endpoints are also not registering with the instance and the databases are not getting created for each endpoint
Please assist!
These are stored in the System database.

WSO2 Identity Server web console not responding

I installed WSO2 Identity Server on Ubuntu 14, and I could log in to the web console and dashboard. I recently changed some settings with regards to the system not referring back to 'localhost' so that we could access the system remotely. This all seemed to be working ok.
But now I cannot access the console or dashboard any more. I have checked that the WSO2 service is running, but the web console does not display, it just times out.
The question I have is, how can I troubleshoot this issue? As I don't really want to have to re-install from scratch when I have already done so much configuring!
Any help on this would be very much appreciated!

SharePoint Web Services, Access Denied, Authentication Issues via VS 2010

After not getting much help on the last question, I decided to blow away the VM and re-create it as I already lost a week on this issue. And of course still issues, btu a little different.
I am using WSS on a 2008 server. I removed from the SharePoint admin the blocked asmx page types. I am using the administrator account with password and the domain, which is the IP of the VM machine. Normally I would never recommend using the admin account, but since I am just running a test to connect to SharePoint web services, so be it.
When accessing this site via a webbrowser, no issues whatsoever.
When accessing the web services from the browser using the admin credentials, no problem.
Then when trying to access the web service via Visual Studio I get the windows security dialog;
Followed by a discovery credential for the list;
Followed by another Discovery Credential for access to the error.aspx page, but as you can see, I can see the list of services for lists.asmx;
Followed by yet another Discovery Credential asking for permission to the $metadata and this just continues continually -it will NEVER authenticate via visual studio 2010;
And then, of course, when the code is ran, what do we get - ACCESS DENIED.
Call made; code not listed makes connection.
Make call to service:
And receive the error.
And IIS for SharePoint is set top Windows Authentication and Impersonate. All defaults.
It has now been going on 5 days; does anyone at all have any clue as to what is causing this? I have used this code and technique for years with Windows Server 2003 and WSS 2.0 and / or MOSS 2007 connecting from remote machines and NEVER, I mean NEVER had issues like this.
I would really appreciate any help.