Import image in Map Builder

When using the import image tool of Map Builder to create a GeoRaster theme, you may get a popup window with an error message saying that the import was not successful. The application console should contain the following lines.
Creating GeoRaster Table...
Calling DML trigger...
Creating raster data table...
Importing File...
java.lang.ExceptionInInitializerError: null
The georaster object is not loaded correctly!!
This error happens because of a missing JAI initialization file on mapbuilder.jar file. To solve this problem you need to add the initialization file to mapbuilder.jar.
1) locate file jai_core.jar on your Oracle installation (usually located at ordim/lib directory).
2) extract file javax.media.jai.registryFile.jai (extract with full path meta-inf\).
2) go to directory where mapbuilder.jar is and double click it to open (usually opens with WinZip).
3) drag folder meta-inf that contains the JAI initialization file to the opened mapbuilder.jar. Check if you have the initialization file with path meta-inf\ inside mapbuilder.jar.
4) Close mapbuilder.jar.
5) Start Map Builder and test the import.
Joao

to be a little more precise, it seems to happen when updating spatial extent.
here is the console output
You chose to open this file: C:\Temp\San_Francisco_Area.tif
Loading SRID records...
Done with SRID records
ImportImageThread running thread: Thread-8
Creating GeoRaster Table...
Calling DML trigger...
Creating raster data table...
Importing File...
Georeferencing...
Updating Spatial Extent...
Exception: ORA-13430: the GeoRaster object has null attribute(s)
ORA-06512: at "MDSYS.MD", line 1723
ORA-06512: at "MDSYS.MDERR", line 8
ORA-06512: at "MDSYS.SDO_GEOR", line 893
ORA-06512: at line 4

