Merging output files with bursting ...

BIP 5.6.3 (eBus 11.5.10.2 + bursting integration patch)
We have a case where we are attempting to burst a subset of the records to a single merged PDF file, with other records being sent to individual files (same template for all records). I thought that I had seen this merging with emails where the xapi:email and xapi:message details were the same (before our development environment was refreshed), but cannot reproduce this now.
When I try this with file system output (xapi:filesystem), I get the following error in the bursting log file:
--Exception
duplicate entry: /MergedFileName.pdf
java.util.zip.ZipException: duplicate entry: /MergedFileName.pdf
Is it possible to generate a merged PDF file (xapi:filesystem) of some of the records?
Thanks,
theFurryOne

Yuvaraj,
As you discovered, it is not possible to use .jdb files from one environment in a different environment.  The .jdb files use an internal format with relationships between files that form the Btree.
I'm glad to hear you were able to use DbDump and DbLoad successfully.
--mark

Similar Messages

  • (SOLVED) Trouble merging .pacnew files with meld

    Dear Archers
    Unable to merge .pacnew files, following the example on ArchWiki. Only, the difference between the two files shown
    [root@KRISHNA san2ban]# #!/bin/bash
    [root@KRISHNA san2ban]# # pacnew-update - merge *.pacnew files with original configurations with meld
    [root@KRISHNA san2ban]#
    [root@KRISHNA san2ban]# pacnew=$(find /etc -type f -name "*.pacnew")
    [root@KRISHNA san2ban]#
    [root@KRISHNA san2ban]# for config in $pacnew; do
    > # Merge with meld
    > gksu meld ${config%\.*} $config &
    > wait
    > done
    [1] 1578
    GConf Error: Failed to contact configuration server; the most common cause is a missing or misconfigured D-Bus session bus daemon. See http://projects.gnome.org/gconf/ for information. (Details - 1: Failed to get connection to session: The connection is closed)
    GConf Error: Failed to contact configuration server; the most common cause is a missing or misconfigured D-Bus session bus daemon. See http://projects.gnome.org/gconf/ for information. (Details - 1: Failed to get connection to session: The connection is closed)
    Also, on the Archwiki, we are advised to change 'kdesu' to 'gksudo' for GNOME, but I think it should be gksu
    Last edited by San2ban (2011-08-18 14:07:53)

    San2ban wrote:
    Dear Karol
    Thanks. yes, manual intervention is needed
    Wonder how it will be without you guy's guiding us
    You bet your ass, manual intervention is needed. If you try to blindly just merge *.pacnew with original files, it might lead to an unbootable system. Especially when you get pacnew files for /etc/group and /etc/inittab

  • How Merge Temp File With Photoshop File

    Hi Friends,
    I Deleted Temp File, And Now get A Error when open photoshop file " Could Not Complet ... is not a valid photoshop format " and my file size is 60mb
    and i have temp file that size is 2.50GB but How Merge Temp File With Photoshop File?
    Thank you So Much

    You can search for recovery programs  but most likely if it a temp file is not an image file.  You could also try renaming the file to have an image file type and try to open with Photoshop. Again its most likely not an image file. Photoshop only supports some image files formats.

  • Merging Log Files with same name

    Hello,
    I have log files with same name 00000000.jdb (because created at different machines). I would like to merge data stored in these two files.
    I tried below approaches which do not work:
    1. rename one of the files -> doesn't work as file header has file name info which doesn't match with renamed value
    2. db dump/load -> dump and load works without error. (i have to dump Entity related Database and Format related Database -- from -l option) However when i try to read the file, it gives error.
    Exception in thread "main" com.sleepycat.je.EnvironmentFailureException: (JE 5.0.103) Catalog could not be refreshed, may indicate corruption, errorFormatId=52 nFormats=51, . UNEXPECTED_EXCEPTION: Unexpected internal Exception, may have side effects.
    I am using EntityStore and thus Annotated Entities.
    Does any one has any insights?
    Thanks.

    Yuvaraj,
    As you discovered, it is not possible to use .jdb files from one environment in a different environment.  The .jdb files use an internal format with relationships between files that form the Btree.
    I'm glad to hear you were able to use DbDump and DbLoad successfully.
    --mark

  • XSLT output file with date

    Is there a way to change the Output settings for the Run Configuration of an XSLT file so that the output file contains a date/time string in its name?

    From the W3C recommendation:
    If the indent attribute has the value yes, then the html output method may add or remove whitespace as it outputs the result tree, so long as it does not change how an HTML user agent would render the output. The default value is yes.
    as you see, you won't see a different between indent="yes" and no indent attribute, as the default is "yes". have you tried "no" to see if it does anything at all?
    moreover the word may in the above sentence means the parser will do it or not...

  • Compare folders and output files with same name?

    I'm trying to compare two folders and print only the excel files in folder B that have the same names as the pages files in folder A. I've tried using the completedigitalphotography "compare folders" action, but it will only output files that are of the same type, not just the same name.
    Any ideas?
    iBook G4   Mac OS X (10.4.4)  

    I tested this out on my own seat and I think it should work for you. I wrote it as a function, all you have to do is pass the root folders you want to search and the file your looking for. The function will then search that directory and all sub directories
    for that file name. you will also have to provide it a file to append to, if the file dosen't exists the function will create it. If you run into an issues let me know and the links Mike
    Laughlin posted are a great resource.
    Function Search-Files{
    Param([String[]]$Locations, $SearchFor, $AppendTo)
    Begin
    If(-Not (Test-Path $AppendTo)){New-Item $AppendTo -ItemType File -Force}
    Process
    ForEach($Location in $Locations)
    $Files = Get-ChildItem -Path $Location -Filter $SearchFor -Recurse
    ForEach($File in $Files)
    Get-Content -Path $FIles.FullName | Out-File $AppendTo -Append
    End{}
    Search-Files -Locations "\\Server1\c$\Temp", "\\Server1\c$\Test1" -SearchFor "Install.cmd" -AppendTo "C:\Temp\Search.log"

  • Is It possible to give custom name for output files in Bursting

    Hi ,
    I am using bursting for mailing the output and PDF files are coming with names such as xdo1_null.pdf can the name be changed to invoice.pdf ..etc
    Thanks in advance
    Best Regards,
    Mahesh

    sample file, you can use any name and append the xml data elements too...
    <?xml version="1.0" encoding="UTF-8"?>
    <xapi:requestset xmlns:xapi="http://xmlns.oracle.com/oxp/xapi" type ="bursting">
    <xapi:request select="/MODULE1/LIST_G_EMPNO/G_EMPNO">
    <xapi:delivery>
    <xapi:email id ="123" server="[email protected]" port="25"
    from="[email protected]" reply-to="[email protected]">
    <xapi:message id="123" to="[email protected]" cc="" attachment="true"
    content-type="text/html" subject="Purchase Order Number: ${EMPNO}">Please
    see attached Purchase Order File: ${EMPNO}</xapi:message>
    </xapi:email>
    </xapi:delivery>
    <xapi:document output="PO_${EMPNO}" output-type="pdf" delivery="123">
    <xapi:template type="rtf" location="xdo://CUS.TEST_BURST_1.en.US/?getSource=true"
    filter=""></xapi:template>
    </xapi:document>
    </xapi:request>
    </xapi:requestset>
    Edited by: Sattti on Nov 2, 2008 8:26 PM

  • Merge text file with condition

    I have two text files (report1.txt and report2.txt) that I want to merge with conditions:
     - Matching rows that have same "ID" and same "TranVal", will keep only one instance
     - Mismatching rows that have same "ID" both rows from 2 file, but column "TranVal" has different value, then the row from report2.txt will replace row in report1.txt
     - Any "ID" that exists in one textfile but not the other one, will be copied to the final merged file
    report1.txt:
    TranDate,ID,TranVal,Comment
    061211,9840,40,done
    061211,9841,30,done
    061211,9842,28,done
    report2.txt:
    TranDate,ID,TranVal,Comment
    061211,9840,40,done
    061211,9841,89,done
    061211,9843,25,done
    Final result should be:
    merge.txt:
    TranDate,ID,TranVal,Comment
    061211,9840,40,done
    061211,9841,89,done
    061211,9842,28,done
    061211,9843,25,done

    Hi,
    I just checked Import-Csv option. I will be able to manage this problem if i can get it in CSV format and work with objects, BUT the problem is in my real file
    the file-format is different which is not comma-separated, instead have "-" as seperator. To simplify the problem i used comma in my question.
    TranDate,ID,TranVal,Comment
    061211-9840-40-done
    Could
    you suggest me if there is any way to convert "-" separators to CSV?

  • How to merge .m4v files with chapters included?

    I am unable to merge two .m4v files in quicktime pro and keep their chapter structure. Is this even possible? I take a lot of time to build chapters into movies I make and I would like to be able to combine some AND keep the chapter structure.
    Here is what I have:
    Movie A: 12 chapters
    Movie B: 10 chapters
    open movie A in quicktime pro
    open movie B in quicktime pro
    copy movie B (command+A, command+C)
    select movie A
    push needs to end of movie A
    paste clipboard (command+V)
    Result:
    Movie A now has it's original 12 chapters and then the added movie B is just one long section added on to the end of Movie A's last chapter.
    Any help would be appreciated. This seems to be an ongoing question on many forums.
    -i

    1) is there any way to use your method that give me a final .m4v?
    Well, your questions are certainly getting harder. How a bout no, yes, and maybe.
    a) No, I do not know of a direct approach for simply changing the file container. As you may have noted, QT now checks the Video Track "Sample Description" and if the extension does not match the description, QT sends you a "nastygram" modal message and refuses to open the file.
    b) Yes, it can be done indirectly. In this case I used the SimpleMovieX ($35) from Aero Quartet of Catalonia, Spain. While I tend to use QT Pro and MPEG Streamclip for most day-to-day work, this application does have some unique features to which I resort when needed. One is the "Keyframe" combined indicator/skip option, one is its audio manipulations, and another is the way it handles H.264/AAC MOV file container conversion. (I also do a lot of "track management" work that leaves me in an MOV file when I actually want MP4 or M4V file container features like being able to associate external "artwork" images in iTunes.) In any event, this application does actually go through and correct the descriptors before it copies the appropriate data to the new container making QT ever so happy with the new MP4 container. At this point, if I modify the MP4 Extension to M4V in the Finder, QT then does not issue the modal message and does use iTunes as the default application to open the file.
    c) Maybe the file is considered to be a real M4V file and maybe it is not. I have not, for instance tried to add a "Passthrough" AC3 secondary audio track and check to see if the resulting file will play correctly via TV. So there may yet be some internal distinctions of which I am yet unaware. Other than that, the file does indeed seem to function as any other iTunes file created by direct M4V data compressed export.
    Anyway, this is from the "for whatever it is worth" department and you can invest $35 in the application or try to find another application capable of doing the same thing. MPEG Streamclip, for instance, will not work here but I have not actually looked around for anything else.
    2) if I use the final .MOV that you get at the end of your tutorial, will exporting as "apple tv" or mpeg 4 etc. compress it again?
    Yes, it will. In addition, depending on the application used to perform the export, you may lose the chapter track also.

  • How to merge 4 files with VBA

    I have 4 files that I want to automatically merge using Visual Basic for Applications Code. I've searched through this forum and it seems that first you open the first pdf with PDDoc and then you use PDDoc.InsertPages to add the 2nd PDF and so on. Note these 4 files are each one page long. I am using Adobe Acrobat Professional and no this is not a server based application that I am developing. I am not interested in Adobe Live Cycle Designer. I am having difficulty inserting the page. I do not know how to define/specify the iPDDocSource As Object. The code I have written so far is below. Note eventually I want this to be invisible (ie PDDoc), but being able to perform using AVDoc could also be useful. Thanks.
    Dim Path As String, Path1 As String, Path2 As String
    Dim Path3 As String, Path4 As String
    Dim gApp As Acrobat.AcroApp
    Dim gPDDoc As Acrobat.AcroPDDoc
    Dim iPDDocSource As Acrobat.AcroPDDoc
    Dim jso As Object
    Dim gAVDoc As Acrobat.AcroAVDoc
    Path = "C:\junk" & "\"
    Path1 = Path & "1.pdf"
    Path2 = Path & "2.pdf"
    Path3 = Path & "3.pdf"
    Path4 = Path & "4.pdf"
    Dim WshShell As IWshRuntimeLibrary.WshShell
    Set WshShell = CreateObject("Wscript.Shell")
    WshShell.CurrentDirectory = "C:\Program Files\Adobe\Acrobat 8.0\Acrobat\"
    WshShell.Run "Acrobat.exe"
    Set gApp = CreateObject("AcroExch.App")
    Set gPDDoc = CreateObject("AcroExch.PDDoc")
    Set gAVDoc = CreateObject("AcroExch.AVDoc")
    'Set iPDDocSource = CreateObject("AcroExch.PDDoc")
    ok = gAVDoc.Open(Path1, "1") 'This works
    ok3 = gPDDoc.InsertPages(0, iPDDocSource, 0, 1, 0)
    '<-- Problem here with iPPDocSource
    Set gAVDoc = Nothing
    End Sub

    I am an absolute hack when it comes to programming in Visual Basic. In the past as a Structural Engineer I have programmed a lot in Fortran, but I have also written programs in a lot of other languages as well. However, programming is not my primary job, but I am better at it than your first impression implies, but not by much. I accidentally omitted the Sub MergePDF() text at the top of the code. This routine is part of a larger program run from MS Excel VBA that is already complete. Yes I do tend to kludge stuff together until it works, thats what examples are for. Therefore I made multiple dims and other declarations that aren't necessary because I do not have a familiarity with the Adobe SDK. However, the Acrobat SDK is not as intuitively obvious to the casual observer as you would have me believe. It seems to be written more for the C and Java programmers. All of that aside you did help me solve my problem so thank you. Thanks Reinhard for the code that may give me other ideas to explore. The following code was all I required for my current application.
    Sub MergePDF()
    Dim Path1 As String, Path2 As String, Path3 As String, Path4 As String
    Dim gPDDoc1 As AcroPDDoc
    Dim gPDDoc2 As AcroPDDoc
    Dim gPDDoc3 As AcroPDDoc
    Dim gPDDoc4 As AcroPDDoc
    Set gPDDoc1 = CreateObject("AcroExch.PDDoc")
    Set gPDDoc2 = CreateObject("AcroExch.PDDoc")
    Set gPDDoc3 = CreateObject("AcroExch.PDDoc")
    Set gPDDoc4 = CreateObject("AcroExch.PDDoc")
    chk1 = gPDDoc1.Open("C:\junk\1.pdf")
    chk2 = gPDDoc2.Open("C:\junk\2.pdf")
    chk3 = gPDDoc3.Open("C:\junk\3.pdf")
    chk4 = gPDDoc4.Open("C:\junk\4.pdf")
    mergefile = gPDDoc1.InsertPages(0, gPDDoc2, 0, 1, 0)
    mergefile = gPDDoc1.InsertPages(1, gPDDoc3, 0, 1, 0)
    mergefile = gPDDoc1.InsertPages(2, gPDDoc4, 0, 1, 0)
    savemergefile = gPDDoc1.Save(1, "C:\junk\merged.pdf")
    End Sub

  • XML output file with Control M Characters

    Hi,
    I am using JDOM API 1.0 on Solaris platform.
    Using the XMLOuputter I write the XML data to a file. But the XML file contains Control-M characters at the end of each line..like
    <User>^M
    <Name>Satish</Name>^M
    <id>12567</id>^M
    </User>^M
    File f = new File(path,Constants.USER_XML);
    Document doc = getDocument();
    XMLOutputter out = new XMLOutputter();
    out.setFormat(Format.getPrettyFormat());
    Format outFormat = out.getFormat();
    outFormat.setLineSeparator(System.getProperty("line.separator"));
    outFormat.setIndent(" ");
    try{
    FileWriter fw = new FileWriter(f);
    out.output(doc,fw);
    } catch(IOException iox) {}I am not writing the Control-M characters. Also I am using the default encoding which is UTF-8. So how to avoid the control characters. Thanks in advance.
    Regards,
    Satish

    Those are carriage-return (CR) characters. I don't know anything about the classes you are using but I would suggest you let the software decide what line endings it is going to use (the XML default is line-feed (LF) only) instead of telling it. Just a guess.
    It's also possible that those CRs were in your input document and you are just copying them to the output document. XML parsers are supposed to normalize those characters to only LF but perhaps your parser isn't doing that. Just another guess.

  • How to create one file to 2 output files with a condition?

    hello friends,
    i have a scenario to split one file into two different files using a condition.
    based on the account number ( 100's of accounts) i have to split the file into two. ex: acc# 1, acc#2, acc#3 goes into one file rest of the account number records goes into another file how to build the logic.
    thanks
    sri

    Hi Sri,
    One way-
    You can achieve this with the help of Java Mapping..
    In the Java Mapping, read input, parse the input while parsing the document , group the data into 2 structures and in the Interface Mapping use this java mapping. So here you have 2 target message interfaces..
    Hope this helps,
    Regards,
    Moorthy

  • Merging avhdx files with vhdx files while deleting snapshots

    Hi,
    We are running one virtual machine win 2012 std. Recently, we deleted the snapshot of this vm in hyper-v manager as the drive space was running out of space. After that, the merging process was running for the VM. Once, the merging was completed, the sql
    database running inside got corrupted. Please explain what actually happens during this merging process and how can we recover our db.
    Regards,
    Anishk

    You will need a backup to go back to a valid database.
    Snapshots are not supported in Production and cause in few cases  issues and behaviour like you are encoutering now.
    You have to avoid using snapshots in production, snapshots are nice and they unction propely in 99% of the cases. You were not lucky. If you want to use snapshots with a VM for a reason (test update or a  new configuration),  backup your VM before.
    Regards, Samir Farhat Infrastructure and Virtualization Consultant || Virtualization, Cloud, Azure ? Follow and Ask here https://buildwindows.wordpress.com

  • Merging a fragment file with a MANIFEST.MF file doesn't work when deploying

    Hi all,
    In the deployment process of a JAR file, if you check the option “Include Manifest.mf (META-INF/MANIFEST.MF)” when trying to merge a file with the MANIFEST.MF file (fragment file), without including a Main class, the operation is not done using JDeveloper 10.1.3.3.
    If you analyze the final MANIFEST.MF file within your JAR file generated, you will notice that the MANIFEST.MF contents don’t include the contents of the fragment file used.
    These are the fragment file contents (one blank space between different paths):
    Class-Path: ../jarlibs/Jdom.jar ../jarlibs/Jxl.jar
    This is the final MANIFEST.MF generated:
    Manifest-Version: 1.0
    Created-By: Oracle JDeveloper 10.1.3.3.0
    I hope you will help me a little!
    Best regards,
    user629401.

    hi user629401
    I tried what you describe using JDeveloper 10.1.3.3 and at first I saw the same behaviour you had.
    I checked the help topic "Deployment Profile Properties - JAR Options Page" that says:
    "+*Additional Manifest Files to Merge into MANIFEST.MF*+
    +You can specify additional manifest files that should be merged into the manifest file that is generated by JDeveloper. ...+"
    I searched this forum, and I found this message:
    Re: Deployment profiles
    "+... the merge function works if the file to merge in to MANIFEST.MF ends with an empty line i.e. there is a CR/LF after the last entry ...+"
    So, I tried that, and it worked for me.
    (tip : You can use "Your Control Panel" to make your name visible in forum posts.)
    success
    Jan Vervecken

  • How can I create a zip file with LabVIEW?

    I would like to compress my data (ASCII format) to an archive.
    I use LVZlib.vi to compress and decompress data but I would like to be able to read the output file with a software archiver such as PowerArchiver/WinZIP.
    Someone knows how I can create a file compatible with zip or gz standard format, thanks !

    >> Yes but I have to install a special archiver (with ms-dos ommand line ability
    >> such as pkzip,arc,rar,arj...) on the computer where I install my LV application.
    Search for "gnu tools for windows" and get zip.exe, gzip.exe, bzip2.exe and others (even the source, if you like). These are about 50kB files that run in place (no installation) - easy to include in a distributed app. Oh, since I'm logged in I'll attach a couple, though I don't have the source on this machine).
    Attachments:
    bin.zip ‏67 KB

Maybe you are looking for

  • Hi frnds regarding ME01

    Hi frnds,               Very Urgent....               Is there any BAPI for ME01 for Uploading data. Points will be rewarded.... Thanks & Regards, Sirirsha.

  • SAP DMS Issue - CV01N

    HI all, I had integrated SAP ECC 6.0 DMS with Content Server. In the current Scenario, documents are to be uploaded in Content Server and later documents are to be linked with SAP application. (Say to ME22N - PO Transaction). My concern is, Can't we

  • How to read a file which has header and without header

    Hi, I have a file to file scenario wherein there are txt files in the source system, some of which has header and some without header. How does the sender adapter dynamically identify a file with header and without header. I knew that File content Co

  • Getting ServletRequest in a JSP page?

    Sorry about the newbie question, but how do you access the ServletRequest object in a JSP page? Specifically, the getParameter() functions? In servlets it's easy, the objects are passed in the doget() and dopost() functions, but I have no clue how to

  • Screen sharing in Yosemite - lots of weird graphical artifacts

    I have Yosemite installed on both my MBP 2013 Retina and a brand-new Mac Mini (headless). I control the Mini from the MBP with standard built-in screen sharing. It works, but visually it's really bad! Often the remote menu bar goes black, and only re