How to automate application of quartz filter to scanner output?

Hello.
I have a new scanner and it generates large TIFF and PDF files. I know I can use Eric Meyer's Reduce File Size (75%) quartz filter script ( http://meyerweb.com/eric/thoughts/2010/02/25/better-pdf-file-size-reduction-in-o s-x/ ) in Preview to re-save the files greatly reduced in size but it's rather tedious to have to do this manually.
Can anyone suggest an easier way or how I can automate this?
The things that jump to mind (and I know are over my head as my following story will show) would be an applescript or automator generated script. I thought this is one of those things that folder scripts would be good for and I have failed miserably to set one up using Automator.
I went into Automator and chose folder action and then applying the quartz filter to a pdf. It asked me if I wanted to apply the action to a copy and leave the originals untouched and I said yes and chose the same folder that I was attaching the action to. I then chose the Reduce File Size (75%) for the filter. It ran and reduced the file and left the reduced file in the folder with the action but the original vanished.
I deleted the folder and tried again, but now the folder action dialog comes up blank and I have to manually select the Reduce File Size (75%) from a drop down list. Also, it left the original in the folder with the action and no filter was applied. So I made a different folder called "originals" and pointed the add a copy step to it, and now it puts the reduced copy there and the original vanishes.
I am totally lost. It seems like the actions change each time I try to do something and I can't figure out where these automator folder actions are being stored.
I would be THRILLED if I could drop the scans into a folder "apply Reduce File Size (75%)" and have reduced files go to a folder "reduced pdfs" and originals go to an "origin pdfs". Is it possible to get automator to do this?
I have the interest but not the mental bandwidth to learn how to write an applescript to do this.
Is there some other easy way that I'm overlooking?
I will greatly appreciate any and all help.