Similar Messages

  • Map Builder Import Metadata problem

    Hello,
    I'm having troubles trying to import metadata from map builder (importing from an export file built by map builder too).
    To better explain, I made a sample path to repeat the process:
    Using MVDEMO sample data, if I add a new style color (i.e. C.MyYellow) from the interface, that is correctly registered in the MDSYS.SDO_STYLES_TABLE.
    Afterwards, I export the whole metadata catalog in a .dat file.
    Then I delete C.MyYellow.
    Finally I try to import metadata from the above export file. No errors or warnings at all.
    But C.MyYellow does not appear, nor is written in the db table.
    Checking the ascii export file, I can see that the color is there (so export operation worked well)
    Any hints?
    Thanks
    Paolo

    Try the MapViewer forum:
    MapViewer

  • Map Builder - Bulk import

    Hi,
    I have several thousand tiff images (orthophoto maps) and I am using Map Builder for importing, making georaster theme and adding themes into base map.
    It will last for ages...
    Is there other way how to do it?
    thanks,
    Branislav

    Could It be some georaster theme memory issue?
    experimenting with 3 tiffs in georaster theme (successful):
    INFO [oracle.sdovis.DBMapMaker] clearing internal theme list and cache
    FINEST [oracle.sdovis.SRS] *** isGeodetic=false, unit=METER
    DEBUG [oracle.sdovis.ltd] LoadThemeData running thread: Thread-46
    DEBUG [oracle.sdovis.theme.grtp] [Master scale] 3123.287671232877 [Scale factor for theme GEORTHEME] 1.0
    INFO [oracle.sdovis.theme.grtp] Screen resolution: 32.534246575342465
    DEBUG [oracle.sdovis.theme.grtp] [Query] select grt.IMAGE from GEORASTER_TABLE grt WHERE MDSYS.SDO_FILTER(grt.IMAGE.spatialextent, MDSYS.SDO_GEOMETRY(2003, 2065, NULL, MDSYS.SDO_ELEM_INFO_ARRAY(1, 1003, 3), MDSYS.SDO_ORDINATE_ARRAY(-433661.34699643834,-1246776.379195,-400248.6757635616,-1237276.379195)), 'querytype=WINDOW') = 'TRUE' AND grt.image.rasterid in (1,2,3)
    FINEST [oracle.sdovis.theme.grtd] Computing resolution...
    FINEST [oracle.sdovis.theme.grtd] Res X: 1.0 Res Y: 1.0 Pyramidlevel: 0
    FINEST [oracle.sdovis.theme.grtd] Pyramid level: 0 GeoRaster: 3 for screen resolution: 32.534246575342465
    DEBUG [oracle.sdovis.theme.grtp] ULT offset: 0,0
    FINEST [oracle.sdovis.theme.grtd] Res X: 1.0 Res Y: 1.0 Pyramidlevel: 0
    FINEST [oracle.sdovis.theme.grtp] GeoRaster Dimension: width= 2500.0 height= 2000.0
    DEBUG [oracle.sdovis.theme.grtp] [DimX] 2499[DimY] 1999
    FINEST [oracle.sdovis.theme.grtd] getCellCoordinate query: SELECT sdo_geor.getCellCoordinate(grt.IMAGE,0,sdo_geometry(2001,2065,sdo_point_type(-419999.5,-1239999.5,null), null,null)) coord FROM GEORASTER_TABLE grt WHERE grt.IMAGE.rasterid = 3 and grt.IMAGE.rasterdatatable = 'RDT_GEOR'
    FINEST [oracle.sdovis.theme.grtd] Row:-1 Column: -1
    DEBUG [oracle.sdovis.theme.grtp] Upper Left Cell for Upper left Spatial Extent: (-1,-1)
    FINEST [oracle.sdovis.theme.grtd] getCellCoordinate query: SELECT sdo_geor.getCellCoordinate(grt.IMAGE,0,sdo_geometry(2001,2065,sdo_point_type(-433661.34699643834,-1237276.379195,null), null,null)) coord FROM GEORASTER_TABLE grt WHERE grt.IMAGE.rasterid = 3 and grt.IMAGE.rasterdatatable = 'RDT_GEOR'
    FINEST [oracle.sdovis.theme.grtd] Row:-2724 Column: -13662
    FINEST [oracle.sdovis.theme.grtd] getCellCoordinate query: SELECT sdo_geor.getCellCoordinate(grt.IMAGE,0,sdo_geometry(2001,2065,sdo_point_type(-400248.6757635616,-1246776.379195,null), null,null)) coord FROM GEORASTER_TABLE grt WHERE grt.IMAGE.rasterid = 3 and grt.IMAGE.rasterdatatable = 'RDT_GEOR'
    FINEST [oracle.sdovis.theme.grtd] Row:6776 Column: 19750
    DEBUG [oracle.sdovis.theme.grtp] Calling JGeoRaster.getRasterImage - area: 0 , 0 , , 2499 , 1999
    DEBUG [oracle.sdovis.theme.grtp] End of JGeoRaster.getRasterImage call.
    FINEST [oracle.sdovis.theme.grtd] Computing resolution...
    FINEST [oracle.sdovis.theme.grtd] Res X: 1.0 Res Y: 1.0 Pyramidlevel: 0
    FINEST [oracle.sdovis.theme.grtd] Pyramid level: 0 GeoRaster: 2 for screen resolution: 32.534246575342465
    DEBUG [oracle.sdovis.theme.grtp] ULT offset: 0,0
    FINEST [oracle.sdovis.theme.grtd] Res X: 1.0 Res Y: 1.0 Pyramidlevel: 0
    FINEST [oracle.sdovis.theme.grtp] GeoRaster Dimension: width= 2500.0 height= 2000.0
    DEBUG [oracle.sdovis.theme.grtp] [DimX] 2499[DimY] 1999
    FINEST [oracle.sdovis.theme.grtd] getCellCoordinate query: SELECT sdo_geor.getCellCoordinate(grt.IMAGE,0,sdo_geometry(2001,2065,sdo_point_type(-417499.5,-1241999.5,null), null,null)) coord FROM GEORASTER_TABLE grt WHERE grt.IMAGE.rasterid = 2 and grt.IMAGE.rasterdatatable = 'RDT_GEOR'
    FINEST [oracle.sdovis.theme.grtd] Row:-1 Column: -1
    DEBUG [oracle.sdovis.theme.grtp] Upper Left Cell for Upper left Spatial Extent: (-1,-1)
    FINEST [oracle.sdovis.theme.grtd] getCellCoordinate query: SELECT sdo_geor.getCellCoordinate(grt.IMAGE,0,sdo_geometry(2001,2065,sdo_point_type(-433661.34699643834,-1237276.379195,null), null,null)) coord FROM GEORASTER_TABLE grt WHERE grt.IMAGE.rasterid = 2 and grt.IMAGE.rasterdatatable = 'RDT_GEOR'
    FINEST [oracle.sdovis.theme.grtd] Row:-4724 Column: -16162
    FINEST [oracle.sdovis.theme.grtd] getCellCoordinate query: SELECT sdo_geor.getCellCoordinate(grt.IMAGE,0,sdo_geometry(2001,2065,sdo_point_type(-400248.6757635616,-1246776.379195,null), null,null)) coord FROM GEORASTER_TABLE grt WHERE grt.IMAGE.rasterid = 2 and grt.IMAGE.rasterdatatable = 'RDT_GEOR'
    FINEST [oracle.sdovis.theme.grtd] Row:4776 Column: 17250
    DEBUG [oracle.sdovis.theme.grtp] Calling JGeoRaster.getRasterImage - area: 0 , 0 , , 2499 , 1999
    DEBUG [oracle.sdovis.theme.grtp] End of JGeoRaster.getRasterImage call.
    FINEST [oracle.sdovis.theme.grtd] Computing resolution...
    FINEST [oracle.sdovis.theme.grtd] Res X: 1.0 Res Y: 1.0 Pyramidlevel: 0
    FINEST [oracle.sdovis.theme.grtd] Pyramid level: 0 GeoRaster: 1 for screen resolution: 32.534246575342465
    DEBUG [oracle.sdovis.theme.grtp] ULT offset: 0,0
    FINEST [oracle.sdovis.theme.grtd] Res X: 1.0 Res Y: 1.0 Pyramidlevel: 0
    FINEST [oracle.sdovis.theme.grtp] GeoRaster Dimension: width= 2500.0 height= 2000.0
    DEBUG [oracle.sdovis.theme.grtp] [DimX] 2499[DimY] 1999
    FINEST [oracle.sdovis.theme.grtd] getCellCoordinate query: SELECT sdo_geor.getCellCoordinate(grt.IMAGE,0,sdo_geometry(2001,2065,sdo_point_type(-412499.5,-1239999.5,null), null,null)) coord FROM GEORASTER_TABLE grt WHERE grt.IMAGE.rasterid = 1 and grt.IMAGE.rasterdatatable = 'RDT_GEOR'
    FINEST [oracle.sdovis.theme.grtd] Row:-1 Column: -1
    DEBUG [oracle.sdovis.theme.grtp] Upper Left Cell for Upper left Spatial Extent: (-1,-1)
    FINEST [oracle.sdovis.theme.grtd] getCellCoordinate query: SELECT sdo_geor.getCellCoordinate(grt.IMAGE,0,sdo_geometry(2001,2065,sdo_point_type(-433661.34699643834,-1237276.379195,null), null,null)) coord FROM GEORASTER_TABLE grt WHERE grt.IMAGE.rasterid = 1 and grt.IMAGE.rasterdatatable = 'RDT_GEOR'
    FINEST [oracle.sdovis.theme.grtd] Row:-2724 Column: -21162
    FINEST [oracle.sdovis.theme.grtd] getCellCoordinate query: SELECT sdo_geor.getCellCoordinate(grt.IMAGE,0,sdo_geometry(2001,2065,sdo_point_type(-400248.6757635616,-1246776.379195,null), null,null)) coord FROM GEORASTER_TABLE grt WHERE grt.IMAGE.rasterid = 1 and grt.IMAGE.rasterdatatable = 'RDT_GEOR'
    FINEST [oracle.sdovis.theme.grtd] Row:6776 Column: 12250
    DEBUG [oracle.sdovis.theme.grtp] Calling JGeoRaster.getRasterImage - area: 0 , 0 , , 2499 , 1999
    DEBUG [oracle.sdovis.theme.grtp] End of JGeoRaster.getRasterImage call.
    FINEST [oracle.sdovis.theme.grtp] # image loaded: 3
    INFO [oracle.sdovis.DBMapMaker] **** time spent on loading features: 29156ms.
    FINEST [oracle.sdovis.RE] xfm: 0.030736842105263153 0.0 0.0 -0.030736842105263153 13329.38034978526 -38029.968707888416
    FINEST [oracle.sdovis.RE] rendering image theme: GEORTHEME
    FINEST [oracle.sdovis.ImageRenderer] image ground mbr=-419999.5,-1241999.5 -417499.5,-1239999.5
    FINEST [oracle.sdovis.ImageRenderer] image width: 2500, height:2000
    FINEST [oracle.sdovis.ImageRenderer] rendering image at: 419, 83
    DEBUG [oracle.sdovis.ImageRenderer] Rendered Image is buffered image.
    FINEST [oracle.sdovis.ImageRenderer] image ground mbr=-417499.5,-1243999.5 -414999.5,-1241999.5
    FINEST [oracle.sdovis.ImageRenderer] image width: 2500, height:2000
    FINEST [oracle.sdovis.ImageRenderer] rendering image at: 496, 145
    DEBUG [oracle.sdovis.ImageRenderer] Rendered Image is buffered image.
    FINEST [oracle.sdovis.ImageRenderer] image ground mbr=-412499.5,-1241999.5 -409999.5,-1239999.5
    FINEST [oracle.sdovis.ImageRenderer] image width: 2500, height:2000
    FINEST [oracle.sdovis.ImageRenderer] rendering image at: 650, 83
    DEBUG [oracle.sdovis.ImageRenderer] Rendered Image is buffered image.
    DEBUG [oracle.sdovis.VectorRenderer] time to render theme GEORTHEME with 3 styled features: 0ms
    INFO [oracle.sdovis.DBMapMaker] **** time spent on rendering: 2266ms
    ...and with 4 tiffs in georaster theme (error):
    INFO [oracle.sdovis.DBMapMaker] clearing internal theme list and cache
    FINEST [oracle.sdovis.SRS] *** isGeodetic=false, unit=METER
    DEBUG [oracle.sdovis.ltd] LoadThemeData running thread: Thread-48
    DEBUG [oracle.sdovis.theme.grtp] [Master scale] 3123.287671232877 [Scale factor for theme GEORTHEME] 1.0
    INFO [oracle.sdovis.theme.grtp] Screen resolution: 32.534246575342465
    DEBUG [oracle.sdovis.theme.grtp] [Query] select grt.IMAGE from GEORASTER_TABLE grt WHERE MDSYS.SDO_FILTER(grt.IMAGE.spatialextent, MDSYS.SDO_GEOMETRY(2003, 2065, NULL, MDSYS.SDO_ELEM_INFO_ARRAY(1, 1003, 3), MDSYS.SDO_ORDINATE_ARRAY(-433661.34699643834,-1246776.379195,-400248.6757635616,-1237276.379195)), 'querytype=WINDOW') = 'TRUE' AND grt.image.rasterid in (1,2,3,4)
    FINEST [oracle.sdovis.theme.grtd] Computing resolution...
    FINEST [oracle.sdovis.theme.grtd] Res X: 1.0 Res Y: 1.0 Pyramidlevel: 0
    FINEST [oracle.sdovis.theme.grtd] Pyramid level: 0 GeoRaster: 4 for screen resolution: 32.534246575342465
    DEBUG [oracle.sdovis.theme.grtp] ULT offset: 0,0
    FINEST [oracle.sdovis.theme.grtd] Res X: 1.0 Res Y: 1.0 Pyramidlevel: 0
    FINEST [oracle.sdovis.theme.grtp] GeoRaster Dimension: width= 2500.0 height= 2000.0
    DEBUG [oracle.sdovis.theme.grtp] [DimX] 2499[DimY] 1999
    FINEST [oracle.sdovis.theme.grtd] getCellCoordinate query: SELECT sdo_geor.getCellCoordinate(grt.IMAGE,0,sdo_geometry(2001,2065,sdo_point_type(-424999.5,-1239999.5,null), null,null)) coord FROM GEORASTER_TABLE grt WHERE grt.IMAGE.rasterid = 4 and grt.IMAGE.rasterdatatable = 'RDT_GEOR'
    FINEST [oracle.sdovis.theme.grtd] Row:-1 Column: -1
    DEBUG [oracle.sdovis.theme.grtp] Upper Left Cell for Upper left Spatial Extent: (-1,-1)
    FINEST [oracle.sdovis.theme.grtd] getCellCoordinate query: SELECT sdo_geor.getCellCoordinate(grt.IMAGE,0,sdo_geometry(2001,2065,sdo_point_type(-433661.34699643834,-1237276.379195,null), null,null)) coord FROM GEORASTER_TABLE grt WHERE grt.IMAGE.rasterid = 4 and grt.IMAGE.rasterdatatable = 'RDT_GEOR'
    FINEST [oracle.sdovis.theme.grtd] Row:-2724 Column: -8662
    FINEST [oracle.sdovis.theme.grtd] getCellCoordinate query: SELECT sdo_geor.getCellCoordinate(grt.IMAGE,0,sdo_geometry(2001,2065,sdo_point_type(-400248.6757635616,-1246776.379195,null), null,null)) coord FROM GEORASTER_TABLE grt WHERE grt.IMAGE.rasterid = 4 and grt.IMAGE.rasterdatatable = 'RDT_GEOR'
    FINEST [oracle.sdovis.theme.grtd] Row:6776 Column: 24750
    DEBUG [oracle.sdovis.theme.grtp] Calling JGeoRaster.getRasterImage - area: 0 , 0 , , 2499 , 1999
    DEBUG [oracle.sdovis.theme.grtp] End of JGeoRaster.getRasterImage call.
    FINEST [oracle.sdovis.theme.grtd] Computing resolution...
    FINEST [oracle.sdovis.theme.grtd] Res X: 1.0 Res Y: 1.0 Pyramidlevel: 0
    FINEST [oracle.sdovis.theme.grtd] Pyramid level: 0 GeoRaster: 3 for screen resolution: 32.534246575342465
    DEBUG [oracle.sdovis.theme.grtp] ULT offset: 0,0
    FINEST [oracle.sdovis.theme.grtd] Res X: 1.0 Res Y: 1.0 Pyramidlevel: 0
    FINEST [oracle.sdovis.theme.grtp] GeoRaster Dimension: width= 2500.0 height= 2000.0
    DEBUG [oracle.sdovis.theme.grtp] [DimX] 2499[DimY] 1999
    FINEST [oracle.sdovis.theme.grtd] getCellCoordinate query: SELECT sdo_geor.getCellCoordinate(grt.IMAGE,0,sdo_geometry(2001,2065,sdo_point_type(-419999.5,-1239999.5,null), null,null)) coord FROM GEORASTER_TABLE grt WHERE grt.IMAGE.rasterid = 3 and grt.IMAGE.rasterdatatable = 'RDT_GEOR'
    FINEST [oracle.sdovis.theme.grtd] Row:-1 Column: -1
    DEBUG [oracle.sdovis.theme.grtp] Upper Left Cell for Upper left Spatial Extent: (-1,-1)
    FINEST [oracle.sdovis.theme.grtd] getCellCoordinate query: SELECT sdo_geor.getCellCoordinate(grt.IMAGE,0,sdo_geometry(2001,2065,sdo_point_type(-433661.34699643834,-1237276.379195,null), null,null)) coord FROM GEORASTER_TABLE grt WHERE grt.IMAGE.rasterid = 3 and grt.IMAGE.rasterdatatable = 'RDT_GEOR'
    FINEST [oracle.sdovis.theme.grtd] Row:-2724 Column: -13662
    FINEST [oracle.sdovis.theme.grtd] getCellCoordinate query: SELECT sdo_geor.getCellCoordinate(grt.IMAGE,0,sdo_geometry(2001,2065,sdo_point_type(-400248.6757635616,-1246776.379195,null), null,null)) coord FROM GEORASTER_TABLE grt WHERE grt.IMAGE.rasterid = 3 and grt.IMAGE.rasterdatatable = 'RDT_GEOR'
    FINEST [oracle.sdovis.theme.grtd] Row:6776 Column: 19750
    DEBUG [oracle.sdovis.theme.grtp] Calling JGeoRaster.getRasterImage - area: 0 , 0 , , 2499 , 1999
    DEBUG [oracle.sdovis.theme.grtp] End of JGeoRaster.getRasterImage call.
    FINEST [oracle.sdovis.theme.grtd] Computing resolution...
    FINEST [oracle.sdovis.theme.grtd] Res X: 1.0 Res Y: 1.0 Pyramidlevel: 0
    FINEST [oracle.sdovis.theme.grtd] Pyramid level: 0 GeoRaster: 2 for screen resolution: 32.534246575342465
    DEBUG [oracle.sdovis.theme.grtp] ULT offset: 0,0
    FINEST [oracle.sdovis.theme.grtd] Res X: 1.0 Res Y: 1.0 Pyramidlevel: 0
    FINEST [oracle.sdovis.theme.grtp] GeoRaster Dimension: width= 2500.0 height= 2000.0
    DEBUG [oracle.sdovis.theme.grtp] [DimX] 2499[DimY] 1999
    FINEST [oracle.sdovis.theme.grtd] getCellCoordinate query: SELECT sdo_geor.getCellCoordinate(grt.IMAGE,0,sdo_geometry(2001,2065,sdo_point_type(-417499.5,-1241999.5,null), null,null)) coord FROM GEORASTER_TABLE grt WHERE grt.IMAGE.rasterid = 2 and grt.IMAGE.rasterdatatable = 'RDT_GEOR'
    FINEST [oracle.sdovis.theme.grtd] Row:-1 Column: -1
    DEBUG [oracle.sdovis.theme.grtp] Upper Left Cell for Upper left Spatial Extent: (-1,-1)
    FINEST [oracle.sdovis.theme.grtd] getCellCoordinate query: SELECT sdo_geor.getCellCoordinate(grt.IMAGE,0,sdo_geometry(2001,2065,sdo_point_type(-433661.34699643834,-1237276.379195,null), null,null)) coord FROM GEORASTER_TABLE grt WHERE grt.IMAGE.rasterid = 2 and grt.IMAGE.rasterdatatable = 'RDT_GEOR'
    FINEST [oracle.sdovis.theme.grtd] Row:-4724 Column: -16162
    FINEST [oracle.sdovis.theme.grtd] getCellCoordinate query: SELECT sdo_geor.getCellCoordinate(grt.IMAGE,0,sdo_geometry(2001,2065,sdo_point_type(-400248.6757635616,-1246776.379195,null), null,null)) coord FROM GEORASTER_TABLE grt WHERE grt.IMAGE.rasterid = 2 and grt.IMAGE.rasterdatatable = 'RDT_GEOR'
    FINEST [oracle.sdovis.theme.grtd] Row:4776 Column: 17250
    DEBUG [oracle.sdovis.theme.grtp] Calling JGeoRaster.getRasterImage - area: 0 , 0 , , 2499 , 1999
    DEBUG [oracle.sdovis.theme.grtp] End of JGeoRaster.getRasterImage call.
    FINEST [oracle.sdovis.theme.grtd] Computing resolution...
    FINEST [oracle.sdovis.theme.grtd] Res X: 1.0 Res Y: 1.0 Pyramidlevel: 0
    FINEST [oracle.sdovis.theme.grtd] Pyramid level: 0 GeoRaster: 1 for screen resolution: 32.534246575342465
    DEBUG [oracle.sdovis.theme.grtp] ULT offset: 0,0
    FINEST [oracle.sdovis.theme.grtd] Res X: 1.0 Res Y: 1.0 Pyramidlevel: 0
    FINEST [oracle.sdovis.theme.grtp] GeoRaster Dimension: width= 2500.0 height= 2000.0
    DEBUG [oracle.sdovis.theme.grtp] [DimX] 2499[DimY] 1999
    FINEST [oracle.sdovis.theme.grtd] getCellCoordinate query: SELECT sdo_geor.getCellCoordinate(grt.IMAGE,0,sdo_geometry(2001,2065,sdo_point_type(-412499.5,-1239999.5,null), null,null)) coord FROM GEORASTER_TABLE grt WHERE grt.IMAGE.rasterid = 1 and grt.IMAGE.rasterdatatable = 'RDT_GEOR'
    FINEST [oracle.sdovis.theme.grtd] Row:-1 Column: -1
    DEBUG [oracle.sdovis.theme.grtp] Upper Left Cell for Upper left Spatial Extent: (-1,-1)
    FINEST [oracle.sdovis.theme.grtd] getCellCoordinate query: SELECT sdo_geor.getCellCoordinate(grt.IMAGE,0,sdo_geometry(2001,2065,sdo_point_type(-433661.34699643834,-1237276.379195,null), null,null)) coord FROM GEORASTER_TABLE grt WHERE grt.IMAGE.rasterid = 1 and grt.IMAGE.rasterdatatable = 'RDT_GEOR'
    FINEST [oracle.sdovis.theme.grtd] Row:-2724 Column: -21162
    FINEST [oracle.sdovis.theme.grtd] getCellCoordinate query: SELECT sdo_geor.getCellCoordinate(grt.IMAGE,0,sdo_geometry(2001,2065,sdo_point_type(-400248.6757635616,-1246776.379195,null), null,null)) coord FROM GEORASTER_TABLE grt WHERE grt.IMAGE.rasterid = 1 and grt.IMAGE.rasterdatatable = 'RDT_GEOR'
    FINEST [oracle.sdovis.theme.grtd] Row:6776 Column: 12250
    DEBUG [oracle.sdovis.theme.grtp] Calling JGeoRaster.getRasterImage - area: 0 , 0 , , 2499 , 1999
    INFO [oracle.sdovis.DBMapMaker] **** time spent on loading features: 35344ms.
    FINEST [oracle.sdovis.RE] xfm: 0.030736842105263153 0.0 0.0 -0.030736842105263153 13329.38034978526 -38029.968707888416
    FINEST [oracle.sdovis.RE] rendering image theme: GEORTHEME
    WARN [oracle.sdovis.ImageRenderer] GeoRaster theme GEORTHEME has no rendered images.
    DEBUG [oracle.sdovis.VectorRenderer] time to render theme GEORTHEME with 0 styled features: 0ms
    INFO [oracle.sdovis.DBMapMaker] **** time spent on rendering: 16ms
    ...but if I make 1 base map consisting 4 separate georaster themes - it works ok

  • RGB channel doesn't show the imported images...

    RGB channel doesn't show the imported images... i can see them in seperate blue, red and green channel but not in RGB...please help....
    (I'm using Photoshop CS6)

          The problem appears in every image I try to open (whatever format or origin). The images I try to import come from rendering in Autodesk 3ds max , from my camera (sony cyber-shot ) or are just stock images... I had no problem with photoshop cs5.1....
           Here's my system info:
    Adobe Photoshop Version: 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00) x32
    Operating System: Windows Vista 32-bit
    Version: 6.0 Service Pack 2
    System architecture: Intel CPU Family:6, Model:7, Stepping:10 with MMX, SSE Integer, SSE FP, SSE2, SSE3, SSE4.1
    Physical processor count: 2
    Processor speed: 2394 MHz
    Built-in memory: 3038 MB
    Free memory: 1387 MB
    Memory available to Photoshop: 1671 MB
    Memory used by Photoshop: 60 %
    Image tile size: 128K
    Image cache levels: 4
    OpenGL Drawing: Enabled.
    OpenGL Drawing Mode: Advanced
    OpenGL Allow Normal Mode: True.
    OpenGL Allow Advanced Mode: True.
    OpenGL Allow Old GPUs: Not Detected.
    Video Card Vendor: ATI Technologies Inc.
    Video Card Renderer: ATI Mobility Radeon HD 4650
    Display: 1
    Display Bounds:=  top: 0, left: 0, bottom: 900, right: 1600
    Video Card Number: 1
    Video Card: ATI Mobility Radeon HD 4650
    OpenCL Unavailable
    Driver Version: 7.01.01.849
    Driver Date: 20090208190620.000000-000
    Video Card Driver: atidxx32.dll,atidxx64,atiumdag.dll,atiumdva.cap,atiumd64,atiumd6a,atitmm64
    Video Mode: 1600 x 900 x 4294967296 colors
    Video Card Caption: ATI Mobility Radeon HD 4650
    Video Card Memory: 1024 MB
    Video Rect Texture Size: 8192
    Serial number: 92298703051332501777
    Application folder: C:\Program Files\Adobe\Adobe Photoshop CS6\
    Temporary file path: C:\Users\User\AppData\Local\Temp\
    Photoshop scratch has async I/O enabled
    Scratch volume(s):
      C:\, 224,5G, 166,2G free
    Required Plug-ins folder: C:\Program Files\Adobe\Adobe Photoshop CS6\Required\
    Primary Plug-ins folder: C:\Program Files\Adobe\Adobe Photoshop CS6\Plug-ins\
    Additional Plug-ins folder: not set
    Installed components:
       A3DLIBS.dll   A3DLIB Dynamic Link Library   9.2.0.112  
       ACE.dll   ACE 2012/01/18-15:07:40   66.492997   66.492997
       adbeape.dll   Adobe APE 2012/01/25-10:04:55   66.1025012   66.1025012
       AdobeLinguistic.dll   Adobe Linguisitc Library   6.0.0  
       AdobeOwl.dll   Adobe Owl 2012/02/09-16:00:02   4.0.93   66.496052
       AdobePDFL.dll   PDFL 2011/12/12-16:12:37   66.419471   66.419471
       AdobePIP.dll   Adobe Product Improvement Program   6.0.0.1654  
       AdobeXMP.dll   Adobe XMP Core 2012/02/06-14:56:27   66.145661   66.145661
       AdobeXMPFiles.dll   Adobe XMP Files 2012/02/06-14:56:27   66.145661   66.145661
       AdobeXMPScript.dll   Adobe XMP Script 2012/02/06-14:56:27   66.145661   66.145661
       adobe_caps.dll   Adobe CAPS   6,0,29,0  
       AGM.dll   AGM 2012/01/18-15:07:40   66.492997   66.492997
       ahclient.dll    AdobeHelp Dynamic Link Library   1,7,0,56  
       aif_core.dll   AIF   3.0   62.490293
       aif_ocl.dll   AIF   3.0   62.490293
       aif_ogl.dll   AIF   3.0   62.490293
       amtlib.dll   AMTLib   6.0.0.75 (BuildVersion: 6.0; BuildDate: Mon Jan 16 2012 18:00:00)   1.000000
       ARE.dll   ARE 2012/01/18-15:07:40   66.492997   66.492997
       AXE8SharedExpat.dll   AXE8SharedExpat 2011/12/16-15:10:49   66.26830   66.26830
       AXEDOMCore.dll   AXEDOMCore 2011/12/16-15:10:49   66.26830   66.26830
       Bib.dll   BIB 2012/01/18-15:07:40   66.492997   66.492997
       BIBUtils.dll   BIBUtils 2012/01/18-15:07:40   66.492997   66.492997
       boost_date_time.dll   DVA Product   6.0.0  
       boost_signals.dll   DVA Product   6.0.0  
       boost_system.dll   DVA Product   6.0.0  
       boost_threads.dll   DVA Product   6.0.0  
       cg.dll   NVIDIA Cg Runtime   3.0.00007  
       cgGL.dll   NVIDIA Cg Runtime   3.0.00007  
       CIT.dll   Adobe CIT   2.0.5.19287   2.0.5.19287
       CoolType.dll   CoolType 2012/01/18-15:07:40   66.492997   66.492997
       data_flow.dll   AIF   3.0   62.490293
       dvaaudiodevice.dll   DVA Product   6.0.0  
       dvacore.dll   DVA Product   6.0.0  
       dvamarshal.dll   DVA Product   6.0.0  
       dvamediatypes.dll   DVA Product   6.0.0  
       dvaplayer.dll   DVA Product   6.0.0  
       dvatransport.dll   DVA Product   6.0.0  
       dvaunittesting.dll   DVA Product   6.0.0  
       dynamiclink.dll   DVA Product   6.0.0  
       ExtendScript.dll   ExtendScript 2011/12/14-15:08:46   66.490082   66.490082
       FileInfo.dll   Adobe XMP FileInfo 2012/01/17-15:11:19   66.145433   66.145433
       filter_graph.dll   AIF   3.0   62.490293
       hydra_filters.dll   AIF   3.0   62.490293
       icucnv40.dll   International Components for Unicode 2011/11/15-16:30:22    Build gtlib_3.0.16615  
       icudt40.dll   International Components for Unicode 2011/11/15-16:30:22    Build gtlib_3.0.16615  
       image_compiler.dll   AIF   3.0   62.490293
       image_flow.dll   AIF   3.0   62.490293
       image_runtime.dll   AIF   3.0   62.490293
       JP2KLib.dll   JP2KLib 2011/12/12-16:12:37   66.236923   66.236923
       libeay32.dll   The OpenSSL Toolkit   0.9.8g  
       libifcoremd.dll   Intel(r) Visual Fortran Compiler   10.0 (Update A)  
       libmmd.dll   Intel(r) C Compiler, Intel(r) C++ Compiler, Intel(r) Fortran Compiler   10.0  
       LogSession.dll   LogSession   2.1.2.1640  
       mediacoreif.dll   DVA Product   6.0.0  
       MPS.dll   MPS 2012/02/03-10:33:13   66.495174   66.495174
       msvcm80.dll   Microsoft® Visual Studio® 2005   8.00.50727.6195  
       msvcm90.dll   Microsoft® Visual Studio® 2008   9.00.30729.1  
       msvcp100.dll   Microsoft® Visual Studio® 2010   10.00.40219.1  
       msvcp71.dll   Microsoft® Visual Studio .NET   7.10.3077.0  
       msvcp80.dll   Microsoft® Visual Studio® 2005   8.00.50727.6195  
       msvcp90.dll   Microsoft® Visual Studio® 2008   9.00.30729.1  
       msvcr100.dll   Microsoft® Visual Studio® 2010   10.00.40219.1  
       msvcr71.dll   Microsoft® Visual Studio .NET   7.10.3052.4  
       msvcr80.dll   Microsoft® Visual Studio® 2005   8.00.50727.6195  
       msvcr90.dll   Microsoft® Visual Studio® 2008   9.00.30729.1  
       pdfsettings.dll   Adobe PDFSettings   1.04  
       Photoshop.dll   Adobe Photoshop CS6   CS6  
       Plugin.dll   Adobe Photoshop CS6   CS6  
       PlugPlug.dll   Adobe(R) CSXS PlugPlug Standard Dll (32 bit)   3.0.0.383  
       PSArt.dll   Adobe Photoshop CS6   CS6  
       PSViews.dll   Adobe Photoshop CS6   CS6  
       SCCore.dll   ScCore 2011/12/14-15:08:46   66.490082   66.490082
       ScriptUIFlex.dll   ScriptUIFlex 2011/12/14-15:08:46   66.490082   66.490082
       shfolder.dll   Microsoft(R) Windows (R) 2000 Operating System   5.50.4027.300  
       ssleay32.dll   The OpenSSL Toolkit   0.9.8g  
       tbb.dll   Intel(R) Threading Building Blocks for Windows   3, 0, 2010, 0406  
       tbbmalloc.dll   Intel(R) Threading Building Blocks for Windows   3, 0, 2010, 0406  
       TfFontMgr.dll   FontMgr   9.3.0.113  
       TfKernel.dll   Kernel   9.3.0.113  
       TFKGEOM.dll   Kernel Geom   9.3.0.113  
       TFUGEOM.dll   Adobe, UGeom©   9.3.0.113  
       updaternotifications.dll   Adobe Updater Notifications Library   6.0.0.24 (BuildVersion: 1.0; BuildDate: BUILDDATETIME)   6.0.0.24
       WRServices.dll   WRServices Friday January 27 2012 13:22:12   Build 0.17112   0.17112
       wu3d.dll   U3D Writer   9.3.0.113  
    Required plug-ins:
       Accented Edges 13.0
       Adaptive Wide Angle 13.0
       ADM 3.11x01
       Angled Strokes 13.0
       Average 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Bas Relief 13.0
       BMP 13.0
       Camera Raw 7.0
       Chalk & Charcoal 13.0
       Charcoal 13.0
       Chrome 13.0
       Cineon 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Clouds 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Collada 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Color Halftone 13.0
       Colored Pencil 13.0
       CompuServe GIF 13.0
       Conté Crayon 13.0
       Craquelure 13.0
       Crop and Straighten Photos 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Crop and Straighten Photos Filter 13.0
       Crosshatch 13.0
       Crystallize 13.0
       Cutout 13.0
       Dark Strokes 13.0
       De-Interlace 13.0
       Difference Clouds 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Diffuse Glow 13.0
       Displace 13.0
       Dry Brush 13.0
       Eazel Acquire 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Embed Watermark 4.0
       Extrude 13.0
       FastCore Routines 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Fibers 13.0
       Film Grain 13.0
       Filter Gallery 13.0
       Fresco 13.0
       Glass 13.0
       Glowing Edges 13.0
       Grain 13.0
       Graphic Pen 13.0
       Halftone Pattern 13.0
       HDRMergeUI 13.0
       IFF Format 13.0
       Ink Outlines 13.0
       JPEG 2000 13.0
       Lens Blur 13.0
       Lens Correction 13.0
       Lens Flare 13.0
       Liquify 13.0
       Matlab Operation 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Measurement Core 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Mezzotint 13.0
       MMXCore Routines 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Mosaic Tiles 13.0
       Multiprocessor Support 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Neon Glow 13.0
       Note Paper 13.0
       NTSC Colors 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Ocean Ripple 13.0
       Oil Paint 13.0
       OpenEXR 13.0
       Paint Daubs 13.0
       Palette Knife 13.0
       Patchwork 13.0
       Paths to Illustrator 13.0
       PCX 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Photocopy 13.0
       Photoshop 3D Engine 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Picture Package Filter 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Pinch 13.0
       Pixar 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Plaster 13.0
       Plastic Wrap 13.0
       PNG 13.0
       Pointillize 13.0
       Polar Coordinates 13.0
       Portable Bit Map 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Poster Edges 13.0
       Radial Blur 13.0
       Radiance 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Read Watermark 4.0
       Reticulation 13.0
       Ripple 13.0
       Rough Pastels 13.0
       Save for Web 13.0
       ScriptingSupport 13.0
       Shear 13.0
       Smart Blur 13.0
       Smudge Stick 13.0
       Solarize 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Spatter 13.0
       Spherize 13.0
       Sponge 13.0
       Sprayed Strokes 13.0
       Stained Glass 13.0
       Stamp 13.0
       Sumi-e 13.0
       Targa 13.0
       Texturizer 13.0
       Tiles 13.0
       Torn Edges 13.0
       Twirl 13.0
       Underpainting 13.0
       Vanishing Point 13.0
       Variations 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Water Paper 13.0
       Watercolor 13.0
       Wave 13.0
       WIA Support 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       Wind 13.0
       Wireless Bitmap 13.0 (13.0 20120315.r.428 2012/03/15:21:00:00)
       ZigZag 13.0
    Optional and third party plug-ins: NONE
    Plug-ins that failed to load: NONE
    Flash:
       Mini Bridge
       Kuler
    Installed TWAIN devices: NONE
    Thank you both for the interest!

  • Confused about importing images

    I'm new to DreamWeaver but I've used GoLive for many years and still do. In GoLive if I want to import a folder of images so as to have them to work with in my site I just select Import, navigate to the folder and click it and the folder of images is copied to the site and appears in the GoLive window.
    There is no way to do this in DreamWeaver that I can see. There is nothing I can find in the Help files or in the Missing Manual about importing images except one confusing entry in the Missing Manual. It says an image can be anywhere on your hard drive, but a couple paragraphs later it says images should be in the root folder of the site. I don't see any way to get them into the root folder other than doing so in the Finder which the documentation cautions against because DreamWeaver will become confused if this is done outside of DreamWeaver's Files window.
    This has been absolutely maddening for me and I've spent at least an hour trying to figure out how to simply import images. It shouldn't be this difficult? What am I missing?

    Russ.G wrote:
    I believe my original question clearly stated that I wanted to import a _folder_ of images into DW and _not_ bring them in _one at a time_ as I use them. This qestion remains unanswered.
    No, you cannot IMPORT the images per se, there is no import function available.
    Nadia, first you say to bring files into DW via the Files window and caution against doing it another way. Then in your next reply you say you don't use the Files window and so in fact bring the images in another way via Windows Explorer.
    I appreciate you trying to be helpful, but I can't imagine being presented with more contradictory and confusing information.
    Can anybody tell me how to import a folder of images into DW?
    What I was trying to explain was that there are different ways to 'bring in' the images into the defined Dreamweaver site.
    1.  Copy them from anywhere on your hard-drive  into a specific images folder within the defined site.
    2.  Work with an image that may be saved elsewhere, but save it to a folder within the defined site.
    As for the confusion.  regarding working with files, you need to understand why you need to define a site in Dreamweaver first.  DW keeps track of all the links as you build a site, but the files - whether html, text or image files - need to be inside the defined site folder structure.  How you get them in there is completely up to you.  More than one way to skin a cat as they say.
    Define a site:
    http://kb2.adobe.com/cps/140/tn_14028.html
    http://www.adobe.com/devnet/dreamweaver/articles/first_website_pt1.html

  • Invalid Launch Image in Flash Builder 4.6

    I've been making updates and releases to my iPad app for the last several months, but just recently, I started receiving this email back from Apple:
         iPhone 5 Optimization Requirement - Your binary is not optimized for iPhone 5. As of May 1, all new iPhone apps and app updates submitted must support the 4-inch display on iPhone 5. All           apps must include a launch image of the appropriate size. Learn more about iPhone 5 support by reviewing the iOS Human Interface Guidelines.
    I've been googling this for a while, and have tried adding  Default.png (320x480), Default-586h.png (640x960), and [email protected] (640x960) files to the root directory and made sure they were being compiled into the .ipa file.  With the [email protected] file, I received an additional error in the nastygram from Apple:
         Invalid Launch Image - Your app contains a launch image with a size modifier that is only supported for apps built with the iOS 6.0 SDK or later.
    So I took out the @2x file and it still failed.  Now, my app isn't even intended for the iPhone5, it's intended for the iPad.  What can I do to make them happy so I can keep making releases?

    These are the errors tackled with this post:
    iPhone 5 Optimization Requirement - Your binary is not optimized for iPhone 5. As of May 1, all new iPhone apps and app updates submitted must support the 4-inch display on iPhone 5. All apps must include a launch image with the -568h size modifier immediately following the <basename> portion of the launch image's filename. Launch images must be PNG files and located at the top-level of your bundle, or provided within each .lproj folder if you localize your launch images. Learn more about iPhone 5 support and app launch images by reviewing the iOS Human Interface Guidelines and iOS App Programming Guide.
    Invalid Launch Image - Your app contains a launch image with a size modifier that is only supported for apps built with the iOS 6.0 SDK or later.
    Non-PIE Binary - The executable 'C-Print Mobile.app' is not a Position Independent Executable. Please ensure that your build settings are configured to create PIE executables. For more information, refer to Technical Q&A QA1788 - Building a Position Independent Executable
    I followed these steps to get my app .ipa to the point where Apple would accept it:
    Download the latest AIR SDK. My Flash Builder was using the AIR SDK 3.6. From within Flash Builder I clicked "Check for updates..." and Flash Builder said it was up-to-date. BUT when checked the AIR SDK website, there in fact was a newer version. So you may need to update, even if Flash Builder says otherwise. To check, go to Windows -> Preferences -> Installed AIR SDKs. If you have AIR SDK 3.6 or less, you need to update.
    The latest SDK can be downloaded here:
    http://www.adobe.com/devnet/air/air-sdk-download.html
    IMPORTANT: If you are building a Flex project (that was my situation), you will need to download the SDK without the compiler. This will be under the "Note: Flex users will need to download the original AIR SDK without the new compiler." section.
    Install the downloaded SDK. The instructions are different for Flex projects and ActionScript projects.
    Flex: http://helpx.adobe.com/x-productkb/multi/how-overlay-air-sdk-flex-sdk.html
    ActionScript: http://helpx.adobe.com/flash-builder/kb/overlay-air-sdk-flash-builder.html
    Reference the correct version in your app.xml file. My app was using AIR SDK 3.1, which is very old. As of this writing, I'm now using:<application xmlns="http://ns.adobe.com/air/application/3.7">
    Include a splash screen image called [email protected] in the top-most level of your source. This file must be 640x1136 (width x height), and is required for iPhone 5 devices.
    Read the following forum thread about the Non-PIE Binary issue. As of this writing, it is being regarded as "not a big deal", but Apple may become more strict about this in the future.http://forums.adobe.com/message/5281575
    Best of luck. If these steps work for you, let me, and others, know here in the forums!

  • Importing images makes them blurry and jaggy

    Yes I have seen other posts on this. They were helpful and I progressed, but imported images still aren't right. I'm sure there must be just one small thing I'm doing wrong. Please help!
    I imported DV NTSC footage (720x480, 0.9091 PAR). I have screenshots from Powerpoint slides that I want to overlay.
    In Premiere they are blurry and jaggy. As you can see the original footage is fine, but when it's dropped in a sequence it's bad:
    The interpretation seems to be okay:
    I've created it correctly in Photoshop.You can see below that the file is 720x480px and I have the DV PAR set:
    My output is for computer screens so when I export from DV to H.264 I select Field Order: None. But I noticed that if I export with Field Order: Lower the screenshot/image looks good. However the rest of my DV footage looks interlaced, so I need Field Order set to none.
    Any suggestions on what I might be doing wrong? It shouldn't be this hard to get sharp looking images into Premiere!
    Thanks.

    Hi Colin,
    Colin Brougham wrote:
    Try this for preview in the Program Monitor:
    Both my playback and paused resolutions are both full so that isn't the problem.
    If it looked crappy in Premiere while building up the video I wouldn't care. It's the fact that it also looks like that in the exported that's the problem.
    I'm sure it's some small thing I'm doing wrong like getting the framesize or PAR wrong, except that it's not those settings.
    Any other ideas?

  • Using Map  Builder to view Spatial data

    Is anyone using XE for Spatial/Locator work? I have created a schema in XE from a spatial dmp file. I know the dmp file creates a valid schema as we use it all the time for testing. After import, I can't view any spatial layers using Oracle's Map Builder, or with any other spatial viewer for that matter. The tables look valid, have geom columns, are populated, are registered in the metadata... Does anyone have any ides why I can't access my spatial layers from XE?

    Looks like mdsys is alive in my XE 11gR2 instance ...... which doesn't mean all Spatial features will work. As mentioned before, Oracle Spatial is among the "Options and Major Features Not Included" according to the [url http://docs.oracle.com/cd/E17781_01/license.112/e18068/toc.htm#BABJIJCJ]Licensing Information.
    A few lines below, you'll find Oracle Locator to be available in XE anyway. Locator needs the MDSYS schema, but that schema obviously doesn't comprise everything you need for Spatial features. Spatial is an EE option. It could actually be that XE still carries everything you'd need but it's simply disabled... See the [url http://www.oracle.com/technetwork/database/options/spatial/overview/introduction/spatial-locator-features-100445.html]OTN Locator/Spatial features overview to get ... an overview. ;)
    -Udo

  • Image Ultra - cannot build W510 with new image - stops on missing Operating System Modules

    Hi folks,
    I am trying to build a new image for a Thinkpad W510 using ImageUltra 4(and now 5). I cannot get it to build unless I use the Network Install. If I use the boot disk, and select the Install and Setup option, it prepares the disk, and service partition and copies the modules to it. It then restarts, and instead of commencing the OS installation, boots to the ImageUltra Builder screen showing options to boot to another drive, go into the bios or start the browser.
    If I clik in the ImageUltra link, it brings up an Image Ultra Map menu viewer dialog to tell me that a module is missing. This module is the Windows XP Primary Partition moule.
    In desperation, I have upgraded to Version 5, and replaced the IUB4 modules with the corresponding version 5 ones. Still the same problem.
    As I said, I can use the network install, so it looks like it cannot see the service partition.
    I have the disk set to compatibility and not AHCI.
    Any help would be gratefully appreciated.

    Hi,
    I have seen, this same situation in the past with the T400 systems.
    My problem was caused by the fact, that I placed XP Partitioning module into the wrong order.
    From your description I assume, you want to deploy XP on the system.
    So in this case make sure, that following in kept:
    - you have configred the service partition to resize on the BACK  (NOT on the front)
    - make sure, that you define the service partition size to be dynamic (if it's too small, then tat would explain your situation)
    Right now you are thinking on the same stuff as I do: "This all is correct, because it works using the network deployment ... "
    Please understand, that the logic, when you are using CD deployment and Network deployment is a bit different.
    Have you tried to use the deployment using a USB key?
    I would also advice (as a debuging start) to remove EVERY module except following modules from your Base Map:
    - XP Partitioning module
    - Customization module
    - Unattend .txt module
    - OS main module
    This will only show, if it might not be possible, that some other module is not intergerring with your image deployment.
    NOTE: for this test deployment exclude the driver map.
    In case none of the above will work, then please describe a bit more your Base Map (what all does it contains and how the service aprtition is set + what about the cleanup option,.... )
    NOTE2: please in case you have the AHCI driver contained in the installation, then set also the SATA configuration in BIOS to AHCI when deploying.
    Cheers

  • Create geometry theme in oracle map builder

    I want to create geometry theme and try to set the style parameter in oracle map builder. when i'm in step 2 to select the style selection, no style are listed. how can i list this style in style picker dialog?

    actually i have created this table and command same like command in $ORACLE_HOME/lbs/admin/mapdefinition.sql. i create by manually in oracle. when i run sql desc user_sdo_styles_; this table will displayed name, type, description, definition, image, and geometry in column name. but when i run sql select * from User_sdo_styles; they have a error ( column or attribute type can not be displayed by sql*plus). i'm wrong or right? i have a geometry table like lot_parcel, pipe_network, and valve.

  • How to import images

    Just switched over from Frontpage and I was able to import images very easy there.
    I have about 50 images that I just want to put into an existing folder.
    How do I do this without having to build a page and insert each image on the page?
    Is there a way I can move all 50 images to my folder at one time?
    Thanks,
    Josh

    Open your file manager.  It could be called Finder or Explorer
    Looks like this:
    http://www.ragesw.com/products/explorer.html
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists 
    http://alt-web.com/
    http://twitter.com/altweb

  • Importing images into projects

    can any1 please tell me how to import images into my netbeans IDE projects?this should be such that the jar file that is created displays them correctly- i am having this said problem with .jar files.
    plz help!!

    i use a function createImageIcon(ImageIcon icon) wfor which i provide a definition.
    the definition is as given in the java tutorial as follows
    protected static ImageIcon createImageIcon(String path)
    java.net.URL imgURL = LabelDemo.class.getResource(path);
    if (imgURL != null) {
    return new ImageIcon(imgURL, description);
    } else {
    System.err.println("Couldn't find file: " + path);
    return null;
    the program executes perfectly from the IDE when i use the run finction of F6 key. I use netbeans IDE. the images are kept in a folder named images in the 'src' folder of the project. this folder is used to store source files by the IDE. The main thing is i put the images in such a place that the program executes perfectly without errors from the IDE. using the IDE which shows the contents of a .jar file, i verified that the images are indeedd present in the JAR file. however i still continue to get the same error. infact after add ing the images folder and running a 'clean and build' operation , the only difference is that the jar file, which still doesnt display images on buttons, labels etc has increased in size confirming tht the images have been added- i also verified this from the command line.
    but the same problem persists.

  • Understanding File Import Images VS File Import Folders into a Project

    Hello,
    When I select the "File>Import>Images" command, images go straight into my project, no album is created.
    When when I use the "File>Import>Folders into a Project..." command on a folder containing subfolders, it will map the folder to a Project and subfolders to albums. OK.
    However, when I use the "File>Import>Folders into a Project..." command on a folder with NO subfolders, images are put in an Album anyway. Why is that?
    Is it possible to avoid the creation of an album and have images straight in the Project?
    Thanks,

    MacDLS wrote:
    Take into consideration that you're using a feature in a way other than what was intended.
    You believing that that's how it should behave doesn't make it so.
    You're right. Me alone is nothing. But if a high % of A2 users think like me, then maybe this feature needs some polishing.
    The REALLY simple work around is to delete the album. The images won't go with it, and it's faster than retyping the name.
    Good, that's the workaround I needed. For some reasons I was under the impression that deleting the album would delete the the images as well. I guess I'm still not used to that project-album concept.
    You could hit Command + Delete on a hundred Projects and do less work than you've done on this one thread.
    BTW: You submit feedback by choosing Aperture>> Provide Aperture Feedback not by posting it on a U2U forum. There are Apple moderators here but not Application Engineers.
    Sure, that's how I always submit feedback to Apple.
    Thanks.

  • Import Image tether plugin

    Lightroom by default comes up with Canon Tether plugin. Does it provide any SDK, using which we can build our own tether plugin that selectively takes files from an external source (server/folder)?
    I could find none on google search.
    Primarily, what I am looking for is building a plugin using which I can import files from a folder, once an image is added to the folder. It is the same as tether for camera, just that the image is taken from a folder rather than the camera. Thanks

    purijatin wrote:
    Primarily, what I am looking for is building a plugin using which I can import files from a folder, once an image is added to the folder. It is the same as tether for camera, just that the image is taken from a folder rather than the camera. Thanks
    It sounds like what you are looking for can already be done by either the File -> Auto Import menu item of Jeffrey Friedl's Folder Watch plugin.
    If you still want to build a plugin, there is no publicly available Tethering SDK so you can't directly mimic the Canon tethering plugin's approach to importing. You can import images using the main Lightroom SDK so you could still implement something like Jeffrey's plugin if you wish.
    Matt

  • Import image using JS (preferred on document-level)

    Hello,
    I am going to implement a dynamic legend using JavaScript in Adobe Acrobat. The document contains a lot of layers. Every layer has an own legend. The origin idea is to implement the legend so, that it contains the images in a dialog box for the visible layers. I can only hide/show the layers by setting state to false or true (this.getOCGs()[i].state = false;) on document-level.
    Question 1: Can I extract data from layer somehow  for legend establishing? I think no, as we only have these function on layers: getIntent(), setIntent() and  setAction(). Right? Therefore I decided to arrange it so, that all needed icons for every layer are saved in a folder with corresponding names. JavaScript should import the icons and I build the a dialog window with icons of visible Layers and place a text(description for this icon).
    I tried all possibilities of image import described here: http://pubhelper.blogspot.com.au/2012/07/astuces-toolbar-icons-et-javascript.html. I got only one way (Convert the icons as hexadecimal strings). This way isn't good, as it is too much work to create with an other tool a hexadecimal string from a images and place it into a javascript code.
    Unfortunately, I cannot import image using other methods:(. Since the security settings in Adobe are changed after version 7 or so, it is not possible to use functions like app.newDoc, app.openDoc, even app.getPath On document-level. I decided to implement the import on the folder level using trusted functions like this:
    Variant 1:
    var importImg = app.trustedFunction(function() {
        app.beginPriv();
        var myDoc = app.newDoc({
            nWidth: 20,
            nHeight: 20
            var img = myDoc.importIcon("icon", "/icon.png", 0);
            app.endPriv();
        return img;
    var oIcon = importImg();
    NotAllowedError: Security settings prevent access to this property or method.
    App.newDoc:109:Folder-Level:User:acrobat.js
    Variant 2:
    var importImg = app.trustedFunction(function() {
           var appPath = var phPath = app.getPath({
            cCategory: "user",
            cFolder: "javascript"
           try {
                   app.beginPriv();
            var doc = app.openDoc({
                cPath: phPath + "/icon.png",
                bHidden: true
             app.endPriv();
        } catch (e) {
            console.println("Could not open icon file: " + e);
            return;
            var oIcon = util.iconStreamFromIcon(doc.getIcon("icon"));
        return oIcon;
    var oIcon = importImg();
    Error: Could not open icon file: NotAllowedError: Security settings prevent access to this property or method.
    The settings in Preferences->JavaScript-> JavaScript Security are disabled (Enable menu item JS execution privileges, enable global object security policy).
    Question 2: Is it not allowed or should I change some other settings or use the import on any other way?
    I tried all these possibilities with .jpg, .png, .pdf. with different sizes(big images and 20x20 pxls), It doesn't work.
    Could somebody help me, as I spent a lot of time with trying different possibilities. It would be actually better to implement the main goal described above on document level, are there other possibilities to access images, maybe using xml or something else) (Question 3)?
    Thank you and kind regards,
    Alex

    ... After checking: I cannot delete my posts either.
    I can see some sort of button "Actions" at the bottom of my replies, but it seems to be missing from a 'main' post. You may want to ask this in the Forum About Forums: Forum comments

Maybe you are looking for

  • View Link Bind variable issue

    All, I have a view link defined which and both the VO are part of my AM. At run time i am supposed to get the list of notes for a particular line. (the view link establishes this connection). However when i run my application i am not getting any rec

  • Change apple id for user in Yosemite / adapt according to family sharing

    Hi, I just upgraded to Yosemite (and IOS 8 on the families iPads and iPhones). Before I had one apple ID used by every user / device. Now I changed to family sharing and have separate apple IDs for every family member. Now I would like to use the sam

  • Update Retriever - Missing Drivers W540,X240,T440

    Hi Missing loads of drivers via Update Retreiver and/or Systemupdate. Is it going to be published soon? Model: 20BH (w540), 20B7 (T440), 20AM (X240) 3G WWAN card, WLAN etc etc.. Using Update Retriver 5, Build date: 2013-9-3  Systemupdate 5.03, build

  • How to sign in in Adobe Muse (finished trial, just subscribed)

    Hi all, I have a problem with signing in in Adobe Muse. It shows an unexpected error everytime. I already chat with an employee which said activation could take 2-24h, but now it is already passed. I tried to uninstall Muse, restart PC and download M

  • How edit web gallery templates?

    I created four flash templates a while back. I now want to change the email I entered to a web url. I do that but it does not stick. I don't see a save button. Any ideas? Also, for the web url, the font is awfully small in upper right where it ends u