Scenarios for agencies

We have subscribed to DPS as an agency for the provision of the service to a certain number of customers. So far, all our clients have been happy 0 publish under our name. However, I would like to seek clarification on some possible scenarios that I imagine can happen. Ideally someone from Adobe will be able to answer, but if anyone has any advice I would be grateful:

Scenario 1

We are building a unique folio for a client app. They love it, everyone is happy, and they want to now expand it in a multi-folio application.

Is it possible to update or replace a single folio with a version multi-folio application and have the readers to download?

Scenario 2

A client wants us to make an app, but they want to use their own certificates Apple Dist & Dev. It's easy to do, or is DPS somehow linked to our certificates?

Scenario 3

We are building a multi-folio for a client application using the details of our own subscritpion. Later, the customer decides to carry the development of internal applications. Is it possible to transfer "ownership" from one application to another part?

Thanks in advance.

A few answers to the 4 questions in this thread:

1. is it possible to update or replace a single folio with a version multi-folio application and have the readers to download?


Yes, you can start building an application unique folio and then 'upgrade' it to a multi-folio application. In the generator of the Viewer, you create a new application and select Multi-Folio. To the AdobeID for the title, you will place the identification information, where your folio is stored in the producer of Folio (also called on behalf of the Application). This will tell viewers where to find the corresponding pages. Make sure that the first folio (which has been used for simple editing) is published as a 'Public' and ' free / retail "depending on your scenario.  In the last step where you select the mobile configuration files, you select the same files that you did for your simple edition. In the application list, you will see two applications, one is the old single-Folio application, the other is the multi-Folio. Generator Viewer will automatically determine the correct version of marketing based on the platform (iPad) and the bundleID element. You can install the application on your device and the test. You will see that the first folio is available for download. (there is no way to include the folio directly in the application of multi-Folio). If everything works, submit your app to iTunesConnect. After approval, current users will be asked to update their simple editing application and can then download the first folio againl

2 a client wants us to make an app, but they want to use their own Apple Dist & Dev certificates.  It's easy to do, or is DPS somehow linked to our certificates?


Yes, you can do and it is also the proposed route. DPS is not related to your own certificates. In another post, I wrote: "I think it's a good practice to publish applications that you create for your customers with their corresponding certificates. An "agency" who plans to start with the DPS, I'll give the same advice. Tell the customer to get an Apple Developer account and let the Agency handle all logistics. Another reason for this: If you sign the application with your own developer account, the customer would be stuck when you cancel your business. They cannot update the app on the app store, because they do not have access to the certificates. If you would sign the application with client certificates, they can always continue business. »

3. is it possible to transfer "ownership" of an application to another party?


When you speak of signature and certificates, you must be very careful. (see also the above comment on the termination of business). An application is bound to a signature and which belongs to a company. It is not possible to replace an existing application in iTunes with a new application that is signed with another entity. The only way to do is to have the app from the app store and publish a new application (using a different bundleID element / certificates). This means that all current users do not get a notification to upgrade.

From a DPS perspective, the content of an application is stored in the account of the Agency and the rights of use of this account are responsible of the Agency only. For migration, the customer must ask his own DPS account and ask the Agency to "migrate content" for his own account. This can be done in two ways:

  • Part of the current account (Agency) to the new account (client) and the use of the producer of Folio's Web Editor to copy the items. Currenlty, it would be a time very consuming and click-heavy process
  • Download the content of the original INDD files in the new (customer) account - see preferred

Consequences:

  • A new application must be created within the customer account DPS. If it had been originally signed with the signatures of clients and provisioning profiles, it can replace their current (Agency) created about (make sure that the marketing version has higher than the verion of commercialization of the previous application).
  • Because the content has been migrated / recreated, the user must download again its fact sheets on the new application.

4 would. what type of workflow of group you the facility to avoid the problem of the locations of InDesign files, change for the folio?

