6/29/2025 8:30:45 AM
|
|
slxdeveloper.com Community Forums |
|
|
|
The Forums on slxdeveloper.com are now retired. The forum archive will remain available for the time being. Thank you for your participation on slxdeveloper.com!
Forum to discuss the use of the SalesLogix Web Platform, Client and Customer Portals, and the Application Architect (For version 7.2 and higher only). View the code of conduct for posting guidelines.
|
|
|
|
VFS Build Errors
Posted: 06 Oct 10 10:00 AM
|
I am trying to install the WebHost on a 64-bit Server 2008 R2 and I've gotten to the point of building the VFS and it fails to build Sage.Entity.Interfaces.dll because of a whole bunch of errors that are exactly like the one below
ERROR - C:\Users\administrator.DISTINCTIVEPC\AppData\Roaming\Sage\Platform\Output\interfaces\IAccount.cs(424,49):The type 'Sage.Entity.Interfaces.IAccount' already contains a definition for 'AccountProducts'
Does anyone know what to do to fix this? Should I start over? Should I revert to 64-bit Server 2003 - something else?
Any help and suggestions appreciated
Thanks John |
|
|
|
Re: VFS Build Errors
Posted: 06 Oct 10 10:29 AM
|
Hi,
I have just found this article in the SalesLogix KB - It looks like your issue? Might be worth a shot!
Description: "ERROR - C:\Sage\Platform\Output\interfaces\ENTITY:The type 'Sage.Entity.Interfaces.ENTITY' already contains a definition for 'PROPERTY'" error building interfaces in the Application Architect.
This error indicates that the entity definition XML file for the web portal contains duplicate references to the referenced property. To resolve the issue, delete one of the references to the property.
Close Application Architect. Browse to C:\LOCALPROJECT\Model\Entity Model\SalesLogix Entities\ENTITY. Right-click ENTITY.ENTITY.entity.xml and click Edit. In the ENTITY.ENTITY.entity.xml - Notepad window, locate and delete the first occurrence of the PROPERTY referenced in the error message. Example:
. . .
Note: Delete the entire property reference, beginning with the tag and ending with the tag.
From the File menu, click Save. Exit Notepad Open Application Architect. Try to build interfaces again. Note: When editing the entity XML, ensure that the changes are made to the entity XML in the project itself, not in the build path; the copy of the XML in the build path will be overwritten by the one in the project directory when a full build is performed, and the error will reappear.
|
|
|
|
Re: VFS Build Errors
Posted: 06 Oct 10 1:52 PM
|
Adam,
Thanks for the KB. The problem I'm having is with the "Browse to" location. I don't have a "LOCAPROJECT" folder (which I'm assuming is the name of the project). I've tried searching for the "SalesLogix Entities" but am not having any luck finding it.
Any thoughts?
Thanks, John |
|
|
| |
|
Re: VFS Build Errors
Posted: 07 Oct 10 12:07 PM
|
You mentioned you are working in the VFS - then there's only one project, the files of which you can view and edit using Application Architect. For example
In AA, View > Virtual File System Explorer > Model > Entity Model > SalesLogix Application Entities > Account
For local file system based projects, the equivalent path would be C:\Workspace4999 (name you gave the workspace)\Model\Entity Model\SalesLogix Application Entities\Account |
|
|
|
You can
subscribe to receive a daily forum digest in your
user profile. View the site code
of conduct for posting guidelines.
Forum RSS Feed - Subscribe to the forum RSS feed to keep on top of the latest forum activity!
|
|
|
|
|
|
|
|