Payment engine - Plug-In for own file format

Hi,
I developed a plug-in for the payment engine (2004C for Poland) which generally can be debugged/compared/deployed successfully.
But: Depending on choosing certain company databases, it's posible/not possible to run the project of the add-on from the debugging environment. If I choose one of the "incorrect" databases, starting the debugger using Visual Studio .NET 2003 succeeds, but I am getting two popup windows within the B1-GUI and one popup outside of B1:
1. window within B1: "Check database". To my mind, this popup is generated by the payment engine.
2.window  within B1: "The database has been upgraded to a more recent version of the SAP Add-on, please upgrade the SAP Add-On on this computer to version 6.70.2.0"
At this time within Visual Studio, I can notice two exceptions thrown by a corresponding thread: First-chance exception at 0x7c812a5b in SBOAddOn.exe: Microsoft C++ exception: MalformedURLException @ 0x0112b6b4.
First-chance exception at 0x7c812a5b in SBOAddOn.exe: Microsoft C++ exception: [rethrow] @ 0x00000000.
3. window outside of B1: "SAP Add-On terminated due to required software update"
This means to me: The process of debugging starts as usual (successful). Thereby, the payment engine is started (successful). After that, it seems to me that the payment-engine is either comparing different library version of certain dll's / AddOn.exe as stated in SAP notice 1156374 or comparing information stored in the database table of the company and - due to the result -terminates. This behaviour seems depend on the selected company-database.
Did anyone notice a similar behaviour of payment-engine plug-ins? Is it possible to change data (within the company database or somewhere else) in order to be able to debug the affected company databases again?
Best regards,
Norbert
SAP - Notice: 1156374
Symptom
When you start an SAP addon, sometimes it will show an error message like this, "The Database was upgraded to a newer Version of the SAP Add-on; please perform an upgrade of the SAP Addons to Version X.XX.XX.XX on this
client also."
Cause and Prerequisites
Usually, an addon is comprised of two parts, addon exe with relevant dlls installed in addon folder and a BFAddonFramework.dll in windows' system32
folder which will provide common functionality for addons to connect with SBO and some other utilities like db operation, form operation etc.
As we will release a new addon patch only when there are bug fixes in this period, not all addons have relevant patch comforming to the patch No.
Some addons will do version check before starting up successfully, and this check will compare the version difference between addon and framework dll.
If they do not match, such a warning message will display. This is a friendly notification warning you that issue may occur when the versions do not match, but normally they can work properly with each other.
If we have framework changed a bit which will cause the incompatibility between addons and framework, we will release addons with relevant framework version. That is in our concern.
Solution
Normally, the error message will not affect the addon's behavior. You should just ignore it.

There are commercial plugins from DTP Tools and Markzware that will allow you to open a PDF and convert to .indd directly, but that's the only way to edit a PDF inside ID, and there may be some loss in translation.
You can export the images and the text from the PDF using Acrobat pro, then plalce the PDF into ID as a template on which to rebuild, or you can try to obtain the original files used to create the PDF. As a format, PDF is inteneded to be the final output, not subject to further editing.

