Custom Locales deployment

Hi,
I am trying to deploy a custom locale using Webstart but am unable to get the custom extension to deploy to the lib/ext directory of the current JRE. This is required for the application/java platfrom to detect the new locales.
I have tried using the Webstart extension tag in my JNLP but this has not worked (although copying the custom locales jar to the lib/ext directory of the JRE does work)
Below is a snippet of the JNLP that I am using:
<information>
  <title>Locale test</title>
  <security>
     <all-permissions/>
  </security>
  <offline-allowed/>
  <description>Demonstration of JNLP & Locale customization</description>
</information>
<resources>
  <j2se version="1.6+" />
  <jar href="test_locals.jar"/>
  <extension names="locales" href="locals.jnlp">
  <ext-download ext-part="locales" part="locales"/>
  </extension>
</resources>Any help that can be prvoided will be greatly appreciated :-)
Thanks in Advance,
Carl

A small error in the JNLP - the security tags should be outside of the information tags and the attribute of extension is name, not names:
  <offline-allowed/>
  <description>Demonstration of JNLP & Locale customization</description>
</information>
  <security>
     <all-permissions/>
  </security>
<extension name="locales" href="locals.jnlp">I have tried using a custom installer and copying the file directly to the lib/ext directory. This works fine except that I cannot get the JVM to load the custom format classes for the locale on the first load - in other words, I need to restart the JVM or add the classes to the classpath for these locales to be recognised on startup (the first time the app is started anyway)
I have tried adding the classes to both the System classloader (ClassLoader.getSystemClassloader, and to the parent of the ContextClassLoader (Thread.currentThread().getContextClassLoader().getParent()) but neither of those seem to affect the JVM that the application is running in.
Any ideas would be great.
Thanks,
Carl

Similar Messages

  • Oracle Application Server of R12.1.x (10.1.3) for Custom Application Deploy

    Hi Friends,
    Can we use Oracle Application Server of R12.1.x (10.1.3) for Custom Application Deployment(jar files) instead of going for seperate Oracle 10g Applicatuion Server.
    Let us know the Licensing information as well
    Regards
    DB

    Hi,
    Personally i would'nt suggest using the Application server, due to
    1. If you need down time for application patching, you custom application will also be down.
    2. If you can not start 10g Application server (The one came with R12) for some issues, it will also affect your custom application.
    3. If you are upgrading/patching 10g application server (the one came with R12), you would not know what will the affect of this on custom application.
    E-Business Suite Software Development Kit for Java (includes AppsDataSource, Java Authentication and Authorization Service) Readme - Patch 9863609 [ID 974949.1]
    How to add custom JAR files to Apache OC4J Classpath in R12 instance? [ID 433241.1]
    Regarding the licensing,
    Please speak to local sales representative for licensing requirements.
    You can also see
    http://www.oracle.com/corporate/pricing/pricelists.html
    Thanks

  • Issue in domain creation local deployment Error :  odi-core.jar

    Hi,
    I am trying to create a domain on my VM for local deployment of fincomm and Ess. But during domain creation it is failing with following errors.
    Error in writing to file '/scratch/software/mw_local/FMWTOOLS_11.1.1.7.0_GENERIC_130327.1838_PATCHES4FA_11.1.1.7.0_PLATFORMS/vimjain/mw_home_standalone/odi/oracledi.sdk/lib/odi-core.jar'. [invalid block type]
    Cancelling Install Session..
    Internal Error: File Copy failed. Aborting Install
    I tried the various different options for creation but all failed.
    1> I tried by resetting to old patchset.
    2> 3 days back i was able to successfully create the domain, but today i am seeing the error as discussed.
    3>Tried to delete the patchset and recreate a new one, but still no luck
    If anyone else is also seeing the same issue and able to resolve.
    Thanks
    Vimal

    You may want to use Oracle Internal forums and blogs for solution.
    Since these are public forums, you should not post content contains sensitive information here. Please remove the dir structure (which also includes your uid).

  • Add custom local group with similar power as Windows BUILTIN\Administrators group

    In windows 7 or windows 8
    Is there any possibility to create a custom Local group having the same power/privileges as it does the BUILTIN\Administrators group.
    If yes; how?
    For instance:  I created a new local group, then in Local Security Policy(secpol.msc) \Security Settings\Local Policies\User Rights Assignments I added all the available policies where the Administrators group was also there, then I create a normal
    local user and assigned this new customized group, however the user never obtained the sufficient power as it does a user from Administrators group.
    Can anyone help?
    Thanks in advance.

    I don't think you can create a replica for Admin group.
    Arnav Sharma | http://arnavsharma.net/ Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading
    the thread.

  • Hard Copy function in Customized Local layout ( Alt +F12) on tool bar

    Hi Experts,
    In SAP, the last button on the tool bar (i.e Customized Local layout - Alt + F12) use to automatically print a copy of the current transaction on screen when we selected the u201CHard Copyu201D command.
    But now, when we select u201CHard Copyu201D a screen comes up as if to save as a file. How can we change so as to automatically print?
    Thanks in advance
    Raghu

    hi,
    This is because of incorrect print configuration.
    Goto,
    From any report program select:
    Program-->print. In the print list screen window , click on properties.
    check whether these values are there in correspodnign field .
    1.Tome of printing -- print out immediately
    2.format -- x_65_132.
    3.sppol request -- (any name with RS).
    4.SAp cover sheets -- default settings .
    5.os cover sheet -- default setings.
    6.New sppol request --- yes
    Let me know if u still have the problem .

  • How to download nwds deployed local deployed appluication from server,

    Dear all,
    how to download nwds local deployed application from server please specify the path(if is not a par application and it ia not a dc component)it is a simple webdynpro application i lot my backup in development and quality and the application now exists in PRODUCTION. please help me in resolving this issue.
    Regards.

    Hi Kishore,
    You can't download the full nwds project source. You can get the Java source code only.Select the app.jar file from your project path and it will give all java program code.First You should copy the .jar from (/usr/sap/<SID>/JC<xx>/j2ee/cluster/server<x>/apps/local/ProjectName(x)/webdynpro/public/lib/app.jar)
    Some free Decompiler tool are available in online to extract the app.jar source (Tool Name DJ Java Decompiler or unzip the app.jar).
      Thanks in advance.

  • Locally deploying Jclient Application

    Can any body tell me the link to the documentation on how to locally deploy jclient application, java -jar app.jar
    which files to be included in the classpath etc.
    Actually I am building the Jclient Application using oracle lite. I was previously deploying it through webstart but was having the error that "no suitable driver"
    The application wroks fine when executed through the jdeveloper.
    So I was thinking that it would also work with local deployment.

    Have a look at the command line JDeveloper uses to run your project (it's in the log window) - there you'll see the list of Jar files that are needed to get your project running.
    Then you can replicate it in your deployment.

  • Issue with local deployment

    I have been using JDev 11.1.1.2.0 (EJB/JPA).
    My app. has been deployed and running successfully for the first time using integrated WL server.
    When I try to run the app. again after some file modifications, it couldn't deploy the app.
    It threw below error.
    'cannot run integrated WL server, 'null'.
    It was working fine and it has started to happen all of the sudden.
    What could be the issue?
    I can run again for one time if I stop the server and rename the app. in the local deployment directory (system/drs folder). It doesn't allow me to delete the app. I'm getting file is too long for recycle bin error. Any help would be greately appreciated.

    Hi All,
    We are having the same issue on JDeveloper 11.1.1.2.0, with an ADF application to deploy.
    The first deployments went well, but for some reasons the other finished with that log :
    [06:03:49 PM] Running dependency analysis...
    [06:03:49 PM] Deploying 2 profiles...
    [06:03:50 PM] #### Deployment incomplete. ####
    [06:03:50 PM] null
    #### Cannot run application PCASUI due to error deploying to IntegratedWebLogicServer.
    [Application PCASUI stopped and undeployed from Server Instance IntegratedWebLogicServer]I already tried to validate the "Active Changes" on the integrated weblogic console, but nothing happened!
    We are completely stuck here!
    If someone has an idea, please help us on this one!
    Yann
    Edited by: user12288042 on 3 août 2010 23:45

  • Error During Local Deployment of Application

    Hi,
    I am developing 7.1 Laptop application, I am facing issues with the local deployment of the application from the NWDS. I have 2 DCs, one for model and the other for application, When I add a new query to the model DC, the Model DC builds without errors, But when I try to invoke the newly created query in my app DC , after the local deployment of the application, it gives me following error.
         ... 20 more
    Caused by: java.lang.ExceptionInInitializerError
         at com.acc.iss.instoredatamodel.model.DataModel.createGetAccountVisits(DataModel.java:79)
         at com.acc.iss.instoreapp.instoreapp.comp.InStoreappComp.&lt;init>(InStoreappComp.java:451)
         at com.acc.iss.instoreapp.instoreapp.comp.wdp.InternalInStoreappComp.&lt;init>(InternalInStoreappComp.java:200)
         ... 25 more
    Caused by: com.sap.tc.mobile.exception.standard.SAPIllegalArgumentException: Cannot find class com.acc.iss.instoredatamodel.model.GetAccountVisits
         at com.sap.tc.mobile.cfs.meta.io.MetaRuntimeUtils.findClass(MetaRuntimeUtils.java:229)
         at com.sap.tc.mobile.cfs.meta.io.MetaRuntimeUtils.findClass(MetaRuntimeUtils.java:204)
         at com.acc.iss.instoredatamodel.model.GetAccountVisits.&lt;clinit>(GetAccountVisits.java:45)
    Now When I reinstall the mobile client from my PC , this error is gone and also When I run the same application on another NWDS in another desktop, it builds fine and works fine. I am suspecting this is because of the local deployment of the application. Like in OCA applications we can delete the locally deployed application from eclipse  mobile plugins and do a fresh deployment again, where will I find the entries for locally deployed laptop applications so that in such cases I can delete those entries and try out a new deployment.
    Please  let me know whether local deployment is the problem or some other thing is causing this issue.
    Regards,
    Priya

    thanks for help, indeed during the Enabling monitoring in my topology i have to select the same sql store as when i install lync (in
    my case it note the default but with an instance xxxxxxx\rtc)  , when i try to create a new store xxxx\rtc in the archiving config , i can't ,the system said tha xxx\rtc already exist. 
    so i create the archiving with the default one
    i think that my error comes from there not? what can i do to create with the same store \rtc 

  • WDS for custom image deployment via PXE

    I've recently spun up a 2012R2 server and I'd like to use it so I can netboot clients to it and install a custom image on the machine, no hassle.  I have figured out how to take an image from a Windows 7 install disk and add drivers to it.
    However, I'm wondering the best way that I could configure an image to use that has all programs, profiles, updates, and drivers on it for a 'universal' install. Is this possible?
    For example, can I have a 32-bit image that has Chrome, FireFox, and some other programs on it, complete with any drivers that might be needed for NIC and WLAN cards, graphics adapters, etc? And then a 64-bit image for the same thing. Ideally, these
    would house drivers for any of our machines, so I could PXE boot a 64- or 32-bit desktop or laptop, regardless of the model (They're all one manufacturer) and have them install the image and be configured, ready to go?
    I would also like to know how I could create a custom image/ISO from a machine that is already ready-to-go as a template.
    Thank you for answers in advance.
    If it helps, i'm on a Windows 8.1 x64 machine myself, but the machines I'd like to image are Windows 7 (both x86 and x64).

    Yea.  In a nut shell:
    1. Do the install and create the needless account the setup process forces you to create.
    2. On first log in enable the original default Administrator account and give it a password
    3. Log in with the default Administrator account.
    4. Delete the local account that setup forced you to create
    5. Go to Advanced system Settings --> User Profiles, and remove the profile for that account.  This is important,...this removes the registry entries for the Profile as well (just deleting the folder structure under "C:\Users" does not,
    and problems can result).
    6. Build your image model from this point using the original default local Administrator account.  This is the only account that Sysprep will leave on the machine when it is run. Note the machine is not a Domain Member when I am at this point. 
    I only join the machine that I apply the image to when I finally deploy the machine to be used .
    7. Run Sysprep on the machine to prepare it for duplication, then shutdown or reboot.  When starting up you do not want to allow it to boot into the OS or you will have to rerun Sysprep again.   You can use WDS to "capture" an image
    after doing a network boot from the Nic.  You can also boot the machine using a Windows PE bootdisk and manually capture an image with ImageX (comes with WAIK for Win7).  But ImageX is commandline only and annoying,...there is a GUI alternative called
    GImageX (google it). Then manually copy the captured image to the WDS Server.  Note when you capture an image,..you are only capturing the Boot Partition,...not the entire drive.
    The details of all this you can sort out by studying "how to use" WDS and WAIK (Win7).  That should put you on the right track.
    A source for creating a bootable Windows PE disk is here.
    http://winbuilder.net/

  • Windows 8.1 Custom Tiles - Deploying SCCM 2012 R2

    Confused.
    In Hyper V, I created a Windows 8.1 Enterprise image while in sysprep audit mode.
    I configured the tiles exactly how I wanted them.
    Captured the image and deployed.  When I login, the tiles are all set to default.
    Found a Microsoft site that said I could copy the AppsFolderLayout.bin file from the default image and then copy it to the default directory.   Tried that manually and through a task sequence and it still shows the default screen.
    I tried exporting the bin file through powershell and then importing through SCCM task sequence and same thing.
    http://stealthpuppy.com/customizing-the-windows-8-1-start-screen-dont-follow-microsofts-guidance/
    What is the best way to accomplish this?
    Thanks
    Rick

    Make sure you follow the steps exactly.
    http://blogs.technet.com/b/deploymentguys/archive/2012/10/26/start-screen-customization-with-mdt.aspx
    When the AppsFolderLayout.bin is copied to default profile, it will be copied to any new user profiles upon initializing first user logon. You could also manually copy the file to a user's profile to verify AppsFolderLayout.bin layout file.
    Juke Chou
    TechNet Community Support

  • SAP PI 7.1 custom adapter deployment error

    Hi Experts,
    I have developed one custom SFTP adapter and i am trying to deploy it in PI server via JSPM.
    But in JSPM i am getting some error messages. what may be the cause of this error.
    ERROR log:
    sample_ra.sda<!LOGHEADER[START]/>
    <!HELP[Manual modification of the header may cause parsing problem!]/>
    <!LOGGINGVERSION[1.5.7.1006]/>
    <!NAME[D:\usr\sap\P71\DVEBMGS88\j2ee\JSPM\log\log_2011_06_15_11_00_05\deploy_2011-06-15_11-55-05.log]/>
    <!PATTERN[deploy_2011-06-15_11-55-05.log]/>
    <!FORMATTER[com.sap.tc.logging.TraceFormatter(%25d[%6s]:%m)]/>
    <!ENCODING[UTF8]/>
    <!LOGHEADER[END]/>
    Jun 15, 2011 11:55:05 AM [Info  ]:DC API is trying to connect to 'p71:58804'
    Jun 15, 2011 11:55:06 AM [Info  ]:DC API has Connected to 'p71:58804'
    Jun 15, 2011 11:55:06 AM [Path  ]:+++++ Starting  V A L I D A T E action +++++[ deployerId=10 ]. timerId=51
    Jun 15, 2011 11:55:06 AM [Path  ]:Selected archives for validation. [ deployerId=10 ]
    Jun 15, 2011 11:55:06 AM [Path  ]:
    p71\sapmnt\trans\EPS\in\SFTPAdapter_raEAR_SDA.sda
    Jun 15, 2011 11:55:06 AM [Debug ]:Got full sdu path '
    p71\sapmnt\trans\EPS\in\SFTPAdapter_raEAR_SDA.sda'
    Jun 15, 2011 11:55:06 AM [Path  ]:component version handling rule is UpdateAllVersions.[ deployerId=10 ]
    Jun 15, 2011 11:55:06 AM [Path  ]:deployment workflow strategy is normal deploy strategy.[ deployerId=10 ]
    Jun 15, 2011 11:55:06 AM [Path  ]:life cycle deploy strategy is disable LCM deploy strategy.[ deployerId=10 ]
    Jun 15, 2011 11:55:06 AM [Path  ]:Error strategies[ deployerId=10 ]:
    Jun 15, 2011 11:55:06 AM [Path  ]:error action 'DeploymentAction' is 'OnErrorStop'
    Jun 15, 2011 11:55:06 AM [Path  ]:error action 'PrerequisitesCheckAction' is 'OnErrorSkipDepending'
    Jun 15, 2011 11:55:06 AM [Debug ]:deployer initialized successfully:[id:#52, elapsed: 125 ms.].[ deployerId=10 ]
    Jun 15, 2011 11:55:06 AM [Debug ]:Total time:[#52: 0.125 sec].[ deployerId=10 ]
    Jun 15, 2011 11:55:06 AM [Info  ]:Start validating.[ deployerId=10 ]
    Jun 15, 2011 11:55:06 AM [Path  ]:Validating completed. Preparing the validation result.
    Jun 15, 2011 11:55:06 AM [Path  ]:
    Sorted Items -
    1. Client path '
    p71\sapmnt\trans\EPS\in\SFTPAdapter_raEAR_SDA.sda'
    Sdu info :name 'SFTPAdapter_raEAR', vendor 'sap.pi.adapter.sftp', location 'SFTP_Adapter', version '1.1', software type ('J2EE', sub type ''), dependencies :[none]
      Deploy status is 'Admitted'
    Deployment Items -
    1. Client path '
    p71\sapmnt\trans\EPS\in\SFTPAdapter_raEAR_SDA.sda'
    Sdu info :name 'SFTPAdapter_raEAR', vendor 'sap.pi.adapter.sftp', location 'SFTP_Adapter', version '1.1', software type ('J2EE', sub type ''), dependencies :[none]
      Deploy status is 'Admitted'
    Jun 15, 2011 11:55:06 AM [Info  ]:+++ Validation finished with status 'Success' +++[ deployerId=10 ]
    Jun 15, 2011 11:55:06 AM [Path  ]:+++++ End  V A L I D A T E action +++++[ deployerId=10 ]. Total time:[#51: 0.25 sec]
    Jun 15, 2011 11:55:06 AM [Path  ]:+++++ Starting  D E P L O Y action +++++ [ deployerId=10 ] [ timerId=53]
    Jun 15, 2011 11:55:06 AM [Path  ]:Selected archives for deployment. [ deployerId=10 ]
    Jun 15, 2011 11:55:06 AM [Path  ]:
    p71\sapmnt\trans\EPS\in\SFTPAdapter_raEAR_SDA.sda
    Jun 15, 2011 11:55:06 AM [Debug ]:Got full sdu path '
    p71\sapmnt\trans\EPS\in\SFTPAdapter_raEAR_SDA.sda'
    Jun 15, 2011 11:55:06 AM [Path  ]:component version handling rule is UpdateAllVersions.[ deployerId=10 ]
    Jun 15, 2011 11:55:06 AM [Path  ]:deployment workflow strategy is normal deploy strategy.[ deployerId=10 ]
    Jun 15, 2011 11:55:06 AM [Path  ]:life cycle deploy strategy is disable LCM deploy strategy.[ deployerId=10 ]
    Jun 15, 2011 11:55:06 AM [Path  ]:Error strategies[ deployerId=10 ]:
    Jun 15, 2011 11:55:06 AM [Path  ]:error action 'DeploymentAction' is 'OnErrorStop'
    Jun 15, 2011 11:55:06 AM [Path  ]:error action 'PrerequisitesCheckAction' is 'OnErrorStop'
    Jun 15, 2011 11:55:06 AM [Debug ]:deployer initialized successfully:[id:#55, elapsed: 125 ms.].[ deployerId=10 ]
    Jun 15, 2011 11:55:06 AM [Debug ]:Total time:[#55: 0.125 sec].[ deployerId=10 ]
    Jun 15, 2011 11:55:06 AM [Path  ]:Starting deployment.[ deployerId=10 ]
    Jun 15, 2011 11:55:07 AM [Debug ]:deployment triggered : DeployItem[file=
    p71\sapmnt\trans\EPS\in\SFTPAdapter_raEAR_SDA.sda
      ,deployItemStatus=Admitted
      ,versionStatus=NEW
      ,description=
      sdu=name 'SFTPAdapter_raEAR', vendor 'sap.pi.adapter.sftp', location 'SFTP_Adapter', version '1.1', softwareType ''J2EE', sub type '''
      clusterDescriptor=null
    Jun 15, 2011 11:55:09 AM [Debug ]:deployment performed : DeployItem[file=
    p71\sapmnt\trans\EPS\in\SFTPAdapter_raEAR_SDA.sda
      ,deployItemStatus=Aborted
      ,versionStatus=NEW
      ,description=
      1. [ERROR CODE DPL.DS.5402] JLinEE reported following erros for sap.pi.adapter.sftp/SFTPAdapter_raEAR application.
    ERRORS:
    Connector Schema Validator: Versions of standard and additional xmls do not match., file: SFTP_Adapter_ra.rar#META-INF/connector-j2ee-engine.xml, column 0, line 0, severity: error
    Hint: 1) Given application file is not valid one.
      sdu=name 'SFTPAdapter_raEAR', vendor 'sap.pi.adapter.sftp', location 'SFTP_Adapter', version '1.1', softwareType ''J2EE', sub type '''
      clusterDescriptor=null
    Jun 15, 2011 11:55:17 AM [Error ]:Deployment Exception during deployment phase 'DeploymentException',cause=An error occurred while deploying the deployment item 'sap.pi.adapter.sftp_SFTPAdapter_raEAR'.; nested exception is:
    com.sap.engine.services.dc.gd.DeliveryException: [ERROR CODE DPL.DC.3298] An error occurred during deployment of sap.pi.adapter.sftp_SFTPAdapter_raEAR. Cannot deploy it.
    Jun 15, 2011 11:55:17 AM [Error ]:Deployment Items status: '
    Sorted Items -
    1. Client path '
    p71\sapmnt\trans\EPS\in\SFTPAdapter_raEAR_SDA.sda'
    Sdu info :name 'SFTPAdapter_raEAR', vendor 'sap.pi.adapter.sftp', location 'SFTP_Adapter', version '1.1', software type ('J2EE', sub type ''), dependencies :[none]
      Deploy status is 'Aborted'
      Description:'1. [ERROR CODE DPL.DS.5402] JLinEE reported following erros for sap.pi.adapter.sftp/SFTPAdapter_raEAR application.
    ERRORS:
    Connector Schema Validator: Versions of standard and additional xmls do not match., file: SFTP_Adapter_ra.rar#META-INF/connector-j2ee-engine.xml, column 0, line 0, severity: error
    Hint: 1) Given application file is not valid one.'.
    Deployment Items -
    1. Client path '
    p71\sapmnt\trans\EPS\in\SFTPAdapter_raEAR_SDA.sda'
    Sdu info :name 'SFTPAdapter_raEAR', vendor 'sap.pi.adapter.sftp', location 'SFTP_Adapter', version '1.1', software type ('J2EE', sub type ''), dependencies :[none]
      Deploy status is 'Aborted'
      Time statistics( ms ):
       1.validate : -1
        1.1.deployment : 2156
         1.1.1.Notify:Event triggered : 16
         1.1.2.Disable LCM deployment : 2140
          1.1.2.1.Perform delivery : 2140
           1.1.2.1.1.Application Deployer : 2140
      Description:'1. [ERROR CODE DPL.DS.5402] JLinEE reported following erros for sap.pi.adapter.sftp/SFTPAdapter_raEAR application.
    ERRORS:
    Connector Schema Validator: Versions of standard and additional xmls do not match., file: SFTP_Adapter_ra.rar#META-INF/connector-j2ee-engine.xml, column 0, line 0, severity: error
    Hint: 1) Given application file is not valid one.'.
    Jun 15, 2011 11:55:17 AM [Path  ]:+++++ End  D E P L O Y action +++++[ deployerId=10 ]. Total time:[#53: 10.779 sec]

    Hi Debashish,
    I have a similar requirement to develop a Custom module for SFTP adapter for SAP PI 7.1 version..
    Can you please advise how you build the adapter and please share the document if you have any...
    thanks

  • How do I know what are custome code deployed on my site for Migration from 2010 to 2013

    We have around 500 sites and several Webapplication. Now we want to migrate site from SharePoint 2010 to 2013
    We will use Metalogix tool for Migration. However we want to know which custom changes site Have , SO those WSP we can deployed on 2013, So that Site will work fine After Migration.
    SO question is there is any way where I can find what customization site have ?
    I want poweshell which will tell me these WSP have deployed on this Sitecollection , SO that only those I will deploy on 2013 ? ALso
    Suppose I have created Workflows through designer , is there any powershell which will tell me these workflow have deployed on particular site, so that I can check is those Migrated successfully or not.
    Please mark answer , if you think answer is helpful or correct.

    Hi,
    Please see the link below that will give you detailed steps to identify customizations
    Checklist for upgrade
    Cheers
    FrenchSpeaker - MCTS

  • Customer Module Deployment in PI 7.1

    Hi All,
    We have a custome adapter module developed in PI 7.0 and we have upgraded that to PI 7.1 based on the guidelines from SAP. Now we would like to deploy that upgraded module in new PI 7.1 server. Could any one please tell me how can i deploy the new custom module.
    Please suggest me various methods of doing it.
    Thanks in advance.
    Best Regards,
    Prasad Babu.

    hi,
    refer to:
    http://help.sap.com/saphelp_nw70/helpdata/en/87/4797422930c56ae10000000a155106/content.htm
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/00838345-708c-2a10-1199-9514c0b0a91c
    regards,
    ujjwal kumar

  • Workflow Custom Activity deploy in multi server environment

    I have been working on a project that involves developing a custom workflow activity for SharePoint 2013. I am developing it in a single server environment working with http.
    My problem occurs when deploying to multi-server environment with https (WFE, APP). My question is how to deploy my solution to the new environment. 
    The steps:
    Create a project - c# activity library
    Add a workflow activity, add .xml
    Deploy the .dll and .xml of project to:
    "C:\Program Files\Workflow%20Manager\1.0\Workflow\Artifacts" "C:\Program Files\Workflow Manager\1.0\Workflow\WFWebRoot\bin"
    net sotp "Workflow Manager Backend"
    net start "Workflow Manager Backend"
    Deploy .DLL to GAC
        - Created MSI using install shield in VS2010 to add .DLL to GAC
        - Verify .DLL in GAC by going to c:\windows\assembly and %windir%\Microsoft.NET\assembly
    iisrest
    Deploy WSP to SharePoint, activate feature, open SharePoint Designer 2013 and choose the custom action that now appears when creating a 2013 workflow
    To recap we have workflow manager on the APP server and and the workflow client on the WFE. We deployed the .DLL and .XML to the workflow manager (APP) only. The .DLL is deployed
    to/in the GAC on the WFE and the APP. We are able to see and create the activity in Designer 2013 and we deploy the workflow to a normal SharePoint list. When we run the workflow we do not get any errors in the ULS logs, event viewer or Workflow Manager Debug
    Logs (event viewer also). The site is not created though. We believe the issue is that the custom C# (.DLL) is not being ran. 
    This all works fine and dandy on my single server environment. Workflow is working like a charm. How can we trouble shoot what the issue is if we are not finding any errors?
    Is there a step that we missed or some other place we need to look for logs? Would the ULS logs show the site creation or show running our custom code? Currently it does not show anything when we run the workflow.
    Let me know if this is unclear or if anyone needs more information. Thanks

    Hi,
    Here is a workaround for your reference:
    We can develop a custom WCF service instead of the Custom Activity in SharePoint. And then use the service from workflow. It use a separate dedicated server for workflow without having any reference to SharePoint DLLs from inside workflow.
    Here is a similar thread for your reference:
    https://social.technet.microsoft.com/Forums/systemcenter/en-US/d462ca07-9861-4133-948a-fc9771306cb1/custom-workflow-how-to-go-from-single-server-to-multiple?forum=sharepointdevelopment
    Thanks,
    Dennis Guo
    TechNet Community Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Dennis Guo
    TechNet Community Support

Maybe you are looking for

  • How do I change the size of a windows partition on my MacBook?

    How do I change the size of a windows partition on my MacBook?

  • Is there a way to have text hug an object?

    I'm not sure if "hugging" is the right word.  In document programs like Microsoft Word or Mac Pages, you can have the text hug a photo/textbox. You move the image and the text moves accordingly.  Is there a way to do this in Illustrator? Basically I

  • Error message: File is not compatible with this version of Photoshop

    When I try and reopen a psd file I have created, I get the message "Could not complete your request because the file is not compatible with this version of Photoshop" Used to get this on occasional files using CS2, have now started getting it on CS3

  • Save as TXT, ANSI

    Hi all, We have migrated to XI 3 from 6.5, on Win2k3 an Oracle. We have some documents that we used to save as txt for exporting data to another application, and in XI 3 the encoding used when saving as txt with DesktopIntelligence is UTF-8. In 6.5 v

  • Has anyone had their IPAD just die?

    I picked up my ipad to read a book and it will not turn on. Plugged it in to charge this morning and now it is dead.