Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installation Issue #40

Closed
emitso opened this issue Mar 16, 2018 · 8 comments
Closed

Installation Issue #40

emitso opened this issue Mar 16, 2018 · 8 comments

Comments

@emitso
Copy link

emitso commented Mar 16, 2018

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
Copy link
Author

emitso commented Mar 16, 2018

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
Copy link

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
Copy link
Author

emitso commented Mar 20, 2018

@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
Copy link

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
Copy link
Author

emitso commented Mar 20, 2018

@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
Copy link

psined1 commented May 7, 2018

Hi, please advise if this can now be closed

Thanks,
DM team

@Hitenp29
Copy link

Hitenp29 commented May 8, 2018 via email

@psined1
Copy link

psined1 commented Jul 4, 2018

closed per OP

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants