Notes in erecruit activities

Hello,
I need a means of viewing/generating the notes attached to candidate activities in erecruit.  I don't know if it's long text or some sort of compressed object.
Any help would be appreciated!
Kind regards,
Brad

Hello Brad,
the notes for activities are texts stored in the knowledge warehouse. Technically there is no difference between the activity notes, the cover letter or the posting texts. All are stored in the kw under the object key while an infotype contains a version id as link to the text. For activities these links are the NOTE fields in tables HRP5135 - HRP5143.
Easiest way for accessing and updating the note of an activity is getting an instance of the activity as type CL_HRRCF_ABSTRACT_ACTIVITY_REC e.g. by using the activity factory CL_HRRCF_ACTIVITY_FACTORY. CL_HRRCF_ABSTRACT_ACTIVITY_REC has the methods read_text and update_text to access / change the text.
Kind Regards
Roman

Similar Messages

  • Some offerings are missing user input, some are not mapping to activites

    Seemingly out of the blue my system has stopped mapping request offering answers to (manual) activities (mapping to the SR itself works), neither OotB properties or custom properties. This only happens when submitting them from the portal (ALL
    offerings)
    Also, some requests are even missing user input (and obviously no mapping is possible).
    This issue seem to affect all users. Even admins
    I have tried restarting the web content server and also the website on the sharepoint server. I have also tried creating a brand new template and offering in a brand new MP.
    I have been able to track down a ca. point in time this issue arose, but not found anything in logs anywhere (except SMPortalTrace). Checked web content server event log and website log, SQL log, event log on both management servers.
    I have checked the SMPortalTrace.log and for every request submitted I get an error (not visible in the portal) - some is in danish, so I have translated at the best of my ability:
    Failed to parse the description with links., System.ArgumentNullException: [ArgumentNull_Generic]
    Ressourcestrings for troubleshooting is not available. Keys and arguments often contains enough information to start the troubleshooting a problem. See http://go.microsoft.com/fwlink/?linkid=106663&Version=5.1.30214.00&File=mscorlib.dll&Key=ArgumentNull_Generic
    ParameterName: input
    At System.Text.RegularExpressions.Regex.Matches (String input)
    At Microsoft.Enterprisemanagement.ServiceManager.Portal.RequestOfferingSilverlightModule.UriParser.ParseDescription(string description)
    The system is SCSM 2012 R2 UR2 (except the SP part of the portal)
    Update:
    I found that if the user input is missing even from the SR then the error does not present itself in the SMPortalTrace.log, only if the user input goes through (but is not mapped to activities).
    http://codebeaver.blogspot.dk/

    The issue seems to be related to a syntactically valid type projection in the Service Request form (customized) - I added a component to the existing projection. As the template that a request offering is based on has a reference to this projection I guess
    the code that creates the Service Request submitted from the portal somehow ignores the "unwanted" type projection component, and instead of not submitting the request it continues but is unable to map into child activities. I will try and reproduce
    this in more detail.
    Solution: Revert to original type projection in the SR form and everything went back to normal.
    http://codebeaver.blogspot.dk/

  • HRRCF_mdl_cand* not working - Erecruitment  candidate profile

    Hi,
    We had found the below 3 Remote FM for creating the profile for Education,Qualification & Work Exp, but surprisingly none of them can update the
    required Info type, I cannot Test this FM from Se37 as in import parameters it does not allow to key in the data for Record and when I created a Prog to call this FM and passed the required data it does not give error but also does not update this Info record table (HRP5104 eDUCATION,HRP5105 QUALIFICATION,HRP5103 :CANDIDATE WORK EXP)
    Also tried to commit (RH_UPDATE_DATABASE) but still does not save the data in above intype tables.
    FM names :-
    HRRCF_MDL_CAND_EDU_CREATE
    HRRCF_MDL_CAND_QUALI_CREATE
    HRRCF_MDL_CAND_WORK_CREATE
    Kindly help me for the the above
    Responses will be be accordingly rewarded.
    Regards
    Jignesh

    used  ther below FM after CALL FUNCTION 'HRRCF_MDL_CAND_EDU_CREATE'
    CALL FUNCTION 'HRRCF_MDL_SAVE'
    CALL FUNCTION 'HRRCF_MDL_AFTER_COMMIT'
    CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'
    It worked
    Regards
    Jtt
    Message was edited by:
            Jignesh Trivedi

  • I did not receive my activitation serial number

    I downloaded the software 2 days ago and I have not recieved an activation code or serial number.

    "the software" being what?

  • BPEL Palette Does not show any activities

    Hello All,
    I downloaded BPEL designer and Manager from Oracle Website and wanted to do an exercise. I found that the palette area says the following message:
    Wrong Version of either:
    Internet Explorer, or
    JavaScript Engine, or
    XML Parser.
    Please correct and re-laod.
    What versions is it looking for and does some one have any idea about the same?
    Thanks
    Manoj Swaminathan

    Here's more detail with links from Michal, which resolved the internal reports we had for this issue:
    Yes, IE6 you need. Download latest at
    http://www.microsoft.com/windows/ie/downloads/default.mspx
    You also need:
    MSXML 4.0SP2
    http://www.microsoft.com/downloads/details.aspx?familyid=3144b72b-b4f2-46da-b4b6-c5d7485f2b42&displaylang=en
    Make sure you JS version is 5.6, if not download http://msdn.microsoft.com/library/default.asp?url=/downloads/list/webdev.asp

  • PR number dos not passed between activities

    Dear Experts,
    I have created a workflow when any pr created a user decision run to display the PR or not .. the problem is when i click on Yes to display the PR it displays the last PR was entered in ME53N not my PR that was created
    However when i test the Workflow in SWDD and pass the PR number as instance it works fine
    Waiting for your advice
    Best Regards

    Hi,
    Event binding is not correct.
    Go to T.code  SWDD, Basic Data > Start Events, Here you have assign the binding right. Re-generate the binding, then Save and test it.
    More over for PR std. workflow WS20000077 available, check it matches your requirement.
    Regards,
    Surjith

  • Task activities not getting generated properly in BPEL

    I am using the Jdev 11g TP3 (from OTN). Installation went through fine. However I observed a interesting issue with HumanTask/BPEL and I was wondering if someone faced similar such problems before, if so, how to rectify the issue. Here is the description of the issue:
    1. Created a Empty SOA composite project
    2. Dragged and dropped BPEL Process in the component palette. Designed a Asynchronous process.
    3. Dragged and dropped a HumanTask. Did not expose as an composite. Designed a single approver workflow. In the project schema, choose the schema from BPEL input.
    4. Wired BPEL to HumanTAsk
    5. In the BPEL flow, I dragged the HumanTask to the flow. Everything appears to be correct. I clicked on "Ok" after associating with BPEL variable.
    Now when I examine the BPEL flow, a scope before the BPEL switch is empty. There are no BPEL activities generated. This is a very simple case of BPEL and HumanTask and I am not sure as to why the tasks not getting generated properly in BPEL flow.
    Has anyone experienced this issue or any ideas as to why this could happen?

    After going through the exercise several times, I finally found out the reason as to why the BPEL activities are not getting generated. In the Human task form for the title, since it is a fixed string in my case I put something like the one given below:
    Title : "APPROVE ORDER"
    When you have fixed string within double quotes it does not generate BPEL activities correctly. You can try and u will see the problem.
    My real question is should not throw proper error message when you try to drag and drop the HumanTask to BPEL flow.

  • Process composer application does not runing activities

    Hello all,
    I have installed SAP NW CE with EHP1 on Windows server java stack.
    I have made a project using process composer in SAP Developer Studio. Once I built it and deploy it, still it does not show me activities in the SAP portal UWL even it is configured and shows connection to backend system successful. I think there is a problem in my BPM  application which I tried to bebug after making break points. But in debug environment process does have further activities to follow, it has disabled options of
    - step into
    - step over
    - step return
    - resume
    I guess process is runing but not activities are available in this process on run time.
    Does any one has an idea what to do??
    Secondly, I also check the deployed process and tasks from NWA environment. It has no in run time.
    Regards,
    Naeem

    An error occurred while executing transition START_TASKFLOW_Enter_Request(Token_0_Purchase_Request_Process_ba0d53a87f86bc9df82b137aab2b3d8e(Instance_0_Purchase_Request_Process_ba0d53a87f86bc9df82b137aab2b3d8e(null,null,null,false),2), Instance_0_Purchase_Request_Process_ba0d53a87f86bc9df82b137aab2b3d8e(null,null,null,false), View_2_Requester_ExcludedOwners_ba0d53a87f86bc9df82b137aab2b3d8e(Instance_0_Purchase_Request_Process_ba0d53a87f86bc9df82b137aab2b3d8e(null,null,null,false),Scope_5_Purchae_Request_Approval_ba0d53a87f86bc9df82b137aab2b3d8e(Instance_0_Purchase_Request_Process_ba0d53a87f86bc9df82b137aab2b3d8e(null,null,null,false)),0,false)): com.sap.glx.core.kernel.api.TransitionRollbackException: Exception during prepare, rolling back
    at com.sap.glx.core.kernel.mmtx.AbstractTransactionBase.rollback(AbstractTransactionBase.java:538)
    at com.sap.glx.core.kernel.mmtx.AbstractTransaction.do_prepare(AbstractTransaction.java:174)
    at com.sap.glx.core.kernel.mmtx.AbstractTransaction.commit(AbstractTransaction.java:77)
    at com.sap.glx.core.kernel.execution.LeaderWorkerPool$Follower.run(LeaderWorkerPool.java:120)
    at com.sap.glx.core.resource.impl.common.WorkWrapper.run(WorkWrapper.java:58)
    at com.sap.glx.core.resource.impl.j2ee.ServiceUserManager$ServiceUserImpersonator$1.run(ServiceUserManager.java:116)
    at java.security.AccessController.doPrivileged(Native Method)
    at javax.security.auth.Subject.doAs(Subject.java:337)
    at com.sap.glx.core.resource.impl.j2ee.ServiceUserManager$ServiceUserImpersonator.run(ServiceUserManager.java:114)
    at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
    at java.security.AccessController.doPrivileged(Native Method)
    at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:169)
    at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:266)
    Caused by: com.sap.glx.core.kernel.api.KernelException: javax.ejb.EJBTransactionRolledbackException: (Failed in component: sap.com/tcbpemtmear, BC-BMT-BPM-DSK) Exception raised from invocation of public com.sap.bpem.tm.ITaskInstance com.sap.bpem.tm.adapter.impl.GalaxyTaskProviderBean.createTaskInstance(com.sap.bpem.tm.adapter.TaskInstanceTO) method on bean instance com.sap.bpem.tm.adapter.impl.GalaxyTaskProviderBean@15995c6 for bean sap.com/tcbpemtmearannotation|bpemtmejb.jarannotation|GalaxyTaskProviderBean in application sap.com/tcbpemtmear.; nested exception is: java.lang.IllegalArgumentException: language is not specified; nested exception is: javax.ejb.EJBException: (Failed in component: sap.com/tcbpemtmear, BC-BMT-BPM-DSK) Exception raised from invocation of public com.sap.bpem.tm.ITaskInstance com.sap.bpem.tm.adapter.impl.GalaxyTaskProviderBean.createTaskInstance(com.sap.bpem.tm.adapter.TaskInstanceTO) method on bean instance com.sap.bpem.tm.adapter.impl.GalaxyTaskProviderBean@15995c6 for bean sap.com/tcbpemtmear*annotation|bpemtmejb.jar*annotation|GalaxyTaskProviderBean in application sap.com/tcbpemtmear.; nested exception is: java.lang.IllegalArgumentException: language is not specified
    at com.sap.glx.core.kernel.mmtx.PrimaryTransaction.inPrepare(PrimaryTransaction.java:150)
    at com.sap.glx.core.kernel.mmtx.AbstractTransaction.do_prepare(AbstractTransaction.java:172)
    ... 11 more
    Caused by: javax.ejb.EJBTransactionRolledbackException: (Failed in component: sap.com/tcbpemtmear, BC-BMT-BPM-DSK) Exception raised from invocation of public com.sap.bpem.tm.ITaskInstance com.sap.bpem.tm.adapter.impl.GalaxyTaskProviderBean.createTaskInstance(com.sap.bpem.tm.adapter.TaskInstanceTO) method on bean instance com.sap.bpem.tm.adapter.impl.GalaxyTaskProviderBean@15995c6 for bean sap.com/tcbpemtmearannotation|bpemtmejb.jarannotation|GalaxyTaskProviderBean in application sap.com/tcbpemtmear.; nested exception is: java.lang.IllegalArgumentException: language is not specified; nested exception is: javax.ejb.EJBException: (Failed in component: sap.com/tcbpemtmear, BC-BMT-BPM-DSK) Exception raised from invocation of public com.sap.bpem.tm.ITaskInstance com.sap.bpem.tm.adapter.impl.GalaxyTaskProviderBean.createTaskInstance(com.sap.bpem.tm.adapter.TaskInstanceTO) method on bean instance com.sap.bpem.tm.adapter.impl.GalaxyTaskProviderBean@15995c6 for bean sap.com/tcbpemtmear*annotation|bpemtmejb.jar*annotation|GalaxyTaskProviderBean in application sap.com/tcbpemtmear.; nested exception is: java.lang.IllegalArgumentException: language is not specified
    at com.sap.engine.services.ejb3.runtime.impl.TransactionAttributeHandler$Required.error(TransactionAttributeHandler.java:307)
    at com.sap.engine.services.ejb3.runtime.impl.TransactionAttributeHandler$TransactionAttributeErrorsHandler.error(TransactionAttributeHandler.java:130)
    at com.sap.engine.services.ejb3.runtime.impl.Interceptors_Transaction.doWorkWithAttribute(Interceptors_Transaction.java:40)
    at com.sap.engine.services.ejb3.runtime.impl.Interceptors_Transaction.invoke(Interceptors_Transaction.java:22)
    at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:177)
    at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:189)
    at com.sap.engine.services.ejb3.runtime.impl.Interceptors_StatelessInstanceGetter.invoke(Interceptors_StatelessInstanceGetter.java:16)
    at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:177)
    at com.sap.engine.services.ejb3.runtime.impl.Interceptors_SecurityCheck.invoke(Interceptors_SecurityCheck.java:21)
    at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:177)
    at com.sap.engine.services.ejb3.runtime.impl.Interceptors_ExceptionTracer.invoke(Interceptors_ExceptionTracer.java:16)
    at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:177)
    at com.sap.engine.services.ejb3.runtime.impl.DefaultInvocationChainsManager.startChain(DefaultInvocationChainsManager.java:133)
    at com.sap.engine.services.ejb3.runtime.impl.DefaultEJBProxyInvocationHandler.invoke(DefaultEJBProxyInvocationHandler.java:164)
    at $Proxy215.createTaskInstance(Unknown Source)
    at com.sap.bpem.tm.adapter.invocation.CreateTaskManagmentObject.persist(CreateTaskManagmentObject.java:144)
    at com.sap.glx.core.kernel.mmtx.PrimaryTransaction.inPrepare(PrimaryTransaction.java:145)
    ... 12 more
    Caused by: javax.ejb.EJBException: (Failed in component: sap.com/tcbpemtmear, BC-BMT-BPM-DSK) Exception raised from invocation of public com.sap.bpem.tm.ITaskInstance com.sap.bpem.tm.adapter.impl.GalaxyTaskProviderBean.createTaskInstance(com.sap.bpem.tm.adapter.TaskInstanceTO) method on bean instance com.sap.bpem.tm.adapter.impl.GalaxyTaskProviderBean@15995c6 for bean sap.com/tcbpemtmearannotation|bpemtmejb.jarannotation|GalaxyTaskProviderBean in application sap.com/tcbpemtm~ear.; nested exception is: java.lang.IllegalArgumentException: language is not specified
    at com.sap.engine.services.ejb3.runtime.impl.RequestInvocationContext.proceedFinal(RequestInvocationContext.java:83)
    at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:166)
    at com.sap.engine.services.ejb3.runtime.impl.Interceptors_StatesTransition.invoke(Interceptors_StatesTransition.java:19)
    at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:177)
    at com.sap.engine.services.ejb3.runtime.impl.Interceptors_Resource.invoke(Interceptors_Resource.java:71)
    at com.sap.engine.services.ejb3.runtime.impl.AbstractInvocationContext.proceed(AbstractInvocationContext.java:177)
    at com.sap.engine.services.ejb3.runtime.impl.Interceptors_Transaction.doWorkWithAttribute(Interceptors_Transaction.java:38)
    ... 26 more
    Caused by: java.lang.IllegalArgumentException: language is not specified
    at com.sap.glx.handler.text.TextManager.createLocaleFallback(TextManager.java:341)
    at com.sap.glx.handler.text.TextManager.getTexts(TextManager.java:149)
    at com.sap.glx.handler.text.TextManager.initializeTextCache(TextManager.java:299)
    at com.sap.bpem.tm.impl.TaskManagerImpl.createTaskInstance(TaskManagerImpl.java:139)
    at com.sap.bpem.tm.adapter.impl.GalaxyTaskProviderBean.createTaskInstance(GalaxyTaskProviderBean.java:40)
    at sun.reflect.GeneratedMethodAccessor302.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at com.sap.engine.services.ejb3.runtime.impl.RequestInvocationContext.proceedFinal(RequestInvocationContext.java:46)
    ... 32 more
    Date: 2009-07-24
    Time: 15:36:48:244
    Category: com.sap.glx.core.kernel.execution.LeaderWorkerPool
    Location: com.sap.glx.core.kernel.execution.LeaderWorkerPool.Follower.run()
    Application: 
    Thread: Galaxy 1623 / Follower Worker
    Data Source: j2ee\cluster\server0\log\defaultTrace_00.trc
    Arguments: 
    DSR Transaction: 4ac2f1f8778111de843f0023ae89a55e
    Message Code: 
    Session: 0
    Transaction: 
    User: SAP_BPM_Service
    Time Zone: +0200
    CSN Component: BC-BMT-BPM-SRV
    DC Component: com.sap.glx.core.svc
    Correlation ID: 3835450000000874
    DSR Root Context ID: 4AC2F1F8778111DE843F0023AE89A55E
    DSR Connection: 4ac2f1f8778111de843f0023ae89a55e
    DSR Counter: 0
    Log ID: 0023AE89A55E0E4A0000000100000AB4
    Host: MGSP49I
    System: CE1
    Instance: J00
    Node: server0

  • Activities not displayed thrugh portal

    Hello everybody,
    I have created some activities from 7/06/06 to 22/06/06.When i am trying to view them in activity moniter through Enterprise portal ,its not displaying the activities from 14 to 22/06/06 date.
    When i checked themin CRMD_BUS2000216, the activities are displayed.
    So plaese help me.
    Regards,
    divya

    Hi Divya,
    is the user correctly assigned in the org management?
    Regards
    Gregor

  • Some PDFs not working in Preview. Mac created PDFS work but windows created PDFS dont

    Some PDFs not working in Preview. I installed adobe reader and then deleted it because the software was aweful and PDFs have been haveing issues ever since. I can open up PDFs created on my Mac in preview just fine...
    But when I try and open a PDF created on a windows computer it says:
    "Please wait...
    If this message is not eventually replaced by the proper contents of the document, your PDF viewer may not be able to display this type of document.
    You can upgrade to the latest version of Adobe Reader for Windows®, Mac, or Linux® by visiting http://www.adobe.com/products/acrobat/readstep2.html.
    For more assistance with Adobe Reader visit http://www.adobe.com/support/products/ acrreader.html.
    Windows is either a registered trademark or a trademark of Microsoft Corporation in the United States and/or other countries. Mac is a trademark of Apple Inc., registered in the United States and other countries. Linux is the registered trademark of Linus Torvalds in the U.S. and other countries. "
    I am not sure why where the PDF was created would make a difference but couldnt help but notice that was the difference between the PDF files that work and the ones that give that message. I can view the PDFs on a windows computer just fine and never had issues untill adobe, it seems to have messed up PDFs on my Mac and I am so frustrated with them. I have searched my computer for any remaining adobe files, deleted them and restarted my computer but I am still getting this message.

    Uninstall Adobe Reader's plug-in.
    Remove the following two files from  /Library/Internet Plug-Ins/:
    AdobePDFViewer.plugin
    AdobePDFViewerNPAPI.plugin
    Open Safari Preferences > Extensions. Do you see AdobePDFViewer? If yes. disable.
    Log out/in and test.
    Another option is to download and install this plugin. Schubert|it PDF Browser Plugin . PDF Browser Plugin 2 is free for not-for-profit activities if used at home or at educational institutions.
    http://www.schubert-it.com/pluginpdf/

  • Closing Balance of GL is not match with opeaning Balance

    Hi Experts
    We are yet go for Closing activities, but i am seeing that some of the GL's are showing incorrect balances between opening and closing balances
    For Ex: Bank GL showing 563576 as closing balance in 2008 and the same GL is showing 459875 as opening balance in 2009
    I heard that, this is because of not executing Closing Activities, i would like to know why SAP system is showing such way
    Regards
    Sreenivasulu

    Hi,
    This is because you would have posted transactions in the previous fiscal year after carrying out the carry forward of balances in FAGLGVTR.
    You would need to execute FAGLGVTR again.
    Trust this helps.

  • Implementation of Note 660016 for Follow up Transactions in CRM 2007

    Hi All,
       We have a requirement to not show all the business activities and tasks available in crm for all the transactions as follow-ups.
       For this reason we implemented the note - 660016. Now its working fine.. It is not showing business acitivities and tasks as follow-up transactions in the CRM GUI and Web UI 2007 for all the transactions.
       But when I create a business activity as a followup for ztransaction in define copying control for business transactions.. It is showing in the CRM GUI but not in the WebUI.
      But at the same time when I create a service complaint as a followup for my ztransaction, I am seeing the service complaint as a follow up in both CRM GUI and Web UI.
       Is the implementation of this note restricting business activities and taks in WebUI forever or do I need to write any extra logic or is this any configuration issue ?
    Regards,
    Raghu
    Edited by: Raghu Danda on Mar 8, 2009 1:17 PM
    Edited by: Raghu Danda on Mar 9, 2009 5:14 AM

    Hi Robert,
       Thanks for your reply
       I checked the link, But I didnt get the full information there.
       Firstly, my problem is not with upgrade and
       the second thing is before implementing the note 660016, I am able to see both in CRM GUI and Web
       UI all the business acitivities and tasks along with other transaction types as follow-up transactions.
       After implementing the note, I am not able to see only the business activities and tasks in the Web UI
       as follow-ups and in CRM GUI, its appearing as follow-ups.
       Hope you got my question now...
       If this is not done in customization I need to code according to my scenario..
       When I kept a break point this class is triggering from another class.
       Do I need to code in the class CL_CRM_UIU_BT_ACT_CUST_GET, according to my scenario.
       Again I have a question here, will you please tell me in which component this class exists, so that I
       will enhance that component.
       Because when I debug after clicking on the Follow-Up button,this class is calling some where
       down...So I am unbale to get the right component for this.
    Regards,
    Raghu
      I

  • Only activities of the current calendar year are shown in plannend act.

    Hello Techies,
    We are using the 2007 UI and I have the following problem. Only activities of the current calendar year are shown in plannend activities and interaction history.
    SAP probably made a query only showing a set of data (current year) for performance reasons. I would like to change this in the last 6 months. My users can not see there activities of last week since it only shows 2009.
    How can this be changed?
    Kind regards.
    Frederik

    Frederik
    You can control this by maintaining the view:
    CRMV_ACC_1O_CUST
    Or in the IMG:
    CRM->Master Data->Business partner->Specify Display Options for Business Transactions
    Take care,
    Stephen

  • 10.1.3.5 Flow diagram in Bpel console does not show all details

    Hello,
    Does anybody experience this? And what would be the fix did we missed some configuration (hopefully)?
    Bpel Console-> Instances->choose instance with executed pick activity->Flow (to see diagram of the flow)
    10.1.3.5 does not show underlying activities in a picked onMessage action. However in a "Audit" all details are shown OK. In the attached example it's onAlarm - but it's happening with all of onMessages.
    http://i41.tinypic.com/2jdj1ab.jpg
    10.1.3.4 - shows underlying activities fine
    http://i43.tinypic.com/vwtys1.png
    BPEL process piece of source:
    http://i39.tinypic.com/xm0hoy.png
    thanks in advance!

    Finally found info about this seems to be a known bug:
    Patch 9162451: ACTIVITIES NESTED WITHIN PICK/ONMESSAGE/ONALARM ARE NOT DISPLAYED IN BPEL FLOW

  • How to find XI server has oracle driver installed or not ?

    Dear all,
    Please provide me steps to find if XI server is having oracle driver installed or not for JDBC activities.
    Thanks
    Gauarv

    HI Gaurav,
    Follow the steps:
    Go to Visual admin:
    1) chose table cluster->server->libraries->com.sap.aii.af.jmsproviderlib
    2) Check in window jar container,if JMS/JDBC libraries are uploaded correctly
    3) Look ar jars contained
    3) look at \usr\sap\<sysID>\JCOO\j2ee\cluster\server-\bin
    Also check the deployment in Visual Admin
    1) choose tab cluster->server->service->classloader viewer
    2_ Look tab in runtime component-> libraries-> com.sap.aii.af.jmsproviderlib for JDBC/JMS lib.
    Thnx
    Chirag Gohil

Maybe you are looking for