Urgent!!! Attaching an Asset to the Task

Hello
We have created the Project and the task using the API
We would like to know is there any API which will help us to attach an Asset to the Task
Please let me know
thanks
Regards
Ramesh Kumar S

You should be able to create a pre-process event handler on the User object for action Delete.
-Kevin

Similar Messages

  • Windows Task Scheduler executing old triggers even after recreating the task

    I had this task working perfectly until I changed the schedule. After I changed the scheduled time 5 minutes earlier, I noticed that in the history, it still triggers the old schedule. I tried restarting the server, deleting the task and recreating it even
    without a trigger and it's still executing the task with the old trigger. The attached screenshot shows that the task doesn't have a trigger but as you can see in the history it's still trying to execute the task. How does the Windows Task Scheduler work?
    Is there a file or database that I can purge the old task?
    I also tried applying this hotfix but it didn't seem to fix the issue: 
    http://support.microsoft.com/kb/2461249
    NOTE: This is Windows 2008 R2 and the Error message in the history is: Task Scheduler failed to start "<the
    name of my task>" task for user "<the
    user>". Additional Data: Error Value: 2147750689.

    Since batch job can be run manually without error, cmd.exe is not the problem.
    I researched and found that the problem may be due to exhausted desktop heap and the solution is to increase the value.
    Please try this step:
    1. restart the server first and test again (a simple solution that may work)
    2. if the first attempt fail, take a full backup first and attempt to increase desktop heap
         http://www.symantec.com/business/support/index?page=content&id=TECH48099
    Yes THAT WAS THE SOLUTION FOR THE ISSUE. !!
    Now its working perfect!!
    Why now its working and not before? Because after made the changes to the registry,
    RESTART IS NECESSARY to apply the changes and I have done it yesterday night (this server is working 24x7, so its hard to find a moment to restart it). 
    Thanks for all to help me with this issue!!! I really,really ,really ,really  apreciate !!! 
    THANKS !!!!!

  • Urgent!! updating the task won't reflect the values in WLA

    Hi,
    I am trying to upde the task using below code but when i select the task i couldn't find the values in the Worklist Aplication.
    try
    IWorkflowServiceClient wfSvcClient = WorkflowServiceClientFactory.getWorkflowServiceClient(WorkflowServiceClientFactory.JAVA_CLIENT);
    ITaskQueryService TQServiceClient = wfSvcClient.getTaskQueryService();
    ITaskMetadataService TMServiceClient = wfSvcClient.getTaskMetadataService();
    ITaskService TServiceClient = wfSvcClient.getTaskService();
    IWorkflowContext wfCtx = wfSvcClient.getTaskQueryService().authenticate("jcooper", "welcome1", "jazn.com",null);
    Element element = (Element)getVariableData("WLAPayloadVar","/ns2:invoice");
    Node myPayload;
    NodeList nodeList;
    nodeList = element.getChildNodes();
    int count = nodeList.getLength();
    Task task = TQServiceClient.getTaskDetailsById(wfCtx, taskId);
    Locator locator = getLocator( );
    IWorklistService worklist = (IWorklistService)locator.lookupService( IWorklistService.SERVICE_NAME );
    task.setPayloadAsElement(element);
    TServiceClient.updateTask(wfCtx, task);
    catch( Exception e )
    e.printStackTrace();
    addAuditTrailEntry(e);
    Please let me know is this code is correct? This is really urgent.. Really apreciate if you can guide me as soon as possible.
    Thanks

    It's possible the backup file has become corrupted.  I had that happen once.  You might try Sachesi to restore the backup file.  I can't guarantee it will work but it's worth a shot.
    http://www.qtness.com/blog/?p=273
    That said, it is always HIGHLY recommended to use a media card in the device for saving photos and videos.  Relying on the device memory which can be affected by device wipes or defective hardware is convenient but risky. 
    1. Please thank those who help you by clicking the "Like" button at the bottom of the post that helped you.
    2. If your issue has been solved, please resolve it by marking the post "Solution?" which solved it for you!

  • Search Result doesn't show the task attachement :- Room Content Search

    Hi Experts,
      I am facing a problem with the Room content search. I was able to create a task(In a Room)and was able to attach a document as a supporting document for that task. The Problem am facing is like When I do a Room content search, the attachment (Task attachment) was not showing in the result set. All other stuffs like discussion groups, Discussions, News etc are getting displayed.
    I think the document which are being uploaded at the task screen are getting stored at root--> workflow folder. hence my search is getting failed. The room search is doing search at root --> room_extensions/.....
    When I do a room search I need the document uploaded at the task level also to be displayed...Anybody please help me....
    Regards
    Krishnan

    Hi,
    I thought by creating an Index with two datrasource will resolve the problem, but unfortunately teh Room search is not displaying the documents in the workflow folder...Would appreciate any inputs on this...
    Regards
    Krishnan

  • No administrator found for the task  Message no. 5W141

    Dear all,
    i am doing asset mass changes i am not able to release my work list (AR31) it"s giving message like 
      No administrator found for the task  Message no. 5W141
    plz can any one help me  following steps i followed
    1.substitution for assets mass changes to substitute Dep Key
    condition is asset class = 15000 and Dep area = 01
    substitute with Dep key S200
    for 15000 asset class actually dep key S475
    2.i created work list for asset class 15000 and dep area 01
    then attached my substitution
    3. in AR31  here all assets status is Ready when i release work list  it"s giving message same
    i tried in DEV and QTY no solution
    this is high priority in my project
    plz Dear friends send reply
    Regrds
    Govind

    HI Jayendra
    I am having the same problem with releasing the worklist in AR31.
    No administrator found for the task
    please let me know the solution.
    Thanks
    Sharath

  • Report generation, Excel isn't closed in the Task manager (LV2010)

    Hello everybody,
    I attached a simple example, to explain my problem.
    I tried (with Report generation) save data to Excel. That works fine. My problem is: in the Task Manager I can see the Excel.exe.
    Does anybody have a idea or a solution, why Excel don't closed?
    If I open and close the saved Excel file, the Excel.exe disappear in the Task manager. But this should not the way.
    many thanks in advance
    zäpfle
    LV2010
    Solved!
    Go to Solution.
    Attachments:
    Example_Forum.vi ‏19 KB
    Example.xls ‏55 KB
    Auswertung_Example.xlt ‏51 KB

    Hello zäpfle,
    This is actually a known issue and already reported to NI R&D. As you mentioned, to solve this, you have to open and close the Excel report (with Word report everything seems to be fine). Since the task is closed just after the VI closes or open-and-close Excel, it seemed that not all references would close properly. The issue though isn't with properly closing the references, but rather deeper.  However, a possible workaround would be to programmatically end the process just after closing the reference to Excel.  Here is a link to a community example that demonstrates how to do just that:
    Kill a task in Windows using System Exec.vi
    https://decibel.ni.com/content/docs/DOC-9275
    Hope this helped. I am sorry for the inconvenience!
    Kind regards,
    Ioannis Karakatsanis
    Applications Engineering
    www.ni.com/support

  • Link to attachment not working in Collaboration Task

    Hi All,
    We found an issue when we are attaching documents to a Collaboration
    Task which is created from a Collaboration Room:
    When we link documents that have been already stored in KM everything
    works fine. However when we use the direct upload at Task generation
    the links are not always accessible.
    We found out that the URLs which are generated behind the links differ
    in one slash.
    We are on EP 7 SP 14.
    Thanks & Regards,
    TC

    Have you tried %20%20 in the code rather than spaces?
    Just a guess.
    See if that works in RoboHelp's viewer.
    See www.grainge.org for RoboHelp and Authoring tips
    @petergrainge

  • Image not displaying in the Task Sequence Wizard. SCCM2012

    This is my question, so I will post the link here.
    http://community.spiceworks.com/topic/925727-image-not-displaying-in-the-task-sequence-wizard-sccm2012
    Bryan
    I captured an image from a PC that I am preparing to be deployed with Office 365. Once I captured
    the image, I went to the software library to add the operating system image. That seemed to go on without any issue, but when I look at the summary, I see the big yellow globe saying "in progress" it has not changed since yesterday afternoon.
    I then created the task sequence for this image
    to be deployed under Software Library, Task Sequences. When I selected the references tab, everything seemed to be in order with the exception of the "operating system image" under type. It was/is showing 0.0% Compliance.

    So, the problem described in the other forum post does not match the title of this thread. Are you trying to address two different things? These are unrelated btw.
    For the issue in the other thread, you'll have to troubleshoot your content distribution to the selected DP. The distmgr.log and pkgxfermgr.log (assuming you chose to distribute the image to a DP directly attached to your primary site) are the places to
    start and will show you exactly what's going on.
    As for the title of this thread, we'll need a lot more info to help you there.
    Finally, I would suggest you copy your questions from other sources into the thread -- this will help other folks in the future that may stumble upon this thread and will prevent any confusion.
    Jason | http://blog.configmgrftw.com | @jasonsandys

  • Help!  I'm stuck on the Task Bar and I can't get up!

    I recently upgraded to Premiere Elements 8, and now I can start the program but as soon as I open a project the window minimizes to the task bar.  I can not restore the window to show-up on the screen.  The Organizer works OK, and the Adobe startup window show-up OK.  Even the Premiere Elements window will show-up while it's loading a project, but as soon as the project is loaded... it hides down on the task bar.  It was working fine just after I installed it.  It's been a couple of weeks since I ran it last.  I have installed the 8.0.1 update.  What a tease!
    I've attached a couple of images of the program on the task bar just in case this helps.  My system is Window 7 Ultimate.  I have two 24" displays (both working fine), lots of memory and disk space, and it's a Dell XPS 9000 box.
    Please let me know how to coax my beloved Premiere Elements out of hiding!

    Hi Steve -- Thanks for your quick response.  I do have the 64-bit version installed on the C drive as shown in the screen  snippet below. The reference to the D drive in my earlier post was to the Premiere project file, which I dont keep on my system drive.  You've also suggested that I update my video driver, which I confirmed was up to date (as per snapshot below).
    You questions got me poking however, and I think I've found a way to circumvent the problem (which looks ilke a bug to me).  Apparently, the Welcome window always launches the Premiere editor in maximized mode.  When you subsequently open (a new or existing) project, the window resizes to the size that it was when you last used it.  When I was experiencing the problem, this size was "minimized on the task bar forever".
    To get around this, I used the settings menu on the top right of the Welcome window to set the option "Always Launch Premiere Elements Editor behind the Welcome Screen".  This show the editor window maximized, but it allows me to resize the editor window in the normal way, before I open a project.  Now when I subsequently opened a project file, the editor window did not dive into the Task Bar!
    Moreover, on subsequent launches the Welcome window still shows the editor window maximized, but the auto resize after opening a project now uses the size that I manually set in my manual sizing procedure in the above paragraph.  For me it's fixed!!
    Perhaps the context that provokes the bug is that I never set a non-maximized size for the editor, and the auto resize gets confused about the desired size of the editor window?
    -- Thanks, Ole Pa

  • Attachment in PWA for every Task

    Hi All,
    I have gone through Project Server (PWA) 2013 & created Tasks under Projects. But i am not getting any option to attach document per task like facility in MS Project Pro 2013 for attaching documents. However, we have facility to attach documents which
    is located in Project Site in PWA 2013. But i want to attach task wise in PWA.
    Also, i tried to attach document in MS Project Pro 2013 as per task & published this Project to PWA 2013. But when i open that published project & looked into Task where i have attached documents that not found in PWA for that task under same Project.
    Even not in Project Site documents.
    Can anyone suggest what to do in this case?

    Hi Vrij007,
    You can't directly attach a document to a task in PWA/schedule PDP. You have to go through the project site as you already said.
    Then how did you attach the document in MS Project Pro? I'd suggest to use the hyperlink column and then display this column in your PWA project detail view. 
    Note that it should be a consistent enterprise approach, meaning both way described above should not use together. Typically I would not suggest the second method since the project site allows you attaching document to a task and keeping the document in
    the site document library with all the sharepoint features.
    Hope this helps,
    Guillaume Rouyre, MBA, MVP, P-Seller |

  • Edit the task flow which is default in template for top navigation

    Hi,
    Where can I get the the default task flow file (i. e. spacesNavigationPanel) for collaborative with top navigation template?
    I want to edit the task flow for navigation.
    Thanks,
    A

    Here are the steps to find the default task flow file (i. e. spacesNavigationPanel) for collaborative with top navigation template :
    Note: I am assuming you're using Oracle WebCenter Portal 11.1.1.8.x
    Goto Portal Builder - Assets tab localhost:8888/webcenter/portal/builder/administration/assets
    Select Page Templates under Structure from left side pane and you'll see list of out of the box page templates (source not editable) and custom page templates (source editable) on the right side pane.
    Take a copy of the existing 'Collaborative with Top Navigation' page template
    Select the row 'Collaborative with Top Navigation'
    Click on Actions -> Copy
    Change the display name (Default : Copy of Collaborative with Top Navigation) and description if needed.
    Click OK to create a copy of 'Collaborative with Top Navigation' page template
    Select the row w.r.t. newly created page template Copy of 'Collaborative with Top Navigation'
    Click the checkbox to make it Available (Optional if you want to use this template later)
    Click on Actions -> Edit Source to edit the source of selected page template.
    You'll see template code in the window (by default).
    Click on 'Page Definition' tab at the bottom of the template code window i.e. Switch to Page Definition tab.
    Under Executables, you can see the taskflow code w.r.t. spacesNavigationPanel as follows :      <taskFlow id="spacesNavigationPanel" taskFlowId="/oracle/webcenter/webcenterapp/view/taskflows/navigation/SpacesNavigationTopPanelCollaborative.xml#SpacesNavigationTopPanel" Refresh="ifNeeded" activation="deferred" xmlns="http://xmlns.oracle.com/adf/controller/binding"/>
    I hope it answers your question.

  • How can I determine the device number from the task ID

    I'm using 'Port Config' to initialize my DIO port for a NI-DAQ 6052E. Port Config returns a task id and it would be very useful if I could determine what device number I have based on the task id.

    Hello,
    Thank you for contacting National Instruments.
    It is not possible to determine the device number programmatically from the task id. This would be slightly redundant since you must supply a device number when you Port Config executes. You could simply create a local variable of the Device Number control that is connected to the Port Config.vi if you need to use the device number elsewhere in your VI. Simply right-click on the Device number control and select Create >> Local Variable. Then right click on the local variable and select change to read. This will allow you to read the value of the device number you provided anywhere in your VI.
    If you would rather determine the actual device that is being used rather than the device number, yo
    u can use the Get DAQ Device Info.vi. I have attached a simple example program that demonstrates how to use the VI.
    Regards,
    Bill B
    Applications Engineer
    National Instruments
    Attachments:
    Write_to_1_Dig_Port_(E).vi ‏58 KB

  • WF Err: No administrator found for the task

    Hi,
    I am implementing idoc alert functionality using the program RSEIDOCA which uses the task 74508518. The problem I am facing is users are not able to open the work item from the attachment then receive in the mail.
    The error thrown is No administrator found for the task.
    I have tried executing the work item from SWIA and the same error persists.
    I had made the task general, refershed the buffers, refreshed the Org environment, but the problem is still there.
    Can any please suggest any way out.
    Thanks in advance

    Hi,
    One more addition to the case. Upon more testing I see that problem is only coming when I try to execute work item created by some other user.
    I have tried executing the work-item using SWIA , but with no success.
    Thanks in advance for help.

  • AR31 - No administrator found for the task. Msg No 5W141

    When I retire an Aset thru AR31 and release I get an Error msg. No administrator found for the task. Msg No 5W141. I did search in this but it is for goods movement. But I face this while retiring an Asset. Is there any one who can giude me to resolve this issue. This is the first retirement after implimentation.

    Hello Syamagari
    1- Please check in transaction OAWF if the responsible users are   assigned to the workflow tasks
       Menu path: Basic Functions
                     Assign tasks to agent
                        Correct worklist
                        Release worklist
                        Correct and release worklist
    2- In addition check if the users are assigned to the workflow-tasks  in the basis-component (transaction PFTC).
       Menu path: Task type: TS   - Standard task
                  Task     : corresponding task
    3.-Also check the minimum customizing for workflow:
         SWU3 => automatic customizing
    Regards
    Javier

  • 'No Administrator found for the task' while releasing the task in AR31

    Dear Gurus,
    i am facing the issue 'No Administrator found for the task' while releasing the task in AR31  while doing Mass Asset change.
    Please help to provide the solution.
    Many thanks.
    Kumar

    Dear Kumar,
    error 5W141 indicates that the  configuration for workflow is not in place fully.                                                                               
    1. SWU3 => Automatic customizing  
    You find the customizing of the workflow under Basis -> Business             
    Management -> SAP Business Workflow. There you can check the minimum         
    customizing for workflow:                                                                               
    2,  Please check in transaction OAWF if the responsible users are             
        assigned to the workflow tasks                                            
        Menu path: Basic Functions                                                
                     Assign tasks to agent                                       
                        Correct worklist                                         
                        Release worklist                                         
                        Correct and release worklist                                                                               
    3,  In addition check if the users are assigned to the workflow-tasks      in the basis-component (transaction
         PFTC).                                
       Menu path: Task type: TS   - Standard task        
           Task     : corresponding task (e.g.8010 - correct worklist                                                                               
    The relevant logic is: if the system finds that the agent or user is  defined, it will go straight to T-code SO01. And the user can edit the  work list there.                                                                               
    Following is a reference notes :                                             
                322526  Analysis for workflow problems      
    Regards Bernhard

Maybe you are looking for

  • Slow Internet Connection Speeds caused by Ethernet Controller Driver

    Problem:  Internet connection speeds are 1/10 of available connection speed. 1. Problem statement is based on running speed tests at cnet, speedtest.net, and AT&T. 2. I am paying for 12 MBps down load speed but I only get about 1.5 MBps. 3. Other com

  • A few minutes coding AME hangs ... How is treated?

    Gentlemen, here's the question on this AME (Adobe Media Encoder) The question in steps: 1. Have 4 video file in format ".mov" (camera panasonic lx3) \ OS Vista 86x SP1 size (time): 258Mb (01:23) +240 Mb (01:18) +180 Mb (00:58) +82 Mb (00:27) 1280 * 7

  • Black edge in Adobe Premiere rendering

    I'm rendering/exporting a photo slideshow in Premiere CS6 but I get a black edge on the right and at the bottom as if the photo is skewed out of position. Any idea how to get around this?

  • ServiceControlException exception in Weblogic Workshop webservice

    Hi, I have created WebService control file (*.jcx) from an appropriate wsdl file in Weblogic Workshop(jrockit81sp3_142_04). My interface declaration in control file looks like: * @jc:location http-url="http://<host>:<port_number><service_address>" *

  • Missing drivers part II

    Hi, I recently formatted a Pavilion 15-n213sl and I re-installed Windows 8.1 (64-bit). In the Device Manager there are the following devices with missing drivers: ACPI\HPQ6001\3&11583659&0 ACPI\HPQ6007\3&11583659&0 \VEN_10EC&DEV_5227&SUBSYS_2166103C&