View Single Post
  #1 (permalink)  
Old 03-21-2008, 02:47 PM
travis.johnson
Guest
 
Posts: n/a
Default Survey title cached issue?

I made a (very simple) survey to test/qa another issue. I copied this, which created "[surveyname] Copy 2". While editing these, it appeared that the system renamed the original, and the new survey with the original name was actually the copy. Not a huge problem, but not intuitive.

Then, I tried renaming the "Copy 2", which appeared to be fine... however.

Looking at the list of available surveys, I see two with the same exact name. But if I log into the survey manager page, I see them named differently. I edit the name, save changes, refresh the browser... and they're still listed with the same exact name.

I cleared my cache. Used IE (which wouldnt have had it cached as I was using Firefox). Disabled all caching in Firefox (to force a new version). All yield the same results.

I query the DB with...
Code:
select * from dbo.ckbx_TemplatesAndFoldersView
where itemname like 'test user group edits%'
...and it returns two separate records with the preceding text that matches, and then one followed by " 2" as I edited it.

I suspect that there is some caching on the server side that is causing this behavior. I had a similiar issue just prior in which the description for a survey seemed to be being displayed rather than the title (but wasnt as concerned with that issue initially).

I've restarted IIS twice now, and checked all available logs... still kind find out how to resolve this.

Anyone else experienced this? Have any ideas of where to start looking? Our support expired and I'm reluctant to renew it for a buggy app (and for something like this).

Last edited by travis.johnson; 03-21-2008 at 03:01 PM.
Reply With Quote