R12.2.0 online patching coding standard on diagnostic scripts

Violations are reported on following diagnostic scripts files.
1)@ File: SOURCE/ap/java/diag/APListXml.xml :
2)@ File: SOURCE/java/oracle/apps/ap/diag/APAccntingHealthCheck.java
These files are
- Data collection script to collect data and diagnose data for customer problem.
- Few queries are based on tables in obsoleted schema(AX) to retrieve historic financial data. Such tables does not have apps synonym. (https://kix.oraclecorp.com/KIX/display.php?labelId=3703&articleId=288495)
- Scripts are not executed by ADPatch and not possible to derive the schema name at run time
- These diagnostics are executed only on development request for diagnosing the issue and customer may not need to run when patch edition is open.
 Hence we would request waiver on the above files.

Hi;
R12.2.0 Please mention your correct version. What is your reference note?Is there any error message?
R12.0.6+ : Oracle Payables Invoice Data Data Collection Test [ID 732163.1]
R12: Aplist Diagnostics Shows Error 'ODX-0251: Unable to find stored variable SQL_115_AX' [ID 879035.1]
Regard
Helios

Similar Messages

  • R12.2.0 online pathcing coding standard - table alias name = shcema name

    We are getting coding standard violation error for particular file saying schema name is hard coded in the file. But actually we didn't use any table name with schema name.
    For ex.
    select xle.event_id from xla_events xle;
    Here the table xla_event doesn't use any schema name, but the "XLE" is a schema name in database. Because of this we are getting code standard violation error.
    This shouldn't be a coding violation.

    Please post the details of the application release, database version and OS.
    We are getting coding standard violation error for particular file saying schema name is hard coded in the file. But actually we didn't use any table name with schema name.How do you get this error?
    For ex.
    select xle.event_id from xla_events xle;
    Here the table xla_event doesn't use any schema name, but the "XLE" is a schema name in database. Because of this we are getting code standard violation error.
    This shouldn't be a coding violation.What is the complete error message? What is the patch you are trying to apply?
    Thanks,
    Hussein

  • What is Oracle's recommendation of enabling a 3rd Party application for Online Patching? Is this a requirement with EBS R12.2 or is this something that can be done in phases for e.g.:

    Hello -
    My Oracle Partner account uses Oracle EBS, Fusion Apps and is in the process of migrating from 10g to 11g;  forwarding their question here -
    What is Oracle’s recommendation of enabling a 3rd
    Party application for Online Patching? Is this a requirement with EBS R12.2 or
    is this something that can be done in phases for e.g.
    Phase 1: Oracle EBS utilizes Online patching while
    the 3rd Party application does not leverage edition based
    redefinition for Online patching
    Phase 2: 3rd Party application is modified
    to leverage edition based redefinition Online patching mechanism.
    I would appreciate any insight/recommendations you may have
    regarding Online patching for EBS 12.2.

    This seems to be related to EBS an may be better answered in the EBS forums as this forum is dedicated to Fusion.
    Jani Rautiainen
    Fusion Applications Developer Relations
    https://blogs.oracle.com/fadevrel/

  • 11i to R12 upgrade : Unable to merge patch 9179588:R12.AD.B with 9477107:R12.AD.B and patch 7461070:R12.AD.B.1

    Hello Sir,
    As per readme for Patch 9179588, I am trying to merge patch (9179588:R12.AD.B) with 9477107:R12.AD.B and R12.AD.B.1
    (patch 7461070). When I run admrgpch without -admode option, admrgpch completes successfully.
    However, when I just add -admode option in same command, getting error that "invalid option -s". Please see below details and suggest since there is Note: This merge should be a full merge using -admode.
    +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    drix10:/fmstop/patches/R1211AD/merge>ls -lrt
    total 13992
    -rw-r--r-- 1 appltest dba 7035668 Aug 03 10:59 p7461070_R12_AIX64-5L.zip
    -rw-r--r-- 1 appltest dba 79016 Aug 04 03:48 p9179588_R12.AD.B_R12_GENERIC.zip
    -rw-r--r-- 1 appltest dba 38579 Aug 04 05:22 p9477107_R12.AD.B_R12_GENERIC.zip
    -rw-r--r-- 1 appltest dba 94 Aug 04 13:27 manifest.txt
    drix10:/fmstop/patches/R1211AD/merge>cat manifest.txt
    p7461070_R12_AIX64-5L.zip
    p9179588_R12.AD.B_R12_GENERIC.zip
    p9477107_R12.AD.B_R12_GENERIC.zip
    drix10:/fmstop/patches/R1211AD/merge>
    drix10:/fmstop/patches/R1211AD/merge>admrgpch -admode -s /fmstop/patches/R1211AD/merge -d /fmstop/patches/R1211AD/merge -merge_name merged_R12AD11 -manifest manifest.txt
    Error: Invalid option: -s
    usage: admrgpch -help
    admrgpch <source_directory> <destination_directory>
    admrgpch -s <source_directory> -d <destination_directory>
    [-verbose <level>] [-merge_name <pattern>]
    [-manifest <filename>] [-logfile <filename>]
    where
    * -help Print help message.
    * -verbose <level> Can be one of: { 0(SILENT),
    1(QUIET), 2(VERBOSE) or 3(LOUD) }
    Default - 1(QUIET).
    * -merge_name <pattern> The name of the merged patch (max 24 characters).
    Default - "merged".
    * -s <source_directory> Path of source directory where all patches to be
    merged have been unzipped.
    * -d <destination_directory> Path of destination directory where the merged
    patch will be created.
    * -manifest <filename> Full pathname of a file containing the list of
    patch zip files to be merged.
    * -logfile <filename> Admrgpch log file name.
    Default:"<CWD>/admrgpch.log".
    +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    Without option -admode :
    drix10:/fmstop/patches/R1211AD/merge>admrgpch -s /fmstop/patches/R1211AD/merge -d /fmstop/patches/R1211AD/merge -merge_name merged_R12AD11 -manifest manifest.txt
    unzipping p7461070_R12_AIX64-5L.zip..
    unzipping p9179588_R12.AD.B_R12_GENERIC.zip..
    unzipping p9477107_R12.AD.B_R12_GENERIC.zip..
    Executing the merge of the patch drivers
    -- Processing patch: /fmstop/patches/R1211AD/merge/7461070
    -- Done processing patch: /fmstop/patches/R1211AD/merge/7461070
    -- Processing patch: /fmstop/patches/R1211AD/merge/9179588
    -- Done processing patch: /fmstop/patches/R1211AD/merge/9179588
    -- Processing patch: /fmstop/patches/R1211AD/merge/9477107
    -- Done processing patch: /fmstop/patches/R1211AD/merge/9477107
    Copying files...
    5% complete. Copied 44 files of 876...
    10% complete. Copied 88 files of 876...
    15% complete. Copied 132 files of 876...
    20% complete. Copied 176 files of 876...
    25% complete. Copied 219 files of 876...
    30% complete. Copied 263 files of 876...
    35% complete. Copied 307 files of 876...
    40% complete. Copied 351 files of 876...
    45% complete. Copied 395 files of 876...
    50% complete. Copied 438 files of 876...
    55% complete. Copied 482 files of 876...
    60% complete. Copied 526 files of 876...
    65% complete. Copied 570 files of 876...
    70% complete. Copied 614 files of 876...
    75% complete. Copied 657 files of 876...
    80% complete. Copied 701 files of 876...
    85% complete. Copied 745 files of 876...
    90% complete. Copied 789 files of 876...
    95% complete. Copied 833 files of 876...
    100% complete. Copied 876 files of 876...
    Character-set converting files...
    3 unified drivers merged.
    Patch merge completed successfully
    Please check the log file at ./admrgpch.log.
    +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    I am executing admrgpch after sourcing 11i environment and version for admrgpch is :
    drix10:/fmstop/fmstest/fmstestappl/ad/11.5.0/bin>adident Header admerge.pl
    admerge.pl:
    $Header admerge.pl 115.22 2008/09/18 12:12:08 nissubra noship $

    Hi Srini,
    Thanks a lot !
    Actually, I tried that one as well by running admrgpch from newly installed R12 code tree and I got below error.
    drix10:/fmstop/r12apps/apps/apps_st/appl/ad/12.0.0/bin>ls -rlt admrgpch
    -rwxr-xr-x    1 appltest dba        14293576 Mar 30 2009  admrgpch
    drix10:/fmstop/r12apps/apps/apps_st/appl/ad/12.0.0/bin>admrgpch -s /fmstop/patches/R1211AD/merge -d /fmstop/patches/R1211AD/merge -merge_name merged_R12AD11 -manifest manifest.txt -admode
    exec(): 0509-036 Cannot load program ./admrgpch because of the following errors:
            0509-150   Dependent module libnnz10.so could not be loaded.
            0509-022 Cannot load module libnnz10.so.
            0509-026 System error: A file or directory in the path name does not exist.
    Then I sourced R12 environment file and ran same command. Its completed successfully.
    drix10:/fmstop/patches/R1211AD/merge>admrgpch -s /fmstop/patches/R1211AD/merge -d /fmstop/patches/R1211AD/merge -merge_name merged_R12AD11 -manifest manifest.txt -admode
    unzipping p7461070_R12_AIX64-5L.zip..
    unzipping p9179588_R12.AD.B_R12_GENERIC.zip..
    unzipping p9477107_R12.AD.B_R12_GENERIC.zip..
    Executing the merge of the patch drivers
    -- Processing patch: /fmstop/patches/R1211AD/merge/7461070
    -- Processing file: /fmstop/patches/R1211AD/merge/7461070/u7461070.drv
    -- Done processing file: /fmstop/patches/R1211AD/merge/7461070/u7461070.drv
    -- Done processing patch: /fmstop/patches/R1211AD/merge/7461070
    -- Processing patch: /fmstop/patches/R1211AD/merge/9179588
    -- Processing file: /fmstop/patches/R1211AD/merge/9179588/u9179588.drv
    -- Done processing file: /fmstop/patches/R1211AD/merge/9179588/u9179588.drv
    -- Done processing patch: /fmstop/patches/R1211AD/merge/9179588
    -- Processing patch: /fmstop/patches/R1211AD/merge/9477107
    -- Processing file: /fmstop/patches/R1211AD/merge/9477107/u9477107.drv
    -- Done processing file: /fmstop/patches/R1211AD/merge/9477107/u9477107.drv
    -- Done processing patch: /fmstop/patches/R1211AD/merge/9477107
    Copying files...
    5% complete. Copied 45 files of 883...
    10% complete. Copied 89 files of 883...
    15% complete. Copied 133 files of 883...
    20% complete. Copied 177 files of 883...
    25% complete. Copied 221 files of 883...
    30% complete. Copied 265 files of 883...
    35% complete. Copied 310 files of 883...
    40% complete. Copied 354 files of 883...
    45% complete. Copied 398 files of 883...
    50% complete. Copied 442 files of 883...
    55% complete. Copied 486 files of 883...
    60% complete. Copied 530 files of 883...
    65% complete. Copied 574 files of 883...
    70% complete. Copied 619 files of 883...
    75% complete. Copied 663 files of 883...
    80% complete. Copied 707 files of 883...
    85% complete. Copied 751 files of 883...
    90% complete. Copied 795 files of 883...
    95% complete. Copied 839 files of 883...
    100% complete. Copied 883 files of 883...
    Character-set converting files...
      3 unified drivers merged.
    Patch merge completed successfully
    Please check the log file at ./admrgpch.log.

  • What are the best coding standards for ADF 11g?

    Hi,
    Do we have any link that will suggest the best coding standard practices used for ADF 11g?
    I am looking out from the perspective of some standards that can be defined before starting my project to know the team on how to
    1. Minimize Duplicity and max reusability of code
    2. Package the code
    3. Resource bundle usage and its calls
    4. Maintainning format consistency eg. date display format, number format
    5. Exception handling
    6. Logging
    7. Namiing conventions
    Also then we might have standards on
    1. Task flow dev.
    2. EO and VO creation standards
    3. UI development standards [purely ADF component based]
    Thanks in advance
    Edited by: user8925296 on May 26, 2010 3:24 PM

    The ADF Enterprise Methodology Group has a page on standards that gives you a starting point on many of your questions: http://groups.google.com/group/adf-methodology/web/adf-coding-standards
    John

  • Oracle Database 11.1.0.6 Online Patch

    I'm trying to make some testing on Online Patching. My dev environment contains of two RAC clusters (2 nodes each) configured in Data Guard with Physical Standby. The problem is that description of every patch for my version on Metalink states that I need to shutdown all instances before patching, so I suppose it's impossible to apply them online. Is it possible to apply any of these patches online? If it isn't, where should I go to find patch to apply online?
    SQL> SELECT banner FROM v$version;
    BANNER
    Oracle Database 11g Enterprise Edition Release 11.1.0.6.0 - Production
    PL/SQL Release 11.1.0.6.0 - Production
    CORE     11.1.0.6.0     Production
    TNS for Linux: Version 11.1.0.6.0 - Production
    NLSRTL Version 11.1.0.6.0 - Production
    SQL> !uname -svro
    Linux 2.6.18-128.el5 #1 SMP Wed Jan 21 07:58:05 EST 2009 GNU/Linux

    Little bit closer, but it still isn't that. I've found some [dummy patch|https://updates.oracle.com/download/6198642.html] created by Oracle for testing purposes of hot patching. But all what this patch is doing is copying some SQL to directory in ORACLE_HOME - without any shared library switch (no messages in alert.log). I'd be very glad if somebody can tell me where to find REAL patch I can apply online (Oracle states that about 95% of interim patches can be applied online - is it possible that all patches for Linux-32 and 11.1.0.6 are in five percents that doesn't apply? :-) )
    ------ UPDATE -------
    Or maybe somebody know where can I download this "patch":
    http://www.oracle.com/technology/deploy/availability/viewlets/planned-maintenance/online_patching_complete_withhelp_viewlet_swf.html
    Edited by: Łukasz Mastalerz on May 25, 2009 12:43 PM

  • Please help regarding PLSQL coding standards

    Hi,
    Can you please send any document for PL/SQL coding standards,
    Please help.. I did nt find any good resources on net regarding..
    Pleease help me if any pdf regarding are exitst to my mail id
    [email protected]
    Thanks and Regards
    asp

    I did nt find any good resources on net regarding..Here is a list from the net for you to start with (courtesy of many of the fellow posters here in these forums), and there will be plenty more. Just need to search correctly.
    http://www.redhat.com/docs/manuals/waf/rhea-dg-waf-en-6.0/ap-sql-standards.html
    http://www.orafaq.com/faqplsql.htm
    http://www.williamrobertson.pwp.blueyonder.co.uk/documents/plsqlcodingstandards.html
    http://www.orafaq.com/node/48
    http://apex.oracle.com/pls/otn/f?p=2853:4:11598658413321972351::NO::P4_QA_ID:3262
    http://www.bbc.co.uk/guidelines/newmedia/technical/databases.shtml
    Message was edited by:
    Kamal Kishore
    Message was edited by:
    Kamal Kishore

  • OO ABAP and BSP coding standards

    Hi,
    Can anyone send me the documnet for OO ABAP and BSP coding standards.
    Points will be rewarded.
    Regards
    Sandeep Reddy

    Hi,
    Can anyone send me the documnet for OO ABAP and BSP coding standards.
    Points will be rewarded.
    Regards
    Sandeep Reddy

  • XQuery Coding Standards

    Are there any XQuery coding standards defined for use in OSM?
    Or does Oracle provide any such standards for naming conventions, variable names, the case-sensitivity etc?
    Or are the standards similar to what we follow for Java?
    Please help.
    Thanks in advance!

    OSM does not dictate a specific set of coding guidelines for XQuery, just as it does not for Java. Normally coding guidelines (whether for Java, XQuery or other technologies) would be defined for a given project based on the best practices and experiences of the System Integrator or Service Provider that is implementing OSM.
    Given that XQuery is an industry standard language, we would encourage you to follow best practices established in the industry.
    Generally, for XQuery code that the OSM product team writes we follow Java style naming conventions and style wherever applicable. This is a convention we find reasonable given our team routinely writes and reviews both XQuery and Java code so having the same naming convention makes sense.
    If there are are additional more specific questions you have on this topic feel free to ask them and we'll do our best to help you.
    Regards,
    Brian Dueck
    VP - Product Strategy and Design
    Oracle Communications
    Edited by: brian.dueck on Jul 4, 2011 1:59 PM

  • Peer reviews,coding standards and audit norms

    hi,
    what is meant by peer reviews, coding standards and audit norms in development project of ABAP.
    regds:
    balakrishna.

    Hi Bala,
    Peer review: The code which is written by the developer will be cross checked by one of the team member if the code fulfills the technical spec or not.
    Coding Standards: In a project the client and the software service provider will have an understanding regarding naming convention of all variables, constants, internal table, select-options, etc.
    Example: if it is a select-options the field should be named with the first letter S_ then you will write S_Matnr, and for variables you have to follow V_ then V_maktx.
    Audit norms: Audit norms will depend on the organization so it does not have any standard answer.
    Regards,
    Lakshmikanth

  • SAP coding Standards

    Hi techies,
    Can any one give me the coding standards for ABAP suggested by SAP.??
    no company or client specfic coding standards... only SAP Labs suggested coding standards
    Useful inputs on this will be highly appreciated.
    Thanks in advance
    ~Lakshmiraj~~

    Hi,
    <b>Check this URL.</b>
    http://web.mit.edu/sapr3/dev/newdevstand.html
    In this link, first u have introduction,
    then how to update this guide,
    abap/4 background then only
    <b>CODING STANDARD</b>
    <b>Regards,
    Jackie.</b>

  • Coding standard

    Hi,
    can anyone provide me with details about the new ABAP coding standards in Netweaver 2004s.If there is anything specific
    to BI 7.0, that will be really great.
    Thanks

    Hi Vaishali,
           I think this Link will give you some information about
           Coding Standards in Netweaver 2004
           Link is:-
              http://www.sap.com/platform/netweaver/pdf/BWP_SB_SAP_NetWeaver_Platform_2004.pdf
    Reward points if contents are useful...
    Regards,
    Mandeep.

  • One of worst  function module released by SAP in terms of coding standard

    Hi ,
      I have ever come across SAP function module in terms of Coding standard.
    "J_1I4_GET_ACTUAL_DUTY_IN_LIV".
    Please if any one knows SAP Quality team id please forward this function module to them.
    I do know how SAP has released this kind of function module
    Thanks
    Venkat
    Moderator message: moved to general discussions forum.
    Edited by: Thomas Zloch on Oct 4, 2011 10:42 PM

    LoL!
    [SAP Note 783224 - Rollback of the note 429073|https://service.sap.com/sap/support/notes/783224] is high priority...
    Important:
    The changes provided have to be applied MANUALLY. These changes cannot be applied via S Note or Note Assistant.
    The comments, notes about changes and some corrections to previous notes which changed the FM (manually) mention legal requirements very often...
    It is quite possible that the developer author is a lawyer
    Cheers,
    Julius

  • Implementation of Oracle Coding Standards and Code Quality Checks

    I wanted to implement a list of coding standards and code quality checks for my oracle packages,functions,views,tableetc .
    for example
    All variables with number datatype should start with N_ and charcter type with C_ in all my tables & views definition.
    This can be identified during peer review & can be corrected, but i think this is a repeated process which i don want to burden the developers rather i wanted a tool which does all these kind of checks which can be automated.
    Is there any tool which does this operation or can someone give me a little idea how can i automate these stuffs bu creating a generic oracle procedure which can run through all the tables,views and generate a error report for those which are deviating from the standards.
    Thus we can reduce the manual effort spent on peer review, please suggest.
    thanks in advance

    maru wrote:
    I wanted to implement a list of coding standards and code quality checks for my oracle packages,functions,views,tableetc .
    for example
    All variables with number datatype should start with N_ and charcter type with C_ in all my tables & views definition.Hungarian notation is dead. It has no place in modern programming languages. Has no place in PL/SQL. Anit ain't just me saying that.
    +"Encoding the type of a function into the name (so-called Hungarian notation) is brain damaged—the compiler knows the types anyway and can check those, and it only confuses the programmer."+
    Linus Torvalds
    +"No I don't recommend 'Hungarian'. I regard 'Hungarian' (embedding an abbreviated version of a type in a variable name) a technique that can be useful in untyped languages, but is completely unsuitable for a language that supports generic programming and object-oriented programming—both of which emphasize selection of operations based on the type an arguments (known to the language or to the run-time support). In this case, 'building the type of an object into names' simply complicates and minimizes abstraction."+
    Bjarne Stroustrup
    2) Conditional Statements
    IF (x = 1) --> Wrong
    IF ((x = 1) AND (y = 2)) --> wrong
    IF x = 1 AND y = 2 --> RightIdiotic rules. The simple rule should be readability of code. Not how many brackets to use, and when not to use brackets. Minute standards like detracts from designing and writing proper code, fast and efficiently.
    There are many more rules (which is specific to ur application) which can be incorporated in the tool, there by giving consistency ,readability and easy to maintain for the developers.Bull. The more rules there are, the more difficult it becomes for programmers to write code. As it is no longer about writing readable and flexible and performing code - it is about double checking every single statement line against a huge list of rules about do's and dont's. It is not about getting the programmer focusing on solving the problem - it is about distracting the programmer with a complex and large rule list of how the code should look like.
    Sorry - but this rubs me the wrong way. In that environment, I would be the first to tell you to shove your "+many more rules+".
    I've developed systems in over a dozen languages over the years. I've seen all kinds of standards. The standards that work are those that are short, simple and sensible. Hungarian notation is not sensible. Writing reserved words in uppercase is not sensible. Dictating how brackets should be used is not sensible.
    What is sensible is using the de facto naming standards in use today - as per .Net Guidelines for Names (MSDN) and Code Conventions for the Java Programming Language.
    What is sensible is providing guidelines like bulk collection needs to be justified (not possible using SQL only) and use the limit clause to manage memory spend on the collection variable. Or how packages need to be used to modularise code, providing a public interface and private implementation.
    Standards are about creating a sensible and easy-to-use framework for writing code. It is not about creating a list of a 1001 rules that a developer needs to remember and adhere to, as if the developer is now part of some weird religious sect that has rules for every single aspect of human behaviour.

  • Applying R12.AD.A minipack Patch 4502962

    HI
    when applying R12.AD.A minipack Patch 4502962,the following error occurred
    ERROR at line 1:
    ORA-04068: existing state of packages has been discarded
    ORA-04065: not executed, altered or dropped stored procedure "PUBLIC.DBMS_SQL"
    ORA-06508: PL/SQL: could not find program unit being called: "PUBLIC.DBMS_SQL"
    ORA-04065: not executed, altered or dropped stored procedure "PUBLIC.DBMS_SQL"
    ORA-06508: PL/SQL: could not find program unit being called: "PUBLIC.DBMS_SQL"
    ORA-06512: at "SYSTEM.AD_DDL", line 165
    ORA-06512: at line 19
    Can anyone pls help on this
    Regards

    ORA-04068: existing state of packages has been discarded
    ORA-04065: not executed, altered or dropped stored procedure "PUBLIC.DBMS_SQL"
    ORA-06508: PL/SQL: could not find program unit being called: "PUBLIC.DBMS_SQL"
    ORA-04065: not executed, altered or dropped stored procedure "PUBLIC.DBMS_SQL"
    ORA-06508: PL/SQL: could not find program unit being called: "PUBLIC.DBMS_SQL"Looks like the package status is INVALID so compile it manually (or using utlirp.sql and utlrp.sql scripts) and check then.
    ORA-04068 Errors When Attempting To Login To OFSA After Upgrading to RDBMS 10G [ID 748741.1]
    DBMS_SQL Errors Running Ofspa Executable on Server After Upgrade to 10g [ID 445197.1]
    Thanks,
    Hussein

Maybe you are looking for

  • G72Gx-RBBX09 out of stock

    The G72Gx-RBBX09 has been out of stock online for a long time and I went to one of the stores and they said they don't have it in the store and that It's only available online. When is it going to be back in stock?

  • Being asked to verify email address Phishing?

    Right after after i log in, I am being sent to a full screen that asks to verify my email address. As of yet ,I have not done this and have instead gone back to a google portal to access email without being verified. Is this a phishing ploy? How can

  • 808 Belle FP2

    Is it me or is "Swipe to unlock" rather slow as missing tap to unlock already? Prefer not to use spring loaded "lock-key" as probably first component to fail! Happy to have helped forum with a Support Ratio = 42.5

  • How to Create MultiDataSource in Weblogic 10.3

    Hi , I am looking for some sample code (java code not the WLS code) or document which provides enough details to create JDBC Multi DataSource in Weblogic 10.3. I am able to create the dataSource but not able to do for MDS. Thanks in Advance Edited by

  • Axis 1.3 webservices exception gives problem

    I am creating webservices using AXIS 1.3. While throw the exception, we are using the "org.w3c.dom.Element" to set the error message into the exception. But when the control reaches the following line of code I am getting NullpointerException. detail