Flemion Shafeeq wrote:

>> Checked code to find a table named *Community2Item, *which is absent 
>> in the dspace database tables,(there is a table named 
>> communities2item) but comfortably used in the code.
>> The interesting part is the same script when run on the development 
>> machine runs fine without any hiccups.Are we running on any issue with 
>> our machine setup for the production or??

Flemion,

Community2Item is a view that is created over the Community2Collection 
and Collection2Item tables. You need to look at the VIEWs in the 
database, not the tables.

That said, the code in updateCommunityMappings should be referring to 
the Communities2Item table, NOT the Community2Item view.

G

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
DSpace-tech mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dspace-tech

Reply via email to