Projects Worklist Exception

Hi,
in our potal there is an error when calling the workset Projects of MSS. The worklist is not beeing displayed due to the following error:
The URL ....../sap/bc/webdynpro/sap/powl// was not called due to an error.
Note
The following error text was processed in the system DNW : An exception occurred that was not caught.
The error occurred on the application server donews90_DNW_01 and in the work process 0 .
The termination type was: RABAX_STATE
The ABAP call stack was:
Method: GET_LAYOUT of program CL_POWL_PERS_ACCESSOR=========CP
Method: INITIALIZE of program CL_POWL_MODEL=================CP
Method: HANDLEDEFAULT of program /1BCWDY/0MY0DIQH2JSRX696NCI5==CP
Method: HANDLEDEFAULT of program /1BCWDY/0MY0DIQH2JSRX696NCI5==CP
Method: IF_WDR_VIEW_DELEGATE~WD_INVOKE_EVENT_HANDLER of program /1BCWDY/0MY0DIQH2JSRX696NCI5==CP
Method: INVOKE_EVENTHANDLER of program CL_WDR_DELEGATING_IF_VIEW=====CP
Method: DISPLAY_TOPLEVEL_COMPONENT of program CL_WDR_CLIENT_COMPONENT=======CP
Method: INIT of program CL_WDR_CLIENT_APPLICATION=====CP
Method: EXECUTE of program CL_WDR_MAIN_TASK==============CP
Method: IF_HTTP_EXTENSION~HANDLE_REQUEST of program CL_WDR_MAIN_TASK==============CP
In the transaction ST22 I got the information, that CX_POWL_FATAL_EXCEPTION is the exception that made the ABAP-Application CL_POWL_PERS_ACCESSOR=========CP stop.
Do you have any suggestions to resolve that?
Thanks for your help.
Regards
Christoph

hi,
may be some of the services are not been activated or  dump been generated in access tthe powl in mss applications
u check with the applications are running indipendetly from webdynpro abap enviroment ??
it might be usefull  this sap note 1048386
ravindra
Edited by: VENKATA R BOLLAPALL on Sep 30, 2009 2:47 PM

