CD Writing issue

Dear Team,
We are facing the CD writing issue using domain users login. we are using windows xp in our organization and domain user can able to write Cd using CD drive but not using their application. error in the application is driver not found . how to find for which
DLL Required permission to detect the drivers in the application. please help me out to sort this issue.

Dear Team,
We are facing the CD writing issue using domain users login. we are using windows xp in our organization and domain user can able to write Cd using CD drive but not using their application. error in the application is driver not found . how to find for which
DLL Required permission to detect the drivers in the application. please help me out to sort this issue.
in app that works in Explorer.exe, or a third party? If you are using the built-in burner, you may be able to disable "Restrict CD-ROM Access to locally logged on user only" in a GPO sec policy. Test it first, of course. Here's more on
that here:
http://help.lockergnome.com/windows2/Domain-Users-burn-CDs--ftopict240737.html
If you are using a third party such as Realplayer v10, see if this helps:
RealplayerV10-Cd Burner option not working in user mode
http://windows.ittoolbox.com/groups/technical-functional/windows-xp-pro-l/realplayerv10cd-burner-option-not-working-in-user-mode-1318351
If you are using any third party app and having problems, I agree with the other responses, that you must contact their support resources to find the app's requirements to make this work, or find a another one if it doesn't.
Ace Fekay
MVP, MCT, MCSE 2012, MCITP EA & MCTS Windows 2008/R2, Exchange 2013, 2010 EA & 2007, MCSE & MCSA 2003/2000, MCSA Messaging 2003
Microsoft Certified Trainer
Microsoft MVP - Directory Services
Complete List of Technical Blogs: http://www.delawarecountycomputerconsulting.com/technicalblogs.php
This posting is provided AS-IS with no warranties or guarantees and confers no rights.

