Results 1 to 2 of 2

Thread: How to clean meta data

  1. #1

    Default How to clean meta data

    Right now I'm keeping meta data in memory.
    Irrespective job status, I prefer to clean these dao objects, soon after job completed, as we want to make each job independent of previous job execution.

    Right now, we are getting the folloiwng exception if we try to run the same job again, in websphere using mdb and mq.

    Code:
    A job instance already exists and is complete for parameters  If you want to run this job again, change the parameters,
    Please suggest me the changes I need to do in the frame work, to remove this restriction.
    Thanks

  2. #2
    Join Date
    Feb 2008
    Posts
    488

    Default

    One easy way to make your job unique is to always add the current timestamp as a parameter.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •