I am getting a blank page when I try to install upgrade of DNN 7 anyone can help?
http://arcel.brainyyack.net/install/install.aspx?mode=upgrade
Edited PER THESE COMMENTS....
OP: when upgrading dnn be sure that your web server meets the requirements, dnn7 requires iis7 or greater to run. Also make sure the .net framework is set to 4.0 in the app pool.
A blank page upgrade can be caused by a number of things, server requirements being one.
You should likely start the dnn upgrade process over by restoring your backup, then following the upgrade steps.
Related
I'm trying to get data from a PostgreSQL database into PowerBI Desktop but it doesn't seem to work. I think the problem is with the installation with npgsql. When trying to setup a new database connection in PowerBI I type in the database and server, and this is the error message I get:
"Unable to connect
Details: "PostgreSQL: We were unable to find a database provider with invariant name 'Npgsql'.
This error could've been the result of provider-specific client software being required, but missing on this computer. To download client software for this provider, visit the following site and choose the 64-bit (x64) version of, at minimum, 'Npgsql version 2.0.12': https://go.microsoft.com/fwlink/?LinkID=282716""
I've tried going npgsql website and install the required components but I can't seem to get it working. I'm not a developer so this is a bit complicated for me. Does anyone know how to get these components installed? I very much appreciate your help!
I'm using Windows 10 on a Surface Pro 3 if this helps. And I do have Visual Studio Community installed as well.
Best,
Bruno.
I have downloaded and tried it with version 3.6.6
Install npgsql
During the installation stage, enabled "Npgsql GAC Installation" as GAC requires Npgsql.
Restart the PC.
It should work now.
The solution from this page helped me: https://community.powerbi.com/t5/Community-Blog/Configuring-Power-BI-Connectivity-to-PostgreSQL-Database/ba-p/12567
Select the option to install to the GAC during install of the program npgsql v3.x.x downloaded from this page https://github.com/npgsql/Npgsql/releases
It worked for me (although I do not know why:-)
When you install Npgsql you should enable installation into the GAC.
Otherwise component will not be automatically detectable to other programs.
I'm trying install dotnetnuke but when i do Browse "default.aspx" file from iis, this error has been Occurs:
DNN Error
Connection To The Database Failed
dnn version: 7.02
iis version: 8.5
os: windows 8.1
sql server: Sql2012
Thanks
Make sure your connection string is in the web.config and is correctly pointing to your database. Also make sure the sql server user login used in the connection string works, if you are not using integrated security.
Hope this helps.
Chuck
You really should install DNN 7.3.2, the latest release, but if you must 7.2.0 should work fine too.
You are missing a database connection, so the question is, what SQL server are you using?
Here's a tutorial on setting up DNN in a development environment.
http://www.christoc.com/Tutorials/All-Tutorials/aid/1
im trying to install DNN platform on windows 8 via web platform installer but i keep getting the following error:
this product did not download successfully. the remote server returned an error: (500) internal server error.
can anyone tell me what am i missing here?
I personally would recommend doing a manual installation of DNN. The web platform installer can have problems, and when it does, tracking them down is rather difficult.
I have had a few issues with Web platform installer trying to install Joomla CMS where it constantly fails midway. For DNN, I always do it manually which is not too hard. If you chose this option, find instructions here and even better instructions here if you want to to be able to access the db with Sql Server Management Studio for development purposes. Check out the system requirements here for different versions of DNN
I'm trying to write a REST service with Node.js and Express and I need to connect to a SLQServer 2000 database. I've tried the Microsoft connector but it's not working on linux, according to them:
The Microsoft Driver for Node.JS for SQL Server is currently available
as a preview release, and relies on run-time components that are only
available on the Microsoft Windows and Windows Azure operating
systems.
I've also tried node.js's modules tdm and tedious with no success... Any idea?
Check out tedious again. Version 0.2 fixed compatibility with TDS 7.1 (SQL Server 2000).
Have you tried Edge.js?
Leverage SQL Server with node.js.
npm install mssql
I believe that to be the generally accepted best solution
You can use Espresso Logicto create a REST API and then call that from .NodeJS
Even if its a year old question, thought of answering it as it is the first thing that shows up in google for the question.
There is node-sqlserver maintained by Microsoft. The last commit was made 5 months ago though.
Install with $ npm install msnodesql .
I am trying to deploy a LightSwitch application to a hosted ASP.NET webserver in my company. The application access data stored on a SQL Server. My webserver admin is asking me if there are any special prerequisites needed for it to run. I've been reviewing the deployment guide
http://blogs.msdn.com/b/bethmassi/archive/2010/09/23/configuring-a-machine-to-host-a-3-tier-lightswitch-application.aspx
The article lists that there was a server component, but that it might change when RTM arrived:
NOTE: The team is looking at simplifying this process and possibly making the LightSwitch server component pre-reqs go away so this process will likely change for RTM.
This other MSDN article states that there are prerequisites.
http://msdn.microsoft.com/en-us/library/gg481779.aspx
My webserver admin keeps saying there's nothing to install on the ASP.NET web server other than .NET 4.0.
Am I missing something?
Server setup procedures haven't changed since Beta 1 (although of course the runtime has changed). It's pretty simple; the prerequisites article that you cited has the correct information. Basically the process is:
Install the Web Platform Installer if you don't already have it installed
Fire up the WPI and search for the LightSwitch runtime
Install!
As mentioned in the article, you'll need to decide whether you want to install a new instance of SQL Server locally with the prerequisites. If you've already planned for a production SQL Server, you'll want to choose the "without local SQL" option.
I don't have a specific answer, but I would stand up a VM with the appropriate version of windows server on it and run through an install on a do novo machine. Should confirm or deny what your server admin says . . .