Attachment Viewer SMP 2.3 ERROR

Hi Experts,
I'm trying to attach a pdf with the attachment viewer control but i get an error 'Download attachment gets empty response', i already read the following post but
http://scn.sap.com/thread/3235204 , i have an MBO
And my RFC definition:
And the logic of content is the follow
The variable BIN_FILE is type xstring so i assign to CONTENT
It should work with that or i forgot something. Please help me with this i'm stuck!!

While testing use small image. Upload a small image to SAP and try to fetch it to device. In RFC too you can test it, since the image is small the generated base64 string will not be too large and convert that result from RFC to image again through any base64 to image converter online, ex.Base64 Online - base64 decode and encode.There by you can make sure that the RFC converted values are correct.
Keep the logs of server to debug level as given below and check the logs of the server after making a call to attachmentviewer from HWC. The logs (C:\SAP\MobilePlatform\Servers\UnwiredServer\logs) should contain the field basse64 converted string, you can copy that string and convert to image online or you can try comparing the string you got from RFC (when a image is converted to base64 format the string length will be 1000s of length, so use small images for testing).
Midhun VP

Similar Messages

  • Create Attachment View Link Pages In JDeveloper

    I am trying to create Attachment View Link Pages in JDeveloper and for some reason the wizard is not opening. I get the following error
    java.lang.NullPointerException
         at oracle.apps.fnd.applcore.dt.attachments.wizard.viewLink.AttachmentsViewLinkWizard.getConnectString(AttachmentsViewLinkWizard.java:492)
         at oracle.apps.fnd.applcore.dt.attachments.wizard.viewLink.AttachmentsViewLinkWizard.createApplicationModule(AttachmentsViewLinkWizard.java:466)
         at oracle.apps.fnd.applcore.dt.attachments.wizard.viewLink.AttachmentsViewLinkWizard.<init>(AttachmentsViewLinkWizard.java:117)
         at oracle.apps.fnd.applcore.dt.attachments.wizard.viewLink.AttachmentsViewLinkAddin.invoke(AttachmentsViewLinkAddin.java:67)
         at oracle.ide.wizard.WizardManager.invokeWizard(WizardManager.java:372)
         at oracle.ide.wizard.WizardManager$1.run(WizardManager.java:420)
         at oracle.ide.util.IdeUtil$3.run(IdeUtil.java:1089)
         at oracle.javatools.util.SwingUtils.invokeAfterRepaint(SwingUtils.java:509)
         at oracle.ide.util.IdeUtil.invokeAfterRepaint(IdeUtil.java:1102)
         at oracle.ide.wizard.WizardManager$2.run(WizardManager.java:428)
         at oracle.ide.util.IdeUtil$3.run(IdeUtil.java:1089)
         at oracle.javatools.util.SwingUtils.invokeAfterRepaint(SwingUtils.java:509)
         at oracle.ide.util.IdeUtil.invokeAfterRepaint(IdeUtil.java:1102)
         at oracle.ide.wizard.WizardManager.invokeSecondaryWizard(WizardManager.java:424)
         at oracle.ide.gallery.ObjectGallery.invokeWizard(ObjectGallery.java:383)
         at oracle.ide.gallery.ObjectGallery.runDialog(ObjectGallery.java:204)
         at oracle.ide.gallery.ObjectGallery.runDialog(ObjectGallery.java:124)
         at oracle.ide.gallery.ObjectGalleryAddin._invokeGallery(ObjectGalleryAddin.java:405)
         at oracle.ide.gallery.ObjectGalleryAddin.handleEvent(ObjectGalleryAddin.java:208)
         at oracle.ide.controller.IdeAction.performAction(IdeAction.java:529)
         at oracle.ide.controller.IdeAction.actionPerformedImpl(IdeAction.java:884)
         at oracle.ide.controller.IdeAction.actionPerformed(IdeAction.java:501)
         at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1995)
         at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2318)
         at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:387)
         at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:242)
         at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:236)
         at java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:273)
         at java.awt.Component.processMouseEvent(Component.java:6289)
         at javax.swing.JComponent.processMouseEvent(JComponent.java:3267)
         at java.awt.Component.processEvent(Component.java:6054)
         at java.awt.Container.processEvent(Container.java:2041)
         at java.awt.Component.dispatchEventImpl(Component.java:4652)
         at java.awt.Container.dispatchEventImpl(Container.java:2099)
         at java.awt.Component.dispatchEvent(Component.java:4482)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4577)
         at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4238)
         at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4168)
         at java.awt.Container.dispatchEventImpl(Container.java:2085)
         at java.awt.Window.dispatchEventImpl(Window.java:2478)
         at java.awt.Component.dispatchEvent(Component.java:4482)
         at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:644)
         at java.awt.EventQueue.access$000(EventQueue.java:85)
         at java.awt.EventQueue$1.run(EventQueue.java:603)
         at java.awt.EventQueue$1.run(EventQueue.java:601)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
         at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:98)
         at java.awt.EventQueue$2.run(EventQueue.java:617)
         at java.awt.EventQueue$2.run(EventQueue.java:615)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:614)
         at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
         at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)
    Do i have to include any jar files in JDeveloper ? i aint have any idea on what wrong.

    Hi
    this is a public Oracle JDeveloper and ADF forum. If you have a problem with your Applications environment, please post the question to the related Applications forum here on OTN. We don't have access to appl core on this forum and can't get you out of your problem for this reason
    Frank

  • Unable to create attachment view link in jdeveloper

    Hi ,
    I am trying to configure an Attachment view link in Jdeveloper - using FUSIONAPPS_11.1.1.5.1.linux_x64 series.I followed the steps mentioned in the developer guide.
    http://docs.oracle.com/cd/E25178_01/fusionapps.1111/e15524/ui_attachments.htm#BABFJBFH
    I am getting an error
    java.lang.NoClassdDefFoundError : Could Not initialize class oracle.apps.fnd.applcore.oaext.model.OASeedDataProperty.
    I traced this class file to mw_home/jdeveloper/jdev/oaext/adflib/Common-model.jar and added in the model project library class path.
    Please let me know if someone has faced this issue and the resolution.
    regards
    Deepak

    User, you are in the wrong forum!
    you may try {forum:id=210}
    Timo

  • The install wizard stops and "rolls Back" the install and just gives the attached notice of the install error...how can this be corrected?

    The install wizard stops and "rolls Back" the install and just gives the attached notice of the install error...how can this be corrected?
    The notice is inserted first and the stopping point is second.

    Da ich gar kein Englisch kann kann ich auch nicht sagen was sie mir
    geschrieben haben ich kann nur Vermuten was das sein soll es tut mir leid
    aber ich kann ihnen keine Konkreter Antwort geben alle Sprechen Englisch
    nur ich nicht mehr kann ich dazu nicht sagen
    Constantin Preda
    2015-02-12 21:45 GMT+01:00 Claudio González <[email protected]>:
        The install wizard stops and "rolls Back" the install and just gives
    the attached notice of the install error...how can this be corrected?
    created by Claudio González
    <https://forums.adobe.com/people/Claudio+Gonz%C3%A1lez> in Adobe Reader
    - View the full discussion
    <https://forums.adobe.com/message/7189357#7189357>

  • How to create a help view for a customized error message

    Hi all,
    Can you guide me how to create a help view for a customized error message, we need to put some suggestions in it so that user can can resolve this issue with this guide. ( the short text is too short to describe all situations via TC:SE91)
    Thanks very much!
    Bruce, Wen

    Hi Bruce,
    Could you brief your concerns again.
    Why don't you maintain long text in message class for long description.
    Regards,
    Ranjith N

  • 10gLiteR3 publishing ORA-00942: table or view does not exist error

    Hi All,
    I am encountering table or view does not exist error while publishing using the api.
    Below is the code:
    try {
    consolidatorManager.openConnection("MOBILEADMIN","PASSWORD", ADMIN_JDBC_URL);
    mobileResourceManager = new MobileResourceManager("MOBILEADMIN","PASSWORD",ADMIN_JDBC_URL);
    consolidatorManager.createPublicationItem(EXT_CONN, "RMT_TEST_TABLE" , "MOBILEADMIN","RMT_TEST_TABLE", "F", "SELECT * FROM MOBILEADMIN.RMT_TEST_TABLE", null, null);
    consolidatorManager.addPublicationItem(mobileResourceManager.getPublication("/mobileApp"),"RMT_TEST_TABLE",null, null, "S", null, null);
    } catch (Exception e) {
    e.printStackTrace();
    When I execute the above code it does not throw any exceptions but I see the below error in err.log. I,U,D triggers are getting created on the remote table, CMP, CFM, CVR,CLG tables are also created, I also see primary key for this table in VPKS. Publishing seems to be fine but I see the below error in err.log.
    java.sql.SQLException: ORA-00942: table or view does not exist
         at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:180)
         at oracle.jdbc.ttc7.TTIoer.processError(TTIoer.java:208)
         at oracle.jdbc.ttc7.Oall7.receive(Oall7.java:543)
         at oracle.jdbc.ttc7.TTC7Protocol.doOall7(TTC7Protocol.java:1451)
         at oracle.jdbc.ttc7.TTC7Protocol.parseExecuteDescribe(TTC7Protocol.java:651)
         at oracle.jdbc.driver.OracleStatement.doExecuteQuery(OracleStatement.java:2117)
         at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:2331)
         at oracle.jdbc.driver.OraclePreparedStatement.executeUpdate(OraclePreparedStatement.java:422)
         at oracle.jdbc.driver.OraclePreparedStatement.executeQuery(OraclePreparedStatement.java:366)
         at oracle.lite.sync.Subscription.getVirtualTablePrimaryKey(Subscription.java:7522)
         at oracle.lite.sync.Subscription.getTablePrimaryKey(Subscription.java:7365)
         at oracle.lite.sync.Subscription.CreatePublicationItem(Subscription.java:2334)
         at oracle.lite.sync.Subscription.CreatePublicationItem(Subscription.java:2157)
         at oracle.lite.sync.Subscription.CreatePublicationItem(Subscription.java:2129)
         at oracle.lite.sync.Subscription.CreatePublicationItem(Subscription.java:2108)
         at oracle.lite.sync.Subscription.CreatePublicationItem(Subscription.java:2093)
         at oracle.lite.sync.Subscription.CreatePublicationItem(Subscription.java:2079)
         at oracle.lite.sync.ConsolidatorManager.createPublicationItem(ConsolidatorManager.java:1253)
    I am not able to figure out what table it is looking for. Any ideas why this is happening?

    check the MGP compose process, is it also showing the error?
    If it is them at some point in 10.2 Oracle introduced a 'feature' (ie: bug) that causes problems to the housekeeping routines when new versions of publication items are published
    In 10.0 and early 10.2 when making changes to publication items VIEWS called CPV$.. were created to log the column list for each version of a publication item, and check if you are making changes when you publish. In the case of old versions, once all clients have synchronised and been moved to the latest version it tries to delete this view.
    at some point the publish started creating TABLES instead of views (but using the same naming convention ie: CPV$..). This works fine as far as the logging of changes and old column lists, but the housekeeping called at the end of the publish and GP process still trieds to do a DROP VIEW and this causes the error.
    The only way of clearing this i have found is to look at the log file to get the name of the object that it is trying to drop, set up a view script to create a dummy view with the list of columns in the table, drop the table and then create the view. It then gets dropped on the next MGP cycle and the error goes away
    If the error is not showing up in the MGP process, only in the publish, and your changes appear to be publishing OK, then the problem is likely to be with a snapshot definition AFTER the change you have made - real pain to identify on re-publish - possibly missing schema name in the snapshot definition

  • To whom it may concern I would like to inform you about an error occurred when I upgraded my firmware to IOS 6 When I plug a headphone/earphone into my, then unplug it, the volume turned out to be unadjustable I have attached 2 screenshots of the error, p

    To whom it may concern
    I would like to inform you about an error occurred when I upgraded my firmware to IOS 6
    When I plug a headphone/earphone into my, then unplug it, the volume turned out to be unadjustable
    I have attached 2 screenshots of the error, pls help?
    Thanks.

    Try a rest: Simultaneously hold down the Home and On buttons until the iPad shuts down. Ignore the off slider if it appears. Once shut down is complete, turn the iPad back on using the On button. In some cases it also helps to double click the Home button and close all apps from the tray before doing the reset.

  • Warning: View altered with compilation errors. : Please help.

    Hi All,
    Found few views invalid, tried to compile them, but got the following error. It looks like synonyms are calling each other.
    Please help to compile the view.
    =======================
    SQL> alter view APPS.PER_ADDRESSES_AV12 compile;
    Warning: View altered with compilation errors.
    Checked error:
    SQL> SHOW errors VIEW APPS.PER_ADDRESSES_AV12;
    Errors for VIEW APPS.PER_ADDRESSES_AV12:
    LINE/COL ERROR
    0/0 ORA-01775: looping chain of synonyms
    Extracted DDL:
    ==========
    CREATE OR REPLACE FORCE VIEW "APPS"."PER_ADDRESSES_AV12" ("ROW_KEY", "ADDRESS_
    ID", "TOWN_OR_CITY") AS
    SELECT ROW_KEY, ADDRESS_ID, TOWN_OR_CITY FROM PER_ADDRESSES_A WHERE TOWN_OR_CI
    TY IS NOT NULL OR SUBSTR(AUDIT_TRUE_NULLS,12,1)='Y' UNION ALL SELECT 99991231235
    9591111122222 ROW_KEY, ADDRESS_ID, TOWN_OR_CITY FROM PER_ADDRESSES
    Checked synonyms for the base table:
    =======================
    OWNER SYNONYM_NAME TABLE_OWNER TABLE_NAME
    PUBLIC PER_ADDRESSES HR PER_ADDRESSES
    APPS PER_ADDRESSES HR PER_ADDRESSES
    XXHRC PER_ADDRESSES APPS PER_ADDRESSES
    Edited by: 784786 on Dec 22, 2011 7:27 AM

    784786 wrote:
    Found few views invalid, tried to compile them, but got the following error. It looks like synonyms are calling each other.
    Please help to compile the view.
    SQL> alter view APPS.PER_ADDRESSES_AV12 compile;
    Warning: View altered with compilation errors.
    SQL> SHOW errors VIEW APPS.PER_ADDRESSES_AV12;
    Errors for VIEW APPS.PER_ADDRESSES_AV12:
    LINE/COL ERROR
    0/0 ORA-01775: looping chain of synonyms
    CREATE OR REPLACE FORCE VIEW "APPS"."PER_ADDRESSES_AV12" ("ROW_KEY", "ADDRESS_
    ID", "TOWN_OR_CITY") AS
    SELECT ROW_KEY, ADDRESS_ID, TOWN_OR_CITY FROM PER_ADDRESSES_A WHERE TOWN_OR_CI
    TY IS NOT NULL OR SUBSTR(AUDIT_TRUE_NULLS,12,1)='Y' UNION ALL SELECT 99991231235
    9591111122222 ROW_KEY, ADDRESS_ID, TOWN_OR_CITY FROM PER_ADDRESSES
    OWNER SYNONYM_NAME TABLE_OWNER TABLE_NAME
    PUBLIC PER_ADDRESSES HR PER_ADDRESSES
    APPS PER_ADDRESSES HR PER_ADDRESSES
    XXHRC PER_ADDRESSES APPS PER_ADDRESSESso break the chain by dropping one or of them

  • Repository Viewing inhibited (local workspace error)

    When opening LifeCycle Workbench I encounter the following Exception:
    "An error was encountered while trying to reference the local workspace. Repository Viewing inhibited."
    Another error that may (or may not) be related occurs when I attempt to drag a pdf resource from Workbench to the desktop (or any folder).
    DOWNLOAD FAILURE
    "Resource not downloaded due to a failure. Could be permissions, or network connection failure."
    This has just started happening.
    I have admin rights to my machine.
    Nobody else on the temp is having this issue.
    Any and all assistance is appreciated.
    Also posted under Download failure topic

    It worked. Boy that was painless. Thank you very much. My frustration level for the product just went down one (1) notch.
    Thanks Again.

  • ColdFusion 9 -  The event viewer gives me this error.

    The event viewer gives me this error.
    Name of the application causing the error: JNBDotNetSide.exe Version: 5.10.3764.40502, Time Stamp: 0x4bd1305c
    Name of the module causing the error: KERNELBASE.dll, version: 6.1.7600.16385, time stamp: 0x4a5bdfe0
    Exception Code: 0xe0434352
    Offset error: 0x000000000000aa7d
    Process ID is causing the error: 0x688
    Time to start the application causing the error: 0x01cbcf4664439dd5
    Faulting application path: C:\ColdFusion9\jnbridge\JNBDotNetSide.exe
    The path module is causing the error: C:\Windows\system32\KERNELBASE.dll
    Report ID: c6cbf773-3b39-11e0-951f-be182a536a23

    Maria --
    To address this problem, please see the following links:
    http://www.adobe.com/support/documentation/en/coldfusion/901/cf901install.pdf
    http://blogs.adobe.com/coldfusion/2010/11/19/coldfusion-9-0-1-and-net-integration/
    Regards,
    Wayne Citrin
    JNBridge

  • Entire view-implmentation is showing error.i find my dc component missing.

    hai
    i was working with a web dynpro development component.suddenly i had error in my imports.i gave project restructure to solve the prob.now my entire view-implmentation is showing error.i find my dc component missing.i have come a long way.should i do everything from scratch or wat?please help me out.i have tried reload,rebuild..regds
                          sharanya

    Hi,
    Have you checked in any of the changes done by you, then you can switch to a new workspace and sync to the latest sources.
    Else try to close the project, then close and ide reopen the IDE and open project. try a relaod.
    Regards
    Ayyapparaj

  • Movie fully downloaded but unable to view. Un known error message appears

    I fully downloaded a movie rental in HD, however, when I wanted to view it an unknown error message appeared saying that there was an error in the iTunes store, and to try again later, which I have done multiple times with the same result each time.  I downloaded the movie in both HD and SD but the result was the same with either one.  I cannot figure out what is wrong.  Anyone else have this experience?

    Hi Roaming celt,
    It sounds like you are having an issue with one of your iTunes Store purchases. Use this article to report this issue to the iTunes Store:
    How to report an issue with your iTunes Store, App Store, Mac App Store, or iBooks Store purchase
    http://support.apple.com/kb/ht1933
    Thanks for using the Apple Support Communities!
    Cheers,
    Braden

  • Disable in line attachment view on ipad

    The attachments on my email apear as thumbnail images after the body and I would like them to appear as icons.  This view does not allow me to open the attachments in another application as "open in..." option but it no longer appears.  Is there a setting that can be changed?  I read somewhere that it is called "in line attachment viewing" but I think it only applies to Mac...any advice on the ipad?
    Please help.

    There is no settings to change the way that the attachments open in the mail app. However - you can use the Open in feature even on the opened attachment. If it doesn't work for you, quit the mail app - go back and try again.
    Go to the home screen first by tapping the home button. Double tap the home button and the task bar will appear with all of your recent/open apps displayed at the bottom. Tap and hold down on any app icon until it begins to wiggle. Tap the minus sign in the upper left corner of the app that you want to close. Tap the home button or anywhere above the task bar.
    Launch mail and try again. It really should work. Tap and hold down longer - but it should work.

  • Piscel Attachment Viewer

    Hi all, i have encountered a problem with uninstalling picsel attachement viewer. I have installed it but it seems it corrupts my phone, can i be assisted. My phone Nokia 9300i, any ideas of what i should do

    Try formatting your phone.
    "Only two things are infinite, the universe and human stupidity"
    Previous phones:5110,3210,6210,5210,7650,6600,3660,7610
    Current phones: N70 5.616.2.0.3, Motorola SLVR L7, Motorola V3Maxx

  • Excel Viewer: Class not registered (error -214722116​4)

    Hello,
    I am using the Excel examples shipped with Labview 8.21 to read from an Excel file and this works well. Now I need to do the same but on a PC that does not have Microsoft Office or Excel installed but only the free XLVIEWER (Microsoft Office Excel Viewer). When I try to change the ActiveX class of my reference to feed the 'Automation Open' vi I get the Class not registered (error -2147221164) although I can browse down to the XLVIEWER.exe and select it. Then I thought that maybe XLVIEWER had no ActiveX to communicate with other application; I thus installed a package called excelocx.exe, rebooted the PC but that did not change anything. I am still stuck with the same error.
    What am I doing wrong?
    Thanks a lot,
    Christophe

    Please find attached the VI I am using together with the XLS file that I try to read with Labview on a Pc that does not have MS Excel installed, only the XLVIEWER.
    OpenOffice is not supported in our company so cannot be considered as a valid solution.
    Thanks,
    Christophe
    Attachments:
    Read Excel File with Labview 820.zip ‏31 KB

Maybe you are looking for