Problems capturing audio under linux

Hello. I have developed an application that captures audio using the Audio API of JFM. The problem is when I start capturing audio under Linux (all the audio devices are well configurated), the JVM returns the following error:
java.lang.IllegalArgumentException : Illegal request to write non integral numbre of
frames (13107 bytes)
The piece of code that causes the error is :
while(!stop) {
numBytesRead = inputLine.read(data,0, data.length); bufferoutput.write(data,0,
numBytesRead); }
where inputLine is a TargetDataLine.
Under Windows this runs OK. Anyone know why not under Linux?
Thanks

Hi!
I'm developing a videoconferencing application on Linux and I can't
capture audio; I get messages like these: "couldn't initialize audio device"
or " or "java.io.IOException: Cannot open audio device for input." from JMStudio.
Have you got any idea about the problem ?
Thankyou.

Similar Messages

  • Problem capturing audio

    Hello!!
    I am trying to capture audio using jmf 2.1.1.e in Linux (SuSE 8.1) with jdk 1.4.2_04. I have "alsa" properly installed. However, when I try to capture using jmstudio, I am shown "javaSound audio", LINEAR, 44100 Hz, 16 bits, stereo, little endian and after cliking OK I get :"Could't initialize the Capture Device".
    I also try to run a code to capture audio, using the following:
    Vector audioDevices = CaptureDeviceManager.getDeviceList(new AudioFormat(AudioFormat.LINEAR, 44100, 16, 2));
    CaptureDeviceInfo audioCDI = (CaptureDeviceInfo)audioDevices.elementAt(0); //I get javaSound
    ds = Manager.createDataSource(audioCDI.getLocator());
    processor = javax.media.Manager.createProcessor(ds);
    But I get the following exception:
    LINEAR, 44100.0 Hz, 16-bit, Stereo, LittleEndian, Signed
    LINEAR, 44100.0 Hz, 16-bit, Mono, LittleEndian, Signed
    LINEAR, 22050.0 Hz, 16-bit, Stereo, LittleEndian, Signed
    LINEAR, 22050.0 Hz, 16-bit, Mono, LittleEndian, Signed
    LINEAR, 11025.0 Hz, 16-bit, Stereo, LittleEndian, Signed
    LINEAR, 11025.0 Hz, 16-bit, Mono, LittleEndian, Signed
    LINEAR, 8000.0 Hz, 16-bit, Stereo, LittleEndian, Signed
    LINEAR, 8000.0 Hz, 16-bit, Mono, LittleEndian, Signed
    Audio not supported: interface TargetDataLine supporting format PCM_SIGNED, 44100.0 Hz, 16 bit, stereo, little-endian, audio data, and buffers of 22050 to 22050 bytes
    Audio not supported: interface TargetDataLine supporting format PCM_SIGNED, 44100.0 Hz, 16 bit, stereo, little-endian, audio data, and buffers of 22050 to 22050 bytes
    java.io.IOException: Cannot open audio device for input.
    javax.media.NoDataSourceException: Error instantiating class: com.sun.media.protocol.javasound.DataSource : java.io.IOException: Cannot open audio device for input.
    at javax.media.Manager.createDataSource(Manager.java:1012)
    at AVTransmit2.createProcessor(AVTransmit2.java:136)
    at AVTransmit2.start(AVTransmit2.java:54)
    at AVTransmit2.main(AVTransmit2.java:553)
    Exception in thread "main" java.lang.NullPointerException
    at AVTransmit2.waitForState(AVTransmit2.java:460)
    at AVTransmit2.createProcessor(AVTransmit2.java:188)
    at AVTransmit2.start(AVTransmit2.java:54)
    at AVTransmit2.main(AVTransmit2.java:553)
    Has anybody ever had this problem?? Do you know where the problem is? Do you know how to solve it??
    Could you be so kind as to help me, please???
    Thank you very much in advance.

    Hi wew64.
    I m new to JMF. I just made a simple media player not any more. can you please tell me what is "alsa" and "arts".
    actually I want to control my Sound card properties like "Microphone, Line In, etc...." is it possible in java if it is please tell me.
    I will be very thankful to you
    I m very upset about it because it is minimum 3-weeks late, my project is pending on this stage. All i want to do, just to mute the volume of "line in" (property in my sound card, which takes audio data from a TvTunner card and leaves this audio data out to the speakers.)so that only the audio from my computer's( any application like media player) can goes to the speakers, not the audio comming from the TvTunner(My TvTunner is opperated by the application provided by the vendor, I did not develop this on my own in java. I just made my media player in java). Yes this is the PROBLEM that both audios from TvTunner card and from My Application are being transmitted to speakers simultanously. But i want, when my application is running, the audio comming from TvTunner should be muted and when my application is exited, the TvTunner's audio should be unmuted. And this is only done by Line In property because Audio from TvTunner card is got by the Sound card through the Line In property.
    I tried my best to find out the solution but could not get any thing right.
    Please Help me
    thanks
    Khurram

  • Problems capturing audio track

    I am having a problem capturing from my DV camera into Final Cut Pro (version 5.1.4) on a souped up G4. I made a few changes to the hardware configuration recently, but the problem started prior to these upgrades so I don't think it is related. I installed an ATA drive and replaced a defective USB2/FW800 Sonnet card.
    I thought I had a problem with the playback head on the camera when the capture issues first started. I got black horizontal bars on the screen of the camera as well as on the screen when I attempted to capture footage. I also got timecode error messages. I was able to capture some of the tape in FCP using a different camera, but upon examination I noticed both audio tracks are missing small segments of data. There are a few blank spots scattered throughout the footage. The picture is fine. The problem is in the audio tracks only. both tracks in the same area.
    One of the camera repair people I talked to said the tape could be bad. Does this make sense if only the audio track is missing segments and the picture track is complete?
    Thanks, I appreciate any help you can give me in figuring this out.

    Thanks for your suggestions and opinion. I am reading everyone's comments. In order to get the most from this discussion, please answer each of these questions separately so the people who are following it will have no trouble following the answers that apply to each.
    I distinctly remember when I was shooting the footage of the problem tape, the picture looked fine. It was not until I tried to review the tape that the problem appeared.
    1. Is it possible that the camera works for shooting but the camera playback head is causing problems?
    2. Can a bad playback head damage the tape on playback?
    2. Can shooting onto a bad tape damage a camera?
    3. Is it possible to shoot with a camera with a bad playback and then use another drive for playback?
    Thanks for your help. I do know a few people who are having playback problems, since all the tape cameras are getting old, so we appreciate this discussion.

  • Problems with dbx under linux

    Hi everybody,
    I'm using Oracle Solaris Studio 12.2 under Linux, and i'm trying to debug a Fortran application with dbx.
    When I use it to step through the code, there always pops up a messagebox that says
    dbx: internal error: cannot convert 'AGGREGATE' to 'ARRAY' ...
    dbx: internal error: cannot convert 'AGGREGATE' to 'ARRAY' ...
    dbx: internal error: cannot convert 'AGGREGATE' to 'ARRAY' ...
    dbx: internal error: cannot convert 'AGGREGATE' to 'ARRAY' ...
    too many errors
    after a random number of steps (perhaps after about 10 steps). Then, the execution stops, and I'm forced to restart the process, with a breakpoint somewhere further down the code.
    Does anybody know what I could do to prevent that from happening?
    Thanks in advance,
    Christoph

    Hi Isaac,
    thanks for your reply. I'm using the debugging from the studio.
    Unfortunately, the code I'm working on is a CFD program of some 100.000 lines, and I think I'd have to post the whole thing. I've been trying to reproduce the problem with a model program, but to no avail: dbx/SunStudio works like a charm with every program I write myself.
    It is definitely a problem with evaluating local variables: If I watch a debugging tab different from "variables", it doesn't crash; neither does it while stepping through the main program. It only crashes somewhere deep in some modules, where pointers on big allocated arrays are passed around in the seventh or so stack level. Anyway, it seems to be more a problem with the code than with a particular debugger: I've tried gdb, and it shows similar problems.
    Regards,
    Christoph

  • Problems with installation under Linux

    I try to install Portal 3.0.6 under linux, but it always says on the end of the install that the SSOHash class was not loaded and that the WWSEC_ENABLER_CONFIG_INFO$ table is empty. The install l9g shows a message that it couldn;t allocate space in lrage_pool, but I allocated much more space in this pool than the requirements said and it still doesn't work. The installation is mess,
    Anybody has a clue?
    Thanx!

    loadjava expects ksh to be on the system. Obviously, you won't have ksh on your Linux box.
    Perform a symbolic link from bash to ksh and it'll work just fine.
    Logan
    null

  • Problem capturing audio in WTK

    When I capture a sound with WTK emulator, picks the first second and starts to repeat again and again, to become noise.
    This only happens in the emulator, not on the phone.

    Already found the problem, this is caused by my soundcard.

  • Problems with DAQmxBase under Linux/C

    I'm attempting to use "C" to write code for the PCI-MIO-16XE-10/PCI-6030E DAQ interface card. I have it connected to the SC-2345 signal conditioning module with a SCC-TC02 thermocouple unit plugged into "Dev/ai0". The thermocouple reference circuit is connected to "Dev/ai8." When I run the example code for acquireNScansThermocouple I get a -1 return code. Debug statements show that the first call, DAQmxErrChk(DAQmxBaseCreateTask) is being executed, but the next statement, DAQmxErrChk(DAQmxBaseCreateAIThrmcplChan) fails.
    By way of further information, the argument to the call is: DAQmxBaseCreateAIThrmcplChan (taskHandle, chan, "", min, max, DAQmx_Val_DegC, DAQmx_Val_K_Type_TC, DAQmx_Val_Chan, 0, "Dev1/ai8").
    Although I have not checked the results fully, I can run the acquire1Scan example, and it seems to be performing properly, so it appears that the hardware is functioning properly. I have not yet tried to match the voltage output results to the temperature that I would expect the thermocouple to indicate.
    I would greatly appreciate any indication of just what I can do next.
    Harold Skank

    Welcome to the NI discussion forums!
    Sorry, I cannot answer your question, but I would like to point out that you probably posted your question on the wrong board. (This part is for feedback on the discussion forums).
    There is no specific board for Linux or C and maybe there should be?
    Look around a bit in all of the NI Discussion Forums. More appropriate would be maybe e.g. Multifunction DAQ depending on the main focus of your question.
    Hopefully, you'll get quick help once you post in a more suitable area. Good luck!.
    LabVIEW Champion . Do more with less code and in less time .

  • Using cinepak codec and JMF under linux mandrake

    Hello,
    I have a big problem using JMF under linux to read video files encoded with the Cinepak codec.
    I don't know if i'm the only one in this situation, so if you are too please let me know :)
    I tested my project under both windows and linux. Under Windows, no problem : the cinepak encoded file is read perfectly. Under linux, it doesn't work. Even if i try to read it with JMStudio. So i think it may be a problem of codec under linux, but it isn't because i can read the video file with a linux video player.
    I don't know what to do and it's very important for my project that i can read cinepak under linux.
    Thanks in advance for any help
    Alex

    well, your not the only one.
    I have it working in Debian, and JDS.(JMF is setup automatically in JDS).(2.6.6 kernel)
    I looked at the installation structure of JDS, and was able to duplicate what they did for Debian.
    Maybe it will work for Mandrake two??
    ok, all you have to do is copy or create soft links from your Mozilla directory, just like you did with the java plugin, and link to all the *.so files in JMF-2.1.1e/lib directory.
    Should work.
    I also read that not haveing the native files only matters if you are doing Capture. not play.
    to get your ATI All-in-Wonder 128 to work, make sure you install the correct driver, and have it working under linux, then try it in JMSTUDIO

  • Problems importing to 8.1.6 SE under Linux from 8.1.6 Solaris

    Dear collegues,
    We used Oracle 8.1.6 SE under linux mostly for development and have a need do import production database into developement server. We recently upgraded RedHat 5.2 to RedHat 6.2 and omved to Oracle 8.1.6, but currently expirienced next problem:
    IMP-00003: ORACLE error 1874 encountered
    ORA-01874: time zone hour must be between -12 and 13
    IMP-00000: Import terminated unsuccessfully
    Import file made under Solaris when timezone set to usual POSIX value. Under Linux I tried to set TZ both to values like 'GMT+6' and according new glibc docs to 'Asia/Novosibirsk'. When I export and then import data on linux I have allthings OK. If I have files from 8.0.5 It's OK too. Does anyone expirienced such problems? Any suggestion?
    Serge.

    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Graham Strang ([email protected]):
    Hey all. Just to let you know that it is entierly possible to get Oracle to install under RedHat 7 and run happily. I have done it on two differenct machines. There is a bit of fooling with glibc to get it to work. However after you do that it works like a dream. VALinux has a work around posted at: http://ftp.valinux.com/pub/support/hjl/glibc/sdk/2.1/
    The READEME.Oracle8i has the work around and the two tar balls are the necessary files. I followed the directions to the letter and they worked like a dream. Any questions feel free to drop me a line.
    Cheers,
    Graham<HR></BLOCKQUOTE>
    OK, so i followed your instructions to the letter (several times), sure I get past the 80% bug but now I have new erros coming up , -"Error in invoking target install of makefile /usr/oracle/sqlplus/lib/ins_sqlplus.mk". I get a whole series of these errors for various mk files. These errors apear during the link phase of the install, prior to the glibc workaround I was not getting this. I am a newbie to Linux and trying to give it a serious go but so far I have had little luck
    Any help appreciated.
    Nick
    null

  • Color saturation problem in Acrobat Reader 7.0.9 under Linux

    Hi,
    I'm working with a guy who is producing PDFs of my work with Indesign.
    Using acrobat reader under Linux (version 7.0.1 and also 7.0.9), the colours in these PDFs always appear very saturated. This is a big problem for me because I cannot see with the reference viewer the results of PDFs to be sent to print.
    I tried the same pdf file under OS X & Windows, it appears OK with Acrobat reader. Other free pdf readers under Linux also show the right colours (but not always the transparency ;-).
    Does anybody has an idea to help me?
    @Adobe people: in case you want to test, I drop a copy of my PDF file at: http://cardot.net/files/pdfcolours.pdf (2.24 MB)
    Thanks in advance
    Jean-Christophe Cardot

    We are able to reproduce color saturation problem at our end. We have noted down and will work on this.
    Thanks.

  • JTable rendering problem in JRE 1.6.0.10 under Linux

    I've encountered a bizarre issue using JTable. I've got a 3x10 JTable of Strings, values in which I change from within the program (no user input). After every update the value in the first column gets superimposed on the top of the previous one, so they are both visible, but totally unreadable (they interlace).
    I'm using Linux, and it only happens under jre 1.6.0.10. When I switch to 1.5.0.16 it works fine. I also noticed, that if I set the value to null in the first column and then set it to the new value it works fine. However, if I do it simply like that:
    table.setValueAt(null, 1, 0);
    table.setValueAt(newValue, 1, 0);it doesn't work. I need to re-set it to null on one user's click (it triggers the update) and only change it on the following click. Am I reporting a bug here, or is it a known issue with some proper solution?
    Thanks

    There are some crazy things, I can't explain...
    1) Here is my [sample project|http://vlkv.storm-soft.kiev.ua/_mywiki/images/6/6f/JavaApplication1.tar.gz]. I've created it with NetBeans 6.5 and jdk 1.6.0_11.
    2) there are directories dist_windows, dist_linux with jars, created under Windows and Linux (same version JDK everywhere). You may compare both JavaApplication1.jar files with some diff tool (such as WinMerge) and you can see that these jars are slightly different. WHY?
    3) Run my sample
    java -jar JavaApplication1.jarpress the button and scroll up and down JTable. Under Windows everything is ok. But under Linux I have the subj bug with BOTH dist_windows/JavaApplication1.jar and dist_linux/JavaApplication1.jar !!!
    4) Start NetBeans 6.5 and open the project. Run the project from inside NetBeans on Linux. Then I see that my java program runs perfectly, without any bugs!!!
    This command
    ps fu -C javaproduces this output:
    vlkv 8778 1.0 2.8 217084 22408 ? Sl 14:01 0:00 \_ /usr/java/jdk1.6.0_11/bin/java -classpath /home/vlkv/NetBeansProjects/JavaApplication1/build/classes:/home/vlkv/NetBeansProjects/JavaApplication1/src NewJFrame
    But if I run NewJFrame without NetBeans like this (copy/paste command):
    /usr/java/jdk1.6.0_11/bin/java -classpath /home/vlkv/NetBeansProjects/JavaApplication1/build/classes:/home/vlkv/NetBeansProjects/JavaApplication1/src NewJFrame
    This bug returns!!! WHY UNDER NETBEANS IT'S OKAY?
    Where are the java experts to help us, please?
    PS: I've found a topic about this problem, unfortunately not answered, here .

  • WTK SDK 3.0 for OSX problem with capturing audio, emulator

    Hello all,
    i'm installed the WTK SDK 3.0 for osx and everything works well. Some test applications also work.
    Now I'm trying to realize my project and get strange error.
    I want to capture some audio form the microphone. But when i do so the Emulator strikes with this error:
    javax.microedition.media.MediaException: Player cannot be created for capture://audio
    so i tried this: System.getProperty("supports.recording") and it returns false. But when i read over the specification of the WTK it says that it should support the Audio capturing. Is this error based on the implementation of the WTK on OSX or have some Windows users also the same problem?
    here is my implementation for the Audio recording:
    public void commandAction(Command comm, Displayable disp){
            if(comm==recordCommand){
                try{
                    p = Manager.createPlayer("capture://audio");
                    p.realize();
                    RecordControl rc = (RecordControl)p.getControl("RecordControl");
                    ByteArrayOutputStream output = new ByteArrayOutputStream();
                    rc.setRecordStream(output);
                    rc.startRecord();
                    p.start();
                    messageItem.setText("recording...");
                    Thread.currentThread().sleep(5000);
                    messageItem.setText("done!");
                    rc.commit();
                    recordedSoundArray = output.toByteArray();
                    p.close();
                } catch (IOException ioe) {
                    errorItem.setLabel("Error");
                    errorItem.setText(ioe.toString());
                } catch (MediaException me) {
                    errorItem.setLabel("Error");
                    errorItem.setText(me.toString());
                } catch (InterruptedException ie) {
                    errorItem.setLabel("Error");
                    errorItem.setText(ie.toString());
            } else if(comm == playCommand) {
                try {
                    ByteArrayInputStream recordedInputStream = new ByteArrayInputStream
                          (recordedSoundArray);
                    Player p2 = Manager.createPlayer(recordedInputStream,"audio/basic");
                    p2.prefetch();
                    p2.start();
                }  catch (IOException ioe) {
                    errorItem.setLabel("Error");
                    errorItem.setText(ioe.toString());
                } catch (MediaException me) {
                    errorItem.setLabel("Error");
                    errorItem.setText(me.toString());
        any help would be grateful!
    thx and greetings
    Edited by: nYmou on Jun 1, 2010 3:44 AM

    Note: This thread was originally posted in the [Sun Java Wireless Toolkit|http://forums.sun.com/forum.jspa?forumID=82] forum, but moved to this forum for closer topic alignment.

  • Problem with inifile.fp under Linux

    Hello all,
    I noticed a problem with inifile.fp under Linux: I can't write the updated
    ini file !
    hConfigFile = Ini_New(0);
    if (Ini_ReadFromFile (hConfigFile, ConfigPath));
    Ini_GetInt(hConfigFile, "Client", "ChartsRefreshRate", &ChartsRefreshRate);
    Ini_GetInt(hConfigFile, "Client", "ChartsDuration", &ChartsDuration);
    .... Change the values ...
    Ini_PutInt(hConfigFile, "Client", "ChartsRefreshRate", ChartsRefreshRate);
    Ini_PutInt(hConfigFile, "Client", "ChartsDuration", ChartsDuration);
    if (0!=(Err=Ini_WriteToFile (hConfigFile, ConfigPath)))
    fprintf(stderr, "\nWarning: problem writing %s configuration files: %s",
    ConfigPath, GetUILErrorString(Err));
    This fails and displays:
    Warning: problem writing Config.ini configuration files: File not found
    But not only that, it also deletes the ConfigPath file !!!
    Which is rather unacceptable !
    I see that the inifile.fp I have on the PC (CVI 8.5) is different than the
    one I have on the Linux install (cvicc 8.0). Can I copy all the inifile.*
    files to Linux or is it more complicated than that ?
    Guillaume Dargaud
    http://www.gdargaud.net/

    Hello Luis,
    I came here to check if a new version of CVI (cvicc, not the real-time
    module) for Linux had come out and, sadly, it appears that's still not the
    case...
    But I saw your followup to our original discussion.
    The ini file has grown tremendously since then, but I think I had the
    problem with even the most basic file: simple name (same directory, no
    path), but maybe it was on an NFS directory (that's no longer the case).
    Also the fact that instead of writting _in_ the file (where permission was
    allowed) you wrote to a temp file (that may not have had permission) and
    then renamed accordingly...
    I'll start a new project soon that will require ini files, so I'll test it
    again.
    > (I realize it has been a while, but I thought I'd ask anyway, in case you
    > still remember this). &nbsp;
    > I was investigating this bug today, but so far I haven't been able to
    > reproduce it. I tried it in both Windows and Linux, with both a
    > writeable location for the test .ini file and a non-writeable location,
    > but so far the behavior is as expected. Ini_WriteToFile does return an
    > error when the location isn't writeable, but it doesn't delete the file.
    > &nbsp; So I was wondering whether this might be related to the specific
    > path you were using, or maybe even with the content of the .ini file
    > itself. I don't suppose you would remember whether there was anything
    > unusual about the path, would you? Also, do you happen to still have this
    > .ini file lying around somewhere and wouldn't mind sharing it with me?
    > &nbsp; Luis
    Guillaume Dargaud
    http://www.gdargaud.net/

  • Problems with Weblogic6.0 Under Linux

    Hi,
    I have been having this weird problem with weblogic 6.0 under linux.
    I have WL6.0 installed on Redhat Linux 7.2 ( the 2.4 Kernel).
    I start the WL server on Linux and my bean deploys successfully,
    however I have a client bean on an NT box which tries to do a lookup
    on the bean which resides on the Linux box.
    I know that I get the initial context, because on the server side I
    see the IP address being added to its client list , but as soon as I
    try to do a lookup I get the error message
    "Connection refused ..... etc....."
    However , if I start the WL server on the NT box from where my client
    bean resides, (and leave WL server running on Linux) everything works
    fine , and I can reference the object.
    This leads me to think that the following is happening :
    The client actually connects the WL server on Linux looking for the
    relevant stub classes etc.. but the WL server on Linux tells the
    client to look for them else where , ie the machine from where it came
    (in this case the NT machine)
    This explains why when the WL server on NT is running all works fine ,
    because the client goes back to the machine from where it came (NT
    machine) and in this case the WL server is running so it can deal with
    its requests !!
    Running the client and server on Linux works fine and I can also run
    the same code between NT machines and Solaris machines. As soon as I
    introduce the Linux machine into the equation , I start getting this.
    Any help , ideas would be greatly appreciated.
    Thanks.

    Hi.
    Strange. Please post the exception and the full stack trace here.
    Thanks,
    Michael
    Zac Burke wrote:
    Hi,
    I have been having this weird problem with weblogic 6.0 under linux.
    I have WL6.0 installed on Redhat Linux 7.2 ( the 2.4 Kernel).
    I start the WL server on Linux and my bean deploys successfully,
    however I have a client bean on an NT box which tries to do a lookup
    on the bean which resides on the Linux box.
    I know that I get the initial context, because on the server side I
    see the IP address being added to its client list , but as soon as I
    try to do a lookup I get the error message
    "Connection refused ..... etc....."
    However , if I start the WL server on the NT box from where my client
    bean resides, (and leave WL server running on Linux) everything works
    fine , and I can reference the object.
    This leads me to think that the following is happening :
    The client actually connects the WL server on Linux looking for the
    relevant stub classes etc.. but the WL server on Linux tells the
    client to look for them else where , ie the machine from where it came
    (in this case the NT machine)
    This explains why when the WL server on NT is running all works fine ,
    because the client goes back to the machine from where it came (NT
    machine) and in this case the WL server is running so it can deal with
    its requests !!
    Running the client and server on Linux works fine and I can also run
    the same code between NT machines and Solaris machines. As soon as I
    introduce the Linux machine into the equation , I start getting this.
    Any help , ideas would be greatly appreciated.
    Thanks.--
    Developer Relations Engineer
    BEA Support

  • Capturing Video stream with JMF under LINUX??

    Ok, i am confused! I have read lots of info over this subject, but at some sites and forums i read that some people did not succeed in capturing ( and displaying) a live video stream with Java under Linux.
    Is it possible? and if so, can someone give me a sample code or a link to a sample code? thankz a lot!!

    Cross-posted
    http://forum.java.sun.com/post.jsp?forum=54&thread=456420&message=2083138&reply=true

Maybe you are looking for

  • SQL 2008 On SBS 2011 Question

    Hi. We have an sbs2011 std server. We are looking at a new accounts package that requires SQL 2008 r2 (not express). Our first thought was to purchase the premium add on but we can not find a single stockist in the UK that has one left for sale. So i

  • How to add data through matrix from sales order row level to

    user defined document type table ... i created matrix in user defined form, i placed one edit text box on that form when i entered docnum of sales order the data of sales order row level should have to upload to matrix , after fill up the some data i

  • Vendor master recording(IBAN)

    Hi All, I want to create vendor master data using BDC, i have to upload IBAN number in the bank details screen, which i am not able to do.. Please guide me how to update IBAN number when creating a vendor through XK01 transaction. Thanks in advance.

  • Java.lang.Exception: Multiple Matches Found

    Hi, I have written scheduler task to connect people soft DataBase get the users list and disable user accounts in IDM . Below is the peace of code. ============================= ResultSet results = stmt.executeQuery(selectQuery); tcReconciliationOper

  • HP Pavilion DV6 Battery Issue.

    Hello,  I'm currently having a recent problem with my HP Pavilion DV6 (A8KO2EA#ABU)  laptops battery stating (plugged in, charging) and being stuck on 8% and not charging whatsoever, if I remove the power cord, the laptop will instantly shut off. I'v