UCM workflow

hello ,
i need to know if UCM workflow tasks could be viewed in Calendar ??

Not sure what Calendar you mean. Note, however, that workflow tasks are OOTB assigned to a person (they generate a notification email, which ends up in the person's mail box). You'd have to customize workflows first so that it contains also time aspect. The same way you'd have to customize the notification server so that it creates Meeting requests/Appointments rather than Emails. Possible, but not easy, and definitely a customization.

Similar Messages

  • UCM Workflow Questions

    Use Case:
    We are implementing UCM document management with Webcenter Spaces. There is an extensive use of UCM workflows and during a demonstration we were asked these questions:
    1. When a document (like MS Word document) is checked in and it goes through workflow. What is the best practice to collect reviews from the reviewers/approvers of document.
    Currently, customer is not using any document management and are used to using MS word's Track Changes feature. For them, UCM Workflow's Reject screen doesn't seem to be the best to describe a change in particular paragraph of document.
    2. When a step has multiple approvers, is there a way to prevent one approver blocking the document when he is making changes (adding review comments in MS word doc) to it. There could be other approvers who wish to put in their comments at the same time. Is there a way to have multiple approvers work on document simultaneously without having to wait for each other to undo checkout or wait for them to checkin.
    3. If multiple approvers are able to provide their comments in document and reject the document, is there an option to merge the comments (within the document) made by different approvers.
    We are not talking about making different versions of the document.
    Would like to know different options to go about it. Client is interested in user friendliness (which is a key feature in one of the competing products :) ). Has anyone implemented similar solutions before?
    Thanks
    Ajitabh

    1)For workflow is there a way to search for items not yet released, if not could someone maybe point me to a way customize the "Active Workflows" page to change the column.You can search all items in the Release Manager applet. Could you specify what items you would like to search for? (use-case?) Note that OOTB only reviewers and/or admins should see the item in a certain workflow step.
    You can certainly customize workflow pages to modify columns (add/remove/rename, etc.). It's an iDocScript customization of few includes (I can send you names, if you will.). But what is the link between these two requirements?
    2)While migrating some tables for drop down selection I noticed the table transfered but not the data in the table. I was using the Confid Migration Admin tool to do this and I was wondering if I'm missing something.
    Could you specifically describe what was your config in CMA and what table you intended to migrate? In general, I'd believe you need to use the Archiver, not CMA - see http://docs.oracle.com/cd/E23943_01/doc.1111/e10792/c08_migration.htm#CHDJAABJ (read the whole chapter for further details)

  • UCM workflow: Unable to capture the reject event.

    Hi guys,
    We are using UCM 11.1.1.5
    We want to customize our workflow with 3 stages. If a particular user rejects the workflow, we want to display a error message and abort the reject action.
    hence we wrote under the Entry event of the previous stage as follows
    <$if wfAction like "REJECT"$>
    <$abortToErrorPage("Sorry you cannot reject this stage.")$>
    <$endif$>
    But we found that the script was not triggered when a user clicks on Reject button. Is there anyway we can capture the Reject Action?
    Is it a bug in UCM 11.1.1.5? Anybody faced similar problem.
    Please help us
    THanks & Regards
    Jacob

    hi,
    Unfortunately I don't have the solution as I also am facing the same issue. You can also follow my thread here at the forum. Search for "workflow issue using wfAction" here at the forum.
    Have you tried to run the test under the Test tab and what results do you get?
    cheers,
    Ibrahim

  • UCM workflow notification - link to document asking for credential.

    Hi,
    We are using UCM 10gr3 and WCI 10gr3 in our project. We have integrated the content from UCM on to the portal KD through crawler. Also we have some workflow in place as well.
    The problem that we are facing is: The link to the docuemnt in any workflow notification from the content server is prompting for credential.
    We want to by pass this..i.e on clicking on the link of the documents it should not asked for credential rather it should show the conent information.
    Any help is much appriciated.

    OK this is a very different but interesting question...
    Lets have another look.
    If I understand you, users are already logged into a Windows domain and these credentials are used to authenticate with WCI using 'Integrated Windows Authentication' IWA through the browser.
    It is possible to get UCM 10gr3 to use IWA also but this requires that UCM is installed on a Windows Server and is using IIS as the webserver.
    If that is the case then the UCM ISAPI plugin code can handle the IWA for you. you would then need to make sure (via a provider and possibly a credential map) that AD group memberships are available to UCM and are clearly mapped to UCNM security roles. Provided the roles evaluate to give the user permissions on the expiring content it will all work without authentication.
    NB UCM 11g works in a completely different way
    If UCM is installed on *nix or using Apache then this will be too much effort!                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • Triggering UCM workflow on content checkin

    Greetings all,
    How can i initiate a workflow on content checkin and initiate a custom workflow process.
    thanks

    Hi Snandyal
    If you don't yet consider yourself a world-class expert of Content Server workflows - this exclusive guide will almost certainly save you days (if not weeks) of trial and error, while going through hundreds of pages of online documentation.
    There're no gimmicks, just the street-tough, time-saving tips - hot from the trenches - where we fight our customer's UCM battles - day in and day out.
    [http://stellentexperts.blogspot.com/2010/10/complete-lazy-mans-guide-to-ucm-content.html|http://stellentexperts.blogspot.com/2010/10/complete-lazy-mans-guide-to-ucm-content.html]
    Best
    Dmitri Khanine, Oracle ACE
    www.stellentExperts.com
    Author, The Oracle UCM Handbook
    Discover Oracle UCM in a short afternoon. Tap into insider secrets. Master breakthrough shortcuts - to take your project and your career to the next level of success.
    Grab your copy here: http://www.amazon.com/Oracle-Universal-Content-Management-Handbook/dp/1849680388

  • UCM - Workflow actions history

    Is there any way to check who enables and disables the workflow ?
    we have three admins in our ucm. someone disabled the workflow but we don't know who disabled it.
    thanks
    Edited by: user4884609 on Jul 26, 2012 11:56 AM

    Hi ,
    Check the workflow history table .
    Thanks
    Srinath

  • How can I disable email notify in UCM workflow?

    Using <$wfSet("wfJumpEntryNotifyOff", "1")$> in entry events of workflow steps I can disable email notify. But I need to disable this email in contribution step too.
    Is it possible?

    The contribution step cannot be modified, so it is certainly not possible by the means of using <$wfSet("wfJumpEntryNotifyOff", "1")$>
    Note also that emails in the contribution step are by definition sent to authors when their content was rejected, so it might be quite advisable to give them a note.

  • Oracle UCM - Workflow Step Release on a specific Date

    I would like one of my workflow steps not to advance untill a specified date/time is meet. For example, a metadate field is set to "1/30/12 5:00" and the document enters workflow. In order for the document to advanced past this step, the date (1/30/12 5:00) must be in the past, otherwise it waits.
    Edited by: user10262934 on Jan 18, 2012 9:21 AM

    Take a look at Additional Exit Conditions - described here: http://docs.oracle.com/cd/E21764_01/doc.1111/e10978/e01_user_if.htm#BABFGBEA
    You will need an idocscript expression which will evaluate whatever logic you want to implement.

  • [URGENT] UCM Workflow screen -- My Workflow Assignments

    How to get to this screen: My Content Server --> My Workflow Assignments
    Is the Last Action column always bank? How do I get this column populated?
    If anyone can answer this it will be appreciated
    K
    Edited by: user6372704 on 8/09/2009 20:37

    Hi
    On your left hand side of the panel you will see My Content Server - My WF Assignments.
    Your second query " Is the Last Action column always bank? How do I get this column populated? " is not clear to me , can you describe this in detail.
    Thanks
    Srinath

  • Tokens in UCM workflow (AND Based relationship for multiple Alias)

    Basically I am trying to segregate my Approvers into the following Aliases
    Approver1
    Approver2
    Approver3
    Department
    I want the approver only to be notified if they are in (ApproverX AND Department)
    OOTB Tokens seems to be an OR based relationship. Has anybody else had this requirement before?

    Hi Jiri,
    Thanks for your response. I ended up going down the "idoc logic in the token" path.
    Its not very elegant and once I finish proper testing I'll update but here is my (working) solution so far.
    //SET ALIASES TO BE COMPARED
    <$WFALIAS1NAME = "dWfStepName"$>
    <$WFALIAS2NAME = "dDepartment"$>
    //STRING TO STORE USERS FOR COMPARISON
    <$WFUSERSTRING = ""$>
    //EXECUTE SERVICE TO LOAD ALL ALIASES & THEIR USERS
    <$executeService("GET_ALIASES")$>
    <$name="AliasUserMap"$>
    <$var = rsFirst(name)$>
    <$loopwhile getValue(name, "#isRowPresent")$>
        <$alias = getValue(name, "dAlias")$>
        <$user = getValue(name, "dUserName")$>
      //IF ALIAS RS Equals the Alias we are searching for
      <$if WFALIAS1NAME LIKE alias$>
            //ADD USER FROM ALIAS MATCH 1 TO USERSTRING
           <$WFUSERSTRING = WFUSERSTRING & "," & user$>
      <$endif$>
        <$var = rsNext(name)$>
    <$endloop$>
    //START CHECKING THE SECOND ALIAS
    <$executeService("GET_ALIASES")$>
    <$name="AliasUserMap"$>
    <$var = rsFirst(name)$>
    <$loopwhile getValue(name, "#isRowPresent")$>
        <$alias = getValue(name, "dAlias")$>
        <$user = getValue(name, "dUserName")$>
      //IF ALIAS RS Equals the Alias we are searching for
      <$if WFALIAS2NAME LIKE alias$>
           //IF THE USER IS IN THIS ALIAS & HAS A MATCH IN USER STRING ADD TO WF
           <$if strIndexOf(WFUSERSTRING,user) !=-1 $>
                <$wfAddUser(user, "user")$>
           <$endif$>
      <$endif$>
        <$var = rsNext(name)$>
    <$endloop$>

  • Complex workflow(s) using Oracle UCM

    We are trying to explore if Oracle UCM Workflow can handle a complex article submission process which contains two main aspects/processes: the author submits a piece of content which kicks off a review process by editors. However, the author can evoke multiple actions at any time after content submission, i.e. modifying the metadata fields of the content, and such actions will impact the editor review process/workflow. So we are looking at two processes that interact with each other, and the author process does not follow any pre-defined steps in sequence, i.e. the author can choose action a, b, or c at will.
    Another requirement is for the editor review workflow to have more control of email notifications, e.g. decide when the email notification should be sent using which email template.
    Has anybody dealt with similar cases? Any ideas if the Oracle UCM is capable of doing this without substantial customization?
    Thanks!

    i am on a mobile device right now so the response will be short. the short answer is yes to both questions (is it possible and do you have experience doing it). UCM workflow can take metadada values and / or other derrived or injected values to trigger wf events and routing. this applies to email triggers and templates as well.

  • UCM fires workflow emails on it's own

    We are in development on an application that uses UCM workflow.
    We have overriden the notification emails to use our own templates and extra data.
    UCM has initiated "reminder emails" at times when an admin is working on the server and restarting it.
    These emails are the old standard notification emails.
    The system sends notifications for all unapproved steps. Days after any activity.
    Does anyone know what is causing this behaviour (and how to stop it)?

    Thanks for your reply. It may make sense. The problem stopped after I got my software updated at an NCC and a generic version of Anna was put on. Also there were some updates that came out which specifically were for email and now it's working fine. Thanks for your post. All the best.
    Jurassic Park, Sam Neill to Dickie Attenborough " Mr. Hammond, the phones are working !"
    N8-00 Tesco UK 059C951, Lumia 920

  • Dynamic Pages using Oracle UCM i.e Login functionality

    Hi All,
    I have a function requirement that I need to build a web site using UCM and publish it on an idependent production server using publishing utility. Till this point everything is fine, but i have a dout regarding login functionality. As my whole site is static except login.
    What i understand till now is, once web site is published using publishing utility, the whole site is compiled to htm (static site), then who can i integarte login functionality in static page??
    Please provide some direction to solve the problem.
    Thanks in advance
    Amarpal

    i am on a mobile device right now so the response will be short. the short answer is yes to both questions (is it possible and do you have experience doing it). UCM workflow can take metadada values and / or other derrived or injected values to trigger wf events and routing. this applies to email triggers and templates as well.

  • Urgent  impalement delegate option in workflow

    HI All,
    I have the workflow with approver step. when a task comes to approver user. here we have to provide option to the user to delegate task some one to approve.
    Is this possible to implement in UCM workflow?
    Please help me how to implement this ?
    Thanks,
    Kishore
    Edited by: kishore on Dec 8, 2010 12:21 AM

    In order to do that you have to explain how your solution works.
    How is the workflow started? The date should be passed in the workflow container, and you should thus add a new importing container element for it. Alternatively, if the previous is not feasible, can you assume that the workflow is started the same date (or with a fixed offset) as the file is created. If so you can set the date in the workflow instead of passing it as a parameter.
    The date will of course have to be passed on to your step, and from your step to the BOR method you execute. This however, is just a matter of binding and importing elements, and I assume you are able to solve that on your own.
    What is this report you have mentioned? SAP standard? I assumed it wasn't. If it is a customer report, you will of course need a new selection screen parameter, and when your BOR method submits the report (or alternatively calls the transaction) the date must be passed as one of the parameters.
    Hope that helps, but if it doesn't you have to be MUCH more specific in your questions. You have to explain what you are trying to do and what your starting point (current solution) is.

  • UCM-BPEL Integration error

    Hi.
    I am using the orapel component in order to integrate a BPEL process to a UCM Workflow. I created the BPEL process and I installed the component over the the UCM. Then, i perform the connection to the process and I teste it (it works great) and i define the workflow in the UCM. When I check a document to enter in that workflow the document appears in the status review (as it should be) but the bpel instance is never created over the BPEL container. In fact, when I check the UCM Server log it appears the following error(sorry but it is really long):
    ANY IDEA???
    Thanks in advance for all the people that take time to read and try to help me. If you have any material that could help me to make another bpel process and any steps to perform the integration.... That could help me to!!!!
    Event generated by user 'sysadmin' at host 'content.ecm.com'. Unable to execute service method 'loadOraBpelConfig'. (System Error: Runtime error: java.lang.NullPointerException
    at intradoc.custom.orabpelintegration.OraBpelService.loadOraBpelConfig(OraBpelService.java:244)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at intradoc.common.IdcMethodHolder.invokeMethod(ClassHelperUtils.java:461)
    at intradoc.common.ClassHelperUtils.executeMethodEx(ClassHelperUtils.java:128)
    at intradoc.common.ClassHelperUtils.executeMethod(ClassHelperUtils.java:113)
    at intradoc.server.Service.doCodeEx(Service.java:505)
    at intradoc.server.Service.doCode(Service.java:470)
    at intradoc.server.ServiceRequestImplementor.doAction(ServiceRequestImplementor.java:1350)
    at intradoc.server.Service.doAction(Service.java:450)
    at intradoc.server.ServiceRequestImplementor.doActions(ServiceRequestImplementor.java:1191)
    at intradoc.server.Service.doActions(Service.java:445)
    at intradoc.server.ServiceRequestImplementor.executeSubServiceCode(ServiceRequestImplementor.java:1061)
    at intradoc.server.Service.executeSubServiceCode(Service.java:3453)
    at intradoc.server.ServiceRequestImplementor.executeServiceEx(ServiceRequestImplementor.java:939)
    at intradoc.server.Service.executeServiceEx(Service.java:3448)
    at intradoc.server.ServiceRequestImplementor.executeSafeServiceInNewContext(ServiceRequestImplementor.java:969)
    at intradoc.server.Service.executeSafeServiceInNewContext(Service.java:3443)
    at intradoc.server.script.ServiceScriptExtensions.evaluateFunction(ServiceScriptExtensions.java:255)
    at intradoc.common.DynamicHtmlMerger.computeFunction(DynamicHtmlMerger.java:1207)
    at intradoc.common.DynamicHtmlMerger.evaluateGrammarElement(DynamicHtmlMerger.java:823)
    at intradoc.common.DynamicHtmlMerger.substituteVariable(DynamicHtmlMerger.java:595)
    at intradoc.common.DynamicHtml.substituteVariable(DynamicHtml.java:1237)
    at intradoc.common.DynamicHtml.outputHtmlEx(DynamicHtml.java:979)
    at intradoc.common.DynamicHtml.outputHtml(DynamicHtml.java:899)
    at intradoc.common.DynamicHtmlMerger.executeDynamicHtmlToWriter(DynamicHtmlMerger.java:1816)
    at intradoc.common.DynamicHtmlMerger.evaluateScriptToWriter(DynamicHtmlMerger.java:1643)
    at intradoc.common.DynamicHtmlMerger.evaluateScriptNoErrorHandling(DynamicHtmlMerger.java:1613)
    at intradoc.common.DynamicHtmlMerger.evaluateScriptEx(DynamicHtmlMerger.java:1571)
    at intradoc.common.DynamicHtmlMerger.evaluateScript(DynamicHtmlMerger.java:1558)
    at intradoc.server.workflow.WorkflowStates.prepareAndEvaluateScript(WorkflowStates.java:3043)
    at intradoc.server.workflow.WorkflowStates.executeScript(WorkflowStates.java:2578)
    at intradoc.server.workflow.WorkflowStates.evaluateScript(WorkflowStates.java:2549)
    at intradoc.server.workflow.WorkflowStates.evaluateTypedScript(WorkflowStates.java:1499)
    at intradoc.server.workflow.WorkflowStates.continueMoveToStep(WorkflowStates.java:1430)
    at intradoc.server.workflow.WorkflowStates.moveToNextStep(WorkflowStates.java:1377)
    at intradoc.server.workflow.WorkflowStates.advanceWorkflowState(WorkflowStates.java:912)
    at intradoc.server.workflow.WorkflowStates.advanceDocumentStateImplement(WorkflowStates.java:638)
    at intradoc.server.workflow.WorkflowStates.advanceDocumentState(WorkflowStates.java:504)
    at intradoc.server.DocStateTransition.advanceDocumentState(DocStateTransition.java:72)
    at intradoc.server.WebViewableConverterOutput.reportDelayedConversionToWorkflow(WebViewableConverterOutput.java:494)
    at intradoc.server.WebViewableConverterOutput.doConversion(WebViewableConverterOutput.java:262)
    at intradoc.server.DocServiceHandler.processDocConversion(DocServiceHandler.java:3561)
    at intradoc.server.DocServiceHandler.processDocConversion(DocServiceHandler.java:3416)
    at intradoc.server.DocServiceHandler.docRefinery(DocServiceHandler.java:3303)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at intradoc.common.IdcMethodHolder.invokeMethod(ClassHelperUtils.java:461)
    at intradoc.common.ClassHelperUtils.executeMethodReportStatus(ClassHelperUtils.java:142)
    at intradoc.server.ServiceHandler.executeAction(ServiceHandler.java:75)
    at intradoc.server.Service.doCodeEx(Service.java:488)
    at intradoc.server.Service.doCode(Service.java:470)
    at intradoc.server.ServiceRequestImplementor.doAction(ServiceRequestImplementor.java:1350)
    at intradoc.server.Service.doAction(Service.java:450)
    at intradoc.server.ServiceRequestImplementor.doActions(ServiceRequestImplementor.java:1191)
    at intradoc.server.Service.doActions(Service.java:445)
    at intradoc.server.ServiceRequestImplementor.executeSubServiceCode(ServiceRequestImplementor.java:1061)
    at intradoc.server.Service.executeSubServiceCode(Service.java:3453)
    at intradoc.server.ServiceRequestImplementor.executeServiceEx(ServiceRequestImplementor.java:939)
    at intradoc.server.Service.executeServiceEx(Service.java:3448)
    at intradoc.server.Service.executeService(Service.java:3432)
    at intradoc.server.Service.doSubService(Service.java:3421)
    at sun.reflect.GeneratedMethodAccessor35.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at intradoc.common.IdcMethodHolder.invokeMethod(ClassHelperUtils.java:461)
    at intradoc.common.ClassHelperUtils.executeMethodEx(ClassHelperUtils.java:128)
    at intradoc.common.ClassHelperUtils.executeMethod(ClassHelperUtils.java:113)
    at intradoc.server.Service.doCodeEx(Service.java:505)
    at intradoc.server.Service.doCode(Service.java:470)
    at intradoc.server.ServiceRequestImplementor.doAction(ServiceRequestImplementor.java:1350)
    at intradoc.server.Service.doAction(Service.java:450)
    at intradoc.server.ServiceRequestImplementor.doActions(ServiceRequestImplementor.java:1191)
    at intradoc.server.Service.doActions(Service.java:445)
    at intradoc.server.ServiceRequestImplementor.executeSubServiceCode(ServiceRequestImplementor.java:1061)
    at intradoc.server.Service.executeSubServiceCode(Service.java:3453)
    at helper.HelperService.executeSubServiceCode(HelperService.java:1789)
    at helper.HelperService.executeSubservice(HelperService.java:1625)
    at helper.HelperService.superService(HelperService.java:1530)
    at sun.reflect.GeneratedMethodAccessor66.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at intradoc.common.IdcMethodHolder.invokeMethod(ClassHelperUtils.java:461)
    at intradoc.common.ClassHelperUtils.executeMethodEx(ClassHelperUtils.java:128)
    at intradoc.common.ClassHelperUtils.executeMethod(ClassHelperUtils.java:113)
    at intradoc.server.Service.doCodeEx(Service.java:505)
    at intradoc.server.Service.doCode(Service.java:470)
    at intradoc.server.ServiceRequestImplementor.doAction(ServiceRequestImplementor.java:1350)
    at intradoc.server.Service.doAction(Service.java:450)
    at helper.HelperService.doAction(HelperService.java:748)
    at helper.HelperService.doActions10g(HelperService.java:382)
    at helper.HelperService.doActions(HelperService.java:119)
    at intradoc.server.ServiceRequestImplementor.executeActions(ServiceRequestImplementor.java:1111)
    at intradoc.server.Service.executeActions(Service.java:431)
    at intradoc.server.ServiceRequestImplementor.doRequest(ServiceRequestImplementor.java:632)
    at intradoc.server.Service.doRequest(Service.java:1709)
    at intradoc.server.ServiceManager.processCommand(ServiceManager.java:357)
    at intradoc.server.IdcServerThread.run(IdcServerThread.java:195)) Exception type is 'java.lang.NullPointerException'. [ Details ]
    An error has occurred. The stack trace below shows more information.
    !csUserEventMessage,sysadmin,content.ecm.com!$!csUnableToExecMethod,loadOraBpelConfig!csSystemError,\!syServiceRuntime\,java.lang.NullPointerException
    <br>     at intradoc.custom.orabpelintegration.OraBpelService.loadOraBpelConfig(OraBpelService.java:244)
    <br>     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    <br>     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    <br>     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    <br>     at java.lang.reflect.Method.invoke(Method.java:585)
    <br>     at intradoc.common.IdcMethodHolder.invokeMethod(ClassHelperUtils.java:461)
    <br>     at intradoc.common.ClassHelperUtils.executeMethodEx(ClassHelperUtils.java:128)
    <br>     at intradoc.common.ClassHelperUtils.executeMethod(ClassHelperUtils.java:113)
    <br>     at intradoc.server.Service.doCodeEx(Service.java:505)
    <br>     at intradoc.server.Service.doCode(Service.java:470)
    <br>     at intradoc.server.ServiceRequestImplementor.doAction(ServiceRequestImplementor.java:1350)
    <br>     at intradoc.server.Service.doAction(Service.java:450)
    <br>     at intradoc.server.ServiceRequestImplementor.doActions(ServiceRequestImplementor.java:1191)
    <br>     at intradoc.server.Service.doActions(Service.java:445)
    <br>     at intradoc.server.ServiceRequestImplementor.executeSubServiceCode(ServiceRequestImplementor.java:1061)
    <br>     at intradoc.server.Service.executeSubServiceCode(Service.java:3453)
    <br>     at intradoc.server.ServiceRequestImplementor.executeServiceEx(ServiceRequestImplementor.java:939)
    <br>     at intradoc.server.Service.executeServiceEx(Service.java:3448)
    <br>     at intradoc.server.ServiceRequestImplementor.executeSafeServiceInNewContext(ServiceRequestImplementor.java:969)
    <br>     at intradoc.server.Service.executeSafeServiceInNewContext(Service.java:3443)
    <br>     at intradoc.server.script.ServiceScriptExtensions.evaluateFunction(ServiceScriptExtensions.java:255)
    <br>     at intradoc.common.DynamicHtmlMerger.computeFunction(DynamicHtmlMerger.java:1207)
    <br>     at intradoc.common.DynamicHtmlMerger.evaluateGrammarElement(DynamicHtmlMerger.java:823)
    <br>     at intradoc.common.DynamicHtmlMerger.substituteVariable(DynamicHtmlMerger.java:595)
    <br>     at intradoc.common.DynamicHtml.substituteVariable(DynamicHtml.java:1237)
    <br>     at intradoc.common.DynamicHtml.outputHtmlEx(DynamicHtml.java:979)
    <br>     at intradoc.common.DynamicHtml.outputHtml(DynamicHtml.java:899)
    <br>     at intradoc.common.DynamicHtmlMerger.executeDynamicHtmlToWriter(DynamicHtmlMerger.java:1816)
    <br>     at intradoc.common.DynamicHtmlMerger.evaluateScriptToWriter(DynamicHtmlMerger.java:1643)
    <br>     at intradoc.common.DynamicHtmlMerger.evaluateScriptNoErrorHandling(DynamicHtmlMerger.java:1613)
    <br>     at intradoc.common.DynamicHtmlMerger.evaluateScriptEx(DynamicHtmlMerger.java:1571)
    <br>     at intradoc.common.DynamicHtmlMerger.evaluateScript(DynamicHtmlMerger.java:1558)
    <br>     at intradoc.server.workflow.WorkflowStates.prepareAndEvaluateScript(WorkflowStates.java:3043)
    <br>     at intradoc.server.workflow.WorkflowStates.executeScript(WorkflowStates.java:2578)
    <br>     at intradoc.server.workflow.WorkflowStates.evaluateScript(WorkflowStates.java:2549)
    <br>     at intradoc.server.workflow.WorkflowStates.evaluateTypedScript(WorkflowStates.java:1499)
    <br>     at intradoc.server.workflow.WorkflowStates.continueMoveToStep(WorkflowStates.java:1430)
    <br>     at intradoc.server.workflow.WorkflowStates.moveToNextStep(WorkflowStates.java:1377)
    <br>     at intradoc.server.workflow.WorkflowStates.advanceWorkflowState(WorkflowStates.java:912)
    <br>     at intradoc.server.workflow.WorkflowStates.advanceDocumentStateImplement(WorkflowStates.java:638)
    <br>     at intradoc.server.workflow.WorkflowStates.advanceDocumentState(WorkflowStates.java:504)
    <br>     at intradoc.server.DocStateTransition.advanceDocumentState(DocStateTransition.java:72)
    <br>     at intradoc.server.WebViewableConverterOutput.reportDelayedConversionToWorkflow(WebViewableConverterOutput.java:494)
    <br>     at intradoc.server.WebViewableConverterOutput.doConversion(WebViewableConverterOutput.java:262)
    <br>     at intradoc.server.DocServiceHandler.processDocConversion(DocServiceHandler.java:3561)
    <br>     at intradoc.server.DocServiceHandler.processDocConversion(DocServiceHandler.java:3416)
    <br>     at intradoc.server.DocServiceHandler.docRefinery(DocServiceHandler.java:3303)
    <br>     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    <br>     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    <br>     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    <br>     at java.lang.reflect.Method.invoke(Method.java:585)
    <br>     at intradoc.common.IdcMethodHolder.invokeMethod(ClassHelperUtils.java:461)
    <br>     at intradoc.common.ClassHelperUtils.executeMethodReportStatus(ClassHelperUtils.java:142)
    <br>     at intradoc.server.ServiceHandler.executeAction(ServiceHandler.java:75)
    <br>     at intradoc.server.Service.doCodeEx(Service.java:488)
    <br>     at intradoc.server.Service.doCode(Service.java:470)
    <br>     at intradoc.server.ServiceRequestImplementor.doAction(ServiceRequestImplementor.java:1350)
    <br>     at intradoc.server.Service.doAction(Service.java:450)
    <br>     at intradoc.server.ServiceRequestImplementor.doActions(ServiceRequestImplementor.java:1191)
    <br>     at intradoc.server.Service.doActions(Service.java:445)
    <br>     at intradoc.server.ServiceRequestImplementor.executeSubServiceCode(ServiceRequestImplementor.java:1061)
    <br>     at intradoc.server.Service.executeSubServiceCode(Service.java:3453)
    <br>     at intradoc.server.ServiceRequestImplementor.executeServiceEx(ServiceRequestImplementor.java:939)
    <br>     at intradoc.server.Service.executeServiceEx(Service.java:3448)
    <br>     at intradoc.server.Service.executeService(Service.java:3432)
    <br>     at intradoc.server.Service.doSubService(Service.java:3421)
    <br>     at sun.reflect.GeneratedMethodAccessor35.invoke(Unknown Source)
    <br>     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    <br>     at java.lang.reflect.Method.invoke(Method.java:585)
    <br>     at intradoc.common.IdcMethodHolder.invokeMethod(ClassHelperUtils.java:461)
    <br>     at intradoc.common.ClassHelperUtils.executeMethodEx(ClassHelperUtils.java:128)
    <br>     at intradoc.common.ClassHelperUtils.executeMethod(ClassHelperUtils.java:113)
    <br>     at intradoc.server.Service.doCodeEx(Service.java:505)
    <br>     at intradoc.server.Service.doCode(Service.java:470)
    <br>     at intradoc.server.ServiceRequestImplementor.doAction(ServiceRequestImplementor.java:1350)
    <br>     at intradoc.server.Service.doAction(Service.java:450)
    <br>     at intradoc.server.ServiceRequestImplementor.doActions(ServiceRequestImplementor.java:1191)
    <br>     at intradoc.server.Service.doActions(Service.java:445)
    <br>     at intradoc.server.ServiceRequestImplementor.executeSubServiceCode(ServiceRequestImplementor.java:1061)
    <br>     at intradoc.server.Service.executeSubServiceCode(Service.java:3453)
    <br>     at helper.HelperService.executeSubServiceCode(HelperService.java:1789)
    <br>     at helper.HelperService.executeSubservice(HelperService.java:1625)
    <br>     at helper.HelperService.superService(HelperService.java:1530)
    <br>     at sun.reflect.GeneratedMethodAccessor66.invoke(Unknown Source)
    <br>     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    <br>     at java.lang.reflect.Method.invoke(Method.java:585)
    <br>     at intradoc.common.IdcMethodHolder.invokeMethod(ClassHelperUtils.java:461)
    <br>     at intradoc.common.ClassHelperUtils.executeMethodEx(ClassHelperUtils.java:128)
    <br>     at intradoc.common.ClassHelperUtils.executeMethod(ClassHelperUtils.java:113)
    <br>     at intradoc.server.Service.doCodeEx(Service.java:505)
    <br>     at intradoc.server.Service.doCode(Service.java:470)
    <br>     at intradoc.server.ServiceRequestImplementor.doAction(ServiceRequestImplementor.java:1350)
    <br>     at intradoc.server.Service.doAction(Service.java:450)
    <br>     at helper.HelperService.doAction(HelperService.java:748)
    <br>     at helper.HelperService.doActions10g(HelperService.java:382)
    <br>     at helper.HelperService.doActions(HelperService.java:119)
    <br>     at intradoc.server.ServiceRequestImplementor.executeActions(ServiceRequestImplementor.java:1111)
    <br>     at intradoc.server.Service.executeActions(Service.java:431)
    <br>     at intradoc.server.ServiceRequestImplementor.doRequest(ServiceRequestImplementor.java:632)
    <br>     at intradoc.server.Service.doRequest(Service.java:1709)
    <br>     at intradoc.server.ServiceManager.processCommand(ServiceManager.java:357)
    <br>     at intradoc.server.IdcServerThread.run(IdcServerThread.java:195)
    <br>!syExceptionType,java.lang.NullPointerException
    .... etc etc etc

    Hi.
    I am using the orapel component in order to integrate a BPEL process to a UCM Workflow. I created the BPEL process and I installed the component over the the UCM. Then, i perform the connection to the process and I teste it (it works great) and i define the workflow in the UCM. When I check a document to enter in that workflow the document appears in the status review (as it should be) but the bpel instance is never created over the BPEL container. In fact, when I check the UCM Server log it appears the following error(sorry but it is really long):
    ANY IDEA???
    Thanks in advance for all the people that take time to read and try to help me. If you have any material that could help me to make another bpel process and any steps to perform the integration.... That could help me to!!!!
    Event generated by user 'sysadmin' at host 'content.ecm.com'. Unable to execute service method 'loadOraBpelConfig'. (System Error: Runtime error: java.lang.NullPointerException
    at intradoc.custom.orabpelintegration.OraBpelService.loadOraBpelConfig(OraBpelService.java:244)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at intradoc.common.IdcMethodHolder.invokeMethod(ClassHelperUtils.java:461)
    at intradoc.common.ClassHelperUtils.executeMethodEx(ClassHelperUtils.java:128)
    at intradoc.common.ClassHelperUtils.executeMethod(ClassHelperUtils.java:113)
    at intradoc.server.Service.doCodeEx(Service.java:505)
    at intradoc.server.Service.doCode(Service.java:470)
    at intradoc.server.ServiceRequestImplementor.doAction(ServiceRequestImplementor.java:1350)
    at intradoc.server.Service.doAction(Service.java:450)
    at intradoc.server.ServiceRequestImplementor.doActions(ServiceRequestImplementor.java:1191)
    at intradoc.server.Service.doActions(Service.java:445)
    at intradoc.server.ServiceRequestImplementor.executeSubServiceCode(ServiceRequestImplementor.java:1061)
    at intradoc.server.Service.executeSubServiceCode(Service.java:3453)
    at intradoc.server.ServiceRequestImplementor.executeServiceEx(ServiceRequestImplementor.java:939)
    at intradoc.server.Service.executeServiceEx(Service.java:3448)
    at intradoc.server.ServiceRequestImplementor.executeSafeServiceInNewContext(ServiceRequestImplementor.java:969)
    at intradoc.server.Service.executeSafeServiceInNewContext(Service.java:3443)
    at intradoc.server.script.ServiceScriptExtensions.evaluateFunction(ServiceScriptExtensions.java:255)
    at intradoc.common.DynamicHtmlMerger.computeFunction(DynamicHtmlMerger.java:1207)
    at intradoc.common.DynamicHtmlMerger.evaluateGrammarElement(DynamicHtmlMerger.java:823)
    at intradoc.common.DynamicHtmlMerger.substituteVariable(DynamicHtmlMerger.java:595)
    at intradoc.common.DynamicHtml.substituteVariable(DynamicHtml.java:1237)
    at intradoc.common.DynamicHtml.outputHtmlEx(DynamicHtml.java:979)
    at intradoc.common.DynamicHtml.outputHtml(DynamicHtml.java:899)
    at intradoc.common.DynamicHtmlMerger.executeDynamicHtmlToWriter(DynamicHtmlMerger.java:1816)
    at intradoc.common.DynamicHtmlMerger.evaluateScriptToWriter(DynamicHtmlMerger.java:1643)
    at intradoc.common.DynamicHtmlMerger.evaluateScriptNoErrorHandling(DynamicHtmlMerger.java:1613)
    at intradoc.common.DynamicHtmlMerger.evaluateScriptEx(DynamicHtmlMerger.java:1571)
    at intradoc.common.DynamicHtmlMerger.evaluateScript(DynamicHtmlMerger.java:1558)
    at intradoc.server.workflow.WorkflowStates.prepareAndEvaluateScript(WorkflowStates.java:3043)
    at intradoc.server.workflow.WorkflowStates.executeScript(WorkflowStates.java:2578)
    at intradoc.server.workflow.WorkflowStates.evaluateScript(WorkflowStates.java:2549)
    at intradoc.server.workflow.WorkflowStates.evaluateTypedScript(WorkflowStates.java:1499)
    at intradoc.server.workflow.WorkflowStates.continueMoveToStep(WorkflowStates.java:1430)
    at intradoc.server.workflow.WorkflowStates.moveToNextStep(WorkflowStates.java:1377)
    at intradoc.server.workflow.WorkflowStates.advanceWorkflowState(WorkflowStates.java:912)
    at intradoc.server.workflow.WorkflowStates.advanceDocumentStateImplement(WorkflowStates.java:638)
    at intradoc.server.workflow.WorkflowStates.advanceDocumentState(WorkflowStates.java:504)
    at intradoc.server.DocStateTransition.advanceDocumentState(DocStateTransition.java:72)
    at intradoc.server.WebViewableConverterOutput.reportDelayedConversionToWorkflow(WebViewableConverterOutput.java:494)
    at intradoc.server.WebViewableConverterOutput.doConversion(WebViewableConverterOutput.java:262)
    at intradoc.server.DocServiceHandler.processDocConversion(DocServiceHandler.java:3561)
    at intradoc.server.DocServiceHandler.processDocConversion(DocServiceHandler.java:3416)
    at intradoc.server.DocServiceHandler.docRefinery(DocServiceHandler.java:3303)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at intradoc.common.IdcMethodHolder.invokeMethod(ClassHelperUtils.java:461)
    at intradoc.common.ClassHelperUtils.executeMethodReportStatus(ClassHelperUtils.java:142)
    at intradoc.server.ServiceHandler.executeAction(ServiceHandler.java:75)
    at intradoc.server.Service.doCodeEx(Service.java:488)
    at intradoc.server.Service.doCode(Service.java:470)
    at intradoc.server.ServiceRequestImplementor.doAction(ServiceRequestImplementor.java:1350)
    at intradoc.server.Service.doAction(Service.java:450)
    at intradoc.server.ServiceRequestImplementor.doActions(ServiceRequestImplementor.java:1191)
    at intradoc.server.Service.doActions(Service.java:445)
    at intradoc.server.ServiceRequestImplementor.executeSubServiceCode(ServiceRequestImplementor.java:1061)
    at intradoc.server.Service.executeSubServiceCode(Service.java:3453)
    at intradoc.server.ServiceRequestImplementor.executeServiceEx(ServiceRequestImplementor.java:939)
    at intradoc.server.Service.executeServiceEx(Service.java:3448)
    at intradoc.server.Service.executeService(Service.java:3432)
    at intradoc.server.Service.doSubService(Service.java:3421)
    at sun.reflect.GeneratedMethodAccessor35.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at intradoc.common.IdcMethodHolder.invokeMethod(ClassHelperUtils.java:461)
    at intradoc.common.ClassHelperUtils.executeMethodEx(ClassHelperUtils.java:128)
    at intradoc.common.ClassHelperUtils.executeMethod(ClassHelperUtils.java:113)
    at intradoc.server.Service.doCodeEx(Service.java:505)
    at intradoc.server.Service.doCode(Service.java:470)
    at intradoc.server.ServiceRequestImplementor.doAction(ServiceRequestImplementor.java:1350)
    at intradoc.server.Service.doAction(Service.java:450)
    at intradoc.server.ServiceRequestImplementor.doActions(ServiceRequestImplementor.java:1191)
    at intradoc.server.Service.doActions(Service.java:445)
    at intradoc.server.ServiceRequestImplementor.executeSubServiceCode(ServiceRequestImplementor.java:1061)
    at intradoc.server.Service.executeSubServiceCode(Service.java:3453)
    at helper.HelperService.executeSubServiceCode(HelperService.java:1789)
    at helper.HelperService.executeSubservice(HelperService.java:1625)
    at helper.HelperService.superService(HelperService.java:1530)
    at sun.reflect.GeneratedMethodAccessor66.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at intradoc.common.IdcMethodHolder.invokeMethod(ClassHelperUtils.java:461)
    at intradoc.common.ClassHelperUtils.executeMethodEx(ClassHelperUtils.java:128)
    at intradoc.common.ClassHelperUtils.executeMethod(ClassHelperUtils.java:113)
    at intradoc.server.Service.doCodeEx(Service.java:505)
    at intradoc.server.Service.doCode(Service.java:470)
    at intradoc.server.ServiceRequestImplementor.doAction(ServiceRequestImplementor.java:1350)
    at intradoc.server.Service.doAction(Service.java:450)
    at helper.HelperService.doAction(HelperService.java:748)
    at helper.HelperService.doActions10g(HelperService.java:382)
    at helper.HelperService.doActions(HelperService.java:119)
    at intradoc.server.ServiceRequestImplementor.executeActions(ServiceRequestImplementor.java:1111)
    at intradoc.server.Service.executeActions(Service.java:431)
    at intradoc.server.ServiceRequestImplementor.doRequest(ServiceRequestImplementor.java:632)
    at intradoc.server.Service.doRequest(Service.java:1709)
    at intradoc.server.ServiceManager.processCommand(ServiceManager.java:357)
    at intradoc.server.IdcServerThread.run(IdcServerThread.java:195)) Exception type is 'java.lang.NullPointerException'. [ Details ]
    An error has occurred. The stack trace below shows more information.
    !csUserEventMessage,sysadmin,content.ecm.com!$!csUnableToExecMethod,loadOraBpelConfig!csSystemError,\!syServiceRuntime\,java.lang.NullPointerException
    <br>     at intradoc.custom.orabpelintegration.OraBpelService.loadOraBpelConfig(OraBpelService.java:244)
    <br>     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    <br>     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    <br>     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    <br>     at java.lang.reflect.Method.invoke(Method.java:585)
    <br>     at intradoc.common.IdcMethodHolder.invokeMethod(ClassHelperUtils.java:461)
    <br>     at intradoc.common.ClassHelperUtils.executeMethodEx(ClassHelperUtils.java:128)
    <br>     at intradoc.common.ClassHelperUtils.executeMethod(ClassHelperUtils.java:113)
    <br>     at intradoc.server.Service.doCodeEx(Service.java:505)
    <br>     at intradoc.server.Service.doCode(Service.java:470)
    <br>     at intradoc.server.ServiceRequestImplementor.doAction(ServiceRequestImplementor.java:1350)
    <br>     at intradoc.server.Service.doAction(Service.java:450)
    <br>     at intradoc.server.ServiceRequestImplementor.doActions(ServiceRequestImplementor.java:1191)
    <br>     at intradoc.server.Service.doActions(Service.java:445)
    <br>     at intradoc.server.ServiceRequestImplementor.executeSubServiceCode(ServiceRequestImplementor.java:1061)
    <br>     at intradoc.server.Service.executeSubServiceCode(Service.java:3453)
    <br>     at intradoc.server.ServiceRequestImplementor.executeServiceEx(ServiceRequestImplementor.java:939)
    <br>     at intradoc.server.Service.executeServiceEx(Service.java:3448)
    <br>     at intradoc.server.ServiceRequestImplementor.executeSafeServiceInNewContext(ServiceRequestImplementor.java:969)
    <br>     at intradoc.server.Service.executeSafeServiceInNewContext(Service.java:3443)
    <br>     at intradoc.server.script.ServiceScriptExtensions.evaluateFunction(ServiceScriptExtensions.java:255)
    <br>     at intradoc.common.DynamicHtmlMerger.computeFunction(DynamicHtmlMerger.java:1207)
    <br>     at intradoc.common.DynamicHtmlMerger.evaluateGrammarElement(DynamicHtmlMerger.java:823)
    <br>     at intradoc.common.DynamicHtmlMerger.substituteVariable(DynamicHtmlMerger.java:595)
    <br>     at intradoc.common.DynamicHtml.substituteVariable(DynamicHtml.java:1237)
    <br>     at intradoc.common.DynamicHtml.outputHtmlEx(DynamicHtml.java:979)
    <br>     at intradoc.common.DynamicHtml.outputHtml(DynamicHtml.java:899)
    <br>     at intradoc.common.DynamicHtmlMerger.executeDynamicHtmlToWriter(DynamicHtmlMerger.java:1816)
    <br>     at intradoc.common.DynamicHtmlMerger.evaluateScriptToWriter(DynamicHtmlMerger.java:1643)
    <br>     at intradoc.common.DynamicHtmlMerger.evaluateScriptNoErrorHandling(DynamicHtmlMerger.java:1613)
    <br>     at intradoc.common.DynamicHtmlMerger.evaluateScriptEx(DynamicHtmlMerger.java:1571)
    <br>     at intradoc.common.DynamicHtmlMerger.evaluateScript(DynamicHtmlMerger.java:1558)
    <br>     at intradoc.server.workflow.WorkflowStates.prepareAndEvaluateScript(WorkflowStates.java:3043)
    <br>     at intradoc.server.workflow.WorkflowStates.executeScript(WorkflowStates.java:2578)
    <br>     at intradoc.server.workflow.WorkflowStates.evaluateScript(WorkflowStates.java:2549)
    <br>     at intradoc.server.workflow.WorkflowStates.evaluateTypedScript(WorkflowStates.java:1499)
    <br>     at intradoc.server.workflow.WorkflowStates.continueMoveToStep(WorkflowStates.java:1430)
    <br>     at intradoc.server.workflow.WorkflowStates.moveToNextStep(WorkflowStates.java:1377)
    <br>     at intradoc.server.workflow.WorkflowStates.advanceWorkflowState(WorkflowStates.java:912)
    <br>     at intradoc.server.workflow.WorkflowStates.advanceDocumentStateImplement(WorkflowStates.java:638)
    <br>     at intradoc.server.workflow.WorkflowStates.advanceDocumentState(WorkflowStates.java:504)
    <br>     at intradoc.server.DocStateTransition.advanceDocumentState(DocStateTransition.java:72)
    <br>     at intradoc.server.WebViewableConverterOutput.reportDelayedConversionToWorkflow(WebViewableConverterOutput.java:494)
    <br>     at intradoc.server.WebViewableConverterOutput.doConversion(WebViewableConverterOutput.java:262)
    <br>     at intradoc.server.DocServiceHandler.processDocConversion(DocServiceHandler.java:3561)
    <br>     at intradoc.server.DocServiceHandler.processDocConversion(DocServiceHandler.java:3416)
    <br>     at intradoc.server.DocServiceHandler.docRefinery(DocServiceHandler.java:3303)
    <br>     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    <br>     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    <br>     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    <br>     at java.lang.reflect.Method.invoke(Method.java:585)
    <br>     at intradoc.common.IdcMethodHolder.invokeMethod(ClassHelperUtils.java:461)
    <br>     at intradoc.common.ClassHelperUtils.executeMethodReportStatus(ClassHelperUtils.java:142)
    <br>     at intradoc.server.ServiceHandler.executeAction(ServiceHandler.java:75)
    <br>     at intradoc.server.Service.doCodeEx(Service.java:488)
    <br>     at intradoc.server.Service.doCode(Service.java:470)
    <br>     at intradoc.server.ServiceRequestImplementor.doAction(ServiceRequestImplementor.java:1350)
    <br>     at intradoc.server.Service.doAction(Service.java:450)
    <br>     at intradoc.server.ServiceRequestImplementor.doActions(ServiceRequestImplementor.java:1191)
    <br>     at intradoc.server.Service.doActions(Service.java:445)
    <br>     at intradoc.server.ServiceRequestImplementor.executeSubServiceCode(ServiceRequestImplementor.java:1061)
    <br>     at intradoc.server.Service.executeSubServiceCode(Service.java:3453)
    <br>     at intradoc.server.ServiceRequestImplementor.executeServiceEx(ServiceRequestImplementor.java:939)
    <br>     at intradoc.server.Service.executeServiceEx(Service.java:3448)
    <br>     at intradoc.server.Service.executeService(Service.java:3432)
    <br>     at intradoc.server.Service.doSubService(Service.java:3421)
    <br>     at sun.reflect.GeneratedMethodAccessor35.invoke(Unknown Source)
    <br>     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    <br>     at java.lang.reflect.Method.invoke(Method.java:585)
    <br>     at intradoc.common.IdcMethodHolder.invokeMethod(ClassHelperUtils.java:461)
    <br>     at intradoc.common.ClassHelperUtils.executeMethodEx(ClassHelperUtils.java:128)
    <br>     at intradoc.common.ClassHelperUtils.executeMethod(ClassHelperUtils.java:113)
    <br>     at intradoc.server.Service.doCodeEx(Service.java:505)
    <br>     at intradoc.server.Service.doCode(Service.java:470)
    <br>     at intradoc.server.ServiceRequestImplementor.doAction(ServiceRequestImplementor.java:1350)
    <br>     at intradoc.server.Service.doAction(Service.java:450)
    <br>     at intradoc.server.ServiceRequestImplementor.doActions(ServiceRequestImplementor.java:1191)
    <br>     at intradoc.server.Service.doActions(Service.java:445)
    <br>     at intradoc.server.ServiceRequestImplementor.executeSubServiceCode(ServiceRequestImplementor.java:1061)
    <br>     at intradoc.server.Service.executeSubServiceCode(Service.java:3453)
    <br>     at helper.HelperService.executeSubServiceCode(HelperService.java:1789)
    <br>     at helper.HelperService.executeSubservice(HelperService.java:1625)
    <br>     at helper.HelperService.superService(HelperService.java:1530)
    <br>     at sun.reflect.GeneratedMethodAccessor66.invoke(Unknown Source)
    <br>     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    <br>     at java.lang.reflect.Method.invoke(Method.java:585)
    <br>     at intradoc.common.IdcMethodHolder.invokeMethod(ClassHelperUtils.java:461)
    <br>     at intradoc.common.ClassHelperUtils.executeMethodEx(ClassHelperUtils.java:128)
    <br>     at intradoc.common.ClassHelperUtils.executeMethod(ClassHelperUtils.java:113)
    <br>     at intradoc.server.Service.doCodeEx(Service.java:505)
    <br>     at intradoc.server.Service.doCode(Service.java:470)
    <br>     at intradoc.server.ServiceRequestImplementor.doAction(ServiceRequestImplementor.java:1350)
    <br>     at intradoc.server.Service.doAction(Service.java:450)
    <br>     at helper.HelperService.doAction(HelperService.java:748)
    <br>     at helper.HelperService.doActions10g(HelperService.java:382)
    <br>     at helper.HelperService.doActions(HelperService.java:119)
    <br>     at intradoc.server.ServiceRequestImplementor.executeActions(ServiceRequestImplementor.java:1111)
    <br>     at intradoc.server.Service.executeActions(Service.java:431)
    <br>     at intradoc.server.ServiceRequestImplementor.doRequest(ServiceRequestImplementor.java:632)
    <br>     at intradoc.server.Service.doRequest(Service.java:1709)
    <br>     at intradoc.server.ServiceManager.processCommand(ServiceManager.java:357)
    <br>     at intradoc.server.IdcServerThread.run(IdcServerThread.java:195)
    <br>!syExceptionType,java.lang.NullPointerException
    .... etc etc etc

Maybe you are looking for

  • Common Expenses Allocation Ratiowise

    Dear All, Our clients wants to distribute common expenses (Eg security charges) in the ratio decided by users from one profit center to other profitcenter. Initially expenses will be booked under main profit center & then they wants to allocate at mo

  • Install previous version of app in creative cloud?

    Hi, due to the fact that the new Acrobat XI(installed via Creative Cloud) doesnt work with my ancient Office2003 I want do downgrade to Acrobat X which runs well with it. How can I do that? Is it possible to run both versions parallel on one machine?

  • HP Touchsmart 15 video green screen

    Hello! I have an HP touchsmart 15, it's fairly new; about two weeks old and the operating system is windows 8. So maybe after a day or two there has been a green screen appearing instead of video. I used to be able to restart the computer and it'd be

  • How do I organise my folders by date in iPhoto photo library?

    Hi - Within the PHOTOS section in the source list I have created 200 folders which I have given a title based on a date.  For example, 2013 12 10 for today.  The thing is, I can't get them all to file in date order within the PHOTO section.  All fine

  • MDT 2012 bypass choosing image to deploy

    hello is there any parameter in customsetting.ini or anywhere else where we can specify image we want to deploy to avoiding it in the MDT console thanks