Activating subscription service on a custom developed read only repository

Hi Experts,
     We have a custom implementation of a read only KM repository manager which just expose documents, but does not have any editing functionality. Now the client wants to activate subscriptions on that repository manager. The current implementation of the manager is not sending any emails. Do you know what should be implemented by the manager in order to get the subscription service to work? We are looking for a daily notification as it is clear that because it is a read only manager there is no way to get notification for all events.
Regards,
     Tania

Hi,
See the Javadoc package description com.sapportals.wcm.repository.service.subscription for:
Detailed explanation of the API and underlying concepts
UML diagram of interfaces
Code sample: Creating a subscription
https://media.sdn.sap.com/javadocs/NW04/SPS15/km/com/sapportals/wcm/repository/service/subscription/package-summary.html
https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/kmc/Knowledge%20Management%20and%20Collaboration%20Developers%20Guide.html
Patricio

Similar Messages

  • Write-protect mode is currently active. The editor is now in read-only mode

    How do i get the portal out of write protect mode.   No matter what i change to do, i get the message
    Write-protect mode is currently active. The editor is now in read-only mode.
    this shows up in the log
    10/06/10 16:21:21 -  ERROR: Not deployed. Deploy Service returned ERROR:
                         java.rmi.RemoteException: Cannot deploy application sap.com/com.sap.pct.bi.tct.BI_Administration..
                         Reason: <--Localization failed: ResourceBundle='com.sap.engine.services.deploy.DeployResourceBundle', ID='Exception during
    deploy: Import aborted - write protect mode is active.

    Hi David,
    Do the following steps:
           1.       Start the Visual Administrator .
           2.       Choose Global Configuration   u2192Server  u2192Services u2192com.sap.portal.pcd.gl .
    The properties of the service are displayed:
                                a.      Pcd.Pl.WriteProtectActivated defines whether or not write-protect mode is activated. By default it is set to false .
                                b.      Pcd.Pl.WriteProtectCause  describes the reason that write-protect mode is activated. This information appears in the log files.
           3.       Deactivate write-protect mode by entering false  as the value for Pcd.Pl.WriteProtectActivated .
           4.      C lick Update and then click Save .
    A confirmation dialog box opens.
           5.       To apply the changes to all cluster elements, click Yes .
           6.       To reset the default values, click the Reset Default Global Properties icon .
    This will deactivate the write protect mode.
    Thanks and Regards,
    Syam.

  • Developer read only account ?

    Is possible to have a "developer" account that only could see the pages' code and unable to modify it ?
    We have some scenarios where we would appreciate this functionality:
    1. One stage of our development process is "Peer Review", where an external developer see our code checking, for example, if we have followed the code standards we have and if the code could be improved.
    2. Usually we share our code to other groups of developers and in order to do that we create a developer account for the persons of these groups.
    In the other hand, is possible to lock an entire application for modifications ? This could be used in our productions environment in order to prevent modifications "by mistake".
    Regards
    Harvey

    Harvey,
    No, to the read-only mode.
    Yes, to the other question, you just set the build status to Run Application Only, so the Builder can't get to it at all.
    Scott

  • Make the Custom page read only depending

    Hello all,
    Is there anyway to make a custom page readyonly for some users? I know we can set rendered to false for each region but i'm wondering if we have a property for the whole page.
    Thanks
    KK

    Hi KK,
    Is it a 11i or R12
    if it is R12 it is easy just passing the region where you want to make it read only or for the entire page, pass the top level region.
    If it is 11i, you need to copy paste the sample code and call it from your Process request after you did the user check.
    Btw, instead of user check, create a responsibility and assign that responsibility to those users and check for that responsibility to avoid any hard code in User list side.
    Check this thread and if you are not able to make it, please update the issue you face.
    How to make OA framework page Viewonly
    Ready only Page
    or
    http://www.applikast.net/technical/oa-fwk/misc/making-an-oa-framework-page-readonly
    Thanks,
    With regards,
    Kali.
    OSSi.

  • Category for service desk message to be read only

    Dear Friends,
    Do you know how to do the customizing that if the category is initial, this can be maintained, otherwise it will be read only?
    Thanks and best regards,
    Anders

    Hello Anders;
    this is quite simple. In order to do this you ll have to implement a Standard Badi CRM_ORDER_FIELDCHECK
    Using parameter CRM_ORDER_FIELDCHECK of type CRMT_INPUT_FIELD_NAMES; you ll be able to set value of 'changeable' to 1 for 'fieldname' you want to become read only (category)
    This will definitely solve your pb
    Regards
    Khalil

  • Customer MasterPage & Read Only Permission

    Hi,
    I have added the code below to the masterpage, but only administrator can see the effect on the relevant page and not users with read permission. Why is that and how can I fix that?
    Any help would be appreciated.
     <script type="text/javascript" >
    ExecuteOrDelayUntilScriptLoaded(retrieveSpecificGroup, "sp.js"); 
    function retrieveSpecificGroup() {
       var clientContext = new SP.ClientContext.get_current(); 
       this.collGroup = clientContext.get_web().get_siteGroups();
        clientContext.load(collGroup, 'Include(Title,Id,Users.Include(Title,LoginName))');
        clientContext.executeQueryAsync(Function.createDelegate(this, this.onQuerySucceeded), Function.createDelegate(this, this.onQueryFailed));
    function onQuerySucceeded() {
        var groupEnumerator = collGroup.getEnumerator();
            var oGroup = groupEnumerator.get_current();
        while (groupEnumerator.moveNext()) {    
        if(  oGroup.get_id() == 25 )
                 alert("25");
        else if(  oGroup.get_id() == 26 )
                  alert("26");
        else
                 alert("None");
    function onQueryFailed(sender, args) {
        alert('Request failed. ' + args.get_message() + '\n' + args.get_stackTrace());
    </script>

    Make sure, you Check-In, Publish and Approve the master page. Only after its published and approved, changes will be visible to read only users
    Ram Prasad Meenavalli | MCITP | MCTS SharePoint | MCPD SharePoint | http://www.spdeveloper.co.in

  • 11g Read-Only repository on Linux

    Hi
    Currrenty I am struggling with a Read-Only issues on a new install of OBIEE 11g. I have install OBIEE11g on a Linux box and also on a windows server just to use the Repository Administation tool. I then created an ODBC DSN on the windows server to point at repository on the Linux box. The DSN finds the correct repository however when I open the rpd online it always opens it in Read-Only mode so I can't change anything. I have checked the Disallow online RPD updates settings in Enterprise manager under-*> Capacity Management -> Perfromance* and this is correct. Any suggestions or help gratefully received.
    Thanks
    Andy

    Hi Andy,
    Did you check or uncheck the 'Disallow online RPD updates'-setting?
    http://download.oracle.com/docs/cd/E14571_01/bi.1111/e10541/querycaching.htm
    When you checked the setting it seems that it is intended behaviour.
    Thanks,
    Daan Bakboord
    http://obibb.wordpress.com

  • Active Data Service

    I'm looking for information on Active Data Service, or server push.
    The only information I found is a Google Talk web client written in ADF (TP4), which no longer works with JDev 11g.
    Also, it refers to Appendix H of the manual, which no longer exists.
    Can anyone point me out if this actually works and some documentation / sample I can use?
    Thanks
    Jonny

    We removed Active Data Services from the current production JDeveloper 11g - until it is a little better prepared.
    Should be back there in the next major JDeveloper release.

  • Can I bring up siebel services while DB in read only / Standby Mode

    Hi,
    I am trying to bring up the siebel services while DB is in read only mode..
    Can I bring up siebel services while DB in read only / Standby Mode ???

    Hi ,
    Not sure. But I think you can, since bringing up the siebel service require some query from DB and some readings from the gateway.
    Cheers

  • Virt-install hangs at "Write protecting the kernel read-only data",

    I am trying to Install Oracle Linux 5.4 as a Paravirtualized Machine on an Oracle VM Server (2.2.1).
    Following are the steps that I followed:
    I have the dvd iso file on /OVS/iso_pool
    1. mkdir -p /el/EL5-x86
    2. mount -t iso9660 -o ro,loop /OVS/iso_pool/Enterprise-R5-U4-Server-x86_64-dvd.iso /el/EL5-x86
    3. service portmap start
    4. service nfs start
    5. exportfs *:/el/EL5-x86
    6. mkdir /OVS/running_pool/vm01
    7. virt-install
    and gave the following details
    Name of the virtual machine: vm01
    RAM:7168
    disk path: /OVS/running_pool/vm01/system.img
    disk space: 80GB
    graphics support: yes
    install location- nfs:OVM server ipaddress:/el/EL5-x86
    It starts the install, but hangs at
    XENBUS: Device with no driver: device/vbd/51713
    XENBUS: Device with no driver: device/vbd/51714
    XENBUS: Device with no driver: device/vif/0
    XENBUS: Device with no driver: device/console/0
    Initalizing network drop monitor service
    Write protecting the kernel read-only data: 483k
    Can you please help
    Thanks,
    Radhika

    Yes I am able to connect to the guest vnc console, and proceed with the install.
    I did, Choose a language, choose a keyboard, configure TCP/IP, Manual TCP/IP configuration, after this I am getting a message "That directory could not be mounted from the server"
    I tried giving the IPAdress of the OVM Server where the directory was mounted, nothing is working. I cannot proceed any further.

  • Login: Read Only

    Customer requires read only login access. This read only account should be able to run all 'show' commands on a catalyst 3560 switch

    The only two levels defined by default are:
    Level 0: User exec mode
    Level 15: Privileged Exec (enable) mode
    Levels 1-14 are UNDEFINED, by default. You have to manually define commands for each of these levels.
    Please note you will have issues with commands like show running-config, because the commands shown in the config might be blocked by priviledged level.
    If you had an ACS server, you could give that user level 15 access then RESTRICT the commands they are able to use to the subset you require.
    Here are some helpful links:
    http://www.cisco.com/en/US/docs/ios/12_2/security/configuration/guide/scfpass.html
    http://www.cisco.com/en/US/docs/ios/12_2t/12_2t13/feature/guide/ftprienh.html

  • Customizing the Subscription-service email message

    Hello, just wondering if anyone knows how I could go about customizing the Subscription-Service email message?  The current default looks like this:
    From: Subscription-Service 
    Sent: Thursday, September 18, 2008 7:32 AM
    To: Some One
    Subject: Subscription "Daily Revenue Compare Report (L2)"
    Subscription Daily Revenue Compare Report (L2) Edit Subscription | Cancel Subscription
    A new Daily Revenue Compare Report (L2) is now available for viewing.  If you have any questions regarding this report, please contact Some Group.Thanks.
    DAILY_REV_COMPARE_L2_20080918.XLS in folder documents > Public Documents > BI Broadcaster > Daily Revenue Compare Report (L2) created by Some One on Sep 18, 2008 9:31:45 AM. (Details)
    I would like to change the "From:" description as well as the bold section of the text above.
    Thanks.

    Hi,
    You can see this document from SDN for [Customizing Notifications,Path-Specific Notifications in KM|https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/90626697-0901-0010-2ca7-86e2a50ce70d]
    Hope this information could be helpful for you!
    Regards,
    Lubi

  • Subscription Service Product Activation Process

    If the subscription service for Adobe InDesign CS5.5 is purchased how often does the product activation process occur, every time the application is launched, or once a month after the subscription payment has been processed? In other words, if I am running on a laptop and I wish to run the application even during the rare occasion that I don't have an internet connection, would I still be able to run the application? If the activation occurs every time the application is launched, I would assume no. I don't want to subscribe to the application if I will have occassions that I am unable to run the application just because I am not connected to the internet.

    If activation verification fails, you have a 7 day grace period. Not sure about the rest. I'm sure there is some deeper logic there, but actually the serial number is timestamped and in an ideal world, it should only try to verify activation if it times out...
    Mylenium

  • You do not have any active subscriptions on which preview features can be enabled.

    I can't configure a shared storage to my azure VMs, I follow this and it seems the problem my account is not activated as this message displayed in the Preview Features in my account:
    You do not have any active subscriptions on which preview features can be enabled.

    Hi,
    Please try to enable the preview features then try again, refer to this article about how to enable preview features:
    http://azure.microsoft.com/en-us/documentation/articles/php-create-account/ , or have a look at this video:
    http://channel9.msdn.com/Series/Getting-started-with-Windows-Azure-HDInsight-Service/Enable-a-Windows-Azure-Preview-Feature-video , if this doesn't help you, please contact azure support as Neelesh's post.
    Best Regards,
    Jambor
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Adding Azure Subscription Services Open

    In Azure in the Portal, where can I add the key to my "Azure Subscription Services Open." I have 100 quantity and do not see where to enter them?

    Hi,
    Please connect to Azure support, it's free, and it's the best choice for you. Please contact support team by creating a support ticket at
    http://www.windowsazure.com/en-us/support/contact/
    Or if that doesn't work because you don't have an active subscription you will need to contact general customer support to have them create a support ticket for you
    http://support.microsoft.com/gp/customer-service-phone-numbers?wa=wsignin1.0
    Best Regards,
    Jambor
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

Maybe you are looking for