cancel
Showing results for 
Search instead for 
Did you mean: 

Job Scheduling in Webdynpro

Former Member
0 Kudos

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.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

You can have a look at the below article for Job Scheduling techniques

http://www.netweavermagazine.com/archive/Volume_03_(2007)/Issue_01_(Winter)/v3i1a09.cfm?session=

Former Member
0 Kudos

Hi All,

Thanks for your replies. I used Quartz API to solve the issue.

- Nagarajan.

Former Member
0 Kudos

Hi Nagarajan,

If you are using CE 7.1, this is how you can do it

https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/90a95132-8785-2b10-bda5-90d82a76...

It uses Job Scheduler APIs and EJB

regards,

kunal ktoak

Former Member
0 Kudos

Hi Nagarajan,

You can use multi threading environment if using EJB technology. For further information check the following link:

https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/6b95bc5a-0701-0010-aaa5-8564c7b7...

where an hyperlink Enterprise Javabeans Technology will guide you further.

Regards.

Rajat