hotwheels 22 wrote:
Guys!
I am missing a step here.
Is there some need to hit run or something within automator? Am I supposed to get a file in the folder I choose? Do I then drag and drop a pdf over the folder or the file to get the file reduced with the filter?
I am new to mac and my 100 - 900 MB pdf's are kicking my butt...
Anybody know how to get this going?
Thanks.
Let's see. How far did you get? Did you create the Quartz filter using ColorSync?
Next step is to open Automater and double click folder action.
Drag the action "Apply Quartz Filter to PDF Documents" over to the right hand side and drop it. You will get prompted to add or not add a copy function. If you want to have it back things up hit add, if you just want them compressed hit "don't add".
In the Filter drop down select the quartz filter you created in the ColorSync Utility.
Now scroll up on the right hand side (it's a bug in Automator). At the very top you'll see a drop down to choose the folder that the folder action is going to be applied to. Select your folder.
Hit Save on the File menu. Call your folder action something logical, like Compress PDFs and hit save. You can now quit automator.
Now that this is done you can drag PDFs into the folder you assigned the action to and it will compress the images in them to JPEG, reducing the size of your PDFs. It will not prompt you or give you any feedback that the magic has happened but it will happen. You might want to make sure your settings are right by working with copies rather than originals, but whatever.

Similar Messages

  • How do I Apply a Quartz Filter Automatically to PDF Scan Using Preview

    Hi,
    Question: is there a 1-step process to scan to PDF and create reasonable file sizes.
    I've found discussions on this, but no conclusive answer that someone has actually tested and used.
    PROBLEM: Scanned PDFs are large
    SOLUTION: use a quartz filter to reduce size.
    The problem with this approach is that its a two step process
    1. scan the file using preview (Import from scanner)
    2. "Save As" with a filter applied to reduce size.
    What I'm looking for is someone that's got this down to a 1-step process using only built-in tools of 10.6.
    Thank you!

    Thank you for taking the time to reply - but not entirely true.
    My use case for smaller files is sending them via email. You are correct that size on the local file system should not be (and is not) an issue.
    Let me clarify why this is a 2-step process (for me) at the moment.
    When you use preview (I've been unsuccessful with Image Capture and don't know it would make a difference) and hit scan, the document IS saved. You can then immediately quit preview and your document is still at the save location you specify. Hence this would be a 1-step process.
    The additional step I need to do is "Save As" so I can invoke the quartz filter I created that reduces the PDF by about 80% in size with no visible loss of integrity.
    I would like this filter to get automatically applied when the document is first scanned - something I'm starting to think is not possible.
    I've gotten partial results by adjusting DPI and other factors of the initial scan, but not the reduction in size I can get by applying the filter.

  • Quartz Filter  - How to use to lighten prinouts

    My new color laser printer is printing a little dark. I looked at color sync and the quartz filters. I have read the instruction and moved the sliders around but I see no difference in the printng.
    There is no other thing that I can change to make the print lighter.
    Does anyone know how to use the quartz filter in coor sync to lighten the picture?
    G-5 , 2.3   Mac OS X (10.4.9)  

    Image src = getImage("doc:///demo/images/duke/T1.gif");
    ColorFilter colorfilter = new ColorFilter(Color.color);//whatever color
    Image img = createImage(new FilteredImageSource(src.getSource(),     colorfilter));
    Is that what you mean?? I'll try it when I get a chance.. THANKS!!

  • How to automate flex application

    I have a Flex Application that needs to be automated using tools like HP's QuickTest Pro (QTP) or something. However, QTP requires that you write some custom code if you wish to automate some home-made components... Unfortunately, we have some 3rd-party components which we do not have the source code so we can't really the custom code without having the 3rd-party component's source code and we cannot add some additional SWC files or some other files into the application to automate it. the application is already compiled and we have only the executable file.
    how to automate flex application in above case. it is not possible to add any sort of code to application so can we add some sort of plugin to existing testing tool to automate flex. is there any plug-in available for that and for which tool?
    Any ideas?

    What do you want to automate? Essbase has several different ways of automating functionality including Esscmd, Maxl and several different flavors of APIs (C / VB / Java). The tool you would choose to automate with depends on what you are trying to do.
    If you post more specifics, we could direct you to which tool would be most appropriate and can refer you to the proper docs to get started.
    Tim Tow
    Applied OLAP, Inc

  • Apply Quartz filter to a PDF from command line

    Hello
    I'm trying to apply a quartz filter to a PDF document via the command line. I know it's possible with Python and there's a script at /Developer/Examples/Quartz/Python/filter-pdf.py that does just that. The problem with this is that the script is Python 2.3 and my OS X 10.5.8 is running Python 2.5 - so I'm getting the error message:
    +<Error>: The function `CGPDFDocumentGetMediaBox' is obsolete and will be removed in an upcoming update. Unfortunately, this application, or a library it uses, is using this obsolete function, and is thereby contributing to an overall degradation of system performance. Please use `CGPDFPageGetBoxRect' instead.+
    I don't know Pyton but I checked the file and I grep'ed the Developer folder to see if I can find where CGPDFDocumentGetMediaBox is being used, but no matter what I changed, I didn't manage to get the script working.
    So I guess my question is one of the following:
    How can I update the developer example to a new, functioning version?
    or how do I get rid of the deprecated functions that script is using?
    or is there any other way to apply a quartz filter to a PDF via the command line? (I've read that SIPS is able to accomplish this, but I couldn't find out how..)
    Thank you for any help!
    Cheers

    There a quartz filter printer hidden in OS X which makes applying a quartz filter to a PDF file on the command line a piece of cake. This is the syntax:
    +/System/Library/Printers/Libraries/./quartzfilter inputfile filterpath outputfile+
    So if I wanted to convert big.pdf to small.pdf it would go like this:$
    +/System/Library/Printers/Libraries/quartzfilter big.pdf /System/Library/Filters/Reduce\ File\ Size.qfilter small.pdf+
    The "Reduce File Size" filter isn't that great though when it comes to reducing the file size for printing. Jerome Colas wrote a nice article about quartz filters though: http://discussions.apple.com/thread.jspa?messageID=6109445&tstart=0
    You can also create your own with the ColorSync utility in Mac OS X. A Quartz filter is nothing but an XML, so you could also generate one on the fly if necessary.
    Resource: http://macscripter.net/viewtopic.php?id=25916

  • Black & White quartz filter behaves oddly when creating PDFs

    I think the Black and White Quartz Filter should print all colours and greys as Black. But pale colours and light greys are not printed at all, presumably they are 'White'. Printing all colours as Black is a useful property when printing CAD drawings, for instance.
    I tried to create my own qfilter to do the job, which involves using a 'Bilevel' Intermediate Transform cranked to the max, but the ColorSync utility wouldn't let me rename it anything but 'Untitled'. Smells like a permissions problem?
    I eventually duplicated the Black & White qfilter, which was automatically named 'Black & White Copy'. I was able to edit the actions, but not it's name. Changing the file's name by hand wouldn't change it in the ColorSync Utility.
    Printers available for testing were an HP LaserJet 2100TN, and an EPSON Stylus Color 1160.
    Eric
    Dual 2.3 PowerPC G5   Mac OS X (10.4.4)  

    I think the Black and White Quartz Filter should print all colours and greys as Black. But pale colours and light greys are not printed at all, presumably they are 'White'. Printing all colours as Black is a useful property when printing CAD drawings, for instance.
    I tried to create my own qfilter to do the job, which involves using a 'Bilevel' Intermediate Transform cranked to the max, but the ColorSync utility wouldn't let me rename it anything but 'Untitled'. Smells like a permissions problem?
    I eventually duplicated the Black & White qfilter, which was automatically named 'Black & White Copy'. I was able to edit the actions, but not it's name. Changing the file's name by hand wouldn't change it in the ColorSync Utility.
    Printers available for testing were an HP LaserJet 2100TN, and an EPSON Stylus Color 1160.
    Eric
    Dual 2.3 PowerPC G5   Mac OS X (10.4.4)  

  • How to Test Mail's Trainable Filter?

    In the Apple Support Discussions topic No Junk mailbox in Training mode? a question arose regarding how to test if the trainable filter (the filter that evaluates the "Message is Junk Mail" condition) is evaluated independently of the other conditional tests of the Junk Filter rule -- IOW, if some other test condition in the Junk Filter rule, like sender is not in the address book, evaluates to false, does the "Message is Junk Mail" test which follows it in the rule's list of conditions ever get evaluated?
    A proposed test for this involved resending to yourself a message that Mail had previously marked as junk using the "Message > Send Again" function of Mail. It has been pointed out to me that this probably isn't a valid test because "Message > Send Again" doesn't send the original message in unaltered form (there are substantial changes in the header info regarding sender, path, etc.) & thus the filter may not consider the resent message as junk, even if it were to evaluate it.
    So, for testing purposes, does anybody have a suggestion about how to resend (or fake resending) a received message to myself without altering its header info?

    What matters is whether the Message is Junk
    Mail condition would still evaluate to true
    regardless.
    That depends on what you are trying to determine & if the test produces decisive results.
    For instance, consider tests with the standard Junk Filter automatic settings & no other rule involving "Message is Junk Mail" in the list. A test is performed in an attempt to determine if the filter's conditional tests are performed in the indicated order only until one evaluates to false.
    "Send Again" should not cause the "Message is Junk Mail" test to be evaluated at all, since in this case the sender is oneself & the Junk Filter should exit as soon as the 'sender not in Address Book' test is evaluated.
    Yet, when I try this with a message (correctly) marked as junk when originally received, the resent version is still marked as junk, & this happens not just on my on Mac but on the few others I have checked as well. I have tested with only a limited number of junk messages because on the other Macs the owners do not keep them for long & on my own I do not get that many (AOL is my primary account & has excellent spam filtering), so I would love to know if readers of this topic see similar results.
    BTW, I should mention here what might be a potential hazard of using "Redirect" for testing with "real" spam: As I hope everybody knows by now, it is a bad idea to enable automatic loading of remote html images because doing so can alert spammers one's email address is valid. In one case, when I tried the "Redirect" method on my own Mac, AOL refused to accept the redirected message, possibly because of AOL's spam filters. At that point, Mail displayed the message, asking if I wanted to try sending it from another account, edit it, or what. Even though I have the option disabled, Mail loaded the original's remote html images along with its other content. I don't know if that is a design feature of Mail, a problem with just my Mac, particular to AOL, or what, but I want readers to be aware of it, just in case.
    Anyway, for this reason I have since confined myself to testing with "Send Again," which seems safe in all cases, & mostly to testing only on my on Mac, just in case it is not.
    Back to the "so what" aspects of this topic: It may be that the "Message is Junk Mail" test is sometimes treated differently from the other conditional tests in the Junk Filter in that it may be evaluated first or even if other tests before it evaluate to false. This makes some sense as a design feature in that even if the Junk Filter's automatic mode action isn't performed, it gives users more training opportunities. It may be a bug. It may just be something particular to my Mac. It may be something else, perhaps having to do with trusting junk headers, or something more subtle as yet unconsidered.
    In any event, the point is holding all variables save one constant in any single "black box" test of a multi-variable system is a necessity for definitive results because variables may be interdependent. Because of this, the ability to resend to oneself the same message in unaltered form would be useful for a variety of tests, so I would still like to know if anyone has any ideas about how to do this.
    iMac G5/2.0 GHz 17" ALS (Rev B)   Mac OS X (10.4.7)   512 MB RAM, Kensington Trackball

  • How to automate the data load process using data load file & task Scheduler

    Hi,
    I am doing Automated Process to load the data in Hyperion Planning application with the help of data_Load.bat file & Task Scheduler.
    I have created Data_Load.bat file but rest of the process i am unable complete.
    So could you help me , how to automate the data load process using Data_load.bat file & task Scheduler or what are the rest of the file is require to achieve this.
    Thanks

    To follow up on your question are you using the maxl scripts for the dataload?
    If so I have seen and issue within the batch (ex: load_data.bat) that if you do not have the full maxl script path with a batch when running it through event task scheduler the task will work but the log and/ or error file will not be created. Meaning the batch claims it ran from the task scheduler although it didn't do what you needed it to.
    If you are using maxl use this as the batch
    "essmsh C:\data\DataLoad.mxl" Or you can also use the full path for the maxl either way works. The only reason I would think that the maxl may then not work is if you do not have the batch updated to call on all the maxl PATH changes or if you need to update your environment variables to correct the essmsh command to work in a command prompt.

  • How to automate the Acrobat Reader plugin in Internet Explorer

    Hi,
    I have been trying to figure out how to automate the Acrobat Reader plugin in Internet Explorer. My goal is to find a way to allow users of our web application to print PDFs to the default printer without having to go through the plugin's GUI. Our application includes a browser helper component, and I had hoped it would be possible to use the IWebBrowser2 interface's get_Document() method to get at some sort of interface to the plugin (as is possible for, say, a Word document hosted in Internet Explorer) and then use this to print the document. However, this does not work: get_Document(), when called on an IWebBrowser2 instance with a PDF loaded, returns E_NOINTERFACE. I also tried calling the IWebBrowser2 interface's ExecWB() method with OLECMDID_PRINT, OLECMDEXECOPT_DONTPROMPTUSER, and PRINT_DONTBOTHERUSER, and printed a blank page rather than the PDF.
    Is it possible to do what I am attempting? Like I said, my core goal is to print a PDF from within Internet Explorer without requiring user interaction. I'd appreciate any suggestions as to how I might accomplish this -- it doesn't _have_ to be by automating the plugin (maybe that is a the wrong approach... though it sure would be nice if the plugin provided access to its object model via IWebBrowser2->get_Document()).
    Thanks in Advance,
    Steve Mckinney
    Senior Developer
    Paxon Corporation

    IF that were entirely true, then the whole purpose of this thread is moot (automating printing server side). It is possible to load the file via URLs using the following html code:
    "<"body>
    "<"OBJECT id="pdf"
    type="application/pdf"
    width=800
    height=600 >
    "<"param name="src" value="http://localhost/pdfs/vorder_nc.pdf"/>
    "<"/OBJECT>
    "<"script language="JavaScript">
    function waitLoad()
    setTimeout("printFile()",2000);
    function printFile()
    var objPdf = document.getElementById('pdf');
    objPdf.PrintAllFit(1);
    "<"/script>
    "<"/body>
    So, if I used php or some other scripting language on the server to fill in the name of the pdf, I can load it via a URL, wait a couple of seconds for it to load, and then print it without user interaction. I wish that the LoadFile method would load a URL so that when it returns, I know it is loaded and I don't have to put faith in a timer that may not be enough for a large file.
    This is the situation I'm in. This way works but I don't like the timer. I'd rather have the plugin let me know when it's loaded. Is there another method that can help me do what I want?
    Thank again.

  • How to automatically update products and product categories?

    Hi friends
    How to automatically update products and product categories.Is it possible?
    regards
    venkat

    Hi,
    The delta load does not work for product categories but only products.So to bring in the new product categories into SRM you will need to start the load of the object DNL_CUST_PROD1 again.
    The CRM middleware allows the following two methods for replication.
    -Initial loads:
    Launched manually (R3AS), the objects (customizing or business) are replicated between SRM and R/3, according to the filters you've put on the object (R3AC1 for Business objects like MATERIAL, R3AC3 for customizing objects like DNL_CUST_PROD0 and 1).
    -Delta loads:
    This option is only possible for Business objects, which is the case of MATERIAL.
    With this option a daemon is launched between the 2 servers. Every modification made on an object on SRM or R/3 is transfered as soon as this object is contained in the filter retrictions (creation and/or modification). this is done through transaction R3AC4.
    Also refer the foll thread:
    Material group from R/3 to COMM_CATEGORY (SRM)
    Related notes : OSS notes 872819 and 720819.
    BR,
    Disha.
    DO  reward points for helpful answers.

  • How to automatically launch work contexts ...?

    Hi there,
    How to automatically launch work contexts ...?
    By the term context, I mean:
    - when I'm working on website design, I always need to have Coda application on the right, a browser on the left.
    - when I'm developing with XCode, I need XCode on the right and iPad simulator on the upper left and at the bottom left, I have the documentation
    etc
    I'd like to be able to by one click to launch all of that correctly placed on the screen etc etc
    Anyone?
    Julien

    I'm a developer but on mac since september and didn't go into applescript
    http://www.ithug.com/2007/09/applescript-moving-and-resizing-windows is the concept I looked for

  • How to automatically create the custom migration scripts after recreating SSMA project?

    How to automatically create the custom data migration scripts after recreating SSMA project?
    There is number of tables ( big tables with BLOBS)  which I want to set up automatically to be migrated with custom migration scripts (replacing e.g. attribute named "FILE" with "TO_BLOB('') AS FILE" ).
    So the question is how to open MB file (I think that it should be standard db of some destktop RDBMS) ? 

    Hi Roman.Pokrovskij,
    According
    to your description, we can use SSMA tool to migrate data from one database (including Access, Oracle and so on) to SQL Server via GUI or the scripts. There is an example about migrating Access database to SQL Server via the
    custom migration scripts, you can review refer to them.
    <?xml version="1.0" encoding="utf-8"?>
    <ssma-script-file xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="C:\Microsoft SQL Server Migration Assistant for Access\Schemas\A2SSConsoleScriptSchema.xsd">
    <config>
    <output-providers>
    <output-window suppress-messages="false"
    destination="stdout"/>
    <upgrade-project action="yes"/>
    <data-migration-connection source-use-last-used="true"
    target-server="target_1"/>
    <progress-reporting enable="false"
    report-messages="false"
    report-progress="off"/>
    <object-overwrite action="skip" />
    </output-providers>
    </config>
    <servers>
    <!-- Server definition for Sql server target server-->
    <sql-server name="target_1">
    <sql-server-authentication>
    <server value="$SQLServerName$"/>
    <database value="$SQLServerDb$"/>
    <user-id value="$SQLServerUsrID$"/>
    <password value="$SQLServerPassword$"/>
    <encrypt value="true"/>
    <trust-server-certificate value="true"/>
    </sql-server-authentication>
    </sql-server>
    </servers>
    <script-commands>
    <create-new-project project-folder="$project_folder$ "
    project-name="$project_name$"
    overwrite-if-exists="true"/>
    <connect-target-database server="target_1"/>
    <load-access-database database-file="$AccessDbFolder$\$AccessDatabaseFile$"/>---
    <!--Schema Mapping-->
    <map-schema source-schema="$AccessDatabase$" sql-server-schema="$SQLServerDb$.dbo" />
    <!-- Convert schema -->
    <!-- Example: Convert entire Schema (with all attributes)-->
    <convert-schema object-name="$AccessDatabase$"
    object-type="Databases"
    conversion-report-overwrite="true"
    verbose="true"
    report-errors="true" />
    <!-- Synchronize target -->
    <!-- Example: Synchronize target entire Database with all attributes-->
    <synchronize-target object-name="$SQLServerDb$.dbo"
    on-error="fail-script" />
    <!-- Data Migration-->
    <!--Example: Data Migration of all tables in the schema (with all attributes)-->
    <migrate-data object-name="$AccessDatabase$.Tables"
    object-type="category"
    report-errors="true"
    verbose="true"/>
    </script-commands>
    </ssma-script-file>
    There is a similar scripts about migrating Oracle database to SQL Server, you can use powershell script to automatically run the console for scripts/variable files, saved in the specified folder. For more information, review the following
    article.
    http://blogs.msdn.com/b/ssma/archive/2010/09/09/performing-database-migration-assessment-using-ssma-console-application.aspx
    Regards,
    Sofiya Li
    Sofiya Li
    TechNet Community Support

  • How do the application servers connect the new database after failing over from primary DB to standby DB

    How do the application servers connect the new database after failing over from primary DB to standby DB?
    We have setup a DR environment with a standalone Primary server and a standalone Physical Standby server on RHEL Linux 6.4. Now our application team would like to know:
    When the primary DB server is crashed, the standy DB server will takeover the role of primary DB through the DataGuard fast failover. As the applications are connected by the primary DB IP before,currently the physical DB is used as a different IP or listener. If this is happened, they need to stop their application servers and re-configure their connection so the they coonect the new DB server, they cannot tolerate these workaround. 
    Whether does oracle have the better solution for this so that the application can automatically know the role's transition and change to the new IP without re-confige any connection and shutdown their application?
    Oracle support provides us the answer as following:
    ==================================================================
    Applications connected to a primary database can transparently failover to the new primary database upon an Oracle Data Guard role transition. Integration with Fast Application Notification (FAN) provides fast failover for integrated clients.
    After a failover, the broker publishes Fast Application Notification (FAN) events. These FAN events can be used in the following ways:
    Applications can use FAN without programmatic changes if they use one of these Oracle integrated database clients: Oracle Database JDBC, Oracle Database Oracle Call Interface (OCI), and Oracle Data Provider for .NET ( ODP.NET). These clients can be configured for Fast Connection Failover (FCF) to automatically connect to a new primary database after a failover.
    JAVA applications can use FAN programmatically by using the JDBC FAN application programming interface to subscribe to FAN events and to execute event handling actions upon the receipt of an event.
    FAN server-side callouts can be configured on the database tier.
    FAN events are published using Oracle Notification Services (ONS) and Oracle Streams Advanced Queuing (AQ).
    =======================================================================================
    Who has the experience and the related documentation or other solutions? we don't have the concept of about FAN.
    Thank very much in advance.

    Hi mesbeg,
    Thanks alot.
    For example, there is an application JBOSS server connecting the DB, we just added another datasource and put the standby IP into the configuration file except adding a service on DB side like this following:
            <subsystem xmlns="urn:jboss:domain:datasources:1.0">
            <datasources>
                    <datasource jta="false" jndi-name="java:/jdbc/idserverDatasource" pool-name="IDServerDataSource" enabled="true" use-java-context="true">
                        <connection-url>jdbc:oracle:thin:@<primay DB IP>:1521:testdb</connection-url>
                        <connection-url>jdbc:oracle:thin:@<standby DB IP>:1521:testdb</connection-url>
                        <driver>oracle</driver>
                        <pool>
                            <min-pool-size>2</min-pool-size>
                            <max-pool-size>10</max-pool-size>
                            <prefill>true</prefill>
                        </pool>
                        <security>
                            <user-name>TEST_USER</user-name>
                            <password>Password1</password>
                        </security>
                        <validation>
                            <valid-connection-checker class-name="org.jboss.jca.adapters.jdbc.extensions.oracle.OracleValidConnectionChecker"/>
                            <validate-on-match>false</validate-on-match>
                            <background-validation>false</background-validation>
                            <use-fast-fail>false</use-fast-fail>
                            <stale-connection-checker class-name="org.jboss.jca.adapters.jdbc.extensions.oracle.OracleStaleConnectionChecker"/>
                            <exception-sorter class-name="org.jboss.jca.adapters.jdbc.extensions.oracle.OracleExceptionSorter"/>
                        </validation>
                    </datasource>
                    <drivers>
                        <driver name="oracle" module="com.oracle.jdbc">
                            <xa-datasource-class>oracle.jdbc.OracleDriver</xa-datasource-class>
                        </driver>
                    </drivers>
                </datasources>
            </subsystem>
    If the failover is occurred, the JBOSS will automatically be pointed to the standby DB. Additional actions are not needed.

  • How to automate Import/export Essbase data 11.1.2

    Hi,
    After migration from Dev to Test environment using LCM (EPMA Planning, Shared services) I have questions:
    1) How to automate export from source and import in Destination?
    2) If we have enabled MSAD in shared services, What should be standard practice to sync provisioning in both environment?
    Regards
    Kumar

    Hi John,
    I see only Native directory
    Application Group>Foundation>shared services> - Native directory
    - Task flows
    Application Group>Foundation>shared services> - Native directory>assigned Roles> foundation>shared services
    I feel MSAD should be here but not sure as it is just new environment and we enabled MSAD.
    Please suggest where can i check Import/export in LCM 11.1.2?
    Regards
    Kumar
    Edited by: Kumar 1 on Oct 20, 2011 3:22 AM

  • How to create prompt for inline filter?

    HI All. Can anyone plz help me, how to create prompt for inline filter?
    Let me give an examle...
    Suppose I've taken two columns as # of New Invoices and # of Cancelled Invoices
    Now, If I set a date prompt / month prompt, then the "# of cancelled invoices" column will fetch the number of cancelled invoice for that month only, which I have chosen in the prompt. But I want the "# of cancelled invoices" column to fetch data for the month chosen by me in another prompt.
    So, can anyone help me with the sql statement, which will fetch the prompt data (i.e., month / date chosen by the user) automatically and will furnish the result accordingly.
    Thanks.

    To create a column prompt:
    To create a dashboard prompt, use the following sub-procedure.
    Navigate to the Oracle BI Enterprise Edition Home page, locate the global header, hover the mouse pointer over the New menu to access the menu, and select Dashboard Prompt. From the Select Subject Area menu, select the subject area for which you want to create a prompt. The "Definition pane" is displayed.
    Click the New toolbar button in the Definition Pane to access the prompt type selection list. From the list, select Column Prompt. The "Select Column dialog" is displayed.
    Select a column and click OK. The "New Prompt dialog" displays. If your repository is configured for double columns, then ensure that you select the correct display column. For information on double columns, see "Understanding the Double Column Feature".
    The number of columns that you include in a prompt can affect performance. In general, you should limit the number of columns to as few as possible.
    If you are creating a dashboard prompt and want to add or remove related subject areas, then click the Select subject area button in the "Select Column dialog" to display the "Add/Remove Subject Areas dialog".
    To create an inline prompt, use the following sub-procedure.
    Create a new analysis or access an existing analysis for which you want to create a prompt. Click the Prompts tab. The "Definition pane" is displayed.
    Click the New toolbar button in the Definition Pane to access the prompt type selection list. From the list, select Column Prompt. The analysis' selected columns are displayed in the cascading menu that is adjacent to the Column Prompt selection item.
    http://webmastersomesh.com

Maybe you are looking for

  • Release 1 Portal "monitoring tab" disappear in release 2 Portal

    Can anyone tell me where is the Monitoring tab(release 1 portal) in Release 2 Portal under the Portal home page?

  • Ipod not showing in itunes or windows/my computer

    I have a brand new 80 GB ipod classic and have the latest version of itunes but cannot get it to work. It does not show up in itunes or my computer. I have tried everything in this list: http://docs.info.apple.com/article.html?artnum=61711 But nothin

  • Not assigned account in FSV

    HI, Expert I have run F.01 for Balance sheet , when i drill down it show not assign account like first i click on gl account  then company code then it shows not assigned ,can any one explan me how it shows Regards gk

  • How do I identify what GB a Logic Board is?

    Hello, I purchased 3 Apple iPhone 4 Logic Boards but have no idea what GB's they are. Is there any way to identify what GB's they are by the markings on the board? Thank You

  • Flash player for Moto Q9c

    I have a Motorola Q9c from Verizon with the Windows Mobile 6 Std operating system. Has anyone found a version of Flash Player that works? Alternatively, is there any other compatable application that will play Flash files on my phone?