Import REAL48 (binary) into an external application

Hello,
I need to import binary REAL48 data into an external C++ program. What is the best way of doing this ?
In case of having to write a conversion - What is the layout of the bits involved ?
Best Regards,
Moke

Hello Moke,
I am attatching a PDF with the Data Set Description. It will give you an idea how to interpret the header and the binary data.
regards
Ingo Schumacher
Systems Engineer Sound&VibrationNational Instruments Germany
Attachments:
dmHeader.pdf ‏1754 KB

Similar Messages

  • Importing public key certificate from external application

    Hello!
    I am trying to implement the following scenario:
    1. External client application sends it's public key certificate to SAP WAS
    2. SAP imports this certificate into its PSE
    3. External client application sends digitally signed messages to SAP (with <i>secKey</i> HTTP call parameter)
    4. SAP checks this signature and does whatever further action.
    For simplicity reason, I emulated this "external app" by using the ArchiveLink interface of the very same SAP system. So, I have one system which is at the same time client and server, but the communication works via HTTP.
    I started with step 1: The ArchiveLink (in my case "external app") uses the function SCMS_HTTP_PUT_CERT to send the public key certificate to the client via HTTP. It worked well - I received the message with HTTP service and it contained some binary content as expected (valid public key certificate - I suppose).
    Unfortunately, I was unsuccessfull with step 2: How to import the received certificate into my PSE?
    I debugged the STRUST transaction and saw that it uses the function SSFP_PUTCERTIFICATE to import public key certificate into SAP's own PSE. However, when I try to use it, I get error <i>No temporary PSE available</i>. I also tried to <i>encode-base64</i> this message with the same result. What does this mean?
    Does anyone has experience with this? Please share it.
    Thanks in advance and kind regards,
    Igor

    The key point was understanding the cleverly named parameter PROFILE in the function SSFC_PUT_CERTIFICATE. You'd never guess: it's a path to a PSE where you want to put the certificate, in my case: C:\usr\sap\NSP\DVEBMGS00\sec\SAPSYS.pse. There's one more step: updating database with the file system PSE.
    So, the test sequence that works is:
    1. SSFP_GETSAPCERTIFICATE
    2. SSFC_PUT_CERTIFICATE
    3. SSFPSE_STORE
    Regards,
    Igor
    P.S. Am I the only one playing with these things? I keep getting 0 replies to my questions.

  • Import SAP WSDL into External Definition

    Hi Friends,
    I'd like to import a WSDL into XI External Definition. However, the WSDL is gained from Web AS Web Service Navigator. So it is a zip file and consists of three WSDL files. How can I import them into the external definition?
    Thanks + Regards
    Jerome

    Hi Jerome,
    If you have three wsld files then aren't those three messages?
    have you tried importing them as external definitions one by one?
    you can check how the message structre looks like
    when you try to use the external definition inside a
    message mapping (remember you don't create message type from external definitions)
    Futher reference:
    http://help.sap.com/saphelp_nw04/helpdata/en/26/9e97b0f525d743882936c2d6f375c7/content.htm
    BTW
    while creating external defnitions (WSDL)
    you can only choose wsld file or XML - nothing else
    Regards,
    michal

  • Cache problem when coming back from external application

    Let's see if I can explain this properly. We have an application consisting of a left menu with books and pages. Each page consists of one Struts portlet. In one case we direct the user to an external mail application. This is handled by the Struts action class setting some fields (identifier and a url to return to when closing the external application). Our action class forwards to a jsp page like this (where url, SESSION_KEY and LINKBACK_URL are populated by the action class)
    <form action="${url}" name="myForm" METHOD="POST" TARGET="_top">     
    <INPUT TYPE="hidden" NAME="i_session" VALUE="<c:out value='${SESSION_KEY}'/>">
    <INPUT TYPE="hidden" NAME="linkback" VALUE="<c:out value='${LINKBACK_URL}'/>">
    </form>
    <script language="javascript">
         document.myForm.submit();
    </script>
    The external application opens up in the same window and when the user closes it you're linked back to our application through the LINKBACK_URL. Now, when I click in the left menu as I did from the start all I see is a blank page (if I click once again it displays correctly) and if I press F5 I'm logged into the external application again so it seems the jsp page with the form is cached. I can in a way understand that it does but I don't want that so are there any way to get rid of this behaviour?
    Best Regards
    Torbjorn

    >
    Edited by Holy at 03/24/2008 11:32 PM

  • Importing flash symbols from an external SWF using URLrequest

    Hello.
    I'm trying for several days now to properly import flash symbols into a flex application.
    i can't only @Embed because the swf file that contains the skins will not be available locally so i need to use URLRequest.
    This is what I've got so far.
    1. I created a flash file, lets call it foo.swf that contains several elements in the library and each element has both `Export for ActionScript` and `Export for runtime sharing` on. one of the elements is called 'test' which is a movieclip of an image.
    2. i created a flex project that creates the swf flashSkins.swf that contains the following Wrapper class:
            package
                import flash.display.Sprite;
                    public class Wrapper extends Sprite
                     [Embed(source="foo.swf",symbol="test")]
                        [Bindable]public static var test: Class;
    I tested to make sure that this class properly fetchs symbols from the flash file properly
    using the following code:
        <fx:Script>
            <![CDATA[
                public var wrapper:Wrapper;
            ]]>
        </fx:Script>
            <mx:Image source="{Wrapper.test}"/>
    it loads the image and shows it properly.
    3. I created another swf file that will fetch the flashSkins swf and import the Wrapper class from it. this is where i fail.
            public function loadSkins():void
                    bgLoader = new Loader();
                    var bgURL:URLRequest = new URLRequest('http://files.xpogames.com/flashSkins/flashSkins.swf');
                    bgLoader.contentLoaderInfo.addEventListener(Event.INIT,onLoaded);
                    bgLoader.load(bgURL);
                public function onLoaded(e:Event):void {
                    var clazz:Class = bgLoader.contentLoaderInfo.applicationDomain.getDefinition('Wrapper') as Class;
                    var a:Object = new clazz();
                    theimage.source=a.test;
            ]]>
          </fx:Script>
            <mx:Image id="theimage" />
    I tried using getDefinition with 'wrapper' or 'Wrapper' but on both cases i get an error that the variable is not defined.
    any ideas?

    Did you try using the Event.COMPLETE instead of Event.INIT?

  • Reg: Cannot Importing B2mml XSD's successfully into PI External defnitions

    Hi! PI Team,
    I would like to know one interesting topic about B2MML structures. Here as per my requirement we are trying to integrate MES application with ECC by means of PI 7.1. For that I received List of XSD's with B2MML Strucutures.  on ECC side we are going for control reciepe for Process Order. and IDOC for Material Master.
    ISSUE::
    Even though as per my knowledge we cannot import successfully those b2mml xsd's into PI successfully I tried Since I received XSD's at MES appliction side I tried to import those XSD's into PI External Defnition
    I tried actually importing Materialdefinition xsd but I got an error instead of fields for each and every field I am getting that
    <b> Material Definition and as a type as APLLICATION error instead of xsd:: string or  something else.
    Can any one help me  out regarding this and how to import those structures succesfully and also let me know or provide the links if you are having XI scenarios for MES and ECC integration
    Note::</b>  I already gone through few B2mml links but i didn;t found any ans in those.
    Regards::
    Amar Srinivas Eli
    Edited by: Amar Srinivas Eli on Aug 30, 2009 12:52 AM

    Hi!
    Thanks for your immediate reponse but these are not the right one because I zip file which I received from the client contains nearly lots of XSD's but which when I am imporing into PI I getting in this form
    I am getting for field names Instead of Field Names as MAterial Definition and type as Applciation some thing..
    Pelase let me know whether I need to change my XSD or not ? If yes How to change ? or else plse gudie  me in a right way ?
    Regards:
    Amar Srinivas Eli

  • I imported my photos from an external hard drive into Lightroom, edited my photos but what next...?!

    Adobe,
    I imported my photos from an external hard drive into Lightroom, edited my photos and when i decided to export them the originals had not been updated and the deleted photos had not been deleted. How do i set it up so that once i import the photos, edit them and export they are then placed back in their original folder edited and updated?
    I have managed to export the photos to another file but these were exported with an Adobe.xmp file. What is this and is this necessary?
    Thanks for your help!

    It's important to realise that LR is a DAM (Digital Asset Management) application - no images are actually imported into LR only links to where they are. Secondly, the details of any edits that you make to your images are kept only in the database and/or xmp files depending how you set this up in Preferences. In the general workflow e.g. edit in Lightroom, further edit in Photoshop and returning to LR then creating xmp files aren't really necessary. So just to emphasise - edits are stored in the LR's database, the original RAW images themselves don't change (non destructive editing). You can prove this yourself by desaturating an image (turning it into a B+W) and then look at the original images in Explorer - you'll see it's still being shown in colour.
    Exporting an image is something different. By implication, you've finished with the image and perhaps want to save an image for posting on the web somewhere. Now assuming your not using any additonal and freely available LR export plug-ins, one way would be to Export a jpeg image to a folder on the desktop and this is allowed for in the Export dialogue. At this time LR reads any edits from it's database and applies those to the exported jpeg (or tiff) file it's going to send to the folder on the desktop.
    As mentioned earlier, any edits and keywords etc are stored in LR's database - original RAW files remain untouched. XMP files also store the edits if LR is set up to create xmp files (in Preferences) but these are not really necessary unless you are going to be editing an already edited RAW file in another application. As an example - you import into LR's library a scanned negative. Now because strictly speaking LR isn't designed to work with negative images, you now open this file via Bridge into ACR and from here reverse the negative into a positive image. All fine and good except when you go back into LR what's shown is still a negative so what is needed is to update the metadata (LR > Metadata > Read Metadata from file) which will force LR to read the newly created metadata from the xmp file that Bridge generated. As already suggested, if you're happy editing your RAW files in LR and only LR then xmp files aren't really necessary - all the data being saved in LR's database.
    Hope this has been of some help but if I might also suggest, purchasing a good book on LR from the outset thus getting to really know LR will pay dividends further on down the line.

  • : how can I import mp3s from my gmail account into my iTunes application so that I can import audio for recording into GarageBand ?

    : how can I import mp3s from my gmail account into my iTunes application so that I can import audio for recording into GarageBand ?

    Save the file from Gmail onto your computer and add it to iTunes.  How you save from Gmail is a Gmail question (their own support pages), not an iTunes question.

  • Is there a way to import Raw files into LR catalog ..including..any edits performed in an external raw file editor such as Capture One?

    Is there a way to import Raw files into LR catalog ..including..any edits performed in an external raw file editor such as Capture One?
    I can import the Raw file successfully but cannot see any edits that were applied in Capture One. Im assuming no but just checking.

    Your assumption is correct, Capture One, Lightroom and other third party raw processors have their own proprietary processes and profiles for rendering the raw data.
    They do not make permanent changes to the raw data and store the changes to an .xmp file or to a catalog file like Lightroom.

  • Trigger on Insert into a custom table from external application

    This is the problem I am facing.
    External Application using a different schema lets say extdb on a different server. This writes into a table in a schema called appscustom schema. Appscustom schema is under Oracle Apps.
    A trigger in Oracle Apps to be executed on insert into the appscustom schema table.
    This trigger inturn will run a concurrent job to create the invoice and gl interface tables.
    THe problem I am facing is, The trigger get executed but the concurrent job does not get triggered/run.
    Here is the trigger. Let me know, what might be wrong.
    THe values for vRESP_APPL_Id,vRESP_ID, vUSER_ID becomes null in the test_pims table.
    Whereas when I manually insert from backend into appscustom schema table the concurrent job gets submitted.
    ~~~~~~~~~~~~~~~~~~~~~~~~~~
    -- Start of DDL Script for Trigger APPS.RWJF_PIMS_ORACLE_INT
    -- Generated 5/25/2005 22:10:52 from APPS@HENRY_DEVL
    CREATE OR REPLACE TRIGGER rwjf_pims_oracle_int
    AFTER
    INSERT
    ON rwjf_pimstxnbatch
    REFERENCING NEW AS NEW OLD AS OLD
    FOR EACH ROW
    WHEN (new.status = 'U' )
    Declare
    ReturnCode BOOLEAN;
    ConcReqID NUMBER := 0;
    vRESP_APPL_ID NUMBER;
    vRESP_ID NUMBER;
    vUSER_ID NUMBER;
    LoadToAp NUMBER :=0;
    LoadToGl NUMBER :=0;
    Begin
    -- vRESP_APPL_ID := apps.fnd_profile.value(200); -- AP --('RESP_APPL_ID');
    -- vRESP_ID := apps.fnd_profile.value(20639); -- 20639 for payables mgr. for rwjf_payables Mgr (50001); --('RESP_ID');
    -- vUSER_ID := apps.fnd_profile.value(1247); -- 1247 for sury 1065 for interface -- ('USER_ID');
    LoadToAp := 0;
    SELECT COUNT(*)
    INTO LoadToAp
    FROM rwjf.RWJF_PimsTxnBatchDtl
    WHERE GL_OR_AP = 'A'
    AND pims_txn_batch_id = :NEW.Pims_Txn_Batch_id;
    LoadToGl := 0;
    SELECT COUNT(*)
    INTO LoadToGl
    FROM rwjf.RWJF_PimsTxnBatchDtl
    WHERE GL_OR_AP = 'G'
    AND pims_txn_batch_id = :NEW.Pims_Txn_Batch_id;
    IF LoadToAp > 0 THEN
    vRESP_APPL_ID := 200; -- Application Id 200 Account payables
    vRESP_ID := 50001; -- RWJF_Payables Mgr for user interface
    vUSER_ID := 1065; -- user id for user name interface
    apps.fnd_global.apps_initialize(vUSER_ID,vRESP_ID,vRESP_APPL_ID);
    ConcReqID := 0;
    ReturnCode := FND_REQUEST.SET_MODE(TRUE);
    ConcReqID := FND_REQUEST.SUBMIT_REQUEST('RWJF',
    'RWJF_PIMS_INT',
    '', '', FALSE,
    :NEW.Pims_Txn_Batch_id,'AP', chr(0),
    END IF;
    IF LoadToGl > 0 THEN
    vRESP_APPL_ID := 20003;
    vRESP_ID := 50003;
    vUSER_ID := 1065;
    apps.fnd_global.apps_initialize(vUSER_ID,vRESP_ID,vRESP_APPL_ID);
    ConcReqID := 0;
    ReturnCode := FND_REQUEST.SET_MODE(TRUE);
    ConcReqID := FND_REQUEST.SUBMIT_REQUEST('RWJF',
    'RWJF_PIMS_INT',
    '', '', FALSE,
    :NEW.Pims_Txn_Batch_id,'GL',chr(0),
    END IF;
    insert into test_pims
    values
    ('Test3',:New.Pims_Txn_Batch_id,vUSER_ID,vRESP_ID,vRESP_APPL_ID);
    insert into test_pims
    values
    ('Test3',ConcReqID,vUSER_ID,vRESP_ID,vRESP_APPL_ID);
    IF ConcReqID = 0 THEN
    DBMS_OUTPUT.PUT_LINE('Problem Submitting Program to get pims txn batch'); /* Handle Error */
    END IF;
    End;
    -- End of DDL Script for Trigger APPS.RWJF_PIMS_ORACLE_INT

    don't quite understand the structure of your tables but it sounds similiar to a merge statement.
    (contiditonally insert, update records depending on whether or not corresponding records exist)
    create table custom_table
    (cust_no number,
    line_no number,
    party_id number
    create table hz_parties
    as (
    select 1 party_id, 'A' bill_to_location, 10 cust_no, 100 line_no from dual union
    select 2, 'B', 20, 200 from dual union
    select 3, 'C', 30, 300 from dual union
    select 4, 'D', 40, 400 from dual
    merge into custom_table t1
    using (select * from hz_parties) t2
    on (t1.party_id = t2.party_id)
    when not matched then insert (t1.cust_no, t1.line_no, t1.party_id)
    values (t2.cust_no, t2.line_no, t2.party_id);
    Edited by: pollywog on Mar 5, 2010 6:52 AM

  • Is there way for me to import my yahoo email contacts into my mail application that i set up for yahoo?

    Is there way for me to import my yahoo email contacts into my mail application that i set up for yahoo?

    Yes I am using the in but app and set up using the yahoo option. I have moved the sliders to on for mail contacts calendar etc but I see nothing still. I have removed all other sources of contacts and still it's empty. Is there anyway to force a resync? Many thanks.

  • Bulk Load into SAP system from external application

    Hi,
    Is there a way to perform a bulk load of data into a SAP system from an external application?
    Thanks
    Simon

    Hello,
    My external application is a C program and I think I want to use IDocs and RFC to communicate with the SAP system.
    Simon

  • Can I import .MTS files from an external hard drive into Final Cut Pro X?

    Can I import .MTS files from an external hard drive into Final Cut Pro X?

    Luis Sequeira1 wrote:
    b) Use an utility like Clipwrap or MPEG Streamclip to convert the mts file to a quicktime (mov) file
    Luis,
    Just to clarify one point…in order for Streamclip to convert the MTS I believe a plug-in like the AVCCAM QuickTime importer from Panasonic needs to be installed. (Credit David McClain over at the FCS boards for that info.)
    Russ

  • TS3355 I loaded video from an external hard drive to my desktop. How do I import the video into iMovie 09? I tried "Import Camera Archive". Didn't work.

    I loaded video from an external hard drive to my desktop. How do I import the video into iMovie 09? I tried "Import Camera Archive". Didn't work.

    It depends on the type of video. iMovie will only import video that it can edit.
    In general, you would use FILE/IMPORT MOVIE...

  • Can I import CD's into iTunes from an external Firewire CD/DVD player?

    The CD/DVD player on my iMac G4 broke and just wondering if I can hook up a cheap external Firewire CD/DVD drive (with RW capability) to my iMac and still be able to view DVD's and import CD's into iTunes?
    Thanks for any answer to this question.
    Thanks,
    Dave

    Yes - connect the ext device - open iTunes - load a CD - it shouold appear in the left most column of iTunes under Devices - rip away.
    To use that same ext device to burn then go to iTunes prefs>Advanced>Burning and select it from the drop down menu.
    MJ

Maybe you are looking for

  • Channel error when working with BlazeDS and JBoss

    I am getting this error... can someone just help me on this front this is the mxml <?xml version="1.0" encoding="utf-8"?> <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute"> <mx:Script> <![CDATA[ import mx.rpc.events.ResultEv

  • Switching from PC to Mac - Iphone issues

    Hi....jus got myself a macbook 2.4ghz model....I got an iphone 3g which i used with a windows laptop... I've copied all my songs into a portable disk drive and plan to move that to the mac.....once i upload the songs into itunes....and connect my iph

  • Server responded with "502"

    Just started getting " The request for account "iCloud" failed. The server responded with "502" to operation CalDAVAccountRefreshQueueableOperation. poping up as an error message for iCal, yet I have changed nothing.

  • Problem to see photos in APEX loaded in Forms 9i

    I have a table employees with field "Photo" BLOB. This table was filled from Forms 9i using WEBUTIL. Now, i´m using APEX 3.1 to access photo but not view image. I have a application Apex 3.1 to upload the news records and photos from Employees, and i

  • HT1349 Will apple care replace my water damaged iPhone 4s

    I have a iPhone 4s with slight water damage and I would like to know if apple care will replace it for the $49.99 deductible. I do have AppleCare