Install Kony Fabric in Win64-bit machine - temenos-quantum

I'm not able to install Kony Fabric in 64bit machine. It throws error during database connection step.
I have selected MySql 2016 option and when tried to connect error is thrown - 'The driver is not configured for integrated authentication'

Kony has their own internal Forum site that is very active, and typically questions are asked and answered there. If you are not getting solution here , please check the Kony forum as well!
refer the link : https://basecamp.kony.com/s/question/0D56A00000bfbC3SAI/fabric-installation-error-in-64-bit-machine

Related

Login into my deployed Umbraco back office is causing "An error has occurred.". How do I find out what is wrong?

I have deployed my Umbraco installation by using Visual Studio and the regarding nuget package version 7.4.1 and I am using Azure DB as a back-end. When I try to login I get the following message:
The logs in the folder "/site/wwwroot/App_Data/Logs/" do not show anything. Using http or https does not make any difference.
When I start Umbraco from within Visual Studio (connected to my Azure DB back-end) in debug mode the login works perfectly:
How can I find out what the issue is?
Connecting to the backend with Open Live Writer helped me to unveil a detailed error message. By mistake I have deleted one of the caching folders (App_Data\TEMP\PluginCache).

Azure Remote Debugging: Failed to enable remote debuggingException from HRESULT: 0x89710023

I'm getting a strange error: 'Failed to enable remote debuggingException from HRESULT: 0x89710023' while I'm trying to debug remotely Azure Website. I'm using VS2013 with Azure Tools v.2.2. There are a lot of people who are getting this error here http://blogs.msdn.com/b/webdev/archive/2013/11/05/remote-debugging-a-window-azure-web-site-with-visual-studio-2013.aspx but there is no working solution.
Resolved
I've managed to resolve this as installed Azure Tools 2.2 on a new machine with fresh installed VS 2013. Not sure what caused the issue.
I found that if my site name contains a - sign, the remote debugger will not work.
The remote debugger worked when I switched to a site name without the '-' sign.
The error isn't very forthright.
I found the answer from Twitter https://twitter.com/martinhelgesen/status/410363288132657152
Basically just open up ports 4016 and 4018 and things should work.

Unable to Install Webmatrix

Error Occurs
Microsoft Web Platform Installer couldn't find the product you tried to install. Either the link you clicked is incorrect or you may be overriding you feed with a different feed
The link for Microsoft webmatrix does not work. When the web installer tries to download and error occurs:
Microsoft Web Platform Installer couldn't find the product you tried to install. Either the link you clicked is incorrect or you may be overriding you feed with a different feed.
I get this error when I try to install the Microsoft webmatrix [www.microsoft.com/web/webmatrix/‎] on my Window 7 OS.
Can anyone help!
Could you post your log file from %localappdata%\microsoft\web platform installer\logs\webpi - try to find the log file that matches up date/time with when you clicked the link and got the error message - thanks
Chris
Attempted to install PHP 5.2.17 on an IIS7 / 2008 standard 64bit on a VM running on Azure from here:
http://www.microsoft.com/web/platform/phponwindows.aspx
The download link gave me the executable PHP52.exe.
http://www.microsoft.com/web/gallery/install.aspx?appid=PHP52
Clicking on the exe the Web Platform Installer opened and I received the message:
Microsoft Web Platform Installer couldn't find the product you tried to install
as displayed in your screenshot above.
So selected:
http://www.microsoft.com/web/gallery/install.aspx?appid=PHP53
This downloads the exe PHP53.exe (i.e php 5.3.5).
When running this exe the message is no loner displayed and my installation can continue.
Hope that helps someone
Scott

VS2010 SP1 Installation. “The feature you are trying to use is on a network resource that is unavailable”

Ultimately, I'm trying to install the windows phone app SDK so that I can put an app I've made on my phone.
To do this, I am told I need to install SP1.
When I attempt this I get the following:
"The feature you are trying to use is on a network resource that is unavailable visual studio riaservices.msi"
I download the riaservices.msi and point the dialog to it, and I get the message:
"The file is not a valid installation package for the product WCF RIA Services V1.0 for VS 2010."
I've downloaded the ISO as mentioned in a related post on this website, but I've no idea what I'm doing with that now it's mounted.
Some of the features I've tried to install have asked me to insert the CD which I don't have, I downloaded it for free from a university scheme.
Can anyone help me fix this? It's infuriating beyond belief.
Someone answered the question over on SuperUser, this got a fair few views so here's a link to there:
https://superuser.com/questions/460773/vs2010-sp1-installation-the-feature-you-are-trying-to-use-is-on-a-network-reso
This is kind of error found while uninstalling programs, I saw this error when I try to uninstall Java. But it is common i-tones, Blackberry software and certain other applications also.
As a Technical Support I met this problem and found a solution for a client PC running with Windows XP.
All the step by step procedure I written here
[Solved] The Feature That You Are Trying to Use is On a Network Resource That is Unavailable Java

Azure SDK 1.4 - Cannot debug in VS2010 with multiple sites

I have a newly installed laptop running Win7/x64 and installed Visual Studio 2010, then VS2010 SP1, and then the Windows Azure SDK 1.4.
When I attempt to debug a cloud service project in the local compute emulator environment, I get an error: "The was an error attaching the debugger to the IIS worker process for URL 'http://127.0.0.1:5102/' for role instance..."
Some searching turned up quite a few discussions on this issue with the Azure SDK 1.3 update and I've narrowed down the issue to my having multiple sites in the same Web Role in my Azure application. If I comment out the sites entries in the ServiceDefinition.csdef, there's no error and debugging works fine. I tried the other recommended solutions, reinstalling .NET, re-registering ASP, rebooting while facing Redmond, but same problem.
I'm surprised by this issue on a new VS/Azure 1.4 installation and I'm hoping someone else has resolved supporting multiple sites for local debug.
Thanks!
I ran into the same problem, and have two suggestions:
If you've pointed to the "Published" output of a website and not the source location in ServiceDefinition.csdef, you'll get this error. Point to the source location of the web site when you're debugging. You can always switch the location later if you'd rather deploy a published web site rather than the source.
Ensure that you have debug set to false in the each of the web application's web.config file. While obvious, this catches me from time to time.

Resources