Customizing Applications with MDS

I have been investigating static customization using MDS and have read through [Customizing Applications with MDS|http://download.oracle.com/docs/cd/E12839_01/web.1111/b31974/customize.htm] (and the seemingly identical copy in JDeveloper's Help Center). However, I have been unable to customize my application because I get this error (some parts have been abbreviated) when starting JDeveloper with the Customization Developer Role:
Error initializing MDS configuration for application "file:/C:/Documents and Settings/..._adf_main.jws". Customizations disabled for this application. MDS-00035: cannot load the class: oracle....uiview.IndustryCC.
The problem is that I do not know how to add the particular class to JDeveloper's classpath as instructed in section 33.2.1.4 of the documentation. I have added my class to JDeveloper's classpath via dropping a .jar into lib/ext of the JRE but then had horrible dependency troubles.
While walking through the documentation, I discovered that Example 33-1 and its surrounding documentation are out-of-date because getIDPrefix() is final in CustomizationClass and thus cannot be overridden as the documentation instructs.
I am using JDeveloper Version 11.1.1.1.0 Build JDEVADF_11.1.1.1.0_GENERIC_090421.1521.5361.
How do I successfully enter customization mode for my application?

Thank you. I got it working.
All I needed was the path provided at Create and Deploy a Customization Class, item 7.
I will note that the documentation does not have any slashes in its path:
<JDEVELOPER_HOME>jdeveloperjdevlibpatches<jar_file_name>
I got it to work after I copied the jar file I had already prepared to:
<JDEVELOPER_HOME>/jdeveloper/jdev/lib/patches/<jar_file_name>

Similar Messages

  • Customizing Application with MDS

    Dear OTN users,
    I have read maybe everything in the web what can found for MDS and find many solutions but can`t solve my problem. I want very simple thing - to have one user to change for example columns in one table and after that this table to be visible for all other users with this view. But when other users make some change I don`t want to reflect to view. I am using JDeveloper 11.1.1.1.0 and use my own user authentication and authorization. I thing for solving this problem maybe must write my customization classes to provide this functionality. Maybe if I can revert the example of layered customization with two page`s will be work for me. Other way that I was thinking is to put component "Select Many Shuttle" and some other for customize the tables columns and dimensions. So my question is can I solve my problem with MDS or is better to find some other features in Oracle ADF. Thank you for help.
    Best Regards!
    Radostin Stefanov

    Hi,
    it sounds that you would need to change the MDS layer directly for a specific customization layer since there is no setting that allows only a single person to perform changes for the rest of the users. Looking at the MDS JavaDoc published on OTN
    http://download.oracle.com/docs/cd/E15523_01/doc.1111/e14776/toc.htm
    it seems that the runtime APIs are not public. Any chance for you to use seeded customization and have the changes applied using Oracle JDeveloper - or is the customization something that needs to be created dynamically on the fly
    Frank

  • SSO Enabling a custom application with OAM

    Hi All !
    Am a bit stuck on a problem and need some urgent help. Actually we are trying to launch some custom-built (J2EE/.NET) web applications from the Oracle Portal with SSO i.e. once the user logs into the portal he would not have to log-in again to the applications which would be launched from the portal home page.
    We have successfully integrated the Oracle Portal with the OAM SSO, but facing some problems with SSO enabling the custom applications. Any help on what should be the ideal integration architecture and approach for SSO enabling the apps with minimum amount of modification of the application code.
    The licenses are available for OID, OVD, OAM.
    Thanks in advance. Any views/comments/links to useful material appreciated.
    Cheers
    Soumak

    If your custom application uses its own database for Authentication, then you have to modify the login process for your application. i.e. you have to trust the OAM to have done the authentication and then create any custom cookie that your application might use in its landing page.
    I am assuming that your custom application have some way of tracking if the user has logged in or not. You can protect the Custom application URL within OAM and once the user has logged in you can then generate your custom application cookie.
    Even if you use OVD, you stil have to modify login process in your custom appliation to trust the third party to have done the authentication.
    Thanks
    Ram

  • Custom Application In EBS 11i

    hi friends
    I want to find custom application with all information by using database
    thanks
    Yogesh

    user11972687 wrote:
    hi friends
    I want to find custom application with all information by using database
    thanks
    YogeshThere is no direct way to get this list unless you have it documented or you followed the naming conventions -- https://forums.oracle.com/forums/search.jspa?threadID=&q=Custom+AND+List&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
    Please search the forum before posting similar questions.
    Thanks,
    Hussein

  • Location for class files for the custom application

    Hello everyone.
    I want to create new custom application with the short name as "myapp". According to convention what should be the namespace? Should it be mycompany.app.myapp or should it have oracle somewhere in the namespace?
    - Yora

    Hi Yora,
    Package Structure for Standard Application like below
    oracle.apps.myapp.webui  //Structure for Page and Region.xml(PG.xml,RN.xml,CO.class)
    oracle.apps.myapp.server  //Structure for .class files(VO,AM)
    Package Structure for custom Application like  below
    mycompany.oracle.apps.myapp.webui  //Structure for Page and Region.xml
    mycompany.oracle.apps.myapp.server  //Structure for .class files
    Thanks,
    Dilip

  • How to migrate custom application from AK to MDS ?

    I have got a custom application in Apps 11.5.8 where the data is stored in the AK_REGIONS table, etc. and the custmo application is registered in FND_APPLICATION table correctly. When applying the OAF 5.7 patch, the data is not migrated to MDS.
    Answer:
    This is because the OAF 5.7 patch does not migrate product data automatically. It is up to the development teams to do this.
    With Custom applications, there is apparently no documented or supported mechanism to migrate this data from AK to MDS.
    Solution:
    OA Framework 5.7 (or OAF 5.10) can read the page definitions out of AK, so there is no pressing need to migrate the page definitions anyway. (See Metalink Note 216823.1 for example of this) When a page needs to be changed, the page will need to be changed via AK Developer as before, or manually recreated using JDeveloper which will then be using the MDS repository.

    Do you mind telling me how you do it from the client ? All the libraries for the import utilities seem to be present in the application server. How (and what) to bring to the client where my jdeveloper resides ?
    Thanks in advance...

  • Error while accessing application with custom components

    Hi experts,
    I have an application (HAP_MAIN_DOCUMENT) of component FPM_OIF_COMPONENT which uses a Webdynpro component with the same name (HAP_MAIN_DOCUMENT). This Webdynpro component (HAP_MAIN_DOCUMENT) uses 2 other components (HAP_DOCUMENT_BODY and HAP_DOCUMENT_HEADER).
    For my client requirement, i need to create the custom components by copying from standard components as the UI layout changes are quiet huge and not manageable with the enhancements. To accomodate this i have changed the standard configurations by replacing the standard web dynpro components with the custom ones copied. Apart fomr this there are no changes to the standard.
    While trying to access the application, i am getting the error as Null object reference. the details of the error is as below. Please advice.
    Portal Error
    Error when processing your request
    What has happened?
    The URL http://ddrsap12.dubal.domain:8001/sap/bc/webdynpro/sap/HAP_MAIN_DOCUMENT/ was not called due to an error.
    Note
    The following error text was processed in the system DSD : Access via 'NULL' object reference not possible.
    The error occurred on the application server ddrsap12_DSD_01 and in the work process 0 .
    The termination type was: RABAX_STATE
    The ABAP call stack was:
    Method: WDDOINIT of program /1BCWDY/LUR96POELQNL3TIUWPYS==CP
    Method: IF_WDR_VIEW_DELEGATE~WD_DO_INIT of program /1BCWDY/LUR96POELQNL3TIUWPYS==CP
    Method: DO_INIT of program CL_WDR_DELEGATING_VIEW========CP
    Method: INIT_CONTROLLER of program CL_WDR_CONTROLLER=============CP
    Method: INIT_CONTROLLER of program CL_WDR_VIEW===================CP
    Method: INIT of program CL_WDR_CONTROLLER=============CP
    Method: GET_VIEW of program CL_WDR_VIEW_MANAGER===========CP
    Method: BIND_ROOT of program CL_WDR_VIEW_MANAGER===========CP
    Method: INIT of program CL_WDR_VIEW_MANAGER===========CP
    Method: INIT_CONTROLLER of program CL_WDR_INTERFACE_VIEW=========CP
    ST22 Dump Analysis
    Short text
        Access via 'NULL' object reference not possible.
    What happened?
        Error in the ABAP Application Program
        The current ABAP program "/1BCWDY/LUR96POELQNL3TIUWPYS==CP" had to be
         terminated because it has
        come across a statement that unfortunately cannot be executed.
    Information on where terminated
        Termination occurred in the ABAP program "/1BCWDY/LUR96POELQNL3TIUWPYS==CP" -
         in "WDDOINIT".
        The main program was "SAPMHTTP ".
        In the source code you have the termination point in line 4640
        of the (Include) program "/1BCWDY/B_LUXVEOR5WUW66V6QRRNU".
        Termination occurred in a Web Dynpro application
          Web Dynpro Component          ZWD_HAP_DOCUMENT_HEADER
          Web Dynpro Controller         VW_HEADER_MAIN
        The termination is caused because exception "CX_SY_REF_IS_INITIAL" occurred in
        procedure "WDDOINIT" "(METHOD)", but it was neither handled locally nor
         declared
        in the RAISING clause of its signature.
        The procedure is in program "/1BCWDY/LUR96POELQNL3TIUWPYS==CP "; its source
         code begins in line
        4619 of the (Include program "/1BCWDY/B_LUXVEOR5WUW66V6QRRNU ".
    Active Calls/Events
    No.   Ty.          Program                             Include                             Line
          Name
       33 METHOD       /1BCWDY/LUR96POELQNL3TIUWPYS==CP    /1BCWDY/B_LUXVEOR5WUW66V6QRRNU       4640
          CL_VW_HEADER_MAIN_CTR=>WDDOINIT
          Web Dynpro Component          ZWD_HAP_DOCUMENT_HEADER
          Web Dynpro Controller         VW_HEADER_MAIN
       32 METHOD       /1BCWDY/LUR96POELQNL3TIUWPYS==CP    /1BCWDY/B_LUXVEOR5WUW66V6QRRNU         70
          CLF_VW_HEADER_MAIN_CTR=>IF_WDR_VIEW_DELEGATE~WD_DO_INIT
          Web Dynpro Component          ZWD_HAP_DOCUMENT_HEADER
          Web Dynpro Controller         VW_HEADER_MAIN
       31 METHOD       CL_WDR_DELEGATING_VIEW========CP    CL_WDR_DELEGATING_VIEW========CM003     3
          CL_WDR_DELEGATING_VIEW=>DO_INIT
       30 METHOD       CL_WDR_CONTROLLER=============CP    CL_WDR_CONTROLLER=============CM00Q     3
          CL_WDR_CONTROLLER=>INIT_CONTROLLER
       29 METHOD       CL_WDR_VIEW===================CP    CL_WDR_VIEW===================CM00K     5
          CL_WDR_VIEW=>INIT_CONTROLLER
       28 METHOD       CL_WDR_CONTROLLER=============CP    CL_WDR_CONTROLLER=============CM002     7
          CL_WDR_CONTROLLER=>INIT
       27 METHOD       CL_WDR_VIEW_MANAGER===========CP    CL_WDR_VIEW_MANAGER===========CM008    70
          CL_WDR_VIEW_MANAGER=>GET_VIEW
       26 METHOD       CL_WDR_VIEW_MANAGER===========CP    CL_WDR_VIEW_MANAGER===========CM005    23
          CL_WDR_VIEW_MANAGER=>BIND_ROOT
       25 METHOD       CL_WDR_VIEW_MANAGER===========CP    CL_WDR_VIEW_MANAGER===========CM00B    17
          CL_WDR_VIEW_MANAGER=>INIT
       24 METHOD       CL_WDR_INTERFACE_VIEW=========CP    CL_WDR_INTERFACE_VIEW=========CM004    11
          CL_WDR_INTERFACE_VIEW=>INIT_CONTROLLER
       23 METHOD       CL_WDR_CONTROLLER=============CP    CL_WDR_CONTROLLER=============CM002     7
          CL_WDR_CONTROLLER=>INIT
       22 METHOD       CL_WDR_VIEW_MANAGER===========CP    CL_WDR_VIEW_MANAGER===========CM008    70
          CL_WDR_VIEW_MANAGER=>GET_VIEW
    Thanks in advance,
    Regards,
    Ravi.

    Hi ,
    How are you able to configure Custom Web dynpro application to Appraisal document instead of HAP_MAIN_DOCUMENT. could you please share the steps. We have created custom application a copy of HAP_MAIN_DOCUMENT and the other two webdynpro components are also copied.
    We dont know how to link this to Appraisal template. BADI HRHAP00_BSP_TMPL is used to change application names for BSP application. How to change application name for Web dynpro ABAP. Please share the stpes which will help us
    Thanks and Regards,
    Kothand

  • Are there ways to interface OBIEE with customer application?

    Our OBIEE version is 10.3.4 on Redhat, OBIEE connect to a Oracle 11.2.0.2 database running on the same box of Redhat as OBIEE. Our application is java based web application using Tomcat, it point to OLTP database of Oracle 11.2.0.2 on an dedicated Redhat server.
    One of the original requirements for the application was to process OLTP data with complecated logic and create reports in text files. Now the customer wants to use OBI to display, print and distribute the reports. The best way to meet this requirement change at the late stage of development appear to be interfacing the application with OBIEE, if possible at all. That way, on clicking a button in the application GUI, a stream of formated data is sent to OBI pressentation service as a response to a request. An OBI client page will then be displayed to shpw the reports, and allow user to print and distribute.
    Now are there some OBI APIs allowing an application to call to interface with OBIEE?
    Thanks.

    Hi,
    I do not gave further experience with this subject, but I guess this is what you are looking for;
    http://download.oracle.com/docs/cd/E12096_01/books/AnyWebServ/AnyWebServ_Overview3.html
    You will probably have to do some further research.
    Maybe Venkat could be of any help.
    http://oraclebizint.wordpress.com/2007/07/31/customizing-obi-ee-soap-api/
    Good Luck,
    Daan Bakboord
    http://obibb.wordpress.com

  • XI Interoperability with C-based Custom Applications

    How can XI interoperate/connect to C-based custom applications?  What connectivity option (i.e. adapters) can be used for both inbound and outbound processing?  Please provide the best approach using the existing technology adapters, existing 3rd-party adapters, other means, while excluding the development of custom adapters.

    Hi,
    Am not sure about HTTP, but for the file part it iwll be quite simple .
    I learnt C during my university days and from what I remember, you can write and read file using standard C / C++ classes / functions.
    So, when the C application needs to talk / send data to XI, it can write a file using the standard functions available and using the sender File adapter of XI, you can poll the same file and do the needful in XI ( including Content Conversion if the C application is to create a TXT file).
    In the other case if XI needs to send data to the C application, then XI can write a file and the C application can read this file using its standard functions.
    With respect to XI, you will be dealing with a File Bases Interface with the C application. And the process will be just like any other file interface.
    Regards
    Bhavesh

  • Issue with NI-CAN 2.7.5 DLL(s) install for custom applications

    We have custom applications built on top of NI-CAN for Windows using the MS Visual C lib and header. In the past, to run our applications, we simply installed the latest NI-CAN package. Our applications would run, find and access any runtime DLLs, and be fine.
    With NI-CAN 2.7.5 though, we are seeing errors in our applications that suggest they cannot see the required DLL necessary to operate. The error is:
    "A dynamic link library (DLL) initialization routine failed."
    Did anything change in 2.7.5 with regards to the placement or installation DLLs required to run custom NI-CAN applications?

    I was able to get a little more information. Using Visual Studio to get a debug log, I see the following. With 2.7.4, the NI-CAN DLLs load and it work fine:
    'MATLAB.exe': Loaded 'E:\jobarchive\Btm1\2014_02_21_h12m30s17_job89749_pass\matlab\toolbox\vnt\vnt\mexNICAN.mexw32', Symbols loaded.
    'MATLAB.exe': Loaded 'C:\Windows\System32\Nican.dll'
    'MATLAB.exe': Loaded 'C:\Windows\System32\NIcanFrm.dll'
    'MATLAB.exe': Loaded 'C:\Windows\System32\nipalu.dll'
    'MATLAB.exe': Loaded 'C:\Windows\System32\nipalut.dll'
    'MATLAB.exe': Loaded 'C:\Windows\System32\nipal32.dll'
    'MATLAB.exe': Loaded 'C:\Windows\System32\NIcanpu.dll'
    'MATLAB.exe': Loaded 'C:\Windows\System32\NicanCfq.dll', Binary was not built with debug information.
    'MATLAB.exe': Loaded 'C:\Windows\System32\nicanDBA.dll', Binary was not built with debug information.
    'MATLAB.exe': Loaded 'C:\Windows\System32\NicanTsk.dll'
    'MATLAB.exe': Loaded 'C:\Windows\System32\NiSpyLog.dll'
    On 2.7.5 though, additional error information shows up:
    'MATLAB.exe': Loaded 'T:\12\jpyle.Btm1.j86236.sb\matlab\toolbox\vnt\vnt\mexNICAN.mexw32', Symbols loaded.
    'MATLAB.exe': Loaded 'C:\Windows\System32\Nican.dll', Cannot find or open the PDB file
    'MATLAB.exe': Loaded 'C:\Windows\System32\NIcanFrm.dll', Cannot find or open the PDB file
    'MATLAB.exe': Loaded 'C:\Windows\System32\nipalu.dll', Cannot find or open the PDB file
    'MATLAB.exe': Loaded 'C:\Windows\System32\nipalut.dll', Cannot find or open the PDB file
    'MATLAB.exe': Loaded 'C:\Windows\System32\nipal32.dll', Cannot find or open the PDB file
    'MATLAB.exe': Loaded 'C:\Windows\System32\NIcanpu.dll', Cannot find or open the PDB file
    'MATLAB.exe': Loaded 'C:\Windows\System32\NicanCfq.dll', Binary was not built with debug information.
    'MATLAB.exe': Loaded 'C:\Windows\System32\nicanDBA.dll', Binary was not built with debug information.
    'MATLAB.exe': Loaded 'C:\Windows\System32\NicanTsk.dll', Cannot find or open the PDB file
    'MATLAB.exe': Unloaded 'T:\12\jpyle.Btm1.j86236.sb\matlab\toolbox\vnt\vnt\mexNICAN.mexw32'
    'MATLAB.exe': Unloaded 'C:\Windows\System32\Nican.dll'
    'MATLAB.exe': Unloaded 'C:\Windows\System32\NicanTsk.dll'
    'MATLAB.exe': Unloaded 'C:\Windows\System32\NIcanFrm.dll'
    'MATLAB.exe': Unloaded 'C:\Windows\System32\NicanCfq.dll'
    'MATLAB.exe': Unloaded 'C:\Windows\System32\nicanDBA.dll'
    'MATLAB.exe': Unloaded 'C:\Windows\System32\NIcanpu.dll'
    'MATLAB.exe': Unloaded 'C:\Windows\System32\nipalu.dll'
    'MATLAB.exe': Unloaded 'C:\Windows\System32\nipal32.dll'
    'MATLAB.exe': Unloaded 'C:\Windows\System32\nipalut.dll'
    You can see it tries to load under 2.7.5, get a bunch of PDB file issues and then immediately unloads.
    Inspecting the DLLs under 2.7.4 vs 2.7.5, they look identical except for the nicanDBA.dll. That's the only one that has a version difference between NI-CAN versions. In both 2.7.4 and 2.7.5, all DLLs are being properly installed to \windows\system32 as expected so both sets are fully accessible path-wise.
    Please advise.

  • Create Custom Application E-Commerce B2B with IPC

    Hello,
    I  created a custom E-commerce application with NWDI. I followed the very clear "How-to_Create_Custom_Application_In_E-commerce" document of Hari Ravu. All steps has been done successfully. I applied the XCM files of my B2B standard application.
    <p>
    When I don't set "IPC use", my custom B2B application work well in my laptop J2EE engine (I use NWDS workplace for the development) and after deploiment.
    <p>
    But when I select "IPC use" (in the XCM and the shopadmin),  an exception is raised when I browse in the catalog.
    For information the b2b standard application work well with IPC. No error is detected in local and in my developement server.
    <p>
    It seems to be an issue with the IPC class dependencies but I didn't solve  the pb. In the document of Hari Ravu, no detail has be done concerning IPC dependencies.
    <p>
    I found some thread about the pb with IPCintegration with the B2B custom appli, , but these threads don't provide the solution
    <p>
    I have to use IPC for the pricing and product configuration for my project, so if somebody can help me..
    <p>
    Thank you
    <p>
    ERROR LOG ********************************************************************************
      ISA Framework: java.lang.NoClassDefFoundError: com/sap/msasrv/socket/shared/ErrorCodes -
    Loader Info -
    ClassLoader name: [sap.com/b2b_thys1] Parent loader name: [Frame ClassLoader] References: common:service:http;service:servlet_jsp service:ejb common:service:iiop;service:naming;service:p4;service:ts service:jmsconnector library:jsse library:servlet common:library:IAIKSecurity;library:activation;library:mail;library:tcsecssl library:ejb20 library:j2eeca library:jms library:opensql common:library:com.sap.security.api.sda;library:com.sap.security.core.sda;library:security.class;library:webservices_lib;service:adminadapter;service:basicadmin;service:com.sap.security.core.ume.service;service:configuration;service:connector;service:dbpool;service:deploy;service:jmx;service:jmx_notification;service:keystore;service:security;service:userstore interface:resourcecontext_api interface:webservices interface:cross interface:ejbserialization service:jms_provider service:apptracing library:com.sap.km.trex.client library:crmtealeaf library:com.sap.mw.jco library:sapxmltoolkit library:com.sap.mona.api library:com.sap.tc.Logging library:com.sapportals.htmlb library:ilog.rulesilog sap.com/com.sap.jdo library:com.sap.util.monitor.grmg library:com.sap.util.monitor.jarm library:core_lib library:tcjmx service:tcsecsecurestorageservice service:tcsecdestinationsservice interface:tcsecdestinationsinterface service:applocking library:crmtclibcorelib Resources: C:\usr\sap\NS2\JC00\j2ee\cluster\server0\apps\sap.com\b2b_thys1\servlet_jsp\b2b_thys1\root\WEB-INF\lib\sap.comcrmtcpersmodelassembly.jar C:\usr\sap\NS2\JC00\j2ee\cluster\server0\apps\sap.com\b2b_thys1\servlet_jsp\b2b_thys1\root\WEB-INF\lib\struts.jar C:\usr\sap\NS2\JC00\j2ee\cluster\server0\apps\sap.com\b2b_thys1\servlet_jsp\b2b_thys1\root\WEB-INF\lib\commons-logging.jar C:\usr\sap\NS2\JC00\j2ee\cluster\server0\apps\sap.com\b2b_thys1\servlet_jsp\b2b_thys1\root\WEB-INF\lib\sap.comcrmisasmartstreamassembly.jar C:\usr\sap\NS2\JC00\j2ee\cluster\server0\apps\sap.com\b2b_thys1\servlet_jsp\b2b_thys1\root\WEB-INF\lib\sap.comcrmipcipcassembly.jar C:\usr\sap\NS2\JC00\j2ee\cluster\server0\apps\sap.com\b2b_thys1\servlet_jsp\b2b_thys1\root\WEB-INF\lib\sap.comcrmipcipccoreassembly.jar C:\usr\sap\NS2\JC00\j2ee\cluster\server0\apps\sap.com\b2b_thys1\servlet_jsp\b2b_thys1\root\WEB-INF\lib\sap.comcrmtccontractassembly.jar C:\usr\sap\NS2\JC00\j2ee\cluster\server0\apps\sap.com\b2b_thys1\servlet_jsp\b2b_thys1\root\WEB-INF\lib\commons-lang.jar C:\usr\sap\NS2\JC00\j2ee\cluster\server0\apps\sap.com\b2b_thys1\servlet_jsp\b2b_thys1\root\WEB-INF\lib\struts-legacy.jar C:\usr\sap\NS2\JC00\j2ee\cluster\server0\apps\sap.com\b2b_thys1\servlet_jsp\b2b_thys1\root\WEB-INF\lib\commons-validator.jar C:\usr\sap\NS2\JC00\j2ee\cluster\server0\apps\sap.com\b2b_thys1\servlet_jsp\b2b_thys1\root\WEB-INF\lib\sap.comcrmisaauctionb2xassembly.jar C:\usr\sap\NS2\JC00\j2ee\cluster\server0\apps\sap.com\b2b_thys1\servlet_jsp\b2b_thys1\root\WEB-INF\lib\commons-fileupload.jar C:\usr\sap\NS2\JC00\j2ee\cluster\server0\apps\sap.com\b2b_thys1\servlet_jsp\b2b_thys1\root\WEB-INF\lib\sap.comcrmisashopadminassembly.jar C:\usr\sap\NS2\JC00\j2ee\cluster\server0\apps\sap.com\b2b_thys1\servlet_jsp\b2b_thys1\root\WEB-INF\lib\sap.comcrmtccampaignassembly.jar C:\usr\sap\NS2\JC00\j2ee\cluster\server0\apps\sap.com\b2b_thys1\servlet_jsp\b2b_thys1\root\WEB-INF\lib\sap.comcrmipcipcpricingassembly.jar C:\usr\sap\NS2\JC00\j2ee\cluster\server0\apps\sap.com\b2b_thys1\servlet_jsp\b2b_thys1\root\WEB-INF\lib\commons-beanutils.jar C:\usr\sap\NS2\JC00\j2ee\cluster\server0\apps\sap.com\b2b_thys1\servlet_jsp\b2b_thys1\root\WEB-INF\lib\sap.comcrmtcuserassembly.jar C:\usr\sap\NS2\JC00\j2ee\cluster\server0\apps\sap.com\b2b_thys1\servlet_jsp\b2b_thys1\root\WEB-INF\lib\sap.comcrmisaisacoreassembly.jar C:\usr\sap\NS2\JC00\j2ee\cluster\server0\apps\sap.com\b2b_thys1\servlet_jsp\b2b_thys1\root\WEB-INF\lib\sap.comcrmtcappbaseassembly.jar C:\usr\sap\NS2\JC00\j2ee\cluster\server0\apps\sap.com\b2b_thys1\servlet_jsp\b2b_thys1\work C:\usr\sap\NS2\JC00\j2ee\cluster\server0\apps\sap.com\b2b_thys1\servlet_jsp\b2b_thys1\root\WEB-INF\lib\sap.comcrmisaadvisorassembly.jar C:\usr\sap\NS2\JC00\j2ee\cluster\server0\apps\sap.com\b2b_thys1\servlet_jsp\b2b_thys1\root\WEB-INF\lib\sap.comcrmisaisacorer3assembly.jar C:\usr\sap\NS2\JC00\j2ee\cluster\server0\apps\sap.com\b2b_thys1\servlet_jsp\b2b_thys1\root\WEB-INF\classes C:\usr\sap\NS2\JC00\j2ee\cluster\server0\apps\sap.com\b2b_thys1\servlet_jsp\b2b_thys1\root\WEB-INF\lib\sap.comcrmtcpcatapiassembly.jar C:\usr\sap\NS2\JC00\j2ee\cluster\server0\apps\sap.com\b2b_thys1\src.zip C:\usr\sap\NS2\JC00\j2ee\cluster\server0\apps\sap.com\b2b_thys1\servlet_jsp\b2b_thys1\root\WEB-INF\lib\sap.comcrmtcschedulerassembly.jar C:\usr\sap\NS2\JC00\j2ee\cluster\server0\apps\sap.com\b2b_thys1\servlet_jsp\b2b_thys1\root\WEB-INF\lib\sap.comcrmtcperstransformassembly.jar C:\usr\sap\NS2\JC00\j2ee\cluster\server0\apps\sap.com\b2b_thys1\servlet_jsp\b2b_thys1\root\WEB-INF\lib\sap.comcrmtccoreassembly.jar C:\usr\sap\NS2\JC00\j2ee\cluster\server0\apps\sap.com\b2b_thys1\servlet_jsp\b2b_thys1\root\WEB-INF\lib\sap.comcrmtcxcmadminassembly.jar C:\usr\sap\NS2\JC00\j2ee\cluster\server0\apps\sap.com\b2b_thys1\servlet_jsp\b2b_thys1\root\WEB-INF\lib\sap.comcrmtcpersrtassembly.jar C:\usr\sap\NS2\JC00\j2ee\cluster\server0\apps\sap.com\b2b_thys1\servlet_jsp\b2b_thys1\root\WEB-INF\lib\sap.comcrmisaisacatassembly.jar C:\usr\sap\NS2\JC00\j2ee\cluster\server0\apps\sap.com\b2b_thys1\servlet_jsp\b2b_thys1\root\WEB-INF\lib\commons-digester.jar C:\usr\sap\NS2\JC00\j2ee\cluster\server0\apps\sap.com\b2b_thys1\servlet_jsp\b2b_thys1\root\WEB-INF\lib\sap.comcrmisabasketdbassembly.jar C:\usr\sap\NS2\JC00\j2ee\cluster\server0\apps\sap.com\b2b_thys1\servlet_jsp\b2b_thys1\root\WEB-INF\lib\sap.comcrmisalwcassembly.jar C:\usr\sap\NS2\JC00\j2ee\cluster\server0\apps\sap.com\b2b_thys1\servlet_jsp\b2b_thys1\root\WEB-INF\lib\sap.comcrmtccatalogassembly.jar C:\usr\sap\NS2\JC00\j2ee\cluster\server0\apps\sap.com\b2b_thys1\servlet_jsp\b2b_thys1\root\WEB-INF\lib\sap.comcrmisauserr3assembly.jar C:\usr\sap\NS2\JC00\j2ee\cluster\server0\apps\sap.com\b2b_thys1\servlet_jsp\b2b_thys1\root\WEB-INF\lib\commons-collections.jar C:\usr\sap\NS2\JC00\j2ee\cluster\server0\apps\sap.com\b2b_thys1\servlet_jsp\b2b_thys1\root\WEB-INF\lib\sap.comcrmisaauctionbaseassembly.jar C:\usr\sap\NS2\JC00\j2ee\cluster\server0\apps\sap.com\b2b_thys1\servlet_jsp\b2b_thys1\root\WEB-INF\lib\sap.comcrmipcipcboassembly.jar C:\usr\sap\NS2\JC00\j2ee\cluster\server0\apps\sap.com\b2b_thys1\servlet_jsp\b2b_thys1\root\WEB-INF\lib\sap.comcrmisapersonalizationassembly.jar C:\usr\sap\NS2\JC00\j2ee\cluster\server0\apps\sap.com\b2b_thys1\servlet_jsp\b2b_thys1\root\WEB-INF\lib\sap.comcrmtcecommercebase~assembly.jar
    Loading model: {parent,references,local} -
    The error occurred while trying to load "com.sap.spc.remote.client.ClientException". com.sap.engine.frame.core.load.ReferencedLoader.loadClass(ReferencedLoader.java:401) java.lang.ClassLoader.loadClassInternal(ClassLoader.java:302) com.sap.spc.remote.client.object.IPCException.<init>(IPCException.java:29) com.sap.isa.businessobject.ipc.imp.DefaultIPCBOManager.createIPCClient(DefaultIPCBOManager.java:297) com.sap.isa.backend.r3base.ipc.ServiceR3IPC.getIPCClient(ServiceR3IPC.java:128) com.sap.isa.backend.r3.salesdocument.rfc.WriteStrategyR3.setIPCInformation(WriteStrategyR3.java:335) com.sap.isa.backend.r3.salesdocument.rfc.WriteStrategyR3.setConfigurationInfo(WriteStrategyR3.java:193) com.sap.isa.backend.r3.salesdocument.rfc.CreateStrategyR3.callRfcSd_SalesDocument_Create(CreateStrategyR3.java:766) com.sap.isa.backend.r3.salesdocument.rfc.CreateStrategyR3.simulateDocument(CreateStrategyR3.java:301) com.sap.isa.backend.r3.salesdocument.QuotationR3.simulateInBackend(QuotationR3.java:300) com.sap.isa.businessobject.quotation.Quotation.simulate(Quotation.java:150) com.sap.isa.isacore.action.order.MaintainBasketSimulateAction.basketPerform(MaintainBasketSimulateAction.java:216) com.sap.isa.isacore.action.order.MaintainBasketBaseAction.isaPerform(MaintainBasketBaseAction.java:999) com.sap.isa.isacore.action.IsaCoreBaseAction.ecomPerform(IsaCoreBaseAction.java:343) com.sap.isa.isacore.action.EComBaseAction.doPerform(EComBaseAction.java:353) com.sap.isa.core.BaseAction.execute(BaseAction.java:211) org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:484) com.sap.isa.core.RequestProcessor.processActionPerform(RequestProcessor.java:674) org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:274) com.sap.isa.core.RequestProcessor.process(RequestProcessor.java:391) org.apache.struts.action.ActionServlet.process(ActionServlet.java:1482) com.sap.isa.core.ActionServlet.process(ActionServlet.java:243) org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:525) javax.servlet.http.HttpServlet.service(HttpServlet.java:760) javax.servlet.http.HttpServlet.service(HttpServlet.java:853) com.sap.engine.services.servlets_jsp.server.runtime.RequestDispatcherImpl.doWork(RequestDispatcherImpl.java:321) com.sap.engine.services.servlets_jsp.server.runtime.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:377) org.apache.struts.action.RequestProcessor.doForward(RequestProcessor.java:1069) org.apache.struts.action.RequestProcessor.processForwardConfig(RequestProcessor.java:455) com.sap.isa.core.RequestProcessor.processForwardConfig(RequestProcessor.java:267) org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:279) com.sap.isa.core.RequestProcessor.process(RequestProcessor.java:391) org.apache.struts.action.ActionServlet.process(ActionServlet.java:1482) com.sap.isa.core.ActionServlet.process(ActionServlet.java:243) org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:525) javax.servlet.http.HttpServlet.service(HttpServlet.java:760) javax.servlet.http.HttpServlet.service(HttpServlet.java:853) com.sap.engine.services.servlets_jsp.server.runtime.FilterChainImpl.runServlet(FilterChainImpl.java:117) com.sap.engine.services.servlets_jsp.server.runtime.FilterChainImpl.doFilter(FilterChainImpl.java:62) com.tealeaf.capture.LiteFilter.doFilter(LiteFilter.java:98) com.sap.isa.isacore.TealeafFilter.doFilter(TealeafFilter.java:61) com.sap.engine.services.servlets_jsp.server.runtime.FilterChainImpl.doFilter(FilterChainImpl.java:58) com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:384) com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266) com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:386) com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:364) com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:1039) com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:265) com.sap.engine.services.httpserver.server.Client.handle(Client.java:95) com.sap.engine.services.httpserver.server.Processor.request(Processor.java:175) com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33) com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41) com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37) java.security.AccessController.doPrivileged(Native Method) com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:104) com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:176)

    Hello Pradeep, <p>
    I am trying to configure the "Single session Trace" (OSS Note 1090753) but I am not able to see the second Tabs 'Single Session trace"
    when I select the logging link in the Administration console of my application.
        - I modified as described the  attribut  "ForceSingleTraceFile" in the visual Admin. 
        - I modified the appinfo and logFileDownload attributs to TRUE in the XCM
        - I rebooted the cluster
    Extract of OSS note 1090753
    4. Choose the 'Logging' link.
    a page with two tabs 'Log Configuration' and 'Session Tracing' is displayed.
    The Session Tracing doesn't appear for me !!
    do you not why I am not able to see the Single session trace ?
    Currenty, the only way is to retrieve trace in the file defaultTrace10.log.  (see my previous log capture)
    Thanks for your help

  • Distributing Java Directory with my custom application

    I would like to distribute a JRE with my custom application.
    On a fresh machine, I have managed to copy the entire j2re1.x.x_x directory and have been successful in running my applicaiton without running the usual Windows J2re installer.
    Do I risk losing any J2RE functionality by doing this? Like the ability to run applets in internet explorer...etc???
    It seems that the j2re1.x.x_x directory is self contained...
    Thanks,
    -Trevor
    Message was edited by:
    Superpuffs

    I would like to distribute a JRE with my custom
    application.
    On a fresh machine, I have managed to copy the entire
    j2re1.x.x_x directory and have been successful in
    running my applicaiton without running the usual
    Windows J2re installer.Providing a private JRE in this manner is commonly done to control what Java version is executed. It also allows the user to update their Java without affecting your Java.
    Do I risk losing any J2RE functionality by doing
    this? Like the ability to run applets in internet
    explorer...etc???Yes - varies with the os. See Java's JDK Installation Instructions for details.
    It seems that the j2re1.x.x_x directory is self
    contained...
    Thanks,
    -Trevor
    Message was edited by:
    Superpuffs

  • Remove configuration custom STS with old web application using powershell ?

    HI
    i configured a custom sts with sharepoint 2010 web application using following commands,
    $cert = New-Object System.Security.Cryptography.X509Certificates.X509Certificate2("c:\signing.cer")
    $map1 = New-SPClaimTypeMapping -IncomingClaimType "http://schemas.xmlsoap.org/ws/2005/05/identity/claims/emailaddress" -IncomingClaimTypeDisplayName "EmailAddress" –SameAsIncoming
    $map2=New-SPClaimTypeMapping -IncomingClaimType "http://schemas.microsoft.com/ws/2008/06/identity/claims/role" -IncomingClaimTypeDisplayName "Role" –SameAsIncoming
    $realm=”http://claimauthweb/_trust/default.aspx”
    $ap=New-SPTrustedIdentityTokenIssuer -Name "SimplePassiveSTS" -Description "A simple Asp.Net STS on DevBox." –Realm $realm -ClaimsMappings $map1,$map2 -ImportTrustCertificate $cert -SignInUrl "https://devbox/SimpleSTS/default.aspx" -IdentifierClaim $map1.InputClaimType
    after that i create the new web application with claimauthweb and selected trusted identity provider. 
    but when i create again new web application with different name and ip , after when i login to new web application using custom
    sts it redirects to sts login page and after it goes to claimauthweb application not the new web application.
    so here how i unregister with old web application and again register sts with new web applicatio?
    adil

    I believe if you want to run this you will need to remove the provider from all Web Applications in CA. Then you should be able to run Remove-SPTrustedIdentityTokenIssuer.
    If this is helpful please mark it so. Also if this solved your problem mark as answer.

  • Af:treeTable displayRowKeys issue with MDS (jdev version 11.1.1.4)

    Hi,
    I've an MDS enabled application, and I'm facing the below mentioned issue with setting af:treeTable displayRowKeys.
    Issue: I'm trying to set displayRowKeys pro-grammatically for an user scenario where I've to expand/collapse the tree table data to/from a desired level. But with MDS enabled my code for setting the displayRowKeys doesn't work if an ADF out-of box operation like expand, expandAll etc is performed even if once in the session, which works absolutely fine when MDS is not enabled.
    This is critical issue in a customer environment and appreciate any pointers on how I could disable this customization!
    I've gone through the internet but nothing seems to the point. The oracle documentation on subject I found is really old, and it talks about an attribute "dontPersist" on af:treeTable which no longer exists in my jdev version 11.1.1.4.
    http://download.oracle.com/docs/cd/E12839_01/web.1111/b31974/ad_persist.htm#BABGGHCH
    I've seen another forum post on the same but it is still unanswered:
    Re: TreeTable disclosedKeys/selectedKeys not working with MDS
    I'm going for a new post hoping more visits and replies!
    Regards,
    Pramod Gujjeti

    Hi,
    if this is a critical issue with a customer of yours, wouldn't it be best to run this against customer support than here on the forum ? This would make sure the issue is properly analyst and filed as a bug if it turns out to be a product problem. Unless the adf-config.xml file is configured to also persist the display row key in MDS, the behavior points to an issue that needs customer support to be involved
    Frank

  • Custom Application Configuration not pulling the data in E-Recruiting

    Hello,
    My requirement is to make some fields 'required', hide some buttons, change button texts & hide some columns in standard wd component (ERC_A_REQ_MGMT) delivered by SAP. So I created an application configuration and component configuration and did the layout customization. Now in the application I am passing this new configuration name with the parameter (sap-wd-configId)(......sap/bc/webdynpro/sap/erc_a_req_mgmt?sap-wd-configId=ZZERC_A_REQ_MGMT)
    As this is a portal environment, in LPD_CUST, In the application parameters, I've used this parameter (sap-wd-configId=ZZERC_A_REQ_MGMT). The custom application is displayed, however, the data is not being passed to this custom configuration, so when I open a exisiting requisition from dashboard, this is shown as empty screen (like a new requisition), but when I take off this parameter from the lpd_cust, the standard app is working fine. Can you please help me understand why the data is not being passed to the custom application configuration?
    Really appreciate your insights.
    Thank you.

    Hi,
    We faced the same issue in SAP E-recruiting EHP4 solution. The reason is, the configuration which is assigned statically in FPM editor is loaded after the OVERRIDE_EVENT_OIF and thus discards all context nodes which have been already initialized. Afterwards, the context node of has no value anymore and the field on UI doesnu2019t display anything.
    Remove the static component configuration in the FPM editor and use the following code in the wddoinit method of the view V_GEN_JOB_INFO. This assignment happens at the runtime.
      data: lo_api_controller          type ref to if_wd_component,
            lo_pers_manager            type ref to if_wd_personalization,
            ls_configuration           type wdy_config_key,
            lt_config_table            type wdy_config_table,
            ls_config_header           type wdy_config_header,
            lo_fpm                     type fpm_s_runtime_info,
            ls_fpm                     type fpm_s_runtime_info.
          lo_api_controller = wd_comp_controller->wd_get_api( ).
         lo_pers_manager = lo_api_controller->get_personalization_manager( ).
         lo_fpm = wd_comp_controller->go_fpm->get_runtime_info( ).
        ls_configuration-config_id    = u2018ZERU_REG_REQ_MGMT_UIu2019 u201C Your Component configuration name
        lo_pers_manager->load_config_by_key( ls_configuration ).
       Thanks,
       S Rajkumar.
    Edited by: Rajkumar S on Aug 24, 2010 7:54 AM

Maybe you are looking for

  • CNTL_ERROR while calling a function module from Java webdynpro

    I am calling a RFC function module from javawebdynpro app which inturn calls a function module performing BDC on CAPP transaction. When I run this from SE37 of the same system or a different system everything works fine. But when called from Java web

  • HT5625 apple id problems with apple id and icloud log on

    hi all you dudes out there? i am having problems with my log on to itunes and icloud? really thye problem began some time ago when i got an upgrade from iphone 3s to iphone 4s, i kept my old iphone as a second phone then gave the old one to my mrs? t

  • Is there a terminal out there for me?

    I'm sure this has been discussed several times before, but I want to find the right terminal for me. So, this is not another "which xyz-app is best?" thread, but rather a question if I have overlooked something. My candidates so far: konsole Terminal

  • Connection AFW failed, due to: RecoverableException :  SOAP Adapter.

    Hi All,   We are using XI3.0 Sp14 .  the message flow is IDOC> XI> SOAP ADPATER (receiver side)--> External system.  Here everything is fine, we are using https URL of the extrnal system to send the cXML file on there side.  The external URL is fine

  • It will be able to use  Xsan without  MDC?

    I Don't need Metadata, because it was too slow. I currently it uses Xsan system with the File Server. It is a file of most PDF type on server. When it selects the folder(exist about 2,000 PDF files in the folder), it waits because of MetaData. Above