The duplicate command?

Obviously i'm missing something, i'm trying to manipulate some code to place a sequence of pdf pages and include the option to duplicate the placed page on the spread for a "2 up imposition". (with an offset of 148.5mm)
the code does the duplication but is stopping at
var myFirstPage = myPDFPage.pdfAttributes.pageNumber;
saying "Object does not support the property or method 'pdfAttributes'"
Indesign CS2
Can anyone help??
code below
function myPlacePDF(myDocument, myPage, myPDFFile){
var myPDFPage;
app.pdfPlacePreferences.pdfCrop = PDFCrop.cropMedia;
var myCounter = 1;
var myBreak = false;
while(myBreak == false){
if(myCounter > 1){
myPage = myDocument.pages.add(LocationOptions.after, myPage);
app.pdfPlacePreferences.pageNumber = myCounter;
myPDFPage = myPage.place(File(myPDFFile), [0,0]);
// NEW COMMENTS
myPDFPage = myPDFPage.duplicate();
myPDFPage.move(undefined, [148.5,0]);
// NEW End of comments
if(myCounter == 1){
var myFirstPage = myPDFPage.pdfAttributes.pageNumber;
else{
if(myPDFPage.pdfAttributes.pageNumber == myFirstPage){
myPage.remove();
myBreak = true;
myCounter = myCounter + 1;

in VB I do:
Set myPDFPlacePref = myInDi.PDFPlacePreferences
myPDFPlacePref.PageNumber = PageNumber
myPDFPlacePref.PDFCrop = idCropMedia
Set myFrame = myPage.Rectangles.Add
On Error Resume Next
Set myPDF = myFrame.Place(myDoc.Path + "myPDF.pdf")
On Error GoTo 0
If myPDFPlacePref.PageNumber <> PageNumber Then
myFrame.Delete
Exit Sub
End If
robin
www.adobescripts.com

Similar Messages

  • Pages.  Shorcut for "Duplicate" command from the "archive" menu ?

    When i make a keyboard shortcut for the "Duplicate" command from the "Archive" menu, it only works once, because when I close Pages and open it again, the shortcut disapears from the command "Duplicate" in the archive menu and it is reasigned to the "Duplicate" command from the "Edit" menu.  How can i fix this?

    I recommend sending feedback to Apple. I have sent feedback for Pages, Numbers & OS X.The more people who send feedback, the more likely changes will be made.
    Feedback works. When iWork '09 first came out there was a lot of ranting about the move of Export to the Share menu. With the first update Export was added back to the File menu & was also left in the Share menu.  
    Here's what I sent to the OS X feedback.
    The loss of Save As… in Numbers 2.1, Pages 4.1 & Preview in Lion is extremely frustrating, particularly since there is no keyboard command for File > Duplicate. Trying to assign ⌘ ⇧ S in System Preferences doesn't work because OS X "decides" to then assign that to Edit > Duplicate which, by default is ⌘ D.  I have to take my hands off the keyboard, go to the File menu & then select Duplicate in order to create a new document with the same basic content. Having a keyboard command for File > Duplicate would go a long way in solving this problem for me & many others who complain in Apple Support Communities.

  • Bug in Numbers "duplicate" command?

    When I use the duplicate command on an open file and save the (modified) duplicate file to disk, the original file I started from appears identical to the duplicated one, just like the two were aliases to each other. I tried several times but this happens every time. never seen something like this in 20 years. any hint?

    Fabio,
    That's never happened to me. Are you aware that when you File > Duplicate, the duplicte (new) file is on top and the file that was the original at the time of the duplication is underneath, and that the filenames look similar except for the word Copy appended to the duplicate? To avoid confusion, Save the Duplicate right away and close the original file before modifying the duplicate.
    Jerry

  • Applescript duplicate command runs different as an Application than from Script Editor

    Hi,
    When I run my script from the Script Editor it copies (duplicates) only the new files from one folder to the other one, as desired.  That is, when the file already exists in the destination folder, it just skips to the next one until they are all done.
    However, if I save that very same script as an Application and run it, Finder throws up a dialog box for each item telling me that it already exists and asks if I'd like to Keep Both, Stop or Replace the file.
    I can't figure out why it would run differently as a Script in Script Editor, to how it would run as an Application?  Can somebody please tell me where I'm going wrong? Or perhaps there has been a change in the way Finder and Applescript operate the Duplicate command in Yosemite?
    Interestingly, this problem has only started occurring since I updated to Yosemite.  Before that, on Mavericks, I didn't have this problem!  And I've also just tried the same thing on my other MacBook Pro that's running Mavericks and it works as intended.
    Thanks so much!

    I think the replacing parameter may be broken. The first time I run this:
    tell application "Finder"
      make new folder at desktop with properties {name:"newf"} with replacing
    end tell
    I get a new folder. The second and subsequent times, I get this:
    Unless I'm completely misunderstanding how to use the replacing parameter...

  • Duplicate command traying to use wrong backup

    RMAN 10g (10.2.0.3). All catalog, target and auxiliary databases are exactly the same release.
    The duplicate command is trying to use a backup that does not exist anymore.
    "report obsolete" command listed very old backups that does not exist.
    'delete obsolete" did not delete the old obsolete backups.
    I dropped and created again the catalog, but after that, the old obsolete backups are still reported!!!!!
    I issued "delete force obsolete" and "delete force expired..." commands. The "report obsolete" does not shows the old obsolete backups anymore.
    But, duplicate command says that there are not backups of any datafile.
    "list backup" command shows one available backup:
    List of Backup Sets
    ===================
    BS Key Type LV Size Device Type Elapsed Time Completion Time
    1057 Full 16.20M DISK 00:00:01 13-FEB-10
    BP Key: 1060 Status: AVAILABLE Compressed: NO Tag: TAG20100213T182350
    Piece Name: +DGB/siprod/autobackup/2010_02_13/s_710879030.714.710879031
    Control File Included: Ckp SCN: 5287726942 Ckp time: 13-FEB-10
    SPFILE Included: Modification time: 19-OCT-09
    How can I tell to "duplicate" command, that it must use one specific backupset?

    This is all the process, so you can see it complete.
    'test' server cannot see the ASM DGA where the target database is. So I send the backup to a filesystem in 'siprod1' ('/ocfs2a') and I mount by NFS this filesystem in 'test' server, so that 'test' server can see the backup to use in the duplicate process. I have done this procees in the sae way twice before. Default FRA is ASM DGB (which cannot be seen by 'test').
    I can send you a diagram of the servers and connections to you e-mail if you want, ahd the output of the query you asked for (it is a very long output).
    When I dropped the rman catalog, I delete manually al lthe backups saved in FRA and in /ocfs2a.
    This is a normal duplicate (non Data Guard). I am cloning from production to test.
    ===================================================================================
    I tried to put here the complete output of ALL the process (command by command) but it exceedes the maximum lenght. I have sent you by e-mail that output.

  • Elements 6 - Error when using Duplicate command in Organiser

    I get the following error message if I try to use the "Duplicate" command within the Organiser:
    "An error occurred while reading files or writing files to disc. The disc may be full or there may be a problem with the source media"
    However, I have since realised that you can also access "Duplicate" from within the editor...and here it seems to work. That said, using "Duplicate" in the organizer would logically be where I think I'd want to duplicate an image. My images are all about 2Mb each and the computer has 1GB Ram and a 120GB capacity hard-drive.
    Thanks for any help.

    Thanks John, but unfortunately your suggested answer did not work. Here is further information. When I click on "Duplicate" within the Organiser, the progress bar gets to 90% before the error message appears. It seems the programme does also actually duplicate the image but then puts that second copy straight into the recycle bin (presumably because it's damaged or incomplete, although the file size is the same as the original). Any further suggestions would be greatly welcomed.
    Regards
    David Combes

  • I'm trying to clean up my library before I sync it with my new ipod touch.  Apparently there is a DISPLAY DUPLICATES command in the file menu...can't find it?

    Looking for the DISPLAY DUPLICATES command in the File Menu to delete songs before I sync with my new device????

    You might need to bring up the menu bar first.
    If you're using version 11.0.1.12, click on the wee boxy icon up in the top-left corner of your iTunes to see the "Show Menu Bar" control, as per the following screenshot:
    Now you should be able to find the duplicates thing in the View Menu.
    (If you're still using iTunes version 11.0.0.163, you'd need to update to 11.0.1.12 to get the Display duplicates control.)
    EDIT: Sorry, in the initial version of this reply, I said the Show Duplicate items was in the File Menu. It's in the View Menu in version 11.0.1.12.

  • Who's Idea was to make the make Command-D duplicate not Deselect?

    O my goodness who's Idea was to make the make Command-D duplicate not Deselect?  Truly an aggravation for Mac Keyboard Shortcut lovers.
    Especially if you have used Command-D a Mac with all other programs for years.
    Is some one trying to make my Mac Crash?
    How about a Keyboard shortcut and menu like photoshop CS2 option?

    It is already a feature request and a promise for the future to have the Bridge have both keyboard shortcuts customizable and to have the Bridge in general more customizable.

  • What keys can duplicate the "option", "command", and "escape" keys

    Am having to use an 
    ONN  external keyboard and would like to know what keys can duplicate the "Option", "Command" and  "Escape" functions.... Thank you

    krisserz,
    Actually, yes, a lot of things are similar on MACs, but for example, on this page: http://www.bugge.com/Family-and-friends/Illy/illy.html it says to find the folder Adobe Illustrator [X] Settings and there is none on my computer.
    The Move the folder hint says:
    Up to version 10, the name of the folder is Adobe Illustrator [X],
    From version CS on, the name of the folder is Adobe Illustrator [X] Settings.
    [X] is the version number; up to 10, it is just a number, and above that the Creative Suite version number, CS, CS2, CS3, CS4, and so on, is used (the corresponding standalone versions still have simple numbers, CS is called 11, CS2 is called 12, CS3 is called 13, and CS4 is called 14, but the version numbers with CS are used in the folder name).
    So in your case it would be Adobe Illustrator CS3 Settings.
    It may be worth going through all the Other options and try whichever may be relevant (Entorurage is mentioned under 7, along with quite a few others).
    One of the less nice options is to reinstall, in which case the Clean Script should be used. http://www.adobe.com/support/contact/cs3clean.html

  • Error while doing cloning using Duplicate command

    Hi,
    I am facing issue while doing clonning using duplicate command 'Active database'
    The error i am facing is as follows.
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of Duplicate Db command at 02/19/2013 07:31:10
    RMAN-05501: aborting duplication of target database
    RMAN-03015: error occurred in stored script Memory Script
    RMAN-03009: failure of backup command on c14 channel at 02/19/2013 07:31:09
    ORA-17628: Oracle error 19510 returned by remote Oracle server
    Please help me in this.Not able to resolve it
    Thanks

    Aman wrote:
    Hi,
    I am facing issue while doing clonning using duplicate command 'Active database'
    The error i am facing is as follows.
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of Duplicate Db command at 02/19/2013 07:31:10
    RMAN-05501: aborting duplication of target database
    RMAN-03015: error occurred in stored script Memory Script
    RMAN-03009: failure of backup command on c14 channel at 02/19/2013 07:31:09
    ORA-17628: Oracle error 19510 returned by remote Oracle server
    Please help me in this.Not able to resolve it
    Thanks[oracle@ora11gr2ee ~]$ oerr ora 17628
    17628, 00000, "Oracle error %s returned by remote Oracle server"
    // *Cause:  Oracle server on the remote instance has returned an error.
    // *Action: Look at remote instance alert log/trace file for more information
    // and take appropriate action or contact Oracle Support Services
    // for further assistance
    Seems pretty straightforward... is the target instance up?

  • Duplicate command is not working for custom importer

    Hi All,
    I am working on a custom importer plugin. Basic features are working fine, but, I'm facing an issue with Duplicate functionality.
    I added a new custom importer clip to project and created a duplicate of that clip (by right clicking the clip in Project window and selecting Duplicate from pop-up menu). Then I added both clip instances to timeline. Now, if I change properties of one clip instance it reflects in both clips. I noticed that both ClipIds are same and they are referring to same media path. I also observed the same behavior in SDK_Custom_importer sample. But, built in 'Color Matte' and 'Title' clips works fine.
    As per my understanding, Duplicate command should create a new clip from existing clip and new clip should be independent of original clip after creation.
    How to fix this issue? Is there any selector that I should handle to support Duplicate functionality?
    Thanks & Regards,
    Chandan

    Hi Chandan,
    The Color Matte and Title clips are not quite the same as your custom importer example.  Those are synthetic clips, without a file reference on disk.  If you exported a title to a file on disk, and then reimported it, and duplicated it so that there were two clips in the Project panel that reference the same file on disk, I think you would have the same behavior as what you're seeing with your custom importer.  Duplicate doesn't create a new file on disk.  The user would need to do that manually, and then import the new file.
    Regards,
    Zac

  • Can the target system in the REF command dynamically be specified?

    Hello all,
    I have a main script which calls additional other scripts in different target systems (according to a defined system landscape). So far so good. Now when I have another system landscape in place, it's very likely that I have to handle other target systems.
    With the REF command I can call these other eCatt scripts but how can I dynamically specify the target system? According to the eCatt team this is not possible. Does anyone of you have an idea how I can have a workaround? Is there a BADI / Userexit etc. which I can use?
    I want to avoid to work with version, because I would duplicate the script. When you maintain one place you also have to remember the other versions you have.
    Kind regards,
    Thomas

    Hi Thomas,
    >Now when I have another system landscape in place, it's very likely that I have to handle other target systems.
    I suggest to keep the target system at the REF command (since that anyway should have a name which qualifies the role of your system instead of system name, e.g. ERP or CRM or SCM ).
    To change the landscape you can exchange what makes up the landscape: your system data container.
    Sample:
    1) SCRIPT "Scenario" call SCRIPT "Create_Order" in system CS1 which is CRM system
    2) SCRIPT "Scenario" call SCRIPT "Check_Replicated_Order" in system ER1 which would be ERP system
    As long as you are about to code the scripts:
    - Have a system data container SD_DEV
    - Define system CRM with rfc-destination to CS1 and ERP with rfc to ER1
    - In your scripts only use the terms ERP and CRM
    -> REF ( Create_Order, CRM ).
    -> REF ( Check_Replicated_Order , ERP ).
    Once you come to test another landscape:
    - Simple copy SDC SD_DEV to SD_TEST_LANDSCAPE1
    - Exchange only the rfc destinations to have ERP and CRM point to new systems
      (don't modify the existing destination, since you will need them still)
    Now start your Script "Scenario" with System data container SD_TEST_LANDSCAPE1 on start screen or even assign the system data container name in Test organizer at test package level.
    This is the way you can switch landscapes very easily. It only requires to use logical target system names from the beginning.
    Hope this helps or at least starts a discussion about it.
    Best regards
    Jens

  • Please Help.  compare two excel files.  Can't get the find command to work

    Hello, I'm new to applescript.  I'm trying to write a script to compare column B of one excel file to column B of the another excel file.
    I will have to had a repeat loop to proceed down the column but I'm stuck on the find command. 
    Below is some of the code I have so far.  The applescript error message is "Microsoft Excel got an error: The object you are trying to access does not exist. It highlights the find column." 
    set patientFile to choose file with prompt "Please select the patient Excel file:"
    set patientName to name of (info for patientFile)
    tell application "Microsoft Excel"
    open patientFile
    set thepatientFile to workbook patientName
    end tell
    display dialog "Is your patient SNP data in column B of the " & " " & patientName & " " & "excel file?" buttons {"No", "Yes"} default button 2
    if the button returned of the result is "No" then
    display dialog "Please put your data in column B" buttons {"Cancel"} default button 1
    if the button returned of the result is "Cancel" then
    end if
    else
    display dialog "Is column E empty? The results of this program will be stored in column E of the" & " " & patientName & " " & "excel file." buttons {"No", "Yes"} default button 2
    if the button returned of the result is "No" then
      display dialog "Please put your data in empty column E" buttons {"Cancel"} default button 1
      if the button returned of the result is "Cancel" then
      end if
    else
      set relativeFile to choose file with prompt "Please select the relative Excel file:"
      set relativeName to name of (info for relativeFile)
      tell application "Microsoft Excel"
      open relativeFile
      set therelativeFile to workbook relativeName
      end tell
    end if
    end if
    display dialog "Is your relative SNP data in column B of the" & " " & relativeName & " " & "excel file?" buttons {"No", "Yes"} default button 2
    if the button returned of the result is "No" then
    display dialog "Please put your data in column B" buttons {"Cancel"} default button 1
    if the button returned of the result is "Cancel" then
    end if
    else
    display dialog "Does column C contain the result data you would like copied from" & " " & relativeName & " " & "excel file?" buttons {"No", "Yes"} default button 2
    if the button returned of the result is "No" then
      display dialog "Please put the data you would like copied in column C." buttons {"Cancel"} default button 1
      if the button returned of the result is "Cancel" then
      end if
    else
      tell application "Microsoft Excel"
      activate object workbook patientName
      copy value of cell "A1" to cellPatientFile
      find (range "B:B" of workbook relativeName) what cellPatientFile
      if cellPatientFile is true then
      set bold of font object of cellPatientFile to true
      end if
      end tell
    end if
    end if
    Does any one have any hints towards solving this problem?  Thank you for any help.

    Hi,
    taffners wrote:
    Thank you everyone for your help.  I attached my code.  It works now but kinda slow.  Does anyone have any hints on making it faster.
    Important : when you use the find command, it's preferable to use the properties ( look in and look at).
    Example : find searchRange what searchTerm look in values look at whole
    Otherwise, it will search according to the criteria of your last find.
    Example, if you uncheck 'Find entire cells only', and after that you run the script,
    find column 2 what 10.0 -->  match 110.0 or 1110.0 or 310.0, .... , because it look at part.
    set screen updating to false : Yes it improves the speed.
    Here are my tests (no duplicate values in the Excel column ) on old computer (Powermac G5) .
    set screen updating to false without any activate object command
    2000 rows --> 3.7 minutes,  your script : 11.5 minutes
    4000 rows --> 7.5 minutes, your script : 23 minutes
    8000 rows --> 15 minutes,  your script : 46 minutes
    But, it's faster to search through a list without using the Excel find command, no need to set the screen updating, You can continue working on the workbook or another workbook, this will not disturb the script.
    Tests on my script :
    2000 rows --> 4 seconds
    4000 rows --> 21 seconds
    8000 rows --> 1.3 minutes
    17000 rows --> 6 minutes
    Here is the script :
    main()
    display dialog "Done"
    on main()
          script o
                property patientSNP_list : {}
                property relativeSNP_list : {}
                property resultsList : {}
                property copyAnswerList : {}
                on findLookAtWhole(value) -- case sensitive
                      set {low, high} to {1, count my relativeSNP_list}
                      considering case
                            repeat while low ≠ high
                                  set mid_ to (low + high) div 2
                                  if value is in items low thru mid_ of my relativeSNP_list then
                                        set high to mid_
                                  else
                                        set low to mid_ + 1
                                  end if
                            end repeat
                      end considering
                      if (item low of my relativeSNP_list is value) then
                            set end of my resultsList to item low of my copyAnswerList
                      else
                            set end of my resultsList to {"no"}
                      end if
                end findLookAtWhole
          end script
          --opens File1.  Names it patientName
          set patientFile to choose file with prompt "Please select the patient Excel file:"
          set patientName to name of (info for patientFile)
          tell application "Microsoft Excel"
                open patientFile
                set thepatientFile to workbook patientName
                set patientSheet to sheet (name of active sheet) of thepatientFile
          end tell
          --This Dialog assigns where the data is stored for file1
          display dialog "What Column is your patient SNP data of the " & " " & patientName & " " & "excel file?" default answer "" buttons {"submit"} default button 1
          set PatientSNPCol to (text returned of the result)
          --This Dialog assigns what row your data starts at for file1
          display dialog "What row does your patient SNP data start in the " & " " & patientName & " " & "excel file?" default answer "" buttons {"submit"} default button 1
          set patientSNPRow to (text returned of the result)
          set patientStartCell to PatientSNPCol & patientSNPRow
          --This Dialog assigns the last row of data for file1
          display dialog "What row is the last row of you patient SNP data start of the " & " " & patientName & " " & "excel file?" default answer "" buttons {"submit"} default button 1
          set patientLastRow to (text returned of the result)
          set patientLastCell to PatientSNPCol & patientLastRow
          --This Dialog assigns the location of the data copied from file2
          display dialog "What column would you like the results of this program stored in of the" & " " & patientName & " " & "excel file." default answer "" buttons {"submit"} default button 1
          set resultsLocation to (text returned of the result)
          --opens File2.  Names it relativeName
          set relativeFile to choose file with prompt "Please select the relative Excel file:"
          set relativeName to name of (info for relativeFile)
          tell application "Microsoft Excel"
                open relativeFile
                set therelativeFile to workbook relativeName
                set relativeSheet to sheet (name of active sheet) of therelativeFile
          end tell
          --This dialog assigns the column of data in file2
          display dialog "What Column is your relative SNP data of the " & " " & relativeName & " " & "excel file?" default answer "" buttons {"submit"} default button 1
          set relativeSNPCol to (text returned of the result)
          --This dialog assigns the column of data begining copied to excel file1.
          display dialog "What Column contains the data you would like copied to the " & " " & patientName & " " & "excel file in column" & " " & resultsLocation & " " & "?" default answer "" buttons {"submit"} default button 1
          set copyAnswer to (text returned of the result)
          tell application "Microsoft Excel" -- get values
                set o's patientSNP_list to value of range (PatientSNPCol & patientSNPRow & ":" & PatientSNPCol & patientLastRow) of patientSheet
                set lastrow to first row index of (last cell of used range of relativeSheet)
                set o's relativeSNP_list to value of range (relativeSNPCol & "1:" & relativeSNPCol & lastrow) of relativeSheet
                set o's copyAnswerList to value of range (copyAnswer & "1:" & copyAnswer & lastrow) of relativeSheet
          end tell
          set tc to (count o's relativeSNP_list)
          repeat with i from 1 to tc --convert list of lists to one list
                set item i of o's relativeSNP_list to item 1 of item i of o's relativeSNP_list
          end repeat
          set tc to (count o's patientSNP_list)
          repeat with i from 1 to tc -- AppleScript find method, not the Excel Find
                o's findLookAtWhole(item 1 of (item i of o's patientSNP_list))
          end repeat
          tell application "Microsoft Excel" -- set values
                set value of range (resultsLocation & patientSNPRow & ":" & resultsLocation & patientLastRow) of patientSheet to o's resultsList
          end tell
    end main
    If you have lots of rows and you want it to go faster.
    I have another script that uses the power of (/usr/bin/awk and his associative arrays) in a do shell script
    17000 rows --> awk : 2 seconds, applescript : 6 seconds, total : 8 seconds
    34000 rows --> awk : 3 seconds, applescript : 11 seconds, total : 14 seconds

  • Auxiliary filename conflict - duplicate command

    Hi,
    We want to duplicate our production database (repos) from machine wmd-portal to auxiliary database (reposdup) of machine vmcdemo6.
    Following are the command and error message:
    Command:
    RMAN> duplicate target database to reposdup;
    Error message:
    RMAN-05001: auxiliary filename C:\IASINFRA\ORADATA\REPOS\UNDOTBS01.DBF conflicts
    with a file used by the target database
    init.ora of auxiliary instance contains the following lines:
    DB_FILE_NAME_CONVERT=(\\Wmd-portal\iasInfra\oradata\repos,\\vmcdev6\oracle\oradata\reposdup)
    LOG_FILE_NAME_CONVERT=("\\Wmd-portal\iasInfra\oradata\repos","\\vmcdev6\oracle\oradata\reposdup")
    Why are we getting a filename conflict?
    We started the database using the following command:
    sql> startup nomount pfile=c:\oracle\admin\reposdup\pfile\init.ora....
    Thanks,
    Karthik
    ps: RMAN executable of wmd-portal was used.

    Tedious work around is to use "set auxname ..." for each datafile and use "logfile clause" of duplicate command as below:
    duplicate target database to reposdup
    pfile='\\vmcdev6\oracle\admin\reposdup\pfile\init.ora' logfile GROUP 1('\\vmcdev\oracle\oradata\reposdup\redo01_1.f','\\vmcdev6\oracle\oradata\reposdup\redo01_2.f') size 200K,
    GROUP 2
    ('\\vmcdev6\oracle\oradata\reposdup\redo02_1.f','\\vmcdev6\oracle\oradata\reposdup\redo02_2.f') size 200K,
    GROUP 3
    ('\\vmcdev6\oracle\oradata\reposdup\redo03_1.f','\\vmcdev6\oracle\oradata\reposdup\redo03_2.f') size 200K reuse;
    Seems to work.
    I thought it was a precedence problem. However setting the auxname of each datafile to null doesn't work. Does anyone have a clue?
    I use RMAN 9.0
    Thanks,
    karthik

  • How to trap Duplicate command executed successfully.

    Hi,
    I have attaced observer to document for listening protocol IID_ICOMMANDMGR for trapping command kDuplicateCmdBoss. When I perform duplicate from "Option + Drag" the kDuplicateCmdBoss command gets executed before duplicating the item.
    The documentation for kDuplicateCmdBoss says that "The page items in the command's item list are duplicated if the command is prepared successfully." But How to find the command is executed successfully.
    Please help me.
    Thanks,
    Praveen

    For tracing drag action on layout, I have used following
    Class
            kBscDNDLayoutSourceHelperBoss,
            kInvalidClass,
                IID_IK2SERVICEPROVIDER,        kLayoutDDSrcHelperProviderImpl,
                IID_IDRAGDROPSOURCECONTENTHELPER,    kBscDNDLayoutDragSourceImpl,
    and the implementation class BscDNDLayoutDragSource id derived from CDragDropSource, In which currently I am overriding only WillDrag method as below.
    bool16 BscDNDLayoutDragSource::WillDrag(IEvent* e) const
        CAlert::InformationAlert("drag started");
        return kFalse;
    The alert is displayed but after that InDesign got crashed. Thus I checked it by returning false still InDesign get crash.
    Any hint might solve my problem .
    Please help.
    Regards,
    Praveen

Maybe you are looking for

  • Error Creating Materialized View With a Job

    Oracle 9ir2 I've created a job like this in a java class: ...Java Code ... cs = conn.prepareCall ("DECLARE v_job NUMBER; BEGIN DBMS_JOB.SUBMIT(v_job,'begin CTH_REGENERA_VM; end;', TRUNC(SYSDATE+1) + (3/24)); END;"); ...Java Code ... The Procedure cal

  • 3D product rotation images sequence little problem

    Hi! I made a sequence of images and make the code the rotate around it but I have a little problem with the loop ( from frame 100 to 1 || 1 to 100 ). You can take a look to the link here : http://sebastienouellette.com/productview/test.html How can I

  • How to copy, rather than export, a Counter output?

    Hi, In DAQmx (in C++), using an E-Series board, I have exported a Counter output to an RTSI line. This works fine. However, perhaps to be expected, the signal disappears from the Ctr0 output. For debugging and logging purposes, I would like to retain

  • How do I split 1 image across 2 pages? Am using Pages `08.

    When formatting a magazine - how do I split one image across 2 pages side by side?

  • MFC Design Question

    Hello I'm new to the MFC Design Pattern. I understand the basic concept but I do have some questions: Imagine the following application: It's a user administration tool. I have a Table which shows me all users. To each users you can assign a role e.g