Similar Messages

  • Hard Drive writing Issue.

    Hi,
    I'm not sure if I'm in the correct forum, but I'm hoping someone can help.
    I think I've pinpointed the reason why my IMac is slowing.
    When i download large files, or record a movie through my iSight camera, i noticed in both situations, that the data seems to be written to the disk in a very intermittent way.
    The Activity monitor does not show high levels of CPU usage, but the disk activity maxes out every few seconds. Data is written in spurts. Virtual memory is half of my capacity, and pageouts are low.
    The resulting movie file is choppy, start and stop, with pieces missing that did not get written to the disk.
    When downloading Torrents, the torrent client freezes until the hard drive catches up (it seems).
    I have already cleaned the preference files, and caches with Applejack, and also Onyx.
    Does anyone have any insight?

    Torrents are by and large illegal. They give you buggy, untested software that can cause data corruption and other issues. Furthermore, torrent software makes your machine into an internet file server, which in turn slows down your traffic. Stop using it, and get software from legitimate sources such as http://www.macupdate.com/ and http://www.versiontracker.com/

  • Super Drive - DVD Writing issues

    Hi,
    Every time I try to write a DVD (this was working!) it fails with:-
    Hardware Error
    Sense Code
    0x09, 0x01
    Tracking Servo Failure
    The DVD's I am using are HiSpace DVD+R 4.7Gb printed silver.
    Any Ideas? I can write CDRs but need to write my photos to DVD as there are many Gb's worth!
    Cheers in advance,
    Carl.

    mmh... the mini Superdrive is notorious for being below par in almost all respects, but just writing a DVD should be OK. Couple of things to try:
    1. Reduce burning speed
    2. Try with DVD-R media

  • DLT Writing Issues

    Hi All
    I was just wondering if anybody has had any joy writing to a Quantum DLT 4000 drive yet. I was forced into buying a new mac pro yesterday as my dual 2.5 went bang, unfortunately i'm mid project with a 12 program series to get to the replicators soon. If any body has a good work around I would love to here it! Also are there any other means with which to connect a legacy scsi device to a new mac pro other than buying Atto UL5D? It would seem to be like using an industrial pile driver to crack a nut!
    Cheers in advance
    Nick Wiseman

    Hi Chris
    Cheers for the reply. How relaible are the Belkin adapters any rejections from the repro plants? Also I've heard mutterings that UB version of DVD Studio doesn't play fair with DLT drives I wonder if thats the case?
    Cheers
    Nick

  • File Writing Issue :-(

    Hello Guys,
    Im trying to write into a file from a InputStream..For which the code is as followspublic void saveFile(String filename,InputStream inpStr)
    try{
    InputStreamReader stream=new InputStreamReader(inpStr,"SJIS");     
    File tobSavedFile=new File(filename);
    FileOutputStream fstr=new FileOutputStream(tobSavedFile);
    while (true){
        int d=stream.read();
        if (d==-1) break;
        else
         fstr.write(d);
    catch(Exception me){
       me.printStackTrace();
    }This code works fine when i pass a Text file as inputstream,But it doesnt work good when i pass a GIF or JPG or ZIP file in inputStream...
    For example when i passed a file as GIF which was 1.45KB it resulted in creation of GIF file of just 1.34KB..
    Why is this??can any one help me..
    Thanks a lot for your patience.
    Regds,
    Gokul

    Don't use an InputStreamReader around your InputStream, it's trying to do text conversion and not supposed to be used for binary data.

  • Error writing file name which contain both English and non-English name

    Hello
    I have this simple vbscript code which suppose to write all file names in some directory to a text file
    Dim FSO
    Dim FileDirectory
    FileDirectory = "C:\temp"
    Dim FileList
    FileList = "list.txt"
    Dim Fname
    Set FSO = CreateObject("Scripting.FileSystemObject")
    set FileDirectory = FSO.GetFolder(FileDirectory)
    Set objFile = FSO.CreateTextFile(FileDirectory & "\" & FileList ,True)
    for each file in FileDirectory.files
    Fname = file.name
    objFile.Write( ChrW(34) & Fname & ChrW(34) & vbCrLf)
    objFile.Write( ChrW(34) & FileDirectory & "\" & Fname & ChrW(34) & vbCrLf)
    Next
    objFile.Close
    Everything goes fine while file names are in English but when some file name is non English or both  English with non English name (right to left languages) an error raised, so how to deal with this writing issue without changing the file name
    thanks in advance

    Thanks
    jrv for replying
    I tested you code but it didn't worked for me (works fine for English file names but doesn't work with right to left language )

  • Select or Select....for update nowait (data write concurrency issue)

    Hello everyone,
    I am working on a jsp/servlet project now, and got questions about which is the better way to deal with concurrent writing issues.
    The whole senario is described as following:
    First each user is viewing his own list of several records, and each record has a hyperlink through which user can modify it. After user clicks that link, there will be a popup window pre-populated with the values of that record, then user can do the modifications. After he is done, he can either click "Save " to save the change or "Cancel" to cancel it.
    Method1---This is the method I am using right now.
    I did not do any special synchronization measures, so if user 1 and user2 click the link of same record, they will modify the record
    at the same time, then whose updates will take effect depends on who submits the request later. If user1 submitted first, then user 2, user1
    will not see his updates. I know with this method, we will have the problem of "Lost Updates", but this is the simplest and efficient way to handle this issue.
    Method2--This is the method I am hesitating.
    I am considering to use "Select....for update nowait " to lock a record when user1 has selected one record and intended to modify it. If user2 wanted to modify the same record, he is not allowed. ( by catching the sql exception.)But the issue I am concerned about is because the "select .. For update" action and "Update action" are not so consecutive as many transaction examples described. There could be a
    big interval between " select " and "update" actions. You could not predict user's behavior, maybe after he open the popup window, it took him a while to make up his decision, or even worse, he was interrupted by other things and went away for the whole morning?.Then the lock is just held until he releases it.
    And another issue is if he clicks "cancel" to cancel his work, if I use method1, I don't need to interact with server-side at all, but if user method2, I still need to interact with the server to release the lock.
    Can someone give me some advice ? What do you do to deal with similar situation? If I did not make clear of the question, please let me know.
    Thanks in advance !
    Rachel

    Hi Rachel,
    Congratulation, you have found a way to overcome your programming business logic.
    Have you ever consider that the solution of using CachedRowset concept yet to be included in j2se 1.5 tiger next year too prove workable under the scenario , whereby you can disconnect from the database after you have execute your query and reconnect again if you have to do transactional activity later, so that the loading overhead as well as the data pooling activity could be well balanced off.
    Although rowset is still not an official API now, but its potential to me is worth consideration.
    I have written a simple but crude cut JSP programme posted on this forum under the heading "Interesting CachedRowset JSP code to share " to demonstrate the concept of CachedRowset and hoping that the Java guru or the developer could provide feedback on how to imporve on the programming logic or methodology.
    Thanks!!

  • File Writing with JSP

    Hi all,
    I'm creating a simple app that gets form data and populates it to a file. I want to make sure that each instance (thread?) is able to write to the file and not throw an exception since the file may be currently open by another instance of the jsp. Now I did basic thread programming in C++ a long time ago, so I'm aware of thread waiting conceptually, but I'm not familiar with the java implementation. Can someone show me some basic syntax on how I would go in essentially putting a lock on the file writing portion of the code.
    Thanx much

    I disagree that you should override anything in Threa, especiially the sleep method.
    What you should do is handle the file writing in a producer/consumer fashion. Have a single class that extends Runnable be the consumer. It handles all the file writing issues. You will run this in its own thread.
    Your JSPs (or other threads) fill in a collection, or some other holder, which informs the consumer to write to the file.
    As a brief example, this is a mini logger type of program. I use a class (LogCenter) to log data put in it from other sources (client1 and client2). For the sake of using newer API, I make use of the java.util.concurrent.BlockingQueue (and java.util.concurrent.LinkedBlockingQueue) to make a thread-safe collection and reporting system for text to come in and out of the logger.
    Note, this is far from production. Just something I whipped up when playing with blocking queues a while ago...
    package net.thelukes.steven.thread.test;
    import java.io.PrintWriter;
    import java.util.concurrent.BlockingQueue;
    import java.util.concurrent.LinkedBlockingQueue;
    public class LoggingCenter implements Runnable {
      private PrintWriter output;
      private BlockingQueue<String> toPrint;
      public LoggingCenter() {
        toPrint = new LinkedBlockingQueue<String>(10);
      public void setOutput(PrintWriter pw) {
        if (pw == null)  {
          if (output != null)
            return; //do not replace output with null
          else //pw is null and output is null
            throw new IllegalArgumentException("Ouput PrintWriter must not be NULL");
        else {
          if (output != null) closeOutput(); //if output exists already, close it.
          output = pw;
      public void log(String text) {
        boolean added = false;
        while (!added)
          try {
            toPrint.put(text);
            added=true;
          } catch (InterruptedException ie) {
            ie.printStackTrace();
            try { Thread.sleep(300L); }
            catch (InterruptedException ie2) { ie2.printStackTrace();}
      public void run() {
        try {
          while (true) {
            printLn(toPrint.take());
        } catch (InterruptedException ie) {ie.printStackTrace();}
      private void closeOutput() {
        output.flush();
        output.close();
      private void printLn(String text) {
        if (output == null)
          throw new IllegalStateException
            ("The Output PrintWriter must be set before any output can occur.");
        output.println(text);
        output.flush();
    package net.thelukes.steven.thread.test;
    import java.io.File;
    import java.io.FileWriter;
    import java.io.IOException;
    import java.io.PrintWriter;
    public class LoggingTest {
      public static void main(String[] args) throws IOException {
        PrintWriter output = new PrintWriter(
          new FileWriter(new File("log.txt")));
        //PrintWriter output = new PrintWriter(System.out, true);
        final LoggingCenter logger = new LoggingCenter();
        logger.setOutput(output);
        Thread t = new Thread(logger);
        t.start();
        Thread client1 = new Thread(
            new Runnable() {
              public void run() {
                while (true) {
                  logger.log("Client 1: "+System.currentTimeMillis());
                  try {
                    Thread.sleep(1250L);
                  } catch (InterruptedException e) {}
        Thread client2 = new Thread(
            new Runnable() {
              public void run() {
                while (true) {
                  logger.log("Client 2: "+System.currentTimeMillis());
                  try {
                    Thread.sleep(2500L);
                  } catch (InterruptedException e) {}
        client1.start();
        client2.start();
    }

  • Cd Covers Issue

    The problem I have is the artwork shows in cover flow etc, all covers appear to be on the ipod correctly however when i right click a track & view the art work tab it does not show the cover, if I click in the space it just shows a black rectangle then if i clcik on the white area to either side & hold down the cover appears flickers & disappears. I have an older version of itunes on my machine at work & that shows the cover correctly. Any clues as to why this happens???

    Dear Team,
    We are facing the CD writing issue using domain users login. we are using windows xp in our organization and domain user can able to write Cd using CD drive but not using their application. error in the application is driver not found . how to find for which
    DLL Required permission to detect the drivers in the application. please help me out to sort this issue.
    in app that works in Explorer.exe, or a third party? If you are using the built-in burner, you may be able to disable "Restrict CD-ROM Access to locally logged on user only" in a GPO sec policy. Test it first, of course. Here's more on
    that here:
    http://help.lockergnome.com/windows2/Domain-Users-burn-CDs--ftopict240737.html
    If you are using a third party such as Realplayer v10, see if this helps:
    RealplayerV10-Cd Burner option not working in user mode
    http://windows.ittoolbox.com/groups/technical-functional/windows-xp-pro-l/realplayerv10cd-burner-option-not-working-in-user-mode-1318351
    If you are using any third party app and having problems, I agree with the other responses, that you must contact their support resources to find the app's requirements to make this work, or find a another one if it doesn't.
    Ace Fekay
    MVP, MCT, MCSE 2012, MCITP EA & MCTS Windows 2008/R2, Exchange 2013, 2010 EA & 2007, MCSE & MCSA 2003/2000, MCSA Messaging 2003
    Microsoft Certified Trainer
    Microsoft MVP - Directory Services
    Complete List of Technical Blogs: http://www.delawarecountycomputerconsulting.com/technicalblogs.php
    This posting is provided AS-IS with no warranties or guarantees and confers no rights.

  • Cd cover issue

    I want to get all the covers for my music but I have to sign up and use a credit card and i dont want to do that so is their another way to get these??? Thanks

    Dear Team,
    We are facing the CD writing issue using domain users login. we are using windows xp in our organization and domain user can able to write Cd using CD drive but not using their application. error in the application is driver not found . how to find for which
    DLL Required permission to detect the drivers in the application. please help me out to sort this issue.
    in app that works in Explorer.exe, or a third party? If you are using the built-in burner, you may be able to disable "Restrict CD-ROM Access to locally logged on user only" in a GPO sec policy. Test it first, of course. Here's more on
    that here:
    http://help.lockergnome.com/windows2/Domain-Users-burn-CDs--ftopict240737.html
    If you are using a third party such as Realplayer v10, see if this helps:
    RealplayerV10-Cd Burner option not working in user mode
    http://windows.ittoolbox.com/groups/technical-functional/windows-xp-pro-l/realplayerv10cd-burner-option-not-working-in-user-mode-1318351
    If you are using any third party app and having problems, I agree with the other responses, that you must contact their support resources to find the app's requirements to make this work, or find a another one if it doesn't.
    Ace Fekay
    MVP, MCT, MCSE 2012, MCITP EA & MCTS Windows 2008/R2, Exchange 2013, 2010 EA & 2007, MCSE & MCSA 2003/2000, MCSA Messaging 2003
    Microsoft Certified Trainer
    Microsoft MVP - Directory Services
    Complete List of Technical Blogs: http://www.delawarecountycomputerconsulting.com/technicalblogs.php
    This posting is provided AS-IS with no warranties or guarantees and confers no rights.

  • Mega 865 Issues

    I'm having a couple of issues with the Mega 865-based PC that I just built and I'm hoping some people here can answer a couple of my questions. If interested, system specs are at the bottom.
    1. I can not get MSI's Media Center III to run in any stable form. Typically after I install it and reboot I will try to start the program and it will crash before anything is even displayed on the screen. Furthermore, this freezes the display on the front of the computer itself and the only way I've found to reset this is to shut the computer down and unplug it for a little while. This will happen regardless of how many times I re-install the program.
    2. When I start the computer after having not used it for a while it will make it as far as loading the user login screen in Windows XP and then restart. After trying to start it normally or in safe mode enough times it will finally load Windows propperly and continue to work well. I can even shut it off, unplug it, and turn it back on without any problems. This only happens if it's been sitting off for an extended period of time. (several hours)
    Other than these two issues the system has worked flawlessly for me. Hi-Fi mode works well and once it starts the system is stable under load dispite fairly hight CPU temperatures. If anyone has any ideas on how I might be able to get around these problems please let me know and thanks in advance.
    - Ed Andocs, [email protected]
    MSI Mega 865
    Pentium 4 Northwood, 3ghz
    1gb Corsair ValueRam
    ATI Radeon 9800 Pro
    Samsung 7.2k RPM 160gb HDD
    MSI CD-RW/DVD Combo Drive 52x24x52x16

    Had the same issue with mine when I started. The crash of the MMCIII is due to some writing issue of the program to the LCD screen and once the screen is upset then you need to unplug the PC to clear it. I started getting these issues after I used live update from the web, I think I downloaded a bad version of PCalert. Anyway in the long run I formated and only used the versions on the CD and it all worked fine. Oh and if your wondering about the performance of MMCIII, it doesn't get better.  

  • CF11 OS X Threadlocal issue

    I have a copy of CF11 running on my OS X Mavericks system it was working fine this morning I did a server reboot to try and fix an issue and now I cant access the server at all as it it takes to long to respond. It is a local installation so its not a network issue as such. In my log files I have a severe issue to do with Threadlocal writing issues but I have no idea a) where to find these to be able to remove the offending file if possible b) how to do it if I have to.
    So can anyone help me fix this or am I going to have to completely reinstall my server again?

    Hi ...
    Going by your profile, v10.7.3:  Installing the OS X Lion Update 10.7.3 (Client Combo reinstalls the App Store for you.
    Restart your Mac after the combo is installed. it's ok to do this even though you are already running v10.7.3.
    edited by:  cs

  • P965-Neo and jMicron issue

    Hi,
    I have a strange problem with MSI P965-Neo related to jMicron PATA-IDE (a DVD-RW is connected there).
    The system is working just fine:
    1) the SATA HDD is recognized in the first BOOT phase and the DVD-RW is recognized in the 2nd boot phase (the jMicron boot phase).
    2) WinXP-SP2 has no problems at all with both drives (HDD & DVD)
    But ...
    In case of DVDs (read) I get no more than 1X speed (approx. 1200KB/sec)
    In case of CDs (read) I get no more than 8X (approx. 1200KB/sec).
    So the max speed for my optical drive is 1200KB/sec.
    At this speed it's obviously that I cannot burn CDs or DVDs ...
    There're no reading/writing issues with my optical drive (LG H10N) on other systems.
    Is someone able to help me ?
    thanks

    Quote from: antonis
    Set the Jmicron in the BIOS to RAID mode. That worked for me.
    Didn't work (but thanks anyway).
    The problem is solved now (I had to waste enough time for that ...).
    The solution: http://www.dieselbenz.info/JMB36X_WinDrv_Beta_R1.17.04.00.rar
    It's a beta driver, but this is the answer to all "jMicron on MSI"  bugs.
    With that driver I was able to write a full CD at 48X and a full DVD at 8X without any error.
    p.s.
    A little piece of advice for MSI team:
    The current v1.5 BIOS and jMicron driver are buggy (talking about MSI P965-Neo) !
    You have to solve this problem as faster as you can because is very annoying and you'll lose customers !
    Remus M
    (an old MSI fan)

  • External HDD Error -36 ("can't read or write the file")

    hi,
    just got my WD Mybook 500GB. I reformated the HD to Mac OS Extended (journaled), 1 partition - and wanted to copy my files onto it. after copying 126 GB, the disk doesn't except any more files (any type) - with prompting me with this message: "File couldn't be read or written" Error -36.
    does anyone know why?
    thx, cmu

    Sometimes removing this file has fixed writing issues and reading issues of MyBook drives:
    Macintosh HD -> Library -> Launch Daemons called com.WD.WDDriveServices.plist
    Restart and see if it does.
    If not, sounds like the drive case in question has an old IDE bus. I'd return it to the place you bought it, or ask Western Digital to apply a firmware update to it so it can write past 128 GB. This article seems to be relevant to your problem:
    http://docs.info.apple.com/article.html?artnum=86178
    A -36 error is an input/output error.

  • TTL signal vs TCP-IP, parctical and timing considerations

    We have just purchased a BioPac MP1 50 physiological recording system (www.biopac.com). We would like to start/stop an acquisition from another computer system and/or to add annotations and markers.
    To this end it seems there are two routes to consider. We could either use the built-in Trigger in/out capability with TTL signal of (0 and +5V square pulse) or use TCP-IP client-server to control it remotely (i.e. using VIs such as TCP-IP Listen). In the later case, I�d use the Beta LabView API libraries that BioPac is about to release for the MP150, instead of the dedicated AcqKnowledge 3.8.1 software, which is really good.
    Because we need to correlate event during the physiological recording of our experim
    ent, it would be ideal if the resolution were of ms accuracy (i.e. latency less than 1ms) and we need to manage up to 16 trigger channels.
    I have very little technical background knowledge on this. Thus, in order to help me evaluate a solution, I would appreciate any comments and suggestions.
    1) I would like to know first if anyone could recommend an easy solution to generate TTL signal (0 � 5V logical pulse) on both Windows and LINUX PC?
    For instance I read about using the 25-pin parallel port, but I am curious to learn about other possible alternative such as USB, USB2 with or without adapter but also a very cheap card (a couple $100 max). I am already ruling out serial connection, because I am told it is very slow and has horrendous latency.
    2) What are the latencies in read and writing/issuing TTL signals com? How does it compare with a dedicated byte stream through TCP-IP, on a dedicated cable and on a network cable?
    3) Are they any VI application that you c
    ould share to show how LabView 7.0 can talk through the respective ports to generate a pulse forming the trigger information being written or read in?
    I look forward to hearing your feedback and suggestions. Many thanks in advance.
    Donat-Pierre LUIGI

    Use TTL. It is likely that the TCP/IP messages will get there fast enough
    and that the software will respond in a timely manner but there is no way to
    be sure. It is the fastest way to get from your LV application to your
    other device. You may need to check the response time that the BioPac will
    give to the TTL input verses a TCP/IP message.
    You should also consider the level of programming needed to accomplish your
    tasks. I would strongly suggest that you get a seasoned LV programmer on
    the job or you will be wasting a lot of time and enduring needless
    frustration.
    The parallel port will respond is sub-millisecond. You should be able to
    toggle it several hundred times in a millisecond. I've had LV applications
    use the printer port for this type of communications before. I don't
    remember the bandwidth but it's more than adequate for this application.
    TCP/IP will sometimes get delayed by the OS (either Windows or Linux) due to
    other things that are happening at the time which you don't have control of.
    The message should go out in very short order (again sub-millisecond) but
    there is no control over this.
    Good luck,
    Chuck
    "Donat-Pierre" wrote in message
    news:[email protected]...
    We have just purchased a BioPac MP1 50 physiological recording system
    (www.biopac.com). We would like to start/stop an acquisition from
    another computer system and/or to add annotations and markers.
    To this end it seems there are two routes to consider. We could
    either use the built-in Trigger in/out capability with TTL signal of
    (0 and +5V square pulse) or use TCP-IP client-server to control it
    remotely (i.e. using VIs such as TCP-IP Listen). In the later case,
    I'd use the Beta LabView API libraries that BioPac is about to release
    for the MP150, instead of the dedicated AcqKnowledge 3.8.1 software,
    which is really good.
    Because we need to correlate event during the physiological recording
    of our experiment, it would be ideal if the resolution were of ms
    accuracy (i.e. latency less than 1ms) and we need to manage up to 16
    trigger channels.
    I have very little technical background knowledge on this. Thus, in
    order to help me evaluate a solution, I would appreciate any comments
    and suggestions.
    1) I would like to know first if anyone could recommend an easy
    solution to generate TTL signal (0 - 5V logical pulse) on both Windows
    and LINUX PC?
    For instance I read about using the 25-pin parallel port, but I am
    curious to learn about other possible alternative such as USB, USB2
    with or without adapter but also a very cheap card (a couple $100
    max). I am already ruling out serial connection, because I am told it
    is very slow and has horrendous latency.
    2) What are the latencies in read and writing/issuing TTL signals
    com? How does it compare with a dedicated byte stream through TCP-IP,
    on a dedicated cable and on a network cable?
    3) Are they any VI application that you could share to show how
    LabView 7.0 can talk through the respective ports to generate a pulse
    forming the trigger information being written or read in?
    I look forward to hearing your feedback and suggestions. Many thanks
    in advance.
    Donat-Pierre LUIGI

Maybe you are looking for

  • New to the iPad world. Need PDF help!

    I have some work related ebooks online that come up on the web page as a PDF. I don't see where I can save the PDF so I can view it later offline, like on a PC. I need to be able to review them when on an airplane or when Internet is not available. S

  • Combining 2 records in a single cube

    Hi Everyone, I would like to get your opinion about this particular requirement. I have an opportunities cube (CRM) which stores info about different opportunities. One customer may go from one opportunity to another. Both the opportunities are saved

  • CONVT_OVERFLOW CX_SY_CONVERSION_OVERFLOW SAPLMELOG

    Dear Friends, While executing the tocde me2n and on selecting a particular purchase order from the list ABAP Runtime error occurs attached in screen shot and on analysis of the error through st22 the following occurs. Category              ABAP Progr

  • GT70 2OD downloads bios driver firmware

    i have GT70 2OD-019US i tried to update my graphic card driver from  http://www.msi.com/product/nb/GT70-2OD.html#download it didnt work it said not compatiable im using latest beta driver from nvidia webiste you guys have right stuff on the website t

  • Cannot type Japanese in a flash field, with latest flash plugin and firefox.

    When I try to input Japanese with my IME(I tried google and Microsoft one)in a flash field, the IME just won't activate. I am stuck with only being able to use western letters and I can't change it in any way. If I load up Opera I am able to input Ja