Select to view content in your preferred language

Live layer widget - RPC Fault faultString="Unexpected < encountered" faultCode="null"

1798
12
07-07-2010 01:10 PM
SusanMordy1
Deactivated User
Hi

I am getting the following error with the live layer widget:

[RPC Fault faultString="Unexpected < encountered" faultCode="null" faultDetail="null"]

<?xml version="1.0" ?>
<!--
////////////////////////////////////////////////////////////////////////////////
//
// Copyright © 2008 - 2009 ESRI
//
// All rights reserved under the copyright laws of the United States.
// You may freely redistribute and use this software, with or
// without modification, provided you include the original copyright
// and use restrictions.  See use restrictions in the file:
// <install location>/FlexViewer/License.txt
// 
////////////////////////////////////////////////////////////////////////////////
-->
<configuration>
 <layer>https://xxx.xxx.xx.bc.ca/ext/sgw/BCH.AGS/housing_data/MapServer/0</layer>
<query>OBJECTID = 238 
OR OBJECTID = 456 
OR OBJECTID = 251 
OR OBJECTID = 485 
OR OBJECTID = 425 
OR OBJECTID = 456 
OR OBJECTID = 362 
OR OBJECTID = 194 
OR OBJECTID = 456 
OR OBJECTID = 380 
OR OBJECTID = 135 
OR OBJECTID = 98 
OR OBJECTID = 441 
OR OBJECTID = 545 
OR OBJECTID = 466
OR OBJECTID = 239
OR OBJECTID = 136
OR OBJECTID = 546
OR OBJECTID = 541
OR OBJECTID = 552
OR OBJECTID = 339
OR OBJECTID = 85
OR OBJECTID = 504
OR OBJECTID = 216
OR OBJECTID = 399
OR OBJECTID = 257
OR OBJECTID = 138
OR OBJECTID = 433
OR OBJECTID = 311
OR OBJECTID = 308
OR OBJECTID = 510
OR OBJECTID = 401
OR OBJECTID = 79
OR OBJECTID = 452
OR OBJECTID = 278
OR OBJECTID = 199
OR OBJECTID = 536
OR OBJECTID = 176
OR OBJECTID = 275
OR OBJECTID = 512
OR OBJECTID = 162
OR OBJECTID = 365
OR OBJECTID = 332
OR OBJECTID = 426
OR OBJECTID = 54
OR OBJECTID = 438
OR OBJECTID = 237
OR OBJECTID = 404
OR OBJECTID = 503
OR OBJECTID = 52
OR OBJECTID = 122
OR OBJECTID = 182
OR OBJECTID = 427
OR OBJECTID = 446
OR OBJECTID = 487
OR OBJECTID = 475
OR OBJECTID = 422
OR OBJECTID = 490
OR OBJECTID = 97
OR OBJECTID = 451
OR OBJECTID = 1
OR OBJECTID = 488
OR OBJECTID = 478
OR OBJECTID = 274
OR OBJECTID = 364
OR OBJECTID = 508
OR OBJECTID = 556
OR OBJECTID = 338
OR OBJECTID = 537
OR OBJECTID = 498
OR OBJECTID = 547
OR OBJECTID = 483
OR OBJECTID = 405
OR OBJECTID = 206
OR OBJECTID = 233
OR OBJECTID = 307
OR OBJECTID = 177
OR OBJECTID = 395
OR OBJECTID = 459
</query>
 <fields>PROPERTY_NAME,PROPERTY_STREET_ADDRESS,COMMUNITY_NAME,FLOOR_SPACE_RATIO</fields>
 <titlefield>PROPERTY_NAME</titlefield>
 <refreshrate></refreshrate>
 <zoomscale>80000</zoomscale>
</configuration>



I don't get this message when I remove about half of the OBJECTID's queried.
I don't get this message when I call this map service in other widgets.
The map service is a secure map service.
Any ideas as to what is causing this problem?

Thanks,

Susan
Tags (2)
0 Kudos
12 Replies
SharonGin1
Occasional Contributor
Hi Robert,

After further testing, it appears to be an intermittent problem. I got this error on one of the user's laptops on Friday, but testing it again on Monday did not give this error. The users are in a secured environment which does not allow us to install software like Fiddler.
0 Kudos
RobertScheitlin__GISP
MVP Emeritus
Sharon,

   Sorry I can not provide more help with the issue then.
0 Kudos
JulieKanzler
Deactivated User
FYI, we've encountered this odd error when the authentication on our web filtering software has lapsed. I work for a local government and we use a software called iPrism to filter the sites that employees can access. Just thought I would post this in case you or someone else is experiencing something similar. I don't know of a workaround.

ETA: the employee is usually unaware of the authentication lapsing because it's performed automatically by the browser, but because these applications are accessing web resources without the manual click, the automatic re-authentication isn't triggered.
0 Kudos