Debug & Troubleshooting
For the smooth operation of a integration many factors need to come together, this section contains important debug and troubleshooting tips.
Delete all data from Litium Studio Product Catalog
While you test the integration it is frequently required to clean-up the whole Litium Studio product catalog from its test data, including removing fields and field templates. A helper method is implemented with inRiver connector, which can only be accessed by visiting this Url and when the System user is logged in.
Warning! Deletes all data (irrespective of whether they are created from integration or not) from Product Catalog and cannot be recovered back.
http://<your domain name>/Site/Deployments/DeployInRiver.aspx?Deploy=Litium.Studio.AddOns.InRiver.Integration.DeploymentPackage&CleanUp=True
The code is located in the file: ..\Site\Deployments\DeployInRiver.aspx.cs::protected void Page_Load(object sender, EventArgs e)
If the generated field name in Litium Studio does not contain the value set by LsFieldDefinitionName custom field setting in inRiver check the following.
1. Is connector restarted?
2. Are there any other fields with the same name or renamed to this? Perhaps the field attributes are contradictory.
3. Is the LsFieldDefinitionName attribute name is correct? check for spellings and remove any spaces at the end.
When you add a entity in InRiver, if the Entity is not visible after some time in Litium Studio product catalog, follow these troubleshooting tips.