My report contains a BLOB (image), why it can't generate an XML file?

Hi guys,
I created a report (Purchase Order) and it has a Signature field.
which is a BLOB column of an image (.JPEG) of the signature of the Purchase Order Approver.
When i run the report in the report builder its working and it shows the image of the signature.
BUT when i try to generate xml file to use it for the XML Publisher, it generates an xml file with error. which can't be loaded into the .rtf file.
i Googled around and it seems that there are limitations in XML Publisher that can not load a BLOB or LONG RAW fields.
So Please guys i need your help! what can i do now ?
They need the Purchase Order in a custom PDF format, which i can only make it with XML Publisher.
Best Regards,

Hello,
For questions about BI Publisher (Formelly XML Publisher) :
BI Publisher
Regards

Similar Messages

  • Why i can't open my raw file in adobe photoshop cs6... and i use camera Canon 650D

    why i can't open my raw file?

    You probably need to update your Camera Raw plug-in for CS6 to something new enough to understand the 650D raw files.
    The usual way you’d do this would be Help / Updates in PS.

  • How I could generate an XML file from a report in version 4.0B

    Good morning,
    How could I generate an XML file from a report? Please note that I am using version 4.0B
    I don't have access to
    Billy Vital

    Hi,
            In the Class CL_XML_DOCUMENT,
                 we have a method  EXPORT_TO_FILE to download an XML file.

  • Can't convert stack XML file using report RPT_MOPZ_COPY_STACK for upgrade

    Hello Colleagues/ SAP Experts,
    Here is a background. 2 weeks ago, we have generated an XML stack file using MOPZ in solman 7.1 for the following systems (P6D which is DEV,
    P6Q which is quality, P6R which is regression and P1P which is production). We were at our technical cutover rehearsal phase and the system that we were rehearsing was P6R. But AFTER our technical cutover, a new java component, which is seeburger as2 adapter, was installed in P1P, PRODUCTION. Thus, the landscape  of P1P has changed as a new component was introduced and we believe that the generated XML file 2 weeks ago will no longer be valid for P1P. Instead of generating another xml file thru mopz for P1P, we would like to use report RPT_MOPZ_COPY_STACK_XML to convert the XML file OF P6R to map it toP1P.  I have uploaded P6R XML and the target is P1P. So as you can see, P6R XML (source) --> P1P target.
    Actions already done are the following:
    1) Fulfilled and followed the resolution in note: 1711612
    RPT_MOPZ_COPY_STACK_XML Report Troubleshooting
    2) SAP-OSS is working in SM59
    Basically, program RPT_MOPZ_COPY_STACK does not convert the Regression system's xml to the target, which is production. Kindly see attached screenshot. *the screenshot shows only 1 component in error but upon clicking the 'next difference' button, it will still show other components. I have checked my lmdb settings, will there be workaround for the issue?
    Regards,
    Meinard

    Hello Divyanshu Srivastava / Reagan Benjamin ,
    Thank you  for your replies. Yes I noticed that a new higher patch for one java component was already present when I have regenerated recently for production using mopz. Anyways, SAP has returned a message wherein they edited the xml file themselves. Most of errors were eliminated only error was kernel versions was not matched. We need to upgrade kernel of our production and test if it works. Hopefully it will. Thanks though at first we did not edit the xml as according to one sap note I read it will not be supported by SAP. Closing this thread now

  • HT6114 why i can not attach new pdf files  to my email

    why i can not attach new pdf files  to my email ?

    If you aren't getting the reset link on the Password & Security section of your account then you don't have a rescue email address (an alternate email address is different), and you won't be able to add one until you can answer your questions - you will have to contact Support in your country to get the questions reset.
    Contacting Apple about account security : Contact Apple for help with Apple ID account security
    If your country isn't on that page then try this form to contact Support :  https://www.apple.com/emea/support/itunes/contact.html
    When they've been reset you can then add a rescue email address for potential future use : Manage your Apple ID primary, rescue, alternate, and notification email addresses
    Or if it's available in your country you could change to 2-step verification : Frequently asked questions about two-step verification for Apple ID

  • Publish Report through RTF Template based on data from 2 diff. XML Files

    We are trying and facing issue to generate report in BI Publisher by concatenating 2 XML files as described below. Please help!
    1.We have two xml.One xml is comming from our data base query (through data template) and other is coming through url (using HTTP xml feed option)
    We are concanating thse two xml in BI Publisher. Now i am getting the concanated xml as shown below .
    <?xml version="1.0"?>
    <STAR>
    <DATA>
    <ROWSET>
    <ROW>
    <USER_NAME>ABC</USER_NAME>
    <STAFF_ID>589089</STAFF_ID>
    <COLOR_HOURS>2</COLOR_HOURS>
    <OPINION_HOURS>3</OPINION_HOURS>
    <DOWN_HOURS>4</DOWN_HOURS>
    </ROW>
    </ROWSET>
    </DATA>
    <HRMS_DATA_RESPONSE>
    <EMP_DETAIL>
    <EMPID>589089</EMPID>
    <REGULAR_TIME>19</REGULAR_TIME>
    <OVER_TIME>4.75</OVER_TIME>
    <MAKEUP_TIME>3</MAKEUP_TIME>
    <DOUBLE_TIME>4</DOUBLE_TIME>
    <REDUCED_TIME>1</REDUCED_TIME>
    <UNPAID_TIME/>
    </EMP_DETAIL>
    <STATUS>SUCCESS</STATUS>
    <ERROR>
    <ERROR_CD />
    <ERROR_DESC />
    </ERROR>
    </HRMS_DATA_RESPONSE>
    </STAR>
    2.Now we have to calculate like eg.( COLOR_HOURS+ DOWN_HOURS -MAKEUP_TIME-REDUCED_TIME ) for each EMPID which is same as STAFF_ID .
    3. Now our concern is that we are not able to get values.
    we are doing something like:
    <?for each:data?><?for each: row?><?STAFF_ID?><?for each:HRMS_DATA_RESPONSE?><?for each:EMP_DETAI?><?if:EMPID= STAFF_ID?><?( COLOR_HOURS+ DOWN_HOURS -MAKEUP_TIME-REDUCED_TIME )?><?end if?><?end for each?><?end for each?><?end for each?><?end for each?>

    Hi,
    Thanks a lot, it really helps me a lot, i hav one more issue, In a field i hav to calculate Adjusted hrs, which i hav calculate like this
    for adjusted hrs----
    <?for-each://EMPDETAIL?><?if:xdoxslt:get_variable($_XDOCTX,’STAFF_ID’) = EMPID?>
    <?xdoxslt:set_variable($_XDOCTX,'Diff',REGULAR_TIME + OVER_TIME + MAKEUP_TIME + DOUBLE_TIME - REDUCED_TIME) ?>
    <?xdoxslt:get_variable($_XDOCTX,'Diff') - xdoxslt:get_variable($_XDOCTX,'STAFF_HOURS')?
    its working fine now again i store this in another variable 'A'.
    <?xdoxslt:set_variable($_XDOCTX,'A',
    xdoxslt:get_variable($_XDOCTX,'Diff') - xdoxslt:get_variable($_XDOCTX,'STAFF_HOURS'))?>
    <?END IF?><?end for-each?>
    Now again i take a variable SUM in which this calculation is done, all these fields r in each ROW of DATA.
    <?xdoxslt:set_variable($_XDOCTX,'SUM',((TOTAL_PRELIM TOTAL_DOUBLETOTAL_TRIPLE+TOTAL_QA+TOTAL_GDC+((TOTAL_DOSSIER) div (2)))*8))?>
    <?if@column:../../STATUS1 != 'GRADING DEVELOPMENT COORDINATOR' ?>(*STATUS1 is field in DATA/ROW)
    <?if:../../STATUS1 = 'Prelim' ?>
    <?xdofx: if to_number(PRELIM_MONTHS)<12 then 10
    else to_number( ( xdoxslt:get_variable($_XDOCTX,'SUM' )) div (xdoxslt:get_variable($_XDOCTX,'A'))) end if?>
    Now when i m performing the above division between 'SUM' and 'A'. I am not geeting the desired result.pls help..
    Detailed xml is given below:(there is little difference between previous xml and this like star =DATA, AND DATA=QA)
    <DATA>
    <QA>
    <ROWSET>
    <USER1>170702</USER1>
    <START_DATE>12/12/2007</START_DATE>
    <END_DATE>02/02/2008</END_DATE>
    <STATUS1>Prelim</STATUS1>
    <WORKAREA/>
    <SERVICE_GROUP/>
    <LOC>1</LOC>
    <WEIGHT>0-40</WEIGHT>
    <LIST_ROW>
    <ROW>
    <USER_NAME>AKATHMAN</USER_NAME>
    <STAFFID>589089</STAFFID>
    <PRELIM_DATE>12</PRELIM_DATE>
    <PRELIM_MONTHS>12</PRELIM_MONTHS>
    <DOUBLE_DATE>10</DOUBLE_DATE>
    <DOUBLE_MONTHS>7</DOUBLE_MONTHS>
    <QA_DATE>3</QA_DATE>
    <QA_MONTHS>5</QA_MONTHS>
    <GDC_DATE>23</GDC_DATE>
    <GDC_MONTHS>12</GDC_MONTHS>
    <DOWN_HRS>1</DOWN_HRS>
    <COLOR_HRS>1</COLOR_HRS>
    <OPINION_HRS>1</OPINION_HRS>
    <TOTAL_REVIEWED/>
    <TOTAL_DOSSIER>2</TOTAL_DOSSIER>
    <TOTAL_COLORS>0</TOTAL_COLORS>
    <TOTAL_OPINION>0</TOTAL_OPINION>
    <TOTAL_COLORED_DIAMONDS>0</TOTAL_COLORED_DIAMONDS>
    <REVIEWED>0</REVIEWED>
    <TOTAL_PRELIM>67</TOTAL_PRELIM>
    <TOTAL_DOUBLE>10</TOTAL_DOUBLE>
    <TOTAL_TRIPLE>0</TOTAL_TRIPLE>
    <TOTAL_QA>0</TOTAL_QA>
    <TOTAL_GDC>0</TOTAL_GDC>
    <TOTAL_REPORT>67</TOTAL_REPORT>
    <QUALITY_SCORE>0</QUALITY_SCORE>
    </ROW>
    <ROW>
    <USER_NAME>EKWON</USER_NAME>
    <STAFFID>180602</STAFFID>
    <PRELIM_DATE/>
    <PRELIM_MONTHS/>
    <DOUBLE_DATE/>
    <DOUBLE_MONTHS/>
    <QA_DATE/>
    <QA_MONTHS/>
    <GDC_DATE/>
    <GDC_MONTHS/>
    <DOWN_HRS>0</DOWN_HRS>
    <COLOR_HRS>0</COLOR_HRS>
    <OPINION_HRS>0</OPINION_HRS>
    <TOTAL_REVIEWED/>
    <TOTAL_DOSSIER>0</TOTAL_DOSSIER>
    <TOTAL_COLORS>0</TOTAL_COLORS>
    <TOTAL_OPINION>0</TOTAL_OPINION>
    <TOTAL_COLORED_DIAMONDS>0</TOTAL_COLORED_DIAMONDS>
    <REVIEWED>0</REVIEWED>
    <TOTAL_PRELIM>1</TOTAL_PRELIM>
    <TOTAL_DOUBLE>0</TOTAL_DOUBLE>
    <TOTAL_TRIPLE>0</TOTAL_TRIPLE>
    <TOTAL_QA>0</TOTAL_QA>
    <TOTAL_GDC>0</TOTAL_GDC>
    <TOTAL_REPORT>1</TOTAL_REPORT>
    <QUALITY_SCORE>0</QUALITY_SCORE>
    </ROW>
    </LIST_ROW>
    </ROWSET></QA><pocQA><HRMS_DATA_RESPONSE>
    <EMPDETAIL>
    <EMPID>589089</EMPID>
    <REGULAR_TIME>19</REGULAR_TIME>
    <OVER_TIME>4.75</OVER_TIME>
    <MAKEUP_TIME>3</MAKEUP_TIME>
    <DOUBLE_TIME>4.25</DOUBLE_TIME>
    <REDUCED_TIME>1</REDUCED_TIME>
    <UNPAID_TIME/>
    </EMPDETAIL>
    <STATUS></STATUS>
    <ERROR>
    <ERROR_CD/>
    <ERROR_DESC/>
    </ERROR>
    </HRMS_DATA_RESPONSE>
    </pocQA>
    </DATA>

  • My hardrive just got diagnosed as 'faulty' even though its only 1year8months old!!! I had adobe bridge installed on the computer with many picture files that included raw images. How can I get these raw files back after computer died?

    computer did not start up one day. it was a white screen
    took it to a mac bar and they said the diagnosis was a faulty hard drive
    I had backed up most of my images ( i am a photographer)
    had not backed up atleast 6 files full of raw images!!!!
    they suggested sending it to a data recovery specialist which would cost around $500!
    I am not getting the answers I need on how, why, or what is going to be recovered or if raw picture files will be able to be saved.
    Not sure what to do next because I dont have loads of extra money laying around to pay for something that should have not occured in the first place if I was actually sold a good computer.
    payed $1095 for this imac and it only lasted just under 2 years. I feel cheated and scammed! Has any one else gone through this same thing?? what did you do?

    If it is only 20 months old it is still covered by the 3-year Applecare.
    You did take out Applecare didn't you?
    I had backed up most of my images ( i am a photographer)
    had not backed up atleast 6 files full of raw images!!!!
    Why did you, as a photographer, not make several backups, not just one or a partial one, of your material?

  • Any ideas why I can no longer access shared files on networked PC's in my office? I keep getting a "server not exist or unavailable" error.

    I have been able to access the files in the past. Actually when I've had this problem before a restart has solved it. Not this time. And it keeps happening. Even more strange, Filemaker is able to access shared databases stored on the same PC's. Why can Filemaker see these computers? Both also show up in the finder but when I try to connect I get the error. I also tried "connect as" with no success. Any ideas?

    Thanks Barney, I am now using pages to open exisiting Word documents. and then saving in the new format. I then trash the old incompatable (.doc) file.
    This works OK, but it will be a time consuming operation to be repearted on each file that I use.
    Is there any shortcut to enable sync all of the .doc files to Page?
    I have not managed to recover Entourage email files . But now use Mail application, which is fine.
    Encountered problems are ongoing.
    I have an Epson Epson Stylus Photo Rx430 printer.
    Since upgrading to OSX10.7 print files do not load to the printer. The Epson job box shows data is being sent to printer but it the task is never completed.
    I take this to be a Printer  Driver issue.
    Today, I have been in contact  with Epson Printer support, enquiring if they have any driver updates for RX430 that would be compatable with OSX10.7 Lion.
    I was notified by Epson that they do not have any drivers for any of their printers for the new OSX 10.7.
    How may I  continue using my now unsupported Epson printer? 

  • Why I can't view a pdf file with password protected?

    I have set the password to protect the file. However, when I entered the correct password in my Nokia N73, nothing has shown except for a blank screen. Why?

    Yes, I have same problems aslo with my Cell phone /
    injection molding
    plastic closure
    plastic parts
    plastic cap manufacturer
    plastic bucket
    plastic jar
    plastic blow molding
    scaffolding manufacturers
    scaffold suppliers

  • Any ideas why I can't import some AVI files into CS6?

    The file is coming up as H.264/MPEG-4 AVC and imports into CS3 without any issues,plays fine in Bridge CS6 too.(Cretive Cloud User)

    What is the codec inside that MPG wrapper?
    Read Bill Hunt on a file type as WRAPPER http://forums.adobe.com/thread/440037
    What is a CODEC... a Primer http://forums.adobe.com/thread/546811
    What CODEC is INSIDE that file? http://forums.adobe.com/thread/440037
    Report back with the codec details of your file, use the programs below... a screen shot works well to SHOW people what you are doing
    http://forums.adobe.com/thread/592070?tstart=30
    For PC http://mediainfo.sourceforge.net/en or http://www.headbands.com/gspot/
    For Mac http://mediainspector.massanti.com/

  • Why I can`t upload an adobe file on creative cloud?

    I upload a PDF file without problem, but when I try to upload a adobe file like .ai or .indd I can´t do it. I don´t know why or what is the problem.

    Camila,
    What exactly happens when you try to upload .ai & .indd files? Do you get any error message?
    I tried the uploading both .ai & .indd files fom my Google Chrome browser and was able to successfully upload it.
    Could you reboot the machine and retry?
    Also, try the same using an alternate broweser and check.
    Which operating system are you on anywany?

  • Why I can not find the 'dbca' file in any where (linux)

    Under $ORACLE_HOME/bin ,I cannot find the 'dbca 'file,why ?should I config any others?
    Before I install oracle on linux ,I only checked the following use the command "rpm -q gcc make binutils openmotif"
    so I only install
    'gcc-4.1.2.42.el5'
    'make-3.81-3.el5'
    'binutils-2.17.50.0.6-6.el5'
    'openmotif-2.3.0-0.5.el5'
    my oracle version is oracle -xe-univ-0.2.0.1-1.0.i386,
    linux is redhat enterprise linux 5 (64bit)
    thanks!
    Edited by: user12469990 on 2010-1-18 下午6:01

    What dbca file?
    The installation docs are at http://docs.oracle.com.
    Follow them if you wish to be successful and that means don't use unsupported versions of Linux.
    Also you can use these links for help:
    http://www.morganslibrary.org/reference/linux_oracle_inst10g.html
    http://www.morganslibrary.org/reference/linux_oracle_inst11g.html
    http://www.morganslibrary.org/reference/linux_oracle_inst11gR2.html

  • Why i can't access my aperture files from Motion 5?

    Why iphoto and not aperture ?????

    Thank you fore you answer.
    Yeah expesually if you have some realy expresionaly selfmade fotos you whant to use for backround. And if you have more than one and sometimes you cant imgaine how the picture with the other objects in the motion projekt looks like and you have to try out. So in most cases you have to export more than one picture, because not ever the first choose is the best.

  • ITunes 11.1.5 Why I can't see added PDF files!

    Hey guys,
    I added some PDF files to my Library and I still can't see them on the left side menu where I can se my Videos, music and Apps...
    what could be the reason?
    I am using iTunes 11.1.5 on Mac OSX 10.9.2
    Regards

    You no longer use iTunes to handle pdfs.
    iBooks > File > Add to library.
    If the pdf is an email attachment: control click > Open with > iBooks.
    Some pdfs on websites have the option to 'Open in iBooks'.

  • Why doesn't Sonos recognize iTunes .xml file?

    My iTunes path and Sonos path are identical (and therefore share the same library, which has no problems) however my iTunes playlists (.xml file) are in the exact same location but are not recognized by Sonos.  Any help is appreciated!

    Hello gail6068,
    Thanks for using Apple Support Communities.
    First please try the troubleshooting steps in the article below:
    iPod classic Troubleshooting Assistant
    http://www.apple.com/support/ipod/five_rs/classic/
    If the issue persists, then follow the steps in the following support article.
    iPod: Appears in Windows but not in iTunes
    http://support.apple.com/kb/TS1363
    Take care,
    Alex H.

Maybe you are looking for

  • I'm thinking about converting from a PC to a Mac but....

    Okay so the laptop i have right now is a Toshiba Satellite PC. I do love it to death but I hate that there are a million and a half viruses for it >.< I'm getting into Graphic Design and computer gaming more. Right now I have a ton of PC software and

  • HT1414 Is it possible backup pics from my Iphone after restoring??please help!!

    Is it possible to backup all pics on my Iphone 4s after restoring? I got back contacts, but how to backup my pics and videos?Please help!!

  • Problems with Elements 7 Backup/Sync

    I have PSE 7 and have previously loaded albums I created in PSE 7 up to Photoshop.com.  Today I created a new album w/all JPEG files.  My PSE 7 is set to automatically upload to Photoshop.com when a new album is created....but after 4 hours now, not

  • Purchase Order next approver.

    Hi All, I am looking at the way to find the with whom the purchase order is pending. Could anyone give the tables/query which would show with whom the PO is pending. --Ashish                                                                            

  • Intercompany scenario in manufacturing

    We're in the manufacturing business with several companies in US and Mexico. As we roll out SAP at a Mexico location, we need to prorotype an intercompany scenario. Manufacturing of some of our products is started in the US and is completed in Mexico