SWCV planning & BPM

Hi XIer,
I am designing our SWCV as following:
We need to integration one SAP R3 and 3 legacy systems using XI.
So we created one SWCV for creating Data type, interface type and interface message for SAP,another 3 SWCV for 3 legacy systems for interface structure define. The Fourth SWCV is used for containing mapping objects, like message mapping and message interface.
This is a good design as far as I know, but it comes problem when we want to use BPM,in BPM we need to define Container variable, but when we want to create an abstract interface as Container, it just allowed abstract interfaces under the specific SWCV which contains this BPM, so I am just confusing BPM will touch R3 and another legacy system, so looks like our design pattern can be used in such secnario.
Could you give me any idea about how to design SWCV if you want to use BPM? thank you very much

Hi
Refer the below links
/people/community.user/blog/2006/11/04/modularize-your-xi-objects-using-3-swcvs-for-higher-flexibility-and-reusability
/people/thorsten.nordholmsbirk/blog/2006/07/25/structuring-integration-repository-content--part-1-software-component-versions
/people/michal.krawczyk2/blog/2005/08/26/xi-are-you-independentfrom-your-dependencies
For a Simple case refer:
http://help.sap.com/saphelp_nw2004s/helpdata/en/33/4a773f12f14a18e10000000a114084/frameset.htm
If you want you can do it without a BPM
and throw an exception in case any of the values is missing:
have a look at this weblog on how to throw exceptions
in a nice way:
/people/alessandro.guarneri/blog/2006/01/26/throwing-smart-exceptions-in-xi-graphical-mapping
http://help.sap.com/saphelp_nw04/helpdata/en/dc/6b7f2243d711d1893e0000e8323c4f/content.htm
http://help.sap.com/saphelp_nw04/helpdata/en/68/253239bd1fa74ee10000000a114084/content.htm
http://help.sap.com/saphelp_nw04/helpdata/en/cf/f2bbc8142c11d3b93a0000e8353423/frameset.htm
http://help.sap.com/saphelp_nw04/helpdata/en/5d/2166e6a91d11d188de0000e8216438/content.htm
http://help.sap.com/saphelp_nw04/helpdata/en/05/bb223905b61b0ae10000000a11402f/content.htm
Just try it may help u ....
if useful pls reward

