Unable To Load Redash Page to get API Key During Installation of Formsflow ai - docker-compose

Please can anyone help profer a solution. I am installing Formsflow ai on Docker Desktop following the Docker Based Quick Installation instructions on the formsflow page. On the command line,the Redash API Key is requested but when i go to Http://localhost:7000 for opening the Redash Application, i get Internal Server Error: "The server encountered an internal error and was unable to complete your request. Either the server is overloaded or there is an error in the application."
Pls can anyone help for how to resolve this.
I have not done anything as am new to this.

Related

Powershell error with PnPOnline when trying to use ClientId and ClientSecret to connect to SharePoint Online

I am using PnPOnline to connect to SharePointOnline in order to publish files there from local network. I have installed PnpOnline and set up everything, but I'm getting this error when trying to simply connect (lol, stuck at the first step :( )
This is what I'm running. But when I run it, this is the error I'm getting:
As you can see I'm stuck in the first step. Anyone know what I'm doing wrong? How do I resolve this error?
Thanks!

NuGet gives me an error when accessing server

We have set up a small NuGet server in our corporate network. It works fine for EVRYONE except me ;-)
When I try to list the available packages in Visual Studio, all I get is this error message:
Unable to load the service index for source (...).
An error occurre while sending the request.
The remote server returned an error: (502) Bad Gateway.
I've been struggeling with this issue for hours without success. Can anyone give me a hint on why this error occurs?

Error connecting Excel to Dashdb

I wanted to connect excel to my bluemix dashdb . I found and followed the directions in the IBM knowldegebase at Article. But am getting the connection error message box when attempting to open the BLUExcel.odc file as recommended in the article. The error I see basically states:
SQL30081N A communication Error has been detected. Communication protocal is tcp/ip. API used is sockets....Protocol specific error code 10061.
Investigation of the specific 10061 error did not resolve the issue.
Interestingly I couldn't connect Excel to any of my dashdb databases so thought I would have a look at the BLUExcel.odc file that gets generated as part of the process.
In there I found the connectionstring had
Hostname = localhost
so I changed this to the hostname that you find in the Connect tab of the dashdb instance you want to connect to and it works fine. Hope this helps someone else..

SSIS Redirect Request Failed Error

I have an SSIS package that calls an SSRS report hosted on a local server that produces a series of PDFs. It has been working perfectly for months, but all of the sudden I am now getting this error:
Error: 0xC001600B at SSIS_Package, Connection manager "ReportServer": The specified server, URL http://server/report&parameter1=401&parameter2=13&rs:Command=Render&rs:Format=PDF, has a redirect and the redirect request failed.
I have checked all my credentials in the package and on the server and everything is connected properly. I haven't been able to find anything at all about this error and I'm hoping someone out there has come across it!
It turned out to be a permissions error that was resolved by another user running the package.

Visual Studio Online - operations failed getUser List

We are trialing a test migration of a project on TFS 2010 (on prem) to #visual-studio-online using #OpsHub . During the migration phase at the user mapping window we are getting the below error message.
2015-07-08 15:10:49,916 [4] ERROR Error : The operation has timed out
at System.Net.HttpWebRequest.GetResponse() at
Microsoft.TeamFoundation.Client.Channels.TfsHttpWebRequest.SendRequestAndGetResponse(HttpWebRequest
webRequest, WebException& webException)
I am not able to find much information on-line about this error. I tried doing the migration as a TFS administrator and as a domain user who has project admin access to the project but still get these time out errors.
I saw online a user upgraded to #OpsHub 1.3 from 1.2 to overcome this issue which I tried but still doesn't help. Do we need to open any other ports for this to work apart from 80 and 443? Any suggestion as to how to over come this issue?
From the logs we find out that error is about time out from your local tfs server.
Server Error : TF400324: Team Foundation services are not available from server tfs.nextdigital.com\Next Digital.
Technical information (for administrator):
The operation has timed out
Here you need to work with your tfs admin to increase timeout parameter of your tfs.
Following thread might help you in this.
http://blogs.msdn.com/b/ablock/archive/2008/09/16/increasing-the-time-out-time.aspx
Thanks & Regards,OpsHub Support