Skip to Content
0
Former Member
Jan 21, 2009 at 06:09 PM

Job Scheduling in Webdynpro

39 Views

Hi,

We have requirement similar to import functionality in Portal UME. The upload file would contain 65000 records which needs to read through and update the roles and groups for users in the portal UME. This involves so many operations inside like to nam a few:

1. Create user if it does not exist.

2. Check for each user if the role is been assigned and if so do not assign twice.

3. Success and Error log for all the records in the file

4. Emailing functionality.

This would take so much performance which the user is not going to wait for 10 - 15 mins for an upload. And sometimes the session would time out too.

What could be best possible solution to achieve this? Is it possible to use any external thread api's like quartz inside webynpro to achieve this functionality by scheduling jobs?

Regards,

Nagarajan.