Similar Messages

  • Async to sync to async across different SWCV using BPM

    I have inherited some scenarios and incomplete config...  the more i dig the more i find....
    i think I have a SAP proxy -> web (sync) -> mail adapter scenario.
    i have created the SWCV for the web, the Proxy is using SAP Standard ERECRUIT objects (aysnc) and i guess i need to use a BPM to link the async -> sync -> async.
    however, i cannot use the object from the ERECRUIT object in my BPM...  :o(  i have tried... it is not allowing me...
    the service interface is not abstract... i cannot create an abstract version of the SI in my namespace and use it...  as it can only access the DT and External Definitions within the SWCV...
    would it be best to map the SAP structure to a custom copy of the SAP Structure within my namespace then proceed with the BPM?
    what would be best practice for this???  has anyone else come across a similar scenario?  is BPM the answer???
    i have been looking at this blog and it looks the way to go...
    /people/sriram.vasudevan3/blog/2005/01/11/demonstrating-use-of-synchronous-asynchronous-bridge-to-integrate-synchronous-and-asynchronous-systems-using-ccbpm-in-sap-xi
    i am using rules to determine where the message should be routed too in the receiver, but i get the feeling this will have be implemented for all messages once i get the first working...  the process will probably be the same, jsut the final Web destination will be different....

    for the BPM, you can only access service interface in the same SWCV as of the BPM.

  • BPM distroy the SWCV design pattern

    Hi XIer,
    I am designing our SWCV as following:
    We need to integration one SAP R3 and 3 legacy systems using XI.
    So we created one SWCV for creating Data type, interface type and interface message for SAP,another 3 SWCV for 3 legacy systems for interface structure define. The Fourth SWCV is used for containing mapping objects, like message mapping and message interface.
    This is a good design as far as I know, but it comes problem when we want to use BPM,in BPM we need to define Container variable, but when we want to create an abstract interface as Container, it just allowed abstract interfaces under the specific SWCV which contains this BPM, so I am just confusing BPM will touch R3 and another legacy system, so looks like our design pattern can be used in such secnario.
    Could you give me any idea about how to design SWCV if you want to use BPM? thank you very much

    Zhang,
    it should not be a problem with SWCV you can use any SWCV in BPM when using the container variable use correspoding SWCV where the coinater variable or abstract interface is desinged SWCV.
    Regards
    Sreeram.G.Reddy

  • Best Practices vs. BPM

    Hi,
    I'm new on XI, and I have to define some best-practices and naming convention that will be used by our company. The goal is to try to start working in XI the right way.
    I found following sources of information :
    <a href="https://websmp207.sap-ag.de/~sapidb/011000358700004455192006E/NameConventions.pdf">SAP XI 3.0 Best Practices for Naming Conventions</a>
    <a href="/people/r.eijpe/blog/2006/05/22/d-xie-soap-part-3-determine-software-component-version-of-standard-sap-idocs-and-rfms Soap part 3: Determine Software Component Version of standard SAP IDocs and RFMs</a>
    <a href="/people/alwin.vandeput2/blog/2006/06/07/d-xie-soap-part-4-xi-software-component-architecture-for-point-to-point-scenarios Soap part 4: XI Software Component Architecture for Point-to-Point Scenarios</a>
    Here is my scenario (probably a classic one!) :
    SAP R/3 (Via RFC) ==> XI ==> 3rdParty Product (Via File Adapter)
    If I follow best-practices indicated in previous documents, I need 3 products with their corresponding SWCV :
    - One for SAP R/3 (custom function) : Contains the RFC
    - One for XI : Mapping Objects, Integration Scenarios / Processes
    - One for 3rdParty Product : Interface Objects
    Up to now... Does it sound correct based on your experience ??
    Now, here is my problem : BPM. It sounds logic to place the Integration Process in the XI SWCV. But I cannot use Message Interfaces from another SWCV (i.e. from my 3rd Party Product or from SAP R/3).
    There is probably something wrong in my understanding, and I would really appreciate if somebody could help !! How should I proceed ? I'm not sure I should put everything under the same SWCV to use BPM !
    Thanks in advance,

    Hello Anne,
    Sebastien asked me to respond to your question.
    I think you have already your question answered by Wojciech Gasior. You should use Abstract interfaces. The Abstract interface should be created in the same SWCV as the BPM.
    Your flow is:
    Outbound interface (RFC) ==> Message mapping 1 ==> Abstract interface ==> BPM ==> Abstract interface ==> Message mapping 2 ==>Inbound interface (File)
    Now the second question...how many SWCVs?
    If you follow ..
    - "SAP XI 3.0 Best Practices for Naming Conventions"
    - weblog "Structuring Integration Repository Content - Part 1: Software Component Versions" and
    - our weblog "D-XIE Soap part 4: XI Software Component Architecture for Point-to-Point Scenarios"...
    ... than you should have at least 3 SWCVs:
    ...but you could even think of 4.
    SCVW 1: "Sender application"
    - Outbound interface (RFC)
    SCVW 2: "XI as integration engine"
    - Message mapping 1
    SCVW 3: "XI as process engine"
    - Abstract interface
    - BPM
    - Abstract interface
    SCVW 2: "XI as integration engine"
    - Message mapping 2
    SCVW 4: "Receiver application"
    - Inbound interface (File)
    We advice not to place mapping programs in the sender or receiver SWCVs because those are not the applications who execute the mappings. XI executes the mappings. So it should be an XI SWCV.
    Why splitting the mappings from the BPM? The mappings are executed by the integration engine in the pipeline. The BPM is executed by process engine.
    Why not splitting the Abstract interfaces from the BPM? The abstract interfaces are the interfaces (signature) of the BPM.
    Is 4 SWCV not an enormous overkill in stead of using 1 or maybe 2? That’s up to you. Staying flexible in reuse means splitting up your SWCV.
    My opinion about using just one SWCV: It is wrong. Because you don’t have a good administration of the relation between interfaces and SWCV. See our weblog for a detailed description of the administration problem.
    My opinion about using two SWCV: Where do you put your mapping? In the Sender or in the Receiver SWCV? It is not the Sender application or the Receiver application which executes the mapping, but XI executes the mapping.
    My opinion about using three SWCV: For point-to-point scenarios it is the best. Now you stay flexible to upgrade to all kinds of scenarios.
    My opinion about using four SWCV: For BPM scenarios, it is the most flexible one. A good way of controlling the versioning of the SWCs.
    Hope it helps you and I would like to hear your and other SDNers opinion about our opinion.
    Kind regards,
    Alwin.
    (See also our D-XIE weblogs.)

  • Planning EPM issues

    Hi All,
    I have successfully installed and also configured planning BPM(Performance Management Architech) everything has been done successfully. I think to create planning application we have to use Performance Management Architech which I should be able to access through Workspace. But I am not able to access Performance Management Architech through workspace, Infact I am not able to see Perfoamance management Architech tab under Navigation>>Administration.
    I don't have any errors in installation or configuration. Anybody encountered this type of problem, did I miss some thing?
    Any help is greatly appreciated.
    Thanks in advance.

    Hi,
    Have you set up the correct security access, you must
    have the Dimension Editor and Application Creator security roles to access BPMA.
    Cheers
    John

  • Hyperion system 9.3.1 installation

    Hi All,
    I have successfully installed and also configured planning BPM(Performance Management Architech) everything has been done successfully. I think to create planning application we have to use Performance Management Architech which I should be able to access through Workspace. But I am not able to access Performance Management Architech through workspace, Infact I am not able to see Perfoamance management Architech tab under Navigation>>Administration.
    I don't have any errors in installation or configuration. Anybody encountered this type of problem, did I miss some thing?
    Any help is greatly appreciated.
    Thanks in advance.

    From Workspace if you click on Navigate --> Administer --> Dimension Library or Application Library?

  • From Classic Planning Maintenance to BPM Architect

    Hi,
    I'm Working w/ Planning 9.3.0.1 using classic maintenance (Mappings, Data and Medata Loads using DIM). I'd like to start using BPM architect because of its multiple features such as data synchronization. The service is currently stoped. I'd like to know what happens once I start the service. Can I still go back to classic maintenance? Do I need to import the current dimension hierachies to BPM architect for future maintenance? What are the steps and implications involved?
    Thanks in advance,
    Kloh

    Alp Burak wrote:
    Hi,
    I've been using EPMA ever since it's been released. It felt too stranger in the beginning as it was too buggy to use in early releases and also it was an entirely new way of creating your dimensions and application. However, as the time passed, I've seen it getting rid of all the bugs gradually and having new features in every new release. I wouldn't really want to go back to using classic application as its advantages for me are too great to just dismiss it. As Oracle and Hyperion put, this is the strategic way forward in the product roadmap anyway.
    AlpI have to disagree on this one, I am not a fan and it has not been welcomed too highy in the UK, a number of large projects have had to be shelved due to instabilities and problems.
    Ok, it is a product that has potential and if it was going to be maintained by business users, at present there are so many flaws, badly designed repository, a .net product mixed with Java when on the main hyperion products were going down the Java route, it has to run on windows, its interface tables are just a waste of time, its import files are not user friendly....
    I could go on :)
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Project Plan for Solman- BPM,Service Desk and CHarm etc

    Hi Guys,
    if any one have project plan  for Solman, Can you please share with me. I have dead line  to prepare project plan for service desk, System monitoring ,ChaRM and Diagnostics etc
    I appreciate your help.
    Thanks,
    Hari

    Hi Hari,
    Could you forward project plan for CHaRM?
    Also, if you could help on the following:
    How exactly do we integrate with TMS after activating CTS in the maintenance project?
    Regards,
    Jamuna Nithyanandam

  • How to find failed mapping filed in BPM

    Hi,
    I have scenario IDoc to JDBC...
    BPM is used, in BPM Mapping is Java mapping & Java Mapping is failed.
    Now am in Technical Workflow container area.
    I am unable to trace that where the mapping got failed, i mean particular failed field area.
    Please suggest how to trace java mapping failures & and also failures in BPM.

    Yes i agree with your point,
    But this Java code is there from years....
    We are planning to map that into graphical.
    Code ...........Sorry i have deleted some detals like namespace info....if u really need them i will post again
      <?xml version="1.0" encoding="utf-8" ?>
    - <MappingTrace>
      <Trace level="1" type="T">Mapping-Namespace:**NAME SPACE****</Trace>
      <Trace level="1" type="T">Mapping-Name:******INTERFACE NAME*******</Trace>
      <Trace level="1" type="T">Mapping-SWCV:A7295CA1F54311D9CC6CD6570A83C116</Trace>
      <Trace level="1" type="T">Mapping-Step:1</Trace>
      <Trace level="1" type="T">Mapping-Type:JAVA</Trace>
      <Trace level="1" type="T">Mapping-Program:com/**/map/d_013/*******</Trace>
      <Trace level="1" type="T">RuntimeException during appliction Java mapping com/*****</Trace>
      <Trace level="1" type="T">java.lang.StringIndexOutOfBoundsException: String index out of range: 4 at java.lang.String.substring(String.java:1683) at com.Confirmation.doMap_(Confirmation.java:200) at com.Confirmation.execute(Confirmation.java:89) at com.sap.aii.ibrun.server.mapping.JavaMapping.executeStep(JavaMapping.java:64) at com.sap.aii.ibrun.server.mapping.Mapping.execute(Mapping.java:92) at com.sap.aii.ibrun.server.mapping.MappingHandler.run(MappingHandler.java:90) at com.sap.aii.ibrun.sbeans.mapping.MappingRequestHandler.handleMappingRequest(MappingRequestHandler.java:95) at com.sap.aii.ibrun.sbeans.mapping.MappingRequestHandler.handleRequest(MappingRequestHandler.java:68) at com.sap.aii.ibrun.sbeans.mapping.MappingServiceImpl.processFunction(MappingServiceImpl.java:79) at com.sap.aii.ibrun.sbeans.mapping.MappingServiceObjectImpl0_0.processFunction(MappingServiceObjectImpl0_0.java:131) at sun.reflect.GeneratedMethodAccessor570.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at com.sap.engine.services.ejb.session.stateless_sp5.ObjectStubProxyImpl.invoke(ObjectStubProxyImpl.java:187) at $Proxy154.processFunction(Unknown Source) at sun.reflect.GeneratedMethodAccessor2061.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at com.sap.engine.services.rfcengine.RFCDefaultRequestHandler.handleRequest(RFCDefaultRequestHandler.java:107) at com.sap.engine.services.rfcengine.RFCJCOServer.handleRequestInternal(RFCJCOServer.java:113) at com.sap.engine.services.rfcengine.RFCJCOServer$ApplicationRunnable.run(RFCJCOServer.java:157) 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:102) at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:172)</Trace>
      <Trace level="1" type="T">Runtime exception occurred during execution of application mapping program com/n/map/3/Confirmation: java.lang.StringIndexOutOfBoundsException; String index out of range: 4</Trace>
      <Trace level="1" type="T">com.sap.aii.ibrun.server.mapping.MappingRuntimeException: Runtime exception occurred during execution of application mapping program com/n/map/d/Confirmation: java.lang.StringIndexOutOfBoundsException; String index out of range: 4 at com.sap.aii.ibrun.server.mapping.JavaMapping.executeStep(JavaMapping.java:73) at com.sap.aii.ibrun.server.mapping.Mapping.execute(Mapping.java:92) at com.sap.aii.ibrun.server.mapping.MappingHandler.run(MappingHandler.java:90) at com.sap.aii.ibrun.sbeans.mapping.MappingRequestHandler.handleMappingRequest(MappingRequestHandler.java:95) at com.sap.aii.ibrun.sbeans.mapping.MappingRequestHandler.handleRequest(MappingRequestHandler.java:68) at com.sap.aii.ibrun.sbeans.mapping.MappingServiceImpl.processFunction(MappingServiceImpl.java:79) at com.sap.aii.ibrun.sbeans.mapping.MappingServiceObjectImpl0_0.processFunction(MappingServiceObjectImpl0_0.java:131) at sun.reflect.GeneratedMethodAccessor570.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at com.sap.engine.services.ejb.session.stateless_sp5.ObjectStubProxyImpl.invoke(ObjectStubProxyImpl.java:187) at $Proxy154.processFunction(Unknown Source) at sun.reflect.GeneratedMethodAccessor2061.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at com.sap.engine.services.rfcengine.RFCDefaultRequestHandler.handleRequest(RFCDefaultRequestHandler.java:107) at com.sap.engine.services.rfcengine.RFCJCOServer.handleRequestInternal(RFCJCOServer.java:113) at com.sap.engine.services.rfcengine.RFCJCOServer$ApplicationRunnable.run(RFCJCOServer.java:157) 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:102) at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:172) Root Cause: java.lang.StringIndexOutOfBoundsException: String index out of range: 4 at java.lang.String.substring(String.java:1683) at com.n.map.d.Confirmation.doMap_(Confirmation.java:200) at com.n.map.Confirmation.execute(Confirmation.java:89) at com.sap.aii.ibrun.server.mapping.JavaMapping.executeStep(JavaMapping.java:64) at com.sap.aii.ibrun.server.mapping.Mapping.execute(Mapping.java:92) at com.sap.aii.ibrun.server.mapping.MappingHandler.run(MappingHandler.java:90) at com.sap.aii.ibrun.sbeans.mapping.MappingRequestHandler.handleMappingRequest(MappingRequestHandler.java:95) at com.sap.aii.ibrun.sbeans.mapping.MappingRequestHandler.handleRequest(MappingRequestHandler.java:68) at com.sap.aii.ibrun.sbeans.mapping.MappingServiceImpl.processFunction(MappingServiceImpl.java:79) at com.sap.aii.ibrun.sbeans.mapping.MappingServiceObjectImpl0_0.processFunction(MappingServiceObjectImpl0_0.java:131) at sun.reflect.GeneratedMethodAccessor570.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at com.sap.engine.services.ejb.session.stateless_sp5.ObjectStubProxyImpl.invoke(ObjectStubProxyImpl.java:187) at $Proxy154.processFunction(Unknown Source) at sun.reflect.GeneratedMethodAccessor2061.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at com.sap.engine.services.rfcengine.RFCDefaultRequestHandler.handleRequest(RFCDefaultRequestHandler.java:107) at com.sap.engine.services.rfcengine.RFCJCOServer.handleRequestInternal(RFCJCOServer.java:113) at com.sap.engine.services.rfcengine.RFCJCOServer$ApplicationRunnable.run(RFCJCOServer.java:157) 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:102) at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:172)</Trace>
      <Trace level="1" type="T">com/n/map/3/Confirmation~java.lang.StringIndexOutOfBoundsExceptionString index out of range: 4</Trace>
      </MappingTrace>

  • BPM Process chain takes long time to process

    We have BI7, Netweaver 2004s on Oracle and SUN Solaris
    There is a process chain (BPM) which pulls data from the CRM system into BW. The scheduled time to run this chain is 0034 hrs. This chain should ideally complete before / around 0830 Hrs. <b>Now the problem is that every alternate day this chain behaves normally and gets completed well before 0830 hrs but every alternate day this chain fails…</b> there are almost 40 chains running daily. Some are event triggered (dependent with each other) or some run in parallel. In this, (BPM) process chain, usually there are 5 requests with 3 Delta and 2 full uploads (Master Data). The delta uploads finishes in 30 minutes without any issues with very few record transfers. The first full upload is from 0034 hrs to approximately 0130 hrs and the 2nd upload is from 0130 hrs to 0230 hrs. Now if the 1st upload gets delayed then the people who are initiating these chains, stop the 2nd full upload and continue it after all the process chains are completed. Now this entire BPM process chain sometimes takes 17 -18 hrs to complete!!!!!
    No other loads in CRM or BW when these process chains are running
    CRM has background jobs to push IDOCS to BW which run every 2 minutes which runs successfully
    Yesterday this chain got completed successfully (well within stipulated time) with over 33,00,000 records transferred but sometimes it has failed to transfer even 12,00,000 records!!
    Attaching a zip file, please refer the “21 to 26 Analysis screen shot.doc” from the zip file
    Within the zip file, attaching “Normal timings of daily process chains.xls” – the name explains it….
    Also within the zip file refer “BPM Infoprovider and data source screen shot.doc” please refer this file as the infopackage (page 2) which was used in the process chain is not displayed later on in page number 6 BUT CHAIN GOT SUCESSFULLY COMPLETED
    We have analyzed:--
    1)     The PSA data for BPM process chain for past few days
    2)     The info providers for BPM process chain for past few days
    3)     The ODS entries for BPM process chain for past few days
    4)     The point of failure of BPM process chain for past few days
    5)     The overall performance of all the process chains for past few days
    6)     The number of requests in BW for this process chain
    7)     The load on CRM system for past few days when this process chain ran on BW system
    As per our analysis, there are couple of things which can be fixed in the BW system:--
    1)     The partner agreement (transaction WE20) defined for the partner LS/BP3CLNT475 mentions both message types RSSEND and RSINFO: -- collect IDOCs and pack size = 1 Since the pack size = 1 will generate 1 TRFC call per IDOC, it should be changed to 10 so that less number of TRFCs will be generated thus less overhead for the BW server resulting in the increase in performance
    2)     In the definition of destination for the concerned RFC in BW (SM59), the “Technical Setting” tab says the “Load balancing” option = “No”. We are planning to make it “Yes”
    But we believe that though these changes will bring some increase in performance, this is not the root cause of the abnormal behavior of this chain as this chain runs successfully on every alternate day with approximately the same amount of load in it.
    I was not able to attach the many screen shots or the info which I had gathered during my analysis. Please advice how do I attach these files
    Best Regards,

    Hi,
    Normally  index  creation or deletion can take long time in case  your database statistics are not updated properly, so can check  stat  after your data loading is completed and index generation is done,  Do creation of database statistics.
    Then try to recheck ...
    Regards,
    Satya

  • Cache Error - IP(BPM)

    Hi,
        My SXI_CACHE return code returns the value 99.Could any one pls let me know how to reslove this cache entry so that my BPM scenario work.The pay load which i got against the cache enrty is as below :
       <?xml version="1.0" encoding="UTF-8" ?>
    - <p1:xiObj xmlns:p1="urn:sap-com:xi" vers="v1.0">
    - <p1:idInfo VID="20a98230c8c311dc8b6a001143f12c81">
    - <p1:vc vcType="S" swcGuid="9d7e6761a93511dc9312f025c0a87f2f" sp="-1" caption="PRJ_DC, 1.0 of infosys.com">
      <p1:clCxt consider="L" />
      </p1:vc>
    - <p1:key typeID="RepBProcess" oid="1bae2256bf9a3ef68fc49acc4869b48f">
      <p1:elem>IP_InboundBatch_BPM</p1:elem>
      <p1:elem>http://www.infosys.com/sap/xi/projects/dc/t12</p1:elem>
      </p1:key>
      </p1:idInfo>
    - <p1:generic>
    - <p1:admInf>
      <p1:modifBy>inf80269</p1:modifBy>
      <p1:modifAt>2008-01-22 13:51:52.593</p1:modifAt>
      <p1:owner>inf80269</p1:owner>
      </p1:admInf>
    - <p1:lnks>
    - <p1:lnkRole role="159fe2d3c8c311dcb32bd1760a88ab47" kpos="0">
    - <p1:lnk rMode="R">
    - <p1:vc vcType="S" swcGuid="9d7e6761a93511dc9312f025c0a87f2f" sp="-1" caption="PRJ_DC, 1.0 of infosys.com">
      <p1:clCxt consider="A" />
      </p1:vc>
    - <p1:key typeID="MAPPING" oid="977f6352b74338adad07c3177fc843db">
      <p1:elem>IM_InboundBatch_BPM</p1:elem>
      <p1:elem>http://www.infosys.com/sap/xi/projects/dc/t12</p1:elem>
      </p1:key>
      </p1:lnk>
      </p1:lnkRole>
    - <p1:lnkRole role="159fe2d0c8c311dc9f5ad1760a88ab47" kpos="0">
    - <p1:lnk rMode="R">
    - <p1:vc vcType="S" swcGuid="9d7e6761a93511dc9312f025c0a87f2f" sp="-1" caption="PRJ_DC, 1.0 of infosys.com">
      <p1:clCxt consider="A" />
      </p1:vc>
    - <p1:key typeID="ifmmessif" oid="3147e10c23583910ac8ad6e9df3ae13a">
      <p1:elem>MI_InboundBatch_DataQ_src_abs</p1:elem>
      <p1:elem>http://www.infosys.com/sap/xi/projects/dc/t11</p1:elem>
      </p1:key>
      </p1:lnk>
      </p1:lnkRole>
    - <p1:lnkRole role="Inbound" kpos="1">
    - <p1:lnk rMode="R">
    - <p1:vc vcType="S" swcGuid="9d7e6761a93511dc9312f025c0a87f2f" sp="-1" caption="PRJ_DC, 1.0 of infosys.com">
      <p1:clCxt consider="A" />
      </p1:vc>
    - <p1:key typeID="ifmmessif" oid="8a8ed32c56c23f22bfe027ba96e6de69">
      <p1:elem>MI_Trigger_Q_abs</p1:elem>
      <p1:elem>http://www.infosys.com/sap/xi/projects/dc/t11</p1:elem>
      </p1:key>
      </p1:lnk>
      </p1:lnkRole>
    - <p1:lnkRole role="Inbound" kpos="0">
    - <p1:lnk rMode="R">
    - <p1:vc vcType="S" swcGuid="9d7e6761a93511dc9312f025c0a87f2f" sp="-1" caption="PRJ_DC, 1.0 of infosys.com">
      <p1:clCxt consider="A" />
      </p1:vc>
    - <p1:key typeID="ifmmessif" oid="3147e10c23583910ac8ad6e9df3ae13a">
      <p1:elem>MI_InboundBatch_DataQ_src_abs</p1:elem>
      <p1:elem>http://www.infosys.com/sap/xi/projects/dc/t11</p1:elem>
      </p1:key>
      </p1:lnk>
      </p1:lnkRole>
    - <p1:lnkRole role="Outbound" kpos="0">
    - <p1:lnk rMode="R">
    - <p1:vc vcType="S" swcGuid="9d7e6761a93511dc9312f025c0a87f2f" sp="-1" caption="PRJ_DC, 1.0 of infosys.com">
      <p1:clCxt consider="A" />
      </p1:vc>
    - <p1:key typeID="ifmmessif" oid="d8152c8810a63ec08aec15e85ab0f27d">
      <p1:elem>MI_InboundBatch_src_abs</p1:elem>
      <p1:elem>http://www.infosys.com/sap/xi/projects/dc/t11</p1:elem>
      </p1:key>
      </p1:lnk>
      </p1:lnkRole>
    - <p1:lnkRole role="159fe2d1c8c311dcaf9fd1760a88ab47" kpos="0">
    - <p1:lnk rMode="R">
    - <p1:vc vcType="S" swcGuid="9d7e6761a93511dc9312f025c0a87f2f" sp="-1" caption="PRJ_DC, 1.0 of infosys.com">
      <p1:clCxt consider="A" />
      </p1:vc>
    - <p1:key typeID="ifmmessif" oid="d8152c8810a63ec08aec15e85ab0f27d">
      <p1:elem>MI_InboundBatch_src_abs</p1:elem>
      <p1:elem>http://www.infosys.com/sap/xi/projects/dc/t11</p1:elem>
      </p1:key>
      </p1:lnk>
      </p1:lnkRole>
    - <p1:lnkRole role="159fe2d2c8c311dcaa90d1760a88ab47" kpos="0">
    - <p1:lnk rMode="R">
    - <p1:vc vcType="S" swcGuid="9d7e6761a93511dc9312f025c0a87f2f" sp="-1" caption="PRJ_DC, 1.0 of infosys.com">
      <p1:clCxt consider="A" />
      </p1:vc>
    - <p1:key typeID="ifmmessif" oid="8a8ed32c56c23f22bfe027ba96e6de69">
      <p1:elem>MI_Trigger_Q_abs</p1:elem>
      <p1:elem>http://www.infosys.com/sap/xi/projects/dc/t11</p1:elem>
      </p1:key>
      </p1:lnk>
      </p1:lnkRole>
      </p1:lnks>
    - <p1:textInfo>
    - <p1:textObj type="0" masterL="EN">
    - <p1:texts lang="EN">
      <p1:text label="" />
      </p1:texts>
      </p1:textObj>
      </p1:textInfo>
      </p1:generic>
    - <p1:content>
    - <definition version="XI3.0">
    - <namespaces>
    - <p2:NSM xmlns:p2="http://sap.com/xi/ib/prefix">
      <definition prefix="p1" uri="http://www.infosys.com/sap/xi/projects/dc/t11" />
      </p2:NSM>
      </namespaces>
    - <interfaces>
      <interface role="159fe2d0c8c311dc9f5ad1760a88ab47" name="MI_InboundBatch_DataQ_src_abs" namespace="http://www.infosys.com/sap/xi/projects/dc/t11" swcv="9d7e6761a93511dc9312f025c0a87f2f" sp="-1" />
      <interface role="159fe2d1c8c311dcaf9fd1760a88ab47" name="MI_InboundBatch_src_abs" namespace="http://www.infosys.com/sap/xi/projects/dc/t11" swcv="9d7e6761a93511dc9312f025c0a87f2f" sp="-1" />
      <interface role="159fe2d2c8c311dcaa90d1760a88ab47" name="MI_Trigger_Q_abs" namespace="http://www.infosys.com/sap/xi/projects/dc/t11" swcv="9d7e6761a93511dc9312f025c0a87f2f" sp="-1" />
      </interfaces>
    - <mappings>
      <mapping role="159fe2d3c8c311dcb32bd1760a88ab47" name="IM_InboundBatch_BPM" namespace="http://www.infosys.com/sap/xi/projects/dc/t12" swcv="9d7e6761a93511dc9312f025c0a87f2f" sp="-1" />
      </mappings>
    - <correlations>
    - <correlation id="3" name="Correlation">
    - <container key="c7dc1440c75c11dcb144ec970a88ab47">
      <element name="MsgId_ASCII_Field" typetype="DXSDSIMP" type="xsd:string" isTable="false" />
      </container>
    - <properties>
      <property id="3" guid="267434d0c76011dc98e5001143f12c81" name="04631300c75d11dcc61eec970a88ab47" counter="0" type="XILINKIFS" valueType="">159fe2d0c8c311dc9f5ad1760a88ab47</property>
      <property id="3" guid="267434d1c76011dcc9e4001143f12c81" name="MSGID_ASCII_FIELD" counter="0" type="EXPR" valueType="" parentguid="267434d0c76011dc98e5001143f12c81">XP:Interface./p1:MT_InboundBatch_DataQ_src/Packet/DataSet/MessageDescriptor2_Header_MQSeries/MsgId_ASCII_Field</property>
      <property id="3" guid="267434d2c76011dcbcd4001143f12c81" name="06fea570c75d11dc8383ec970a88ab47" counter="0" type="XILINKIFS" valueType="">159fe2d2c8c311dcaa90d1760a88ab47</property>
      <property id="3" guid="267434d3c76011dc9919001143f12c81" name="MSGID_ASCII_FIELD" counter="0" type="EXPR" valueType="" parentguid="267434d2c76011dcbcd4001143f12c81">XP:Interface./p1:MT_Trigger_Q/Record/MsgId_ASCII_Field</property>
      <property id="3" guid="267434d4c76011dc8f23001143f12c81" name="CrlMessages" counter="1" type="XILINKIFS" valueType="">159fe2d0c8c311dc9f5ad1760a88ab47</property>
      <property id="3" guid="267434d4c76011dc8f23001143f12c81" name="CrlMessages" counter="2" type="XILINKIFS" valueType="">159fe2d2c8c311dcaa90d1760a88ab47</property>
      </properties>
      </correlation>
      </correlations>
    - <process id="1">
    - <container key="589c9e10c75c11dc96b6ec970a88ab47">
      <element name="DataQ" typetype="DXILINK" type="159fe2d0c8c311dc9f5ad1760a88ab47" isTable="false" />
      <element name="DataQList" typetype="DXILINK" type="159fe2d0c8c311dc9f5ad1760a88ab47" isTable="true" />
      <element name="Send" typetype="DXILINK" type="159fe2d1c8c311dcaf9fd1760a88ab47" isTable="false" />
      <element name="TriggerQ" typetype="DXILINK" type="159fe2d2c8c311dcaa90d1760a88ab47" isTable="false" />
      </container>
    - <properties>
      <property id="1" guid="2671eae0c76011dc876d001143f12c81" name="BlockFlavour" counter="0" type="STRING" valueType="">BlockFlavourDefault</property>
      <property id="1" guid="2671eae1c76011dccd4b001143f12c81" name="BlockScopeCrls" counter="1" type="CRLDEF" valueType="">Correlation</property>
      </properties>
    - <lines>
      <line id="2" predid="1" succid="4" parentid="1" order="0" linetype="DEFAULT" />
      <line id="37" predid="36" succid="38" parentid="1" order="0" linetype="DEFAULT" />
      <line id="39" predid="38" succid="1" parentid="1" order="0" linetype="DEFAULT" />
      <line id="6" predid="4" succid="36" parentid="1" order="0" linetype="DEFAULT" />
      </lines>
    - <step id="4" steptype="BLOCK" parentid="1">
    - <properties>
      <property id="4" guid="2671eae2c76011dcc19a001143f12c81" name="Label" counter="0" type="STRING" valueType="">Block1</property>
      <property id="4" guid="2671eae3c76011dca752001143f12c81" name="BlockFlavour" counter="0" type="STRING" valueType="">BlockFlavourDefault</property>
      <property id="4" guid="2671eae5c76011dcb9f4001143f12c81" name="BlockScopeCrls" counter="1" type="CRLDEF" valueType="">Correlation</property>
      </properties>
    - <lines>
      <line id="40" predid="12" succid="4" parentid="4" order="0" linetype="DEFAULT" />
    - <line id="41" predid="4" succid="4" parentid="4" order="1" linetype="DEADLINE">
    - <properties>
      <property id="41" guid="bc746420c8c111dca624001143f12c81" name="DeadlineFlavour" counter="0" type="STRING" valueType="">DeadlineFlavourWiStart</property>
      <property id="41" guid="bc746421c8c111dc8a28001143f12c81" name="Offset" counter="0" type="STRING" valueType="">2</property>
      <property id="41" guid="bc746422c8c111dc848a001143f12c81" name="Unit" counter="0" type="STRING" valueType="">UnitMinutes</property>
      </properties>
      </line>
      <line id="5" predid="4" succid="12" parentid="4" order="0" linetype="DEFAULT" />
      </lines>
    - <step id="12" steptype="FORK" parentid="4">
    - <properties>
      <property id="12" guid="2671eae6c76011dcc410001143f12c81" name="Label" counter="0" type="STRING" valueType="">Fork1</property>
      <property id="12" guid="2671eae7c76011dc986e001143f12c81" name="ForkMinBranches" counter="0" type="STRING" valueType="">2</property>
      </properties>
    - <lines>
      <line id="13" predid="12" succid="16" parentid="12" order="1" linetype="DEFAULT" />
      <line id="18" predid="16" succid="12" parentid="12" order="0" linetype="DEFAULT" />
      <line id="34" predid="12" succid="30" parentid="12" order="2" linetype="DEFAULT" />
      <line id="35" predid="30" succid="12" parentid="12" order="0" linetype="DEFAULT" />
      </lines>
    - <step id="16" steptype="WHILE" parentid="12">
    - <properties>
      <property id="16" guid="2671eae8c76011dcc0f5001143f12c81" name="Label" counter="0" type="STRING" valueType="">Loop1</property>
      <property id="16" guid="2671eae9c76011dc8def001143f12c81" name="WhileCondition" counter="0" type="CONDITION" valueType=""><?xml version="1.0" encoding="UTF-8"?> <RDS_CONDSHORT><CONDITIONID>c6fae690c75d11dca99eec970a88ab47</CONDITIONID><CONDLINE><COMPGROUP>1</COMPGROUP><COUNTER>1</COUNTER><COMPOP>EQ</COMPOP><LEXTRACTOR><TRD_EXTRACTOR><EXTRACTORID>d410a9a0c75d11dc9eaeec970a88ab47</EXTRACTORID><TYPE>KO</TYPE><VALUE>1</VALUE><DATATYPE>xsd:integer</DATATYPE><MULTLINE> </MULTLINE><COBJNS /><COBJNAME /></TRD_EXTRACTOR></LEXTRACTOR><REXTRACTOR><TRD_EXTRACTOR><EXTRACTORID>d88df460c75d11dc957cec970a88ab47</EXTRACTORID><TYPE>KO</TYPE><VALUE>1</VALUE><DATATYPE>xsd:string</DATATYPE><MULTLINE> </MULTLINE><COBJNS /><COBJNAME /></TRD_EXTRACTOR></REXTRACTOR></CONDLINE></RDS_CONDSHORT></property>
      </properties>
    - <lines>
      <line id="17" predid="16" succid="19" parentid="16" order="0" linetype="DEFAULT" />
      <line id="20" predid="19" succid="21" parentid="16" order="0" linetype="DEFAULT" />
      <line id="22" predid="21" succid="16" parentid="16" order="0" linetype="DEFAULT" />
      </lines>
    - <step id="19" steptype="RECEIVE" parentid="16">
    - <properties>
      <property id="19" guid="2671eaeac76011dcba15001143f12c81" name="Label" counter="0" type="STRING" valueType="">DataQueue</property>
      <property id="19" guid="2671eaebc76011dc8c81001143f12c81" name="ReceiveMsg" counter="0" type="EXPR" valueType="">CE:DataQ</property>
      <property id="19" guid="2671eaecc76011dcb72d001143f12c81" name="ReceiveTriggering" counter="0" type="BOOLEAN" valueType="">true</property>
      <property id="19" guid="2671eaedc76011dca0f8001143f12c81" name="RecUsedCrls" counter="1" type="CRLDEF" valueType="">Correlation</property>
      <property id="19" guid="2671eaeec76011dcc72f001143f12c81" name="RecInstCrls" counter="1" type="CRLDEF" valueType="">Correlation</property>
      <property id="19" guid="2671eaefc76011dcba22001143f12c81" name="101e32a0c75e11dccf1cec970a88ab47" counter="0" type="CRLHEAD" valueType="">Correlation</property>
      <property id="19" guid="2671eaf0c76011dccef6001143f12c81" name="MSGID_ASCII_FIELD" counter="0" type="EXPR" valueType="" parentguid="2671eaefc76011dcba22001143f12c81">XP:DATAQ./p1:MT_InboundBatch_DataQ_src/Packet/DataSet/MessageDescriptor2_Header_MQSeries/MsgId_ASCII_Field</property>
      <property id="19" guid="2671eaf1c76011dc8639001143f12c81" name="InstCrlForMsgs" counter="0" type="STRING" valueType="">InstCrlForMsgs</property>
      <property id="19" guid="2671eaf2c76011dc9c30001143f12c81" name="Correlation" counter="1" type="XILINKIFS" valueType="" parentguid="2671eaf1c76011dc8639001143f12c81">159fe2d0c8c311dc9f5ad1760a88ab47</property>
      <property id="19" guid="2671eaf2c76011dc9c30001143f12c81" name="Correlation" counter="2" type="XILINKIFS" valueType="" parentguid="2671eaf1c76011dc8639001143f12c81">159fe2d2c8c311dcaa90d1760a88ab47</property>
      </properties>
      </step>
    - <step id="21" steptype="ASSIGN" parentid="16">
    - <properties>
      <property id="21" guid="2671eaf3c76011dc8188001143f12c81" name="Label" counter="0" type="STRING" valueType="">Container Operation1</property>
      <property id="21" guid="2671eaf4c76011dcc45c001143f12c81" name="AssignTarget" counter="0" type="EXPR" valueType="">CE:DataQList{:_:}</property>
      <property id="21" guid="2671eaf5c76011dcb788001143f12c81" name="AssignAssignment" counter="0" type="STRING" valueType="">AssgnOp1Append</property>
      <property id="21" guid="2671eaf6c76011dca62c001143f12c81" name="AssignOperand1" counter="0" type="EXPR" valueType="">CE:DataQ{:_:}</property>
      </properties>
      </step>
      </step>
    - <step id="30" steptype="RECEIVE" parentid="12">
    - <properties>
      <property id="30" guid="2671eaf7c76011dc9dfb001143f12c81" name="Label" counter="0" type="STRING" valueType="">TriggerQueue</property>
      <property id="30" guid="2671eaf8c76011dcaab6001143f12c81" name="ReceiveMsg" counter="0" type="EXPR" valueType="">CE:TriggerQ</property>
      <property id="30" guid="2671eaf9c76011dc96ad001143f12c81" name="ReceiveTriggering" counter="0" type="BOOLEAN" valueType="">true</property>
      <property id="30" guid="2671eafac76011dc8df4001143f12c81" name="ReceiveFlavour" counter="0" type="STRING" valueType="">ReceiveAsync</property>
      <property id="30" guid="2671eafbc76011dc8f95001143f12c81" name="RecUsedCrls" counter="1" type="CRLDEF" valueType="">Correlation</property>
      <property id="30" guid="2671eafcc76011dca1ee001143f12c81" name="RecInstCrls" counter="1" type="CRLDEF" valueType="">Correlation</property>
      <property id="30" guid="2671eafdc76011dcab80001143f12c81" name="eb1a39d0c75e11dc9901ec970a88ab47" counter="0" type="CRLHEAD" valueType="">Correlation</property>
      <property id="30" guid="2671eafec76011dcaee9001143f12c81" name="MSGID_ASCII_FIELD" counter="0" type="EXPR" valueType="" parentguid="2671eafdc76011dcab80001143f12c81">XP:TRIGGERQ./p1:MT_Trigger_Q/Record/MsgId_ASCII_Field</property>
      <property id="30" guid="2671eaffc76011dcaa64001143f12c81" name="InstCrlForMsgs" counter="0" type="STRING" valueType="">InstCrlForMsgs</property>
      <property id="30" guid="2671eb00c76011dccf9c001143f12c81" name="Correlation" counter="1" type="XILINKIFS" valueType="" parentguid="2671eaffc76011dcaa64001143f12c81">159fe2d0c8c311dc9f5ad1760a88ab47</property>
      </properties>
      </step>
      </step>
      </step>
    - <step id="36" steptype="TRANSFORM" parentid="1">
    - <properties>
      <property id="36" guid="2671eb02c76011dc99c7001143f12c81" name="Label" counter="0" type="STRING" valueType="">Transformation1</property>
      <property id="36" guid="2671eb03c76011dc86a5001143f12c81" name="TransformProgram" counter="0" type="XILINKMAP" valueType="">159fe2d3c8c311dcb32bd1760a88ab47</property>
      <property id="36" guid="2671eb04c76011dcba79001143f12c81" name="TransformExceptions" counter="0" type="STRING" valueType="">TransformExceptions</property>
      <property id="36" guid="2671eb05c76011dca9de001143f12c81" name="TransformInMsgs" counter="0" type="STRING" valueType="">TransformInMsgs</property>
      <property id="36" guid="2671eb06c76011dc835c001143f12c81" name="1" counter="0" type="EXPR" valueType="" parentguid="2671eb05c76011dca9de001143f12c81">CE:DataQList{:_:}</property>
      <property id="36" guid="2671eb07c76011dc9a97001143f12c81" name="TransformOutMsgs" counter="0" type="STRING" valueType="">TransformOutMsgs</property>
      <property id="36" guid="2671eb08c76011dcc5a7001143f12c81" name="1" counter="0" type="EXPR" valueType="" parentguid="2671eb07c76011dc9a97001143f12c81">CE:Send{:_:}</property>
      </properties>
      </step>
    - <step id="38" steptype="SEND" parentid="1">
    - <properties>
      <property id="38" guid="2671eb09c76011dca921001143f12c81" name="Label" counter="0" type="STRING" valueType="">Send1</property>
      <property id="38" guid="2671eb0ac76011dc92e1001143f12c81" name="SendFlavour" counter="0" type="STRING" valueType="">SendAsync</property>
      <property id="38" guid="2671eb0bc76011dc9ee3001143f12c81" name="SendMsg" counter="0" type="EXPR" valueType="">CE:Send{:_:}</property>
      <property id="38" guid="2671eb0cc76011dcb7d5001143f12c81" name="SendAcknowledgement" counter="0" type="STRING" valueType="">SendAckIS</property>
      <property id="38" guid="2671eb0dc76011dc9309001143f12c81" name="SendRecFlavour" counter="0" type="STRING" valueType="">SendRecCtx</property>
      <property id="38" guid="2671eb0ec76011dcb603001143f12c81" name="SendExceptions" counter="0" type="STRING" valueType="">SendExceptions</property>
      </properties>
      </step>
      </process>
      </definition>
      </p1:content>
      </p1:xiObj>

    if the payload is 99 then select the ip in sxi_cache and refresh it. it will set to 0. else check ur bpm....maybe redisging the bpm wud work

  • Business Rules error when creating new classic planning application in 9.3.

    Im trying to create a new planning application using classis planning application wizard in Workspace. everything seems alright untill i gets an error saying "Business rules cant connect to Planning"
    other than this Business rules working fine and i can open business rules in other applications and i can access business rules repository in EAS.
    Any thoughts on this ?

    Further invesitgation bears this problem out.
    Oracle support recommend wrapping the SimpleType in a ComplexType. This does work, but now I have an extra wrapper element to deal with. I either have to use the wrapped type in my other complex, composed Types and/or add an external wrapping element when trying to create Business Services in BPM to call the BusinessRules I've created.
    This is a bit messy.
    To be clear, this does not seem to be an issue with Business Rules; the BR editor and generation of Facts (including simple restricted types -> JAXB 2.0/Java Enumerations) seems to work correctly. There seems to be an issue exposing DFs as Services. The code which generated the WSDL and its supporting types seems to choke on restricted SimpleTypes.
    As a side note, it seems that HumanTasks have a similar limitation
    Edited by: wylderbeast on May 31, 2011 3:27 PM

  • Error "SYSTEM FAILURE: - NULL" while configuring Planning 9.3

    Hello,
    I have installed Hyperion System 9 Planning 9.3.0.1 on Windows 2003 Server. SQL Server 2003 is the database. I have installed Shared Services 9.3 and Hyperion Administrative Services as well. System 9 BPM Architect has also been installed.
    My problem is, when I try to configure the " Data Source Configuration" under Planning. I am able to get to the page " Select the options for managing the Datasource"
    Create Datasource
    Next
    Datasource Name : Testdsn
    Datasource Description: Testing the DSN
    NextAs when I do the above procedure and click Next, I get Error " SYSTEM FAILURE: - NULL".
    Please any help in this regard is appreciated.
    Thanks in advance. :)

    Hi,
    Are you sure you re using SQL Server 2003? I thought only 2000 and 2005 were supported.
    Whats in the Configtool.log under Hyperion\Common\Config\Log?
    Seb

  • Issue with Hyperion Planning 11.1.2 EPM

    Hi All,
    I am facing an issue with Hyperion Planning 11.1.2 which was working till yesterday. When i login into the and go to navigate --> Administor --> Dimension Library i am getting an error which iam not able to understand. kindly help me out. i checked all my EPM services and they are up and working and also i have restarted them but no use. Can someone help me out what should i do. I have also logged in http://<machine name>:19091/awb but getting the same below error.
    can someone help me out.
    org.apache.jasper.JasperException
         org.apache.jasper.servlet.JspServletWrapper.handleJspException(JspServletWrapper.java:510)
         org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:393)
         org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:314)
         org.apache.jasper.servlet.JspServlet.service(JspServlet.java:264)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
         com.hyperion.awb.web.util.HttpFilter.doFilter(HttpFilter.java:19)
         com.hyperion.bpm.LocalizationServletFilter.doFilter(LocalizationServletFilter.java:69)
    root cause
    java.lang.NullPointerException
         com.hyperion.bpm.logon.CSSAuthenticate.authenticateSSOUser(CSSAuthenticate.java:334)
         com.hyperion.bpm.logon.CSSAuthenticate.getAuthenticatedUser(CSSAuthenticate.java:130)
         org.apache.jsp.index_jsp._jspService(index_jsp.java:182)
         org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:97)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
         org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:332)
         org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:314)
         org.apache.jasper.servlet.JspServlet.service(JspServlet.java:264)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
         com.hyperion.awb.web.util.HttpFilter.doFilter(HttpFilter.java:19)
         com.hyperion.bpm.LocalizationServletFilter.doFilter(LocalizationServletFilter.java:69)
    note The full stack trace of the root cause is available in the Apache Tomcat/5.5.17 logs.
    Edited by: [email protected] on Jul 18, 2009 10:38 PM

    Hi,
    First question, has anything changed since it worked like admin accounts.
    Reboot the machine.
    Next, just start the "Hyperion Foundation Shared Services - Web Application" service
    Can you log into Shared Services ?
    If you can, then start "Hyperion EPM Architect - Web Application" service
    Go to http://localhost:19091/awb/ Does the web page display ?
    If not then you it looks like EPMA needs reconfiguring.
    Next start "Hyperion EPM Architect - Process Manager" service, make sure the service starts and it should start another 4 services.
    Next refresh http://localhost:19091/awb/ and try and login.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Migration from  SOA/BPM 11.1.1.6.7 to SOA/BPM 11.1.1.7

    Hi
    We're planning to upgrade our SOA/BPM 11.1.1.6.7 to SOA/BPM 11.1.1.7. I've gone through the certification matrix xls for 11g and also the certification on MOS.
    Here is the list of current softwares we have on 11.1.1.6.7 and the required ones for 11.1.1.7. I've few questions in the 4th column. Can anyone help me with those?
    Software
    Current Release on 11.1.1.6
    Supported/Required Release for 11.1.1.7
    Comments
    Upgrade Installers for 11.1.1.7
    n/a
    n/a
    Do we need to apply the latest bundle patch manually after the upgrade in 11.1.1.7?
    Oracle WebLogic Server
    10.3.6
    10.3.5, 10.3.6
    10.3.6.0 is already supported. But we need following patches on top of 10.3.6 for Case Management UI to be runnable from BPM workspace:
    Patch 14791221: SU Patch [HLJ3]: TRACKING BUG TO ISSUE WLS PATCH FOR BUG 14642695.
    Patch 17190939: SU Patch [HQM5]: TRACKING BUG TO ISSUE WLS PATCH FOR BUG 17052278.
    Patch 14526899: SU Patch [KMQW]: TRACKING BUG TO ISSUE WLS PATCH FOR BUG 14306399
    Are there any critical patches needed on top of this before proceeding with SOA upgrade?
    Oracle Database
    Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
    Oracle Database 10.2.0.4+ and later
    No Upgrade needed. Just need to run the upgrade installer to upgrade the schemas.
    Oracle JDK/JRockit
    jrockit-jdk1.6.0_33-R28.2.4-4.1.0
    Oracle JRockit: 6u37 R28.3+,6u37 R28.2.5+
    Oracle jrockit-jdk1.6.0_45-R28.2.7-4.1.0-linux-x64 available for download.
    Are there upgrade installers available to upgrade from 1.6.0_33-R28.2.4.4.1.0 to 1.6.0_45-R28.2.7-4.1.0 JRockit? Or Do we need to have a fresh installation of 1.6.0_45-R28.2.7-4.1.0 before proceeding to run SOA upgrade installer for 11.1.1.7? Can you clarify?
    Based on my experience with case management with Sun JDK earlier, Sun JDK 1.7.0_* was required to run case management from BPM workspace. Is JRockit version 1.6.0_45-R28.2.7-4.1.0 compatible enough to run  case management in 11.1.1.7?
    Thanks,
    Jahangir

    As this is not a FMW Certification issue, I have moved your thread to the SOA Suite Communities to assist you further.
    Thanks,
    Lisa Fedynich

Maybe you are looking for

  • Error : CONNECT BY loop in user data

    Getting CONNECT BY loop in user data: Table X  (sample data actually have 35K rows) CODE             CASE              OLD_ID                NEW_ID            PERSON       AUTH 01              ab122         1234               0001             AU123  

  • How to conet my PC to the aiport

    I have a aiport III and i want to conect from my PC (windows) to it, who can I do it?

  • Airport to gateway network disappears

    I have two networks set up on my G5 iMac, one for iTunes (connected to an AEX), and another one connected to my Qwest gateway for internet access. The internet network keeps disappearing. I have to go to the Airport menu and do a "Join other network"

  • DatabaseError: ORA-02049: timeout: distributed transaction waiting for lock

    Hi all There is script running in my database 'A' that will select some data from tables in other database through DBLINK and update some tables too. The script which 6 I am running for the past 6 monts succesfully. Yesterday I got error saying that,

  • Unable to Create, See, Import or Export Favorites from IE 9 on a Vista Business system

    I don't know when this happened.  The machine normally runs unattended and was used infrequently.  I just had a need to use it and when I went to use IE 9 there was no favorites visible.  Attempts to import a copy of previously exported favorites it