XML file issue real time

Hi guys,
My question is in a real time scenario how the file is asked for ?
As for testing a simple file scenario we usually get the sample file in XI from Message mapping tool only, this sample file contains primary tag of message type with attribute of namespace  : <b><ns0:MT_FILE_INPUT xmlns:ns0="http://bsptrng.file2file"> </b> "
<ns0:MT_FILE_INPUT xmlns:ns0="http://bsptrng.file2file">
   <Record>
      <Row>
         <FirstName>q</FirstName>
         <LastName>R</LastName>
         <MiddleName>S</MiddleName>
         <City>Dehradun</City>
       </Row>
   </Record>
</ns0:MT_FILE_INPUT>
but when a client will provide us a file it will be a simple xml file like...
<Record>
      <Row>
         <FirstName>q</FirstName>
         <LastName>R</LastName>
         <MiddleName>S</MiddleName>
         <City>Dehradun</City>
       </Row>
   </Record>
As you can see primary tag of Message type with namespace will be missing...
because of that mapping exception is thrown in pipeline service....
<b>My question is how to tackle this ...</b>
Regards,

Why you can not create XSD with the client specification?
Like This:
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified">
     <xs:element name="City">
          <xs:simpleType>
               <xs:restriction base="xs:string">
                    <xs:enumeration value="Dehradun"/>
               </xs:restriction>
          </xs:simpleType>
     </xs:element>
     <xs:element name="FirstName">
          <xs:simpleType>
               <xs:restriction base="xs:string">
                    <xs:enumeration value="q"/>
               </xs:restriction>
          </xs:simpleType>
     </xs:element>
     <xs:element name="LastName">
          <xs:simpleType>
               <xs:restriction base="xs:string">
                    <xs:enumeration value="R"/>
               </xs:restriction>
          </xs:simpleType>
     </xs:element>
     <xs:element name="MiddleName">
          <xs:simpleType>
               <xs:restriction base="xs:string">
                    <xs:enumeration value="S"/>
               </xs:restriction>
          </xs:simpleType>
     </xs:element>
     <xs:element name="Record">
          <xs:complexType>
               <xs:sequence>
                    <xs:element name="Row" type="RowType"/>
               </xs:sequence>
          </xs:complexType>
     </xs:element>
     <xs:complexType name="RowType">
          <xs:sequence>
               <xs:element ref="FirstName"/>
               <xs:element ref="LastName"/>
               <xs:element ref="MiddleName"/>
               <xs:element ref="City"/>
          </xs:sequence>
     </xs:complexType>
</xs:schema>
Regards.
Message was edited by:
        Iñaki Vila

