Sage MAS 90 and 200 Sage MAS 500 blogs Product Feedback Support Training
Reply
Contributor
s2pursuit
Posts: 11
Registered: 07-18-2011
0
Accepted Solution

View data

Hello,

 

I am new to MAS500.  We are using Sage MAS 500 February 2010 Update (Version 7.30.2.0)

A user just discovered a report, based on a view, that does not return accurate records.  It does not appear that views vsmUserCompanyGrp and vdvUserTaskList reflect the same data as shown in the tables. 

Table tsmUsercompanyGrp shows accurate data.

Does anyone know why this would happen or how to fix? 

 

Possibly related...our development db errors out when trying to view the data in the same views.  It appears to be trying to reference an object in the production environment.

 

Thank You,

Chris

Sage MAS 500 Customer
JohnHanrahan
Posts: 207
Registered: 11-03-2010
0

Re: View data

Sounds like you've had someone modifying the standard code.  One way to fix is to install a new database.  Script the objects from there and put in your database.  Make sure you back up everything before doing this.  And I am totally serious about someone modifying something, good chance of that.

 

J

Contributor
s2pursuit
Posts: 11
Registered: 07-18-2011
0

Re: View data

Thanks John.  I think I have identified the issue.  Not sure why, but the view points to a _sys database instead of the _app database.  The _app db has the correct data, the _sys does not appear to be updating.

Sage MAS Partner
LouDavis
Posts: 545
Registered: 10-29-2008

Re: View data

The _sys database is from an older version of MAS 500 and is no longer used in MAS 500 7.3.  As you have discovered, the view was moved to the _app database during a past upgrade of your system.

Louis Davis MCSD, MCAD, MCITP
e2b teknologies, inc
www.e2btek.com

Contributor
s2pursuit
Posts: 11
Registered: 07-18-2011
0

Re: View data

Thank you Lou. That would explain it. It also explains why there are errors in our dev db, as the dev db does not have the _sys data.