fuel9 / DisplayMonkey

Display Monkey digital signage solution
Other
127 stars 51 forks source link

Installation Issue #40

Closed emitso closed 6 years ago

emitso commented 6 years ago

Hi, I am having an issue across both the presentation and management applications. On the presentation application, I see a name reference to displaymonkeyDB in the web.config however your instructions say the DB should be called "displaymonkey". When I launch the presentation url, I do see the webpage and header, but also the error "Object reference not set to an instance of an object.". Can you breakdown the composition of the web.config connection string? What could be the cause for this error?

A second issue I am having is with the Management application, where it simply gives me an IIS runtime error. I am seeing in the web.config a reference to "displaymonkeyentities", but there is no mention in your documentation as to whether this is the DB or instance name. Kindly advise.

Thanks.

emitso commented 6 years ago

Ok, just an update. I downgraded SQL to 2016 and fought with IIS, and now I am up and running. Presentation is working with the dummy data. Very sleek. However, I cannot use the Management interface. I am getting an error "Resource was not found". See the attached screenshot. dmm

Hitenp29 commented 6 years ago

Hi am getting the same error

Object reference not set to an instance of an object.

How did you resolve this ?

Also my management interface doesnt work either and i get the below :

Server Error in '/DisplayMonkey_Management' Application.

Any help or pointers would be appreciated please. Thanks H

emitso commented 6 years ago

@Hitenp29 I did not pay close enough attention to the XML connection string. I'm running the SQL server and both the presentation and management interfaces on the same box for testing, so I had to set the data source to the computer name and instance name, thus in my case it was "data source=WIN-DMSVR\SQLEXPRESS". It worked fine after then but I still had issues with the management interface. I tried a number of things but could not get it working, so I just redid the VM as a 2016 Server with SQL Express (2016) and it worked fine following the instructions. Also, within IIS, don't forget to turn on "Windows Authentication" for the management application. iis

Hitenp29 commented 6 years ago

Thanks for your reply. I think im going to have to start from scratch, im now getting the :

capture

Whereas i was getting the DisplayMonkey page before but with the Object reference not set to an instance of an object. error.

Looks straight forward but the instructions arent brilliant.

Thanks

emitso commented 6 years ago

@Hitenp29 For 0x80070021, try to turn on "HTTP Activation" under Windows Features (or roles in Server OS) -> .NET Framework 4.6 Advanced Services -> WCF Services -> HTTP Activation, and restart the websites. See here: https://stackoverflow.com/questions/20048486/http-error-500-19-and-error-code-0x80070021

psined1 commented 6 years ago

Hi, please advise if this can now be closed

Thanks, DM team

Hitenp29 commented 6 years ago

Yes please close all resolved.

Regards, Hiten

From: Denis P. [mailto:notifications@github.com] Sent: 07 May 2018 17:39 To: fuel9/DisplayMonkey DisplayMonkey@noreply.github.com Cc: Hiten Patel HPatel@rad.org.uk; Mention mention@noreply.github.com Subject: Re: [fuel9/DisplayMonkey] Installation Issue (#40)

Hi, please advise if this can now be closed

Thanks, DM team

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHubhttps://github.com/fuel9/DisplayMonkey/issues/40#issuecomment-387125316, or mute the threadhttps://github.com/notifications/unsubscribe-auth/Aj1zuKD3tdJSsYvYgMKG_p_IWG8ieufQks5twHiygaJpZM4SuHDJ.

Web: www.royalacademyofdance.orghttp://www.rad.org.uk/ Twitter: http://twitter.com/RADheadquarters Facebook: http://www.facebook.com/RoyalAcademyofDance Royal Academy of Dance Enterprises Ltd: www.radenterprises.co.ukhttp://www.radenterprises.co.uk

Consider the environment - please think before you print.

Confidentiality Notice: The content of this email is intended only for the confidential use of the person(s) to whom it is addressed. If the reader of this email is not such a person, you are hereby notified that you have received this communication in error and that reading it, copying it, or in any way disseminating its content to any other person, is strictly prohibited. If you have received this message in error, please notify the author by replying to this email immediately. Any views expressed in this message are those of the individual sender.

For further details on how we use your personal information here is our privacy statement https://www.rad.org.uk/cookies-and-privacy https://www.rad.org.uk/cookies-and-privacy

Royal Academy of Dance is incorporated in England as a Royal Charter corporation (No. RC000436) and is registered as a Charity in England & Wales (No. 312826). Royal Academy of Dance Enterprises Ltd is a private company incorporated in England (No. 2773495). Royal Academy of Dance and Royal Academy of Dance Enterprises Ltd are registered for VAT (No. GB603176371).

The registered office of the Royal Academy of Dance and Royal Academy of Dance Enterprises Ltd is 36 Battersea Square, London SW11 3RA; we have offices in over 30 countries, details of which can be found on the Academy’s website.

psined1 commented 6 years ago

closed per OP