Deploy Custom Adaptermodule on PI7.1

Is it possible to deploy jar Files on PI7.1 or how to deploy it?
do i need an sda or sca file?

Hi Mamba,
Is it possible to deploy jar Files on PI7.1 or how to deploy it?
do i need an sda or sca file?
Yes, u can deploy the files.. but u should create .ear files from the .jar file.
If u have NWDS with eclipse it's just a simple task.
First create ur class files and then .jar files.
Then cretae .ear files from it and right click and deploy..
it will ask for the JNDI name provide them properly.
Babu

Similar Messages

  • Error while deploying, Custom Style Skin in OBIEE 11.1.1.6.7

    Hi,
    I have deployed Custom Style Skin in OBIEE 11.1.1.5 successfuly (with the help of http://www.rittmanmead.com/2010/12/oracle-bi-ee-11g-styles-skins-custom-xml-messages/ ).
    Now when we're moving RPD, Catalog & Custom Style Skin from OBIEE 11.1.1.5 to OBIEE 11.1.1.6.7, I could deploy RPD & Catalog but am not able to deploy Custom Style & Skin Folders.
    If you are aware of the process of deploying Custom Style & Skins (as mentioned in the link above), it requies:
    1. Custom Style & Skins folder to be Deploy using Weblogic Console.
    2. Making necessary changes in instanceconfig.xml (to point to the deployed folder) ---- this is where it's failing.
    When I do add necessary tags ( <URL> & <UI>) in instanceconfig.xml and restart Services. Presentation Services dosen't come up. Error message that is in log file is:
    In element URL: Can not have element children within a simple content.
    unknown element 'UI'
    Element 'UI' is not valid for content model : 'All(URL, SocketTimeoutSec,FileSizeMB)'
    Any pointers?
    Regards,
    Jitendra

    Hi,
    I too faced such issue, actually obiee11.1.1.5 version skin and style wont work in obiee11.1.1.6.0 and above patch ..
    u have do it once again by using obiee11.1.1.6.0 skin (because the 11.1.16.0 has UI and skin different from 11.1.1.5.0 )
    Thanks
    Deva

  • Deploy custom templates in Office 2013

     Hi All,
    We have been using the backstage view of Office 2010 to deploy custom templates, as described in the TechNet article
    http://technet.microsoft.com/en-us/library/cc178976(v=office.14).aspx 
    We recently upgraded to Office 2013 and have not been successful in getting our templates to show up in the backstage view.  We have tried creating the spotlight registry keys under
    the \Microsoft\Office\15.0\Common\Spotlight but this was also unsuccessful. 
    Has anyone been able to deploy custom templates using the 2007/10 spotlight approach outlined in that TechNet article?
    Thanks
    Dan

    Thank you Max,
    Can you please specify how the permissions should be set to allow Word 2013 to access SP 2013 via the XML file? Is it enough to simply be logged into SharePoint with Contribute rights to the library or is there more that needs to be done?
    Hi Katie,
    I believe Contribute permissions are enough for this case.
    Have a look at the following solution, see if it works for your situation:
    http://zasharepoint.blogspot.com/2014/04/sorry-we-couldnt-find-your-file-is-it.html
    More hints to troubleshoot this issue:
    Have you tested this issue on another machine?
    Is proxy used?
    Does the SharePoint environment has complex permission settings (e.g. the inheriting permissions are broken, or cross domain environment, etc.)?  
    Max Meng
    TechNet Community Support

  • Problem deploying Custom Page to E-Business Server

    Hi All,
    We have the below setup:
    - Single Instance of Oracle E-Business Suite 12.1.3 with Database 10.2.0.5 running on RHEL 5.
    I have developed a custom page which has a "drop down box" with a few selections (type of the file) and a "file upload" item and tested it in JDeveloper (Patch# 9879989) and it works fine.
    Now, I need to deploy and test it on the server and link it to a menu and a responsibility.
    I am trying to understand how to use the Import tool (oracle.jrad.tools.xml.importer.XMLImporter) to deploy this simple page, but I am unable to set the parameters to correct values for import.bat file.
    On my local PC, the directory structure is as follows:
    Classes folder:
    C:\SOFTWARE\ORACLE\JDEVOA\JDEVHOME\JDEV\MYCLASSES\
    └───mycompany
      └───oracle
        └───apps
            └───fnd
                └───upload
                    └───webui
                        │   CustomAppModule.xml
                        │   CustomAppModuleImpl.class
                        │   CustomAppsListEO.xml
                        │   CustomAppsListEOImpl.class
                        │   CustomAppsListEOView.xml
                        │   CustomAppsListEOViewImpl.class
                        │   fndUploadPkg.xml
                        │   NjmcLobs.xml
                        │   NjmcLobsCollImpl.class
                        │   NjmcLobsImpl.class
                        │   NjmcLobsView.xml
                        │   NjmcLobsViewImpl.class
                        │   webui.xml
                        │   xxUploadPG.xml
                        │
                        ├───common
                        │       bc4j.xcfg
                        │
                        └───webui
                                xxUploadCO.class
    Projects folder
    C:\SOFTWARE\ORACLE\JDEVOA\JDEVHOME\JDEV\myprojects
    └───mycompany
        └───oracle
            └───apps
                └───fnd
                    └───upload
                        └───webui
                            │   CustomAppModule.xml
                            │   CustomAppModuleImpl.java
                            │   CustomAppsListEO.xml
                            │   CustomAppsListEOImpl.java
                            │   CustomAppsListEOView.xml
                            │   CustomAppsListEOViewImpl.java
                            │   fndUploadPkg.xml
                            │   webui.xml
                            │   xxUploadPG.xml
                            │
                            ├───common
                            │       bc4j.xcfg
                            │
                            └───webui
                                    xxUploadCO.javaOn the server we have a custom application xxnjmc in $APPL_TOP folder
    How do set the -rootdir, -rootPackage, and -mmddir parameters for the import.bat file?
    I appreciate any comments.
    Thanks,
    Sinan

    Thanks, Prince,
    I figured it all out. I did rename it as xxnjmc as you suggested:
    Here are the steps I typed up for my own reference and just wanted to share:
    DEPLOYING CUSTOM OAF Pages:
    1. Zip "C:\Software\Oracle\JDEVOA\jdevhome\jdev\myclasses\xxxxxx" folder as xxxxxx.zip
    2. Login to middle-tier server with applprod/password
    3. Navigate to $JAVA_TOP
    4. Upload xxxxxx.zip file into $JAVA_TOP and unzip
    5. chmod -R 775 xxxxxx
    6. Navigate to "/u0/oracle/prod/apps/apps_st/appl/xxxxxx/12.0.0/"
    7. mkdir mds
    8. Upload "C:\Software\Oracle\JDEVOA\jdevhome\jdev\myclasses\xxxxxx\oracle\apps\fnd\upload\webui" (with the webui folder) into "/u0/oracle/prod/apps/apps_st/appl/xxxxxx/12.0.0/mds"
    9. chmod -R 775 /u0/oracle/prod/apps/apps_st/appl/xxxxxx/12.0.0/mds
    10. On the local PC
    cd C:\Software\Oracle\JDEVOA\jdevbin\oaext\bin>
    import C:\Software\Oracle\JDEVOA\jdevhome\jdev\myprojects\xxxxxx\oracle\apps\fnd\upload\webui\xxUploadPG.xml -username APPS -password APPS -rootdir C:\Software\Oracle\JDEVOA\jdevhome\jdev\myprojects -dbconnection "(description = (address_list = (address = (community = tcp.world) (protocol = tcp)(host = 10.1.0.6)(port = 1521)))(connect_data = (sid = PROD)))"
    BOUNCE APACHE
    adapcctl.sh stop
    adapcctl.sh start
    11. Login to E-Business Suite with SYSADMIN/SYSADMIN user and "Application Developer" responsibility
    12. Navigate to Application-> Function
    13. Add xxxxxx_FILEUPLOAD function with the following values:
    User Function Name: Company File Upload
    Description : Company File Upload
    In the Properties tab:
    Type : SSWA jsp function
    In the Web HTML tab:
    HTML Call : OA.jsp?page=/xxxxxx/oracle/apps/fnd/upload/webui/xxUploadPG
    14. Switch to System Administrator responsibility
    Navigate to Application-> Menu
    Query for the menu you want to add this function to
    Add the following menu item:
    Prompt: File Uploader
    Function: Company File Upload
    Description: Upload files for custom applications
    Sinan

  • Error deploying custom java web service -Jdeveloper11.1.1.3.0

    Hi all,
    Error deploying custom java web service in - Jdeveloper 11.1.1.3.0
    Weblogic Server Exception: weblogic.deploy.api.internal.utils.DeployerHelperException: The source 'C:\DOCUME~1\.......\LOCALS~1\Temp\.xyz..........Project-context-root.war'
    for the application 'xyz....Project-context-root' could not be loaded to the server 'http://hostname:port/bea_wls_deployment_internal/DeploymentService'.
    Server returned HTTP response code: 409 for URL: http://hostname:port/bea_wls_deployment_internal/DeploymentService
    See server logs or server console for more details.
    weblogic.deploy.api.spi.exceptions.ServerConnectionException: [J2EE Deployment SPI:260041]Unable to upload 'C:\JDeveloper\mywork\MyApllicationName\Project\deploy\xyz........Project-context-root.war' to 't3://hostname:port'
    #### Deployment incomplete. ####
    Remote deployment failed (oracle.jdevimpl.deploy.common.Jsr88RemoteDeployer)
    Thanks
    Edited by: soauser on Sep 3, 2010 8:55 AM

    Any help for the above post is appreciated..
    Edited by: soauser on Sep 3, 2010 11:58 PM

  • Error deploying custom java web service in SOA11g-Jdeveloper 11.1.1.3.0

    Hi all,
    I am getting Error deploying custom java web service in SOA 11G- Jdeveloper 11.1.1.3.0
    Weblogic Server Exception: weblogic.deploy.api.internal.utils.DeployerHelperException: The source 'C:\DOCUME~1\.......\LOCALS~1\Temp\.xyz..........Project-context-root.war'
    for the application 'xyz....Project-context-root' could not be loaded to the server 'http://hostname:port/bea_wls_deployment_internal/DeploymentService'.
    Server returned HTTP response code: 409 for URL: http://hostname:port/bea_wls_deployment_internal/DeploymentService
    See server logs or server console for more details.
    weblogic.deploy.api.spi.exceptions.ServerConnectionException: [J2EE Deployment SPI:260041]Unable to upload 'C:\JDeveloper\mywork\MyApllicationName\Project\deploy\xyz........Project-context-root.war' to 't3://hostname:port'
    #### Deployment incomplete. ####
    Remote deployment failed (oracle.jdevimpl.deploy.common.Jsr88RemoteDeployer)
    Edited by: soauser on Sep 3, 2010 7:44 AM
    Edited by: soauser on Sep 3, 2010 7:45 AM
    Edited by: soauser on Sep 3, 2010 7:46 AM

    Any help for the above post is appreciated..
    Edited by: soauser on Sep 3, 2010 11:58 PM

  • Deploying custom templates only shows first template

    Hi guys, I'm having an issue deploying custom templates.
    I have followed the steps outlined here (http://technet.microsoft.com/en-us/library/cc178976.aspx) but when I open up Word/New I see the "CompanyName" under custom templates but when I open it I only see the first template "Letter".
    I created the following entry in the registry:
    HKEY_Current_User\Software\Microsoft\Office\14.0\Common\Spotlight\Providers\Companyname with a string ServiceURL pointing to the path of the xml file.
    The XML file contains:
    <?xml version="1.0" encoding="utf-8"?>
    <o:featuredcontent lcid="1033" xmlns:o="urn:schemas-microsoft-com:office:office">
        <o:application id="WD">
            <o:featuredtemplates startdate="2011-03-01" enddate="2015-03-01">
                <!-- TEMPLATE 1 -->
                <o:featuredtemplate title="Letter" source="C:\Program Files (x86)\Microsoft Office\Templates\Companyname\Letter.dotx" >  
                </o:featuredtemplate>
                <!-- TEMPLATE 2 -->
                <o:featuredtemplate title="Budget" source="C:\Program Files (x86)\Microsoft Office\Templates\Companyname\Budget.dotx" >  
                </o:featuredtemplate>
            </o:featuredtemplates>
        </o:application>
    </o:featuredcontent>
    I read in another post (http://social.technet.microsoft.com/Forums/en-US/officesetupdeploy/thread/fbc4bf23-c9fb-4a6c-a981-49f68127bf77/) where someone was having the same problem and advised deleting the ..Spotlight\Content\Companyname\WD1031 reg key but that
    hasn't help. I still only see 1 template.
    Any help would be appreciated.

    Step.1
    Close Word and delete the following registry key
    HKEY_CURRENT_USER\Software\Microsoft\Office\14.0\Common\Spotlight\Content
    Step.2
    Replace your XML file with the following sample
     <?xml version="1.0" encoding="utf-8"?>
     <o:featuredcontent lcid="1033" xmlns:o="urn:schemas-microsoft-com:office:office">
         <o:application id="WD">
             <o:featuredtemplates startdate="2011-03-01" enddate="2015-03-01">
                 <!-- TEMPLATE 1 -->
                 <o:featuredtemplate title="Letter" source="C:\Program Files (x86)\Microsoft Office\Templates\Companyname\Letter.dotx" >  
                    <o:media mediatype="" filename="" source="" />
                    <o:preview filename="" source="" />
                 </o:featuredtemplate>
                 <!-- TEMPLATE 2 -->
                 <o:featuredtemplate title="Budget" source="C:\Program Files (x86)\Microsoft Office\Templates\Companyname\Budget.dotx" >  
                    <o:media mediatype="" filename="" source="" />
                    <o:preview filename="" source="" />
                 </o:featuredtemplate>
             </o:featuredtemplates>
         </o:application>
     </o:featuredcontent>
    Tips: Keep  <o:media ---> and <o:preview ---> even you don't use them.
    Step.3
    Restart Word, check result
    Max Meng
    TechNet Community Support

  • How to deploy customer extensions in EJB-Server?

    Hello,
    I would like to know, what is the best way to deploy customer extensions
    to a J2EE application (which is deployed as an .ear file) .
    I am using a configurable dynamic class loading to allow product
    customization (usually implementations of interfaces).
    I know some possible solutions, but...
    1. solution: the customer provides its product extensions as a jar file
    which is then located in the classpath of the J2EE server.
    But I dislike this solution, beause it requires a server restart if the
    customer extensions are redeployed and further on, depending on the
    customer company's security restricition, no access to the J2EE server's
    CLASSPATH might be granted.
    2. solution: the customer opens the .ear file of our product, adds its
    extension.jar to it and the extension.jar has to have a predefined name.
    By that we can make sure, that the classloader finds this jar (because
    it can be referenced in the classpath of the manifest.mf of the ejb.jar,
    it will do no harm, if it does not exist).
    What do you think about this?
    Are there other possible solutions?
    Best regards from sunny Black Forest, Germany,
         Mattin

    iis doesnt have jsp engine to work on ur jsp..it can rather redirects to ur webserver where u can put ur jsp and make it run ther..
    rgds
    Shanu

  • How to deploy custom HTML Help files in OBIEE 11g

    Hi gurus,
    I have question regarding deploying Custom HTML files in OBIEE 11.1.1.5, i tried to place files under
    Middleware/Oracle_BI1/bifoundation/web/app/olh/l_en and tried to access with below URL after bounce Weblogic...but no luck.
    http://hostnmame:9704/analytics/olh/l_en/lOfferExpert_Help.htm
    Can some one give some pointers to appropriate documentation of achieving this?
    thanks
    Ravi

    Hi Ravi,
    I am thinking deploying these html files as a part of separate application in weblogic might be another approach. This process is like
    1. Making a .war(.ear) of your html
    2. Deploying the .war in weblogic through deployments as an application with an application context.
    3. Referencing the files in analytics or even outside just through a url.
    Hope this helps.
    Thank you,
    Dhar

  • Deploying custom apps in a company

    Is there a way to deploy custom applications built for a company independent of the app store?

    You can also use Ad Hoc distribution with the normal iOS Developer Program, if you only need to distribute the app to up to 100 users. See:
    https://developer.apple.com/programs/ios/distribute.html
    Regards.

  • Mobiliser : Deploying custom code to SMP 3.0

    Hi Experts,
    We have developed few custom use cases on top of standalone Mobiliser 5.1 SP01 (Linux server).
    Same use case we are trying to deploy it to Mobiliser 5.1 SP03 and on SMP 3.0 SP03.
    1. I hope As-Is code which is developed on SP01 will not fit SP03, please confirm on this.
    2. Please let us know any guideline document how to migrate code from SP01 to SP03
    3. How to deploy custom code on SMP 3.0.
    With regards
    Shankar.K

    See my Answers below:
    1. I hope As-Is code which is developed on SP01 will not fit SP03, please confirm on this.
    Your code should have no impact unless there are some backend dependences. With SP03, additional OSGI bundles are copied to server and tomcat application (incase Money Mobiliser is used)
    2. Please let us know any guideline document how to migrate code from SP01 to SP03
    You can find the upgrade document here: https://websmp108.sap-ag.de/instguides Once at the support portal just navigate to SAP Mobile > Sybase Mobiliser Platform > Mobiliser Platform 5.1 SP03 on the left side of the screen then open Mobiliser Platform Upgrade Guide for SP03
    The vital part of the upgrade process is making sure that the DB backend, where the SP 03 Money folder will be retrieving its data from, is upgraded properly. To help alleviate  any further confusion:
    1. You will not be using the SP01  money folder or anything else in that directory anymore
    2. Everything that you need for the upgrade will be in the Mobiliser SP03 zip file that the customer should have.
    3. Upgrade the DB backend schema in the manner specified in the document
    4. You will need to perform some slight configurations to the Mobiliser SP03 money folder to successfully communicate with the DB upgrade that was performed in Step 3.  The configurations are referenced in the Mobiliser Installation manual for SP03. 
    3. How to deploy custom code on SMP 3.0.
    refer following:
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/30ae5b68-78a0-3010-6fa3-c1742e0195c0?overridelayout=true
    Regards, Kiran

  • Deploying customized ribbons/templates

    Hey,
    What is the proper process for deploying customized ribbons, quick access toolbar and templates.  At the moment I'm pushing the .UI and .dotm files out using Group Policy Preferences, but this obviously overwrites any changes the user has made, which
    is not ideal.
    For example, our company font is Arial 10 and that MUST be the default in Word for all new documents, along with single spacing paragraphs.
    I had a bit of a brain freeze yesterday while doing some VBA stuff in Outlook (so VbaProject.OTM file).  After spending a few hours coding I did GPUPDATE, which pulled down our centralized VbaProject.OTM file, deleting what I had done, as we also push
    this file out using GPP.
    Giving customized files to users to manually import is not an option.
    Thanks very much.

    One option might be to redistribute the normal.dotm file whch you can redefine with your custom ribbons. Deploy the normal.dotm.
    Maurice

  • Deploying custom report for custom hardware inventory data.

    Hi!
    I want do the following:
    1) Extend Hardware Inventory using my own *.mof file. Like,
    #pragma namespace ("\\\\.\\root\\cimv2\\SMS")
    [ SMS_Report (TRUE),
    SMS_Group_Name ("My Inventory"),
    SMS_Class_ID ("CUSTOM|My_Inventory|4.0") ]
    class My_Inventory : SMS_Class_Template
    [SMS_Report(TRUE)] string SerialNumber;
    [SMS_Report(TRUE)] string SomeData;
    2) Extend Reporting system with my own report that will use data from custom hardware inventory. For example, joins inventoried data with SCCM resources.
    3) Deploy 1) and 2) programmatically to any sccm installation. So, report should not be linked to concrete data source or report server url.
    If you know the tools that may help me, it will be very helpful! Many thanks!

    You should ask the .rdl part from the SQL Reporting services forums, you should get better answers from there, because this isn't purely a ConfigMgr issue.
    http://social.msdn.microsoft.com/Forums/sqlserver/en-US/home?forum=sqlreportingservices

  • Deploying Custom Office 2013, Uninstalling Office 2010

    We've just recently moved to SCCM for application and OS deployment, so we're setting up applications to be deployed through SCCM for the very first time. I've read a few guides to deploying Office 2013, and the majority of them follow the same procedure:
    Customize Office 2013 with OCT
    Create an application in SCCM by selecting proplusww.msi
    Edit the deployment type and replace proplusww.msi with setup.exe
    Some guides reference the .msp in the setup.exe command, some don't. e.g. "setup.exe /adminfile custom.msp"
    So, a few questions:
    Why should I use setup.exe vs proplusww.msi? I understood that the application model gives us more control, better autodetection, and less manual configuration. i.e. use MSI for applications
    If I should use setup.exe, do I really need to reference .msp? e.g. setup.exe /adminfile custom.msp I thought that when you customize the installer, and place the msp in the \updates folder, running the setup.exe still utilizes the msp file. 
    Some guides say I should also used an xml file for help with uninstalling Office 2013. e.g. An xml file with Display Level, SuppressModal, and AcceptEula set, then using the command "setup.exe /uninstall proplusr /config .\proplusr.ww\unisntall.xml".
    What instances would I need the xml, and which instances would I not?
    Finally, I would possibly like to install Office 2013 during OSD. Would that change any recommendations on how I create the Office 2013 SCCM application?
    I'd appreciate any help/advice anyone can give. I was not able to find any info directly from Microsoft on how best to deploy Office with SCCM. Nor was I able to find any info on using proplusww.msi vs setup.exe for deployment. Thanks.

    If you place the .MSP file in the Updates folder, the Setup.exe program will automatically process it without the need to specify in the command line.  The .XML and OCT .MSP are two different means of customizing the installation.  I typically
    use the OCT to create the .MSP and drop it in the Updates folder, then just call setup.exe with no switches to perform the silent install.
    Make sure you set the SETUP_REBOOT property to Never in the OCT, otherwise the install may perform an unexpected reboot that could potentially cause issues with ConfigMgr (especially if it's during imaging).
    Thanks for the info. What about proplusww.msi vs using setup.exe? I still haven't been able to find any documentation on using one vs the other when deploying through SCCM (as to why you should use one over the other). Almost every SCCM application deployment
    guide I come across always wants you to use the MSI, sometimes going to great lengths to find one, just to avoid using an exe. So, why does almost every SCCM Office deployment guide tell me to use setup.exe? Also, is it just me, or is there really not official
    best practice form Microsoft when deploying Office through SCCM?

  • Problem Deploying Custom Transformation Provider to Remote System

    Hello Experts,
    I have successfully created a custom XML Transformation Provider/transformer and deployed it to my local development system and to a remote sandbox system. We are using NWDI and the transformation provider is within the context of a DC.  However, I am deploying to both my local dev and the remote sandbox systems using the u201CQuick PAR Uploadu201D in NWDS.
    After deploying the same PAR to both my local portal and the remote sandbox systems I can see the new service is deployed in both portals (System Administation -> Support -> Runtime -> etc..).  I can also see the service registered successfully in the portal registryu2014again, in both systems.
    Everything works fine on my local dev when I run code to retrieve and apply the custom transformer to source XML.  The new transformer is also available when creating an XML iView.   However, I cannot retrieve or use the new transformer (u201Cno such transformeru201D errors) using the same code on the remote sandbox system.  Also, the new transformer is not available when using the XML iView wizard.
    It seems the custom transformation provider is deploying successfully on the remote system, but the transformer is not.
    Both systems are ostensibly identical, NW 7.0 EP SPS14.  The credentials Iu2019m using when performing the Quick PAR Upload have Administrator/Super Admin Role privileges.  (I even tried uploading the PAR directly into the portal using the Admin Console to see if that made a differenceu2026it did not).
    Any ideas why a transformer would not be available after a custom transformation provider deploys without any apparent errors to the remote system?
    Thanks for your time!

    Hi,
    I presume this issue is not that common.
    Any ideas on where to look (logs) for results after a PAR is deployed to the server?  I do not see any errors in the defaultTrace related to the deployment and I've looked through other logs, too.  In any case, the "custom" transformation provider service appears in the portal, but I still don't see the tranformer itself.
    Thanks again,
    Dave

Maybe you are looking for