SOA 11.1.1.3/Business Rules: How to invoke Oracle SOA Composer without JDev

Hi,
What is the best approach to allow 'business users' to work with Business Rules? I'm trying to invoke Oracle SOA Composer directly without using JDeveloper. Is it possible? How to do it? Other recommendations?
Any input regarding this matter is highly appreciated!!!!
Sincerely,
Mark

http://<serverip>:<composerport>/soa/composer
Composer port can be found using the url in soa em-> deployed application -> composer
Ajay

Similar Messages

  • Business rule XML facts not visible soa  11.1.1.6.0

    Hello experts,
    Here comes the description of steps:
    When dragging a business rule with input and output facts defined(xsd:complexType), in bpel 2 process, in the edit rule dialog box:
    click on either of the assign input & output tabs to add a copy rule,
    in the decision fact map dialog box:
    the type is business rules facts in the drop down menu.
    Here the business rules variables are not shown.
    Having read the following older posts:
    Empty Business Rule Facts while assigning input/output facts
    SOA Jdev app - Bpel Business Rule - Assign Input Facts issue
    still, I do not see any solution or workaround offered.
    Any helping hand?
    TIA!
    Edited by: NickAiva on Oct 13, 2012 10:41 AM
    Edited by: NickAiva on Oct 15, 2012 3:16 PM

    Hi SK,
    I think, you have permissions issue. May be you are not able to write to C:\JDeveloper\mywork\MarkViewSerialApprovalApplication\MarkViewSerialApproval\oracle\rules
    Regards
    Borys

  • Business Rules - how to stop when being executed in background?

    Hello,
    I have a very simple BR that is supposed to copy data from one version to another, however the BR timeouted and now is being executed in the background.
    The thing is that it is being executed for two hours now. I can see the BR in the Job window with 'Processing' status.
    I've set two system options HBR_MAX_WAIT_FOR_RULE and HBR_MONITOR_DELAY to 600000, and restarted the application and essbase, however the BR's status in Job window is still 'processing'.
    Is there any way to:
    1. Stop the execution of the business rule?
    2. Verify what causes the BR to run for so long?
    3. Does dense/sparse settings have the impact on BRs' execution time?
    Kind regards
    Marcin Stawny

    Hi,
    I take it we are talking classic planning.
    You can terminate rules from within EAS, if you right click the analytic server and select edit sessions, you should see the rule running.
    I am not sure why it says it still running maybe it has cached that it is running and still believes it is, have you restarted EAS?
    Lots of different elements can be makinh a business rule run for a long time, the code/cube might need optimizing, it might be trying to copy a lot of data.....
    Maybe worth posting more details on your database, number/name of dimensions, number of members, dense/sparse
    Also the business rule code.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Business Rules Decision Service Error using SOA Suite with the WebLogic

    Hi,
    We are working with Oracle SOA Suite 10.1.3.4 on WebLogic 9.2. We have some decision services that work properly on Oracle SOA Suite 10.1.3.4 with Oracle Application Server. Following http://download.oracle.com/docs/cd/E12524_01/core.1013/e13058/weblogic.htm, we have made necesary changes and deployed bpel process and deployed manually Decision Services EAR Files on Weblogic.
    When we invoke decision service from BPEL proccess next error appears, Could anybody help me to knows if this is a product installation/configuration problem or there is a failure on my ear rule file?
    Any help would be appreciated. Regards,
    <messages><input><dsIn><part xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="payload"><assertExecuteWatchStateful name="AsignarTaller" xmlns="http://www.oracle.com/PoC/ProcesoTest/AsignarTaller">
    <configURL>http://devenv:9700/orabpel/default/modelo_proceso__test/1.0/decisionservices.decs</configURL>
    <bpelInstance>
    <processId xmlns="http://xmlns.oracle.com/bpel">modelo_proceso__test</processId>
    <processVersion xmlns="http://xmlns.oracle.com/bpel">1.0</processVersion>
    <domainId xmlns="http://xmlns.oracle.com/bpel">default</domainId>
    <processURL xmlns="http://xmlns.oracle.com/bpel">http://devenv:9700/orabpel/default/modelo_proceso__test/1.0</processURL>
    <instanceId xmlns="http://xmlns.oracle.com/bpel">80004</instanceId>
    <conversationId xmlns="http://xmlns.oracle.com/bpel"/>
    </bpelInstance>
    <assertList>
    <datosTaller xmlns="http://www.oracle.com/PoC/ReglaTalleres">
    <provincia>1</provincia>
    <nombreTaller/>
    </datosTaller>
    </assertList>
    </assertExecuteWatchStateful>
    </part></dsIn></input><fault><bindingFault xmlns="http://schemas.oracle.com/bpel/extension"><part name="code"><code>Server</code>
    </part><part name="summary"><summary>[Server CodecHandler] Failed to encode Failed to encode message</summary>
    </part><part name="detail"><detail>&lt;detail>
    &lt;bea_fault:stacktrace xmlns:bea_fault="http://www.bea.com/servers/wls70/webservice/fault/1.0.0" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">weblogic.wsee.codec.CodecException: Failed to encode message
         at weblogic.wsee.codec.soap11.SoapCodec.encode(SoapCodec.java:111)
         at weblogic.wsee.ws.dispatch.server.CodecHandler.encode(CodecHandler.java:103)
         at weblogic.wsee.ws.dispatch.server.CodecHandler.handleResponse(CodecHandler.java:50)
         at weblogic.wsee.handler.HandlerIterator.handleResponse(HandlerIterator.java:242)
         at weblogic.wsee.handler.HandlerIterator.handleResponse(HandlerIterator.java:226)
         at weblogic.wsee.ws.dispatch.server.ServerDispatcher.callHandleResponse(ServerDispatcher.java:142)
         at weblogic.wsee.ws.dispatch.server.ServerDispatcher.dispatch(ServerDispatcher.java:115)
         at weblogic.wsee.ws.WsSkel.invoke(WsSkel.java:80)
         at weblogic.wsee.server.servlet.SoapProcessor.handlePost(SoapProcessor.java:66)
         at weblogic.wsee.server.servlet.SoapProcessor.process(SoapProcessor.java:44)
         at weblogic.wsee.server.servlet.BaseWSServlet$AuthorizedInvoke.run(BaseWSServlet.java:181)
         at weblogic.wsee.server.servlet.BaseWSServlet.service(BaseWSServlet.java:92)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
         at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:283)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:175)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3244)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
         at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2010)
         at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:1916)
         at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1366)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:181)
    Caused by: com.bea.xml.XmlException: object type unknown: class oracle.xml.parser.v2.XMLElement
         at weblogic.wsee.bind.types.SOAPElementTypeMapper.serialize(SOAPElementTypeMapper.java:94)
         at weblogic.wsee.bind.types.SOAPElementTypeMapper.serializeElement(SOAPElementTypeMapper.java:110)
         at weblogic.wsee.bind.types.TypeRegistry.serializeElement(TypeRegistry.java:161)
         at weblogic.wsee.bind.runtime.internal.BaseSerializerContext.serializeElement(BaseSerializerContext.java:123)
         at weblogic.wsee.codec.soap11.SoapEncoder.encodePart(SoapEncoder.java:272)
         at weblogic.wsee.codec.soap11.SoapEncoder.encodeReturn(SoapEncoder.java:188)
         at weblogic.wsee.codec.soap11.SoapEncoder.encodeParts(SoapEncoder.java:175)
         at weblogic.wsee.codec.soap11.SoapEncoder.encode(SoapEncoder.java:102)
         at weblogic.wsee.codec.soap11.SoapCodec.encode(SoapCodec.java:105)
         ... 24 more
    Caused by: com.bea.xml.XmlException: object type unknown: class oracle.xml.parser.v2.XMLElement
         at weblogic.wsee.bind.types.SOAPElementTypeMapper.serialize(SOAPElementTypeMapper.java:94)
         at weblogic.wsee.bind.types.SOAPElementTypeMapper.serializeElement(SOAPElementTypeMapper.java:110)
         at weblogic.wsee.bind.types.TypeRegistry.serializeElement(TypeRegistry.java:161)
         at weblogic.wsee.bind.runtime.internal.BaseSerializerContext.serializeElement(BaseSerializerContext.java:123)
         at weblogic.wsee.codec.soap11.SoapEncoder.encodePart(SoapEncoder.java:272)
         at weblogic.wsee.codec.soap11.SoapEncoder.encodeReturn(SoapEncoder.java:188)
         at weblogic.wsee.codec.soap11.SoapEncoder.encodeParts(SoapEncoder.java:175)
         at weblogic.wsee.codec.soap11.SoapEncoder.encode(SoapEncoder.java:102)
         at weblogic.wsee.codec.soap11.SoapCodec.encode(SoapCodec.java:105)
         at weblogic.wsee.ws.dispatch.server.CodecHandler.encode(CodecHandler.java:103)
         at weblogic.wsee.ws.dispatch.server.CodecHandler.handleResponse(CodecHandler.java:50)
         at weblogic.wsee.handler.HandlerIterator.handleResponse(HandlerIterator.java:242)
         at weblogic.wsee.handler.HandlerIterator.handleResponse(HandlerIterator.java:226)
         at weblogic.wsee.ws.dispatch.server.ServerDispatcher.callHandleResponse(ServerDispatcher.java:142)
         at weblogic.wsee.ws.dispatch.server.ServerDispatcher.dispatch(ServerDispatcher.java:115)
         at weblogic.wsee.ws.WsSkel.invoke(WsSkel.java:80)
         at weblogic.wsee.server.servlet.SoapProcessor.handlePost(SoapProcessor.java:66)
         at weblogic.wsee.server.servlet.SoapProcessor.process(SoapProcessor.java:44)
         at weblogic.wsee.server.servlet.BaseWSServlet$AuthorizedInvoke.run(BaseWSServlet.java:181)
         at weblogic.wsee.server.servlet.BaseWSServlet.service(BaseWSServlet.java:92)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
         at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:283)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:175)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3244)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
         at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2010)
         at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:1916)
         at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1366)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:181)
    &lt;/bea_fault:stacktrace>
    &lt;/detail>
    </detail>
    </part></bindingFault></fault></messages>

    Hi Boris,
    Looks like you have not run the post upgrade script for 10.1.3.4.
    You need to install SOA 10.1.3.4 Basic Installation. Then start following : http://download.oracle.com/docs/cd/E12524_01/core.1013/e13058/weblogic.htm#BHCIIBFB
    You basically, first install 10.1.3.4 basic SOA install, Apply the Opatch 7337034 (HOTPLUG: SOASUITE 10.1.3.4 ON WEBLOGIC 9.2 - CHANGES FOR HOTPLUGGABILITY). Install WLS 9.2 MP3.
    Now, Download the Oracle SOA Suite 10.1.3.4 WebLogic Server 9.2 : patch : 7490612.
    Then , Modify the following mandatory installation properties in the Weblogic_SOA10134_Base\SOADomain.properties file as per the documentation above.
    Cheers
    Anirudh Pucha

  • Business Rules - faulted while invoking operation "callFunctionStateless"

    Hello, everyone,
    I have a composite application which receives a file through an FTP adapter and re-names it depending on the filename and its body contents using Business Rules. I had deployed it and everything was working fine for about a week and a half, until all of a sudden the composite started completing with errors in the Decision Service Component of the BPEL process. Below is a picture of the payload of the last working composite instance (sorry, for some reason I can't attach a picture to the post and I thought it'd be easier to look at the error like this instead of just plain text ):
    https://www.dropbox.com/s/hw60ms2s7n4bl1v/working.jpg
    And then boom, a minute later, it gives me an error and continues to since then:
    https://www.dropbox.com/s/uhq0d2ajpxydf15/not_working.jpg
    The payload it receives in the second picture is almost the exact same thing (similar body, similar filename that only differs in the sequencing number) and yet for some reason it has stopped returning the output of the rules even though the input facts ARE in the business rules (it's not like I could have changed anything in the composite under a minute ).
    Strangely, in some files it gives me a selectionFailure for the dsOut payload of the rules engine in the Rules_Service_to_Facts although those types of files had been previously processed with NO problem:
    <details>
    <from-spec>
    <from  variable="dsOut"  part="payload">
    <query>ns2:resultList/ns6:response/ns6:pathDestino</query> 
    </from>
    </from-spec>
    <variable>
    <message>dsOut</message> 
    </variable>
    <fault>
    <bpelFault>
    <faultType>0</faultType> 
    <selectionFailure/>
    </bpelFault>
    </fault>
    </details>
    ...and even if those facts weren't in the ruleset, it should give me a "Fact not found in the working ruleset" (or something like that) error, which I had previously encountered and which was my fault.
    Sometimes it gives me these three errors at once:
    Non Recoverable System Fault :
    faultName: {{http://xmlns.oracle.com/DynamicDirectoryRules/DynamicDirectoryRules_DecisionService}operationErroredFault} parts: {{ payload=<errorInfo xmlns="http://xmlns.oracle.com/DynamicDirectoryRules/DynamicDirectoryRules_DecisionService"><errorMessage>-1</errorMessage></errorInfo>} cause: {null}
    Non Recoverable System Fault :
    <bpelFault><faultType>0</faultType><operationErroredFault xmlns="http://xmlns.oracle.com/DynamicDirectoryRules/DynamicDirectoryRules_DecisionService"><part name="payload"><errorInfo xmlns="http://xmlns.oracle.com/DynamicDirectoryRules/DynamicDirectoryRules_DecisionService"><errorMessage>-1</errorMessage></errorInfo></part></operationErroredFault></bpelFault>
    Non Recoverable Business Fault :
    -1
    Aaaand other times gives me this message instead of the "-1" above:
    Non Recoverable Business Fault :
    Error creating the decision document. Error while trying to create the decision document for DynamicDirectoryRules_DecisionService. Check the underlying exception and correct the error. If the error persists, contact Oracle Support Services.
    I have tried everything, from starting the composite application from scratch, to undeploying and re-deploying the application, to re-creating only the ruleset, testing it out with one file at a time, and still nothing.
    What's also really strange is that I have the exact same composite in a development server and it works fine there, and I've even tried exporting that one and importing it into the one where it's not working, but still gives me errors.
    Does anyone know what it could be that I'm doing wrong or that I'm missing?? Much appreciated!!
    Edit: These are the messages that the logs show when it completes with an error:
    Message
    JCABinding=>  GetFile GetFileAdapter Service GetFile was unable to perform delivery of inbound message to the composite USA-GENERAL/Dynamic_DirectoryFTP!3.1*soa_8ebb50a2-6fbd-4417-ae3b-3f709e4805f3 due to: faultName: {{http://xmlns.oracle.com/DynamicDirectoryRules/DynamicDirectoryRules_DecisionService}operationErroredFault}
    Supplemental Detail
    parts: {{
    payload=<errorInfo xmlns="http://xmlns.oracle.com/DynamicDirectoryRules/DynamicDirectoryRules_DecisionService"><errorMessage>-1</errorMessage></errorInfo>}
    cause: {null}
    Message
    This error contained the exceptions thrown by the underlying routing system. Root cause :
    Supplemental Detail
    oracle.fabric.common.BusinessFaultException
    at oracle.bpel.services.rules.impl.DocumentHandler.createElementFromDecision(DocumentHandler.java:417)
    at oracle.bpel.services.rules.fabric.BusinessRulesServiceEngine.createNormalizedMessage(BusinessRulesServiceEngine.java:2747)
    at oracle.bpel.services.rules.fabric.BusinessRulesServiceEngine.request(BusinessRulesServiceEngine.java:1057)
    at oracle.integration.platform.blocks.mesh.SynchronousMessageHandler.doRequest(SynchronousMessageHandler.java:139)
    at oracle.integration.platform.blocks.mesh.MessageRouter.request(MessageRouter.java:182)
    at oracle.integration.platform.blocks.mesh.MeshImpl.request(MeshImpl.java:190)
    at sun.reflect.GeneratedMethodAccessor2881.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:307)
    at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:182)
    at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149)
    at oracle.integration.platform.metrics.PhaseEventAspect.invoke(PhaseEventAspect.java:71)
    at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
    at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
    at com.sun.proxy.$Proxy392.request(Unknown Source)
    <.> Error creating the decision document.
    Supplemental Detail
    Error while trying to create the decision document for DynamicDirectoryRules_DecisionService.
    Check the underlying exception and correct the error. If the error persists, contact Oracle Support Services. 
    -1 Error creating the decision document.
    Error while trying to create the decision document for DynamicDirectoryRules_DecisionService.
    Check the underlying exception and correct the error. If the error persists, contact Oracle Support Services. 
    -1
    at oracle.bpel.services.rules.impl.DocumentHandler.createElementFromDecision(DocumentHandler.java:417)
    at oracle.bpel.services.rules.fabric.BusinessRulesServiceEngine.createNormalizedMessage(BusinessRulesServiceEngine.java:2747)
    at oracle.bpel.services.rules.fabric.BusinessRulesServiceEngine.request(BusinessRulesServiceEngine.java:1057)
    at oracle.integration.platform.blocks.mesh.SynchronousMessageHandler.doRequest(SynchronousMessageHandler.java:139)
    at oracle.integration.platform.blocks.mesh.MessageRouter.request(MessageRouter.java:182)
    at oracle.integration.platform.blocks.mesh.MeshImpl.request(MeshImpl.java:190)
    at sun.reflect.GeneratedMethodAccessor2881.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:307)
    at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:182)
    at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149)
    at oracle.integration.platform.metrics.PhaseEventAspect.invoke(PhaseEventAspect.java:71)
    at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
    at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
    at com.sun.proxy.$Proxy392.request(Unknown Source)

    I have same issue

  • Ask how to install Oracle SOA Suite 10.1.3.1.0?

    During installation of the SOA Suite, I met a problem that the installaion of Oracle Web Services Manager failed with error prompt. Can anyone help me? Thank you. E-mail: [email protected]

    Please let me know what softwares are required to
    install Oracle portal?How is this related to the topic of this thread?
    Tip: use http://www.oracle.com/technology/index.html to find both software and documentation!

  • How to install oracle soa suite 10.1.3.1.0 in advanced installation

    Hi,
    i m new to oracle soa suite,any body could yu possible to tell me,how to install soa suite 10.1.3.1.0 in advanced installaton mode,
    before i installed soa suite, oracle db which version support it, support oracle db 10.2.0.1.0,or i installed orace db 10.2.0.4.0.
    warm regards
    muthu

    Here is such a description:
    http://onlineappsdba.com/index.php/2007/06/20/install-oracle-soa-suite-101310/
    Jon petter

  • How to choos oracle Soa Governacne products

    hello
    We are considering which SOA Governance products for the customers
    the Basic requirements are :
    Service life cycle management
    versioning
    runtime monitoring
    which product should i choose?
    as there are many products:
    Oracle Enterprise Repository
    Oracle Service Registry
    Oracle Web Services Manager (OWSM)
    Oracle Enterprise Manager Management Pack Plus for SOA (SMPP)

    You should certainly consider the combination of Oracle Enterprise Repository and Oracle Service Registry for your Service life cycle management, versioning and run-time governance requirements.
    You might want to consider SOA Management pack EE for a rich set of service and system level dashboards, administrators can view service levels for key business processes and SOA infrastructure components from a central location. With AmberPoint capabilities now embedded into the SOA Management pack, you get Business Transaction Management capabilities as well.
    HTH,
    Jyothi

  • How to invoke Oracle Workflow software

    Hi there,
    I have successfully installed Oracle Workflow software in my mac laptop. Don't know how to invoke the software.
    Getting the following exception.
    sivanantham-kandans-Computer:~/9iR2/orahome/bin oracle$ wfresgen
    Usage: wfresgen [-v] -f <resourcefile> <src_files>...
    or wfresgen [-v] -d <user/password> <src_files>...
    or wfresgen [-v] -u <user/password> <language> <src_files>...
    sivanantham-kandans-Computer:~/9iR2/orahome/bin oracle$
    thanks
    siva

    Hi,
    I had never tried to install that, I prefer that DB to be down, since there may be some thing which requires the DB should be down if at all needed to apply or change any objects the servive might started or DB is started by installation application it self.
    Let us wait for comments from others based on there comment you can proceed further.!!
    So that I can learn some thing inturn..!!
    Thanks & Regards,
    Pavan Kumar N

  • How to Invoke Oracle report builder installed on a server from a client

    Hi,
    I am using rwrun60 command to invoke report builder through a shell script. In this case the report builder is installed on the same machine where the shell script exists.
    But now i have shell script which is on different server (say, Server1) and Report builder is on Server-2. How do i handle this?
    the current piece of code i am using in the shell script is:
    rwrun60 module=${UNCPATH}/${REPORT_DIR}/purchase.rdf userid=$DBID/$DBPASS@$DB paramform=NO batch=YES destype=File desformat=pdf desname=${SENDFILE}
    Your help will be invaluable...

    Hi Denis,
    I used both rwrun60 & rwcli60 commands as below:
    rwrun60 module=${UNCPATH}/${REPORT_DIR}/abc.rdf userid=$DBID/$DBPASS@$DB EXPRESS_SERVER="server=Server123/domain=xyz/user=myname/password=password123" ERRFILE=${UNCPATH}/${DIR}/error_test.txt paramform=NO batch=YES destype=File desformat=pdf desname=${UNCPATH}/${SENDFILE}
    rwcli60 module=${UNCPATH}/${REPORT_DIR}/abc.rdf userid=$DBID/$DBPASS@$DB EXPRESS_SERVER="server=Server123/domain=xyz/user=myname/password=password123" ERRFILE=${UNCPATH}/${DIR}/error_test.txt paramform=NO batch=YES destype=File desformat=pdf desname=${UNCPATH}/${SENDFILE}
    When i run the shell script file on the command prompt, all i get is this error:
    rwrun60: test_outapp 42: not found
    42 is the line number of rwcli60 command in the shell script file.
    I verified and test_outapp.ksh file is present in the path specified..... even then why this error?...something wrong with the above code?

  • How to invoke Oracle stored procedures in Web Intelligence Custom SQL ?

    Hi,
    Referring to some older posts, I see that there is a work around to invoke a stored procedure to return results for a Web Intelligence report. Its been posted for calling a MS SQL stored proc, whereas the mentioned method does not seem to work for an Oracle Stored Procedure.
    Steps I followed:
    a) This is the parameter I have added in the oracle.sbo file => <Parameter Name="Force SQLExecute">Procedures</Parameter>
    b) My stored procedure code is as follows:
    CREATE OR REPLACE PROCEDURE get_emp_details(var_first_name OUT VARCHAR) AS
    BEGIN
    SELECT first_name INTO var_first_name
    FROM EMP_DETAILS_VIEW
    WHERE EMPLOYEE_ID = 100;
    END;
    c) Custom SQL code I added in my Webi report:
    set nocount on;
    /* SELECT
    EMP_DETAILS_VIEW.FIRST_NAME
    FROM
    EMP_DETAILS_VIEW
    exec get_emp_details;
    On trying to validate the SQL it gives me the following error message: "The SQL query has 0 instead of 1 columns.(WIS 10810)"
    Has anyone been able to successfully call an Oracle Stored procedure using the above method ?
    Version of BO: XI R3 SP2
    Oracle version: 11gR2
    PS: I am aware that web intelligence since XI R3.1 does allow use of a dedicated Stored Procedure Universe. I would want to know if it could
    be made to run in a normal Universe(not a stored procedure Universe)
    Thanks for your time and inputs.
    Regards,
    Jez

    EXECUTE is a SQL Plus command. You can directly call SP in PL/SQL
    DECLARE
        modif number;
    BEGIN
    select data_length into modif from user_tab_columns where table_name='CONTROL' and column_name='POSITION';
    IF modif < 10 THEN
        droptable('CONTROL');
        execute immediate('CRETAE TABLE CONTROL ....';
    ...

  • How to invoke the BSP application without invoking url in browser

    Hi Experts,
    I have a BSP URL link
    'https://css.wdf.sap.corp/sap/bc/bsp/sap/itsm_gui/cssguinote.htm?pointer=' . I execute this link and application gets invoked in SAP GUI as required.
    But I have a problem. On Executing the link , first the browser gets invoked with the given url and then the application gets started.
    I dont want to invoke the browser but just start the application in SAP GUI.
    Is there any way I can identify the transaction from the BSP link so that I can call directly .
    Regards,
    Ajaya Rama Raju.Singa

    Hi,
    it seems like you want to run your BSP application in SAP and not in the browser. For that you have to write a small programme, since there´s no transaction assigned to the BSP.
    You have to work with classes cl_gui_custom_container (container ón your Dynpro) and cl_gui_html_viewer (HTML viewer inside the container).
    As a third step you have to call your application with class cl_bsp_runtime and its method construct_bsp_url for building the URL in SAP. The last step is to call the URL in the HTML viewer.
    There are examples of code in SDN.

  • How to Invoke Oracle Configurator via URL Outside the APPS Firewall

    Hi Gurus,
    We would like to invoke Oracle Configurator via URL same as Oracle iStore. Please let me know the process/steps to meet the requirement.
    Thanks in Advance,
    Venky.

    There is no restriction that Oracle Configurator may only be executed from within an Oracle hosting application. Configurator may be invoked from any application that has the ability to call Configurator's UI servlet. As an example, Astec (now part of Emerson Network Power) has had a Configurator application they call their "Power Wizard" on their public website for nearly eight years (http://www.powerconversion.com/powerwizard/).
    Venky, I would recommend you search My Oracle Support for articles containing 'configurator firewall' or 'configurator ssl', and then filter the results to just EBS articles. If what you find there is not helpful, opening a Support Request to get information more tailored to your particular scenario may be advisable.
    Eogan

  • How to invoke Oracle Reports from JSP ?

    Hi,
    I need to invoke Oracle Reports ( paper format ) from my JSP in different formats /PDF, RTF, HTML/ using rwservlet and then send the content to user browser.
    Please, someone to give me working example.
    Thanks in advance.
    Best regards.
    Peter.

    Peter,
    you can call it from a URL if you need:
    /reports/rwservlet?report=...&detype=cache&desformat=pdf...
    You can define a file called cgicmd.dat on teh server that takes key-value pairs of the most common parameters under an named entry.
    e.g.
    ReportsCommon: destype=cache server=myServer ... %*
    This way your URL is reduced to a minimum length because you don't have to list all parameters in teh URL.
    Second solution:
    Run a Reports from a browser URL and specify paramform=yes. This create a HTML based parameter form before executing teh Reports. Have a look at the HTML form code and see to what extend your Reports share same functionality so that you could create this HTML form in your JSP page. You could have a poplist with the name of "desformat" and list HTML, HTMLCSS,PDF,RTF,XML as valid entries so that the user can select the output format.
    The Reports documentation shipped with Oracle9iAS (also available online otn.oracle.com/products/reports) has all teh information you need.
    Frank

  • Oracle Business Rule  OBR  SOA Suite 11.1.1.3.0

    Hi,
    I have created a business rule and used it in my BPEL process. The business rule example is as follow
    <code> if the state is va then give 10% discount<code>
    If I need to change it to 25%
    Then I would modify the business rule via jdev and redeploy the composite application.
    Question. How can I modify the business rule through the EM?
    I need to modify the rule values without using jdev and redeploying the composite.
    Thanks
    Edited by: 803285 on May 5, 2011 10:37 AM
    Edited by: 803285 on May 5, 2011 10:38 AM

    maybe what you need is ruleauthor:
    http://www.packtpub.com/article/business-rules-define-decision-points-oracle-soa-suite-part1
    but if you use weblogic it's not deployed by default:
    http://download.oracle.com/docs/cd/B32110_01/web.1013/b28965/faq.htm#CBAFGBIG
    disclaimer: I have never used ruleauthor so don't consider me an expert...

Maybe you are looking for

  • Printing SAP invoice on SAP printer using custom SAP report

    Hi SAP Experts, We have the following requirement. We need to create a custom report in ABAP to print the Invoice on the printer specifed in the input selection screen.We don't want to use the external commad using GUI.Can annyone please suggest how

  • Overview of Flex, Spry needed

    I'm looking for a broad overview of Flex, Spry, Flash and how they may (or may not) relate to one another in an RIA environment. I'm an experienced ASP/Javascript developer (not asp.net), and know very little about Flash development. Obviously I need

  • Profitability Segment

    Hi Gurus, The company I work for needs to affect a Profitability Segment during PGI in transaction VL02N. I need to know how to copy the this information from the sales order to the delivery. I have changed the copy control for the combination Delive

  • NEW Scenario (Sales of Raw Material)

    Hi. We have done high seas purchase of raw material. Out of that part of the goods we have sold without being physically received in the factory. Please suggest how to do accounting of the same in sap for purchase & sale of such raw materials. Other

  • Still image size when importing to Premiere Pro CS3

    I was wondering if someone could help me.  I do a lot of Still Image Slide shows with music and all that jazz and I used to use Premiere 6.5.  When I would import the still images I could just lock the aspect ratio and it would automatically size the