You are viewing limited content. For full access, please sign in.

Question

Question

LFE file change in 10.3?

asked on April 5, 2018 Show version history

I build a dynamic LFE file to jump to a location in the repository which has worked in the past on 10.2 desktop client.

<?xml version='1.0' encoding='Unicode'?> <laserfiche>
  <repository name ='SLOAPCDrepo'>
      <search phrase='{LF:Name="*", Type="F"} & {[]:[Site ID] = "1006"}'/>
  </repository>
</laserfiche>

Now I'm getting:

Error Code: 6000
Error Message: Error parsing 'C:\Users\rheitzman\AppData\Roaming\OIS10\OIS10\1.0.0.0\OIS_temp_LFE.lfe'
Unknown error. [6000:0xc00cee2c]

 

The search phrase works with the web client and when entered directly into the Search Syntax field for custom search in the desktop client.

 

What has changed in 10.3 that is causing this error?

0 0

Replies

replied on April 5, 2018

It doesn't seem to be specific to 10.3. I'm getting the same error with a 10.2 Client.

It's caused by the "&" which is not valid in XML. If you encode it to &amp; , the LFE file works.

1 0
replied on April 5, 2018

Thanks - that was the issue - my code bug. blush

0 0
You are not allowed to follow up in this post.

Sign in to reply to this post.