Similar Messages

  • Capture all SQL statements and archive to file in real time

    Want to Capture all SQL statements and archive to file in real time?
    Oracle Session Manager is the tool just you need.
    Get it at http://www.wangz.net
    This tools monitor how connected sessions use database instance resources in real time. You can obtain an overview of session activity sorted by a statistic of your choosing. For any given session, you can then drill down for more detail. You can further customize the information you display by specifying manual or automatic data refresh, the rate of automatic refresh.
    In addition to these useful monitoring capabilities, OSM allows you to send LAN pop-up message to users of Oracle sessions.
    Features:
    --Capture all SQL statement text and archive to files in real time
    --Pinpoints problematic database sessions and displays detailed performance and resource consumption data.
    --Dynamically list sessions holding locks and other sessions who are waiting for.
    --Support to kill several selected sessions
    --Send LAN pop-up message to users of Oracle sessions
    --Gives hit/miss ratio for library cache,dictionary cache and buffer cache periodically,helps to tune memory
    --Export necessary data into file
    --Modify the dynamic system parameters on the fly
    --Syntax highlight for SQL statements
    --An overview of your current connected instance informaiton,such as Version, SGA,License,etc
    --Find out object according to File Id and Block Id
    Gudu Software
    http://www.wangz.net

    AnkitV wrote:
    Hi All
    I have 3 statements and I am writing some thing to a file using UTL_FILE.PUT_LINE after each statement is over. Each statement takes mentioned time to complete.
    I am opening file in append mode.
    statement1 (takes 2 mins)
    UTL_FILE.PUT_LINE
    statement2 (takes 5 mins)
    UTL_FILE.PUT_LINE
    statement3 (takes 10 mins)
    UTL_FILE.PUT_LINE
    I noticed that I am able to see contents written by UTL_FILE.PUT_LINE only after statement3 is over, not IMMEDIATELY after statement1 and statement2 are done ?
    Can anybody tell me if this is correct behavior or am I missing something here ?Calling procedure must terminate before data is actually written to the file.
    It is expected & correct behavior.

  • Writing multiple arrays to a single xml file at seperate times without overwriting the previous file?

    Hi my name is Dustin,
    I am new to labview and teststand... I am trying to right multiple arrays of data to a single xml file. I can do this with a cluster but I have to create a variable for each of those arrays (21 arrays) and I was hoping to use the same variable for each array. Meaning I obtain my array of data write it to an xml file then replace that array in that variable with a new array and then call up my VI that writes that array to an xml file and write it to the same xml file underneath the first array without overwriting it. Attached is my VI I created to write an array to an xml file. Again I am wondering if there is a way to write multiple arrays to a single xml file at different times without overwriting the previous xml file.
    Thanks
    Solved!
    Go to Solution.
    Attachments:
    Write_to_XML_File.vi ‏11 KB

    Hi dlovell,
    Check the attached example. I think it may help you.
    Regards,
    Nitz
    (Give Kudos to Good Answers, Mark it as a Solution if your problem is Solved) 
    Attachments:
    Write to XML.vi ‏17 KB

  • Detecting PDF-image files in real time

    Hi,
    I'm planning to build a web application that allows users to upload PDF files. I want to be able to check the PDF files in real-time to ensure they only upload PDF text-searchable files, and not PDF image files. Is there anything from Adobe that has this functionality?
    I'll probably to integrating it into a .NET web application.
    Thanks.

    Hi Leonard - thanks for the reply.
    I've read up more about Adobe LiveCycle ES and it seems it might be a bit of an overkill for what I'm trying to do. I just need to have some software to check the PDF document whether it is text-searchable or not. LiveCycle appears to be a full document management and processing suite. Is there any more basic Adobe software that can do this kind of check?
    Thanks much.

  • Why can't read access log file in real-time? (Oracle Weblogic Server 10.3)

    We can't read access log file in real-time. If access log is rotation to new file so can read access log file but can't read real-time.
    *** Oracle Weblogic Server versions 10 R3

    what's your meaning? try this command "tail -f access.log".
    Threre is a buffer about 8K for WebLogic to write the access info into the log files, so you can't see the access info untill the buffer is full.

  • How can I open the selected many xml files at one time in framemaker?

    I want to open the selected xml files at one time in framemaker,but it allows to select one xml file at one time,if i want to select many files ,
    How can i to do?

    Please repost in the FrameMaker forum.
    Mike

  • XML file Issue..

    Hi guys,
    My question is in a real time scenario how the file is asked for ?
    As for testing a simple file scenario we usually get the sample file in XI from Message mapping tool only, this sample file contains primary tag of message type with attribute of namespace  : <b><ns0:MT_FILE_INPUT xmlns:ns0="http://bsptrng.file2file"> </b> "
    <ns0:MT_FILE_INPUT xmlns:ns0="http://bsptrng.file2file">
       <Record>
          <Row>
             <FirstName>q</FirstName>
             <LastName>R</LastName>
             <MiddleName>S</MiddleName>
             <City>Delhi</City>
           </Row>
       </Record>
    </ns0:MT_FILE_INPUT>
    but when a client will provide us a file it will be a simple xml file like...
    <Record>
          <Row>
             <FirstName>q</FirstName>
             <LastName>R</LastName>
             <MiddleName>S</MiddleName>
             <City>Delhi</City>
           </Row>
       </Record>
    As you can see primary tag of Message type with namespace will be missing...
    because of that mapping exception is thrown in pipeline service....
    <b>My question is how to tackle this ...</b>
    Regards,

    Hi
    While creating the message type there will be a tab called "XML Namespace", remove the entry of http://bsptrng.file2file from there.
    regards
    Sam

  • Reading excel files in real time

    Hello,
    I would like to have a labVIEW program which permits to read several excel files, and collect all data in a single excel file.
    I know that it is possible to write a program which can read multiple files.
    But I would like to know that if its possible to read files in a real time:
    for ex. each time there is a new excel file to read, the LabVIEW program read it automatically and add its data to the final file?
    Thank you and bests regards

    As Sam notes, it is certainly possible to merge Excel Files (I've done it, myself).  An oft-repeated Best Practice for Program Development, which I didn't understand nor start following until quite recently, is "Write the Documentation First".  In this case, you want to think carefully (and specify in a Document, which tends to "clarify your thinking") a number of issues:
    Where will you look for the Excel Files to be merged?  [Hint -- it's much easier if they are all in the same Folder).
    Where will you save the Merged File?  Will it be in the same Folder as the Source Files?
    How will the Merged File be named?  This can have an interaction effect with the previous points.
    What is the structure of the Source, and of the Merged, File?  Is it "obvious" how the Merge is to take place?
    Related to #4, are there Headers?  Multiple WorkSheets?
    How do you know when it is time to Merge?  Are you checking for new files periodically?  How often?
    In some ways, these "structure" questions are trickier to design and thornier to deal with than simply reading data from two Excel Files and writing the data to a third (which I'm calling a Merge).  Note that I'm assuming that you are really dealing with Excel files (.xls, .xlsx), for which I recommend using the Report Generation Toolkit.  If you are speaking about Comma-Separated Variable (.csv) files that LabVIEW calls "Spreadsheets", the above questions are still mostly relevant, but your approach will be a little different.
    Write yourself a Document, show it to us, and if you have ideas on how to do this, give it a try and show us your code -- we'll try to provide assistance if you "get stuck".
    Bob Schor

  • XI have to break/split XML-File into N times a XML Message

    Hello,
    Can anyone help with this one. I guess this is not an easy exercise but I need to solve it urgently.
    XI gets a XML-file from a system.
    This file has N times a element <XBT>.
    Every time XI gets such a file the number of <XBT> is different.
    XI haves to break this xml into N xml messages according to element ><XBT> in order to send them to Sap sequentially.
    For example the following XML file have to split up into 2 xml files (the elements XBT occurs 2 times)
    How can this be done?
    <mt_BubaBestand>
    <b><XBT></b>
      <Algemeen>
         <Verkooporganisatie>5000</Verkooporganisatie>
         <Distributiekanaal>50</Distributiekanaal>
         <Productgroep>50</Productgroep>
         <Ordernummer>123123</Ordernummer>
         <Verkoopgroep/>
         <Documentdatum>20061207</Documentdatum>
         <Medewerker_nr>e60217</Medewerker_nr>
         <Medewerker_naam>Hermans</Medewerker_naam>
         <CRM_nr/>
         <CIFDedicated/>
         <Klantgroep/>
      </Algemeen>
    <b></XBT></b>
    <b><XBT></b>
      <Algemeen>
         <Verkooporganisatie>5000</Verkooporganisatie>
         <Distributiekanaal>50</Distributiekanaal>
         <Productgroep>50</Productgroep>
         <Ordernummer>123123</Ordernummer>
         <Verkoopgroep/>
         <Documentdatum>20061207</Documentdatum>
         <Medewerker_nr>e60217</Medewerker_nr>
         <Medewerker_naam>Hermans</Medewerker_naam>
         <CRM_nr/>
         <CIFDedicated/>
         <Klantgroep/>
      </Algemeen>
    <b></XBT></b>
    </mt_BubaBestand>

    This is pretty standard procedure if you are posting these messages to R/3.  As was pointed out in the weblogs above, when using IDocs you don't need to do any tricky configuration.  Just make sure that your XML structure is set correctly (ie:  1 to unbounded, etc) to the limits that you want, and XI will automatically loop the mapping process for each instance of the <XBT> item that it detects in the source message.  You mentioned:
    <i>For example the following XML file have to split up into 2 xml files (the elements XBT occurs 2 times)</i>
    Well, you don't actually split it into two XML files per say, XI just processes the source message straight to multiple IDocs using the IDoc adapter.

  • How to determine time value of a .wav file in real time as it plays?

    Hi all.
    I need to build a vi in which a .wav sound file is represented in a Waveform graph, and at the same time, I want to play that file, and have a vertical cursor line running along the Waveform graph, in order to have a visual representation of where the sound track is, in terms of time.
    Making the .wav file to appear graphicaly on a Waveform graph was an easy task to do, but then, I was´nt able to extract the time information of that .wav file, at the same time that this file is being played.
    This is a very common situation in music players, video players etc, where some kind of graphical artifact, represents in real time where the track is while it plays.

    Hi, this is the first ActiveX control I have played with but its really cool.
    I read this first: -
    http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wmplay10/mmp_sdk/iwmpcontrolsinterface.asp
    Which covers "The IWMPControls interface provides a way to manipulate the playback of a media item."
    Then built the attached sample.
    It should now be straight forward to attach the position information shown to a graph control cursor postion.
    You will need to set a file of your own choosing in the VI first.
    Let us all know if this is what you wanted.
    Attachments:
    mediaplayer current play position demo.vi ‏39 KB

  • Source XML File Issue....

    Hi All,
    I am importing a source xml file using import manager.But the Number of root nodes changes in the source file changes when i import a xml file with only 1 record and multiple record.So I am unable to maintain a same map for the same xml file with different records.I guess something is wrong in my xml structure.
    This is my source xml file:
      >><?xml version="1.0" encoding="utf-8" ?>
      >><ns1:MT_MDM_003_Shipping xmlns:ns1="urn:HaworthInc-com:Customer_Master">
      >><Record>
      >><Sales_Organization>1001</Sales_Organization>
      >><Distribution_Channel>00</Distribution_Channel>
      >></Record>
      >><Record>
      >><Sales_Organization>1001</Sales_Organization>
      >><Distribution_Channel>00</Distribution_Channel>
      >></Record>
      >></ns1:MT_MDM_003_Shipping>
    If i use the above file in the import manager I am seeing the Source dropdown (Source Hierarchy) where we select the source file as
    >>None
    >>ns1:MT_MDM_003_Shipping
    >>Records
    If i use the same import file with just 1 record  as follows
    >><?xml version="1.0" encoding="utf-8" ?>
      >><ns1:MT_MDM_003_Shipping xmlns:ns1="urn:HaworthInc-com:Customer_Master">
      >><Record>
      >><Sales_Organization>1001</Sales_Organization>
      >><Distribution_Channel>00</Distribution_Channel>
      >></Record>
      >></ns1:MT_MDM_003_Shipping>
    If i use the above file in the import manager Now I am seeing the Source dropdown (Source Hierarchy) where we select the source file as only.Records is missing
    >>None
    >>ns1:MT_MDM_003_Shipping
    >>Records (This is missing now)
    Since I am missing the Records I have to create the different map for the same file.
    Is there anything missing in the XML???Or the XML structure is wrong????
    Any Help greatly appreciated.

    Thanks for the reply,
    I am running into this error now,when I use schema gainst the xml file...
    Logon Error: Cannot load xml file
    Error:
    COM error 80004005 Unspecified error
    source = msxml4.dll Description = file:///c:/.........
    The "namespace provided differs from the schema's 'urn:Test-com:Customer_Master' targetNamespace
    XML File:
    <?xml version="1.0" encoding="UTF-8" ?>
    <ns0:Import_File_Format_008_Correspondence xmlns:ns0="urn:Test-com:Customer_Master">
    <Record>
      <Customer_Nr>ZTEST001</Customer_Nr>
      <Company_Code>1001</Company_Code>
      <Acctg_clerk>03</Acctg_clerk>
      <Bank_statement>1</Bank_statement>
      <Acct_at_cust>ZZZZ1234</Acct_at_cust>
      <Decentralized_processing>x</Decentralized_processing>
      <Coll_Invoice_variant>z</Coll_Invoice_variant>
      <Customer_user>ZCUST USER</Customer_user>
      <Actclk_telno>CLERK TEL NR</Actclk_telno>
      <Clerks_fax>12345678</Clerks_fax>
      <Clerks_internet>clerk internet</Clerks_internet>
      <Account_memo>account memo</Account_memo>
      <Dunn_Procedure>1000</Dunn_Procedure>
      <Dunning_block>A</Dunning_block>
      <Dunnrecipient>CP3016</Dunnrecipient>
      <Legdunnproc>04/22/2008</Legdunnproc>
      <Last_dunned>04/21/2008</Last_dunned>
      <Dunning_level />
      <Dunning_clerk>06</Dunning_clerk>
      </Record>
      </ns0:Import_File_Format_008_Correspondence>
    XSD File:
      <?xml version="1.0" encoding="UTF-8" ?>
    <xsd:schema xmlns="urn:Test-com:Customer_Master" xmlns:xsd="http://www.w3.org/2001/XMLSchema" targetNamespace="urn:Test-com:Customer_Master">
      <xsd:element name="MT_MDM_008_Correspondence" type="DT_MDM_008_Correspondence" />
    <xsd:complexType name="DT_MDM_008_Correspondence">
    <xsd:annotation>
      <xsd:appinfo source="http://sap.com/xi/TextID">51f4f670330e11ddabec00112539c3ab</xsd:appinfo>
      </xsd:annotation>
    <xsd:sequence>
    <xsd:element name="Record" minOccurs="0" maxOccurs="unbounded">
    <xsd:annotation>
      <xsd:appinfo source="http://sap.com/xi/TextID">bcb36bb01c4111ddabe302004c4f4f50</xsd:appinfo>
      </xsd:annotation>
    <xsd:complexType>
    <xsd:sequence>
    <xsd:element name="Customer_Nr" type="xsd:string">
    <xsd:annotation>
      <xsd:appinfo source="http://sap.com/xi/TextID">bcb36bb11c4111ddccfa02004c4f4f50</xsd:appinfo>
      </xsd:annotation>
      </xsd:element>
    <xsd:element name="Company_Code" type="xsd:string" minOccurs="0">
    <xsd:annotation>
      <xsd:appinfo source="http://sap.com/xi/TextID">bcb36bb21c4111dd818902004c4f4f50</xsd:appinfo>
      </xsd:annotation>
      </xsd:element>
    <xsd:element name="Acctg_clerk" type="xsd:string" minOccurs="0">
    <xsd:annotation>
      <xsd:appinfo source="http://sap.com/xi/TextID">bcb36bb31c4111dda34102004c4f4f50</xsd:appinfo>
      </xsd:annotation>
      </xsd:element>
    <xsd:element name="Bank_statement" type="xsd:string" minOccurs="0">
    <xsd:annotation>
      <xsd:appinfo source="http://sap.com/xi/TextID">bcb36bb41c4111dda01702004c4f4f50</xsd:appinfo>
      </xsd:annotation>
      </xsd:element>
    <xsd:element name="Acct_at_cust" type="xsd:string" minOccurs="0">
    <xsd:annotation>
      <xsd:appinfo source="http://sap.com/xi/TextID">bcb36bb51c4111dd817202004c4f4f50</xsd:appinfo>
      </xsd:annotation>
      </xsd:element>
    <xsd:element name="Decentralized_processing" type="xsd:string" minOccurs="0">
    <xsd:annotation>
      <xsd:appinfo source="http://sap.com/xi/TextID">bcb36bb61c4111ddb52602004c4f4f50</xsd:appinfo>
      </xsd:annotation>
      </xsd:element>
    <xsd:element name="Coll_Invoice_variant" type="xsd:string" minOccurs="0">
    <xsd:annotation>
      <xsd:appinfo source="http://sap.com/xi/TextID">bcb36bb71c4111ddca1902004c4f4f50</xsd:appinfo>
      </xsd:annotation>
      </xsd:element>
    <xsd:element name="Customer_user" type="xsd:string" minOccurs="0">
    <xsd:annotation>
      <xsd:appinfo source="http://sap.com/xi/TextID">bcb36bb81c4111ddb7a302004c4f4f50</xsd:appinfo>
      </xsd:annotation>
      </xsd:element>
    <xsd:element name="Actclk_telno" type="xsd:string" minOccurs="0">
    <xsd:annotation>
      <xsd:appinfo source="http://sap.com/xi/TextID">bcb36bb91c4111ddca3502004c4f4f50</xsd:appinfo>
      </xsd:annotation>
      </xsd:element>
    <xsd:element name="Clerks_fax" type="xsd:string" minOccurs="0">
    <xsd:annotation>
      <xsd:appinfo source="http://sap.com/xi/TextID">bcb36bba1c4111ddaad102004c4f4f50</xsd:appinfo>
      </xsd:annotation>
      </xsd:element>
    <xsd:element name="Clerks_internet" type="xsd:string" minOccurs="0">
    <xsd:annotation>
      <xsd:appinfo source="http://sap.com/xi/TextID">bcb36bbb1c4111dd956902004c4f4f50</xsd:appinfo>
      </xsd:annotation>
      </xsd:element>
    <xsd:element name="Account_memo" type="xsd:string" minOccurs="0">
    <xsd:annotation>
      <xsd:appinfo source="http://sap.com/xi/TextID">bcb36bbc1c4111ddb20902004c4f4f50</xsd:appinfo>
      </xsd:annotation>
      </xsd:element>
    <xsd:element name="Dunn_Procedure" type="xsd:string" minOccurs="0">
    <xsd:annotation>
      <xsd:appinfo source="http://sap.com/xi/TextID">bcb36bbd1c4111dd87e302004c4f4f50</xsd:appinfo>
      </xsd:annotation>
      </xsd:element>
    <xsd:element name="Dunning_block" type="xsd:string" minOccurs="0">
    <xsd:annotation>
      <xsd:appinfo source="http://sap.com/xi/TextID">bcb36bbe1c4111dd9aaa02004c4f4f50</xsd:appinfo>
      </xsd:annotation>
      </xsd:element>
    <xsd:element name="Dunnrecipient" type="xsd:string" minOccurs="0">
    <xsd:annotation>
      <xsd:appinfo source="http://sap.com/xi/TextID">bcb36bbf1c4111dda84302004c4f4f50</xsd:appinfo>
      </xsd:annotation>
      </xsd:element>
    <xsd:element name="Legdunnproc" type="xsd:string" minOccurs="0">
    <xsd:annotation>
      <xsd:appinfo source="http://sap.com/xi/TextID">bcb36bc01c4111ddae5402004c4f4f50</xsd:appinfo>
      </xsd:annotation>
      </xsd:element>
    <xsd:element name="Last_dunned" type="xsd:string" minOccurs="0">
    <xsd:annotation>
      <xsd:appinfo source="http://sap.com/xi/TextID">bcb36bc11c4111dd82e802004c4f4f50</xsd:appinfo>
      </xsd:annotation>
      </xsd:element>
    <xsd:element name="Dunning_level" type="xsd:string" minOccurs="0">
    <xsd:annotation>
      <xsd:appinfo source="http://sap.com/xi/TextID">bcb36bc21c4111ddc26a02004c4f4f50</xsd:appinfo>
      </xsd:annotation>
      </xsd:element>
    <xsd:element name="Dunning_clerk" type="xsd:string" minOccurs="0">
    <xsd:annotation>
      <xsd:appinfo source="http://sap.com/xi/TextID">bcb36bc31c4111ddce7f02004c4f4f50</xsd:appinfo>
      </xsd:annotation>
      </xsd:element>
      </xsd:sequence>
      </xsd:complexType>
      </xsd:element>
      </xsd:sequence>
      </xsd:complexType>
      </xsd:schema>

  • I don´t hear mp3 file in real time... why?

    I`m using mp3 at 120 kbps 44 khz, but always hear a stupid BEEP...
    Can I hear mp3 in real time?
    Thanks in advance

    You don't hear it because it isn't in an FCP native format.
    Assuming you're on a DV timeline (or any other with the same specs), take it into Compressor or iTunes and convert to 16 bit 48 kHz AIFF, and you'll be fine.
    It is said that you can also export to AIFF from FCP and then reimport.

  • How to read data from a .txt file in real time

    Hi
    I am running a fortran code which takes around 1 week to run and output data are continuously saved in .txt files. I want to display these data and plot it against time in labview.
    Lets say I have a array of real numbers starting from 1.0 , and every 2-3 sec another number is added (output of code). So I dont want end-of-file-reached error in my program and also want program to wait until next data is updated in .txt file.
    I tried to make a simple read_txt_file.vi, but I am getting problems in terms of continous reading. Help !! Help !!
    Pl see the attached vi.
    Thanx
    PKJ
    Attachments:
    FileReader.vi ‏43 KB
    labview.txt ‏18 KB

    Hi PKJ,
          I modified your VI and it seems to do what you asked, that is, display the data from a file as the data is being added.
    Hope it helps!
    Message Edited by Dynamik on 11-08-2005 04:32 PM
    Message Edited by Dynamik on 11-08-2005 04:34 PM
    When they give imbeciles handicap-parking, I won't have so far to walk!
    Attachments:
    FileReader.vi ‏52 KB

  • Apps to mix sound files in real time, using two soundcards?

    Can someone recommend some applications for linux to mix audio files (mp3, ogg) between two soundcards?
    in realtime... you know, like DJs do, etc...
    TIA, and sorry for the bad english
    luciano

    I think if you use more than one card at a time you're going to run into latency issues, since there is no guarantee that the output from two or more cards will be synchronized. If you really need more than two channels out, a better solution is to purchase a professional card with as many outputs as you need. Also, I don't think Jack (the standard for audio work in Linux) supports the use of more than one card at a time.
    I can't think of a reason you would need more than two channels (one left, one right) unless you're trying to DJ in surround sound. Don't DJs using traditional gear just run a pair of turntables through a crossfader?
    I haven't used the program, but Mixxx looks like the best Linux software for DJing. You might take a look at it first.

  • UTL_FILE.PUT_LINE   not writing to file in real time !!!

    Hi All
    I have 3 statements and I am writing some thing to a file using UTL_FILE.PUT_LINE after each statement is over. Each statement takes mentioned time to complete.
    I am opening file in append mode.
    statement1 (takes 2 mins)
    UTL_FILE.PUT_LINE
    statement2 (takes 5 mins)
    UTL_FILE.PUT_LINE
    statement3 (takes 10 mins)
    UTL_FILE.PUT_LINE
    I noticed that I am able to see contents written by UTL_FILE.PUT_LINE only after statement3 is over, not IMMEDIATELY after statement1 and statement2 are done ?
    Can anybody tell me if this is correct behavior or am I missing something here ?
    Thanks a lot in advance.

    AnkitV wrote:
    Hi All
    I have 3 statements and I am writing some thing to a file using UTL_FILE.PUT_LINE after each statement is over. Each statement takes mentioned time to complete.
    I am opening file in append mode.
    statement1 (takes 2 mins)
    UTL_FILE.PUT_LINE
    statement2 (takes 5 mins)
    UTL_FILE.PUT_LINE
    statement3 (takes 10 mins)
    UTL_FILE.PUT_LINE
    I noticed that I am able to see contents written by UTL_FILE.PUT_LINE only after statement3 is over, not IMMEDIATELY after statement1 and statement2 are done ?
    Can anybody tell me if this is correct behavior or am I missing something here ?Calling procedure must terminate before data is actually written to the file.
    It is expected & correct behavior.

Maybe you are looking for

  • HP Revolve 810 - HP Executive Tablet Pen Does Not Work

    Any suggestions as to how to get the Revolve 810 to recognize the Executive Tablet Pen in "tablet mode" to be able to take handwritten notes in an application like Microsoft One Note? I have been unable to get my HP Executive Tablet Pen to work with

  • Re: Assign Logical System to Client

    Hi Guys, Currently our BI client 100 is connected to ECC client 140. Now I want to connect BI client 100 to e-recruiting client 180. How to do this?  How to assign same client to different logical systems? Regards, Anand

  • Error in starting an EAR containing EJBs : Unable to prepare EJB

    I am using ANT build script to create and deploy EAR on WAS server. This EAR file packages EJB jar file inside it. I am using WAS 5.1.1 Test Environment from IBM RAD 6.0. When deployment is done, the application is not in Started status. If I try to

  • F-32: document Splitting generates lines with alternating +/-signs

    Hi Sap Guru, While clearing the Customer in F-32, user is getting  error as document Splitting generates lines with alternating +/-signs. It is happening only for few customers. Please advice me what could be the reason for the same. Thanks, Manya

  • [Solved] ar9170usb loaded but WIFI not working

    Hi, I bought today my new USB WIFI adapter (TP-Link TL-WN822N), but its not working. ar9170usb module is loaded correctly, but wlan0 doesnt. dmesg| grep ar9170usb [ 3.007214] usbcore: registered new interface driver ar9170usb lsmod | grep ar9170usb a