Removing book from Adobe Content Server

Hello.
I would like to remove book from Adobe Content Server. I used answers from that thread http://forums.adobe.com/thread/621994 .I successfully removed book from distributor inventory but can not remove it from operator (built-in distributor) inventory. I got this error:
data="E_ADEPT_DATABASE http://acs.authorcloudware.com:8080/admin/ManageResourceKey Cannot delete or update a parent row: a foreign key constraint fails (`adept`.`fulfillmentitem`, CONSTRAINT `fulfillmentitem_ibfk_2` FOREIGN KEY (`resourceid`) REFERENCES `resourcekey` (`resourceid`))"
How can I delete data from 'fulfillmentitem' table from php script?
Best regards,
Tamara.

Finally, I found a way to remove book from adobe content server. This article Public Knowledge Base helped me a lot.
So, in order to remove book from acs you need to make 4 requests:
- request to admin/ManageDistributionRights with distributor ID
- request to admin/ManageDistributionRights built-in distributor ID
- request to admin/ManageResourceItem
- request to admin/ManageResourceKey
This is how my requests look like:
//Remove book from distributor
<request action='delete' auth='builtin' xmlns='http://ns.adobe.com/adept'>
     <nonce>Mjc3MjQzMTI=</nonce>
     <expiration>2014-05-26T09:57:37+00:00</expiration>
     <distributionRights>
          <distributor>urn:uuid:3bbdd5ee-c325-4ba9-86d9-8cc428d725ac</distributor>
          <resource>urn:uuid:cd9879ce-7648-49ad-8202-243a54486938</resource>
     </distributionRights>
</request>
//Remove book from built-in distributor
<request action='delete' auth='builtin' xmlns='http://ns.adobe.com/adept'>
     <nonce>MjYzNDA0ODQ=</nonce>
     <expiration>2014-05-26T09:57:38+00:00</expiration>
     <distributionRights>
          <distributor>urn:uuid:00000000-0000-0000-0000-000000000001</distributor>
          <resource>urn:uuid:cd9879ce-7648-49ad-8202-243a54486938</resource>
     </distributionRights>
</request>
//Remove Resource Item Info
<request action='delete' auth='builtin' xmlns='http://ns.adobe.com/adept'>
     <nonce>MjYxMDgxOTI=</nonce>
     <expiration>2014-05-26T09:57:38+00:00</expiration>
     <resourceItemInfo>
          <resource>urn:uuid:cd9879ce-7648-49ad-8202-243a54486938</resource>
          <resourceItem>0</resourceItem>
     </resourceItemInfo>
</request>
//Remove the resource key
<request action='delete' auth='builtin' xmlns='http://ns.adobe.com/adept'>
     <nonce>MjgyNjU2NDI=</nonce>
     <expiration>2014-05-26T09:57:39+00:00</expiration>
     <resourceKey>
          <resource>urn:uuid:cd9879ce-7648-49ad-8202-243a54486938</resource>
          <resourceItem>0</resourceItem>
     </resourceKey>
</request>
Value of "resourceItem" tag is important. Actually I didn't find description in documentation what this tag means. I found that this is optional resource item index and that default value is 1. But when I send delete request with 1 in <resourceItem> the last request, which remove resource key, return error. If you know what this tag mean please answer in this thread.

