Release Candidate 15.1

Posted this issue in the blog but though it might fit well here in the Forum.

Problem
I initially logged the issue we were having working with the latest 15.1 release. The issues presented itself when using an existing DB and upgrading in a test environment. Installing with a demo database worked fine but using a 15.0 DB and upgrading presented this .net error trying to load the web view (Shown below). The error indicated it could not find the site map node. This turned out to be misleading. After many installs and re-installs on both a demo and upgrade I resolved the issue.
Solution
I found by running a trace while trying to load the web application in both systems demo and upgrade that a specific query was not returning any rows in my upgraded DB. The query was looking for a GUEST user in the database which does not exist in my upgrade system. Another interesting thing is the demo database seems to actually run a different query, I believe based on the license that is installed, making it preform differently then the upgraded system. The query was looking to join users and usermain looking for the GUEST user which my upgrade database did not have. I am not sure if this is normal or just my situation but thought i would share the information here.

Error Details
Exception Details: System.ArgumentException: Could not find the sitemap node with URL 'http://ecm-test/imis15/Admin/?hkey=6edd071c-aeca-42f5-847e-3e7aabea2a6b'.
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

Stack Trace:
[ArgumentException: Could not find the sitemap node with URL 'http://ecm-test/imis15/Admin/?hkey=6edd071c-aeca-42f5-847e-3e7aabea2a6b'.]

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.

Can you update your initial SMR

Hi Troy, Can you update your initial SMR with your findings? I'd like to make sure that we get this analyzed so that we can avoid other customers from having to experience this same issue if we can.

Many thanks

We are having this problem

We are having this problem in 15.1 GA.  When I look at the trace, I see the same thing.  When I look at the users table I don't see a row for GUEST, but usermain does contain the row for GUEST.  Is this the problem, and if so, how do we fix this?

Guest user

Hey Steve, what I did was added a guest record, then added user credentials with guest as the login and made it a casual user.

 

 

 

Troy Cantrell Director Information Technology California Travel and Tourism Commission

The Guest member record

The Guest member record already exists.  So, when I open Credentials and add the user, logon name Guest, give it a password and webmaster email address, I get Unknown error:ProviderError.

It looks like it is blowing

It looks like it is blowing up because the usermain record already exists (according to what I see in profiler).  I guess I need to first delete the Guest that the conversion built (tried to build) and create it new?

Guest user

If you are in a dev DB i would give that a go.  Or go to pre 15.1, set it up and then run upgrade.  I have also seen that provider error, sounds like it happens with a duplicate usermain record.

 

Troy Cantrell Director Information Technology California Travel and Tourism Commission

well, I can try it in a dev

well, I can try it in a dev database first, but this is in production - they have been running since Monday morning, so re-running the upgrade is not really an option.

guest user

Yeah, i would be careful with the core required imis users like the guest account.  Near as I could tell it just looked for the login, got the id then looked in users so it sounds like it should work.

 

Let me know !

 

Troy Cantrell Director Information Technology California Travel and Tourism Commission