Active Sync not working

I am having an issue with active sync not working. I am looking for updates from my resource every 5 minutes for changes. My enviornment is such:

IdM Version 5

App server: Weblogic 8.1.6

IdM is looking at AD (2003) for changes.

My log files look like such:

2007-02-06T13:20:07.794-0500: Started, paused until Tue Feb 06 13:25:00 EST 2007

2007-02-06T13:25:00.049-0500: Pause completed

2007-02-06T13:25:00.095-0500: Polling

2007-02-06T13:25:00.111-0500: Looking for updates with filter: (objectCategory=person)(uSNChanged>=71766297)

2007-02-06T13:25:01.064-0500: Looking for deletes with filter: (uSNChanged>=33117487)

2007-02-06T13:25:07.767-0500: Poll complete.

2007-02-06T13:25:07.767-0500: SARunner: loop 263

2007-02-06T13:25:07.814-0500: Started, paused until Tue Feb 06 13:30:00 EST 2007

2007-02-06T13:30:00.053-0500: Pause completed

2007-02-06T13:30:00.068-0500: Polling

2007-02-06T13:30:00.084-0500: Looking for updates with filter: (objectCategory=person)(uSNChanged>=71766297)

2007-02-06T13:30:01.240-0500: Looking for deletes with filter: (uSNChanged>=33117487)

2007-02-06T13:30:08.021-0500: Poll complete.

2007-02-06T13:30:08.021-0500: SARunner: loop 264

2007-02-06T13:30:08.084-0500: Started, paused until Tue Feb 06 13:35:00 EST 2007

2007-02-06T13:35:00.057-0500: Pause completed

2007-02-06T13:35:00.088-0500: Polling

2007-02-06T13:35:00.104-0500: Looking for updates with filter: (objectCategory=person)(uSNChanged>=71766297)

2007-02-06T13:35:01.229-0500: Looking for deletes with filter: (uSNChanged>=33117487)

2007-02-06T13:35:08.166-0500: Poll complete.

2007-02-06T13:35:08.166-0500: SARunner: loop 265

2007-02-06T13:35:08.197-0500: Started, paused until Tue Feb 06 13:40:00 EST 2007

2007-02-06T13:40:00.030-0500: Pause completed

2007-02-06T13:40:00.030-0500: Polling

2007-02-06T13:40:00.045-0500: Looking for updates with filter: (objectCategory=person)(uSNChanged>=71766297)

2007-02-06T13:40:01.014-0500: Looking for deletes with filter: (uSNChanged>=33117487)

2007-02-06T13:40:07.795-0500: Poll complete.

When I run these search filters I get results from my AD. When IdM runs the search they are coming back blank. Any ideas?

Thanks,

Chris

[2374 byte] By [nemesis2860a] at [2007-11-27 11:35:46]
# 1

If you have changed environments... or for some other reason, your USN number on the AD resource could be lower than the number passed in the query.

Manually edit a user in AD, and then check the USN number of the object. See if it is lower then the query is passing. If so, you can manually edit the IAPI_ResourceName configuration object and alter the USN number passed in the query.

R1100SLAa at 2007-7-29 17:04:50 > top of Java-index,Web & Directory Servers,Directory Servers...
# 2

BTW...

Lowering the number manually will process any changes after that number, so you should determine the right value since it could potentially cause a lot of processing to occur.

R1100SLAa at 2007-7-29 17:04:50 > top of Java-index,Web & Directory Servers,Directory Servers...