cancel
Showing results for 
Search instead for 
Did you mean: 

Transaction executing Twice

Former Member
0 Kudos

Hi,

I have BLS Transaction which is scheduled for every Hour to run. It runs every hour but i see the transaction runs twice for that Hour.

But When I execute the BLS manually it executes only once properly without any duplication.

It inserts duplicates or runs twice when scheduled using Schedule Editor.

This is happening in the Production System only.

The same Transaction runs fine in Development System.

Pallavi

Edited by: Pallavi Mirajkar on Mar 24, 2008 10:19 PM

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

If you have issues with cron expression, you can use this tool by me (you need jdk1.6 with java webstart)

http://www.fjeyar.com/tools/cronexpr/cron.jnlp

Best regards,

Felix Jeyareuben

Former Member
0 Kudos

Hi Pallavi,

I faced the same problem in my project.

When I checked the processes running through task manager there were 2 java.exe running. Usually one used to run.

So I thought may be because of that and killed both.

Then restarted the servlet Exec xMII sevice.

My problem was solved.

You can try this.

0 Kudos

Hi Pallavi,

Check the Pattern (Last line in Schedule Editor) correclty. Whether it is same as that of Development system.

The pattern to run the transaction every hour should be like this:

0 0 * * * *

Take Care,

Khaleel

Former Member
0 Kudos

Hi Khaleel,

The pattern is correct

Thanks,

Pallavi