Error in file picking in Quality

HI all,
In development system file is picking but while trying in Quality I am facing The below error in CC Plz help.
Conversion of file content to XML failed at position 0: java.lang.Exception: ERROR converting document line no. 89 according to structure 'xxx_yyy_zzz':java.lang.Exception: ERROR in configuration / structure 'xxx_yyy_zzz.': More elements in file csv structure than field names specified!
Regards,
Prasad

Hi Prasad
Use missing lasts fileds or additional last fileds as per your requirement
http://help.sap.com/saphelp_nw04/helpdata/en/2c/181077dd7d6b4ea6a8029b20bf7e55/content.htm
Regards
Ninad

Similar Messages

  • Access denied. Error in File C:\WINDOWS\TEMP\

    I have searched on Google and all over this forum and none of the solutions have fixed my problem.
    Crystal Version: Crsytal.Net for Visual Studio.Net 2005
    Server: Windows Server 2003
    Error:
    Access denied. Error in File C:\WINDOWS\TEMP\JuryDutyReport {D6296178-3E72-483E-B876-2DFC03D00841}.rpt: Access to report file denied. Another program may be using it.
    When I run my app locally through the Web Server that comes with ASP.Net, everything is fine, it is only when I deploy the application to the Windows 2003 Server that I get the error.
    I'm using impersonation in my ASP.Net application.  I have given that domain user full access to 'C:\Windows\Temp'', the export folder and even the folder where the Crystal Report resides on the Server.  When I run the application on the Web Server, I actually see the ".rpt" get created in the "C:\Windows\Temp" folder but yet it still says there is a permissions error.
    What is bizarre is that the code below that just sends the file to the printer automatically works:
      private void PrintJuryDutyReport(DataSet ds)
            //create report document
            ReportDocument crDoc = new ReportDocument();
            //load, set datasource and print options
            crDoc.Load(Server.MapPath("~/Reports/JuryDutyReport.rpt"));
            crDoc.SetDataSource(ds); //set datasource
            crDoc.PrintOptions.PrinterName = ddlPrinters.SelectedValue.ToString(); //set printername
            crDoc.PrintOptions.PaperOrientation = PaperOrientation.Portrait; //set paper orientation
            crDoc.SetParameterValue("ParamUsername", User.Identity.Name); //set parameter
            crDoc.PrintToPrinter(1, false, 0, 0); //send to printer
    I have to change the code to export to a PDF and this code doesn't work:
        private void PrintJuryDutyReport(DataSet ds)
            //report document
            ReportDocument crDoc = new ReportDocument();
            string myfile = @"G:\COPFS\COPFSPROD\ReportsTemp\MyPDF.pdf";
            //load, set datasource and print options
            crDoc.Load(Server.MapPath("~/Reports/JuryDutyReport.rpt"));
            crDoc.SetDataSource(ds); //set datasource
            crDoc.SetParameterValue("ParamUsername", User.Identity.Name); //set parameter
            //export through http
            crDoc.ExportToDisk(ExportFormatType.PortableDocFormat, myfile);
            crDoc.Close();
            crDoc.Dispose();
            Response.ClearContent();
            Response.ClearHeaders();
            Response.ContentType = "Application/pdf";
            Response.AppendHeader("content-disposition", "attachment; filename=" + myfile);
            Response.WriteFile(myfile);
            Response.Flush();
            Response.Close();
    Any help is greatly appreciated as I have to present this to end users tomorrow.

    Don, thanks for the response.
    As a last ditch effort, I granted "modify" to the Network Service Account on C:\Windows\Temp and that fixed the error.
    There are two things that are troubling about this:
    1) I'm impersonating a domain user in my ASP.Net application and when the PDF is created, the owner is that domain user, so I know impersonation is working.  So I wonder if ASP.Net picks and chooses what account it runs under at different times?
    2) It is a little scary for the Network Service Account to have this access but that people seem to be fine with it.
    http://aspadvice.com/blogs/rjdudley/archive/2005/03/14/2566.aspx

  • File Pick up issue in PI 7.1

    Hi Everybody,
    I tried a File scenario , while configuring the communication channel i didnt know the exact path to provide, because if i use FTP error occurs and with local drive I'm getting error as unidentified.
    Please suggest me as what are the settings and authorization needed for setting up file pick up.
    Thanks

    Please go through the link below:
    http://help.sap.com/saphelp_nw04/helpdata/en/e3/94007075cae04f930cc4c034e411e1/content.htm
    It gives the details of the sender file adapter configuration.
    Source Directory
    Specify the directory where the files to be processed are located.
    You can either specify the entire path name or a name relative to the working directory of the Adapter Engine. In all platforms (including Windows), use a forward slash (/) to separate directory names in accordance with Java specification.
    File Name
    Specify the name of the file that you want to process. The name can contain placeholders (*, ? (placeholders for exactly one character)) so that you can select a list of files for processing.
    ALSO TAKE CARE OF THE FACT THAT THE SOURCE FILE AS WELL AS THE DIRECTORY WHERE THE FILE IS PLACED,BOTH SHOULD HAVE "WRITE" PERMISSION "ON".
    THANKS
    BISWAJIT

  • Error in file cc attemp to process file due  java.lang.NullPointerException

    there is an error in file communication channel with error information
    *Delivery of the message to the application using connection File_http://sap.com/xi/XI/System failed, due to: com.sap.aii.af.ra.ms.api.RecoverableException: java.lang.NullPointerException
    .*please post ur views what might be reason for this type of errors.

    Thanks all for your valuable and quick responses.
    MY concern is that why it created 1 file 3 times.
    i checked the ICF that is green.
    THe interface works like this
    *the idoc is sent from the SAP system.
    *and is received by a BPM in XI
    BPM sends the file to a file receiver channel.
    *Encryption program picks the file and encryption is done
    *Again the file is sent by file sender channel to receiver.
    the receiver is supposed to get 3 files but it is getting 9 files.
    one file 3 times.
    Moreover file receiver channel shows error jave lang null pointer
    please send in your views so that the problem can be sorted out ........
    Thanks.

  • Sender File Adapter Error reading file

    Hello!
    I have a problem with reading a file using the FTP adapter.
    I have configured everything according to the steps of weblog "FILE to JDBC Adapter using SAP XI 3.0" (/people/sap.user72/blog/2005/06/01/file-to-jdbc-adapter-using-sap-xi-30).
    I know the sender FTP adapter can connect to the directory and file because:
    1) it has complained about wrong format in the content conversion (has been fixed)
    2) when there is no file for it there to pick up, the FTP flag in the adapter monitor is green
    When I put a file in the specified directory I get the following error:
    - 2006-06-21 09:52:23 CDT: Retry interval started. Length: 10.000 s
    - 2006-06-21 09:52:23 CDT: Error: Retrieving file 'test_file.dat' failed unexpectedly: FTPEx: Public: The system cannot find the file specified.
    - 2006-06-21 09:52:20 CDT: Processing started
    - 2006-06-21 09:52:13 CDT: Error: Retrieving file 'test_file.dat' failed unexpectedly: FTPEx: Public: The system cannot find the file specified.
    - 2006-06-21 09:52:10 CDT: Processing started
    I also get the same error if I skip the content conversion and put a "ready" XML file there.
    There should be no auth problems at all. Public server, and I can log on, get, put, delete etc. Also it can apparently read it since it can complain about the content format. Anyone seen this before?
    Please advise. Thanks!
    Nam

    Hi Nam,
    Is your User Id and User Id/Password is correct ?
    Is connection mode is per file transfer in File Adapter configuration?
    Also you can see the log from Visual Admin..
    Regards,
    Moorthy

  • I'm getting error "copying files failed. the required file is in use". How do I find the file?

    I've found this question is elswhere but no answers.  I'm trying to consolidate my library to an external hard drive since I'm pretty sure my current drive is about to fail.  The entire process has taken me days due to one error or another.  This is my most recent error and so far there is no way around it since it does not show me what file is in use.
    Help?

    I used "Carbon Copy Cloner" to copy my library from one external disk to another.
    The "library" consists of a bunch of files and folders (see links at end).  You don't need CCC to copy it, just drag the whole iTunes folder in your Home > Music from one drive to the other.
    I pointed my iTunes library to the new location under iTunes preferences.
    No, don't do it with preferences.  Once you have moved the folder as above, start iTunes with the option key held down and guide it to the library.itl file on the new drive.  This is assuming you have been using iTunes's default settings and haven't been managing your media yourself.
    I used iTunes to "Consolidate Library" to verify that all files had been moved.
    Okay, in doing that you have  moved just your media to the new drive but left all your other library files on the old drive.
    iTunes succesfully copied/re-attached a lot of files before giving me the error that the disk could not be read or written to.
    Try it with my method.
    I began to troubleshoot the hard drive by checking the cables and scanning for errors.
    This disk checked out fine.
    I identified the failure and subsequent error was due to corrupted files.
    I watched the consolidation process and was able to see which file it was trying to copy before it errored out.
    I deleted the corrupted file and restarted the process (I repeated this numerous times).
    When the process seemed to be just about over, I got the error "Copying files failed. The required file is in use."
    I'm sure this is likely another corrupted file, however, it happens so fast that I have no way to identify what file is causing the problem.  I tried making sure no other processes were running and no other windows or media players were open.  I also tried to look for an error log but was unsuccessful.
    Any ideas?
    Disk Utility will scan for a corrupt directory but I don't think it works on the file level if it is a single file that was corrupted.  I know I have seen Carbon Copy Cloner pick up on single file error when I had one sitting on a bad sector of a drive several years ago.  If you can identify the corrupt file this way then you will have to use a backup copy since it is unlikely it can be rescued.
    If you have Diskwarrior it has a file check utility.
    You have, of course, restarted your computer before doing all this, and keep other computer activity to a minimum (don't play music while copying the files and don't use other applications that coupld potential be trying to get access to your files)?
    What are all those iTunes files? - http://www.macworld.com/article/139974/2009/04/itunes_files.html
    iTunes 9 [and later]: Understanding iTunes Media Organization - http://support.apple.com/kb/ht3847

  • I got following erro message in Apache error log file

    Why mod_plsql is not started while trying to use Oracle Apex
    I got connection error as below into modplsql log file
    <106296140 ms>[ReqStartTime: 11/Sep/2007:14:48:50]
    <106296140 ms>Request ID ReqID:5160_1189536530
    <106296140 ms>Connecting to database with connect string : "(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=https)(PORT=//escis-000567.eschq.esc.state.)))(CONNECT_DATA=(SID=80)))"
    <106296140 ms>ORA-12545 LogOn ORA-12545: Connect failed because target host or object does not exist
    <106296140 ms>Stale Connection due to Oracle error 12545
    <106296140 ms>Logoff: Closing connection due to stale connection
    <106296140 ms>[ReqEndtime: 11/Sep/2007:14:48:50]
    <106296140 ms>[ReqExecTime: 0 ms]
    I got following from Oracle Apache error log file
    [Tue Sep 11 15:31:46 2007] [notice] FastCGI: process manager initialized
    [Tue Sep 11 15:32:03 2007] [error] [client 10.18.144.215] [ecid: 1189539123:10.18.144.215:2612:1148:1,0] mod_plsql: DAD '/pls/apex' is disabled because of misconfiguration. Please refer to the log entries during server startup up for more information.
    [Tue Sep 11 15:32:15 2007] [error] [client 10.18.144.215] [ecid: 1189539135:10.18.144.215:2612:2232:1,0] mod_plsql: DAD '/pls/apex' is disabled because of misconfiguration. Please refer to the log entries during server startup up for more information.
    [Tue Sep 11 15:32:21 2007] [error] [client 10.18.144.215] [ecid: 1189539141:10.18.144.215:2612:4896:1,0] File does not exist: c:/gridhomes/http/apache/apache/htdocs/apex
    [Tue Sep 11 15:32:29 2007] [error] [client 10.18.144.215] [ecid: 1189539149:10.18.144.215:2612:4896:2,0] mod_plsql: DAD '/pls/apex' is disabled because of misconfiguration. Please refer to the log entries during server startup up for more information.
    What could be problem
    also in first error log I found
    Connecting to database with connect string : "(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=https)(PORT=//escis-000567.eschq.esc.state.)))(CONNECT_DATA=(SID=80)))"
    why it picks up https as HOST name. I think that's problem. How to resolve it ?
    Thanks
    ~Keyur

    Please post the details of the application release, database version and OS.
    I am getting several of these messages in the Apache error logfile.
    File does not exist: $JAVA_TOP (this is actually my physical patch for $JAVA_TOP)Is this the complete error message?
    Is it normal to see this messages or some configuration is wrong?If your application is functioning properly with no issues, then you can ignore those errors.
    Thanks,
    Hussein

  • My exported 2015 iMovie file has bad quality.

    Hello.
    I just got a new MacBook pro, OS X Yosemite 10.10.3.  Using iMovie 10.0.7 (the latest version to my knowledge.)
    I realize that this question has been beaten to death all over the internet, but I haven't made any headway STILL.  I just completed an edit that looks AMAZING in iMovie, and when I export it, the file is very distorted.  I'm exporting at the highest quality (1080p) and the file ends up being 8GB (8 minute movie) which I would think a big file like that would produce good quality.
    I'm stuck.  Any help would be greatly appreciated. 
    Here's the upload (notice the distortion and grainy-ness during motion, again looks AMAZING in iMovie.)
    https://www.youtube.com/watch?v=eeQ85ybI_II
    Mike

    iMovie file has bad quality.
    hmmm, really?
    I pick up a scene ...
    <click for fullsize>
    This is a 'killer' for any encoder! Those ultra-soft gradient in the sky shows no banding!
    Not to say: superb! Compare to a less encoded version:
    <click for fullsize>
    you see? THAT is bad quality! Tons of banding in the sky...
    ... post a scene, which doesn't fullfill your standards …
    btw: what camera in use? settings? a GoPro I assume, those 'cinema' settings?
    PS: you let YT play it in as 720/1080? ....

  • I just got my new mac, when i try to import music files or even import a CD, it says "Error, a file was specified instead of a folder". What do I do

    I just got my new mac, when i try to import music files or even import a CD, it says "Error, a file was specified instead of a folder". What do I do, It is very frustrating i have all my music from my old PC and a bunch of CD's i cannot import.

    I haven't encountered this error, but let's try to figure out a solution.
    CDs. Let's tackle this.
    First, read this:
    http://www.woopid.com/video/626/iTunes-Setup-Assistant
    As soon as you insert a CD (assumng you have a drive), iTunes should immediately open and ask if you want to add this to your Library. Say "Yes." (You haven't set the quality levels yet, but we want to set up your library, first.)
    Music. If you have individual tracks you want to import, keep iTunes open, and simply drop the tracks in the "Songs" part of the Library on the left side of the screen. The tracks should be added automatically.
    If this isn't working for you, please describe the error -- or better yet, provide screenshots. I'm certain you will be able to set up your iTunes library pretty quickly.

  • Error codes file is not well-formed XML

    Hallöchen!
    I can cope with it, but: Why does the ...-errors.txt file pretent
    to be XML, but it is not? On the one hand it starts with a valid
    XML declaration and has tags and attributes. On the other hand,
    whitespace is significant in silly cases and, much worse, the
    expected encoding is Latin-1 or something like that, although it
    *must* be UTF-8.
    Is this a mere bug or done with purpose? Where can one report bugs?
    Tschö,
    Torsten.
    Torsten Bronger, aquisgrana, europa vetus

    Hi All,
    The below process worked for me
    1.  Browse to C:\inetpub\history directory
    2.  Inside this directory you will find the history of all the applicationHost.config file.
    3.  Pick a applicationHost.config file that you know is not corrupted.  I usually pick one a few hours back to be safe.
    4.  Copy the applicationHost.config file and paste it into theC:\Windows\system32\inetsrv\config directory, replacing the corrupted file.
    5.  Now attempt to access IIS7 again.  This time IIS7 should open, and you should be able to access all your sites and web apps.
    Regards,
    Arash Farmahini

  • Log & Transfer Error (.mov files) Issue

    When I add my SD info in Log & Transfer Window i get the error message "100Canon" contains unsupported media or has an invalid directory structure. Please choose a folder whose directory structure matches supported media.....
    I used a Canon EOS Rebel to get the footage. I understand that FCE does not work with these .mov files without having to be forced to render.
    Is there any way that I can transfer these .mov files to avoid having to render? If not can I convert them to another file without loosing quality? Is there any solution to avoid having to render?

    You may lose a tiny bit of quality but it won't be noticeable. In Streamclip, you go to +File > Export to Quicktime+ and choose the Apple Intermediate Codec as your compression. Make sure you set a frame rate of 29.97 and audio to Uncompressed Stereo 48kHz. The exported video will be an AIC file in a .mov container.

  • How to Export a WMV file in High Quality but low MB?

    How to Export a WMV file in High Quality but low MB?

    I'm really afraid you are the only person who can answer that.
    ANY compression is totally relative: what do you think is small? What do you define as high quality?
    I can get a 5 minute wmv file at just under 100mb that I find acceptable for browser downloads. You might think that's too big. I don't.
    Trial and error is the only way. Personally, I've set up a compressor preset to crunch my wmv files. While it's doing it's thing, I can do something else.

  • Files picking one after another

    Hi,
    We have a scenario which includes File and Proxy (receiver). The FTP will have 3 files places in it. they might be together. Now PI has to process these files, say File1, File2, File3 one after the other in a order. PI needs to pick the File1 process it and then pick the File2 and so on.
    I thought of using ATP and polling interval, but then if the first file fails, this wont work out.
    So can anyone tell me if there is a way for this?
    Regards,
    Lavanya R

    Hi Lavanya,
    You can check the option "Archive Source Files with Errors" in File sender cc.
    Files which fail will be moved to Error directory and rest of the files shall be processed.
    Configuring the Sender File/FTP Adapter (SAP Library - Partner Connectivity Kit)
    Regards,
    Sateesh.

  • Web-Disk on OSX 10.9 Give me this error: "Finder got an error: Network file permission error."

    Previously I was using OSX 10.8 and Web Disk was working great.
    Since I upgraded to OSX 10.9 Web Disk Dont Attach to my compputer and give me this ERROR:
    FInder got an error: Network file permission error.
    When I got this ERROR first time I searched GOOGLE and found this link: http://cammodude.blogspot.no/
    And I did:
    To force all connections to be SMB1:
    Open A terminal window
    paste in the following line followed by the return key(should be all on one line): 
    echo "[default]" >> ~/Library/Preferences/nsmb.conf; echo "smb_neg=smb1_only" >> ~/Library/Preferences/nsmb.conf
    What the command does:
    Creates a file called nsmb.conf  in your  home directory at the path ~/Library/Preferences/nsmb.conf.
    Adds directives to force SMB connections to use the SMB1 protocol.  This is slower but stable.
    Then I could use Web Disk on OSX 10.9 after executing this command in Terminal.
    But now I restarted my Macbook and now Im NOT able to connect to Web Disk and get the same ERROR.
    FInder got an error: Network file permission error
    After trying 100 times it attaches 1 time but then show this ERROR:
    Can't get <<class cdis>> "my.server.com/2078" of application "Finder".
    If this happen then I can see the files in Finder and see the Contents and Size of files but if I open a PHP file in BBEdit then it shows BLANK.. But actually it is NOT blank.
    Now Im stuck How can I solve this? All help is highly appericated..
    Thank you so much...

    Hi,
    Make sure to chmod the app, something like this :
    chmod -Rf 777  secure_site_WebDisk.app
    (in my case the CPanel provided the app for my OSx version.)

  • [Solved] Error : The file or folder path /Probl?me 1 does not exist

    Hello,
    I encountered this error
    The file or folder <path>/Probl?me 2 does not exist
    while I was trying to open a directory already extracted from a zip file containing directories with special characters. In this case, it is a "è" that was misinterpreted as a "?".
    I searched the forums and on google, the solutions proposed do not work for me. Although, I have to deal with these files written in french, I would like to have my locale in english (US), with a system wide support for special characters.
    Attempt 1: Adding the option : iocharset=utf8 into the fstab, like this :
    fstab :
    # /etc/fstab: static file system information
    # <file system> <dir> <type> <options> <dump> <pass>
    none /dev/pts devpts defaults 0 0
    none /dev/shm tmpfs defaults 0 0
    /dev/cdrom /media/cd auto ro,user,noauto,unhide 0 0
    /dev/dvd /media/dvd auto ro,user,noauto,unhide 0 0
    /dev/fd0 /media/fl auto user,noauto 0 0
    /dev/disk/by-uuid/24ba75ac-e52d-40eb-a599-83b394b500b2 /boot ext2 defaults 0 2
    /dev/disk/by-uuid/c797f409-00bc-479a-b4d6-ab49943f644b / ext4 defaults 0 1
    /dev/disk/by-uuid/668427a8-5f51-42bd-a316-fc7984bf5f4f /var ext4 defaults 0 2
    /dev/sda7 swap swap defaults 0 0
    /dev/disk/by-uuid/417cd1b7-8f06-414b-84d5-e8714d9646ab /home ext4 defaults 0 2
    /dev/disk/by-uuid/ef9aa00e-0515-4d7b-aa23-8096e787250d /usr ext4 defaults 0 2
    /dev/disk/by-uuid/17d401b7-2fc7-4d9f-8e17-657d86926d2e /tmp ext4 defaults,iocharset=utf8 0 0 <<<<<<<<<<<<<<
    /dev/disk/by-uuid/71e543b6-e06c-4b0e-b1e3-3b491ff1fefe /var/cache/pacman/repos ext4 defaults 0 2
    #/dev/sda12 /mnt/archive ext4 defaults 0 2
    #.host:/ /mnt/hgfs vmhgfs defaults 0 0
    This solution does not work, because after adding iocharset=utf8, in front or after a "defaults", after a reboot, while mounting the filesystem, there is the following error message:
    Mounting Locale Filesystem :
    mount: wrong fs type, bad option, bad superblock on /dev/sdb1,
    missing codepage or helper program, or other error
    In some cases useful info is found in syslog - try
    dmesg | tail or so
    $ dmesg | tail
    phy0: Selected rate control algorithm 'iwl-agn-rs'
    EXT4-fs (sda5): re-mounted. Opts: (null)
    EXT4-fs (sda5): re-mounted. Opts: (null)
    EXT4-fs (sda6): mounted filesystem with ordered data mode. Opts: (null)
    EXT4-fs (sda8): mounted filesystem with ordered data mode. Opts: (null)
    EXT4-fs (sda9): mounted filesystem with ordered data mode. Opts: (null)
    EXT4-fs (sda10): Unrecognized mount option "iocharset=utf8" or missing value <<<<<<<<<<<<<<
    EXT4-fs (sda11): mounted filesystem with ordered data mode. Opts: (null)
    Adding 2104476k swap on /dev/sda7. Priority:-1 extents:1 across:2104476k
    tg3 0000:07:00.0: irq 44 for MSI/MSI-X
    Attempt 2: Changing all the locale features in KDE and in /etc/rc.conf as well.
    $ vim /etc/rc.conf
    LOCALE="fr_CA.utf8"
    HARDWARECLOCK=""
    TIMEZONE="America/Montreal"
    KEYMAP="us"
    CONSOLEFONT=
    CONSOLEMAP=
    USECOLOR="yes"
    It is complicated to remove these directories. I had to use the inum to get precisely these directories before removing them.
    $ ls -il
    total 8
    1577566 drwxr-xr-x 2 [username] [username] 4096 28 jan 07:09 Probl?me 1
    1577573 drwxr-xr-x 2 [username] [username] 4096 28 jan 07:09 Probl?me 2
    $ find . -inum 1577566 -exec rm -i {} \;
    rm: impossible de supprimer « ./Probl\212me 1 »: est un dossier
    Note that the hypothetical character 'è' is represented has a '\212', a 'È' if seen as a extended ASCII character.
    These directories cannot be deleted this way :
    $ rm -r Problème\ 1
    rm: cannot remove `Problème 1': No such file or directory
    or
    $ rm -r ProblÈme\ 1
    rm: cannot remove `ProblÈme 1': No such file or directory
    What should I do to be make the operating system recognize those special character, and interpret them correctly ?
    Last edited by ramboman (2011-01-29 21:45:50)

    I found a working solution, but better solution are also welcome
    I had to have fr_CA not only in utf8 but also in iso88591. I had to modify the /etc/rc.conf this way :
    LOCALE="fr_CA" <<<<<<<<<<<<<<
    HARDWARECLOCK=""
    TIMEZONE="America/Montreal"
    KEYMAP="us"
    CONSOLEFONT=
    CONSOLEMAP=
    USECOLOR="yes"
    To preserve the english US language system wide, I had to add the following line in the /etc/profile :
    # Allow french special character while in en_US
    export LANG=en_US
    The character misinterpreted by a "?" is now seen :
    as a "è" in dolphin
    as a "?" in the console
    It is now possible to access the folders.

Maybe you are looking for

  • 3.1EA2 Old bug with German language settings still exists

    In the past I wrote several times about a bug in SQL Developer when running in German language mode. This bug is still not fixed in 3.1 EA2: In new folders for user definded reports only the options "Kopieren" and "Speichern unter ..." ('Copy' and 'C

  • What's wrong with my computer/browser?

    http://screenr.com/gzr8 I can't figure out what is wrong with my browser. Any ideas? It might be flash, silverlight, etc?

  • BI Publisher Merge PDF and print documents through Java

    We need our reports in merged and printed (collated). Is this possible with BI Publisher . If yes, how? The reports will be called from Java. So far I found the Web Service provided by BI Publisher handy in printing and creating reports but not combi

  • Phone Adapter for cable internet

    I have recently switch to cable internet and phone service through Cableone.  I purchased a CM100 modem, but didn't realize that I also needed a phone adapter.  What do I need to by now to hook up my phone?  Just the PAP2 Phone Adapter or do I need t

  • N8 Automatic switch-off. Help please

    whenever i start some of my phone applications, like web, make a call, receive a call, start maps, my phone automatically switches off even if the battery is full. And when i restart my phone, it switches off again after displaying the nokia logo or