Make sure that your links (overlays) are stored in a folder that is 'under' your INDD file. In this way, you can move a folder containing the links around and INDD files. When you try to update a specific article on another workstation, it will tell that files cannot be found. A solution is to click on the Article and you will see directions (horizontal / vertical). If you "add" the current InDesign Document, it automatically replaces the existing guidance.

I hope this information is useful

With sincere friendships.

KlaasJan Tukker

Tags: Digital Publishing Suite

Similar Questions

  • I would like to know if we can copy the data from one scenario to another scenario for several years. See the example below

    For example, I would like to take our entry scenario Plan for FY16 and copy this data into our Long Range Planning scenario in the years 2016,2017,2018,2019,2020.

    So I know I can do this script calc to copy a year but what can do to copy several years if possible

    ESS_LOCALE English_UnitedStates.Latin1@Binary
    UPDATECALC OFF SET;
    SET CLEARUPDATESTATUS AFTER;

    Fix (& PlanYr)

    ClearData "LRP Input;

    DATACOPY "Entry Plan" to THE "LRP Input;
    "Entry plan";


    ENDFIX

    Yes--but with several instructions DATACOPY (one for each year of the 'target').

    You can always make your CLEARDATA in a FIX on every year, but then put the DATACOPYs after the ENDFIX.

  • Workflow scenario for the load Plan

    Hello

    I have a plan to charge with 4 scenarios of package.

    Each scenario package has about 100 objects in the stream.

    In the package script if any job fails the process stops here, since we do the error handling in the packaging itself... even if a job fails stop in the operator it shows as completed.

    For this reason in TERMS of SUPPORT, even if we have this error, it moves to the next step.

    any ideas...

    Thank you

    Hi AK26,

    Basically, the problem is that KO links in your package goes to the error handling step who succeed. And the status of the package is actually the status of the last step.

    It's a question that many people have and the usual work around it is to create an ODI procedure with this code:

    BEGIN

    RAISE_APPLICATION_ERROR ("-20101, ' your error message");

    END;

    Put it in your package and create a KO and an OK link of your error_handling in this one step.

    That procedure will address an error in the database, so it will be marked as an error in your package and as it is the last step execute, your package will be thus marked as an error.

    Then you can have behavior wanted in you plan to charge.

    Kind regards

    JeromeFr

  • PL/SQL scenario for looking different dbs data and update in db.

    Hello world
    I have a scenario and I need your comments how to handle this in pl/sql:
    I have two tables: MEX and MSG
    MEX has three columns: (t_id, db_id, t_msg) in main DB
    db_id t_msg t_id
    _____________________
    D1 111
    222 D2
    D1 112
    444 D3

    (db_id is link to different dbs. db link db and db names are the same.)

    Table of MSG (t_id, d_msg) is found in all the dbs (D1, D2, D3) having the same structure below:
    Table e.g. MSG in D1
    t_id d_msg
    _______________
    MSG1 111
    MSG22 112


    I need to select t_id and table MEX db_id and need to update t_msg to the respective t_id, we take MSG table column d_msg glancing in respective db for t_id with db_id as db_link for db.
    Ex: For t_id 111, we db_link D1, then look in the table of MSG of D1 and d_msg for t_id 111 (MSG1) and then update column t_msg for t_id 111 as MSG1.
    In real time, we have thousands of lines in the table of MEX, so we must ensure that our statement search t_id given in the table of MSG in db mentioned in column db_id and get d_msg since this database and update in the main DB MEX table in the t_msg column.

    Please help me in this scenario. I think we do it dynamically selects d_msg in respective db for t_id we get main DB.

    I'd really appreciate your answers and comments.

    Thank you very much.

    Thus, you will probably have to write a function that uses the dynamic SQL language to retrieve the text of the message you want, like this untested:

    CREATE OR REPLACE FUNCTION get_msg(p_db IN VARCHAR2,
                                       p_id IN NUMBER)
       RETURN VARCHAR2
    IS
       msg_txt  VARCHAR2(4000);
    BEGIN
       -- make sure p_db is a valid database link ...
       EXECUTE IMMEDIATE 'SELECT d_msg FROM msg@' || p_db || ' WHERE t_id = :id' INTO msg_txt USING p_id;
    
       RETURN msg_txt;
    EXCEPTION
       WHEN NO_DATA_FOUND THEN
          RETURN NULL;
    END get_msg;
    /
    

    You can update as

    UPDATE mex
       SET t_msg = get_msg(db_id, t_id);
    

    HTH, Urs

  • Controls the main scenario for swf loaded.

    Hello

    I use a textfield for debug information.

    I am loading a swf in the main timeline and I show the status in the textfield of debugging.

    function swfLoaderCompleteHandler(event:Event)

    {

    Debug.Text += "Swf loaded.";

    }

    This works.

    But,

    I am loading a png file in the loaded swf file. I'm showing the State of the png file that I showed the status of the swf file.

    function pngLoaderCompleteHandler(event:Event)

    {

    MovieClip (parent). Debug.Text += "Png loaded.";

    }

    I can't control the main swf from inside the loaded swf file. Same Stop or a function call does not work.

    I need to add something when I load the swf file, it's a MovieClip or something?

    Here is also a fla. http://flashfocus.nl/Forum/attachment.php?attachmentid=9885 & d = 1282509233

    You are welcome.

    Please mark this thread as answered, if you can.

  • Discuss a new forum for Agency CS5

    In another thread, I posted:

    @ Moderators

    I think that CS5 is a whole NEW GAME... so...

    Is it too early to start a CS5 Forum that is ready to run from the "start" of liberation?

    Many will be seeking and offering info etc and separating... .will allow other forums of PremPro run without confusing everyone.

    for example the current forum has a thread of 1.5 thru' for users of CS4.

    Moderators responded that they preferred the forums as flat as possible, but consider this... (Cool)

    I think we should discuss it fully in order to present the advantages and the disadvantages can be entirely.

    I'll start:

    As I said earlier - CS5 is a whole new game, because it's hardware and software. (64-bit computer and application). This is a major update requiring $$ $pend for anyone contemplating this. Not everyone will invest initially.  Those that do are likely to be professional throughout.

    For me, it's a bonus. Because: we all have seen how the first post members are currently posting in the current forum using 1.5-CS4.   "Beginners" respectfully... .and it doesn't seem to be as much pros poster because it used to be.  It's OK, but I think that this version must seriously fight the PRO MARKET.

    Selfishly... I want to talk to more professionals than beginners once I do my investment $ in my NLE in the coming months.  I don't want to browse the same old issues, problems, questions, so do I.

    Discussions for CS5 will be multi fold and more complex than ever:

    That is, new material, new technologies "MPE", new application, new computer (64-bit)... .more drivers, plug-ins, in charge of applications (for example, QT, Cineform) and third-party devices. Add to that new camera (DSLR video) and discharges of codec.  Its endless.

    I think that its going to be 'awkward' quickly and separates the CS5 forum makes sense.

    John T.,.

    I see that Craig has received you points for your point of view, who shares with her. Maybe I need to rethink my position on this issue and my opposition to burst the CS5 forum.

    Craig,

    You're funny, charming, so very smart, your wife is beautiful and your dog is the best behaved I've ever seen. I agree with everything you say and can't imagine how I could have fed opposing thoughts.

    Crawl for points!

    Hunt

    PS - you guys aren't good points and I understand easily if the Ministry of defence took your point of view. I'll still play, without worrying.

  • Load data for a YEAR in a scenario of periodicals

    Dear,

    I think that it is an easy one, but I want to be 100% sure of what I should expect from HFM.

    Need to load balances for a YEAR in a regular scenario (periodic = default view, zeroview = periodic, consolidate the CDA = no)

    I have to specify the "CDA" string in the file, that I download?

    Periodic data are automatically calculated as the difference between consecutive CDA balances?

    Is there some advise/alert should I consider?

    A big thanks to all the world.

    Yes, you must specify the CDA in the files that you upload.  As a general rule, you want to avoid to load data to a recurring scenario for a YEAR, and vice versa.  In your example, a question if you have loaded data from one YEAR to a flow account and then the amount of your VOE in the month following to zero resulting in your not having data file is not a record for this intersection next month.  For example, if you have loaded $1,000 in January to sell your account but then the amount of the CDA in February is zero (rare but it happens) then you would not have a record of this account data from sale in February so that after loading you expect to see a zero number CDA in HFM.  However, with the zeroview the value of periodic, HFM expects a periodic amount and when you're not busy it assumes that the periodical (not a year) is zero and that it derives from the number of CDA.  In this case, it would show a value of February of the periodical of $0 and $1,000 for a YEAR when you expect $0 CDA and - periodical of $1,000.  Bottom line is that you should take periodic data to a periodic script and vice versa.

  • USB serial adapter works once for each reboot...

    I have a serial adapter USB to connect to the CONSOLE of the switch/router port and I use 'screen' inside the Terminal to connect. Recently, I found that the "screen /dev/cu.usbserial 9600" works only once for each restart of the system. Steps to reproduce:

    1. the output of "ls/dev / * usb *" shows the right device.

    2. connect to the console of the machine with 'screen /dev/cu.usbserial 9600 '.

    3. press on "Ctrl + A, Ctrl + K" to exit the screen

    4. (optional) disconnect/reconnect the usb to adapter series laptop OR disconnect/reconnect the cable to the device console target.

    5. the output of "ls/dev / * usb *" shows again the device.

    6. try to connect to the console with "screen /dev/cu.usbserial 9600", the process of the screen will hang. Once what is happening, the screen process cannot be killed by 'sudo kill-9' and only be solved by turning off the power full. BTW, the laptop will hang also when the start/stop, until I continue to press on the button / stop...

    7. When hanging them screen, the output of "ls/dev / * usb *" would show nothing.

    Once the notebook starts up again, I can connect with the same command screen and the same scenario for step 2-3 above...

    I have Mac OS 10.11.3 and adapter Micro Innovations brand (prolific chip). I downloaded and installed/re-installed driver from the prolific site and no difference...

    Any idea?

    Still questions... help!

  • Level broker for connections to windows server 2012

    Dear,

    I would like to know if there is any risk that the upgrade of the OS of the server holding the broker for connections, web access and management of the profile of windows server 2008 R2 to windows server 2012 or more to enable support of HTML5 connector? Please tell us what is the scenario for these updates.

    Concerning

    Hi Habibgha,

    Hoping to upgrade the OS on-site? It should work, but I don't know if it has been tested. Assuming that your infrastructure servers are virtualized, perhaps you could take a snapshot or clone this virtual machine and try in a lab environment?

    Or you can work on a step-by-step approach, the first stage being, if your current farm is 8.0.1 you can upgrade all roles on your current server on 2008 R2 for vWorkspace 8.5, then build a new VM with 2012 R2 and install IIS and access to the Web of vWorkpace role. Create a new vWorkspace site web access on the new server just for the connector of HTML5.

    I hope that helps!

    Thanks, Sam

  • VLAN for CAs

    Hi all

    Here's the scenario for cisco NAC if anyone has good solution please let me know.

    We plan to implement a NAC L2 in the virtual band door entry (wireless) and virtual gateway L2 Out-of-band (wired). for in the band, there are 4 different VLAN different vlan not reliable and trust and one OOB vlan untrusted and vlan trust 4. because this design is virtual gateway mode, both approved and unapproved interface has the same ip address. Then in what vlan should put us the CASE?

    Thank you

    Hello

    CASE VLAN management should be separated from one of the user VLAN that you're map through it, so if you created for the management of the CAs, create and use it.

    HTH,

    Faisal

  • Copy/clone DB for Oracle 11 g (need help)

    Hello guys,.

    I am a developer Oracle and prompt to convert the script to copy/clone oracle 9i and oracle 11g db. (without using RMAN)

    I spent using oracle9i db scripts and the steps are as follows

    (1) the control of the script file creation
    ALTER database backup controlfile to trace noresetlogs

    (2) creating the LINK for udump, cdump and bdump

    LN - sf/apps/oracle/diag/rdbms/SOURCEDB/SOURCEDB/bdump/apps/oracle/admin/SOURCEDB/bdump
    LN - sf/apps/oracle/diag/rdbms/SOURCEDB/SOURCEDB/cdump/apps/oracle/admin/SOURCEDB/cdump
    LN - sf/apps/oracle/diag/rdbms/SOURCEDB/SOURCEDB/udump/apps/oracle/admin/SOURCEDB/udump
    (2) take the info from the data path files in a file of source db
    Select file_name in sys.dba_data_files
    Union select sys.dba_temp_files file_name
    Union select name from v$ controlfile
    Union select Member from v$ logfile;
    (3) TURN OFF THE SOURCE DB
    (4) amending the control file

    CREATE CONTROLFILE
    ....
    LOGFILE
    DATA FILE
    RECOVER THE DATABASE
    -Database can now be opened normally.
    ALTER DATABASE OPEN;
    (5) changing the queue (STEP1) control replacing the SOURCE db DB TARGET
    Change the file data (from step2) 6) and copy of the DBfiles in the new location
    (7) COPY init.ora, init_batch.ora, init_tp.ora
    (8) run the file control (created from step 5)
    9) creating the LINK for (TARGETDB) bdump, cdump, udump
    LN - sf/apps/oracle/diag/rdbms/TARGETDB/TARGETDB/trace/apps/oracle/admin/TARGETDB/bdump
    LN - sf/apps/oracle/diag/rdbms/TARGETDB/TARGETDB/cdump/apps/oracle/admin/TARGETDB/cdump
    LN - sf/apps/oracle/diag/rdbms/TARGETDB/TARGETDB/trace/apps/oracle/admin/TARGETDB/udump
    (10) CREATE TARGETDB TO SPFILE
    (11) START UP targetDB

    Fortunately, I ran the same script for ORACLE11G it works and DB is also copied to 11G.

    Team,

    What worries me is... same scenario for 9i works very well in 11g means what's the features I can include for 11g (what I might have missed)

    NOTE: WITHOUT RMAN

    Please suggest.
    Oracle 11g backup/cloning is the same as 9i as steps above. ?  Please suggest I can include measures to which has the advantages of 11 g. (without RMAN)

    Please Guide

    S

    supersen wrote:

    It gave me 10 days to complete the script. I can't give the same script for the management team... I'm worried.

    I will include 11 g features in the script after that copy DB is finished.

    Please highlight from DB 11g features I can include

    Thank you

    S

    As mentioned earlier, all or the features to be added depends on many factors i.e. you have the use of this feature, are you allowed to use this etc etc. If you are a developer, someone see what features you used in any other 11g of your environment. Your script should do the part of cloning. Features added in the cloned part can happen later.

    Aman...

  • Validation problem unique scenario master detail.

    Hello

    I have three tables involved in a scenario master / detail.  Tables A, master, detail B and C join him table for the * to * relationship between A and B.  The Association links were already in place to illustrate the relationships.  The doDml() of the main entity was substituted to support business logic. Has also been overridden preprareForDml() method.  When running the tester Application Module to test the scenario for a single validation, the following error appears:

    I use Jdev 12.1.3

    in the same way as in doML():

    http://docs.Oracle.com/CD/E12839_01/apirefs.1111/e10653/Oracle/JBO/Server/EntityImpl.html#prepareForDML%28int, %20oracle.jbo.server.TransactionEvent%29

    https://docs.Oracle.com/CD/E25178_01/Web.1111/b31974/bcrules.htm#sm0240

    but I would like to do these operations in the click on the button create/edit (before calling Commit), OR DB trigger level and then refresh the data of VO

  • FDMEE requires ODI agent for simple file loading?

    Hello

    I have my agent ODI isn't working because of a problem with OS. I am trying to upload a simple file using FDMEE. When I try to run data load rule he says this ODI agent fails.

    My question is:

    FDMEE requires ODI agent even for simple file loading? FDM does not require us agent of ODI for simple file loading.

    Concerning

    Yes, as I mentioned in my previous post THAT FDMEE is built on top of the ODI, so she run ODI scenarios for all flows of integration

  • The script for a mapping Dimension

    Good afternoon

    I'm having the following problem

    Months of the reporting period Scenario of Value of January Value of February Value of March
    February reporting periodCY1000050004000
    February reporting periodCY50060003000
    February reporting periodCY10030003000

    The scenario of 'CY' must be mapped to the scenario for real code for the months are below or equal to the Reporting period and mapped on the code of the scenario of the forecast for the months that are higher than the Reporting period.


    Does anyone have an idea how to solve this problem?


    Thank you!

    If you use a custom as a target application, you can then follow the approach I have proposed.

    Create a dimension for your scenario, then use a mapping from SQL to create your mapping logic.

    It should work,

    Please, if you find a useful or correct answer, mark it so that others can see their feedback.

    Thank you

  • adding scenarios

    Hello

    Need help on something I thought was negligible.  I have to add 2 scenarios for a 3rd scenario (I can't use the parent/child to automatically add these 2 to the third for that matter).  Basically, I want to do something like this

    scen3 = scen1-> descendants (SparseDim1-> Parent1) + scen2. -> descendants (SparseDim1-> Parent2)

    The question is a bit more complex, so I simplified it here.

    I want to enter the script SCEN1 and SparseDim1, the descendants of Parent1 and SCEN2 and SparseDim1 descendants of Parent2 and add them to scen3.

    I created something, but the calculation takes a long time to run and am not sure if the results will be correct so I'm picking on some relevant experts for ideas...

    Pls let me know.  Thank you.

    CL

    Ah, I think I get it now...

    So, for the descendants of "Entity X", the data is 'Scenario X'-> 'Version X', and for the descendants of 'Entity Y', data are in "Scenario is"->"Version Y".  And you want to leave the data in the entity, but move all to 'Scenario Z'-> 'Version Z '?

Maybe you are looking for

  • F4 function key does not work does not in Excel 2010

    I have a HP Pavilion series g - Windows 7-64 bit The F4 function key does not work in (2010 excel 64-bit). Any suggestions? ch1616

  • speakers are not too strong

    I have a pavilion dv6, with operating system windows 7. My problem or the problem is that my computer's sound volume is not too loud. in others, it feels like it needs more amplification. When the volume is set to 50%, the speakers do not produce a l

  • Cannot find or install android applications

    I just bought a special edition Slate yesterday. But when I try to load applications, there is no aps android on it and I can't seem to register the device. It shows my old tablet when I enter via browser and mu apps for it, but I can not install any

  • I get an error message when the conversion to NTFS

    "You don't have sufficient access rights or privileges to perform this action. You have to invoke this utility running in elevated mode. "... is the message I get every time I try to convert my FAT32 to NTFS drive. Why? It is quite frustrating.

  • My Smartphone blackBerry curve fell into a glass of coffee

    My curve fell into a cup of coffee... I skipped my phone and then let it dry rice for a day or two... I tried to turn it on and only the red light came.  I can plug it into the load and I got a picture of a battery by lightning through the picture of