Database Table resource ActiveSync search not picking up new users

Static Search Predicate = USERId is NOT NULL

Conjunction = AND

Last Fetched Predicate = LastUpdate > '$(lastUpdate)'

USERID is the name of the user in the Table

LastUpdate is mapped to lastUpdate in the resource

This works for updates, but ActiveSync is not picking up new entries in the table.

This is almost exactly as the documentation says to set it up. Am I missing something? I'm at a loss here. Any ideas?

IDM Version 7

Thanks

Message was edited by:

TD_ROC

[538 byte] By [TD_ROCa] at [2007-11-27 5:00:48]
# 1
Hi,my gess is that lastUpdate is not set on create.If so then null > $(lastUpdate) will not be true for creates. In that case it might work change it toLastUpdate > $(lastUpdate) or LastUpdate is nullRegards,Patrick
Patrick.Wehingera at 2007-7-12 10:17:55 > top of Java-index,Web & Directory Servers,Directory Servers...