Similar Messages

  • Error on /SafeMode: error while trying to run project uncaught exception thrown by method called

    i try run VS 2012 with /SafeMode. I create new empty Winform. When I start debug, I got:
    "error while trying to run project uncaught exception thrown by method called through reflection"

    Hi Matanya Zac,
    Did you restart your machine? How about installing the VS2012 update 4?
    >>error while trying to run project uncaught exception thrown by method
    Did you install the VS update in your VS IDE? I met this issue before which was related to the VS update:
    https://social.msdn.microsoft.com/Forums/vstudio/en-US/5ead8ee9-ea09-4060-88b0-ee2e2044ff82/error-while-trying-to-run-a-project-uncaught-exception-thrown-by-method-called-through-reflection?forum=vsdebug
    If still no help, I suggest you repair your VS, and then restart your machine, test the result.
    Best Regards,
    Jack
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • You are not authorized to access the function Projects: Worklist. Please co

    Hussein,
    I enabled the multi - org, upgraded R12 from 11i. I try to login into Application, I am getting an error
    You are not authorized to access the function Projects: Worklist. Please contact your System Administrator.
    This could be multi - org issue? Please let me know.
    Thanks
    Prince

    Hi Prince,
    Hussein,
    I enabled the multi - org, upgraded R12 from 11i. I try to login into Application, I am getting an error
    You are not authorized to access the function Projects: Worklist. Please contact your System Administrator.
    This could be multi - org issue? Please let me know.
    Thanks
    PrincePlease check apache log files for details about the error (error_log* and access_log* files).
    Is this happening to all users?
    Did you enable Multi-Org successfully with no errors?
    After Upgrade to 12.1, unable to Login with You are not authorized to access the function Applications Default Login Page [ID 1368800.1]
    You Are Not Authorized To Access This Function When Using Iexpense [ID 295907.1]
    Thanks,
    Hussein

  • Mapping Workbench Java Project Export Exception

    Hello,
    We're using TopLink Workbench 9.0.4.1 build 040128
    We are experiencing exceptions when we try to export our Mapping Workbench Project as a java project file. (We have never had this problem before).
    I fear we may have somehow corrupted the TopLink mapping project file(s) when we were last editing them. We can open the project file and all mappings and tables look clean. However, when we try to export the java project file we get an exception (see the stack trace below).
    Is there any way to recover our project file? We had made a lot of changes before noticing the problem with the java project generation. It would be a lot of work to go back to our last good back-up copy and apply the updates all over again.
    Here's the stack trace from the Workbench when trying to export the java project file:
    java.lang.NullPointerException
         at oracle.toplink.workbench.persistence.MWProjectToRuntimeProjectConverter.convertAggregatePathToFieldIntoTranslationDictionaries(MWProjectToRuntimeProjectConverter.java:189)
         at oracle.toplink.workbench.persistence.MWProjectToRuntimeProjectConverter.convertMappings(MWProjectToRuntimeProjectConverter.java:715)
         at oracle.toplink.workbench.persistence.MWProjectToRuntimeProjectConverter.convert(MWProjectToRuntimeProjectConverter.java:74)
         at oracle.toplink.workbench.model.MWProject.exportJavaSource(MWProject.java:885)
         at oracle.toplink.workbench.model.MWProject.exportJavaSource(MWProject.java:848)
         at oracle.toplink.workbench.ui.ProjectSourceGenerationCoordinator.exportProjectSource(ProjectSourceGenerationCoordinator.java:162)
         at oracle.toplink.workbench.ui.MainView.exportSelectedProjectsToJavaSource(MainView.java:616)
         at oracle.toplink.workbench.ui.ActionManager$50.actionPerformed(ActionManager.java:1395)
         at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
         at javax.swing.AbstractButton$ForwardActionEvents.actionPerformed(Unknown Source)
         at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
         at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
         at javax.swing.AbstractButton.doClick(Unknown Source)
         at javax.swing.plaf.basic.BasicMenuItemUI.doClick(Unknown Source)
         at javax.swing.plaf.basic.BasicMenuItemUI$MouseInputHandler.mouseReleased(Unknown Source)
         at java.awt.AWTEventMulticaster.mouseReleased(Unknown Source)
         at java.awt.Component.processMouseEvent(Unknown Source)
         at java.awt.Component.processEvent(Unknown Source)
         at java.awt.Container.processEvent(Unknown Source)
         at java.awt.Component.dispatchEventImpl(Unknown Source)
         at java.awt.Container.dispatchEventImpl(Unknown Source)
         at java.awt.Component.dispatchEvent(Unknown Source)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
         at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
         at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
         at java.awt.Container.dispatchEventImpl(Unknown Source)
         at java.awt.Window.dispatchEventImpl(Unknown Source)
         at java.awt.Component.dispatchEvent(Unknown Source)
         at java.awt.EventQueue.dispatchEvent(Unknown Source)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.run(Unknown Source)

    Are there many aggregate mappings in your project? Or do you know of any aggregate mappings or mappings in aggregate descriptors that have changed since you last exported your java source successfully. It appears that something in an aggregate mapping has become corrupted and I'm just wondering if you can narrow down where the problem might have occured. If this is possible, then try remapping those aggregate mappings and then generating the java source again.
    If it is not possible or this does not solve the problem, you will need to send this project and the class files in to support.
    Thanks,
    Karen Moore

  • Worklist:Exception in setTaskProperty - TaskWorkerControl

    Hi,
    I have created myTaskWorkerControl which extends TaskWorker Control and implements WorklistManager
    Now I use it to setTaskProperty as -
    worker.setTaskProperty("taskType","taskValue",taskId);
    It throws the following exception -
    java.rmi.RemoteException: EJB Exception: ; nested exception is:
    com.bea.control.ControlException: Error in the worklist control[The select tag must always be present, except if a task is created]
    at weblogic.ejb20.internal.EJBRuntimeUtils.throwRemoteException(EJBRuntimeUtils.java:102)
    at weblogic.ejb20.internal.BaseEJBHome.handleSystemException(BaseEJBHome.java:307)
    at weblogic.ejb20.internal.BaseEJBObject.postInvoke(BaseEJBObject.java:263)
    at weblogic.ejb20.internal.StatelessEJBObject.postInvoke(StatelessEJBObject.java:140)
    at com.bea.wlw.runtime.core.bean.SyncDispatcher_k1mrl8_EOImpl.invoke(SyncDispatcher_k1mrl8_EOImpl.java:110)
    Thanks for any inputs

    I am facing similar error while trying to register a R/3 system with Portal.
    (Connector) :com.sap.netweaver.bc.uwl.connect.ConnectorException:Mon Jun 05 10:23:29 EDT 2006
    (Connector) :com.sap.mw.jco.JCO$Exception:User is locked. Please notify the person responsible
    The R/3 system has been configured for UID/PWD and tested successfully. Connection test is successful. But when I tried to register the same system through
    System Administration -> System Configuration -> Universal Worklist & Workflow -> Universal Worklist Administration, I am getting the above error.
    I am trying to configure the R/3 system using 'WebFlowConnector' type.
    Can anyone please guide me how to configure a R/3 more detail.
    Thanks in advance.

  • Visual Studio error when trying to open a Feature in a SharePoint Project (An exception occurred while calling 'OnImportsSatisfied')

    I am getting the following error message in both Visual Studio 2012 and Visual Studio 2013 when I try to open any "Feature" in a SharePoint 2013 project.
    An exception occurred while calling the 'OnImportsSatisfied' method on type 'Microsoft.VisualStudio.SharePoint.Designers.Package.ViewModels.FeatureViewModel'.
    (the stack trace then continues on for ages - shown in full below)
    I _think_ this started happening when I ran Windows Update recently.
    This happens for both old and new projects, both Sandbox and Farm solutions.
    I have tried:
    Removing all Windows Updates from the past week
    Removing all previous versions of Visual Studio (2012)
    Completely uninstalling and reinstalling Visual Studio (with reboots inbetween)
    Installing VS2013 Update 1
    Nothing that I do seems to fix this ..
    Full Error:
    regards
    Martin Hatch
    MCPD & MCITP SharePoint 2010
    MCTS WSS 3.0 | MOSS 2007
    www.martinhatch.com

    Hi,
    Please check that whether you have installed the Microsoft Office Developer Tools for Visual Studio 2012.
    The link below will provide more details:
    Prerequisites for creating SharePoint 2013 projects using Visual Studio 2012
    Best regards
    Patrick Liang
    TechNet Community Support

  • All iMovie projects opening, except for one

    I am having trouble opening one particular iMovie project--while all my other projects are opening just fine.
    I have the latest version of iMovie HD (6.0.3), and am working on a mirror-front G4 with plenty of Ram and working space (500gb hard drive with 270gb of usable space, 1.5gb of Ram). I have trashed the .plist in preferences and rebuilt permissions--still won't open.
    Without having to start from scratch, is there a way to salvage what I have done so far?

    When you say it won't open, what do you mean?
    Does the program crash, or does it give you a
    dialogue box with information as to why?
    Also, did you move the project from another disk?
    Did you check permissions on the iMovie file?
    When I go to open it, I double-click on the iMovie project icon--it starts to open. Then it asks me if I want to view the trash or ignore the trash. I click on either of those options--then the "rainbow candy" cursor just sits there and spins until iMovie quits.
    It just crashes or quits with no dialogue.
    Did not move it from it origin.
    How do you check permissions on a specific file? In the "get info" box? Have not done that.

  • Trouble opening project

    Hello, I hope I can get some help here.
    I was using Premiere CS4 on a Vista 64 laptop when my hard disk became damaged and unusable. I got a new laptop, which has Windows 7 and has the same memory as my other (4 GB) and more hard disk space (500GB). I re-installed Premiere Pro and copied all my backup files into the right directories. The video is all in subfolders in My Videos. I was able to open all my projects successfully except (naturally) the most important one.
    The project would either load up about 95%, then crash, or would open, but it couldn't find all or most of my video files, so I got the "Where is" dialog box. I located some of them, but I have 150 or so video cips, so it was tedious. After a while, I clicked Work Offline for the rest and went into the project without difficulty and the files I had linked to where there and were fine.
    I saved, then exited just to test everything out. When I tried to load the project again, it absolutely would not open at all. I did this numerous times (happily I have a backup of the project file on a separate hard drive and made copies of it). The same thing always happens and I cannot understand it. It's a large project (for me) and probably has some 40-45 minutes of video in it, maybe 10 short sequences..What I don't understand is why for all my other video projects that are in the same folder (My Videos), Premiere will be able to find the video but for this one it won't. All the still image files will load just fine; they are in another directory.
    Now the other important question. I've read a few questions similar to mine and the advice given for difficulties without possibly corrupt projects, and the suggestion was to link the offline files within the project using Project-Link Media until you find a problem. This would be fine with me, but when I try selecting offline clips in any of my projets, and go to the Project menu, Link Media will be inactive (gray instead of black) so I can't use. it. Mayvbe it's something very simple I'm not doing right. I actually haven't used this method before, and I am fairly new to Premiere Pro.
    I would appreciate any help at all; I'm at my wit's end. this is a very important project for me, into which I have put an enormous amount of work.
    Thanks

    The project would either load up about 95%, then crash, or would open, but it couldn't find all or most of my video files, so I got the "Where is" dialog box. I located some of them, but I have 150 or so video cips, so it was tedious. After a while, I clicked Work Offline for the rest and went into the project without difficulty and the files I had linked to where there and were fine.
    Once you have done a Save (overwriting your PRPROJ file) with the media listed as Off-Line, you will now have to manually re-link each Asset.
    Unless your Assets were spread around multiple folders, doing the linking, when Opening the Project is really pretty easy, as PrPro is smart enough to look in each folder, when you Find the first Asset in that folder, and gather the links for all other Assets in that folder. Repeat, for each folder, until done.
    When I wish to do work Off-Line, I will ALWAYS do a Save_As, or Save_As_a_Copy, and NEVER a Save. This ARTICLE will give you tips on the differences, plus some background on the PRPROJ files.
    Good luck,
    Hunt

  • Error while creating Project using API - PA_PROJECT_PUB.CREATE_PROJECT

    I am working on Projects conversion and currently trying to create a project using the API.
    I have recetified all the errors it was giving and struck at 1 error. please find the error message below.
    "You have submitted invalid parameters to this process, preventing its successful completion. Please contact your system administrator."
    It gives me this error and I was not able to know the cause for this error. Please let me know how to bypass this error and go ahead with projects conversion???
    Attached below is my package:
    Thanks,
    Kesava
    =====================================================================================================================
    CREATE OR REPLACE PACKAGE xxbwp.xxbwp_pa_proj_conv_pkg AUTHID CURRENT_USER
    IS
         PROCEDURE xxbwp_pa_proj_conv_proc(errbuf           OUT      VARCHAR2
                             ,retcode           OUT      VARCHAR2);
    END xxbwp_pa_proj_conv_pkg;
    CREATE OR REPLACE PACKAGE BODY xxbwp.xxbwp_pa_proj_conv_pkg
    IS
         PROCEDURE xxbwp_pa_proj_conv_proc(errbuf           OUT      VARCHAR2
                             ,retcode           OUT      VARCHAR2)
         IS
    v_data VARCHAR2(2000);
    v_index_out NUMBER;
         v_msg_count               NUMBER;
         v_msg_data               VARCHAR2(2000);
         v_return_status               VARCHAR2(1);
         v_api_version_number          NUMBER          :=     1.0;
         v_commit               VARCHAR2(1)     :=     apps.fnd_api.g_false;
         v_init_msg_list               VARCHAR2(1)     :=      apps.fnd_api.g_false;
         v_workflow_started          VARCHAR2(1)      :=      'Y';
         v_pm_product_code          VARCHAR2(30)      :=      NULL;
         v_op_validate_flag          VARCHAR2(1)      :=      'Y';
         v_project_in               apps.pa_project_pub.project_in_rec_type;
         v_project_out               apps.pa_project_pub.project_out_rec_type;
         v_customers_in               apps.pa_project_pub.customer_tbl_type;
         v_key_members               apps.pa_project_pub.project_role_tbl_type;
         v_class_categories          apps.pa_project_pub.class_category_tbl_type;
         v_tasks_in               apps.pa_project_pub.task_in_tbl_type;
         v_tasks_in_rec apps.pa_project_pub.task_in_rec_type;
    v_tasks_out               apps.pa_project_pub.task_out_tbl_type;
         v_org_roles               apps.pa_project_pub.project_role_tbl_type;
         v_structure_in               apps.pa_project_pub.structure_in_rec_type;
         v_ext_attr_tbl_in          apps.pa_project_pub.pa_ext_attr_table_type;
         v_deliverables_in          apps.pa_project_pub.deliverable_in_tbl_type;
         v_deliverable_actions_in     apps.pa_project_pub.action_in_tbl_type;
    -- Variables declaration related to project_in_rec_type
    l_pm_project_reference VARCHAR2(25);
    l_pa_project_id NUMBER;
    l_pa_project_number VARCHAR2(25);
    l_segment1 VARCHAR2(25);
    l_project_name VARCHAR2(30);
    l_description VARCHAR2(250);
    l_long_name VARCHAR2(240);
    l_department_mapping VARCHAR2(50);
    l_department_mapping_c VARCHAR2(50);
    l_department_mapping_e VARCHAR2(50);
    l_created_from_project_id NUMBER;
    l_carrying_out_organization_id NUMBER;
    l_proj_start_date DATE;
    l_completion_date DATE;
    l_temp_project_type VARCHAR2(30);
    l_company_id VARCHAR2(10);
    l_company_id_c VARCHAR2(10);
    l_company_id_e VARCHAR2(10);
    l_proj_type VARCHAR2(30);
    l_cnt NUMBER := 0;
    l_task_cnt NUMBER := 0;
    l_responsibility_id NUMBER;
    l_application_id NUMBER;
    l_user_id NUMBER;
    l_global_info_msg_count NUMBER;
    l_global_info_msg_data VARCHAR2(2000);
    l_global_info_return_status VARCHAR2(1);
    CURSOR C1 IS
    SELECT *
    FROM xxbwp.xxbwp_pa_proj_conv_tbl
    WHERE proj_type = 'STORAGE';
    begin
    FOR C1_REC in C1
    LOOP
    SELECT APPS.pa_projects_s.nextval
    INTO l_pa_project_id
    FROM DUAL;
    BEGIN
    SELECT description
                   INTO     l_proj_type
                   FROM apps.fnd_lookup_values
                   WHERE lookup_type = 'BWP_PROJECT_TYPES_LKP'
                   AND     lookup_code = C1_REC.proj_type
                   AND     1 = 1;
    END;
    BEGIN
    SELECT project_id, project_type, carrying_out_organization_id
    INTO l_created_from_project_id, l_temp_project_type, l_carrying_out_organization_id
    FROM apps.pa_projects_all
    WHERE project_type = l_proj_type
    AND template_flag = 'Y';
    END;
    BEGIN
    SELECT rt.responsibility_id, rt.application_id
    INTO l_responsibility_id, l_application_id
    FROM apps.fnd_responsibility_tl rt
    WHERE rt.responsibility_name = 'BWP PA Projects Superuser';
    EXCEPTION WHEN OTHERS THEN
    RETURN;
    END;
    BEGIN
    SELECT u.user_id
    INTO l_user_id
    FROM APPS.fnd_user u
    WHERE u.user_name = 'CHUNDURK';
    EXCEPTION WHEN OTHERS THEN
    RETURN;
    END;
    -- Set the environment
    APPS.pa_interface_utils_pub.set_global_info
    (p_api_version_number => 1.0
    ,p_responsibility_id => l_responsibility_id
    ,p_user_id => l_user_id
    ,p_resp_appl_id => l_application_id
    ,p_msg_count => l_global_info_msg_count
    ,p_msg_data => l_global_info_msg_data
    ,p_return_status => l_global_info_return_status);
    --Assign values to project_in_rec_type
    v_project_in.pm_project_reference := C1_REC.PROJ_NUM;
    v_project_in.pa_project_id := l_pa_project_id;
    v_project_in.pa_project_number := C1_REC.PROJ_NUM;
    v_project_in.project_name := C1_REC.PROJ_NAME;
    v_project_in.description := NULL;
    v_project_in.long_name := C1_REC.PROJ_LONG_NAME;
    v_project_in.created_from_project_id := l_created_from_project_id;
    v_project_in.carrying_out_organization_id := l_carrying_out_organization_id;
    v_project_in.start_date := C1_REC.trans_start_date;
    v_project_in.completion_date := C1_REC.trans_end_date;
    v_project_in.scheduled_start_date := C1_REC.trans_start_date;
    v_project_in.scheduled_finish_date := C1_REC.trans_end_date;
    v_project_in.project_status_code := 'APPROVED';
    FOR x IN (SELECT person_id, project_role_type, start_date_active, end_date_active
    FROM apps.pa_project_players
    WHERE project_id = 262)
    LOOP
    APPS.fnd_file.put_line(APPS.FND_FILE.LOG,'PERSON ID '||x.person_id);
    APPS.fnd_file.put_line(APPS.FND_FILE.LOG,'PROJECT ROLE TYPE '||x.project_role_type);
    l_cnt := l_cnt + 1;
    v_key_members(l_cnt).person_id := x.person_id;
    v_key_members(l_cnt).project_role_type := x.project_role_type;
    v_key_members(l_cnt).start_date := x.start_date_active;
    v_key_members(l_cnt).end_date := x.end_date_active;
    END LOOP;
    -- Retrieving and assigning tasks from template to a project
    FOR x IN (SELECT task_id, parent_task_id, task_name, long_task_name, task_number, description,
    billable_flag, cint_eligible_flag, chargeable_flag
    FROM apps.pa_tasks t
    WHERE t.project_id = l_created_from_project_id
    START WITH parent_task_id IS NULL CONNECT BY PRIOR task_id = parent_task_id)
    LOOP
    l_task_cnt := l_task_cnt + 1;
    v_tasks_in_rec.pm_task_reference := x.task_id;
    v_tasks_in_rec.task_name := x.task_name;
    v_tasks_in_rec.long_task_name := x.long_task_name;
    v_tasks_in_rec.pa_task_number := x.task_number;
    v_tasks_in_rec.task_description := x.description;
    v_tasks_in_rec.task_start_date := C1_REC.trans_start_date;
    v_tasks_in_rec.task_completion_date := C1_REC.trans_end_date;
    v_tasks_in_rec.scheduled_start_date := C1_REC.trans_start_date;
    v_tasks_in_rec.scheduled_finish_date := C1_REC.trans_end_date;
    v_tasks_in_rec.pm_parent_task_reference := x.parent_task_id;
    v_tasks_in_rec.billable_flag := x.billable_flag;
    v_tasks_in_rec.cint_eligible_flag := x.cint_eligible_flag;
    v_tasks_in_rec.chargeable_flag := x.chargeable_flag;
    v_tasks_in_rec.tasks_dff := 'Y';
    v_tasks_in_rec.attribute1 := l_pa_project_id;
    v_tasks_in(l_task_cnt) := v_tasks_in_rec;
    END LOOP;
    v_class_categories(0).class_category := 'Reimbursable';
    v_class_categories(0).class_code := 'No';
    APPS.FND_MSG_PUB.initialize;
    apps.pa_project_pub.create_project
    (p_api_version_number => v_api_version_number
    ,p_commit => v_commit
    ,p_init_msg_list => v_init_msg_list
    ,p_msg_count => v_msg_count
    ,p_msg_data => v_msg_data
    ,p_return_status => v_return_status
    ,p_workflow_started => v_workflow_started
    ,p_pm_product_code => v_pm_product_code
    ,p_op_validate_flag => v_op_validate_flag
    ,p_project_in => v_project_in
    ,p_project_out => v_project_out
    ,p_customers_in => v_customers_in
    ,p_key_members => v_key_members
    ,p_class_categories => v_class_categories
    ,p_tasks_in => v_tasks_in
    ,p_tasks_out => v_tasks_out
    ,p_org_roles => v_org_roles
    ,p_structure_in => v_structure_in
    ,p_ext_attr_tbl_in => v_ext_attr_tbl_in
    ,p_deliverables_in => v_deliverables_in
    ,p_deliverable_actions_in => v_deliverable_actions_in
    APPS.fnd_file.put_line(APPS.FND_FILE.LOG,v_return_status||' '||v_msg_count);
    IF v_msg_count > 0 THEN
    FOR i in 1 .. v_msg_count
    LOOP
    apps.pa_interface_utils_pub.get_messages
    (p_encoded => 'F'
    ,p_msg_count => v_msg_count
    ,p_msg_index => i
    ,p_msg_data => v_msg_data
    ,p_data => v_data
    ,p_msg_index_out => v_index_out);
    APPS.fnd_file.put_line(APPS.FND_FILE.LOG,v_data);
    END LOOP;
    END IF;
    END LOOP;
    end xxbwp_pa_proj_conv_proc;
    end xxbwp_pa_proj_conv_pkg;
    show errors;
    Edited by: user644005 on Sep 11, 2009 11:02 AM

    Hi Kesava,
    I notice that in the package you used the application user_name=CHUNDUK calls the API pa_project_pub.create_project.
    I wonder if you used chunduk as database user to execute the package Or you used APPS to execute the package?
    The APi document states that it is a requirement to create a db username as the same name with the application username.
    I have been running the problem to execute API 's delete project and try to figure what could be my problem.
    TIA

  • Exception Handling Standards -The exception Exception should never been thrown. Always Subclass Exception and throw the subclassed Classes.

    In the current project my exception handling implementation is as follows :
    Exception Handling Layer wise :
    DL layer :
    catch (Exception ex)
    bool rethrow = ExceptionPolicy.HandleException(ex, "Ui Policy");
    if (rethrow)
    throw;
    BL Layer
    catch (Exception ex)
    bool rethrow = ExceptionPolicy.HandleException(ex, "Ui Policy");
    if (rethrow)
    throw;
    UI Layer
    catch (Exception ex)
    bool rethrow = ExceptionPolicy.HandleException(ex, "Ui Policy");
    if (rethrow)
    Response.Redirect("ErrorPage.aspx", false);
    We have a tool to check the standards. And tool output is as follows :
    The exception Exception should never been thrown. Always Subclass Exception and throw the subclassed Classes.
    I need suggestions on how to implement the same according to standards.

    Your tool is wrong if it says to never throw Exception.  This was a common recommendation back in the .NET v1 days but has long since been thrown out.  It is perfectly fine to use Exception when you have a general exception that provides no information
    that an application can use to make an informed opinion.
    The general rules of exception throwing is to throw the most specific exception that makes sense. If there is no specific exception that applies and it would be useful for the caller to handle the exception differently than other exceptions then creating
    a custom exception type is warranted.  Otherwise throwing Exception is reasonable. As an example you might have an application that pulls back product data given an ID. There is no built in exception that says the ID is invalid. However an invalid ID
    is something that an application may want to handle differently than, say, an exception about the product being discontinued.  Therefore it might make sense to create an ItemNotFoundException exception that the application can react to.
    Conversely there is no benefit in having different exception types for disk full and disk quota met. The application will respond the same in either case.
    Michael Taylor
    http://blogs.msmvps.com/p3net

  • IMovie 9.0.2 project won't open

    Using SL10.6.6, iMovie 9.0.2, turned off macbook pro last night, along with the external esata drive I was using to hold all events and projects. This morning all projects appear except for the one I was working on, could it be that it is over 3GB in size? I tried uninstalling iMovie, throwing out prefs, switching external drives, switching accounts, same thing happens- all projects and events appear except for this one project. It's event files are there, but not the project, I hope I did not lose the many edits and transitions, etc. that were days of work. I see the project file in the iMovie Projects folder along with the projects that do open up, but it does not open if I click it in this folder or in the project library. Thanks for all your help, it is badly needed.

    Did you ever find out how to fix the problem? The same thing just happened to me.

  • Prevent a user from changing the Project ID in P6 EPPM 8.3.7

    Does anyone know if there is a Global or Project Security Profile privilege that will prevent a user from changing the Project ID on an existing Project?  We are using Primavera P6 EPPM 8.3.7
    Thank you,
    Eric

    Hi,
    Below project security profile may help you,
    Edit Project Details Except Costs/Financials
    Determines whether the profile will enable users to edit fields in General, Dates, Defaults, Resources, and Settings tabs in Project Details. To assign a project baselines, users must also have the "Assign Project Baselines" project privilege assigned to their profile.
    Regards,
    Marcos

  • Can't create shared project in MII

    The MII architect is trying to create a shared project in the Workbench and is receiving an error. It looks to me they have something already checked out and thus cannot create the project. Could this be something wrong in the NWDI/MII configuration. Any suggestions on what I can do to find the cause?
    Here is the error:
    Error while creating the Project hierarchysahad
    [EXCEPTION]
    com.sap.xmii.contentmanagement.exception.ContentManagementException: Cannot create resource sap.com.miitest1; parent resource is checked out for create in a separate activity
    Thanks!

    Hi,
    The CE/MII system is running NW 7.11 SPS7
    The NWDI system 7.0 EHP1 SP3
    We are creating a shared project in the MII Workbench within the "File" menu "Created Shared Project".
    I'm the Technical BASIS lead here and the MII team is saying this error is a system error. I don't know enough about MII and the development environment to argue this point.
    Regards...

  • "A reference to an ResourceRef" exception

    hi All,
    When the Server starts there's a problem with loading the
    WAR project. the exception is not a critical one and the application runs anyway, but I want to fix it anyway.
    [16:43:02:808 IST 07/03/05] 16d416d4 WebContainer A SRVE0169I: Loading Web Module: web_root. <-- the WAR name[16:43:02:824 IST 07/03/05] 16d416d4 ComponentName W CNTR0076W: A reference to an ResourceRef could not be found in the deployment descriptor for the WebApp or EnterpriseBean with the display name "web_root". The J2EE component may have specified binding information that is not valid.
    I don't know what's wrong. The web.xml is o.k. what should I do ?
    thanks,
    Itamar

    First of all, you get a reference to an object by either, passing the reference in to a method or constructor, providing a static method to get the reference e.g. Singleton, or you make the reference available as an instance variable of some object that you already have a reference to.
    Secondly, you can't get a reference to something that isn't instantiated.

  • HT203477 Can't open my project after FCP X 10.0.7 crash

    Can't open my project after FCP X 10.0.7 crash. Backup file is missing, Autosave Vault too. Pro Maintenance Tools does not fix the problem. The event and media are ok. I have crash log and CurrentVersion.fcpproject. Please help, it's very big project.

    And here are the last crash logs if it can be of any help:
    Plugin
    This crash appears to have been caused by a plugin.
    Relevant Line
    0 com.apple.FxPlug.provider 0x000000011a296640 0x11a28b000 + 46656
    And the next one is:
    Corrupt Project
    This crash seems to have been caused by a corrupt project file. You can attempt to repair the project with Project Repair, but you will most likely need to restore from a backup or autosave (note that the corruption may have spread to recent autosaves).
    Relevant Line
    13 com.apple.DeepSkyLite 0x0000000101958bf3 -[DSStore prefetchData:] + 437
    and the next one:
    Corrupt Project
    Background exception: '*** -[NSKeyedUnarchiver initForReadingWithData:]: incomprehensible archive (0x62, 0x70, 0x6c, 0x69, 0x73, 0x74, 0x30, 0x30)' --> { (

Maybe you are looking for

  • Error while filling the aggregates

    I have re-created the cube as it got deleted by accident. When I run the Process Chain to load the cube, it is loading the cube but it is failing while "filling and activating"(by ABAP program) process type. Here are the errors. If somebody can make

  • Editor is not opening

    I have Photoshop Element 4, working well untill my problem. From the "Organizor" it refuses to switch to "Editor" with a message (rough translation from the French" : "Impossibility do connect to Editor". I have desintalled and reinstalled : same sit

  • Editing problem from Lightroom 4 to Photoshop CS6

    Lightroom 4 no longer automatically imports Photoshop edits, even though my preferences haven't changed.  I have to re-import the edited photo to LR. Any fixes?

  • BW SUPPORT  RELATED QUESTIONS

    Dear All, I am a BW fresher and currently attending an interview for BW support role. Could anyone please send me some interview questions mainly focusing on BW SUPPORT related issues?? Thanking you RAO

  • All of a sudden.. My BB began to feel overheated, turn it off and now it does not turn on, even does not charge

    All of a sudden.. My BB began to feel overheated, turn it off and now it does not turn on, I remove the battery because it felt hot.. I changed it by a new one..  began to flash.Few seconds later..  once again began to feel overheated and shut it dow