|
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 4/23/2009 6:19:52 AM
Posts: 1,
Visits: 4
|
|
I'm getting the following error. When I add the customError mode="off" as it suggested, I ended up getting weird numbers and letters in my url... Server Error in '/' Application.
Runtime Error Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine. Any ideas? 
Thank,
Nick
|
|
|
|
|
AyaNova Sales & Support
      
Group: Administrators
Last Login: Yesterday @ 4:05:03 PM
Posts: 2,189,
Visits: 5,026
|
|
| Hi Nick It may be what text you entered into the MBI's web.config that resulted in the weird numbers and letters. Or it may be where you viewed the MBI login URL from - did you do so from a web browser on the MBI server itself as per that original error? - Is this your first time setting up MBI?
- Was MBI working previously and than stopped working?
- What version of AyaNova is installed and accessing the networked AyaNova database on this computer where you installed MBI? Log into AyaNova on this server, select menu Help -> About AyaNova -> what version is listed.
- Attach a copy of the ayalog.txt file from the AyaNova program folder C:\Program Files\Ground Zero Tech-Works Inc\AyaNova from this MBI server
- What version of MBI is installed? Open Windows Explorer to C:\Program Files\Ground Zero Tech-Works Inc\AyaNovaMBI\Bin Right-click the file GZTW.AyaNovaMBI.dll What is the version of this file, and what is the file date of this file.
- Zip up the web.config file from the C:\Program Files\Ground Zero Tech-Works Inc\AyaNovaMBI folder and the config.txt file from C:\Program Files\Ground Zero Tech-Works Inc\AyaNovaMBI\bin folder and attach to your reply.
- In a second zip file, edit the web.config with the text you had done that gives you the weird text and numbers and name it editedWebconfig.zip and attach
- Joyce
- AyaNova Sales & Technical Support
- http://www.ayanova.com
|
|
|
|
|
AyaNova Sales & Support
      
Group: Administrators
Last Login: Yesterday @ 4:05:03 PM
Posts: 2,189,
Visits: 5,026
|
|
| Wanted to post this here for any other MBI user that encounters this as was resolved via private email. Had the user enter the following in the MBI's web.config right above the last two lines - for example, the last five lines in the MBI's web.config would look like this <customErrors mode="Off" defaultRedirect="~/HandleError.aspx"> <error statusCode="404" redirect="~/stub.aspx"/> </customErrors> </system.web> </configuration> Doing so than brought up the security exception when the user logged in that the current user was not authorized to open a Workorder Item record.
What this means is that the Security Group that schedulable user is a member of does not have at minimum Read Only rights to Object.WorkorderItem Once the security group was edited so that Object.WorkorderItem was set to Read Only, the user could now log in. - Joyce
- AyaNova Sales & Technical Support
- http://www.ayanova.com
|
|
|
|
|
AyaNova Sales & Support
      
Group: Administrators
Last Login: Yesterday @ 4:05:03 PM
Posts: 2,189,
Visits: 5,026
|
|
|
|
|