Similar Messages

  • I can't open lesson from DVD for CS6  "file format is not supported"

    Please help me!!!
    I have Mac.
    I can not open the lesson from DVD for CS6
    "file format is not supported"

    Hi Aleksandr,
    It's probably an activation issue. FAQ: Why are some codecs and sequence presets missing from my installation of Premiere Pro?
    Try this: Choose Help > Sign Out, Restart Premiere Pro, choose Help > Sign In
    Thanks,
    Kevin

  • Ld: file was built for unsupported file format...for architecture armv7

    hi:
    I recently developed a project with custom ANE and I get this error msg when compile ipa since I upgraded the sdk from 3.5 to 3.8.
    ANE compile CMD:
    adt -package -storetype pkcs12 -keystore ane.p12 -storepass 1234 -target ane yund.ane extension.xml -swc yunding.swc -platform iPhone-ARM -platformoptions platform.xml IDS.framework library.swf libIslandIDSANE.a
    platform.xml:
    <platform xmlns="http://ns.adobe.com/air/extension/3.5">
         <sdkVersion>6.1</sdkVersion>
         <linkerOptions>
                        <option>-w</option>
            <option>-ios_version_min 4.2</option>
                        <option>-framework Foundation</option>
                        <option>-framework StoreKit</option>
                        <option>-framework AdSupport</option>
                        <option>-framework QuartzCore</option>
                        <option>-framework UIKit</option>
                        <option>-framework CoreGraphics</option>
                        <option>-framework SystemConfiguration</option>
                        <option>-framework Foundation</option>
                        <option>-lz</option>
         </linkerOptions>
                 <packagedDependencies>
                        <packagedDependency>IDS.framework</packagedDependency>
              </packagedDependencies>
    </platform>
    msg:
    ld: file was built for unsupported file format ( 0x56 0x65 0x72 0x73 0x69 0x6f 0x6e 0x73 0x2f 0x43 0x75 0x72 0x72 0x65 0x6e 0x74 ) which is not the architecture being linked (armv7): C:\Users\timoo\AppData\Local\Temp\139d9782-79fd-422a-8c15-da1da2da8c53/IDS.framework/IDS for architecture armv7
    Compilation failed while executing : ld64
    help me
    thx

    Have you Found the way to solve this problem yet?
    I  have got the same problem. Here is the error log when building the IPA:
    ld: warning: ignoring file /var/folders/c0/m8m1_z5915qblkj9d_7jhmcw0000gn/T/3cb383e9-0092-4b1c-909f-5c219b2fbcd4/Par tytrack.framework/Partytrack, file was built for unsupported file format ( 0x56 0x65 0x72 0x73 0x69 0x6f 0x6e 0x73 0x2f 0x43 0x75 0x72 0x72 0x65 0x6e 0x74 ) which is not the architecture being linked (armv7): /var/folders/c0/m8m1_z5915qblkj9d_7jhmcw0000gn/T/3cb383e9-0092-4b1c-909f-5c219b2fbcd4/Par tytrack.framework/Partytrack
    ld: warning: CPU_SUBTYPE_ARM_ALL subtype is deprecated: /Users/apple/Documents/flexsdk/flex3.9/lib/aot/lib/libDebugger1.arm-air.a(avmplusDebugger .cpp.o)
    Undefined symbols for architecture armv7:
      "_OBJC_CLASS_$_Partytrack", referenced from:
          objc-class-ref in libcom.haibin.extension.PromotionAPI.a(partyTrackAPI.o)
    ld: symbol(s) not found for architecture armv7
    Compilation failed while executing : ld64
    My platformoption.xml content is:
    <platform xmlns="http://ns.adobe.com/air/extension/3.8">
        <sdkVersion>7.0</sdkVersion>
        <linkerOptions>
            <option>-ios_version_min 4.3</option>
            <option>-framework CoreData</option>
            <option>-framework UIKit</option>
            <option>-framework Foundation</option>
            <option>-framework Security</option>
            <option>-weak_framework AdSupport</option>
        </linkerOptions>
        <packagedDependencies>
            <packagedDependency>Partytrack.framework</packagedDependency>
        </packagedDependencies>
    </platform>
    And my build command are:
    <target name="package" description="Create the extension package">
    <exec executable="${FLEX_HOME}/bin/adt" failonerror="true" dir="${basedir}">
    <env key="AIR_SDK_HOME" value="${FLEX_HOME}"/>
    <arg value="-package"/>
    <arg line="-storetype pkcs12"/>
    <arg line="-keystore testkey.p12"/>
    <arg line="-storepass 123456"/>
    <arg line="-target ane"/>
    <arg value="../${ANE_NAME}.ane"/>
    <arg value="extension.xml"/>
    <arg line="-swc ../swc/${ANE_NAME}.swc"/>
    <arg line="-platform iPhone-ARM -platformoptions platform.xml -C ../iPhone-ARM/ . "/>
    <arg line="-platform Android-ARM -C ../Android-ARM/ ."/>
    <arg line="-platform default -C ../default/ ."/>
    </exec>
    </target>
    File "Partytrack.framework " is in the directory "iPhone-ARM"

  • Nikon D750 can you tell me when you launch a camera plug in for Raw file, Then I can use photoshop elements 13. I have now a trail version

    can you tell me when you launch a camera plug in for Raw file, Then I can use photoshop elements 13. I have now a trail version

    For that Nikon model you need ACR 8.3 that means CS6 or CC.  Or you can download the DNG converter convert your Nikon RAW files to Adobe RAW files. And then process the Adobe RAW files with CS5 ACR version  6.7
    Camera Raw plug-in | Supported cameras

  • I can't import MXF files shot on a Canon C300 into FCP 10.1.2.  I have the Canon plug in for MXF file to FCP import but FCPX still doesn't recognize MXF files when I try to import. Premiere works fine importing MXF on the same computer.

    I can't import MXF files shot on a Canon C300 into FCP 10.1.2.  I have the Canon plug in for MXF file to FCP import but FCPX still doesn't recognize MXF files when I try to import. Premiere works fine importing MXF on the same computer.  Any help is appreciated.

    Russ and Luis,
    I did uninstall and re-install Canon XF Utility and the Canon FCPX plug in.   Still no luck.  I checked the CanonXF64.RADPlug folder is on my computer in the Rad Plugins folder in application support  This is where it is supposed to be as far as I can figure out. 
    Another piece of the puzzle is that  footage shot on a Canon C300 in 2013 and  I reimported today and it DOES import into FCP10.1.3.   Footage shot on a different Canon C300 filmed this summer will NOT import into FCPX.  The latter will import into Premiere. But I am trying to work in FCPX, but maybe I shouldn’t be??
    Any ideas?  (screen shots below)
    Thanks.
    Peace, Huey
    FYI Here is what Canon says
      "There is another trick that works sometimes though.  Try uninstalling the plugin and XF Utility.  Then, install the latest XF Utility, followed by the plugin, in that order."
    I did do this but no results.  Otherwise they say I need to wait for a new plugin.
    Here's 2014 Canon C300 files does NOT import to FCPX
    Here's 2013 Canon C300 files does import into FCPX.  I thought it was Contents folder but another set of footage shot on C300 does import and there is no contents folder for that. 

  • Trying to copy a 10gb file to a memory stick but theres an error msg file to large for the file format of the stick. is there a way around this

    trying to copy a 10gb file to a memory stick but there's an error msg, file to large for the file format of the stick. is there a way around this

    If you use 'Disc Utility' you can format the stick (this will erase its contents) to be exFat which will still work with Mac and Windows but allow a larger file sizes to be placed onto the stick.
    Disc Utility > Click the drive on the left > Erase (tab) > Change format to ExFat > Erase > Try putting the file on to the stick again.

  • Missing Plug-in to support file format

    Hi- When I try to open a PDF in CS5 and/or CS6 it gives me the following message " Cannot open the file. Adobe InDesign may not suprot the file format, a plug-in that supprts the file format may be missing, or the file may be open in another application. I've closed out the file in other applications... and called adobe. They said to write in the forum and that it was an issue with 3rd parties plug ins, Indesign not reading it? Help please... not sure what is the next step for this... happens in both CS5/CS6

    There are commercial plugins from DTP Tools and Markzware that will allow you to open a PDF and convert to .indd directly, but that's the only way to edit a PDF inside ID, and there may be some loss in translation.
    You can export the images and the text from the PDF using Acrobat pro, then plalce the PDF into ID as a template on which to rebuild, or you can try to obtain the original files used to create the PDF. As a format, PDF is inteneded to be the final output, not subject to further editing.

  • Schema (*.xsd) for TDM file format?

    Our application (written in C#) has to...
    - parse the TDM file for specific information
    - edit the content of specific tags on the TDM file
    We use the normal MS XML engines to process the xml information in the TDM.
    Question: Is there an xml schema (*.xsd) available for the xml tags inside the TDM that we can use to...
    - validate the TDM
    - know which values are allowed inside the tags?
    So far I found nothing that would help me during my two day cruise thru internet, zone.ni.com, Online-Help.
    Thanx, Oliver Thost.
    red-ant measurement technologies and services e.k.

    Hello Mr. Romainczyk,
    Thanx for your reply to our post at zone.ni.com.
    My Email: [email protected]
    - We are NI customer in Germany.
    - We bought DIAdem SSP contract to our new DIAdem 9 license.
    - We also have bought LabView Developer Suite 1 year subscription.
    - We program a LV application for PXI 8186 controller.
    I also started a SSP technical query via telephone concerning the same topic but until now there is no answer.
    In our project we need technical information concerning the TDM file format since we will develop an C# application that works with TDM files.
    From the beginning:
    1) Our LV application logs vibration measurement data (multiple channel) into multiple WAV-files that are referenced channels for the TDM.
    2) So DI
    Adem is able to directly read and process the WAV-data via TDM.
    3) The third application (written in C#) has to read the TDM information and�
    - delete one channel or
    - change axis names or
    - change samplerate for one channel or, or, or�
    That�s why we are searching for a complete technical description of the TDM xml-schema:
    - Description of all available tags
    - Summary of all allowed data inside the tags
    and so on
    We already have the description for the DAT format.
    Best regards, Oliver Thost
    red-ant measurement technologies and services e.k.

  • How to examine pdf for image file formats, OCR, and layers

    Hi,
    I have a question about how to find out specific features of a pdf.  I am using Adobe Acrobat 9 Pro for windows.
    With any given PDF, I am looking to find out:
    a]  The specs of any image files used  to create the pdf (i.e., if the pdf is made up of text pages with image objects on top of them, are those image objects JPGs?  TIFFS?  What resolution are they? Are they compressed?)
    b]  Does this PDF have OCR already embedded in it?
    c]  Does this PDF have multiple layers?
    with a] -- file format is perhaps the most important, resolution and compression being second most
    with c] -- is there an easy way to see the layers, visually, on the page images?
    What is a smiple way to find out this information?
    I've poked around a bit in the "Examine Document" function, and various checks in "Preflight," as well as the help manual, and have found bits and pieces that look like some of what I'm looking for, but nothing simple or conclusive yet.
    Any help or advice would be wonderful!  I just want a simple way to be able to see what my PDF is made out of, in terms of image files, OCR, and layers.
    Thanks,
    Andrew

    Preflight is inded the best way to do this operation. You may have to read a bit to figure out what you are looking at, but that is the right route to take.

  • Same logo printing different colors for different file formats?

    I created a logo for a client who will be using it for some printed materials.  I provided the logo in 3 different file formats: EPS, JPEG and Tiff.
    In INDesign and MS Word, the logo is printing a different color for the EPS vs the Jpeg/Tiff file types.  Is there something I'm missing?
    I've even tried changing the color to something completely different and we are getting the same result.  There is STiLL a considerable difference between the Eps file and the other two files.

    No the logo was created for print and I originally had used a pantone color but converted to CMYK.  The actual value is C69 M7 Y0 K0.  When my client inserts the eps file into her InDesign layout, it prints a bright aqua color and if she uses either the jpeg or tiff, it is a much different blue.  We've tried other colors because I was thinking it might just be the fact that it's a blue color... but the same thing happens to other colors. I am wondering if there is some sort of color management setting that is causing the eps to be different?

  • Does anybody know if and when there will be a plug in for raw files from the Nikon D810? I have lightroom 4

    I am considering buying a Nikon D810 but I do not want to be waiting for ages for a plug in for it's RAW files on my Lightroom 4. Does anybody know if and when there will be a plug in? I presume the 8.5 plug in will not cover the cameras Raw file.

    There is no plug-in for Lightroom 4 that would ever give you support for the new camera. Lightroom does not use Camera Raw. Camera Raw is a plug-in for Photoshop and Photoshop Elements. If you want support for your camera in Lightroom you will need to upgrade to Lightroom 5, and then wait for the 5.6 update which should be available within next few weeks (unless Lightroom 6 is introduced). In the meantime you can use the DNG converter (version 8.6 RC) to create DNG copies of your raw images that you would be able to open in Lightroom 4.

  • How to create a file for the file format PDF/A?

    I want to create a file,which conform to the standard  PDF/A.
    when i use InDesign to create a pdf file and export it,i find the file format only support PDF/X,
    but i can't find any menu for PDF/A.
    who can help me?
    thank you !

    File>Print
    Choose Adobe PDF as your printer
    Go to Setup
    Go to preferences
    Choose the standard
    Make sure the rest of your settings are correct for the page size etc.
    It's a big screenshot so I've linked instead of posting here.
    Sorry had to blur out some PDF settings for privacy reasons
    http://img339.imageshack.us/img339/6103/37345539.png

  • Content Engine Network Module for Caching File Server Objects

    We have a content engine network module for a 2821 router located at a branch office that we'd like to use for clients to obtain locally cached file objects from a Windos server located at our headquarters or corporate office. I've been looking for some sample configs or documentation that will show me that this is possible and on how to do it since this is my first time ever doing. All I was able to find so far was the link below under "Support of Preloading of NTLM Authenticated Objects", but it seems incomplete in providing configuration tasks that most CCO doc's usually provide. Has anyone else had any luck finding some useful doc's or sample configs to get this accomplish? Thanks in advance.
    http://www.cisco.com/univercd/cc/td/doc/product/webscale/uce/acns55/55ldg/urlfiltr.htm#wp1158213

    You can't cache Windows Files using the Cache Engines.
    You CAN do this using WAFS though. I'd suggest looking at the WAFS (or upcoming WAAS) products, which use WCCP like the Cache Engines to transparently redirect Windows File Sharing requests.

  • ICloud support for .pdf file format

    Help mentions iCloud supports .pdf file formats, but then does not show anything about how to get one of these files onto iCloud.  Since the pdf files I have were never created by one of the supported Application how does one place or retrieve a pdf file to/from iCloud?
    Thanks

    PSE 4 does do 16 bit - although there are a limited number of things you can do at that depth.
    It has essentially no support for actions.

  • Final Cut x 4 conversion or plug-in for TOD files

    Are there any plug-ins for FCX4 that would allow me to edit TOD files? FCX4 doesn't recognize them. I know I can convert the TOD files to MOV files using MPEG Streamclip.  That wouldn't be so bad except that my friend has handed me 35 hours of raw footage in TOD.

    Thanks, Martin.
    I found the batch conversion feature.  Now I've noticed that when conveting a TOD file to a MOV file, the MOV file size is about 4x larger.
    The TOD file info is this:
    Stream: MOV0A3.TOD
    Path: /Volumes/042811/SD_VIDEO/PRG006/MOV0A3.TOD
    Type: MPEG transport stream
    Duration: 0:05:41
    Data Size: 720.99 MB
    Bit Rate: 17.69 Mbps
    Video Tracks:
    4113 MPEG-2, 1440 × 1080, 16:9, 29.97 fps, 20.00 Mbps, upper field first
    Audio Tracks:
    4129 MP2 stereo, 48 kHz, 384 kbps
    Stream Files:
    MOV0A3.TOD (720.99 MB)
    When I convert to a MOV file I'm using these settings:
    Any advice on these settings to keep the MOV file the same size as the TOD file?

Maybe you are looking for