Custom configuration of packages

Is it possible for a custom configuration of packages?
For example, dwm has no configuration file for customization but instead make all customization via a C header file that gets built into the binary. Obviously in this example it would require the ability to build from source. Is that something pacman can handle? I know that NetBSD's pkgsrc allows either installing binary packages or compiling from source and the latter allows for customization (for example, using inet6 for nmap).

pacman installs packages that are build by makepkg from PKGBUILDs. If you can make a PKGBUILD that suits your tastes - whether via configure options, some sed magic or otherwise - you'll get a package that suits your needs.
There are many packages in the AUR that are a variation of some package from the official repo, e.g. mplayer: You've got
- mplayer-minimal-svn,
- mplayer-mt-lite,
- mplayer-mt-oss-git,
- mplayer-vdpau-svn
and many others.

Similar Messages

  • Calling custom pl/sql package on termination of Employee

    Hi,
    I want to call a custom pl/sql package that will create an element entry for employees, with their outstanding holiday entitlement upon termination.
    One way I have tried to do this is by personalizing the end employment form, but I get this error - ORA-00923: FROM keyword not found where expected
    from this code:
    <h5> ='declare
    l_element_entry_id NUMBER;
    l_object_version_number NUMBER;
    l_create_warning BOOLEAN;
    begin
    pay_element_entry_api.create_element_entry(p_validate => FALSE
    ,p_effective_date => (${item.period_of_service.actual_termination_date.value})
    ,p_business_group_id => 106
    ,p_assignment_id => (select assignment_id from per_all_assignments_f where person_id = ${item.period_of_service.person_id}
    and primary_flag = 'Y')
    ,p_element_link_id => 3499
    ,p_entry_type => 'E'
    ,p_input_value_id1 => 7318
    ,p_entry_value1 => (XX_PERSNS_UTILS.GetLeaveAccrual(${item.period_of_service.person_id}))
    --,p_cost_allocation_keyflex_id => ee_asg_api_rec.cost_allocation_keyflex_id
    ,p_effective_start_date => ((${item.period_of_service.actual_termination_date.value})-1)
    ,p_effective_end_date => ${item.period_of_service.actual_termination_date.value}
    ,p_element_entry_id => l_element_entry_id
    ,p_object_version_number => l_object_version_number
    ,p_create_warning => l_create_warning
    end'
    </h5>
    I also thought another way to accomplish this would be using business events but under Workflow Administrator I can see the Business Events and subscriptions but I can only search for existing set-up, I can't create my own.
    Does anyone have any ideas why this personalisation isn't working or has any other ideas of how to go about this?
    Thanks

    This is a tough solution to implement. The drawbacks of Forms Personalization, if you get it working, are that it won't be called from other areas (People Management templates, Self Service Termination etc). The drawbacks of API User Hooks are that they're not used in all places either. Finally, as mentioned, reverse termination means that you need to then backout such holiday payout entries.
    The most reliable way to do this is with an batch process, eg, concurrent program, that runs, say, daily:
    1) Find all employees physically terminated yesterday (regardless of their actual termination date)
    2) Calculate and create the holiday payout entry (if it's not already there)
    3) Find all employees who were updated yesterday and HAVE the holiday payout entry (this is the way to detect those who have been reverse terminated)
    4) Date-track purge the holiday payout entry.
    5) Consider API User Hooks to pick up late changes to absence records or anything that might affect any holiday already paid out so that you can update the holiday payout entry
    6) Configure retro to handle holiday payout for retrospective terminations, deductions for those who were paid holiday payout and later reverse terminated, and subsequent changes to the amount paid out (eg, because of late changes to absence records)

  • Create custom device driver package

    Hello,
    I'm working with LabVIEW 2014 + RT and FPGA addons.
    I have to provide a real-time application to many customers.
    This application is created and can be installed using MAX as User Component to run at startup. I created a CDF file to do this.
    Our customer don't need to use LabVIEW. They just need the device drivers linked to our application.
    Is it possible to create a custom device driver package in order to provide only needed device drivers ?
    I would like to do something like the device drivers installer but only with a litle part of it in order to install automatically everything needed and not more to deploy my application using MAX.
    Best Regards,
    CFOE

    Perhaps you could use the RAD tool (or a modified version of it - it's open source)? See here: http://www.ni.com/example/30986/en/ 
    You can use it to create an 'image' of your RT controller which you can then use the tool to restore the image onto the device. There are also a lot of utilities in the System Configuration palette to help you do this.
    Certified LabVIEW Architect, Certified TestStand Developer
    NI Days (and A&DF): 2010, 2011, 2013, 2014
    NI Week: 2012, 2014
    Knowledgeable in all things Giant Tetris and WebSockets

  • How to get changes of a custom PL/SQL package updated in ISG?

    Hi All,
    I need some help on how to change a custom PL/SQL package in ISG integration repository:
    I already uploaded my custom PL/SQL package to the integration repositoy some time ago. Now I have made some changes to PL/SQL record/table types defined in the package (added some fields and removed some others). These changed record/table types are used by a procedure I already uploaded to the integration repository. When regenerating the WSDL for my PL/SQL package in integration repository I get an error that the wrapper for respective procedure can't be found. When checking up the SQL types that were automatically generated (by JPublisher) for corresponding PL/SQL types, these generated SQL types are invalid...
    So it seems that in one case JPublisher generated an empty SQL type (with no attributes). In another case JPublisher generated the SQL type with old attribute list, so it didn't adopt the changes of corresponding PL/SQL type in the package...
    Can anybody tell me how to get the changes of a cusotm PL/SQL package updated in ISG? Or is there any possibility to first remove a whole PL/SQL package from the ISG integration repository (and getting rid of all old automatically generated SQL types), so that I can newly upload my PL/SQL package afterwards?
    Thanks
    Konrad
    Edited by: Konrad on 24.10.2011 10:51

    Thanks Daniel, for your reply...
    (-> for info: I'm a colleague of Konrad...)
    Yes, we used a higher version number - and the upload of iLDT file works fine...
    But, the problem occured when generating the WSDL...
    However, I think we have found an approach of how to get the changes of a custom PL/SQL package updated correctly in ISG:
    1. Save a copy of PL/SQL package and then delete it in the database
    2. Regenerate the WSDL for PL/SQL package in ISG (seems that all atutomatically generated JPub wrappers and SQL types are also deleted)
    3. Restart all processes
    4. Create the changed version of PL/SQL package in the database again
    5. upload of iLDT
    6. Regenerate the WSDL for PL/SQL package in ISG
    Best Regards
    Carolin

  • Utl_http package from our custom pl/sql package.

    We have a requirement to invoke a thrid party Url that uses HTTPS. For this we are using the call to utl_http package from our custom pl/sql package. When we invoke the custom package form Oracle Forms it works fine. But when we try to invoke the same from ApplicationModule Class in our custom OA Framework form we get the following error.
    ORA-29273: HTTP request failed
    ORA-06512: at "SYS.UTL_HTTP", line 1577
    ORA-28862: SSL connection failed

    Duplicate post.
    ApplicationModule class in a custom OA Framework
    ApplicationModule class in a custom OA Framework

  • Error in  Backups custom configuration

    Hello
    I'm doing a backup of portfolio 's configuration in portal.Then I found the steps for this task:
    You navigate to this iView by choosing Portfolio Management ® Administration. In the navigation panel, choose Backup Custom Configurations.
    To backup configuration(s) do the following:
           1.      Select the configuration from the list:
                                a.      To select a single configuration from a list, click the corresponding checkbox.
                                b.      To select multiple configurations, hold down the CTRL key and click the checkboxes corresponding to the configurations.
                                c.      To select a block of configurations, hold down the SHIFT key and check the first and last configuration of the block.
                                d.      Choose Select All to select all configurations.
                                e.      Choose Unselect All to de-select all configurations.
           2.      Click Next at the bottom of the list. The selected configurations are displayed.
           3.      Click Back-up.
           4.      Enter the path and name for the backed up configuration.
           5.      Click OK.
    You may backup various combinations of configurations.
    So, when I did  press on  Next button  I got  this message on portal:
    java.lang.ClassNotFoundException: com.sap.xapps.cprxrpm.spmodel.RPMSPModel$Implementation -
    Loader Info -
    ClassLoader name: sap.com/xapps~cprxrpm~spmodels Parent loader name: 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
    sap.com/tcwddispwda sap.com/tcwdcorecomp service:webdynpro service:sld library:tcddicddicservices library:com.sap.aii.proxy.framework library:
    tcgraphicsigs library:com.sap.mw.jco library:com.sap.lcr.api.cimclient library:sapxmltoolkit library:com.sap.aii.util.rb
    library:com.sap.util.monitor.jarm library:tcddicddicruntime library:com.sap.aii.util.xml library:com.sap.aii.util.misc library:tc~cmiResources:
    /usr/sap/IPD/JC00/j2ee/cluster/server0/apps/sap.com/xappscprxrpmspmodels/src.zip /usr/sap/IPD/JC00/j2ee/cluster/server0/apps/sap.com/xappscprxrpmspmodels/webdynpro/public/lib/sap.comxappscprxrpm~spmodels.jar
    Loading model: {parent,references,local} -
    See full exception chain for details.
    System Environment
    Client
    Web Dynpro Client Type HTML Client
    User agent Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.50727)
    Version null
    DOM version null
    Client Type msie6
    Client Type Profile ie6
    ActiveX enabled
    Cookies enabled
    Frames enabled
    Java Applets enabled
    JavaScript enabled
    Tables enabled
    VB Script enabled
    Server
    Web Dynpro Runtime Vendor: SAP, build ID: 7.0016.20080423163523.0000 (release=645_VAL_REL, buildtime=2008-06-10:08:13:52[UTC], changelist=483895, host=pwdfm101), build date: Thu Apr 23 23:17:07 MDT 2009
    J2EE Engine 7.00 patchlevel 111772.44
    Java VM Java HotSpot(TM) 64-Bit Server VM, version:1.4.2 1.4.2.13-070317-20:54-IA64W IA64W, vendor: Hewlett-Packard Company
    Operating system HP-UX, version: B.11.23, architecture: IA64W
    Session & Other
    Session Locale es_EC
    Time of Failure Tue May 26 14:56:46 MDT 2009 (Java Time: 1243371406148)
    Web Dynpro Code Generation Infos
    sap.com/pb
    SapDictionaryGenerationCore 7.0016.20061002105236.0000 (release=645_VAL_REL, buildtime=2008-06-09:17:46:51[UTC], changelist=419377, host=PWDFM101.wdf.sap.corp)
    SapDictionaryGenerationTemplates 7.0016.20061002105236.0000 (release=645_VAL_REL, buildtime=2008-06-09:17:46:58[UTC], changelist=419377, host=PWDFM101.wdf.sap.corp)
    SapGenerationFrameworkCore 7.0016.20060719095755.0000 (release=645_VAL_REL, buildtime=2008-06-09:17:33:13[UTC], changelist=411255, host=PWDFM101.wdf.sap.corp)
    SapIdeWebDynproCheckLayer 7.0016.20061002110128.0000 (release=645_VAL_REL, buildtime=2008-06-09:17:52:20[UTC], changelist=419396, host=PWDFM101.wdf.sap.corp)
    SapMetamodelCommon 7.0016.20061002105432.0000 (release=645_VAL_REL, buildtime=2008-06-09:17:33:58[UTC], changelist=419384, host=PWDFM101.wdf.sap.corp)
    SapMetamodelCore 7.0016.20061002105432.0000 (release=645_VAL_REL, buildtime=2008-06-09:17:33:53[UTC], changelist=419384, host=PWDFM101.wdf.sap.corp)
    SapMetamodelDictionary 7.0016.20060719095619.0000 (release=645_VAL_REL, buildtime=2008-06-09:17:44:50[UTC], changelist=411251, host=PWDFM101.wdf.sap.corp)
    SapMetamodelWebDynpro 7.0016.20070703112649.0000 (release=645_VAL_REL, buildtime=2008-06-09:17:49:18[UTC], changelist=454024, host=PWDFM101.wdf.sap.corp)
    SapWebDynproGenerationCTemplates 7.0016.20080423163523.0000 (release=645_VAL_REL, buildtime=2008-05-31:05:54:17[UTC], changelist=483895, host=pwdfm101)
    SapWebDynproGenerationCore 7.0016.20061002110128.0000 (release=645_VAL_REL, buildtime=2008-06-09:17:52:28[UTC], changelist=419396, host=PWDFM101.wdf.sap.corp)
    SapWebDynproGenerationTemplates 7.0016.20080423163523.0000 (release=645_VAL_REL, buildtime=2008-05-31:05:54:17[UTC], changelist=483895, host=pwdfm101)
    sap.com/tcwddispwda
    No information available null
    sap.com/pb_api
    SapDictionaryGenerationCore 7.0016.20061002105236.0000 (release=645_VAL_REL, buildtime=2008-06-09:17:46:51[UTC], changelist=419377, host=PWDFM101.wdf.sap.corp)
    SapDictionaryGenerationTemplates 7.0016.20061002105236.0000 (release=645_VAL_REL, buildtime=2008-06-09:17:46:58[UTC], changelist=419377, host=PWDFM101.wdf.sap.corp)
    SapGenerationFrameworkCore 7.0016.20060719095755.0000 (release=645_VAL_REL, buildtime=2008-06-09:17:33:13[UTC], changelist=411255, host=PWDFM101.wdf.sap.corp)
    SapIdeWebDynproCheckLayer 7.0016.20061002110128.0000 (release=645_VAL_REL, buildtime=2008-06-09:17:52:20[UTC], changelist=419396, host=PWDFM101.wdf.sap.corp)
    SapMetamodelCommon 7.0016.20061002105432.0000 (release=645_VAL_REL, buildtime=2008-06-09:17:33:58[UTC], changelist=419384, host=PWDFM101.wdf.sap.corp)
    SapMetamodelCore 7.0016.20061002105432.0000 (release=645_VAL_REL, buildtime=2008-06-09:17:33:53[UTC], changelist=419384, host=PWDFM101.wdf.sap.corp)
    SapMetamodelDictionary 7.0016.20060719095619.0000 (release=645_VAL_REL, buildtime=2008-06-09:17:44:50[UTC], changelist=411251, host=PWDFM101.wdf.sap.corp)
    SapMetamodelWebDynpro 7.0016.20070703112649.0000 (release=645_VAL_REL, buildtime=2008-06-09:17:49:18[UTC], changelist=454024, host=PWDFM101.wdf.sap.corp)
    SapWebDynproGenerationCTemplates 7.0016.20080423163523.0000 (release=645_VAL_REL, buildtime=2008-05-31:05:54:17[UTC], changelist=483895, host=pwdfm101)
    SapWebDynproGenerationCore 7.0016.20061002110128.0000 (release=645_VAL_REL, buildtime=2008-06-09:17:52:28[UTC], changelist=419396, host=PWDFM101.wdf.sap.corp)
    SapWebDynproGenerationTemplates 7.0016.20080423163523.0000 (release=645_VAL_REL, buildtime=2008-05-31:05:54:17[UTC], changelist=483895, host=pwdfm101)
    sap.com/tcwdcorecomp
    No information available null
    .... NEXT thread......
    I don`t know  What's the problem ?
    Any suggetion for this problem?
    Thanks
    Danny

    log continius
    Detailed Error Information
    Detailed Exception Chain
    java.lang.RuntimeException: com.sap.xapps.cprxrpm.tools.repositorybackup.api.ReplicationException: com.sap.tc.webdynpro.repository.RepositoryRuntimeException: Failed to create repository model for 'com.sap.xapps.cprxrpm.model.RPMModel'.
         at com.sap.xapps.cprxrpm.tools.controller.ConfigurationBackupCC.supplyBackupEntries(ConfigurationBackupCC.java:521)
         at com.sap.xapps.cprxrpm.tools.controller.wdp.InternalConfigurationBackupCC.supplyBackupEntries(InternalConfigurationBackupCC.java:209)
         at com.sap.xapps.cprxrpm.tools.controller.wdp.IPublicConfigurationBackupCC$IBackupEntriesNode.doSupplyElements(IPublicConfigurationBackupCC.java:411)
         at com.sap.tc.webdynpro.progmodel.context.Node.supplyElements(Node.java:406)
         at com.sap.tc.webdynpro.progmodel.context.Node.getElementList(Node.java:345)
         at com.sap.tc.webdynpro.progmodel.context.Node.createMappedElementList(Node.java:498)
         at com.sap.tc.webdynpro.progmodel.context.Node.supplyElements(Node.java:393)
         at com.sap.tc.webdynpro.progmodel.context.Node.getElementList(Node.java:345)
         at com.sap.tc.webdynpro.progmodel.context.Node.getElements(Node.java:333)
         at com.sap.tc.webdynpro.progmodel.context.Node.size(Node.java:721)
         at com.sap.tc.webdynpro.clientserver.uielib.standard.uradapter.TableAdapter$Rows._initialize(TableAdapter.java:8744)
         at com.sap.tc.webdynpro.clientserver.uielib.standard.uradapter.TableAdapter.setViewAndNodeElement(TableAdapter.java:373)
         at com.sap.tc.webdynpro.clientserver.uielements.adaptmgr.URAdapterManager.getAdapterFor(URAdapterManager.java:285)
         at com.sap.tc.webdynpro.clientserver.uielements.adaptmgr.URAdapterManager.getAdapterFor(URAdapterManager.java:93)
         at com.sap.tc.webdynpro.clientserver.uielements.adaptbase.AbstractAdapter.getAdapterFor(AbstractAdapter.java:495)
         at com.sap.tc.webdynpro.clientserver.uielib.standard.uradapter.GridLayoutAdapter$Cells.getContent(GridLayoutAdapter.java:644)
         at com.sap.tc.ur.renderer.ie6.GridLayoutRenderer.renderGridLayoutCellFragment(GridLayoutRenderer.java:826)
         at com.sap.tc.ur.renderer.ie6.GridLayoutRenderer.renderGridLayoutRowFragment(GridLayoutRenderer.java:424)
         at com.sap.tc.ur.renderer.ie6.GridLayoutRenderer.renderGridLayoutFragment(GridLayoutRenderer.java:336)
         at com.sap.tc.ur.renderer.ie6.GridLayoutRenderer.render(GridLayoutRenderer.java:79)
         at com.sap.tc.webdynpro.clientimpl.html.renderer.uielements.base.RenderManager.render(RenderManager.java:434)
         at com.sap.tc.webdynpro.clientimpl.html.renderer.uielements.base.RenderManager.render(RenderManager.java:133)
         at com.sap.tc.ur.renderer.ie6.ScrollContainerRenderer.renderScrollContainerFragment(ScrollContainerRenderer.java:619)
         at com.sap.tc.ur.renderer.ie6.ScrollContainerRenderer.render(ScrollContainerRenderer.java:74)
         at com.sap.tc.webdynpro.clientimpl.html.renderer.uielements.base.RenderManager.render(RenderManager.java:434)
         at com.sap.tc.webdynpro.clientimpl.html.renderer.uielements.base.RenderManager.render(RenderManager.java:133)
         at com.sap.tc.webdynpro.clientimpl.html.renderer.uielements.base.UiWindowRenderer.render(UiWindowRenderer.java:52)
         at com.sap.tc.webdynpro.clientimpl.html.renderer.uielements.base.RenderManager.render(RenderManager.java:434)
         at com.sap.tc.webdynpro.clientimpl.html.renderer.uielements.base.RenderManager.render(RenderManager.java:133)
         at com.sap.tc.webdynpro.clientimpl.html.client.HtmlClient.sendHtml(HtmlClient.java:1056)
         at com.sap.tc.webdynpro.clientimpl.html.client.HtmlClient.fillDynamicTemplateContext(HtmlClient.java:456)
         at com.sap.tc.webdynpro.clientimpl.html.client.HtmlClient.sendResponse(HtmlClient.java:1240)
         at com.sap.tc.webdynpro.clientimpl.html.client.HtmlClient.retrieveData(HtmlClient.java:252)
         at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.doRetrieveData(WindowPhaseModel.java:595)
         at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.processRequest(WindowPhaseModel.java:156)
         at com.sap.tc.webdynpro.clientserver.window.WebDynproWindow.processRequest(WebDynproWindow.java:335)
         at com.sap.tc.webdynpro.clientserver.cal.AbstractClient.executeTasks(AbstractClient.java:143)
         at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.doProcessing(ApplicationSession.java:321)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessingPortal(ClientSession.java:733)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessing(ClientSession.java:668)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doProcessing(ClientSession.java:250)
         at com.sap.tc.webdynpro.clientserver.session.RequestManager.doProcessing(RequestManager.java:149)
         at com.sap.tc.webdynpro.clientserver.session.core.ApplicationHandle.doProcessing(ApplicationHandle.java:73)
         at com.sap.tc.webdynpro.portal.pb.impl.AbstractApplicationProxy.sendDataAndProcessActionInternal(AbstractApplicationProxy.java:860)
         at com.sap.tc.webdynpro.portal.pb.impl.localwd.LocalApplicationProxy.sendDataAndProcessAction(LocalApplicationProxy.java:77)
         at com.sap.portal.pb.PageBuilder.updateApplications(PageBuilder.java:1299)
         at com.sap.portal.pb.PageBuilder.SendDataAndProcessAction(PageBuilder.java:326)
         at com.sap.portal.pb.PageBuilder$1.doPhase(PageBuilder.java:868)
         at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.processPhaseListener(WindowPhaseModel.java:755)
         at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.doPortalDispatch(WindowPhaseModel.java:717)
         at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.processRequest(WindowPhaseModel.java:136)
         at com.sap.tc.webdynpro.clientserver.window.WebDynproWindow.processRequest(WebDynproWindow.java:335)
         at com.sap.tc.webdynpro.clientserver.cal.AbstractClient.executeTasks(AbstractClient.java:143)
         at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.doProcessing(ApplicationSession.java:321)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessingStandalone(ClientSession.java:713)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessing(ClientSession.java:666)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doProcessing(ClientSession.java:250)
         at com.sap.tc.webdynpro.clientserver.session.RequestManager.doProcessing(RequestManager.java:149)
         at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doContent(DispatcherServlet.java:62)
         at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doPost(DispatcherServlet.java:53)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:401)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:386)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:364)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:1039)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:265)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:175)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
         at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:102)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:172)
    Caused by: com.sap.xapps.cprxrpm.tools.repositorybackup.api.ReplicationException: com.sap.tc.webdynpro.repository.RepositoryRuntimeException: Failed to create repository model for 'com.sap.xapps.cprxrpm.model.RPMModel'.
         at com.sap.xapps.cprxrpm.tools.repositorybackup.replication.ReplicationEngine.getModelInstances(ReplicationEngine.java:135)
         at com.sap.xapps.cprxrpm.tools.controller.ConfigurationBackupCC.supplyBackupEntries(ConfigurationBackupCC.java:484)
         ... 75 more
    Caused by: com.sap.tc.webdynpro.repository.RepositoryRuntimeException: Failed to create repository model for 'com.sap.xapps.cprxrpm.model.RPMModel'.
         at com.sap.tc.webdynpro.repository.model.Repository.getRepositoryModelInternal(Repository.java:503)
         at com.sap.tc.webdynpro.repository.model.Repository.getRepositoryModel(Repository.java:474)
         at com.sap.xapps.cprxrpm.tools.repositorybackup.replication.ReplicationEngine.getModelInstances(ReplicationEngine.java:105)
         ... 76 more
    Caused by: java.lang.ClassNotFoundException: com.sap.xapps.cprxrpm.model.RPMModel$Implementation
    Found in negative cache
    Loader Info -
    ClassLoader name: [sap.com/xappscprxrpmmodels]
    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
       sap.com/tcwddispwda
       sap.com/tcwdcorecomp
       service:webdynpro
       service:sld
       library:tcddicddicservices
       library:com.sap.aii.proxy.framework
       library:tcgraphicsigs
       library:com.sap.mw.jco
       library:com.sap.lcr.api.cimclient
       library:sapxmltoolkit
       library:com.sap.aii.util.rb
       library:com.sap.util.monitor.jarm
       library:tcddicddicruntime
       library:com.sap.aii.util.xml
       library:com.sap.aii.util.misc
       library:tc~cmi
    Resources:
       /usr/sap/IPD/JC00/j2ee/cluster/server0/apps/sap.com/xappscprxrpmmodels/webdynpro/public/lib/sap.comxappscprxrpm~models.jar
       /usr/sap/IPD/JC00/j2ee/cluster/server0/apps/sap.com/xappscprxrpmmodels/src.zip
    Loading model: {parent,references,local}
         at com.sap.engine.frame.core.load.ReferencedLoader.loadClass(ReferencedLoader.java:360)
         at com.sap.tc.webdynpro.repository.model.Repository.getRepositoryModelInternal(Repository.java:496)
         ... 78 more

  • [svn:bz-trunk] 17010: Bug: Watson #2652870 - use a property file to drive the custom configuration tokens as opposed to setting it in the command line

    Revision: 17010
    Revision: 17010
    Author:   [email protected]
    Date:     2010-07-22 02:52:41 -0700 (Thu, 22 Jul 2010)
    Log Message:
    Bug: Watson #2652870 - use a property file to drive the custom configuration tokens as opposed to setting it in the command line
    QA: Yes
    Doc: Yes - in custom tokens section, talk about the new token.file option
    Checkintests: Pass
    Details: Changed TokenReplacer to look for a token.file JVM option. If it's specified (eg. -Dtoken.file=/User/matamel/Desktop/token.properties), then TokenReplacer looks for a properties file where token name and values are specified. This allows someone to specify a file for custom tokens. Custom tokens can still be specified as straight JVM option and in case where a token is defined both as a JVM option and in a token properties file, JVM option takes precedence.
    Modified Paths:
        blazeds/trunk/modules/common/src/flex/messaging/config/TokenReplacer.java

    Remember that Arch Arm is a different distribution, but we try to bend the rules and provide limited support for them.  This may or may not be unique to Arch Arm, so you might try asking on their forums as well.

  • Task Quantity in Custom Reports Data Package

    Task Quantity in Custom Reports Data Package
    Using the Custom Reports Data Package how can you report on task quantity?  Neither the ServiceTaskFact nor the RequisitionTaskFact tables have quantity as a query item. 

    Hi David,
    Thanks for your question. The good news here is that this is a common use case and can be addressed using standard Cognos functionality. Here are some general instructions for you and others who might be reading this post with a similar need. These instructions are for Cognos Query Studio.
    Build your report and drag a column/fact that is unique to the record onto the work area – I used TaskID.
    Highlight the TaskID column.
    From the left side menu, click Edit Data

  • Custom Configuration - CRM Email Center

    Details what it’s occurring:
    1. In Email Center Custom Configuration, I created a new server group: EMC Desenvolvimento
    2. I created the Database Server: OEDES
    3. The DBA confirmed that the Global Name of the Data base is “OESDES”.
    4. I made the Custom Configuration of the Database Server, I typed name “OEDES” in the
    Database Global Name field and clicked update.
    5. After that, when creating the link to Email Server Database for OO user, the following message appears:
    “An error occurred while creating the database link due to invalid Database Global
    Name. Please go to the Database Server page and enter a valid Database Global
    Name.”
    6. I found in Help link the “Creating the Database Server” text- item 9:
    In the Database Global Name field, type the global name of the OES database. This value can be obtained from the GLOBAL_NAME table. It is
    typically a combination of the database SID and the domain name. This field is
    not case sensitive.
    7. Being thus, I typed in the Global Name field a combination of the database SID and the domain name: “OESDES.<domain name>”.
    Other message appeared:
    ORA-00933: SQL command not properly ended ORA-06512: at "SYS.DBMS_SYS_SQL", line 906 ORA-06512: at "SYS.DBMS_SQL", line 39 ORA-06512:
    at "APPS.IEM_DBLINK_PVT", line 302 ORA-00933: SQL command not properly ended
    ORA-06512: at line 1
    The db link has been created into the CRM database when I've done the Email
    Center configuration.
    CRM database:
    SQL>select db_link,username from dba_db_links;
    OESDES.<domain name>@APPSTO_OO OO
    OEDES.<domain name>@APPSTO_OO OO
    OESDES.<domain name>@APPSTO_ORA ORAOFFICE
    Email database:
    SQL>select * from GLOBAL_NAME;
    GLOBAL_NAME
    OESDES.<domain name>
    What happened?
    lhorta.

    Hello All,
    Appreciate if you could provide any pointers. I think this either mite be related to the code link property of the iview or the PCD path of pages/roles which we do in CRM SPRO.
    Regards
    PN

  • Access Custom Configuration Item Class property in Data Warehouse database

    Is there a way to access properties on a custom 'Configuration Item Class' in the DW database?
    When creating a new CI class eg. 'Monitors' and extending this with a property like 'Serial' is there a way to access this in the DW database?
    I can find Displayname and AssetStatus in the ConfigItemDim table, but is there a way to get the other custom created properties?

    Ok !
    Are you read this post ? :
    http://social.technet.microsoft.com/Forums/systemcenter/en-US/8434e129-b969-451e-875c-f120d7b31d36/dw-reporting-on-custom-class?forum=systemcenterservicemanager
    Remy BOVI

  • Updating an attribute value in a custom Configuration Object

    I created a custom configuration object, and have two attributes which should hold date values. One attribute will contain a null value and one attribute will contain a date value by default. Now, when i enter date values on an end user form and press continue, the user entered values have to be updated in these fields in the configuartion object. The attrib1 null value has to be updated with the corresponding value entered on the userform and the attibute2 ( which already has a default value) has to be overwritten with the date value selected(date selected with the date picker) on the enter user form.
    I used checkout object, a script to get the value from the form and a checkin object to perform the above operation, but the value is not being updated in the configuration object. Any suggestions for the above problem would help me a lot!!

    Have you tried accessing the object from a rule using 'getObject' (you might need to use 'getExtension' also).
    Try gettting the object directly from a rule, and use a 'set' to set the object key. I am not sure, but you might need to 'dumpMap' to actually convert the object to a Map structure before you can modify it.
    IC.

  • To configure SSIS packages out of these SQL Server Standard, Web and Workgroup editions which is preferred?

    Hi All,
    To configure SSIS packages out of these SQL Server Standard, Web and Workgroup editions which is preferred?
    Grateful to your time and support. Regards, Shiva

    Hi Shiva,
    SSIS designer and runtime, basic transforms, and data profiling tools are only supported by Standard and higher editions. Besides, some advanced SSIS adapters such as High performance Oracle/Teradata destination and Dimension processing destination adapter
    are only supported in Enterprise edition. So, if you need to develop/modify SSIS packages on this server, Standard or even Enterprise editor is recommended.
    Reference:
    http://msdn.microsoft.com/en-us/library/cc645993.aspx#SSIS 
    Regards,
    Mike Yin
    TechNet Community Support

  • Custom Configuration File path

    Hello,
    I'm developing a webapp that has a custom configuration file I use for many purposes.
    I have a class to parse this file and then I can have all the values in memory available for the whole application.
    This class is a singleton.
    My question is:
    Where's the best place (I need portability between web servers, but I'm currently working with Tomcat 3.2.1)
    to put the path and name of the configuration file? How do I pass that value to the singleton?
    I thought about an environment variable, but I don't know how to set it and later read it.
    Thanks a lot!

    Environment variables are no good in Java. Abandon that path immediatly. If you want to do something like that, you can use "-Dxxx=yyy" as a command line parameter when starting Java.
    However since you are not in control on starting Java that is not an option. You might want to look into something like this.
    URL lFile =
    this.getClass().getResource("x.properties");
    if (lFile == null)
    iProperties.setProperty("a", "no");
    else
    FileInputStream lIn = new FileInputStream( new File(
    this.getClass().getResource("x.properties").getFile() )
    iProperties.load(lIn);
    lIn.close();
    Or the more optimized:
    InputStream lIn = getClass().getResourceAsStream(properties);
    However, I have not tried this myself inside a WAR file...
    The other option would be to provide the configfile via an URL and "download" it.
    Good luck, tell me if this works for you

  • Essbase custom configuration failing in 11.1.1.3 on UNIX aix 5.3

    Hi all,
    My essbase is 11.1.1.3 and I am upgrading by uninstalling my existing 9.3.1.3 essbase server. My OS is IBM AIX 5.3 64 bit. My custom configuration is taking about 50 mins and failing. This is the following error message.
    (Aug 06, 2010, 05:34:20 PM), com.hyperion.essbase.config.EssbaseAgentTaskProcessor, ERROR, Maxl process has interrupted, exitCode = -1
    (Aug 06, 2010, 05:34:20 PM), com.hyperion.essbase.config.EssbaseAgentTaskProcessor, ERROR, Failed to execute EssbaseAgentTaskProcessor:
    java.lang.Exception: Maxl process has interrupted, exitCode = -1
    at com.hyperion.essbase.config.EssbaseAgentTaskProcessor.startEssbaseOnUnix(EssbaseAgentTaskProcessor.java:687)
    at com.hyperion.essbase.config.EssbaseAgentTaskProcessor.execute(EssbaseAgentTaskProcessor.java:378)
    at com.hyperion.cis.config.wizard.RunAllTasksWizardAction.executeCustomTask(RunAllTasksWizardAction.java:741)
    at com.hyperion.cis.config.wizard.RunAllTasksWizardAction.execute(RunAllTasksWizardAction.java:188)
    at com.installshield.wizard.RunnableWizardBeanContext.run(Unknown Source)
    can any one guide me on this? Thanks

    yum install should resolve the dependencies.
    Do you remember what all you installed using yum? (I can't remember all of them )
    When you launch the installer and then click on the one which shows cannot be installed it'll show you what all are needed for that component.
    Make a note of them and perform a yum install for each of them. What I did was i installed them and repeatedly launched installtool.sh till all dependencies were marked as passed.
    Regards
    Celvin
    http://www.orahyplabs.com

  • Configuring Business Package

    Hi ,
    I am in the process of configuring business package.I want to enable the employee bank details information iview.I have install the business packages.
    I have created till the JCO Connections they are working perfectly and i am struck at creation of system objects. Could some body please tell me what i next step i have do .
    Points will be rewarded.
    Thanks,
    Sumanth
    Message was edited by:
            kotireddy vanga

    HI kotireddy,
    Check this link. it might be helpful for you:
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/21eb036a-0a01-0010-25a3-b2224432640a
    Regards
    Kunal
    Award points if it helps you.

Maybe you are looking for

  • Duplicate messages in sender mail adapter

    Hi, We are using the sender mail adapter to retrieve messages from an IMAP mail server. Messages are being picked up correctly, but when we have large messages (with e.g. PDF attachments) things go wrong. The time it takes to retrieve the mail messag

  • Help please im stupid , imovie , vhs tape, dvd

    Hi all, just new to imovie, can someone explain how to do wha i want to do please in simple to follow instructions . i am converting old vhs tape to dvd. i use the apple convertor to convert tape to macbook , thats fine and easy. i am converting 3 hr

  • Xsql-query Attributes Bug

    Some of the xsql-query tag attributes in an XSQL page are only available in the XSQL page, not in the Query tag from the component palette. 1. Create a XSQL page. 2. Add a Query (xsql-query) tag from the Component Palette. The Query lists some xsql-q

  • RFC Sender and Mandant

    Hello, I have a understanding question: In the RFC-sender-channel's configuration I need to specify the r/3 mandant. Does this mean: 1. when the given user to login R/3 from xi (the one from the channel's config) is in mandant 100 and 2. In R/3 I tes

  • Mixer Brush is not applying color?

    In CS6, I am trying to apply color to the Canvas with the Mixer Brush, though it is not working. I am using Wet, Heavy, Mix brush and I select Blue as my foreground color, the color is showing in the toolbox and up above in the options bar, though wh