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

Similar Messages

  • BC E-commerce integrated with Subscription Based Web Application

    I am considering using BC for my company's corporate website as well as the online store.  We sell a subscription based web application which will have 3 or more flavors (products) and will need to bill customers on a recurring monthly or annual basis.
    For the monthly subscriptions, we want to bill the customer based on the "highwater" mark with regards to user quantity for that given month.  This gives the users the flexibility to add/remove users freely without the fuss of having to contact a sales representative to adjust their account/recurring order. 
    I would imagine this would happen one of two ways:
    The user signs up creating their account both in our web application and the ecommerce site and is billed for the first time.  In the ensuing months, either: the e-commerce site communicates with our web application to get the high water mark quantity for that billing cycle or
    Our web application sends a new order each month to the e-commerce site, including the highwater mark quantity, giving the illusion to the user that it is indeed a recurring order but behind the scenes they are actually individual orders.
    Annual subscription customers are a bit more challenging.  We still want the users to have the flexibility to add/remove users with minimal effort. However, since they are being billed on an annual basis, prorating additional users will be necessary.  So if customer who previously purchased 5 licenses, adds 5 more licenses during month 6 of their annual subscription term, we would need the e-commerce solution to bill them once immediately for the 50% prorated 5 licenses, then bill them 6 month's later for the total 10 license subscription renewal.
    At a bit of higher level, we would prefer the customer to manage all their billing/account info within our web application rather than going to an external store to do so.
    One other caveat, we would prefer not to store credit card info on our site.  Preferably that would be stored in our payment gateway (Auth.net).  This may or may not affect the workflows described above.
    My Questions:
    Can the BC e-commerce solution support the workflows above?If so, is there any documentation/resources available to research this further?
    Are there any BC customers that currently do something similar?  If so, who and how similar?

    Hi Greg,
    From what you have described it seems to me that you need some complex server side logic which BC doesn't allow. In any case you'd have to develop an app that communicates between BC and that other application through our API, which will control the orders as per your requirement. In particular, there's no easy way for end user to control their recurring monthly or annual subscription, there's no way to apply immediate discounts according to earlier purchases that will satisfy this requirement "if customer who previously purchased 5 licenses, adds 5 more licenses during month 6 of their annual subscription term, we would need the e-commerce solution to bill them once immediately for the 50% prorated 5 licenses, then bill them 6 month's later for the total 10 license subscription renewal", you can't build in this functionality into BC " the e-commerce site communicates with our web application to get the high water mark quantity for that billing cycle" and there are few more things there which suggest to me that you need something custom.
    Cheers,
    -mario

  • SSO from portal to Java based web application not happening

    Hi,
    We are trying to configure SSO from SAP Enterprise portal with Java based
    web application(Solaris on SPARC 64 bit).
    Then we downloaded library files for "Solaris on SPARC 64 bit" from
    service market place from the path "Support Packages and Patches"
    Additional Components" SAPSSOEXT".
    We are successful in sending the portal side cookie to the application.
    But while loading the library files we get the following error
    INFO | jvm 1 | 2009/04/13 04:47:00 | java.lang.UnsatisfiedLinkError:
    /usr/local/blackboard/apps/tomcat/lib/libsapssoext.so: ld.so.1: java:
    fatal: /usr/local/blackboard/apps/tomcat/lib/libsapssoext.so: wrong ELF
    class: ELFCLASS64 (Possible cause: endianness mismatch)
    Can you please suggest us what went wrong in this whole process.
    But when i tried with the 32 bit library files i was able to load libsapssoext.so file but when I
    tried to initialize libsapsecu.so i got the below message
    java.lang.Exception: MySapInitialize failed: rc= 14
    Also do we require to take"SAPSECULIB" from Support Packages and Patches" ...>Additional Components" ...>SAPSECULIB" ...>SAPSECULIB 5.4  for this SSO activity.
    Please get back on this ASAP as we are nearing the golive date.
    regards
    Bharath

    hi,
    am facing similar issue... i.e.
    java.lang.Exception: MySapInitialize failed: rc= 14
            at com.mysap.sso.SSO2Ticket.init(Native Method)
            at com.mysap.sso.SSO2Ticket.<clinit>(SSO2Ticket.java:27)
            at org.apache.jsp.index_jsp._jspService(index_jsp.java:92)
            at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)
            at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
            at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:374)
            at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:342)
            at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:267)
            at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
            at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
            at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
            at org.netbeans.modules.web.monitor.server.MonitorFilter.doFilter(MonitorFilter.java:390)
            at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
            at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
            at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
            at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
            at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
            at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
            at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
            at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:286)
            at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:845)
            at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583)
            at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)
            at java.lang.Thread.run(Thread.java:619)
    static beendet.
    java.lang.Exception: MySapEvalLogonTicketEx failed: standard error= 9, ssf error= 0
    CustomeSSO: Object is null.
    pls. help me in resolving it.
    rgds,
    santosh malavade

  • 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

  • Localization with an LCDS based AIR application

    Hi,
    I wanted to add localization in my app, so I followed this
    step by step how-to :
    http://labs.adobe.com/wiki/index.php/Flex_3:Feature_Introductions:_Runtime_Localization
    I succed make this to work, but with a simple test
    application.
    So I decided to do the same with a biger cairngorm LCDS based
    application.
    But a encounter an issue : with locales specified in the
    compiler params (ie:en_US,fr_FR), everything works, but with bundle
    list, I got an error :
    "Could not find resource bundle data"
    I found some related pages on the web speaking about this,
    but they all were concerning Flex betas.
    Can you help me ?
    Note : I'm using Flex 3 and LCDS 2.5.1

    I'm afraid you are picturing the architecture in the wrong
    way. An AIR application is essentially a traditional desktop
    application -- you just create them with what have traditionally
    been web-based technologies. There are also many APIs and a
    built-in security model for network and Internet interaction which
    make it easier to develop an AIR-based desktop application that can
    safely access networked content.
    Your main application SWF (or HTML file) is installed with
    the application, not downloaded. You could download additional
    modules and execute them in the privileged application sandbox, but
    there is a security risk that either your server being hacked or a
    man-in-the-middle attack could result in a forged module being
    downloaded and executed instead of the original. I believe Flex
    intends to implement signed modules to mitigate this risk, but
    until this feature is available, it is better to install all the
    application logic as part of the application. AIR includes an
    update framework for updating an installed application, but for
    user experience reasons, you probably wouldn't want to update the
    application too frequently.
    All that said, if what you really want is a customized
    browser for your web application, you could write such a thing
    using AIR (using the mx:HTML control, for example) and have that
    hardcoded to access your web application.

  • Custom application based on Eclipse IDE

    Hello Eclipse Community,
    what is the preffered way to build a custom e4 application based on Eclipse IDE?
    I have to develop a plugin which contains the whole application (Parts, Commands etc.)
    This plugin has be integrable into another Eclipse-IDE based applications. Custom perspectives, preferences etc. must appear in standard Eclipse-IDE dialogs. The default application must contain only custom stuff along with standard Eclipse-IDE dialogs.
    How should the custom plugin contribute at the application - perhaps by contributing application model fragments?
    What is the way to strip standard Eclipse-IDE so that there is no standard parts/perspectives but standard dialogs and wizards? And what is the way to include standard IDE parts/perspectives into custom application?

    .. try to answer my complex newbe-driven question.
    All the explorers and dialogs all provided by some plugins and it is rather heavy and unusual to customize them. As far I understand I have to program explorers and dialogs in some way.
    And yes, application model fragments seem to be there, search for Eclipse4Modularity in web...

  • 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

  • Problem with Hierarchies in BPS- Web-Based Planning Applications

    Im trying to use a Web-Based Planning Application in BPS. The Datacolumns consist of a charecterisitc with a hierarchy. this hierarchy is time dependend. The timeframe is set correctly but i still receive an the following error message in my web browser:
    "Hierarchy 'Hierarchy_name' is not valid for date 26.06.2004"
    Does this error message look familiar to anybody? In the moment I have no clue what went wrong

    Hello Tobias,
    I assume you are talking about error message UPC 413 (it always helps to mention the message class and number). Please check table RSHIEDIR. The hierarchy you are using is not valid for the key date you specified (RSHIEDIR-DATEFROM > KEYDATE or RSHIEDIR-DATETO < KEYDATE). If you do not enter a key date in the planning area, the system will always use the system date. So either use a different hierarchy or maintain it differently to be valid on keydate (26.6.2004).
    Regards,
    Marc
    SAP NetWeaver RIG, US BI

  • When I open Firefox the following alert appears: "Could not initialize the application's security component. The most likely cause is problems with files in your application's profile directory." There is a solution in the forum but only for Windows based

    When I open the application the following alert appears: "Could not initialize the application's security component. The most likely cause is problems with files in your application's profile directory." There is a solution on the support site but only for Windows-based Firefox, and I'm a Mac user. I have plenty of room on my hard disk.
    == This happened ==
    Every time Firefox opened
    == Two days ago, for no apparent reason.

    In Mac OS X v10.7, the $HOME/Library folder is a hidden folder.
    Open Finder and use one of these:
    * Go > Go To Folder (Shift-Command-G) and in the dialog type: ~/Library
    * Open the "Go" menu and hold down the Option key to make the Library appear
    You can also use this command in a Terminal window to remove the hidden flag.
    * Mac HD > Applications > Utilities > Terminal
    * chflags nohidden ~/Library

  • Squareup integration with Adobe AIR based ios Application

    Hi All,
    Does anyone is having any experice to work with 'Squareup' i.e.   https://squareup.com/
    I want to integrate it with my adobe air based ios application.Is there any native extension is available for this?
    Any information will be appriciated.
    with Regards,
    Shardul

    Hi, please forget my last message. I was changing so many things I finished using a wrong mobileprovision. That's why I couldn't install the app in the device.
    On the other hand I have found the problem. Some changes in one of our ANE were not tested in iOS 5.0.1 devices and it made the app crash because it found a Adobe Air 3.5 bug. Adobe fixed it in AIR 3.6

  • Oracle RAC with Oracle Linux Based RAC Applications

    What are the advantages of using Oracle Linux Based RAC applications (also known as Linux Oracle Projects) with Oracle Database RAC 10g ?

    Personally, I find RAC to be about 1000% easier to manage on Linux...than on what? And why?
    Beacause personally I can't see difference in RAC management between Linux and Solaris (i.e.).

  • 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

  • Dispaly material with key field customer based on tax classification

    Hello all,
    Material is classified based on tax classification as products and goods.I need to dispaly these of either for some customers.
    Client is saying me to use the table MLAN(Tax Classification for material).
    Can anybody suggest me how can i pull the material part/service part(matnr)  from the table (MLAN) based on tax classification(TAXKM) with key field customer(KUNNR) when this table does not have customer has key field in it.
    Thank you,
    Sirisha

    Hello all/Brad,
    Requirement is , i need to add and dispaly material data in a column with heading as  tax classification  in ALV Report for the customer.
    Ex:  Customer 11094 brings material 336047-B21(Product)
          Customer 10973 brings material LDMSPMAP-M (Service)
    Material is classified as per the tax classification  as Product and Service. If tax classification is 1 then it is Product and if the tax classification is 2 then it is Service.
    So i'm trying to pull the material(Product/Service) based on tax classification with customer as key field.
    Customer is coming from customer master data.
    So i have used MARA table which has all three fields (Customer,Material,Tax classification) to get the required information but the table does not have test data for customer.So i told my client to update mara table with customer and tax classification data.
    But  my client told me to use MLAN table  because they have updated the data in this table.But unfortunately this table doesn't have customer field to pull the data.
    So that is the reason, i put the above question in the forum.
    PLease help me in solving this issue.
    Thank you,
    Sirisha

  • 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>

