Mutiple Publication, looking for distribution clean up retention specific to publisher database

We have distribution clean up retention set to 24 hours.
EXEC dbo.sp_MSdistribution_cleanup @min_distretention = 0, @max_distretention = 24
We have three publications and would like to keep different distribution retention for each of them. Is this possible?
dbo.sp_MSdistribution_cleanup just have three parameter, if it possible to key in publisher_database_id and it will perform distribution clean up only for that?
Thanks,
-SreejitG

Hi SreejitG,
If your publications are located in separate SQL Server instances, it is possible to set up additional distribution databases on your single distributor and assign a separate distribution database to each publisher. In this case, you can keep different distribution
retention for each of the publications.
However, if you have all the publications on one SQL Server instance, it is not possible to keep different distribution retention for each of the publications because we can have only one distributor database per publisher. For more details, please review the
following blog.
Scaling Out the Distribution Database:
http://www.sqlservercentral.com/articles/Replication/69663/
Thanks,
Lydia Zhang
Lydia Zhang
TechNet Community Support

Similar Messages

  • I'm looking for a computer with these specifications, can anyone help me?

    I need to know if anyone can give me the names of a few laptops that have these MINIMUM specifications:
    Intel Pentium 4 or AMD Athlon 64 Processor or any better processor
    4 GB of RAM
    Windows 7
    1280 X 800 or more with qualified hardware-accelerated OpenGL graphics card, 16 bit color, and 256MB of dedicated VRAM (not Shared Memory)
    Graphics support for Shader Model 3.0, and OpenGL 2.0, DirectX 9-capable graphics card.
    DVD-drive compatible with dual-layer DVDs, Read/Write drive
    QuickTime 7.6.2 or newer
    I'm going to an art school, and will probably be getting into some Graphic Design stuff, so if you don't know a computer that has a lot of these specific terms, could you give me perhaps a few names of good laptops for art students to buy?

    Hello Balkoth,
    I work for Intel and aside from this being my job, I'm going to tell you to consider investing in a stronger processor. If you are going to be getting into Graphic Design, you will need more processing power. For your needs, I would suggest looking into the new Intel® Core™ i7 processor.
    This is our top-of-the-line processor, ahead of the curve and will continue to perform as technologies continue to emerge. Not only will you have graphics support for Shader Model 3.0, and OpenGL 2.0, DirectX 9-capable graphics cards, but the i7 has Turbo Boost Technology (Speeds up your processor when you computer needs more performance) and  Hyper-Threading Technology (multitasking that allows your computer to work on two tasks at the same time). Even if you don't need all of these features now, you never know what you will need down the line. My general rule of thumb is to never buy something that is already behind the curve.
    I would also recommend you looking into our other smart processors, i3 and i5, but I believe the i7 will be the best for your processing needs. Here is a couple computers I found with i7 processors and Windows 7 that you were looking for. Hope this helps!
    Intel- Sponsors of Tomorrow 
    Dell Studio Laptop with Intel® Core™ i7 Processor - Black Chainlink
    Model: S1747-3209CBK | SKU: 9718895
    Watch your favorite movies in high-definition or create customized CDs and DVDs with this laptop's DVD±RW/CD-RW drive with Blu-ray Disc support. The built-in 2.0MP webcam and 17.3" high-definition plus display are handy for video chatting with friends and family. Windows 7 Home Premium preloaded Which Windows 7 edition is best for you? Compare.Learn more about Intel® processors. Information provided by Intel.
     4.7 Read reviews (65)
    Sale: $949.99
    Toshiba Satellite Laptop / Intel® Core™ i7 Processor / 16" Display - Slate
    Model: A665-S6070 | SKU: 9992966
    This laptop features an Intel® Core™ i7 processor, 4GB memory and a 640GB hard drive for fast computing and ample file storage. The 16" widescreen TFT-LCD display and NVIDIA GeForce graphics provide a crisp, clear picture.Windows 7 Home Premium preloaded Which Windows 7 edition is best for you? Compare.Learn more about Intel® processors. Information provided by Intel. Take a product tour.
     1 Read reviews (1)
    Sale: $899.99
    Apple® MacBook® Pro / Intel® Core™ i5 Processor / 15.4" Display - Aluminum
    Model: MC372LL/A | SKU: 9911539
    Video chat with friends and family using this laptop's iSight webcam with omnidirectional microphone and 15.4" widescreen display. Enjoy high-speed wireless access via the built-in AirPort Extreme wireless network connection.
     5 Read reviews (5)
    Sale: $1999.99
    I am an Intel employee and state that my opinions are my own personal opinions and are not made on behalf, or to represent, Intel.

  • Looking for an example of class to run in database

    A few years back our dba took a class I had written to run outside the database and put it inside.
    I maintained it from that point on, but am unsure of all the rules.
    I know about using the "default" connection, and remember that he took out all the imports and think I remember the package(s) were also removed.
    I also remember that when I edited it in Eclipse it always showed errors.
    I've looked at the simple examples and they are not much help.
    Would like to find a more general example or a set of rules (dos and donts).
    Also would like to know if JDeveloper will handle the code in context, i.e. no errors.
    My project is to move the data access layer of a distributed set of apps (each in it's own JVM) on to the database so that I can fully sychronize the access.
    Thanks,
    Jim
    Edited by: user642308 on Dec 4, 2009 4:14 AM

    I can help with some of the do's and don'ts but they are by no means exhaustive. One thing is is I am wondering why the imports were taken out?
    The best way to do things is to compile the code into classes, then load and resolve those classes into the schema where the application will run.
    You can refer the the Java Developers Guide for that.
    The Java stored procedure can only access public static methods.
    Do not load any jars or classes that contain methods that will call Non-JDK natives, they will fail. If the package does this then it will not run properly if called in our vm. We do not support the loading of JNI libraries because of security issues.
    I don't know much about Jdeveloper but it supports development for the JVM and should handle the code correctly. It also will help with loading the classes into the database.

  • Looking for ACE Probe TCL script specific for LDAPS

    Hello Everyone,
    I have searched the forum, and i am having difficulty finding an example of how to modify the LDAP TCL probe from port 389 to secure LDAP port 636.
    Could someone kindly point me or provide me the modified TCL script if you happen to have it.
    During my search I also found a config that someone had provided, which contained the following probe:
    probe tcp LDAPS_Probe
      port 636
    probe tcp LDAP_Probe
      port 389
    I was trying to figure out if this a modified TCL script for LDAP or modifed TCP TCL script specific for port 636.
    This is how I applied the script for LDAP port 389.
    script file 1 LDAP_PROBE
    probe scripted LDAP_PROBE_389
    interval 5
    passdetect interval 30
    receive 5
    script LDAP_PROBE
    serverfarm host SF-LDAP-389
    description SF LDAP Port 389
    predictor leastconns
    probe LDAP_PROBE_389
    rserver LDAP-RS1-389
    inservice
    I will be more than glad to provide you any additional information that you need.
    As always thanks for your input.
    Raman Azizian
    SAIC/NISN Network services

    normally you would engage a TCL developer or ciso advanced services to develop a custom script for anything other than what Cisco provides in canned scripts. If you are comfortable with tcl you can do it yourself. Here is an example of the LDAP script modified to include initiation via ssl.  default port is 389 when you implement you would specify 636.
    #!name = LDAP_PROBE
    # Description:
    #    LDAP_PROBE opens a TCP connection to an LDAP server, sends a bind request. and
    #    determines whether the bind request succeeds.  LDAP_PROBE then closes the
    #    connection with a TCP RST.
    #    If a port is specified in the "probe scripted" configuration, the script probes
    #     each suspect on that port. If no port is specified, the default LDAP port 389
    #     is used.
    # Success:
    #   The script succeeds if the server returns a bind response indicating success
    #    (status code 0x0a0100) to the bind request.
    #   The script closes the TCP connection with a RST following a successful attempt.
    # Failure:
    #   The script fails due to timeout if the response is not returned.  This
    #    includes a failure to receive ARP resolution, a failure to create a TCP connection
    #    to the port, or a failure to return a response to the LDAP bind request.
    #   The script also fails if the server bind response does not indicate success.
    #    This specific error returns the 30002 error code.
    #   The script closes any attempted TCP connection, successful or not, with a RST.
    #  PLEASE NOTE:  This script expects the server LDAP bind response to specify length
    #   in ASN.1 short definite form.  Responses using other length forms (e.g., long
    #   definite length form) will require script modification to achieve success.
    # SCRIPT version: 1.0       April 1, 2008
    # Parameters:
    #   [DEBUG]
    #      username - user login name
    #      password - password
    #      DEBUG        - optional key word 'DEBUG'. default is off
    #         Do not enable this flag while multiple probe suspects are configured for this
    #         script.
    # Example config :
    #   probe scripted USE_LDAP_PROBE
    #         script LDAP_PROBE
    #   Values configured in the "probe scripted" configuration populate the
    #   scriptprobe_env array.  These may be accessed or manipulated if desired.
    # Documentation:
    #    A detailed discussion of the use of scripts on the ACE is included in
    #       "Using Toolkit Command Language (TCL) Scripts with the ACE"
    #    in the "Load-Balancing Configuration Guide" section of the ACE documentation set.
    # Copyright (c) 2005-2008 by Cisco Systems, Inc.
    # debug procedure
    # set the EXIT_MSG environment variable to help debug
    # also print the debug message when debug flag is on
    proc ace_debug { msg } {
        global debug ip port EXIT_MSG
        set EXIT_MSG $msg
        if { [ info exists ip ] && [ info exists port ] } {
         set EXIT_MSG "[ info script ]:$ip:$port: $EXIT_MSG "
        if { [ info exists debug ] && $debug } {
         puts $EXIT_MSG
    # main
    # parse cmd line args and initialize variables
    ## set debug value
    set debug 0
    if { [ regsub -nocase "DEBUG" $argv "" argv] } {
        set debug 1
    ace_debug "initializing variable"
    set EXIT_MSG "Error config:  script LDAP_PROBE \[DEBUG\]"
    set ip $scriptprobe_env(realIP)
    set port $scriptprobe_env(realPort)
    # if port is zero the use well known ldap port 389
    if { $port == 0 } {
        set port 389
    # PROBE START
    # open connection
    ace_debug "opening socket"
    set sock [  socket -sslversion all -sslcipher RSA_WITH_RC4_128_MD5 $ip $port ]
    fconfigure $sock -buffering line -translation binary
    # send a standard anonymous bind request
    ace_debug "sending ldap bind request"
    puts -nonewline $sock [ binary format "H*" 300c020101600702010304008000 ]
    flush $sock
    #  read string back from server
    ace_debug "receiving ldap bind result"
    set line [read $sock 14]
    binary scan $line H* res
    binary scan $line @7H6 code
    ace_debug "received $res with code $code"
    #  close connection
    ace_debug "closing socket"
    close $sock
    #  make probe fail by exit with 30002 if ldap reply code != success code  0x0a0100
    if {  $code != "0a0100" } {
        ace_debug " probe failed : expect response code \'0a0100\' but received \'$code\'"
        exit 30002
    ## make probe success by exit with 30001
    ace_debug "probe success"
    exit 30001

  • Looking for way to count a specific document hits(Not with Activity Report)

    Hello,
    I have a certain Word document that I want to count how many users opened it. I am aware of the Portal Activity Report but this report tracks only iViews/pages ect. and my document is inside a KM iView which contains many other documents and I want to count just that specific Word document.
    Is there a KM property that can be created or a service that can be applied in order to count this document's hits by users?
    Message was edited by: Roy Cohen

    I have created a repository service which count document hits using a custom property defined.
    We are using NW04SP12.
    This is our code:
    ========================================
    package com.hesa;
    import java.util.Collection;
    import java.util.Iterator;
    import com.sapportals.wcm.WcmException;
    import com.sapportals.wcm.crt.component.IReconfigurable;
    import com.sapportals.wcm.crt.component.StartupException;
    import com.sapportals.wcm.crt.configuration.ConfigurationException;
    import com.sapportals.wcm.crt.configuration.IConfiguration;
    import com.sapportals.wcm.repository.IProperty;
    import com.sapportals.wcm.repository.IResource;
    import com.sapportals.wcm.repository.Property;
    import com.sapportals.wcm.repository.PropertyName;
    import com.sapportals.wcm.repository.ResourceException;
    import com.sapportals.wcm.repository.manager.IRepositoryManager;
    import com.sapportals.wcm.repository.manager.IResourceEvent;
    import com.sapportals.wcm.repository.manager.IResourceEventReceiver;
    import com.sapportals.wcm.repository.manager.ResourceEvent;
    import com.sapportals.wcm.repository.service.AbstractRepositoryService;
    import com.sapportals.wcm.repository.service.ServiceNotAvailableException;
    import com.sapportals.wcm.util.events.IEvent;
    public class SampleService extends AbstractRepositoryService implements IResourceEventReceiver, IReconfigurable {
      private static final String TYPE = "com.hesa.kmtest.SampleService";
      private Collection repositoryManagers;
      public SampleService() {
         super();
      public String getServiceType() {
         return SampleService.TYPE;
      protected void startUpImpl(Collection repositoryManagers) throws ConfigurationException, StartupException {
         this.repositoryManagers = repositoryManagers;
         Iterator it = repositoryManagers.iterator();
         while (it.hasNext()){
           try {
              addRepositoryAssignment((IRepositoryManager) it.next());
           } catch (ServiceNotAvailableException e) {
              e.printStackTrace();
      protected void shutDownImpl() {
         Iterator it = repositoryManagers.iterator();
         while (it.hasNext()){
           try {
              removeRepositoryAssignment((IRepositoryManager) it.next());
           } catch (WcmException e) {
              e.printStackTrace();
      protected void addRepositoryAssignment(IRepositoryManager mgr) throws ServiceNotAvailableException {
         try {
           mgr.getEventBroker().register(this, ResourceEvent.GET_TEMPLATE);
         } catch (WcmException e) {
           e.printStackTrace();
      protected void removeRepositoryAssignment(IRepositoryManager mgr) throws WcmException {
         mgr.getEventBroker().unregister(this, ResourceEvent.GET_TEMPLATE);
      public void received(IEvent event) {
         IResourceEvent myEvent = (IResourceEvent) event;
         try {
           IResource res = myEvent.getResource();
           PropertyName propertyNameHitCount = new PropertyName("http://sapportals.com/xmlns/cm","hitcount");
           Property propHitCount = new Property(propertyNameHitCount,new Integer(0));
           if (res.getProperty(propertyNameHitCount)!=null) {
                IProperty oldHitCount = res.getProperty(propertyNameHitCount);
                String sOldHitCount = oldHitCount.getValueAsString();
                int iOldHitCount = Integer.parseInt(sOldHitCount);
                iOldHitCount++;
              propHitCount = new Property(propertyNameHitCount,new Integer(iOldHitCount));
              res.setProperty(propHitCount);       
         } catch (ResourceException e) {
           e.printStackTrace();
      public void reconfigure(IConfiguration arg0) throws ConfigurationException {
    ========================================
    Remember, you must activate this service in the correct repository (System administration -> System configuration -> Knowledge Management -> Content Management -> Repository Managers -> CM Repository).
    These changes requires that you restart the server.
    I think this could help you.

  • Looking for a music video app.

    I'm looking for an app that will let me record one long video (where I'm miming to an entire song in time) then allow me to replace parts of it with other short videos and stills, not changing the timing of the long video. Does iMovie have this facility or does anyone know of other apps that do?

    IMovie iOS is not able to edit different video over different video.
    But this only applies to audio recorded with video.
    So you could lay down the music track you are lip syncing to, then add your video over the top.
    But you are unable to lay a second layer of video over the top of the first.
    So iMovie iOS is not the app you are looking for.
    This forum is specifically for iMovie iOS so I can't recommend any other app sorry.

  • What One Specification Should I Look for When Buying Optical 5.1 Speakers for the iMac 27" i7?

    Hi. I have an analog 5.1 (it came from my previous PC setup) now but only the subwoofer works, the controller for its satellite speakers maybe have been busted by the high voltage from the outlet (I've since gotten a nice AVR). If replace it since the late 2009 iMac and Macs in general only do surround sound (5.1 or higher) if it's not analog. I've read somewhere that is should be digital or optical.
    When I look for the specification that'll make this Mac do 5.1 surround, what should I look for in the speaker's specifications. I believe the non-analog 5.1 speakers are way more expensive, I'll probably buy one used but what brand and model can anyone recommend that's not that expensive, iMac/Mac compatible and will be easy to setup (you just plug it in into it's the headphone jack at the back) that'll do 5.1 on Lion and Snow Leopard (I have both installed for backup OSes and experiments). Thank you in advance.
    Gbu.

    Make sure the activation lock has been removed
    Find My iPhone Activation Lock
    This will help determine if it has been removed
    Apple's new iCloud tool can show if a used iPhone is stolen
    Make sure it is not broken and it works, including the headphone jack and speakers.
    Make sure the liquid indicator by the headphone jack is not red/pink
    iPhone and iPod: Liquid damage is not covered by warranty - Apple Support

  • Looking for and SQL query to match CTI OS agent login ID with the Directory Number (instrument)

    Hi All,
    I am looking for an SQL query to request the HDS database to find out which Directory Number / instrument  was associated with a specific CTI OS agent login ID.
    Has anyone done such a query before ?
    Thanks and Regards
    Nick

    Hi,
    this should work in 8.0 and 8.5:
    SELECT
    ag.PeripheralNumber AS [LoginID],
    al.Extension,
    al.LogoutDateTime
    FROM [instance]_hds.dbo.Agent_Logout al
    JOIN [instance]_awdb.dbo.Agent ag ON al.SkillTargetID = ag.SkillTargetID
    Of course, replace [instance] with the ICM instance.
    The query returns a table with three columns, first is the login ID aka PeripheralNumber, Extension is... well, the agent's extension, and LogoutDateTime is the timestamp when the agent logged out.
    G.

  • Looking for a designer with experience working on Motorsport projects

    I am looking for a web designer with specific experience working on Motorsport websites.  The project will be to design a BC site for a racing team which we will implement.  If you believe you are qualified for a project like this please send me details of your portfolio and your rate.  Note I am looking for someone who has actually worked on motorsport website, so will need to see evidence of this experience.  If you do not have this experience please do not apply.  Please PM me if you are qualified.

    Hi Sir/Madam,
    I recently Completed my PG Diploma Graduate in Industrial Automation and System Design from National Institute of Electronics and Information Technology (NIELIT) Calicut with 72.2%.I am good labVIEW Programmer and I am seeking job in labVIEW Sector, please help me where i could get the job in labview Sector.
    Please find the attached resume.
    Thanks & Regards,
    Ravi Kumar
    +91-9000324146
    E-mail: [email protected]
    Attachments:
    resume ravi new formetpdf.pdf ‏65 KB

  • Looking for Script Exchange-2007: Import-Mailbox Calendar Folder on multiple mailboxes {Distribution Group}

    Hi,
    I'm looking for a PowerShell script which will import a Calendar events into student's mailbox (Calendar). Those students are located in a distribution group and I would like to target the distribution group; I'm trying to simulate what I want to achieve
    in the below code example, I would appreciate if anyone jump in and advise.
    $Users = Import-Csv C:\users.csv | ForEach-Object{Get-DistributionGroup -Identity SC-1213} | Import-Mailbox -Identity $Users -PSTFolderPath c:\Calendar.pst -IncludeFolders '\Calendar' -StartDate -EndDate
    Much appreciated..
    Hussain

    The logic doesn't work unless you are using StartDate and EndDate for the period when you change the item.  As I said above, StartDate and EndDate are not the times when the meeting starts and ends - they are the times that the item was either added
    or modified in the mailbox.  Your filter was trying to pull items that were in the future.
    And as I also said above, if you import a modified item, the original is
    not going to be updated.  You will have a duplicate meeting
    on the calendar.  You would have to remove the original
    and import the updated item if this was how you wished to manage the updates.  This is not nearly as effective as
    sending meeting requests and updating those meetings.
    For example, if we do things the way you are doing them, and we add a "Student Appreciation Bonfire" meeting to the calendar for April 12 at "The Quad", we would do the following:
    On February 1, you get information for the meeting that needs to be imported
    You create this new meeting in the PST calendar - "Student Appreciation Bonfire"; Date April 12, start 8:00 AM, end 12:00 noon; Location The Quad
    You import the PST into everyone's calendar
    You receive a note on March 12 saying the venue has changed to The River Beach, so you update this meeting in your PST
    Since there are other calendar items in the PST, you import the update using StartDate of March 12 and EndDate of March 13 - the date that you changed the item, not the date the item occurs
    At this point, all users have two meetings on their calendar - the original and the update
    If, instead of doing it this way, you create a Student Actvities Calendar mailbox, you would handle it this way:
    On February 1, you get information for the meeting that needs to be imported
    You create this new meeting in the Corporate calendar - "Student Appreciation Bonfire"; Date April 12, start 8:00 AM, end 12:00 noon; Location The Quad
    You invite everyone to the meeting
    You receive a note on March 12 saying the venue has changed to The River Beach, so you update this meeting in that calendar and send out the update
    At this point, all users have only the one meeting on their calendar - the update
    Using the PST as the source for the meetings would work only for items that
    will not be changed - holidays are a good example.

  • The Distribution Kit Builder is Looking for the NI Variable Engine in an old distribution, cant find it and fails to build

     I am unable to build a distribution kit because the builder appears to have saved a path to the NI Variable Engine which is not valid.  I appear to have the NI Variable Engine installed.   There are NI Variable Engine 2.5.0 .xml files loaded in on my computer (See attached for listing of drivers loaded).  I do not seem to be able to break CVI's Link to my past installers for getting drivers.  I've tried creating a new installer but had the same trouble. 
    I am running a 64 bit Laptop with Windows 7, building a 32 bit application, running CVI 2010.
    Solved!
    Go to Solution.
    Attachments:
    ATAHM Outline.ppt ‏61 KB

    The default path is the path to whatever distribution installed NI Variable Engine on your machine. For example, if it was installed from a Driver Disk, the path would probably be D:\. However, from the images you originally posted, I can see that you were being prompted to provide the path to one of your earlier ATAHM distributions. It was looking for it at this path:
    c:\Users\chill\Documents\Development\AATAS\ATAHM\distributions_ATAHM\ATAHM Oct 24 2011\
    Do you still have that distribution? If you can point it to that distribuiton, you should be good.
    Now back to the error you were seeing... Your version of that .NET manifest file matches (except for the version number) Revision A from the Knowledge Base, so you should try replacing it with Revision B (and rename it to NI .NET Framework 2.0 Language Pack x86 Installer {F8ECD2D6-659C-49EB-8454-5F8F7B526FCF}.xml). Make sure you restart CVI after swapping the file. I would expect that to solve your problem. If it doesn't, you'll have to let me know what the new issue is, or if you're somehow still seeing the same error message.
    Mert A.
    National Instruments

  • Distribution Builder looking for product installers

    I'm having a problem building a distribution.
    The builder is asking for product installers that were part of a different distribution and no longer
    on the machine. Its looking for the NI-DAQmx Core Runtime 9.6.2 and the Ni-VISA Runtime 5.3 installers.
    How do I remove the dependency of the previous distribution. In the Drivers & Components tab of the Installer
    the change Source button is disabled how do enable it.
    I'm running CVI 2012 on an XP machine. I appreciate any help .

    Hello chetp
    This might help:
    http://digital.ni.com/public.nsf/allkb/E2D8B36AE74458C8862573A8005C4708?OpenDocument
    Regards
    Mart G

  • I tried to upgrade Reader and got a 1316 message.  So I thought I would uninstall it and try a new clean download.  Now I can't do anything.  It is looking for Data\Adobe\reader 9.1.cab,  Any suggestions?

    I tried to upgrade Reader and got a 1316 message.  So I thought I would uninstall it and try a new clean download.  Now I can't do anything.  It is looking for Data\Adobe\reader 9.1.cab,  Any suggestions?

    You may also not want to shout (large bold print) when you go to the Reader forum. It irritates a lot of folks and may distract from your question.

  • I have an 2.4 Mac Book Pro.  I want to wipe it clean and reinstall the Lion OS I bought from the App Store.  I looked for instructions but did not find them any advice where the instructions are would be appreciated.  Thanks

    I am looking for help on how to or where I can find information on how I can clean my hard drive and then reinstall Lion,  Thanks

    Boot from Recovery HD upon startup hold-down keys Command R . Until you see the Apple logo then select language:English.click the Arrow (Next)
    From the OS Utility, select Disk Utility then click Macintosh HD. click the Erase tab on the right side.
    Format:Mac OS Extended(Journaled)
    Name:Macintosh HD
    And click Erase
    Once Erase process is done, close Disk Utility and select the second option in the OS Utility which is Reinstall OS. Let it run. It should take about an hour to complete, this type os installation is internet dependent so somehow the completion of the process depends on internet speed as well.

  • Converting SWF file for publication and secure distribution.

    I'm looking for advise on how to securely publish .swf files created in inDesign CS6 How to build a launcher and how to convert into iPad and Android apps.

    You can't do any of that with just ID. You need access to the Digital Publishing Suite and generate the relevant ePub formats and platform-specific packages.
    Mylenium

Maybe you are looking for

  • Query designing problem

    Hello I am trying to build a Query . I am facing problem . I want it following way in Columns = Keyfigure Net volume (User entry period range)------Net volume (period range for previous year) So user should select only once the period range for first

  • What is the maximum throughput for a 7341 and 7371?

    I found the data sheet that describes the size of the two boxes, and lots of other statistics, but no throughput stats. Is the main difference between the 7341 and 7371 the memory and hard drive cache size? Our data center headend WAE will be L2 conn

  • POS Forecast Report

    I have this report , where I have to bring the POS and forecast . I have a multi cube on POS and Forecast cube . Now I have to bring <b>52 weeks of POS Qty in the past</b> and <b>52 weeks Forecast Qty in the future</b> . My POS cube has 78 weeks data

  • OWB 10g R1 : run_my_owb_stuff

    Hi All , I am facing with a strange problem when iam trying to execute a process flow using run_my_owb_stuff . I created this function as specified in the comments of the script and tried to run the following code through runtime_access_user. Before

  • Shaded Illustration correct in Reader not in Pro or 3D

    If I have a 3D PDF saved in Shaded Illustration mode and open it in Reader 7.0.8 it displays as expected. However, if I open it in Acrobat 3D 7.0.8 or Pro 7.0.8, the edge lines are not displayed. Anyone know why this is and how to remedy it? Please a