Recording from muted Line-

Hello,
I'm using Audigy 4. I want to record from Line-In [using eg. Sound Recorder]. I don't want to hear what's on Line-In and I mute it.
Is there any way to do it's When line-in is not muted it works when I record from Analog Mix. When it's muted it doesn't work.
Thanks for help in advance,
Michal

The "record without monitor" option was created for compatibility with TV-card recording, and it depends whether you want Line-In to come back on when you stop recording or that's not a problem for you. If you want to record Analog Mix with Line-In but effecti'vely have it muted for playback for the duration, there's a less direct way to do that with the EAX control panel:
. Launch the EAX control panel.
2. Select an effect preset to base this on, perhaps "(No Effects)".
3. Click on the "Source" tab.
4. Select the "Analog Mix (Line/CD/Aux/TAD/PC)" source.
5. Select each effect in turn, and lower the amount to 0 (<i>including</i> "Original Sound" ).
6. If desired, type a new name for this setting in the box at the top, like "Mute Analog In". Use the button with the floppy disk icon to save this preset for future use.
-Dave
[email protected]

Similar Messages

  • Recording from outside source

    Tring to record from my line in off of a dvd player, can here the music coming through, but when I goto record it and play it back I get no sound. I've tried musicmatch and Neromix, both set up to record from line in. Any ideas? Thanks

    Hi,
    Did you set the input "V" to the line you want to record from?
    As you need to select the source for recording....
    To get there, click the little-speaker-right-below 2 times, then you get the mixer.....
    Now goto options->properties, select the recording and press ok (make sure you have selected all the lines you need to see in the mixer)
    Then you have the recording mixer, now select the input you want to use....
    I hope this works for you....

  • Problem recording from external l

    I'm new here, I have a SB Audigy 2ZS, and I want to record from external line to my PC.
    I use a external mixer to connect cassette, mics, long plays to the PC, and I connect them to SB Audigy from "Input line". And I use the mixer to amplify the PC. When I want to record the "surround Mixer" software thas not permit select a simple record input, it mixer all lines (wave, CD, CD digital, input line).
    That produce a terrible feedback. Are there some way to record only from input line, without switch line by line?
    Thanks
    Mduque

    Just click on the speaker icon under the volume controls in the mixer. Having said that it is not really necessary as I am unable to detect any hum by leaving them open. I suspect you may need to reinstall the card.

  • Recording from LINE-IN problem

    Hi at all,
    I have a problem with recording input audio coming from LINE-IN of my pc.
    I looked up on google and on this forum to find something useful but I found nothing. If I try to access line-in I get exception: Line unsupported.
    I found a discovery code to find what I have on my pc:
    ArrayList<Mixer.Info> mixerInfos = new ArrayList<Mixer.Info>(Arrays.asList(AudioSystem.getMixerInfo()));
    Line.Info portInfo = new Line.Info(Port.class);
    for (Mixer.Info mixerInfo: mixerInfos) {
         Mixer mixer = AudioSystem.getMixer(mixerInfo);
         if (mixer.isLineSupported(portInfo)) {
              // found a Port Mixer
              System.out.println("Found mixer: " + mixerInfo.getName());
              System.out.println("\t" + mixerInfo.getDescription());
              System.out.println("Source Line Supported:");
              ArrayList<Line.Info> srcInfos = new ArrayList<Line.Info>(Arrays.asList(mixer.getSourceLineInfo()));
              for (Line.Info srcInfo: srcInfos) {
                   Port.Info pi = (Port.Info) srcInfo;
                   System.out.println("\t" + pi.getName() + ", " + (pi.isSource() ? "source" : "target"));
                   showControls(mixer.getLine(srcInfo));
              } // of for Line.Info
              System.out.println("Target Line Supported:");
              ArrayList<Line.Info> targetInfos = new ArrayList<Line.Info> (Arrays.asList(mixer.getTargetLineInfo()));
              for (Line.Info targetInfo: targetInfos) {
                   Port.Info pi = (Port.Info) targetInfo;
                   System.out.println("\t" + pi.getName() + ", " + (pi.isSource() ? "source" : "target"));
                   showControls(mixer.getLine(targetInfo));
         } // of if
    .....follow the result:
    Found mixer: Port Intel [hw:0]
        HDA Intel, Realtek ALC662 rev1
    Source Line Supported:
         Front Mic Boost, source
              Available controls:
                   Front Mic Boost Control containing Volume, and Balance Controls.
                        Volume with current value: 0.6666667  (range: 0.0 - 1.0)
                        Balance with current value: -2.9802322E-8  (range: -1.0 - 1.0)
         Mic Boost, source
              Available controls:
                   Mic Boost Control containing Volume, and Balance Controls.
                        Volume with current value: 0.6666667  (range: 0.0 - 1.0)
                        Balance with current value: -2.9802322E-8  (range: -1.0 - 1.0)
         Capture, source
              Available controls:
                   Capture Control containing Volume, Balance, and Select Controls.
                        Volume with current value: 1.0  (range: 0.0 - 1.0)
                        Balance with current value: 0.0  (range: -1.0 - 1.0)
                        Select Control with current value: true
         Capture, source
              Available controls:
                   Capture Control containing Volume, Balance, and Select Controls.
                        Volume with current value: 1.0  (range: 0.0 - 1.0)
                        Balance with current value: 0.0  (range: -1.0 - 1.0)
                        Select Control with current value: true
    Target Line Supported:
         Master, target
              Available controls:
                   Master Control containing Volume, and Mute Controls.
                        Volume with current value: 1.0  (range: 0.0 - 1.0)
                        Mute Control with current value: false
         Headphone, target
              Available controls:
                   Headphone Control containing Volume, Balance, and Mute Controls.
                        Volume with current value: 1.0  (range: 0.0 - 1.0)
                        Balance with current value: 0.0  (range: -1.0 - 1.0)
                        Mute Control with current value: false
         PCM, target
              Available controls:
                   PCM Control containing Volume, and Balance Controls.
                        Volume with current value: 1.0  (range: 0.0 - 1.0)
                        Balance with current value: 0.0  (range: -1.0 - 1.0)
         Front, target
              Available controls:
                   Front Control containing Volume, Balance, and Mute Controls.
                        Volume with current value: 1.0  (range: 0.0 - 1.0)
                        Balance with current value: 0.0  (range: -1.0 - 1.0)
                        Mute Control with current value: false
         Front Mic, target
              Available controls:
                   Front Mic Control containing Volume, Balance, and Mute Controls.
                        Volume with current value: 0.61290324  (range: 0.0 - 1.0)
                        Balance with current value: -1.8822519E-8  (range: -1.0 - 1.0)
                        Mute Control with current value: true
         Front Mic Boost, target
              Available controls:
                   Front Mic Boost Control containing Volume, and Balance Controls.
                        Volume with current value: 0.6666667  (range: 0.0 - 1.0)
                        Balance with current value: -2.9802322E-8  (range: -1.0 - 1.0)
         Line, target
              Available controls:
                   Line Control containing Volume, Balance, and Mute Controls.
                        Volume with current value: 0.7096774  (range: 0.0 - 1.0)
                        Balance with current value: 2.9802322E-8  (range: -1.0 - 1.0)
                        Mute Control with current value: false
         Mic, target
              Available controls:
                   Mic Control containing Volume, Balance, and Mute Controls.
                        Volume with current value: 0.7419355  (range: 0.0 - 1.0)
                        Balance with current value: -1.0366025E-8  (range: -1.0 - 1.0)
                        Mute Control with current value: true
         Mic Boost, target
              Available controls:
                   Mic Boost Control containing Volume, and Balance Controls.
                        Volume with current value: 0.6666667  (range: 0.0 - 1.0)
                        Balance with current value: -2.9802322E-8  (range: -1.0 - 1.0)
         Beep, target
              Available controls:
                   Beep Control containing Volume, Balance, and Mute Controls.
                        Volume with current value: 0.0  (range: 0.0 - 1.0)
                        Balance with current value: 0.0  (range: -1.0 - 1.0)
                        Mute Control with current value: trueThis is the class I use for my test:
    import java.io.File;
    import java.io.IOException;
    import java.text.SimpleDateFormat;
    import java.util.Date;
    import javax.sound.sampled.AudioFileFormat;
    import javax.sound.sampled.AudioFormat;
    import javax.sound.sampled.AudioInputStream;
    import javax.sound.sampled.AudioSystem;
    import javax.sound.sampled.DataLine;
    import javax.sound.sampled.LineUnavailableException;
    import javax.sound.sampled.Mixer;
    import javax.sound.sampled.TargetDataLine;
    import org.apache.commons.configuration.ConfigurationException;
    import org.apache.commons.configuration.PropertiesConfiguration;
    import org.apache.log4j.Logger;
    public class LineinRecorder extends Thread {
         /** Logger instance */
         private static Logger log = Logger.getLogger(LineinRecorder.class);
         private TargetDataLine m_line;
         private AudioFileFormat.Type m_targetType;
         private AudioInputStream m_audioInputStream;
         private File m_outputFile;
         private LineinRecorder(TargetDataLine line, AudioFileFormat.Type m_type, File file) {
              m_line = line;
              m_targetType = m_type;
              m_audioInputStream = new AudioInputStream(line);
              m_outputFile = file;
          * Starts the recording. To accomplish this, (i) the line is started and
          * (ii) the thread is started.
         public void start() {
               * Starting the TargetDataLine. It tells the line that we now want to
               * read data from it. If this method isn't called, we won't be able to
               * read data from the line at all.
              m_line.start();
               * Starting the thread. This call results in the method 'run()' (see
               * below) being called. There, the data is actually read from the line.
              super.start();
          * Stops the recording.
          * Note that stopping the thread explicitely is not necessary. Once no more
          * data can be read from the TargetDataLine, no more data be read from our
          * AudioInputStream. And if there is no more data from the AudioInputStream,
          * the method 'AudioSystem.write()' (called in 'run()' returns. Returning
          * from 'AudioSystem.write()' is followed by returning from 'run()', and
          * thus, the thread is terminated automatically.
          * It's not a good idea to call this method just 'stop()' because stop() is
          * a (deprecated) method of the class 'Thread'. And we don't want to
          * override this method.
         public void stopRecording() {
              m_line.stop();
              m_line.close();
          * Main working method. You may be surprised that here, just
          * 'AudioSystem.write()' is called. But internally, it works like this:
          * AudioSystem.write() contains a loop that is trying to read from the
          * passed AudioInputStream. Since we have a special AudioInputStream that
          * gets its data from a TargetDataLine, reading from the AudioInputStream
          * leads to reading from the TargetDataLine. The data read this way is then
          * written to the passed File. Before writing of audio data starts, a header
          * is written according to the desired audio file type. Reading continues
          * untill no more data can be read from the AudioInputStream. In our case,
          * this happens if no more data can be read from the TargetDataLine. This,
          * in turn, happens if the TargetDataLine is stopped or closed (which
          * implies stopping). (Also see the comment above.) Then, the file is closed
          * and 'AudioSystem.write()' returns.
         public void run() {
              try {
                   AudioSystem.write(m_audioInputStream, m_targetType, m_outputFile);
              } catch (IOException e) {
                   e.printStackTrace();
         public static void record() {
               * We have made shure that there is only one command line argument. This
               * is taken as the filename of the soundfile to store to.
              String strFilename = "audios/linein_rec.wav";
              File outputFile = new File(strFilename);
               * For simplicity, the audio data format used for recording is hardcoded
               * here. We use PCM 44.1 kHz, 16 bit signed, stereo.
              AudioFormat audioFormat = new AudioFormat(8000.0F, 16, 1, true, false);
               * Now, we are trying to get a TargetDataLine. The TargetDataLine is
               * used later to read audio data from it. If requesting the line was
               * successful, we are opening it (important!).
              Mixer.Info[] aInfos = AudioSystem.getMixerInfo();
              TargetDataLine targetDataLine = null;
              try {
                            // aInfos[2] is the only supported
                   targetDataLine = AudioSystem.getTargetDataLine(audioFormat,aInfos[2]);
                   targetDataLine.open(audioFormat);
              } catch (LineUnavailableException e) {
                   out("unable to get a recording line");
                   e.printStackTrace();
                   System.exit(1);
               * Now, we are creating an AudioRecorder object. It contains the
               * logic of starting and stopping the recording, reading audio data from
               * the TargetDataLine and writing the data to a file.
              LineinRecorder recorder = new LineinRecorder(targetDataLine, AudioFileFormat.Type.WAVE, outputFile);
               * Here, the recording is actually started.
              recorder.start();
              out("Recording...");
              try {
                   if (p==null) {
                        Thread.sleep(5000);
                   } else {
                        Thread.sleep(p.getLong("registrationTime"));
              } catch (InterruptedException e1) {
                   e1.printStackTrace();
               * Here, the recording is actually stopped.
              recorder.stopRecording();
              out("Recording stopped.");
         private static void out(String strMessage) {
              System.out.println(strMessage);
    }So, when i call LineinRecorder.record() I get :
    java.lang.IllegalArgumentException: Line unsupported: interface TargetDataLine supporting format PCM_SIGNED 8000.0 Hz, 16 bit, mono, 2 bytes/frame, little-endian
         at com.sun.media.sound.PortMixer.getLine(PortMixer.java:120)
         at javax.sound.sampled.AudioSystem.getTargetDataLine(AudioSystem.java:731)
         at capture.LineinRecorder.record(LineinRecorder.java:149)
         at entrypoint.MainEntry.main(MainEntry.java:73)I don't understand why ? I don't know if I must specify explicitly     the line port but I don't know how to build TargetDataLine object.
    Please help me I'm in trouble.
    Any help is granted.
    Regards,
    edcruise.

    Thanks for the reply..
    I read the article and followed the example...but, I get:
    java.lang.IllegalArgumentException: No line matching interface TargetDataLine supporting format PCM_SIGNED 44100.0 Hz, 16 bit, stereo, 4 bytes/frame, little-endian is supported.
         at javax.sound.sampled.AudioSystem.getLine(AudioSystem.java:459)
         at entrypoint.MainEntry.main(MainEntry.java:133)Is there a way to list all available audio formats ? I wonder that does not exist a simple method to get them.
    Follow my code taken from above example:
                   File outputFile = new File("audios/linein-rec.wav");
                   AudioFormat recordingFormat = new AudioFormat(AudioFormat.Encoding.PCM_SIGNED, 44100.0F, 16, 2, 4, 44100.0F,
                             false);
                   DataLine.Info info = new DataLine.Info(TargetDataLine.class,
                             recordingFormat);
                   TargetDataLine recordLine = null;
                   try {
                        recordLine = (TargetDataLine) AudioSystem.getLine(info);
                        recordLine.open(recordingFormat);
                   } catch (LineUnavailableException e) {
                        System.out.println("unable to get a recording line");
                        e.printStackTrace();
                        System.exit(1);
                   adjustRecordingVolume();
                   AudioFileFormat.Type fileType = AudioFileFormat.Type.WAVE;
                   KokRecorder recorder = new KokRecorder(recordLine, fileType, outputFile);
                   recorder.start();
                   System.out.println("Recording...");
                   try {
                        Thread.sleep(5000);
                   } catch (InterruptedException e1) {
                        e1.printStackTrace();
                   recorder.stopRecording();
                   System.out.println("Recording stopped.");
         public static void adjustRecordingVolume() throws Exception {
              Port.Info recPortInfo = new Port.Info(Port.class, "Capture", true);
              Port recPort = (Port) AudioSystem.getLine(recPortInfo);
              setRecControlValue(recPort);
         private static void setRecControlValue(Port inPort) throws Exception {
              inPort.open();
              Control[] controls = inPort.getControls();
              for (int i = 0; i < controls.length; i++) {
                   if (controls[i] instanceof CompoundControl) {
                        Control[] members = ((CompoundControl) controls).getMemberControls();
                        for (int j = 0; j < members.length; j++) {
                             setCtrl(members[j]);
                        } // for int j
                   } // if
                   else
                        setCtrl(controls[i]);
              } // for i
              inPort.close();
         private static void setCtrl(Control ctl) {
              if(ctl.getType().toString().equals("Select")) {
                   ((BooleanControl)ctl).setValue(true);
              if(ctl.getType().toString().equals("Volume")) {
                   FloatControl vol = (FloatControl) ctl;
                   float setVal = vol.getMinimum() + (vol.getMaximum() - vol.getMinimum()) * 0.8f;
                   vol.setValue(setVal);
    Thanks in advance.
    Regards,
    edcruise.

  • Zen Nano Plus: Line in recording from micropho

    I've got a Creative Zen Nano Plus and was very happy about its ability to encode MP3s from the line in jack.
    Since the integrated microphone is not very good for recording (especially loud music) I tried to connect a microphone to the line in jack. Unfortunately I had to recognise that it doesn't record anything no matter if "Sync Track" is on or off.
    I'd be glad if someone can tell me what exactly the problem is. Do I need some kind of special microphone (I read somewhere that it has to be "pre-amped", whatever that may mean) or is the line in jack designed for just recording from devices like a CD player? Help is very much appreciated. :-)

    Big bump.
    I did some research quite a while ago and thought that I should report the results for people also having that problem.
    A line-in jack is not a microphone-in jack. The difference between them is that the former is not supplied with electricity, so it can't power simple external microphones on its own. Thus, a real microphone-in jack is needed, though none of the Creative products has one included. You will still need a pre-amped microphone to get recordings with proper volume, though. A good and cheap solution is the Archos Stereo Microphone that comes with a preamplifier including volume adjust (http://www.archos.com -> Accessories -> Audio accessories).
    Microphone-in jacks can be found for example in the iri'ver iFP-7** and iFP-8** series. Since this players are discontinued and newer models don't have these jacks, it's kind of hard to still use that feature.

  • Can't record from Line-In because the signal is too strong

    This is happening with a just bought h9-1150 desktop system.
    Intel Core i5-3550 CPU
    IDT High Def audio codec
    NVIDIA High Def Audio
    I've been trying to record from a turntable into Line-In. No matter how low I set the recording levels, the signal is too hot, resulting in overdriven, distorted audio.
    Doesn't seem to matter whether Beats is turned on or off.
    Any help would be appreciated.

    You will need to attenuate the signal or you will damage the audio input of your motherboard. You can either find a circuit online to make a converter or buy one. Here is a web document with more information on the subject.
    Best regards,
    erico
    ****Please click on Accept As Solution if a suggestion solves your problem. It helps others facing the same problem to find a solution easily****
    2015 Microsoft MVP - Windows Experience Consumer

  • Recording from line-in without Audacity

    I've got a bunch of vinyls I'd like to start recording to my computer, and it seems that the best way to do it is through Audacity.  But I seem to have the problem where PortMixer isn't included in the version of Audacity that I have, so I can't record from line-in.  I've tried other versions of 1.3.x, but I can't get any of them to compile.  Apparently 1.2.x would work, but it uses OSS and I have ALSA.  So is there any other program that I can use to record from line-in?
    Thanks!

    Thanks, but when I tried that I hit the "Start Recording" button and it just returned to the main menu.  I'm assuming its because I need xmixer installed.  I tried finding it on Google, and apparently xmixer is the same as xmix, but I could only find that on Freshmeat and it seems to be broken (when you run it it just spits out some errors and quits).

  • Sound recorded from the phone through in-line to Zen V is weak, not loud eno

    I wonder if anyone is trying to achieve the same result with more success. When I record from the phone through a cable to the Zen V and transfer the recording to the computer the sound is not loud enough to be easily understood, despite the fact that on the Zen with the earphones the quality is satisfactory. Can someone help get a louder recording into the computer?TIA

    I have tried that. I had listened to the headphones to monitor the sound. It is the pre-set recording level programed in the player. There should be a way to back it down if needed or set the pre-prog. level to a lower setting on the line-in mode. So far Creative is working with me via e-mail. Hopefully they can remedy my situation. Somehow I think I am not the only one with this problem.

  • Equium L20-197: No line-in jack - How to record from an external audio source

    Hi,
    I'm generally very pleased with my Equium L20, but am now finding a few annoyances that I guess are cost-cutting issues. For instance, there's no onboard mic, so need to buy one for Voip purposes. And I would like to use this laptop to record from an external audio source, but now discover that there is no line-in jack, and it seems the microphone jack is mono only, even if it was possible to configure the audo card to use this for line-in source.
    I'd be very grateful if anyone has any ideas for a workaround perhaps using a USB port.
    TIA
    Keith

    Hi R2D2,
    Thanks for your quick reply - it set me on the right track and I've been googling for similar solutions available in the UK. I've since found this product - http://www.dolphinmusic.co.uk/page/shop/flypage/product_id/9326 and redhawk has pointed me at something by Creative Labs which I'll try and track down.
    Regards
    Keith

  • Load multiple records in 1 table from 1 line in text file w/sql loader

    hi guys,
    quick question, perhaps someone can help. searched around and didn't see this question asked before, and can't find any answer in SQL Loader faqs or docs.
    i know i can extract multiple logical records from a single physical record in the input file as two logical records, and then use two into tables clauses to load the data into the table. see oracle 9i sql loader control file reference chapter 5 to see what i am talking about.
    but my question follows:
    cust_id amount1_val amount1_qual amount2_val amount2_qual amount3_val amount3_qual
    123 1500.35 TA 230.34 VZ 3045.50 TW
    basically i want to use one sql loader statement to load these 3 records into 1 table. the issue for me is that i need to re-use the cust_id for all 3 records as the key, along with the qualifier code. the example in the Oracle docs only works for data where the logical records are completely separate -- no shared column values.
    i'm sure this is possible, perhaps using some :cust_id type parameter for the 2nd and 3rd records, or something, but i just don't have enough knowledge/experience with sql loader to know what to do. appreciate any help.
    wayne

    Hi wayne,
    I found an example on what exactly you were looking for from an SQL*Loader documentation. Please see if it of some help to you
    EXAMPLE
    The control file is ULCASE5.CTL.
    1234 BAKER 10 9999 101
    1234 JOKER 10 9999 777
    2664 YOUNG 20 2893 425
    5321 OTOOLE 10 9999 321
    2134 FARMER 20 4555 236
    2414 LITTLE 20 5634 236
    6542 LEE 10 4532 102
    2849 EDDS xx 4555
    4532 PERKINS 10 9999 40
    1244 HUNT 11 3452 665
    123 DOOLITTLE 12 9940
    1453 MACDONALD 25 5532
    In the above datafile
    Column1 - Empno
    Column2 - ENAME
    Column3 - Depno.
    Column4 - MGR
    Column5 - Proj no.
    -- Loads EMP records from first 23 characters
    -- Creates and loads PROJ records for each PROJNO listed
    -- for each employee
    LOAD DATA
    INFILE 'ulcase5.dat'
    BADFILE 'ulcase5.bad'
    DISCARDFILE 'ulcase5.dsc'
    1) REPLACE
    2) INTO TABLE emp
    (empno POSITION(1:4) INTEGER EXTERNAL,
    ename POSITION(6:15) CHAR,
    deptno POSITION(17:18) CHAR,
    mgr POSITION(20:23) INTEGER EXTERNAL)
    2) INTO TABLE proj
    (empno POSITION(1:4) INTEGER EXTERNAL,
    3) projno POSITION(25:27) INTEGER EXTERNAL) -- 1st proj
    Notes:
    REPLACE specifies that if there is data in the tables to be loaded (EMP and PROJ), SQL*loader should delete the data before loading new rows.
    Multiple INTO clauses load two tables, EMP and PROJ. The same set of records is processed three times, using different combinations of columns each time to load table PROJ.
    Regards,
    Murali Mohan

  • Recording from line in and built in mic simultaneously?

    This might be more iMac hardware specific, but as it would be pertinent to GB I thought I'd ask here.
    I'm getting my feet wet with the program, and I have GB setup to record an instrument through the 1/8th jack plugged into the back of my iMac - but I'd also like to record some vocals at the same time through the integrated microphone. I figured that the stereo input was the microphone jack, and the mono inputs were for the integrated mic - but this doesn't seem to be the case.
    Can the mac record from both inputs simultaneously? Or do I need to go out and get a USB/Bluetooth/something else mic? It's starting to look like even though they are technically different inputs, only one can be active at a time. As it stands, I'm left swapping between one and the other and recording instrument and vocals on separate takes, which is less than ideal.

    I'd seen this posted to a similar question, but either I'm blind or doing something completely wrong. In my midi/audio screen (from GB> Preferences > Audio/Midi) I see no such option. Searched the '08 help for anything remotely close to "aggregate device" provides no topics.
    Am I looking in the wrong place? Has this feature been renamed in GB '08?

  • Excluding of records from extraction

    Hi Experts
    1. I am in need of code to exclude the records for a particular value of the fields AUART and                 VBUND                                   
          For records with the following criteria should be EXCLUDED
              Sales Order Type (AUART):  ZCP
              Trading partner (VBUND):  1261
          I know that we can write the code at start routine of the transformations but what to write in
          the start routine of transformations
    2. I have an extractor bringing data from ECC to info cube with alternative unit of measure
        Now I need to undo these conversions in the current extractor and bring in these values from a
        Custom Z table from ECC using generic extractor  
      And I am doubted in how to undo these conversions from the current extractor to the cube
    Please help me
    Thank you

    Hi
    1. Open the transformation and click on start routine
    2. The ABAP editor screen appears and you can find this part in the abap editor of start routine "$$ begin of routine - insert your code only below this line        -
    ... "insert your code here"
    3. Please delete the line "insert your code here" completely and paste the code which i gave you.
    4. Check for syntax errors and activate the transformation.
    5. Also activate the DTP.
    Also please dont not put the code below "begin of global or 2nd part of global".
    Plz lemme how many records you have in rsa3 without any selection. The infopackage will just fetch the records from the source and it will not do any transformation.
    Hope it helps.

  • Incomplete Data on report (report does not show all records from the table)

    Hello,
    I have problem with CR XI, I'm running the same report on the same data with simple select all records from the table (no sorting, no grouping, no filters)
    Sometimes report shows me all records sometimes not. Mostly not all records on the report. When report incomplete sometimes it shows different number of records.
    I'm using CR XI runtime on Windows Server 2003
    Any help appreciated
    Thanks!

    Sorry Alexander. I missed the last line where you clearly say it is runtime.
    A few more questions:
    - Which CR SDK are you using? The Report Designer Component or the CR assemblies for .NET?
    - What is the exact version of CR you are using (from help | about)
    - What CR Service Pack are you on?
    And a troubleshooting suggestion:
    Since this works on some machines, it will be a good idea to compare all the runtime (both CR and non CR) being loaded on a working and non working machines.
    Download the modules utility from here:
    https://smpdl.sap-ag.de/~sapidp/012002523100006252802008E/modules.zip
    and follow the steps as described in this thread:
    https://forums.sdn.sap.com/click.jspa?searchID=18424085&messageID=6186767
    The download also includes instructions on how to use modules.
    Ludek

  • Problem with Adobe Audition 2.0 and recording from a 1212m.

    I bought a brand new machine and have be configuring it all week. Everything has been going well, except getting Adobe Audition 2.0 (the new version) to “hear” sound from the 1212m.
    The intel 975 motherboard has an integrated HD sound system already on board and I have been able to get adobe audition to recognize it and record from it. This is what I have Windows XP Pro set to as my default sound card.
    I installed the 1212m and I have gotten my monitors to work by using the XLR jacks on the monitors to the ¼ inch jacks on the 1212m using a VST (NI’s Kontakt 2) as the audio source. So it works.
    What I can’t seem to get to work is getting Adobe Audition to “hear” the sound coming from the 1212m.
    Patchmix seems to be working ok. The audio bars jump each time I hit a note on the keyboard.
    I have configured Audition by going to Audio Hardware Setup and setting it to EMU ASIO and tried every combination of INPUT and OUTPUT, but when I hit the Record button in Audition it just flat lines..
    I was hoping that once the audio made it from the VST though the 1212m and out to the speakers, that getting Audition to record it would be easy, but that hasn’t been the case.
    The Intel 955 Extreme Edition and the 975 motherboard are brand new and I’m worried that being on the bleeding edge of technology, that one of the drivers isn’t working correctly and causing me hours of debugging a problem that is unworkable from my end.
    Hopefully the problem is just some small stupid thing that I’m doing or failing to do (like normal).
    Any ideas would be helpful.
    thanks

    I'm just saving it into a file in "My documents" on the internal hard drive. It's a computer in the office which has been used my other people before me and I have my own file which I was always able to save Adobe sound files into before, so I don't think it's anything to do with me not being allowed or read-only.
    I've also been trying to save it onto USB hard drives. This works when I save it under a different name, but not when I'm just trying to update a file i've been working on. Basically I have to create a new file everytime I add something, so like "myaudit1", "myaudit2", "myaudit3" etc etc, even though it's the same piece of work just updated.
    Hope that makes sense!

  • Need help on filtering out one record from a report and open in new page

    Hi I am new and embarrassed to write in the forum asking silly questions. Thing is I am learning all from scratch without help from anyone. I have created a database (have previous knowledge only from Access) and have managed to create a beautiful report from a search filter. This report lines up several records matching what I needed. Now, I want to make the whole report with hyperlinks to a detailed page on each of the records in the report. I have tried using the feature where one can make one column hyperlinked and redirect to a new page, where I am getting all the records again - instead of only getting the record I am clicking on. I have looked and looked in the forums without finding solution and I have tested and tried various methods without luck. I am suspecting that I need some sort of knowledge on how to write a select query with where conditions that can apply to filtering out a record from one report to get another detailed on only one object (i.e. record). :/ Stupid or what?

    Hrefna.
    What you need to look into is two things:
    1) The link you defined, needs to set additional attributes for the target page. In the "Column Link" box, you have set the link to "Page in this Application" and followed by the page number (let's say, Page 10). Below that, you should set an Item to an item on you target page (let's call that P10_PRODUCT_ID). This item should be the primary key of your detail table (on the targe page). You can select this item from the popup list. The Value of the item should be picked from a popup list as well, being the value from the record you clicked on. This should then transfer your selected item to your page. The URL will then have something like P10_PRODUCT_ID:5 at the end.
    2) On the target page, 10, you must change the query slightly, so that it adds a WHERE clause:
    WHERE PRODUCT_ID = :P10_PRODUCT_ID
    Now, you should be set.
    Hope this helps.
    Borkur

Maybe you are looking for