At the moment we're trying to index content available in ImageVault in a scheduled job. We're hitting an exception when trying to create the Client instance in the following way:
client = ClientFactory.GetSdkClient();
The exception is: "An exception of type 'ImageVault.Common.ImageVaultException' occurred in ImageVault.EPiServer.dll but was not handled in user code
Additional information: Cannot determine SiteUrl for the EPiServer site. It's too early in the setup to do it"
error This topic was created over six months ago and has been resolved. If you have a similar question, please create a new topic and refer to this one.
Hi,
At the moment we're trying to index content available in ImageVault in a scheduled job.
We're hitting an exception when trying to create the Client instance in the following way:
The exception is:
"An exception of type 'ImageVault.Common.ImageVaultException' occurred in ImageVault.EPiServer.dll but was not handled in user code
Additional information: Cannot determine SiteUrl for the EPiServer site. It's too early in the setup to do it"
What would be the way to go on this?
Regards,
Robert.