Similar Messages

  • Preview or Sample Book using Adobe Content Server 4.0

    We are using Adobe Content Server 4 to process PDF files into ebooks. Now we want to provide Preview  or Sample books of these ebooks. By Preview I meant, lesser pages per chapter so that user can read some content of the book and if he/she likes the content then he/she can purchase the complete ebook. I am wondering if there is a way in Adobe Content Server 4.0 that can help us creating these Previews or Sample books. Our limitation is that we want that ACS 4.0 automatically create the preview from the complete book. It means that we do not want to provide PDF with limited number of pages. We want to provide complete PDF file and ACS 4 should automatically select some of the pages to create Preview or Sample ebook. Does Adobe COntent Server 4.0 has such functionality that can help us in creating Sample ebooks or Previews?
    Message was edited by: Logical Vikash Sharma

    Subsetting or creating sample documents is not a feature of ACS4.  I would suggest looking at using/creating your own sample creator.

  • Suggested User base on Adobe Content Server

    I was trying to get some statistics for the supported user base for Adobe Content server 4.01. We have one server Dual Core processor with 4 GB RAM on windows 2008 server. I would like to know what is the load that this server can support during document fulfilment process. We are expecting around 300000 users to download documents from Adobe Content Server in next couple of years and we are trying to see what are ways that we can scaleup the infrastructure to support huge user downloads.
    It would be really helpful if some one shares us the concurrent user load supported by Adobe Content Server

    We configured Adobe Content Server 3.0.1 and created one store and one library, when we want to lend a eBook i am unable to locate the option for lending the eBook in "Availbility" tag page of "Books" Tab when i set the "Adjust" option to value "Loan".
    Please let me know whether my version of content server allows us to package a eBook for lending if so where can i find the option for lending the eBook.

  • Adobe Content Server 3.0.1 Store and Library conflicts

    Dear All,
    I am working on Adobe Content Server 3.0.1 and able to configure it to ecommerce site but i am unable to package the books when both library and store is configured on my Adobe content server 3.0.1 at a time.
    please let me known the version of the content server i using is licensed to use only store or a library at a given time.

    We configured Adobe Content Server 3.0.1 and created one store and one library, when we want to lend a eBook i am unable to locate the option for lending the eBook in "Availbility" tag page of "Books" Tab when i set the "Adjust" option to value "Loan".
    Please let me know whether my version of content server allows us to package a eBook for lending if so where can i find the option for lending the eBook.

  • How to configure Adobe Content Server in a web farm

    We have a requirement where we would like to configure multiple servers with Adobe Content server and route requests via Network Load Balancer. We need help to configure Adobe Content serves in a web farm. can some one from your team direct us to appropriate documents or provide suggestions to configure Adobe Content server in a web farm.

    Request to provide instructions to configure Adobe Content Server in a web farm. I have installed Adobe Content Server in one of the box and configured all three services
    1) Fulfillment
    2) Packaging
    3) Admin
    We are successfully able to do packaging and fulfill documents. My goal is to add two more servers to handle load on ACS. I had a doubt on how to create and configure certificate files for other two boxes and add them NLB
    Request your help in guiding me to the documents that helps me to complete this configuration.
    Thanks,
    Ravi

  • Adobe Content Server 4.1 - Cound not find server's private key in the keystore

    Hello,
    I have getting following error when i setup fulfillment services of Adobe Content Server 4.1.1
    type Exception report
    message
    description The server encountered an internal error () that  prevented it from fulfilling this request.
    exception
    javax.servlet.ServletException: Servlet execution threw an exception
    root cause
    java.lang.Error: Cound not find server's private key in the keystore
         com.adobe.adept.fulfillment.security.ServerConfig.init(ServerConfig.java:156)
         com.adobe.adept.fulfillment.security.ServerConfig.getSigningURL(ServerConfig.java:48)
         com.adobe.adept.fulfillment.servlet.FulfillmentServerStatus.getServers(FulfillmentServerStatus.java:34)
         com.adobe.adept.common.servlet.Status.checkUp(Status.java:355)
         com.adobe.adept.common.servlet.Status.doGet(Status.java:424)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:617)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
    note The full stack trace of the root cause is available in the  Apache Tomcat/6.0.20 logs.
    My fulfillment-conf.txt contains following:
    com.adobe.adept.log.level=trace
    com.adobe.adept.log.file=C:\acs4\log\fulfillment.log
    com.adobe.adept.persist.sql.driverClass=com.mysql.jdbc.Driver
    com.adobe.adept.persist.sql.dialect=mysql
    com.adobe.adept.persist.sql.connection=jdbc:mysql://127.0.0.1:3306/adept
    com.adobe.adept.persist.sql.user=acesdbuser
    com.adobe.adept.persist.sql.password=******
    com.adobe.adept.serviceURL=http://127.0.0.1:8080/fulfillment
    com.adobe.adept.fulfillment.security.licensesignURL=https://nasigningservice.adobe.com/licensesign
    com.adobe.adept.fulfillment.security.keystore=pkcs12
    com.adobe.adept.fulfillment.security.pkcs12.file=file:///C:/ACS4/operator.p12
    com.adobe.adept.fulfillment.security.keystore.user=operator4acs
    com.adobe.adept.fulfillment.security.keystore.password=******
    Any Idea?
    Regards,

    Are you sure you created the .p12 file with the correct '-name' friendly name? The value for -name must match the value com.adobe.adept.fulfillment.security.keystore.user

  • Adobe Content Server

    I am wondering if Adobe Content Server is phased out or not.
    And if not: What is the price? Is it impossible to get this information?

    We configured Adobe Content Server 3.0.1 and created one store and one library, when we want to lend a eBook i am unable to locate the option for lending the eBook in "Availbility" tag page of "Books" Tab when i set the "Adjust" option to value "Loan".
    Please let me know whether my version of content server allows us to package a eBook for lending if so where can i find the option for lending the eBook.

  • Future Adobe Content Server options

    As everyone knows, ACS 3 as a standalone product is no longer available; the official text from website:
    "Adobe Content Server 3 is no longer distributed by Adobe as a standalone product. Instead, a number of Adobe Partners, including service providers and content aggregators, offer Content Server protection as a convenient hosted service."
    Delivering protected PDF files to our customers through a hosted service (ADEPT or through a partner) is not an option for many reasons. LiveCyle does not appear to be the right solution either.
    Can anyone give insight into whether this gap in product offering will be addressed?

    Content Server Technology for a special edition of Adobe InDesign CS3 ME
    I seek to license Adobe Content Server-like Technology for a special edition of Adobe InDesign CS3 ME in which a user must activate this special edition of Adobe InDesign CS3 ME so that the coponants of special OpenType fonts, InDesign scripts, and keyboard drivers only function together as a group and on a specific hardware configuration. When these software elements are separated and are not joined by this specific hardware configuration, no element functions.
    If you think you can accomplish this, please email me Scott Irwin at [email protected]

  • Integrate Adobe content server with Virtuemart.

    Hello,
         Please provide me some information or guidence regarding integration of Adobe content server and virtue mart  in to virtuemart shopping cart or e book store.
         If i need to provide changes into the code ,then please guide me for that code also.
         It would be grate if any body can provide us exact solution regarding integration.
         I am waiting for reply with solution.
    Thanks & Regards,
    Nayan Jogi

    Hello,
    I have seen on the internet you asking for help in that issue.
    I am now starting a project to create an ebook shop in Spain and I would like to ask you how the system based on Content Server and Virtuemart worked? Did you find too much problems? Is the website already released?
    Thanks for your help,
    Jaime Farres

  • Recover deleted document from Oracle content server

    Hi All,
    I've deleted some of documents from oracle content server mistakenly. I am using oracle ucm11g.
    I found that we have a feature called "Trash bin". Trash-bin used for recover the deleted document/folder but unluckily settings for "Trash Bin" is disabled in my UCM folder configuration.
    Is there any other way to recover?
    Please kindly help me on this. It's an urgent production issue, please.
    Thanks for your great support in advance.

    Is there any other way to recover?
    Try to take a look at Repository Manager admin application: http://docs.oracle.com/cd/E21764_01/doc.1111/e10978/c03_repository.htm#DAFCGDIE
    If you still can see your items there, you could recover the status.
    If not, I'm afraid your documents are gone from UCM. In that case, you might recover them from a back-up. There is also a chance that documents are still present in the Vault directory, so rather than 'recover', you might 're-submit' them.

  • Attach doc from external content server- using Generic Object Service (GOS)

    Dear All,
    i have intergrated an external content server to SAP using SAP archive link. All the scanned document are there in Content server and corresponding entries are done in SAP.I can search and view document using tcode : OAAD
    Please tell me steps for "how to attach a document from external content server using Generic Object Service "
    Scenario is :  For example when we change any Master records or create a new PO, or do some financial transaction then i need to attach the supporting document which is there in my content server connected  to SAP.how do we manual attach a Document in SAP using GOS.
    Do we need to do some special configuration to use GOS .please give the steps from initial.
    Thanks
    sandeep

    Hello,
    Check your configuration of document type assignement to required business document - object type, Archivelink table, content repository in OAC3 transaction.
    Goto respective business document > Click on GOS > Create > Store business document - Here you can see defined document type with desctiption. Double click on this the assign your document to this business document. Save it.
    This will help in attaching the document to your required business document.
    To verify you can check the archivelink table or by transaction OAAD.
    Hope this will help you.
    -Thanks,
    Ajay

  • TS1702 Remove book from iBooks

    How to remove book from purchases in iBooks permanently?

    Just click and hold on it untill it turns wobbly then you will see the X button on the top left, that will delete it  (or at least it should)

  • To featch the documents (.PDF,.DOC etc) from DMS (Content server)

    I want to featch the document like pdf,doc etc through ORACLE databse.The documents are in DMS content server having MAXDB as database

    > I want to featch the document like pdf,doc etc through ORACLE databse.The documents are in DMS content server having MAXDB as database
    Ok, where's the question in this post?
    Anyhow, SAP content server is available on MaxDB only.
    The documents in it are stored in LOB-columns with a content server-internal format.
    To get the stored files back as documents they must be fetched via the content server.
    Once the files are correctly received from the content server you may store them to another database again.
    But there is no direct way to move them from MaxDB content server to Oracle.
    regards,
    Lars

  • Books from Adobe...

    Is this still going on?
    http://opensource.adobe.com/wiki/display/flexsdk/Flex+3+Contributions
    If so, I'm planning on getting a group of the SeaFlex User Group developers together for a Flex Bug Bash.

    Yeah, let’s stick with the commenting in the bug right now. Long-term we can take a look into allowing actual assignment via some sort of automatic system.  Short-term maybe leave the comment, and then if you want, maybe the organizer of the squash event can post to the forums the list of bugs they want reserved and we can assign them in bulk to the organizer?
    Don’t forget that in order to have your patches submitted we’ll need the contributor agreement.  You can ask attendees to submit in advance or you could maybe bring printouts of page 2 (since that’s the signature page for most folks) and have them sign and then you could scan and email them to us in bulk.  Or the organizer (or delegate) could even hog all the glory and submit for everyone?  Or finally, folks can do the work and have it ready, then just wait for us to get their contrib agreement approved and do the actual submission later.
    Don’t forget that the email address on the agreement needs to match with the email address we have for you in JIRA.
    Matt
    On 2/4/09 10:30 AM, "Nate Beck" <
    [email protected]> wrote:
    A new message was posted by Nate Beck in
    Developers --
      Books from Adobe...
    I think the current way to do this is to just comment that you are working on this issue/bug/feature.  It'd be really nice if the "Community Candidate" bugs could be assigned to members of the community.
    One step at a time though.  I think this is a really cool idea.
    View/reply at Books from Adobe... <
    http://www.adobeforums.com/webx?13@@.59b7c7ad/2>
    Replies by email are OK.
    Use the unsubscribe <
    http://www.adobeforums.com/webx?280@@.59b7c7ad!folder=.3c060fa3>  form to cancel your email subscription.

  • API to retrieve data from SAP content server

    Is there an API available to retrieve data from SAP content server?

    Hi
    you could check out function groups starting with OPT.
    F.eks. OPTB, OPTC, OPTD
    Also check function group ARCHIVOBJECT.
    best regards
    Thomas Madsen Nielsen

Maybe you are looking for

  • App world will not open

    I have rebooted phone, uninstalled and reinstalled app world, but it refuses to open.  Click on it, use menu option, nothing.  I have notice that 2 of my apps have newer ver's on app world, the email notice will not open app world like it used to!  A

  • Where can i find more information about using or nesting formulas

    where can i find more information about using or nesting formulas

  • Waves AU Plugins arent showing up in audio units manager

    Hi,      I just downloaded some new plugins from waves that are showing up as activated in my Waves License Manager (WLC) but are not showing up in my Logic Pro X audio unites manager.  I have tried clicking the rescan and still they dont show up, i

  • How to install SNMP ?

    Hello, I have a v120 server installed with the minimum installation of solaris 10 06/06. I successfully installed a lot of package from sunfreeware.com, but now I need to install snmp to generate graphs from cacti. My solaris knowledge is very limite

  • MackBook Pro shutdown problems?

    my macbook pro simple does not shutdown or restart, i need to force the shutdown, is there anyone with same problem? I have a MacBook Pro with Mac OS X Version 10.7.4 Thanks