|
Home > Archive > WebSphere Commerce suite > January 2006 > Re: WCS 5.6 - Id resolver is constantly generating new ids, even<br> for existin
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Re: WCS 5.6 - Id resolver is constantly generating new ids, even<br> for existin
|
|
|
| Thanks for the reply ...
You are correct, the problem I am seeing is occuring in the toolkit environment. I have tested this on the server and everything resolves as expected (note the databases are replicas so it should work on both).
One of the tables not resolving properly is Orgentity. The xml I have is as follows:
<orgentity orgentity_id="@supp_hub_org_id" orgentityname="Supplier Hub Organization" orgentitytype="OU" dn="ou=supplier hub organization,o=supply chain management organization,o=root organization">
<ISA>
<member member_id="@supp_hub_member_id" type="O" state="1" />
</ISA>
</orgentity>
<ffmcenter ffmcenter_id="@marketplace_ffmcenter_id" member_id="@supp_hub_member_id" name="MarketPlace Home" defaultshipoffset="0" />
The result is a new orgentity_id & member_id is generated even though that record does exist exactly in the db. Also, for ffmcenter, the member_id is not resolved.
Any idea on what I can try to get my toolkit environment working?
|
|
|
|
|