Data type size does not match values returned

I've tried searching but couldn't find what I was looking for, sorry if this has been answered or is a duplicate.
I am using the (Java) method below to get the column definitions of a table. I am doing this through an ODBC connection (using Oracle ODBC driver) and I have NO CHOICE in the matter.
The problem I am having is that one particular column has a column size is smaller than the size of the data it purportedly holds (ie attendance_code = varchar size 3 but data value is "Absent". I suspect the data is actually a look up to situation, where my attendance_code column has a value of 'ABS' and Oracle goes and fetchs the "Absent" value.
My issue is that the meta data returned from ODBC is the actual column definition (ie varchar(3) and not varchar2(10) for example).
How do I resolve this? I do not have access to all_columns table etc. I have to do it using ODBC metadata only.
TIA.
public ArrayList<SchemaColumn> getColumnsForTable(String catalog,
               String schema,
               String tableName) {
          ArrayList<SchemaColumn> columns = new ArrayList<SchemaColumn>();
          ResultSet rs = null;
          try {
               DatabaseMetaData metaData = connection.getMetaData();
               rs = metaData.getColumns(catalog, schema, tableName, "%");
               SchemaColumn column;
               while (rs.next()) {
                    column = new SchemaColumn();
                    column.setName(rs.getString("COLUMN_NAME"));
                    column.setDataType(rs.getInt("DATA_TYPE"));
                    column.setTypeName(rs.getString("TYPE_NAME"));
                    column.setColumnSize(rs.getInt("COLUMN_SIZE")); <-------- this is the value that is coming back smaller than the data it actually returns
                    column.setDecimalDigits(rs.getInt("DECIMAL_DIGITS"));
                    column.setNumPrecisionRadix(rs.getInt("NUM_PREC_RADIX"));
                    column.setNullable(rs.getInt("NULLABLE"));
                    column.setRemarks(rs.getString("REMARKS"));
                    column.setDefaultValue(rs.getString("COLUMN_DEF"));
                    column.setSqlDataType(rs.getInt("SQL_DATA_TYPE"));
                    column.setSqlDateTimeSub(rs.getInt("SQL_DATETIME_SUB"));
                    column.setCharOctetLength(rs.getInt("CHAR_OCTET_LENGTH"));
                    column.setOrdinalPosition(rs.getInt("ORDINAL_POSITION"));
                    columns.add(column);
          } catch (Exception e) {
               Log.getLogger().error("Could not capture table schema");
          closeResultSet(rs);
          return columns;
Edited by: user10382699 on Apr 11, 2011 4:15 PM

John, thanks for your reply.
As far as I know I'm not doing anything inaccurately/incorrectly.
The select I am using is SELECT * FROM <tableName>.
The resultset metadata has a size of 3 for the column in question, and querying the schema also yields 3 for that column.
I've tried recreating the situation using the Oracle XE DB, but as I am not familiar with Oracle, I do not know how to recreate this scenario (which would then lead me to test other options with ODBC).

Similar Messages

  • Selected file cannot be linked because its type (video) does not match the original file's type

    I've been using Premiere Elements 9 for a couple of years now, and a few months ago I began having problems importing AVI files created from a BlackMagic Intensity Pro capture card.  (These issues were not previously occurring, and since they surfaced, I have exhausted the various settings for the BlackMagic card, used various software such as BlackMagic's own Media Express as well as the freeware VirtualDub, and still have the following problems.)
    In addition, these AVI files play just fine, in their entirety, using Windows Media Player and in Quicktime.
    The problem (or possibly two, but I suspect they could be related) is that most of the AVI files I attempt to import will either (1) import all video and NO audio, or (2) import ONLY a short segment of audio and video, and the length that Elements imports varies.  Usually only in the range of a minute or two.  The rest of the file is not imported at all.
    After much digging in forums, and testing various settings in trying to figure out the issue, I decided to back up all of my files and completely wipe all hard drives and start over with a fresh installation of Windows and Premiere Elements 9.  I haven't installed much else yet, as I wanted to first find out if the reinstallation improved things with Elements.
    For the first project I created in Elements after the reinstallation, Elements successfully imported an entire AVI that was nearly 2 hours long, audio and video.  This was a file that previously would not import properly into Elements.  This suggested that my earlier installation of Elements must have been corrupted somehow.  At this point I was very hopeful that all was well.
    I proceeded to edit the video as I had wanted, saved the project, and exported it to an MPEG format file.  I had originally wanted to export it as an MOV, but I hadn't yet installed Quicktime, so Elements couldn't do that just yet.  The MPEG export was successful and plays fine.
    However, I then installed Quicktime, and once it was finished, I restarted the PC and reloaded the same project.  This time, Elements claimed the media was offline.  I double-clicked on a segment of the video, and directed Elements to the raw file, but then an error message popped up:  "The selected file cannot be linked because its type (video) does not match the original file's type (audio and video)."  This was the same file I had JUST edited and of which I created an MPEG.
    I tried creating a new project and the "Get Media" function to import the AVI again, but this time only the video imported with NO audio.  (This would explain why the error message said what it did, but not why the audio wasn't imported.)
    What in the world is going on with Elements???  I am baffled since the ONLY task I have done on this machine after a complete reinstallation of both Windows and Elements is edit one AVI.  I find it very hard to believe that just installing Quicktime caused this.
    Some info on my system:
    System:  Asus P6T w/ Intel i7 920 and 12 GB memory
    OS: Windows 7 Ultimate
    Video Software:  Premiere Elements 9
    Capture Card:  BlackMagic Intensity Pro (PCI-e)
    Capture Software:  AVIs recorded with either BlackMagic Media Express or VirtualDub (only prior to the reinstallation, as neither of these programs are currently installed)
    I'm getting to the point with Elements that I might need to just abandon it and find something else that is more reliable.  Anybody have suggestions to help with this, so I won't have to migrate?

    mtnsports
    We think that we need to start off with definiting the properties of these .avi files that you are importing into Premiere Elements 9.0/9.0.1 (assumed that you are working for the required 9.0.1 Update).
    You say that the "avi" was created from a "BlackMagic Intensity Pro capture card". What are the properties of this .avi that you imported into Premiere Elements? Not all .avi are created equal. What is the video and audio compression, frame size, frame rate, interlaced or progressive, pixel aspect ratio, typical duration?
    Based on the properties of the video what have you been setting as the project preset?
    Let us start here.
    More later.
    ATR

  • Cannot submit widget to Apple Downloads : File size does not match

    Hello all,
    I made a widget to play Go that I finalized yesterday ( http://lesiteajulien.free.fr ).
    Unfortunately, I have not succeeded to uploading it to the Apple widget repository, since the submit page keeps returning the following error :
    "The filesize from the file you uploaded and the file that is downloaded from the given download URL do NOT match."
    But I am absolutely sure that both zip files are the SAME. I downloaded it from my server a few times and compared the size with the original file I'm sending to Apple: they match. So I guess my server is not the cause.
    I tryied from various places and with various browsers.
    Did anybody have any similar problem while trying to upload a widget ?
    Any idea ?
    Thanks for your help.
    Julien

    tntemerson wrote:
    The sales people at the Apple store told me that Time Machine makes a true restorable system picture of the native HDD during backups.
    So I'm surprised when the backup runs through to a reported completion but the final backup size does not match the stated estimate for a "full backup" which is the same as the Macintosh HD used space.
    Time Machine automatically excludes some things that aren't needed for a full system restore:  system work files, most logs & caches, trash, some indexes, etc.  So it should be a few GBs less than what's on your system, but of course varies a lot from one Mac to another.
    See the tan box in #11 of Time Machine - Frequently Asked Questions for the gory details.

  • Brush preview size does not match brush stroke

    The brush preview size does not match brush stroke. I've insert a pic of the problem. I tried allmost everythning, but nothing works.
    Does anyone have a solution for this problem?
    *I use a wacom tablet.

    Is your system cursor size set to something other than normal?
    under Apple, System Preferences, Universal Access.

  • CS5 The selected file cannot be linked because its type (audio) does not match the original file's t

    Greetings,
    I have been working on a very large project using CS5 on my desktop computer. Now I am on the road and bought a laptop so that I can continue to work. I placed all of my assets on a back-up external 2tb drive (which I was able to open without incident on my desktop). I installed CS5 on my new laptop and now when I try to open the project I get the following message "The selected file cannot be linked because its type (audio) does not match the original file's type (audio and video)". This message appears before I indicate the path to any of the assets. Then, when I do indicate the path to each asset, I get the same message for individual files.
    Any advice is appreciated.
    Thanks,
    Jeremy

    I had this problem and have found a solution / workaround:  my issue was when trying to open a cs5 project that had been collected on mac and then transfered to pc, my footage was all png image sequences but this will hopefully work in other situations...
    Open the project and cancel the first dialogue box that pops up where you get the "file cannot be linked" error when trying to reconnect footage.  The project will open and then in the project panel, right click on any footage that needs reconnected and choose "Replace footage..." this will open a dialog that will allow you to select the file that gave you the error in the first place without any issues.  Any sequences with that footage will now work and everything show be all good. 
    You may experience "Offline material is present in this export and will be encoded using the offline media graphic" on first export but apparently you can just ingore that, but i guess it's woth testing a few short sections before commiting to a huge render...
    This workaround isn't perfect as i had about 50 pieces of footage i had to relink via this method one by one but at least it saved redoing the edit which was critical for my project...
    good luck!

  • Need help urgently!! - "The selected file cannot be linked because its type (video) does not match t

    Hey guys... I need your help!! I started a project using Premiere Pro 2 and was 80% when I formatted my computer (all my project files were always saved to a external hard drive). Anyways instead of installing Premiere Pro 2, I installed Premiere Pro Cs3. Problem is whenever I try starting up my project it asks me to link every file used. When I do this it says "The selected file cannot be linked because its type (video) does not match the original file's type (audio and video)." I took my external harddrive to friend's house who has Premiere Pro 2 and it says the same thing. Why did this happen? Is there anyway around it... Any help would be greatly appreciated, I put over 20 hours into editing this movie... I don't want it all to go to waste.

    Frequently answered question
    Cheers
    Eddie
    Forum FAQ
    Premiere Pro Wiki
    - Over 250 frequently answered questions
    - Over 100 free tutorials
    - Maintained by editors like
    you

  • Annoying 'Could not use the history eraser because the current canvas size does not match that of the history state' message

    Does anyone know if it is possible to get rid of the message 'Could not use the history eraser because the current canvas size does not match that of the history state'?. It comes up if I hit the alt/option key while I have the eraser selected. Something I do by accident all the time.

    The way you've described it, one gets the distinct impression you do not have a clue as to what the history brush does and how to use it.
    You need to read up on it.  Read the Help files and google for tutorials.
    First you need to create an image (with actual pixels in it), edit it as desired, then make a snapshot of the edited image, then target the snapshot with the history brush tool, then go back in the History panel to the step before your edits and selectively paint your edits in with the History Brush.

  • SSIS OLE DB Data Source: literal does not match format string

    Dear All,
    this is my first post on this forum, so sorry if I choose wrong category for this question, but I stuck...
    I'm using SSIS from SQL Server 2k8 R2 in Windows Server 2k8 R2. I have installed Oracle Client 10.2.0.2 32 bits and Oracle Client 10.2.0.4 64bits. I want to connect to Oracle 8i and Oracle 9i by these clients.
    Unfortunately when I want to see a preview, only error occurs to me:
    ORA-01861: literal does not match format string (OraOLEDB)
    I have read a lot about this issue but nothing helps me (to_date, cast, convert etc.).
    This is query which I use:
    SELECT COMPANYID, TRANSACTIONTYPE, TRANSACTIONDATE,
    PRODUCT, PRODUCTIONSITE, BATCHNUMBER,
    BINNUMBER, QUANTITYSTOCKUNIT, QUANTITY,
    UNITOFMEASURE, TRANSACTIONCURRENCYID, COST
    FROM APPS.DW_PRODUCTION
    WHERE TRANSACTIONDATE >= '20050101'
    AND TRANSACTIONDATE &lt; '99991231'I have investigated that the problem is with TRANSACTIONDATE column (which is VARCHAR2 data type in database).
    I want also inform You that the same query in SSIS 2005 on Windows 2005 64 bits worked fine.
    Could You help me to find a solution?
    Thanks in advance,
    Łukasz - chalunster
    PS. Sorry for my english
    Edited by: BluShadow on 16-May-2011 15:15
    put {noformat}{noformat} tags into the message and encoded the &lt; symbol so that it formats correctly.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

    user10450810 wrote:
    Dear All,
    this is my first post on this forum, so sorry if I choose wrong category for this question, but I stuck...
    I'm using SSIS from SQL Server 2k8 R2 in Windows Server 2k8 R2. I have installed Oracle Client 10.2.0.2 32 bits and Oracle Client 10.2.0.4 64bits. I want to connect to Oracle 8i and Oracle 9i by these clients.
    Unfortunately when I want to see a preview, only error occurs to me:
    ORA-01861: literal does not match format string (OraOLEDB)
    I have read a lot about this issue but nothing helps me (to_date, cast, convert etc.).
    This is query which I use:
    SELECT COMPANYID, TRANSACTIONTYPE, TRANSACTIONDATE,
    PRODUCT, PRODUCTIONSITE, BATCHNUMBER,
    BINNUMBER, QUANTITYSTOCKUNIT, QUANTITY,
    UNITOFMEASURE, TRANSACTIONCURRENCYID, COST
    FROM APPS.DW_PRODUCTION
    WHERE TRANSACTIONDATE >= '20050101'
    AND TRANSACTIONDATE < '99991231'
    I have investigated that the problem is with TRANSACTIONDATE column (which is VARCHAR2 data type in database).
    I want also inform You that the same query in SSIS 2005 on Windows 2005 64 bits worked fine.
    Could You help me to find a solution?
    Thanks in advance,
    Łukasz - chalunster
    PS. Sorry for my englishHi
    Welcome to OTN Forums!
    Are you sure you are using following code
    SELECT COMPANYID, TRANSACTIONTYPE, TRANSACTIONDATE,
    PRODUCT, PRODUCTIONSITE, BATCHNUMBER,
    BINNUMBER, QUANTITYSTOCKUNIT, QUANTITY,
    UNITOFMEASURE, TRANSACTIONCURRENCYID, COST
    FROM APPS.DW_PRODUCTION
    WHERE TRANSACTIONDATE >= '20050101'
    AND TRANSACTIONDATE < 'If yes, then youistake is there,
    WHERE TRANSACTIONDATE >= '20050101'
    AND TRANSACTIONDATE < 'your script is not ended you can use this
    WHERE TRANSACTIONDATE >= '20050101'
    AND TRANSACTIONDATE < '20110101'or
    WHERE to_date(TRANSACTIONDATE,'YYYYMMDD')  >= to_date('20050101','YYYYMMDD')
    AND to_date(TRANSACTIONDATE,'YYYYMMDD') < to_date('20110101','YYYYMMDD')Edited by: Mahir M. Quluzade on May 16, 2011 6:59 PM

  • Final print size does not match screen view.

    Hi
    I am having problems getting my final prints to match the screen view.  Most recently I have had this problem:  I have an image that is sized to 5X7.  I have it on a 5X7 template in the print module of Lightroom.  The image dimensions in Lightroom say 5X7.  I print on 5X7 paper (I actually measured it to be sure).  ON the screen they look perfect, match the the templates and measure out fime with the onscreen rulers.  Without fail a portion of the print is cut off on the final print.  The long side of the print is the most effected.  This is not just limited to 5X7's, it happens across the board.  Is this a common problem or I am I doing something wrong?  In the 5X7 example above the print comes out 5.2 X 7.3 give or take.  I am using Lightroom 5.3 on an iMac running OS 10.9.1.  The printer is a Canon Pro 100. 
    I welcome any help with this.
    Thank you
    Joe

    If the problem is that the printed image is being scaled larger, this is a very common side effect with borderless mode settings in print drivers. Typically, (though sometimes you can prevent this where alternative borderless options are given) - an extra unrequested scaling % ensures that any physical mis-registration or inaccuracy of the paper size, does not leave any accidental white edges.
    That's nothing to do with LR's end of the process, if so.

  • Data type column size does not match size of values returned

    I've tried searching but couldn't find what I was looking for, sorry if this has been answered or is a duplicate.
    I am using the (Java) method below to get the column definitions of a table. I am doing this through an ODBC connection (using Oracle ODBC driver) and I have NO CHOICE in the matter.
    The problem I am having is that one particular column has a column size is smaller than the size of the data it purportedly holds (ie attendance_code = varchar size 3 but data value is "Absent". I suspect the data is actually a look up to situation, where my attendance_code column has a value of 'ABS' and Oracle goes and fetchs the "Absent" value.
    My issue is that the meta data returned from ODBC is the actual column definition (ie varchar(3) and not varchar2(10) for example).
    The resultset metadata has a size of 3 for the column in question, and querying the schema also yields 3 for that column.
    How do I resolve this? I do not have access to all_columns table etc. I have to do it using ODBC metadata only.
    I've tried recreating the situation using the Oracle XE DB, but as I am not familiar with Oracle, I do not know how to recreate this scenario (which would then lead me to test other options with ODBC).
    TIA.
    The select I am using is SELECT * FROM <tableName>.
    public ArrayList<SchemaColumn> getColumnsForTable(String catalog,
    String schema,
    String tableName) {
    ArrayList<SchemaColumn> columns = new ArrayList<SchemaColumn>();
    ResultSet rs = null;
    try {
    DatabaseMetaData metaData = connection.getMetaData();
    rs = metaData.getColumns(catalog, schema, tableName, "%");
    SchemaColumn column;
    while (rs.next()) {
    column = new SchemaColumn();
    column.setName(rs.getString("COLUMN_NAME"));
    column.setDataType(rs.getInt("DATA_TYPE"));
    column.setTypeName(rs.getString("TYPE_NAME"));
    column.setColumnSize(rs.getInt("COLUMN_SIZE")); <-------- this is the value that is coming back smaller than the data it actually returns
    column.setDecimalDigits(rs.getInt("DECIMAL_DIGITS"));
    column.setNumPrecisionRadix(rs.getInt("NUM_PREC_RADIX"));
    column.setNullable(rs.getInt("NULLABLE"));
    column.setRemarks(rs.getString("REMARKS"));
    column.setDefaultValue(rs.getString("COLUMN_DEF"));
    column.setSqlDataType(rs.getInt("SQL_DATA_TYPE"));
    column.setSqlDateTimeSub(rs.getInt("SQL_DATETIME_SUB"));
    column.setCharOctetLength(rs.getInt("CHAR_OCTET_LENGTH"));
    column.setOrdinalPosition(rs.getInt("ORDINAL_POSITION"));
    columns.add(column);
    } catch (Exception e) {
    Log.getLogger().error("Could not capture table schema");
    closeResultSet(rs);
    return columns;
    }

    I can't say I've ever seen a case where a column held more data than it was declared as, and would have to file that under "see it to believe it" category.
    Even if that somehow were the case, I'd expect the ODBC driver to return what the column is defined as anyway, not the data. The data changes with every row, but I'd expect the table metadata to be consistent, and refer to the table definition.
    For grins though, can you provide system.out.println output of the metadata, and also a "describe xxxx" from sqlplus if you can, where xxx is the table name?
    ie,
    while (rs.next()) {
    System.out.println("column name is " + rs.getString("COLUMN_NAME"));
    System.out.println("data type is " + rs.getInt("DATA_TYPE"));
    ..etc..
    Greg

  • Data in 0FIGL_V10_Q0001 does not match data in ERP report S_PL0_86000028

    Hi All,
    after using the sdn passively for some time, this is my first posting.
    We compare data in the mentioned ERP (SAP ECC 6.0) report with the data from the BI-query. Strangely they don't match in many cases: the value on the nodes ASSETS, LIABILITIES and APPENDIX match exactly. But especially regarding the P&L-node big variances occur.
    On strange pehomen occurs regarding the "revenue"-accounts: the accounts which do not match, vary exactly by the same amount  (in our case 20,500,000 per each). The selection is the same (currency type, period/fiscal year, Balance Sheet & P&L-structure, CompCode, Ledger 0L)
    Finally: The considered time periods do not overlap. And the master data for 0GL_ACCOUNT and 0FUNC_AREA has just be updated. Also the hierarchies for 0GLACCEXT have been transfered from ERP again. The data has been updated to 0FIGL_C10 using delta mode.
    This behavior can be observed using the Content Cubes  & Query (V10, C10) as well as our copies (ZFIGL_C10, ZFIGL_V10). The Z-copies use a copied version of the function module with the correclty changed input-parameter for the cube C10. The query has not been modified in any way.
    Systems:
    ECC6.0
    BI7.0 SP17
    BI CONTENT 7.03 SP6
    Thanks a lot for any input,
    Best Regards,
    Manuel
    Edited by: Manuel Busse on Jan 8, 2009 9:43 PM
    Edited by: Manuel Busse on Jan 8, 2009 10:03 PM

    Hi Simon,
    to clear things up: the 0FIGL_C10 is the content containg new general ledger transaction data. the 0FIGL_V10 is a virtual cube based on a function module. The source cube for this function module is 0FIGL_C10. The 0FIGL_V10 has only been created by SAP for queries regarding the balance sheet and P&L, since the function module will handle the correct placement of accounts & nodes depending in the query 0FIGL_V10_Q0001 on their balance value.
    The data in C10 has been checked in the meanwhile and matches exactly in the ERP. The data in V10 matches exactly regarding the nodes ASSETS, LIABILITIES and APPENDIX. The other nodes, esp. P&L do not match. Some of the revenue accounts assigned to revenues show a "systematically" higher variance in BI compared to ERP. Those nodes vary by exactly the same amount each (20 Mio. Euro per account), although C10 shows the correct values.
    We discovered the OSS note 1233874, too, and it has just been implemented. Will check right now.
    Thanks for any input,
    Manuel

  • Bios Machine Type number does not match with that recognized in Windows

    Hi.
    I found that my Thinkpad Machine type number is different to that recognized Lenovo's Solution Center and Windows's system infor.
    Serial number match but not the machine type number.
    Does anyone know why it is? 
    If I send my computer for warranty, does lenovo look at machine type number in Bios or in Windows or somewhere?
    Thanks

    I would not be concerned about what Windows reports.
    Does the tag on the bottom of the laptop match what you see in BIOS?
    Cheers,
    George
    In daily use: R60F, R500F, T61, T410
    Collecting dust: T60
    Enjoying retirement: A31p, T42p,
    Non-ThinkPads: Panasonic CF-31 & CF-52, HP 8760W
    Starting Thursday, 08/14/2014 I'll be away from the forums until further notice. Please do NOT send private messages since I won't be able to read them. Thank you.

  • Data in RSA3 does not match data in PSA

    We recently added a new field (character 40) to our 0customer_attr extractor and are populating it in a user exit. When we execute the extractor in RSA3, the field is populated correctly. However, when we run an actual extraction to BW, the data in this field is not transferred to the PSA correctly. The PSA field is also a character 40 field. In some cases the data in this field is truncated, only the first 12 characters are transferred. At other times only the second half of the field is transferred into the PSA. It is as if something is out of synch between the extract structure and the PSA.
    I have replicated the datasource several times and have also reactivated the transfer rules several times. I also tried removing the field from the tranfer structure and reactivating the transfer rules and then readded the field and reactivated. I am not certain what else to try.   
    Thanks for any help.

    Put a break point in the user exit and load the particular record which is getting truncated and see what is actually happening. And once again make sure the field in both BI and R3 is identical in length and type.
    thanks.
    Wond

  • PDF Page Size does not match Canvas Size

    Hello,
    I'm using Xcelsius 2008 Engage SP1 on Vista 64bit with Office 2007 installed. When I'm exporting a Xcelsius file to PDF, the resulting Page Size of the PDF file is 8.5in x 11in. However, the Canvas size in Xcelsius is 800x600 (pixels). The resulting PDF file has quite a bit of whitespace in the top and bottom sections of the file.
    Is there anyway that I can export to PDF but with a file size that is in the same aspect ratio than the Canvas Size?
    Thanks for any input.
    Regards,
    Jon

    We regularly export to PDF and face this issue.  I believe that the adjustments need to be made in Acrobat as there is, from my understanding, no way to change the default export in Xcelsius.  You are probably already be doing this, but if not ... our solution has been, once you have exported your model into Acrobat, to simply rotate the page before saving the file.  At 800 x 600 you may still have some white space at the top and bottom of your model.  We typically use an Xcelsius canvas size of 1100 x 850.  When exported (and rotated in Acrobat) this gives a nice crisp image that also fills the page.  I hope this helps you.

  • OVI backup .nbu file size does not match actual da...

    Hi,
    I just backed up my phone through the Ovi Suite. The backup was VERY fast (compared to previous backups doen in earlier versions of Ovi Suite) probably due to the new fixed version of Ovi Suite.
    Anyway... The backup file (.nbu) is almost 1.85 GB but when I browse my phone (in My Computer folder) and do 'Select All' the size of the data on my Phone Mass Memory reads 2.44 GB.......
    SO.... is the backup data in the .nbu file somehow compressed?? Or maybe incomplete? 
    Thank you

    Not sure but..My 1.7 GB (Phone) is equivalent to 0.6 GB (PC) .. but I have done restore without anything missing out..
    The phones OS related files may not be getting Backed-up..
    --------------------------------------------------​--------------------------------------------------------​--------------------------------------------------​--If you find this helpful, pl. hit the White Star in Green Box...

Maybe you are looking for

  • How do I only allow comments on certain pages?

    I have a Blog and I obviously don't want every page to allow comments. It seems that you allow comments or not. Surely this cant be. Do do you allow comments on some entries and not others.

  • File to Mail - no mapping

    Hi Experts,      I have the following scenario to be done. I want to pick up a file from the FTP location and send it to a mail box as attachment. I went thro many blogs for configuring the sender FILE adapter & receiver MAIL adapter. My question is

  • I recently bought an Apple TV and I am having a few difficulties

    1. I cannot seem to get home sharing working - I have entered the Apple ID and ativated Home Sharing on my iPad mini but I cannot see anything when I go into "computer" on my Apple TV main menu - Do I need to have itunes running on my laptop at the s

  • Dreamweaver not recognizing swf files

    hello all.i am a new flash and dreamweaver user and i have run into a bit of a problem.i am trying to export a website i developed in flash into dreamweaver to put on the web.after learning how to do this,i attempted to import the swf from flash into

  • Manage transactions in JavaControls

    Hi, I need help or information about the form which one java control manage transactions. I need disable the transaction in one method of my control, I like to make throws of one exception and keep the changes made until this point. I did not find an