Oracle Buisness Rule error with BPM

Hi
I am trying to invoke a buisness rule from a BPM flow
The rule works fine when tested independently using a test function from Jdeveloper which invokes the corresponding rules decison_service.The rule takes input and output of xml type.The facts are created and rule doesnot have any validation errors.
However when invoked from BPM , I get the below error:
Non Recoverable Business Fault :
Fact not found in the rule engine working memory, rule session execution failed. The rule session 10006 failed because an instance of the fact com.bt.nat.wsi._2005._06.grant.BES could not be found in the working memory of the rule session. This is most likely a rule modeling error. The decision service interaction expects the fact instance to exist in the working memory of the rule session. Check the rule actions in rule designer and make sure that a fact of the expected type is being asserted. If the error persists, contact Oracle Support Services. 10006
Please help.

Assuming BES is your output type, you need to ensure that every path thru your rules results in "assert new BES".
Here are some next steps for you:
1. you can turn on tracing in the rules SE to see what rules are firing,
2. you can use a decision table and ensure there are no gaps,
3 you can use a low priority (advanced mode) rule that looks something like this:
IF
there is no case where (
BES is a BES
THEN
assert new BES(/* default property values */)

Similar Messages

  • Error with BPM

    I am working on a Scenario in which XI is receving a soap message using soap adapter and passing it to BPM Engine but i get following error in message monitoring.
    I have a abstract inteface by name MI_FileIn which is used in the BPM. in the Receive step
    I get following error in the call adapter step.
    <Trace level="1" type="B" name="CL_XMS_PLSRV_CALL_BPE-ENTER_PLSRV">
      <Trace level="3" type="T">determined process: WF task WS90100002</Trace>
      <Trace level="1" type="T">No mapping property with name sap.bc.bmt.wfm.xi.interface.synch.http://cvx_file_transfer.com:MI_FileIn</Trace>
      <Trace level="1" type="T">MI_FileIn really used in process?</Trace>
      </Trace>

    Hi Suraj,
    Thanks for the reply,
    1) When you created your wsdl which interface have you specified? It should be Outbound Interface(Not the Abctract one).
    <b>Here i am using a soap adapter to receive a soap message not a proxy genrated using usdl. So dont think this is an issue.</b>
    2) Check whether your BPM is active in SXI_CACHE (return code should be 0).
    <b>I have checked it in the transaction SXI_CACHE return code is 0 and also it is using active version of the Integration process</b>
    3) See whether you have used MI_FileIn in the first receive step.
    <b>Receivs step is the first step in the the Integration process and it is marked as start step.</b>
    4) Check your Sender Agreement.
    <b> i will check it and let you know</b>

  • CDS-11025 Error: Oracle Designer generation error with PL/SQL package

    Hi friends,
    We tried to generate a database package from Oracle Designer (10.1.2.6) and getting "syntax errors" but the package has no syntax errors when we copy and paste the code and compile in TOAD (10.6)
    Error from Designer:
    Server Generator 10.1.2.6 (Build 10.1.2.11.12) , Wed Oct 17 10:58:43 2012
    Copyright (c) Oracle Corporation 1995, 2010. All rights reserved.
    CDS-11025 Error: The PL/SQL within PACKAGE BODY AVP_WATER_ANALYSIS_V has syntax errors - At token 'END', around:
    ...te_dist.VLV_INTL_ID;
    END LOOP;
    Processing Complete: 1 error(s), 0 warning(s)
    code snippet from the Error message:
    FOR rec_update_dist IN cur_update_dist (i_anlyd_intl_id,
    i_iterd_intl_id,
    i_phsed_intl_id,
    i_wtrc_intl_id)
    LOOP
    UPDATE AVP_VALVE AvpValve
    SET AvpValve.DIST_FROM_EDGE = rec_update_dist.DIST_FROM_EDGE
    WHERE AvpValve.ANLYD_INTL_ID = rec_update_dist.ANLYD_INTL_ID
    AND AvpValve.ITERD_INTL_ID = rec_update_dist.ITERD_INTL_ID
    AND AvpValve.PHSED_INTL_ID = rec_update_dist.PHSED_INTL_ID
    AND AvpValve.WTRC_INTL_ID = rec_update_dist.WTRC_INTL_ID
    AND AvpValve.VLV_INTL_ID = rec_update_dist.VLV_INTL_ID;
    END LOOP;
    Thanks for any feedback,
    Jim

    Found the problem.
    It was an issue with the CURSOR with the SELECT ... FROM (SELECT CASE WHEN THEN ELSE END). After swithing to the DECODE statement, Designer is able to generate the package.
    CASE
    WHEN ISOLATION_IND = 'Y' THEN
    'A'
    WHEN OPERATED_IND = 'Y' THEN
    'B'
    ELSE
    'C'
    END
    decode(ISOLATION_IND,'Y','A',decode(OPERATED_IND,'Y','B','C'))
    However, still strange to me that Designer doesn't like the CASE as part of SELECT.
    Edited by: user476620 on Oct 18, 2012 8:13 PM

  • Oracle 10g exp error with query parameter

    Hi all,
    I am trying to perform an export but getting this error when using the query parameter. I think it's a syntax problem but not sure where.
    I'm in a dos prompt
    E:\>exp file=xxxxx.dmp log=xxxx.log tables=xxxxx query='where responseid not in (select responseid from aaaa_bbbbb)';
    LRM-00112: multiple values not allowed for parameter 'query'
    EXP-00019: failed to process parameters, type 'EXP HELP=Y' for help
    EXP-00000: Export terminated unsuccessfully
    Thx

    This is why I love this forum so much.
    I've probably done thousands of exports and never used the query parameter.
    Here's something that will help you. Please read and note the requirement to escape, or protect, special characters and such.
    http://download.oracle.com/docs/cd/B10501_01/server.920/a96652/ch01.htm
      exp scott/tiger TABLES=emp QUERY=\"WHERE job=\'SALESMAN\' and sal \<1600\"ji li

  • Installing Oracle 10g and error with DISPLAY value

    Hello, I am instaling Oracle 10g and when I run:
    . /runInstaller
    this error apear:
    Can't connect to X11 window server using :0.0 as the value of DISPLAY variable.
    how must I set de DISPLAY variable if I have instaling in a local system?
    Thanks

    Can't connect to X11 window server using :0.0 as the value of DISPLAY variable.you apparently set the display correctly (:0:0) if you are installing locally.
    You could do a xhost + as user531326 if you did not start your X session as oracle
    Message was edited by:
    Laurent Schneider
    note that xhost + is not a good security practice, have a look at
    http://amath.colorado.edu/computing/unix/x/

  • Oracle Business Rules with Fusion Release 4

    Hi
    I am wondering if we can use the Oracle Business Rules product with the Oracle Fusion Compensation APplication Release 4.
    Thanks
    Srinivasa Sunchu

    Srinivasa,
    There are relevant chapters in the Oracle Fusion Middleware User's Guide for Oracle Business Rules. There is sample code interspersed in the chapters.
    7 Working with Rules SDK Decision Point API
    http://fmwdocs.us.oracle.com/vol/doclibs/fusionapps/review/E36909_01/user.1111/e10228/decision_point.htm#ASRUG455
    10 Working with Oracle Business Rules and ADF Business Components
    http://fmwdocs.us.oracle.com/vol/doclibs/fusionapps/review/E36909_01/user.1111/e10228/adfbc.htm#ASRUG378
    I looked through the source code of one of our products that uses the Rules SDK to see if there is an easy-to-extract example, but it's far beyond the scope of a forum post. We'll probably create one or more blog posts that dive deeper into this topic, but I cannot promise a date for that. Keep an eye on http://blogs.oracle.com/fadevrel please.

  • Validate ADF UI field as per Oracle Business Rules

    Hi ,
    I have a requirement where the relationship between the various data fields are defined in Oracle Business Rule 11g inside BPM Project.I need to call these rules on ADF screens for data population.
    Eg, If there are two fields on ADF UI,field1 and fiedl2.
    Possible combinations of the two field are:
    Field1 Field2
    A B
    C D
    E null
    The rules are part of OBPM 11g project as customer can change the rules through composer at run time as per business need.
    How can i achieve this requirement.Please help urgent.
    Regards...

    Hi Daniel
    Lets say i have two attribute 'Product Code' and 'Department id'.The relationship between the two attributes is defined in Oracle Business Rule.
    eg.
    If Product Code is '111' then Department is 'Finance'
    If Product Code is '222' then Department is 'Inventory'
    The values for each of the attribute is defined in a database
    Product Code Table
    Value Description
    111 SalaryAllowance
    222 Current Stock
    Department Table
    Value Description
    Finance Handles Payroll
    Inventory Handles Packaging
    I am displaying these two attribute on the ADF UI as dropdowns. If I select '111' from the product code dropdown then the value in Department dropdown should automatically be set as 'Finance'.I need to trigger the validation/relationship between the attributes from business rules.
    The reason for keeping the relationship in rules is because business wants to change these relationships at run time.
    Hope the scenario is clear to you.
    Regards...

  • Working of Oracle Business Rules

    Hello,
    We are trying to evaluate Oracle Buiness Rules packaged with 10gIAS 10.1.3. We are playing around with how-to-rules-java/vehicleRent demo and created following set of rules. We are not able explain the output of TestMain.java program. Couldn't find any documentation around how internally it evaluates the rules!
    Can you pls help us understand the behaviour?
    Ruleset: RL
    ========
    1. ruleset vehicleRent
    2.
    3. {
    4.
    5. rule UnderAge
    6. {
    7. priority = 4;
    8. if
    9. (
    10. (
    11. fact carrental.Driver v0_Driver && (
    12. (v0_Driver.age >= 15)) &&
    13. fact carrental.Driver v1_Driver && (
    14. (v1_Driver.age > 40)))
    15. )
    16.
    17. {
    18. DM.println("Rule 1 - "+v0_Driver.getAge());
    19. v1_Driver.age = v1_Driver.getAge()+10;
    20. }
    21. } //end rule UnderAge;
    22.
    23. rule MatchAge
    24. {
    25. priority = 1;
    26. if
    27. (
    28. (
    29. fact carrental.Driver v0_Driver && (
    30. (v0_Driver.age > 45)))
    31. )
    32.
    33. {
    34. DM.println("Rule 2 - "+v0_Driver.getAge());
    35. }
    36. } //end rule MatchAge;
    37.
    38. rule AgainMatchAge
    39. {
    40. priority = 0;
    41. if
    42. (
    43. (
    44. fact carrental.Driver v0_Driver && (
    45. (v0_Driver.age > 43)))
    46. )
    47.
    48. {
    49. DM.println("Rule 3 - "+v0_Driver.getAge());
    50. }
    51. } //end rule AgainMatchAge;
    52.
    53. rule RetractRule
    54. {
    55. priority = 3;
    56. if
    57. (
    58. (
    59. fact carrental.Driver v0_Driver && (
    60. ((v0_Driver.age <= 44) && (v0_Driver.age > 40))))
    61. )
    62.
    63. {
    64. DM.println("Retracting age: "+v0_Driver.age);
    65. retract( v0_Driver );
    66. ;
    67. }
    68. } //end rule RetractRule;
    69. }// end ruleset vehicleRent
    TestMain.java
    ==========
    Date daveLicIssueDate = getDate( "10/1/1969" );
    Driver d1 = new Driver( "d111", "Dave", 50, "sports", "full",
    daveLicIssueDate, 0, 1, true );
    //assert driver qun, will NOT satify the rule
    Date qunLicIssueDate = getDate( "8/1/2004" );
    Driver d2 = new Driver( "d222", "Qun", 15, "truck", "provisional",
    qunLicIssueDate, 0, 0, true );
    //assert driver lance
    Date lanceLicIssueDate = getDate( "6/1/2004" );
    Driver d3 = new Driver( "d333", "Lance", 44, "motorcycle", "full",
    lanceLicIssueDate, 0, 1, true );
    session.callFunctionWithArgument( "assert", d1 );
    session.callFunctionWithArgument( "assert", d2 );
    session.callFunctionWithArgument( "assert", d3 );
    session.callFunctionWithArgument( "run", rsname );
    =====================
    OUTPUT:
    =======
    Rule 1 - 44
    Rule 1 - 15
    Rule 1 - 64
    Rule 1 - 60
    Rule 1 - 15
    Rule 1 - 70
    Retracting age: 74
    Rule 2 - 80
    Rule 3 - 80

    Some documentation text:
    Many users are surprised by the results for the following code:
    class F {int i; };
    rule r1 {
    if (fact F F1 && fact F F2) {
    println("Results: " + F1.i + ", " + F2.i);
    assert(new F(i:1));
    assert(new F(i:2));
    run();
    How many lines will be printed? The answer is 4 lines because fact F1 and
    fact F2 can be the same instance and will be compared in each operand. Thus,
    the example above results in the following output:
    Results: 2, 2
    Results: 2, 1
    Results: 1, 2
    Results: 1, 1
    Of course if a third F is constructed (e.g. assert(new F(i:3));) then nine
    lines will be printed and if, at the same time, a third term && fact F F3 is
    added than 27 lines will be printed.
    If the user is attempting to find all combinations and orders of distinct facts, they must add and additional term to the test:
    rule r1 {
    if (fact F F1 && fact F F2 && F1 != F2) {
    println("Results: " + F1.i + ", " + F2.i);
    This would then print out:
    Results: 2, 1
    Results: 1, 2
    The simplest (although not the fasted) way to find all combinations of facts, regardless of their order, is to use:
    rule r1 {
    if (fact F F1 && fact F F2 && id(F1) < id(F2)) {
    println("Results: " + F1.i + ", " + F2.i);
    Because the function id() takes longer to execute in test pattern than a direct comparison, the fastest method is to test on a unique value in each object. For example, you could add an integer value property “oid” to your class that is assigned a unique value for each instance of the class. The rule using this would look like:
    rule r1 {
    if (fact F F1 && fact F F2 && F1.oid < F2.oid) {
    println("Results: " + F1.i + ", " + F2.i);
    This problem may also arise if the user attempt to remove all duplicate facts from the rule engine. They may initially write a function like:
    rule rRemoveDups {
    if (fact F F1 && fact F F2 && F1.i = F2.i) {
    retract(F2);
    However, this rule will remove all facts of type F, not just the duplicates because F1 and F2 may be the same fact instance. The correct version of this rule is:
    rule rRemoveDups {
    if (fact F F1 && fact F F2 && F1 != F2 && F1.i = F2.i) {
    retract(F2);
    }

  • Oracle Business Rules with BPM

    Hi
    Please explain how to use Oracle Business Rules in Oracle BPM enterprise and Oracle BPM studio.
    Also please provide links for documents if available.
    Thanks in advance

    Hi,
    It's a good question for which I do not have the answer! I would also want to see some documentation or insights about the integration of OBR and BPM. Will be monitoring this thread.
    Thanks in advance

  • Business Rules Error when Decision Function surfaced as WebService in BPM

    To use a BusinessRule as from a Business Rules activity,it needs to be surfaced as a WebService.
    I've run into an issue where as soon as I check that box and save, the BusinessRule in question goes into a error mode when viewed from the BPM Project Manager (which is why this question is posted here).
    The scenario is this:
    My types are defiend in XSD. There is a SimpleType - FooStepTypeType - which is a retricted xs:string, the common way top create an enumeration. I import this as an XML fact, it creates a Enum bucketset, which is perfect. I create a decision function - DecisionFunction1 - which has an input parameter of this type and a boolean output. I set up a simple decision table to use the input and assert the output. The editor is happy.
    At this point, I can't use the DF in my process, as it's not exposed a service, and won't be selectable via the the Properties/Implementation of a Business Rules activity.
    A soon as I mark the DF as a WebService and save it, an the rule disappears from the Rules section of the Business Catalog and reappears at the root of the catalog in error. In some cases it can't be edited.
    Hovering over the error file produced this error message:
    The argument ‘step’ of decision function ‘DecisionFunction1’ could not build because of ‘BPM-71517: Unable to identify the parameter QName. Cause: ‘FooStepTypeType. Action: Make sure that the decision function parameter is of XML type and exactly one XML Schema Element exists that represents the parameter’.
    My XSD previously did not contain a freestanding element of this type, but had elements defined in another complex type of this type. Adding a freestanding element didn't change anything. In fact it seems that elements are not avaialble to be imported as XMLFacts, only types.
    At this point, if the Rules editor is still open, the DF can be "unserviced" and after saving may be recoverable with a JDev restart. If not, manually removing the DF from the .rules xml file can help recover the file so that it can be edited again.
    SO: THE QUESTIONS.
    Why can't I use a simpleType as an input parameter for a DF exposed as a WebService? What is BPM-71517 asking me to do exactly? I can't find any references to it via searching. Why does eveything seem fine until I expose it?
    Addendum - using JDev 11.1.1.4.0 with BPM tools 11.1.1.4.0.5682
    Addendum2 - upgraded to 11.1.1.5.0 and the problem is still there.....
    TIA,
    Bill
    Edited by: wylderbeast on May 20, 2011 9:38 AM
    Edited by: wylderbeast on May 20, 2011 10:09 AM
    Edited by: wylderbeast on May 31, 2011 3:22 PM

    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

  • Syntax errors in Oracle Business Rules carrental ruleset

    Hi,
    I'm using Oracle Business Rules Rule Author on Windows, version 10.1.3.0.0.
    I'm working with the OTN carrental sample. If i load the supplied file-based repository CarRepository from the %HOWTO_HOME%/dict directory, navigate to the RL tab -> Generate RL-code and select the 'Check RL-Syntax' button I always get the same error message:
    Error:'5}' is undefined at line ... column ... in [DM or vehicleRent]
    If I navigate to 'Test Rulesets' i get the same error, no matter what testfunction i use with the vehicleRent ruleset.
    When i test the sample with the supplied java code i don't get any errors.
    However, if I follow the steps in chapter 2 (javaFact) or 4 (XMLFact) of the Business Rules user guide and setup everything from scratch for a filebased repository i get the same error at runtime.
    I based the filebased repository on the supplied emptyrepository file.
    Seems to make no difference whether I use a filebased or a webdav repository.
    any help on this would be appreciated.
    Rob
    Message was edited by:
    [email protected]

    There are two problems here. First, there is a bug that causes this error string to be displayed incorrectly when using the RuleAuthor in any browser language other than English. If you change the browser language to English, you should see:
    <p>
    A syntax error is found. <br>
    Error:'carrental.Driver' is undefined at line 4 column 14 in DM
    <p>
    The cause of this problem is that carrental.Driver class is not in the classpath for Rule Author. This isn't covered in the how-to. See section 3.10 in the Oracle® Business Rules User’s Guide (B15986-01) (available from here).
    <p>
    From this doc:
    <p>
    Create a rule set you want to test. If the data model includes any Java classes, the
    Java classes must be included in the OC4J classpath. The easiest way to do this is
    to put the JAR files in the following directory, then restart OC4J:
    $ORACLE_HOME/j2ee/home/applications/ruleauthor/lib
    <p>
    or add it as a shared library using EM (specific instructions follow in the doc) and then add that shared library to RuleAuthor.
    Message was edited by:
    philvarner

  • Using third party jars with Oracle Business Rules

    Hi
    I am working on Oracle AS 10g release 2.
    We are using Oracle Business Rules in integration with Oracle BPEL.
    While using third party jars however, Oracle Business Rules end is facing errors.
    Error during unmarshallingProvider com.sun.xml.bind.ContextFactory_1_0_1 not found
    oracle.classloader.util.AnnotatedClassNotFoundException:
    Missing class: com.sun.xml.bind.ContextFactory_1_0_1
    Dependent class: javax.xml.bind.ContextFinder
    Loader: oracle.xml:10.1.0_2
    Code-Source: /D:/oracleasr3/lib/xml.jar
    Configuration: <code-source> (ignore manifest Class-Path) in META-INF/boot.xml in D:\oracleasr3\j2ee\home\oc4j.jar
    Can anybody help in figuring out where Jaxb jars(3rd party jars) are to be kept so that OAS access it?
    We tried using the applib folder to load the jars but we are getting class loading errors.
    When new instances are created, class loading is not happening.
    Pls help.
    Thanks
    Kavya

    Are you using Application Server Release 3 or Release 2? There are different versions listed in your mail.
    I think you probably want to add this as a shared library via EM and then import the shared library to your application with the application's xml config files.

  • Error in file2file with bpm

    iam trying to do file2file scenario with bpm
    file is picking up from input and does not put in output.
    adapters is working fine for this.
    i got an error that "no object found for this message"
    in sxi_cache return code is 99
    in swf_customizing----
    there is some error in like  "error loading hr control data".
    where it went wrong.plz provide solution.

    Hi,
    First do the Cache refresh and then try it once.
    Go throgh the following links , it may solve your problem
    BPE_ADAPTER error on async BPM
    BPM (IP) Error: "No object type found for this message [...]"
    No object type found for this message
    Regards
    Sridhar Goli

  • Deployment Manager Error with Oracle Weblogic Server 10.3.1

    I have installed Identity Manager 9.1.0.2 (patch upgraded from 9.1.0.1) on OEL 5.3 64bit and Weblogic 10.3.1
    Database:Oracle 11gR2 (remote machine).
    **I am aware that IM 9.1.0.2 is not certified on Weblogic 10.3.1 (it is only certified on 10.3),
    The installation was successful and OIManager is up and running. Able to create Users, Resources etc. as well.
    As part of configuring OIM Connectors tried to Import .xml file using Import option from Deployment Management section as below and the following error was displayed.
    "Either your session timed out or you are trying to access a page without logging in".
    Did all workarounds like enabling java, changing browsers, restarting machine etc as per the below discussion but in vain.
    Deployment Manager Error with Oracle Weblogic Server
    Can any one suggest any workaround or solution for this problem.
    Or atleast can any one confirm there is no Identity manager available on this date which is compatible with 10.3.1? and cannot be continued further.
    Thanks in Advance
    Sudheer
    Edited by: SudheerPrabhala on Oct 20, 2009 1:26 AM

    You are facing this issue because you're using a non certified combination.
    Other folks who tried to use OIM in 10.3.1 ended up in the same problem you're facing.

  • IDoc to Soap, with BPM - Permanent error in BPE inbound processing

    Hi Experts,
    IDoc to Soap, with BPM - > Permanent error in BPE inbound processing
    How to rectify this any issue???
    Thanks-
    sk

    Hi,
    The inbound processing encountered a permanent error and the queue therefore stopped.
    The error message "Permanent error in BPE inbound processing" may be caused by the following:
    - At the start or when you process a process instance, the inbound processing encounters an exception that was not handled. This exception is triggered, for example, by a transformation step, a synchronous send step or a control step but it was not caught in an exception handler branch. If the exception that was not handled occurs in the first transaction of the started process instance, the system does not write the process instance to the database but it sets the queue that has this error message to the error status.
    Refer to the help in Note 1082099
    - The inbound processing triggers this error if the correlation evaluation shows that a message should be delivered to a process instance that has the status "error". Since delivery to process instances that contain errors is not permitted, the queue is stopped.
    Use the simulation of the message delivery in the detail view of the relevant queue LUW to determine the relevant process instance for the affected message and use transaction SXMB_MONI_BPE "Continue Process Following Error" (or transaction SWF_XI_SWPR) to continue. If you cannot continue the process instance, check whether you can logically delete the instance. In this case, use the method that is described in Note 807906 to logically delete a process instance.
    Check whether your system contains other process instances that have errors in order to detect similar problems. Use transaction SXMB_MONI_BPE "Continue Process Following Error" or transaction SWF_XI_SWPR.
    Use the report RSWF_CRL_MAINTAIN to check all of the correlation instances in question or the relevant process instances that you can reach using "Display Work Item".
    - Messages that cannot be delivered because no correlation instance can be found may lead to the error that is mentioned here. Check whether the causes that are outlined in Note 1094028 affect your case.
    Hope this will help you.
    Regards
    Aashish Sinha
    PS : reward points if helpful.

Maybe you are looking for

  • How to change default port in 9.2?

    Hi, In 8.1, when I run config wizard, I may assign listening port. But I could not do so in 9.2. I tried to modify startscript.xml and tokenValue.properties under base_domain\init-info\, it did not work. Does anyone know how to change the default por

  • How to import

    Hi, I have import the application pages and tables.When i seen the pages the process that i have define in application was not present.How to export the process,triggers,cursors made in application and then how to import them in another worksapce. se

  • "iPod service failed to start" during install

    Trying to update iTunes to the latest version however, I get the message "Service, 'iPod service' (iPod Service) failed to start. Verify that you have sufficient privleges to start system services" I'm using the administrator account. I can (sometime

  • Reducing size of pattern in Layers Style

    Hello. I'm using Photoshop CS3 and CS6 and have one strange problem. Working with Pattern Overlay menu I set 99% (or less) size of image and unfortunately quality is reducing. This is very strange. 100% image scale (original) have great quality 101%

  • Read SOAP Exception

    Hi XI Guys,                     My scenario is Proxy to Soap Synchronous. I want to read Soap Exception generated by target Application From XI Moni. Since this exception is a part of SOAP Body. How can we read this part of Exception from SOAP Body a