user1579279
user1579279

Reputation: 1

Lotus Notes embedded view not working for one user

I have an embedded view in a main form (same database) with a single category of a client code that is custom generated. The view displays all other documents that have that main document's client code in a hidden field.

This works perfectly, except for one user where the embedded view is blank, and the message "category not found" is displayed. This happens for all documents viewed. Anyone else that opens the exact same main documents can see the correct list in the embedded view. The documents are definitely there.

I've pressed F9 a few times, and the "category not found" keeps coming up. I've also shutdown Notes and deleted the cache file, and restarted. There have been no changes to the database for a long time, and this started for this one user a few days ago.

I have no idea whats causing this.

Upvotes: 0

Views: 2114

Answers (3)

Mario S
Mario S

Reputation: 1984

  • ¿The view is "shared" and not "shared, private at first view"? In that case, you have to delete de "private version" of the view for that user
  • ¿The embedded view is calculated, and show one view for a group of users and a second view for another group? Maybe you're searching the problem in the wrong view
  • ¿The single category is based on a formula or on a calculated field? In that case, the formula calculates a different value for that user

Upvotes: 0

pstr
pstr

Reputation: 384

Check readers/authors fields in documents that should be displayed in your embedded view. May be that user just can't see them.

Upvotes: 2

Phil M Jones
Phil M Jones

Reputation: 823

Before I get too stressed, I generally try this:

Remove the database from the user's workspace
Compact the workspace (2nd tab of workspace properties)
Close Notes
Delete cache.ndk
Restart Notes

If that doesn't work, I'd check that the user can see the documents in another way (i.e. if you send a doclink to the user, can the user open it (alternatively, try opening the embedded view directly through View - Goto. Don't forget to use CTRL-SHIFT at the same time if the view is hidden)? If not, the user may have lost a role, or dropped out of a group that provides access.

Upvotes: 1

Related Questions