Folio - Create Rendition and Store for View

Hi,
Has anybody created a mechanism so that a Rendition of a Folio can be created and stored to allow subsequent viewing?
The scenario is where a folio may contain 100+ pages of content. If a user creates a PDF rendition, the concept is that it should be created once and then viewed as a download by many users rather than each user creating the rendition and downloading.
Regards, Dave

Hi,
Yes, that security consideration is a good point. For the particular implementation I am looking at, all of the items within one Folio will have the same security settings. So it will not be an issue in this particular case.
Yes, download and then check back in of the rendered folio is effectively what will happen, but from a user's perspective it will be automated. The key benefit, is being able to quickly get to the rendered item if it exists rather than having to wait for the rendering process to execute.
Another consideration is that the rendered folio, once checked into the content server needs to be excluded from the full text index, otherwise it will be duplicating the information in the items that make up the folio content.

Similar Messages

  • I just started using the Pages app on my iPad2. Two questions: Do I have to buy the Pages iPhone app separately or will the iPad version sync to my iPhone 3GS? Am I able to sync Pages docs created on my iPad2 for viewing/editing on my iPhone 3GS?

    I just started using the Pages app on my iPad2. Two questions: 1. Do I have to buy the Pages iPhone app separately or will the iPad version sync to my iPhone 3GS? 2. Am I able to sync Pages docs created on my iPad2 for viewing/editing on my iPhone 3GS?

    You can use the File Sharing feature at the bottom of the iTunes Apps pane when you connect to iTunes. Transfer the documents to your computer, and from there to your iPhone.
    See pages 44-45 of the iPad iOS4.3 User Guide
    Or page 59 of the iPhone iOS4 User Guide

  • How do I create variables and store them?

    How do I create variables and store them?

    As someone already said, we need to know a little more about what you want to do with these variables, but in general, APEX Items are probably what you want. You can create APEX Items at the Application or Page level. Once you set the value of an item, you can reference it anywhere else in the application. So, if you have an item on page 1 called P1_ENAME, you can reference it on page 32 using bind variable syntax :P1_ENAME. If you just want to store but not display some information, you can use either a hidden page item or an Application Level item. Take a look at the 2 Day Developers Guide for more info.
    Tyler

  • Error while running Re-create grants and synonyms for APPS schema

    Hi,
    I have upgraded customer's Oracle Apps 11i (11.5.10) database to Oracle 10g R2. While executing '+Re-create grants and synonyms+ ' as given in Note: 362203.1, I am gettng error:
    plus80 -s APPS/***** @E:\EBSTEST\ebstestappl\ad\11.5.0\admin\sql\adappsgs.pls &systempwd 1 INV APPLSYS APPS TRUE FALSE TRUE
    Error:
    Program exited with status 3
    Cause: The program terminated, returning status code 3.
    Action: Check your installation manual for the meaning of this code on this operating system.Connected.
    old 2: ad_apps_private.create_grants_and_synonyms(&2,'&3','&4','&5','FALSE');
    new 2: ad_apps_private.create_grants_and_synonyms(1,'INV','APPLSYS','APPS','FALSE');
    begin
    *+
    ERROR at line 1:
    ORA-20000: ORA-00955: name is already used by an existing
    object:create_grants_and_synonyms(1,INV,APPLSYS,APPS): create_base_gs(INV,APPS): In Synonyms
    Loop:create_synonym(INV,MTL_ONHAND_DISCREPANCY,APPS,MTL_ONHAND_DISCREPANCY):
    do_apps_ddl(APPS,CREATE SYNONYM "MTL_ONHAND_DISCREPANCY" FOR INV."MTL_ONHAND_DISCREPANCY"):
    ORA-06512: at line 5
    MTL_ONHAND_DISCREPANCIES
    I checked the database and there isn't MTL_ONHAND_DISCREPANCY synonym. But there is MTL_ONHAND_DISCREPANCIES synonym.
    This is an upgraded instance from 11.0.3 and first time I am running Re-create grants and synonyms for APPS schema.
    Plz let me know if anyone of you faced this issue.
    Rgds,
    Thiru

    Hi,
    there is no such table MTL_ONHAND_DISCREPANCY or synonym in Applications 11.5.10.2. Is that custom table created in your db?
    After dropping this table from APPS schema 'Re-create grants and synonyms for APPS schema' went thru fine.Its correct
    This table does not exist in INV schema in 11.5.10.2.
    Could be possible that the consultant could have created this table in INV and APPS schema by mistake or whatever.Yes, with the same name, there might be table in APPS SCHEMA. When you run recreate grants and synonyms, adadmin tries to create synonym for that table in APPS schema. since there is object available with the same name in apps chema, you got that error.

  • Error In Adadmin Re-Create Grants And Synonyms For Apps Schema

    HI,
    I upgraded the my DB from 9.2.6 to 10.2.4.It was sucessfull.
    While doing Postupgradayion steps -
    Recreate grants and synonym for apps
    a. Log in to server with applmgr user
    b. Execute adadmin
    c. Choose -> Maintain Applications Database Entities menu
    d. Choose -> Re-create grants and synonyms for APPS schema
    2 workers got failed ...
    i chked the worker log file i found
    sqlplus -s APPS/***** @/stageAPP/stageappl/ad/11.5.0/admin/sql/adappsgs.pls &systempwd 1 PO APPLSYS APPS TRUE FALSE TRUE
    Connected.
    old 2: ad_apps_private.create_grants_and_synonyms(&2,'&3','&4','&5','FALSE');
    new 2: ad_apps_private.create_grants_and_synonyms(1,'PO','APPLSYS','APPS','FALSE');
    begin
    ERROR at line 1:
    ORA-20000: ORA-00955: name is already used by an existing
    object:create_grants_and_synonyms(1,PO,APPLSYS,APPS): create_base_gs(PO,APPS):
    In Synonyms
    Loop:create_synonym(PO,XXGOD_SEQ_DECORTIMESHEET_HDR,APPS,XXGOD_SEQ_DECORTIMESHEE
    T_HDR): do_apps_ddl(APPS,CREATE SYNONYM "XXGOD_SEQ_DECORTIMESHEET_HDR" FOR
    PO."XXGOD_SEQ_DECORTIMESHEET_HDR"):
    ORA-06512: at line 5
    Workaround $adctrl
    Control
    Worker Code Context Filename Status
    1 Run Grants/Synonyms R115 adappsgs.pls FAILED
    2 Run Grants/Synonyms R115 Wait
    3 Run Grants/Synonyms R115 Wait
    4 Run Grants/Synonyms R115 Wait
    5 Run Grants/Synonyms R115 Wait
    6 Run Grants/Synonyms R115 Wait
    7 Run Grants/Synonyms R115 Wait
    8 Run Grants/Synonyms R115 Wait
    9 Run Grants/Synonyms R115 Wait
    10 Run Grants/Synonyms R115 Wait
    11 Run Grants/Synonyms R115 Wait
    12 Run Grants/Synonyms R115 Wait
    13 Run Grants/Synonyms R115 Wait
    14 Run Grants/Synonyms R115 Wait
    15 Run Grants/Synonyms R115 Wait
    16 Run Grants/Synonyms R115 Wait
    SQL> select owner, object_type from dba_objects where object_name = 'XXGOD_SEQ_DECORTIMESHEET_HDR';
    OWNER OBJECT_TYPE
    PO SEQUENCE
    APPS SEQUENCE
    Its Cutom Object .. I think i need to drop/rename anyone .. which one i should drop / rename .
    Or
    Is it possible to skip the failed workers .. if do .. please give me the steps ...
    Thanks

    Hi;
    There is 8 option(hidden) avaliable but i suggest dont use this option.(As you mention its a custom,if you belive it wont problem you can use this hidden option or drop 'XXGOD_SEQ_DECORTIMESHEET_HDR' and recreate it later,its own your risk) By the way please check below notes which is similar error like yours
    Run Adadmin To Recreate Grants And Synonyms ORA-20000 ORA-00955 In Synonyms Loop:create_synonym(GL,PLAN_TABLE,APPS,PLAN_TABLE) [ID 437714.1]
    ADADMIN MAINTAINING APPLICATIONS GRANTS AND SYNONYMS APP-931 ORA-955 ORA-20000 [ID 1014455.102]
    Regard
    Helios

  • Creating Properties and Methods for an exe built in LabVIEW

    Hi all,
    How do we create properties and methods for an executable built in LabVIEW.
    I know when building an exe, the "Enable ActiveX server" option in advanced has to be enabled.
    But after that how do we create Properties and methods for the activeX component.
    Your help is greatly appreciated.
    Regards,
    Muthuraman S
    Regards,
    Muthuraman

    You cannot build your own COM specific properties and methods for the ActiveX interface in LabVIEW, the only thing exposed are the normal VI server properties and methods.
    Ton
    Free Code Capture Tool! Version 2.1.3 with comments, web-upload, back-save and snippets!
    Nederlandse LabVIEW user groep www.lvug.nl
    My LabVIEW Ideas
    LabVIEW, programming like it should be!

  • How to create credit and debit for an account

    Please tell how to create credit and debit for an account in currencies like EURO,GBP other than functional currency(USD).

    hi,
    You will find Dr and Cr entry for Both currencies which are functional & Transaction currency.
    Regards,
    Srikanth.Kura

  • Workflow with raw for editing (offline) and JPEG for viewing

    Hello,
    Up to this point I have been using both Lightroom and Aperture. I do my editing in Lightroom, my raw files are in indexed in Lightroom's catalog. I then export to JPEGs and store them in Aperture for viewing, (internet) export, archiving etc.
    I want to switch to a Lightroom-only workflow, so I have both my raw files and the JPEGs in one application, to minimize maintenance (keywords, collections, etc).
    The only issue I cannot seem to work around (and also exists in the current workflow) is that if at some point after the initial JPEG export I reedit a photo, I have to reexport, reimport, add to my stack (different versions of the image), update keywords etc etc.
    One obvious solution is not to export to JPEGs and keep the raws always available. But this is not local-space efficient.
    Any ideas how to handle this?
    Thanks in advance

    Hi ahalatsis,
    I understand the desire for having copies readily viewable outside Lightroom without having to export every time you wanna look at something. I recommend using a publishing service for accomplishing this goal, if not Lr's native hard drive publishing, then my (Rob Cole) TreeSyncPublisher or Jeffrey Friedl's Collection Publisher.
    Note: you can take raws offline after publishing, but they must remain in the catalog for editing...
    Whether to re-import jpegs upon publishing is an interesting question - I don't do it, in order to keep Lightroom "originals only", so if I see a photo in Lightroom, I can edit it and publish it without thinking. The downside: I have to use other programs for dealing with those exported jpegs (I use ACDSee for that, among others). So, some people like to re-import exported jpegs, and just be careful not to edit the jpegs - personal preference.
    There are some (relatively few) souls who prefer to edit raws, export jpegs back to catalog, then remove raws from catalog and archive them "just in case" (editing jpegs from there on out, if need be). While it's doable, and there are some plusses (e.g. making minor tweaks to such jpegs is very fast compared to raws), I can't recommend it, since it's too limiting, and most people shoot raw to be less limited (for example, re-editing 2003 raws using current (2012) process version).
    To be clear: photos do not have to be online for viewing (or editing of metadata) in Lightroom - that's what the "lib" previews are for. And you can even create "smart" previews and then photos don't even have to be online for editing in develop module (or exporting/printing at reduced quality) either. They do have to remain in the catalog though, even if offline.
    And to be doubly clear: if you don't have enough space on internal drive(s) for photo files, you can just put them on a big external drive in the first place, and never move them.
    Cheers,
    Rob

  • Create a mobile application for view BW reports.

    I want to create a mobile application with MDK for viewing BW reports. It is possible ?

    Hello,
    I have a similar kind of requirement here.
    I need to show BW data on wireless device...via Portal.
    This BW data is a query, which is created using WAD.
    In normal case, we just use the SAP BW Report iView, stick the Bex query in it and its all done. But in this case....how am to go about this...?
    Ive read about Mobile WebDynpro but want to know that....Mobile Web Dynpro is an oline approach, does it mean that user will be able to drill down from the Bex query??
    Awaiting Reply.
    Thanks and Warm Regards,
    Ritu

  • Script to create grants and synonyms for objects in database

    Hello,
    We are building a patch to be applied to the production environment. I want to create a script/sql query that builds a list of grants and synonyms for all the objects created after august 09.
    for ex:
    create or replace synonym abc for schema_name.abc;
    Grant execute on abc to user_xyz;
    How can I use Oracle's data dictionary to do this?
    thankz

    Hi,
    You'll probably want to use these views:
    user_objects - includes created (DATE) column.
    user_synonyms
    user_tab_privs - not just tables (e.g., includes EXECUTE privileges on functions).
    Data dictionary views beginning with 'user_' cover objects owned by the current user only.
    Almost all of the data dictionary views (and all of the three mentioned above) also have 'all_' and 'dba_' versions.
    For example:
    all_objects inculdes everything in user_objects, plus objects in other schemas on which the current user has privileges.
    dba_objects include every object in the database. (Not everyone is allowed to see the dba_ views.)
    Here's one of many possible ways to use these views:
    SELECT     'GRANT '
    ||     privilege
    ||     ' ON "'
    ||     table_name
    ||     '" TO '
    ||     grantee
    ||     CASE
              WHEN  grantable = 'YES'
              THEN  ' WITH GRANT OPTION;'
              ELSE  ';'
         END
    FROM     user_tab_privs
    WHERE     table_name  IN (          -- Only interested in objects created after August 9
                     SELECT  object_name
                     FROM    all_objects
                     WHERE   created >= TO_DATE ( '10-Aug-2009'
                                                           , 'DD-Mon-YYYY'
    ;

  • Create tree and store it's value in an array

    I have to create a tree as shown below:
    2--->7-->6-->5-->3
    ---->4
    ---->8
    Here the numbers are the nodes of the tree and --->denotes the connection between them.
    2
    7 8
    6
    5 4
    3
    Another representation
    2 is connected to 7and 8, 7 is connected to 6 and 4, 6 is connected to 5 and then 5 to 3.
    Currently I am able to display the graph as shown in the first diagram but while storing the value, I am facing a problem.
    I have declared a double dimensional array to store the array index.This gives me 2 as a[0][0],7 as[0][1],6 as [0][2],5 as [0][3], 3 as [0][4] and 8 as [0][1] and lower(2nd) 5 as [0][2].
    Now since the timestamps are same for 7 and 8 and that for 6 and 5 so I saved them in the same array location.Instead I want 7 as [0][1][0] and 8 as[0][1][1].
    I am using recursion to built and I knw I cant add a new [] everytime.
    Can any1 of u suggest me how to store my array?
    Thanks
    The display I am trying to show instead coming proper in this windows so ------- means the connection between parent and children.
    Edited by: abheyb on 25 Mar, 2008 5:45 PM

    Hi,
    Here you have to use the pure object oriented concept rather than using procedure oriented(like c).
    Design a user defined class according to your problem that extends with any Collection. For Example. TableCell
    Declare a attribute TableCell tableCell in your class.
    Write the method called addCell(TableCell tableCell)
    and printTablecell()
    In this method you need to follow the recursion concept.
    Design as u need...! If you are designing for binary tree, then you need to declare two attribute called tableCell1 and tableCell2
    Bye.....!

  • Create Object and Subject for Application Log

    Hello Experts,
    Could anyone tell me how to create the Z Object and subobject for the Application Log.
    ie) <b>BALOBJ_D & BALSUBOBJ</b>
    Could you please tell me the Tcode for that.
    Since I have to save the application in the new object so that it can be displayed using this Key.
    Thanks & Regards,
    Vasanth

    Hello Vasanth
    The transaction is SLG0 (Object Maintenance).
    Regards
       Uwe

  • How to create signatures and disclaimers for the company

    Hello,
    I was wondering if you can help me, I need to create unique signatures and disclaimers for our Company. Is this possible using the exchange Admin Centre and the mail flow tool? 
    Each signature will have a legal disclaimer that is all the same, they will have the same icons and logo but some of the texts will be different - obviously the name... Is it possible to get a step by step guide on how to do this. And perhaps put each signature
    into groups so I can apply them to certain groups of people automatically?
    Regards,
    MPeters

    Hi,
    You can create a transport rule to add disclaimer. You mentioned some of the texts might be different which is based on the sender.
    You need to use Active Directory fields, in order to add an attribute you need to use the current syntax: %%AttributeName%%, where attribute name is the attribute that you want to show up in the disclaimer.
    For more information about this, you can refer to the following article. Please see the "Using Active Directory Attributes in Disclaimers and Personalized Signatures" section.
    Understanding Disclaimers
    http://technet.microsoft.com/en-gb/library/bb124352(v=exchg.141).aspx
    Best regards,
    Belinda
    Belinda Ma
    TechNet Community Support

  • Creating Logic and modeling for SAP BW datasource in SAP HANA views and SLT

    Hi to all,
    I have small question.
    We have BW system and SAP ECC as source system and to get data from SAP ECC source system we are using SAP ECC Standard data source.
    Now we required to, create modeling in SAP HANA by use of HANA View and get data from SAP ECC source table via SLT.
    So we can replicate same modeling,as we done in SAP BW system.
    But  my question is that, as SAP ECC standard data source hit multiple table and do run-time calculation, before sending to SAP BI.
    How we can derives such calculation and logic, in our HANA studio, because as we know in SLT data transformation can be done in limited way also
    in view we can not drive such logic via SQL script ?.
    Is there any way we can do such modeling and logic in SAP HANA ?
    or
    is there any standard document for this type of case, which we can use ?
    Note: We don't want to use SAP DS or DXC for data loading to HANA, as  we want it in more real time.
    Regards
    Pavneet Rana

    Thanks for reply,
    As SLT is based on ABAP, so we can write complex logic in it.
    But if we talk about SAP ECC standard data source, they have complex logic, based on multiple table.
    So we need to write code from scratch in SLT to derive same result. but it will be huge time consuming , and required good ABAP skills, also it will lead to bug in code.
    Also it will reduce the real time performance of SLT, due to complex logic.
    Second option is procedure via SQL script, which is again huge effort in term if logic and can lead to error/bug in logic.
    Does we have any other way or architecture to do this is very simple way, with high performance and less error issue.
    Regards
    Pavneet Rana

  • Creating Packages and Namespace for Webdynpro Java applications in NWDS

    Hi Experts,
    I am working on a stand alone application and using NWDS for the same. This application consist of some Webdynpro Java apps, Dictionary perspective DC's and BPM applications.
    I need to create a package and name space for all the applications. I have read some documents on creating SC in SLD and using it in NWDI. But since I am working on NWDS i am not able to see the SC.
    May be I am not following a correct procedure. Can some one provide a basic document or can tell me steps in short that i need to follow, for Name space and package creation and how to use them in NWDS.
    I am working on CE7.1 ehp1.
    Regards
    Pranav

    HI,
    This blog expalins how to Setup and configure NWDI System land scape:
    /people/bhavana.gupta/blog/2007/01/23/installation-and-configuration-of-netweaver-development-infrastructure-was-64
    NWDI Post installation:
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/419b479b-0801-0010-f8a1-c26208b4b209
    http://help.sap.com/saphelp_nw70/helpdata/en/44/60dc1943c2311ce10000000a155369/frameset.htm
    Complete NWDI Resources:
    NWDI Resources [original link is broken]
    Thanks
    SrinivaS

Maybe you are looking for

  • No boot disk found

    I'm using a Mac mini, OSX mountain lion or mavericks ( not sure if it's been updated) Using apple wireless keyboard and mouse Backup end up to external HDD using Time Machine I recently purchased a seagate wireless plus 1TB hard drive. During its set

  • Unable to iMessage Between iPhones

    I have an iPhone 4S.  My wife has an iPhone 5.  When I try to send her an iMessage, the background on the message is green, not light blue - in other words, we are texting, not iMessaging.  iMessaging has been enabled on both phones.  Both phones are

  • Planning - Time Balance Last Weirdness

    Hi, In my planning (Workforce) build I have some FTE accounts that are specified as "Time Balance Last" for aggregation purposes. I am wondering how this is supposed to work because it seems t be a little bit clumsy the way it is working in this buil

  • Updation/insertion of multiple records simultaneously using check box

    Hi, I am using Jdev11.1.1.2.0 version. I have the following scenario. There is a table in the view.At run time, I need to select multiple records and update those records in the database. So i took check Box as a column in the table.*(I did not assoc

  • Search Help for Material Master

    We would like to have a search help for the material master. This should help me search the materials which have the product hierarchy field filled. Please let me know if the below steps are correct. 1)Create a new Match Code say zMAT_prod 2)Add the