<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Three Queues, Three Resource PC's. I have an requirement that each queue gets into one resource pc and should lock the queue. in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Three-Queues-Three-Resource-PC-s-I-have-an-requirement-that-each/m-p/59766#M13355</link>
    <description>Hi,

I have an requirement that I have

1) three Queues
2)Three Resource PC's
3)Excel File with Data

I need to split the work by taking input excel file and provide it to respective queues and resource PC's based on some Tag number.

Now the problem I am getting is I need to do queue lock after each queue gets it's Item IDs, since whenever user wrongly enters same tag number it would crush.

Eg: When first queue acquires some data and process in first resource pc and whenever user again wrongly enters same tag number as of first queue then it would be a problem, since it is already running.

Any solution for this.

Thanks,</description>
    <pubDate>Mon, 08 Aug 2016 15:03:00 GMT</pubDate>
    <dc:creator>RajeshHathwar</dc:creator>
    <dc:date>2016-08-08T15:03:00Z</dc:date>
    <item>
      <title>Three Queues, Three Resource PC's. I have an requirement that each queue gets into one resource pc and should lock the queue.</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Three-Queues-Three-Resource-PC-s-I-have-an-requirement-that-each/m-p/59766#M13355</link>
      <description>Hi,

I have an requirement that I have

1) three Queues
2)Three Resource PC's
3)Excel File with Data

I need to split the work by taking input excel file and provide it to respective queues and resource PC's based on some Tag number.

Now the problem I am getting is I need to do queue lock after each queue gets it's Item IDs, since whenever user wrongly enters same tag number it would crush.

Eg: When first queue acquires some data and process in first resource pc and whenever user again wrongly enters same tag number as of first queue then it would be a problem, since it is already running.

Any solution for this.

Thanks,</description>
      <pubDate>Mon, 08 Aug 2016 15:03:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Three-Queues-Three-Resource-PC-s-I-have-an-requirement-that-each/m-p/59766#M13355</guid>
      <dc:creator>RajeshHathwar</dc:creator>
      <dc:date>2016-08-08T15:03:00Z</dc:date>
    </item>
    <item>
      <title>Hi,</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Three-Queues-Three-Resource-PC-s-I-have-an-requirement-that-each/m-p/59767#M13356</link>
      <description>Hi,
Any help for this is greatly appreciated.
Thanks,</description>
      <pubDate>Thu, 11 Aug 2016 12:18:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Three-Queues-Three-Resource-PC-s-I-have-an-requirement-that-each/m-p/59767#M13356</guid>
      <dc:creator>RajeshHathwar</dc:creator>
      <dc:date>2016-08-11T12:18:00Z</dc:date>
    </item>
    <item>
      <title>Hi Rajesh,</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Three-Queues-Three-Resource-PC-s-I-have-an-requirement-that-each/m-p/59768#M13357</link>
      <description>Hi Rajesh,
I hope you can elaborate a bit.
Is the problem that you do not want a process to put a new element into the queue which has the same tag as an element already in the queue?
Or do you want to make sure that two of the resource PC's do not handle the same queue element at the same time?</description>
      <pubDate>Thu, 11 Aug 2016 12:57:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Three-Queues-Three-Resource-PC-s-I-have-an-requirement-that-each/m-p/59768#M13357</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-08-11T12:57:00Z</dc:date>
    </item>
    <item>
      <title>Hi timmorthorst,</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Three-Queues-Three-Resource-PC-s-I-have-an-requirement-that-each/m-p/59769#M13358</link>
      <description>Hi timmorthorst,
Yes I don't need two resource PC's to handle same queue at same time.
Thanks,</description>
      <pubDate>Thu, 11 Aug 2016 14:46:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Three-Queues-Three-Resource-PC-s-I-have-an-requirement-that-each/m-p/59769#M13358</guid>
      <dc:creator>RajeshHathwar</dc:creator>
      <dc:date>2016-08-11T14:46:00Z</dc:date>
    </item>
    <item>
      <title>In that case I would use an</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Three-Queues-Three-Resource-PC-s-I-have-an-requirement-that-each/m-p/59770#M13359</link>
      <description>In that case I would use an environment lock which basically works as a MUTEX. If you download one of the process templates from the Blue Prism portal you can see examples of how to use them on the pages which take care of loading elements to the queue.</description>
      <pubDate>Thu, 11 Aug 2016 17:49:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Three-Queues-Three-Resource-PC-s-I-have-an-requirement-that-each/m-p/59770#M13359</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-08-11T17:49:00Z</dc:date>
    </item>
    <item>
      <title>Hi Timmorthorst,</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Three-Queues-Three-Resource-PC-s-I-have-an-requirement-that-each/m-p/59771#M13360</link>
      <description>Hi Timmorthorst,
Thanks for the reply. But when I used environmental lock it is locking whole process in the other Resource PC not the queue.
For eg: I am running a process in Resource PC1 with Queue1 with Environmental lock Lock1 and simultaneously i am running same process in Resource PC2 in Queue2 with same Lock it is in locked state in Resource PC1 and until it finishes it's ItemID's in Queue1 it is not allowing other resource PC to run.
Even in the Environmental VBO's there are no option of selecting a particular queue to lock it.
I have attached an image which gives LockName, ResourceName ,Lock Time and Process name and not the queue.
can u help me on this.
Thanks,</description>
      <pubDate>Thu, 11 Aug 2016 19:18:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Three-Queues-Three-Resource-PC-s-I-have-an-requirement-that-each/m-p/59771#M13360</guid>
      <dc:creator>RajeshHathwar</dc:creator>
      <dc:date>2016-08-11T19:18:00Z</dc:date>
    </item>
    <item>
      <title>Hi again Rajesh,</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Three-Queues-Three-Resource-PC-s-I-have-an-requirement-that-each/m-p/59772#M13361</link>
      <description>Hi again Rajesh,
I can unfortunately not see the attached image.
What you describe is also exactly what should happen, as the environmental locks work with mutual exclusion.
If you want the resource PC's to be able to work at the same time, but just not use the same case, I would create an environment-exposed variable which contains an ID tag of the individual case in process - in that way, each resource PC picking up a case can check that non of those environment-exposed variables contain the ID of the queue element which they are picking up.</description>
      <pubDate>Fri, 12 Aug 2016 11:17:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Three-Queues-Three-Resource-PC-s-I-have-an-requirement-that-each/m-p/59772#M13361</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-08-12T11:17:00Z</dc:date>
    </item>
    <item>
      <title>Ok, Thanks again timmorthorst</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Three-Queues-Three-Resource-PC-s-I-have-an-requirement-that-each/m-p/59773#M13362</link>
      <description>Ok, Thanks again timmorthorst.</description>
      <pubDate>Fri, 12 Aug 2016 12:39:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Three-Queues-Three-Resource-PC-s-I-have-an-requirement-that-each/m-p/59773#M13362</guid>
      <dc:creator>RajeshHathwar</dc:creator>
      <dc:date>2016-08-12T12:39:00Z</dc:date>
    </item>
  </channel>
</rss>

