View Single Post
  #10 (permalink)  
Old 01-10-2012, 12:59 AM
CameronBroadbent CameronBroadbent is offline
Junior Member
 
Join Date: Jan 2012
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Quote:
Originally Posted by tlenz View Post
Yes, for sure. Here it is.

I add tasks in blocks of ten with calling "queueAddToProject", then wait for job complete state from the queue system, then I read the project dataset again. After 3 to 4 updates I get this error:

PHP Code:
System.ApplicationException was caught
  Message="Queue request failed \"Failed\" Job ID: 5b7c0d70-60b5-4b9a-895d-bc8253610846.
<?xml version="1.0\" encoding=\"utf-16\"?>
    <errinfo>
        <general>
            <class name=\"Project\">
                <error id=\"7025\" name=\"TaskUnableToInsert\" uid=\"598f8f96-19b6-4cf1-80c6-73ed5137e11e\" />
            </class>
            <class name=\"Queue\">
                <error id=\"26000\" name=\"GeneralQueueJobFailed\" uid=\"7bf06bc4-f28c-49ae-9c8b-9448d47f54bd\" JobUID=\"5b7c0d70-60b5-4b9a-895d-bc8253610846\" ComputerName=\"S01RKM02\" GroupType=\"ProjectUpdate\" MessageType=\"\" MessageId=\"\" Stage=\"\" />
            </class>
        </general>
    </errinfo>
hmmm!!! thanks dude.....
__________________
buy computer | buy software
Reply With Quote