Maybe you are looking for

  • Why can I only use 2.48 GB RAM in Boot Camp (Win 8.1 Pro, 64-bit)?

    Hello, I am fairly new to the iMac and I have to use some programs in Windows that are not available for Mac so I set up Boot Camp and installed Windows 8.1. My iMac is a I7-2600 CPU @ 3.4GHz with 16 GB RAM, system type-bit. Under system in Windows i

  • Adjust numbers in an Illustrator document

    InDesign has this awsome script which lets you adjust numbers in a document. With just a few clicks you increase (or decrease) all numbers in a document by a certain amount. Is there anything like this available for Illustrator (CS6 for Mac/PC)?

  • Error in Transferred from ECC to GTS

    Hi experts We are getting the following errors in our Development and Staging system When running transaction /SAPSLL/PRODUCT_TLSH Red Light on Log: MATERIAL TRANSFER 09/19/2011 12:03:42 Green light on Transfer Log for Product IM001FERT1-NY01 Transfe

  • Modifying JPEG files in Flash

    Hi to all, I was trying to erase(using eraser tool) some portions of the jpeg file after importing it in flash.. It does not work....I even converted it to symbol but the problem remains the same. Is it permitted or I am following the wrong approach.

  • Convert video to audio only

    I'm looking to play video podcasts (classroom lectures) on my Nano6g - even as audio only. My university classes (U. Florida) come as a podcast which Itunes puts in the Movies folder rather than the Podcast or ItunesU folder, perhaps because of the f