ORDImage problems

I'm trying to get interMedia to import some images into a table. My table contains a column of type ORDSYS.ORDIMAGE. I do as the help-files suggest, but end up with :
1 DECLARE
2 NewImage ORDSYS.ORDImage;
3 ctx RAW(10000) :=NULL;
4 BEGIN
5 INSERT INTO MyTable VALUES (
6 1200010001, 'EX', 'O',
7 ORDSYS.ORDImage(ORDSYS.ORDSource(empty_blob(),'FILE','MYDIRECTORY','MyFile.tif',SYSDATE,1),
8 NULL,NULL,NULL,NULL,NULL,NULL,NULL));
9 SELECT image INTO NewImage FROM MyTable
10 WHERE IMAGENO = 1200010001 for UPDATE;
11 NewImage.import(ctx);
12 -- 'file',
13 -- 'DUNCAN',
14 -- 'RG1200010001.tif');
15 NewImage.setProperties;
16 UPDATE MyTable SET image = NewImage WHERE imageno = 1200010001;
17 END;
18 /
DECLARE
ERROR at line 1:
ORA-28576: lost RPC connection to external procedure agent
ORA-06512: at "ORDSYS.ORDIMG_PKG", line 420
ORA-06512: at "ORDSYS.ORDIMAGE", line 25
ORA-06512: at line 15
What is happening? When I pull the thing apart, I can verify that the data is being imported into the ORDSource's BLOB, but ORDImage always falls over when I call setProperties. The server is running on NT(ws), and as far as I'm aware has its ExtProc connections configured correctly, and is listening. The RPC connection is being set up, but then the ORDImage code is throwing up an error. I have scoured the docs, and a lot of OTN to no avail. Help.
Cheers,
Duncan.
null

This is a tough one since there are lots of
possibilities that need to be ruled out.
I'd start with replacing the TIF image
with the sample image that comes with
the interMedia installation (imgdemo.dat).
If you still get the error then you can
rule out "invalid" data as the source of
the problem.
If you upgraded from 8.0.x you might want
to make sure you've got the correct
ORAORDIMG8.DLL in ORACLE_HOME\bin and
not the old one from the 8.0.x kit.
The 8.1.5 ORAORDIMG8.DLL should be
about 274,432 bytes in size and
if you opposite click on it in explorer,
pick properties, select the version tab,
it should be 8.1.5
One litmus test for determining if your
extproc setup is indeed OK is to load
ORACLE_HOME/plsql/demo/dbgextp.sql
and then
svrmgrl> execute DEBUG_EXTPROC.STARTUP_EXTPROC_AGENT;
Executing this procedure (which isn't
related to interMedia in any way) will
fire up the EXTPROC agent. If you get
errors from this then interMedia will
have problems too.
Note: I strongly recommend you don't use
a context parameter any larger than 4000
bytes. It's a waste and can lead to other
problems. Please change your ctx
declaration to 'ctx RAW(4000):=NULL;'
Note 2: the ORDImage.import() method will
implicitly do a setProperties for you so
you can take out your call.
If you don't want import() to call
setProperties for you set the fileFormat
to 'OTHER' (or 'OTHER: abcd') before
calling import...
NewImage.fileFormat := 'OTHER: LSAT';
NewImage.import(ctx);
..FriendlyHelper

Similar Messages

  • Problem w/ image item using 9i BLOB field and InterMedia ORDImage Object

    Hi,dear all,
    I have a problem with image item in Form 6i. Oracle 9i is used as backend DB, and a table contains image data is created for testing:
    create table image_test(
    id number,
    image blob
    In Form 6i, there is no problem to create a block for inserting/updating the image record into the database. However, it can not be used to retrieve image (blob field), the image item remains empty after 'execute query', while the id field can be retrieved. When the same table is created in Oracle 8.1.7, and the exact same form can be used without any problem both in inserting and retrieval. It seems that the Oracle 9i does not use the same way to store BLOB column. Has anybody ever encountered this problem? How to retrieve image (BLOB) in Form 6i from Oracle 9i?
    I tried to use interMedia ORDImage as the data type in Oracle 9i, that is,
    create table image_test(
    id number,
    image ORDSYS.ORDImage
    Same problem, the form can insert record with image, but when retrieving, nothing displayed. Anybody could help! Thanks in advance!

    hi!
    well working with oracle8i and form6i.
    same problem..but i used (instead of blob or clob as datatype..) Long raw..
    it can be saved as usual..i mean Commit..
    and can be retrieved..using Execute_Query..its working fine..
    well if anybody get any other solution..do inform..
    mail_id:
    [email protected]

  • Problem with ordimage attribute in detail viewobject (a bug maybe?)

    Hi
    JDeveloper: 11.1.1.4
    I have an ordimage attribute in a viewobject among other attributes but it doesnt show the image while it shows other attributes of the viewobject correctly. It throws java.lang.ArrayIndexOutOfBoundsException when executing the "row = rows[0];" instruction in oracle.ord.html.OrdPlayMediaServlet.renderContent() method. Apparently the main reason for this error is that the vo viewobject doesn't get populated correctly (it contains no rows at all) and so the "rows = vo.findByKey(mKey, 1); " doesn't return any rows.
    Isn't this a bug? Is there any workaround to this?
    P.S: When I use another instance of the same viewobject as a master viewobject works just fine. The error occours only when the viewobject is used as a detail viewobject.
    Anyway, here is the exception:
    ]] Root cause of ServletException.
    java.lang.ArrayIndexOutOfBoundsException: 0
         at oracle.ord.html.OrdPlayMediaServlet.renderContent(OrdPlayMediaServlet.java:411)
         at oracle.ord.html.OrdPlayMediaServlet.deliver(OrdPlayMediaServlet.java:264)
         at oracle.ord.html.OrdPlayMediaServlet.doGet(OrdPlayMediaServlet.java:205)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:707)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
         Truncated. see log file for complete stacktrace
    >
    <06/09/2011 IRDT 07:49:19 م> <Notice> <Diagnostics> <BEA-320068> <Watch 'UncheckedException' with severity 'Notice' on server 'DefaultServer' has triggered at 06/09/2011 IRDT 07:49:19 م. Notification details:
    WatchRuleType: Log
    WatchRule: (SEVERITY = 'Error') AND ((MSGID = 'WL-101020') OR (MSGID = 'WL-101017') OR (MSGID = 'WL-000802') OR (MSGID = 'BEA-101020') OR (MSGID = 'BEA-101017') OR (MSGID = 'BEA-000802'))
    WatchData: DATE = 06/09/2011 IRDT 07:49:19 م SERVER = DefaultServer MESSAGE = [ServletContext@22121593[app:PPCM module:PPCM-ViewControllerCM-context-root path:/PPCM-ViewControllerCM-context-root spec-version:2.5], request: weblogic.servlet.internal.ServletRequestImpl@c1d6b6[
    GET /PPCM-ViewControllerCM-context-root/ordDeliverMedia?appModID=AppModuleCMDataControl&viewObjectName=AppModuleCM.VpConscriptPictureView1&contentCol=ORD_PICTURE&rowKey=0001000000063332323934330000000C000001323F51EEFD&amConfig=jhs1.model.services.AppModuleCMLocal&cache=1277027229000 HTTP/1.1
    User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2) Gecko/20100115 Firefox/3.6
    Accept: image/png,image/*;q=0.8,*/*;q=0.5
    Accept-Language: en-us,en;q=0.5
    Accept-Encoding: gzip,deflate
    Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
    Keep-Alive: 115
    Connection: keep-alive
    Referer: http://127.0.0.1:7101/PPCM-ViewControllerCM-context-root/faces/UIShell?_adf.ctrl-state=hjjcdrfdk_4&_afrLoop=40582159673504
    Cookie: JSESSIONID=v23hTmyL7mZ9vmMZSndhG7g1sds8CDSy3rn3bL2XcGLgVTLG6s2V!752893283
    ]] Root cause of ServletException.
    java.lang.ArrayIndexOutOfBoundsException: 0
         at oracle.ord.html.OrdPlayMediaServlet.renderContent(OrdPlayMediaServlet.java:411)
         at oracle.ord.html.OrdPlayMediaServlet.deliver(OrdPlayMediaServlet.java:264)
         at oracle.ord.html.OrdPlayMediaServlet.doGet(OrdPlayMediaServlet.java:205)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:707)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
         at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
         at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)
         at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:205)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:111)
         at java.security.AccessController.doPrivileged(Native Method)
         at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313)
         at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:413)
         at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:94)
         at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:161)
         at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:136)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3715)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3681)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
         at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2277)
         at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2183)
         at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1454)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:207)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:176)
    SUBSYSTEM = HTTP USERID = <WLS Kernel> SEVERITY = Error THREAD = [ACTIVE] ExecuteThread: '2' for queue: 'weblogic.kernel.Default (self-tuning)' MSGID = BEA-101017 MACHINE = PC-SD14-00007 TXID = CONTEXTID = ef583e64d845493d:6a9a6ea3:1323e534a92:-8000-00000000000005b2 TIMESTAMP = 1315322359312
    WatchAlarmType: AutomaticReset
    WatchAlarmResetPeriod: 30000
    >

    I have encountered the same problem.
    JDeveloper 11.1.1.3
    Did you come up with a work-around since September?

  • Problem with reading ORDImage from DB

    I have table imgtable with
         id number
         Image ordsys.ordImage
    columns and for query
    declare
    src BLOB;
    BEGIN
    Select t.image.getcontent into src from imgtable t where t.id = 1;
    END;
    I receive following erros:
    Select t.image.getcontent into src from imgtable t where t.id = 1;
    ERROR at line 4:
    ORA-06550: line 4, column 12:
    PL/SQL: ORA-00904: "T"."IMAGE"."GETCONTENT": invalid identifier
    ORA-06550: line 4, column 4:
    PL/SQL: SQL Statement ignored
    What is my problem?
    I have Oracle interMedia 9.2.0.1.0 on Linux system, and I veryfied; ORDSYS.ORDImage have getcontent function that return BLOB.

    You should be using t.image.getcontent().....
    declare
    src BLOB;
    BEGIN
    Select t.image.getcontent() into src from imgtable t where t.id = 1;
    END;
    Or better yet (since you can access metadata, like mimetype this way):
    declare
    img ordsys.ordimage;
    src BLOB;
    begin
    select t.image into img from imgtable t where t.id = 1;
    src := img.getContent();
    end;

  • Problem in ORDImage

    Hi, I'm a beginer. I try this, but got error... What wrong? I save these 3 images in C:\\picture
    SQL> CREATE TABLE info
    2 (image_id NUMBER PRIMARY KEY,
    3 description VARCHAR2(30),
    4 image ORDSYS.ORDImage,
    5 image_sig ORDSYS.ORDImageSignature);
    Table created.
    SQL> Create directory IMGDIR as 'c:\\picture';
    Directory created.
    SQL> Grant read on directory IMGDIR to public;
    Grant succeeded.
    SQL> DECLARE
    2 myimg ORDSYS.ORDImage;
    3 mysig ORDSYS.ORDImageSignature;
    4 x INTEGER;
    5 ctx RAW(4000) := NULL;
    6
    7 BEGIN
    8 INSERT INTO info (image_id, description, image, image_sig)
    9 VALUES (1, 'This child is so cool...',
    10 ORDSYS.ORDImage.init('file', 'IMGDIR', 'cool.jpeg'),
    11 ORDSYS.ORDImageSignature.init());
    12
    13 INSERT INTO info (image_id, description, image, image_sig)
    14 VALUES (2, 'This child is so happy...',
    15 ORDSYS.ORDImage.init('file', 'IMGDIR', 'happy.jpeg'),
    16 ORDSYS.ORDImageSignature.init());
    17
    18 INSERT INTO info (image_id, description, image, image_sig)
    19 VALUES (3, 'This child is so cute...',
    20 ORDSYS.ORDImage.init('file', 'IMGDIR', 'cute.jpeg'),
    21 ORDSYS.ORDImageSignature.init());
    22
    23 FOR x in 1..3 LOOP
    24 SELECT S.image, S.image_sig INTO myimg, mysig
    25 FROM info S
    26 WHERE S.image_id = x FOR UPDATE;
    27 myimg.import(ctx);
    28 mysig.generateSignature(myimg);
    29 UPDATE info S
    30 SET S.image = myimg,
    31 S.image_sig = mysig
    32 WHERE S.image_id = x;
    33 END LOOP;
    34 END;
    35 /
    DECLARE
    ERROR at line 1:
    ORA-06510: PL/SQL: unhandled user-defined exception
    ORA-06512: at "ORDSYS.ORDSOURCE", line 181
    ORA-22288: file or LOB operation FILEOPEN failed
    The system cannot find the path specified.
    ORA-06512: at "ORDSYS.ORDIMG_PKG", line 674
    ORA-06512: at "ORDSYS.ORDIMAGE", line 213
    ORA-06512: at line 27
    URGENT! Hope some1 can help... Thanks
    hbl

    I never saw the '\\' before.
    Try '\' instead as in 'c:\picture'
    Larry

  • Ordimage performances big issue, please help

    Hi, we are developing a visual retrieval application based on Intermedia.
    The Database is Oracle 10g (10.1.0.4)
    The Database is a RAC(Real Application Cluster) running on 2 Servers
    The storage is a 2TB SAN
    Each server is a quad-CPU (Itanium 2, 3GHz) with 8GB of ram each, the OS is Windows 2003 Server 64-bit Edition
    one table of the db contains the ordimagesignature objects, we created a tablespace for the table itself and 2 other tablespace, one for the ordsignature filter and one for the ordsignature index.
    This is the creation script for the index:
    CREATE INDEX APP_IMG_SIGNIDX ON APP_IMG
    (SIGNATURE)
    INDEXTYPE IS ORDSYS.ORDIMAGEINDEX
    PARAMETERS('ORDImage_Filter_Tablespace=TPC00F,ORDImage_Index_Tablespace= TPC00I');
    TPC00F and TPC00I are 1GB each.
    the tablespaces TPC00F and TPC00I are stored in the SAN and are dedicated only to ordimage data.
    The table contains almost 300K rows.
    Running a query like this (and no other activities on the server):
    SELECT a.id_img, ORDSYS.imgscore (123)
    FROM app_img a, app_img b
    WHERE ORDSYS.imgsimilar (a.signature, b.signature, 'color="0.20" texture="0.80"', 5, 123) = 1
    AND b.id_img = 2377165
    ORDER BY ORDSYS.imgscore (123) ASC;
    Can take from 3 to 7 minutes, depending on the ordimage parameters I choose.
    This is obviously an unacceptable time for the hardware we have. Monitoring the performances of the machine during the execution of the query, shows that the CPU is almost idle while the IO queue is almost at 90% for all the running time of the query. We also tried altering the table with the command:
    alter table app_img parallel (Degree 8);
    but the execution time is the same.
    ANY help would be very well accepted, thank you in advance.
    Best Regards, Stefano

    Have You still problem with the performance ?
    I'm facing the same performance problems, i'm just testing a small amount of images from a big database. I have loaded (only) 5500 images into table, and generated signatures for them.
    i have created a ORDSYS.ORDImageIndex on the signature, and analyzed that to.
    After loaded > 2000 images the performance going down, and with (only) 5500 images
    i get time on queries with IMGSimilar between 20 - 30 sec. . . .
    ps, the total amount of images in the database is over 5 millions, bu tonly 5500 in table img_ordimage (so far)...
    Oracle version : 10g Enterprise Edition Release 10.1.0.4.0 - 64bit Production
    OS : SunOS storea 5.9 Generic_118558-30 sun4u sparc SUNW,Sun-Fire-V210
    the, output from tkprof:
    oracle@storea 10:24 ~/admin/storedb/udump >cat tkprof.out
    TKPROF: Release 10.1.0.4.0 - Production on Fri Aug 24 10:24:12 2007
    Copyright (c) 1982, 2004, Oracle. All rights reserved.
    Trace file: storedb_ora_27804.trc
    Sort options: default
    count = number of times OCI procedure was executed
    cpu = cpu time in seconds executing
    elapsed = elapsed time in seconds executing
    disk = number of physical reads of buffers from disk
    query = number of buffers gotten for consistent read
    current = number of buffers gotten in current mode (usually for update)
    rows = number of rows processed by the fetch or execute call
    alter session set sql_trace true
    call count cpu elapsed disk query current rows
    Parse 0 0.00 0.00 0 0 0 0
    Execute 1 0.00 0.00 0 0 0 0
    Fetch 0 0.00 0.00 0 0 0 0
    total 1 0.00 0.00 0 0 0 0
    Misses in library cache during parse: 0
    Optimizer mode: ALL_ROWS
    Parsing user id: 58
    select metadata
    from
    kopm$ where name='DB_FDO'
    call count cpu elapsed disk query current rows
    Parse 1 0.00 0.00 0 0 0 0
    Execute 1 0.00 0.00 0 0 0 0
    Fetch 1 0.00 0.00 0 2 0 1
    total 3 0.00 0.00 0 2 0 1
    Misses in library cache during parse: 0
    Optimizer mode: CHOOSE
    Parsing user id: SYS (recursive depth: 1)
    Rows Row Source Operation
    1 TABLE ACCESS BY INDEX ROWID KOPM$ (cr=2 pr=0 pw=0 time=136 us)
    1 INDEX UNIQUE SCAN I_KOPM1 (cr=1 pr=0 pw=0 time=67 us)(object id 350)
    select u.name, o.name, a.interface_version#
    from
    association$ a, user$ u, obj$ o where a.obj# = :1
    and a.property = :2
    and a.statstype# = o.obj# and
    u.user# = o.owner#
    call count cpu elapsed disk query current rows
    Parse 5 0.00 0.00 0 0 0 0
    Execute 5 0.00 0.00 0 0 0 0
    Fetch 5 0.00 0.00 0 20 0 1
    total 15 0.00 0.00 0 20 0 1
    Misses in library cache during parse: 0
    Optimizer mode: CHOOSE
    Parsing user id: SYS (recursive depth: 1)
    Rows Row Source Operation
    0 NESTED LOOPS (cr=3 pr=0 pw=0 time=689 us)
    0 NESTED LOOPS (cr=3 pr=0 pw=0 time=649 us)
    0 TABLE ACCESS FULL ASSOCIATION$ (cr=3 pr=0 pw=0 time=645 us)
    0 TABLE ACCESS BY INDEX ROWID OBJ$ (cr=0 pr=0 pw=0 time=0 us)
    0 INDEX UNIQUE SCAN I_OBJ1 (cr=0 pr=0 pw=0 time=0 us)(object id 36)
    0 TABLE ACCESS CLUSTER USER$ (cr=0 pr=0 pw=0 time=0 us)
    0 INDEX UNIQUE SCAN I_USER# (cr=0 pr=0 pw=0 time=0 us)(object id 11)
    select a.default_cpu_cost, a.default_io_cost
    from
    association$ a where a.obj# = :1
    and a.property = :2
    call count cpu elapsed disk query current rows
    Parse 3 0.00 0.00 0 0 0 0
    Execute 3 0.00 0.00 0 0 0 0
    Fetch 3 0.00 0.00 0 9 0 0
    total 9 0.00 0.00 0 9 0 0
    Misses in library cache during parse: 0
    Optimizer mode: CHOOSE
    Parsing user id: SYS (recursive depth: 1)
    Rows Row Source Operation
    0 TABLE ACCESS FULL ASSOCIATION$ (cr=3 pr=0 pw=0 time=633 us)
    select a.default_selectivity
    from
    association$ a where a.obj# = :1
    and a.property = :2
    call count cpu elapsed disk query current rows
    Parse 1 0.00 0.00 0 0 0 0
    Execute 1 0.00 0.00 0 0 0 0
    Fetch 1 0.00 0.00 0 3 0 0
    total 3 0.00 0.00 0 3 0 0
    Misses in library cache during parse: 0
    Optimizer mode: CHOOSE
    Parsing user id: SYS (recursive depth: 1)
    Rows Row Source Operation
    0 TABLE ACCESS FULL ASSOCIATION$ (cr=3 pr=0 pw=0 time=2021 us)
    declare
    cost sys.ODCICost := sys.ODCICost(NULL, NULL, NULL, NULL);
    obj1 "ORDSYS"."ORDIMAGESIGNATURE" := "ORDSYS"."ORDIMAGESIGNATURE"(NULL);
    obj2 "ORDSYS"."ORDIMAGESIGNATURE" := "ORDSYS"."ORDIMAGESIGNATURE"(NULL);
    begin
    :1 := "ORDSYS"."ORDIMAGEINDEXSTATS".ODCIStatsIndexCost(
    sys.ODCIINDEXINFO('STORE',
    'IMGORDINDEX2',
    sys.ODCICOLINFOLIST(sys.ODCICOLINFO('STORE', 'IMG_ORDIMAGE', '"SIGN"', 'ORDIMAGESIGNATURE', 'ORDSYS', NULL)),
    NULL,
    0,
    0),
    NULL,
    cost,
    sys.ODCIQUERYINFO(2,
    sys.ODCIOBJECTLIST(sys.ODCIOBJECT('IMGSCORE', 'ORDSYS'))),
    sys.ODCIPREDINFO('ORDSYS',
    'IMGSIMILAR',
    NULL,
    141),
    sys.ODCIARGDESCLIST(sys.ODCIARGDESC(3, NULL, NULL, NULL, NULL, NULL, NULL), sys.ODCIARGDESC(3, NULL, NULL, NULL, NULL, NULL, NULL), sys.ODCIARGDESC(2, 'IMG_ORDIMAGE', 'STORE', '"SIGN"', NULL, NULL, NULL), sys.ODCIARGDESC(2, 'IMG_ORDIMAGE', 'STORE', '"SIGN"', NULL, NULL, NULL), sys.ODCIARGDESC(3, NULL, NULL, NULL, NULL, NULL, NULL), sys.ODCIARGDESC(3, NULL, NULL, NULL, NULL, NULL, NULL)),
    :6,
    :7
    , obj2, :8, :9,
    sys.ODCIENV(:10,:11,:12,:13));
    if cost.CPUCost IS NULL then
    :2 := -1;
    else
    :2 := cost.CPUCost;
    end if;
    if cost.IOCost IS NULL then
    :3 := -1;
    else
    :3 := cost.IOCost;
    end if;
    if cost.NetworkCost IS NULL then
    :4 := -1;
    else
    :4 := cost.NetworkCost;
    end if;
    :5 := cost.IndexCostInfo;
    exception
    when others then
    raise;
    end;
    call count cpu elapsed disk query current rows
    Parse 1 0.01 0.01 0 0 0 0
    Execute 0 0.00 0.00 0 0 0 0
    Fetch 0 0.00 0.00 0 0 0 0
    total 1 0.01 0.01 0 0 0 0
    Misses in library cache during parse: 1
    Optimizer mode: ALL_ROWS
    Parsing user id: 58 (recursive depth: 1)
    SELECT IMG_CD.image_id ,ORDSYS.IMGScore(123) score
    FROM IMG_CD ,img_ordimage Q, img_ordimage S
    WHERE Q.image_id = 11992231 AND
    ORDSYS.IMGSimilar(S.sign,Q.sign,' color="0,83",shape="0,17",location="0,26"',20,123)=1
    AND S.image_id = img_cd.image_id order by score
    call count cpu elapsed disk query current rows
    Parse 1 0.18 0.38 0 702 0 0
    Execute 1 0.00 0.00 0 0 0 0
    Fetch 30 11.42 19.61 2568 4049 2217 432
    total 32 11.60 19.99 2568 4751 2217 432
    Misses in library cache during parse: 1
    Optimizer mode: ALL_ROWS
    Parsing user id: 58
    Rows Row Source Operation
    432 SORT ORDER BY (cr=11107 pr=2568 pw=0 time=21310948 us)
    432 NESTED LOOPS (cr=11107 pr=2568 pw=0 time=21156098 us)
    432 NESTED LOOPS (cr=10241 pr=2568 pw=0 time=21141805 us)
    1 TABLE ACCESS BY INDEX ROWID IMG_ORDIMAGE (cr=4 pr=0 pw=0 time=220 us)
    1 INDEX UNIQUE SCAN IMGORDIDXID (cr=2 pr=0 pw=0 time=63 us)(object id 200937)
    432 TABLE ACCESS BY INDEX ROWID IMG_ORDIMAGE (cr=10237 pr=2568 pw=0 time=21140720 us)
    432 DOMAIN INDEX IMGORDINDEX2 (cr=9848 pr=2568 pw=0 time=21125137 us)
    432 INDEX UNIQUE SCAN IMG_CD_PK (cr=866 pr=0 pw=0 time=11411 us)(object id 48686)
    select T."SIGN".signature,T.rowid
    from
    STORE.IMG_ORDIMAGE T where T.rowid in (select P.orig_rowid from
    STORE.IMGORDINDEX2_FT$ P WHERE A1 BETWEEN 0 AND 100 AND A2 BETWEEN 0
    AND 100 AND A3 BETWEEN 0 AND 100 AND A4 BETWEEN 0 AND 100 AND A5
    BETWEEN 0 AND 100 AND A6 BETWEEN 0 AND 100 AND A7 BETWEEN 0 AND 100
    AND A8 BETWEEN 0 AND 100 AND A9 BETWEEN 0 AND 100 AND A10 BETWEEN 0 AND
    100 AND A11 BETWEEN 0 AND 100 AND A12 BETWEEN 0 AND 100 AND A13
    BETWEEN 0 AND 100 AND A14 BETWEEN 0 AND 100 AND A15 BETWEEN 0 AND 100
    AND A16 BETWEEN 0 AND 100 AND A17 BETWEEN 0 AND 100 AND A18 BETWEEN 0
    AND 100 AND A19 BETWEEN 0 AND 100 AND A24 BETWEEN 0 AND 100 AND A25
    BETWEEN 0 AND 100 AND A26 BETWEEN 0 AND 100 AND A27 BETWEEN 0 AND 100
    AND A28 BETWEEN 0 AND 100 AND A29 BETWEEN 0 AND 100 AND A30 BETWEEN 0
    AND 100 AND A31 BETWEEN 0 AND 100 AND A32 BETWEEN 0 AND 100 AND A33
    BETWEEN 0 AND 100 AND A34 BETWEEN 0 AND 100 AND A35 BETWEEN 0 AND 100
    AND A36 BETWEEN 0 AND 100 AND A37 BETWEEN 0 AND 100 AND A38 BETWEEN 0
    AND 100 AND A39 BETWEEN 0 AND 100 AND A40 BETWEEN 0 AND 100 AND A41
    BETWEEN 0 AND 100 AND A42 BETWEEN 0 AND 100 AND A43 BETWEEN 0 AND 100
    AND A44 BETWEEN 0 AND 100 AND A45 BETWEEN 0 AND 100 AND A46 BETWEEN 0
    AND 100 AND A47 BETWEEN 0 AND 100 AND A48 BETWEEN 0 AND 100 AND A49
    BETWEEN 0 AND 100 AND A50 BETWEEN 0 AND 100 AND A51 BETWEEN 0 AND 100
    AND A52 BETWEEN 0 AND 100 AND A53 BETWEEN 0 AND 100 AND A54 BETWEEN 0
    AND 100 AND A55 BETWEEN 0 AND 100 AND A56 BETWEEN 0 AND 100 AND A57
    BETWEEN 0 AND 100 AND A58 BETWEEN 0 AND 100 AND A59 BETWEEN 0 AND 100
    AND A60 BETWEEN 0 AND 100 AND A61 BETWEEN 0 AND 100 AND A62 BETWEEN 0
    AND 100 AND A63 BETWEEN 0 AND 100 )
    call count cpu elapsed disk query current rows
    Parse 1 0.00 0.00 0 0 0 0
    Execute 1 0.00 0.00 0 0 0 0
    Fetch 5290 0.64 1.69 0 7058 0 5289
    total 5292 0.64 1.70 0 7058 0 5289
    Misses in library cache during parse: 0
    Optimizer mode: ALL_ROWS
    Parsing user id: 58 (recursive depth: 1)
    alter session set sql_trace false
    call count cpu elapsed disk query current rows
    Parse 1 0.00 0.00 0 0 0 0
    Execute 1 0.00 0.00 0 0 0 0
    Fetch 0 0.00 0.00 0 0 0 0
    total 2 0.00 0.00 0 0 0 0
    Misses in library cache during parse: 0
    Optimizer mode: ALL_ROWS
    Parsing user id: 58
    OVERALL TOTALS FOR ALL NON-RECURSIVE STATEMENTS
    call count cpu elapsed disk query current rows
    Parse 2 0.18 0.38 0 702 0 0
    Execute 3 0.00 0.00 0 0 0 0
    Fetch 30 11.42 19.61 2568 4049 2217 432
    total 35 11.60 19.99 2568 4751 2217 432
    Misses in library cache during parse: 1
    OVERALL TOTALS FOR ALL RECURSIVE STATEMENTS
    call count cpu elapsed disk query current rows
    Parse 12 0.01 0.01 0 0 0 0
    Execute 11 0.00 0.00 0 0 0 0
    Fetch 5300 0.64 1.70 0 7092 0 5291
    total 5323 0.65 1.72 0 7092 0 5291
    Misses in library cache during parse: 1
    5 user SQL statements in session.
    10 internal SQL statements in session.
    15 SQL statements in session.
    Trace file: storedb_ora_27804.trc
    Trace file compatibility: 10.01.00
    Sort options: default
    1 session in tracefile.
    5 user SQL statements in trace file.
    10 internal SQL statements in trace file.
    15 SQL statements in trace file.
    9 unique SQL statements in trace file.
    5535 lines in trace file.
    34 elapsed seconds in trace file.
    oracle@storea 10:24 ~/admin/storedb/udump >
    Message was edited by:
    user591430

  • ORDImage in APEX 4.0.1 classic report

    Hi
    I can successfully show BLOB images in a report but I'm stuck when I switch to ORDImage.
    I've been playing around with the Number/Date Format Column Attributes and borrowing from the BLOB version, have come up with
    IMAGE:ORDIMAGE_IMAGES:THUMBNAIL:IMAGE_ID
    However, I'm getting an error - ORA-06502: PL/SQL: numeric or value error: character to number conversion error
    I guess it's the thumbnail which is causing the problem as this is the ORDImage column in the ordimage_images table
    I've tried THUMBNAIL.GETCONTENT() and THUMBNAIL.CONTENT to no avail in attempt to get the BLOB data out of ORDImage
    Any ideas?
    Brian
    Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
    PL/SQL Release 11.2.0.1.0 - Production
    CORE     11.2.0.1.0     Production
    TNS for 64-bit Windows: Version 11.2.0.1.0 - Production
    NLSRTL Version 11.2.0.1.0 - Production

    Have you tried switching to SI_STILLIMAGE, ive heard that it is better, although there are some issues with speed when comparing average color. See you on friday. Love Patrick x

  • Intermedia problem after upgrade Portal 3.0.7 to 3.0.9

    Hello,
    I had several reports in Portal 3.0.7 with embedded Intermedia data ORDSYS.ORDIMAGE - they worked fine in Portal 3.0.7. After I upgraded iAs from 1.0.2.0 to 1.0.2.2 and Portal to 3.0.9. in all my reports I see only AAAHLOAADAAAAIFAAG instead of images. The same situation if I create new report with ORDIMAGE data.
    Have anybody met this problem?
    Thanks in advance for your help.
    Egor.

    It is a bug that has been identified and and rectified. I am sorry there are no workarounds. I am afraid you will have to
    wait till the next release to solve your problem.
    Regards,
    Sunil.
    null

  • Problem with examples

    Hi.
    I'm new to intermedia, and when I try to run the sample applications (like the imgdemo in .../ord/img/demo) it returns me this error:
    Dropping table IMGDEMOTAB...
    Creating and populating table IMGDEMOTAB...
    Loading data into cartridge...
    FAILED: OCIStmtExecute() sqlstmt
    ERROR CODE = 28576
    ORA-28576: lost RPC connection to external procedure agent
    ORA-06512: at "ORDSYS.ORDIMG_PKG", line 419
    ORA-06512: at "ORDSYS.ORDIMAGE", line 65
    ORA-06512: at line 1
    FAILED: load_cart()
    In the same way, I can't run any of the other sample applications. However, I made a small application in jdeveloper inserting and reading images from a table using jsp, and it works perfectly.
    I have intermedia 8.1.7 in Linux.
    Thanx for any help.
    Eric.
    null

    Hi,
    From the error message, it looks like there's a problem with your SQL*Net configuration, either in tnsnames.ora or listener.ora, that is preventing the ExtProc mechanism from functioning correctly. The reason the JDeveloper application works is because it uses a try block to catch exceptions from the setProperties method and uses the browser-supplied MIME type when it stores the multimedia data.
    The interMedia FAQ contains instructions for investigating and fixing SQL*Net configuration problems that prevent ExtProcs from running. You can find the FAQ in <oracle-home>/ord/im/admin/imfaq.txt. Please let us know if this helps or if you still have problems.
    In order to better understand the variety of ways in which our customers are using interMedia, we'd be very interested in knowing a little more about your application, the interMedia functionality that you are using, and how you are developing and deploying your application. If you are able to help us, please send a short email message with some information about your application, together with any comments you may have, to the Oracle interMedia Product Manager, Joe Mauro, at [email protected] Thank you!
    Regards,
    Simon

  • Resizing ordimage on the fly

    I have a table with an ordimage column. I am using a servlet to display the image on my jsp page. It is for an online assessment application. It has several questions that have images, but because of size constraints, we are scaling down the images to fit in a certain window, but we also have a link so they can see the full-sized image if needed. So I need to keep the original image size. I have been using the process method.
    otQuestionsViewRow.getQuestionImage().process("maxScale=510,400")
    for a small user group this works ok, but I get a record locking situation when I get too many people accessing the same question at the same time. My thoughts were to use the copy or clone methods, but I have not been able to figure out how to implement, my question is what would be the best way to accomplish this? Should I continue working with one of these two methods or is there something else I can do.
    This is my code I am using currently:
    if (otQuestionsViewRow.getQuestionImage() != null )
    imageWidth = otQuestionsViewRow.getQuestionImage().getWidth();
    if (imageWidth > 510) {
    otQuestionsViewRow.getQuestionImage().process("maxScale=510,400");
    image = otQuestionsViewRow.getQuestionImage();
    response.setContentType( image.getMimeType() );
    OutputStream out = response.getOutputStream();
    out.write( image.getDataInByteArray() );
    out.flush();
    }

    Lars  -
    As it is designed today, the logger requires that the SQL statement contain an INSERT command. If it is not found, I do not believe that on-the-fly logging will work if the schema defines a foreign key to the UUT record.
    Now, I have not tried this, but if the step result statements in the schema do not define their UUT_RESULT columns as foreign keys, the logger will just assume that they are data that you will provide, and it will not attempt to log a placeholder for the UUT record. So I believe you can then set the expression for the UUT_RESULT in the step results to assign the UUT key and the logger will just log it as a value. The database schema will likely have a constraint, but if you pre-create the record as you were suggesting, the constraint will be satisfied when you log the step result. Lastly when the UUT completes, the logger will just log the values using the UPDATE statement that you supplied.
    Note that we already do have a internal suggestion/problem tracking issue (ID 47056), specifically to add support to log more than just the key for the UUT result and parent sequence call steps, but we have not determined how easy that would be and whether there are any backwards compatibility issues.
    Scott Richardson
    National Instruments

  • NoClassDefFoundError ClientDataSupport when uploading OrdImage IAS 10.1.2

    Hello,
    I'm trying to upload ordimage into db (10g) using ADF. In JDev 10.1.3 with embedded OC4J it works fine. After deploying to IAS 10.1.2 I got the following error: javax.faces.el.EvaluationException: java.lang.NoClassDefFoundError: oracle/jdbc/driver/ClientDataSupport. I've read that there was bugfix in IAS 10.1.2 which was related to ClientDataSupport. Can anybody help?
    thx

    Thanks for the reply Avi,
    OAS 10.1.2 supports ADF with some limitations but we haven't had any major problem so far because of the version difference. Moreover displaying OrdImage is working fine. The problem is when we try to upload ordimage objects.
    We have a simple bypass solution for the problem. We call a stored procedure with a blob parameter in JDBC. This stored procedure creates the ordimage object and inserts it to the db.
    m_ordimage := ordsys.ordimage( ordsys.ordsource(p_blob, null, null, null, sysdate, 1 ),null, null, null, null, null, null, null );
    Regards,
    Gabor

  • Urgent!! How to delete a row with OrdImage (New)!!!

    I got a problem when I attempt to delete a row that contains a Image in a view object:
    I am using JDeveloper 3.2. And also I use BC4J for my project. I use a web bean to delete a row from a view object:
    For example, the web bean contain the following method "deletePic", the part code is following:
    try {
    JSPApplicationRegistry jr = JSPApplicationRegistry.getInstance ();
    ApplicationModule ei = jr.getAppModuleFromContexts("Testpackage_Test_TestAM", session, null);
    ViewObject s = ei.findViewObject ("PicVO");
    s.executeQuery ();
    if (s.hasNext ())
    s.next ().remove ();
    ei.getTransaction().commit();
    } catch (java.lang.Exception e) {
    System.out.println (e.toString ());
    I simply use the Row remove method to delete a row that contain a ORDImage Field. But I got the following error that is:
    oracle.jbo.DMLException: JBO-26041: Failed to post data to database during "Delete": SQL Statement " DELETE FROM TESTTABLE Testtable WHERE TESTID=:1".
    I check for this error only know this error ocurr when try to commit the transaction, but don't know how to solve it....
    pls help me..thx.
    null

    Hi Akira,
    I created a table using the following SQL statement:
    create table timg (id number primary key, image ordsys.ordimage);
    Then I inserted some records. Next, I populated the images in some rows.
    Then, I created a Business Components project. At last, I created a web bean and used this web bean in a JSP page.
    In the web bean, I used your code but modified the applicationId string and view name string to reflect the ones on my machine.
    The JSP ran successfully. The rows were deleted from the table by the web bean. I didn't see the exception. The database I am using is 817, the JDeveloper version is 3.2.3.
    thanks,
    Richard

  • Read image from ORDImage column.

    I want to retrieve image from table with ORDImage column in PL/SQL but receive the following error:
    declare
    src BLOB;
    begin
    select stockphotos.photo.getcontent into src from stockphotos
    where photo_id = 1 for update;
    end;
    ERROR at line 1:
    ORA-03113: end-of-file on communication channel
    Thanks.

    Please look at:
    Oracle9i by Example Series
    The Oracle9i by Example Series provides hands-on step-by-step instructions on how to implement technological solutions to business problems. The section "Manage Content in the Database" in the "Release 2" series should be of special interest.
    http://otn.oracle.com/sample_code/products/intermedia/content.html

  • Simon, why do I get an OrdImage.setProperties() exception ORA-22288

    Hi Simon;
    I've debugged a problem with the ImageExample to the point where I'm convinced one cannot call setProperties indirectly as the example code shows. SetProperties can only be called during a load - for example imgObj.LoadFromFile
    The example from OTN sample code shows a sample method:
    public void setPropertiesExample(OracleConnection con)
    try
    int index = 0;
    Statement s = con.createStatement();
    OracleResultSet rs =
    (OracleResultSet)s.executeQuery("select * from ordimagetab where id = 5 for update");
    while(rs.next())
    index = rs.getInt(1);
    OrdImage imgObj = (OrdImage) rs.getCustomDatum(2, OrdImage.getFactory());
    imgObj.setProperties();
    System.out.println("set Properties called");
    if(imgObj.checkProperties())
    System.out.println("checkProperties called");
    System.out.println("setProperties successful");
    System.out.println("checkProperties successful");
    System.out.println("successful");
    else
    System.out.println("checkProperties called");
    System.out.println("setProperties not successful");
    System.out.println("checkProperties successful");
    OraclePreparedStatement stmt1 =
    (OraclePreparedStatement) con.prepareCall("update ordimagetab set image = ? where id = " + index);
    stmt1.setCustomDatum(1,imgObj);
    stmt1.execute();
    stmt1.close() ;
    rs.close();
    s.close();
    catch(Exception e)
    System.out.println("exception raised " + e);
    }No matter how many times I set this example or create something similar I get this error when I do something like:
    ImageExample ie = new ImageExample();
    con = ie.connect();
    ie.setPropertiesExample(con);
    exception raised java.sql.SQLException: ORA-22288: file or LOB operation FILEOPEN failed
    No such file or directory
    ORA-06512: at "ORDSYS.ORDIMG_PKG", line 418
    ORA-06512: at "ORDSYS.ORDIMAGE", line 25
    ORA-06512: at line 2
    I noticed the only way to avoid this problem is to load the image immediately prior to the setproperties call...like:
    OrdImage imgObj = (OrdImage) rs.getCustomDatum(2, OrdImage.getFactory());
    imgObj.loadDataFromFile("imgdemo.dat");
    imgObj.setProperties();
    imgObj.getDataInFile("fileexample.dat");Here I get setproperties to work, but I need to change a lot of code to load images in this form...
    I am using the constructors provided and the functions you provided some time back - so I do not believe initialization is the issue here. Any ideas what might be wrong here??

    Hi Chris,
    There are a number of configuration and/or setup problems that can
    cause this error. But first, it might be worth describing at a higher
    level what is going on here.
    By default an interMedia object can store or 'reference' data in one
    of 3 ways:
    - local: the data is stored locally in the BLOB, the local flag is
    set to 1 to indicate this.
    - FILE: the source type is set to FILE, which indicates the data is
    stored in a directory of which the server is aware and to
    which the user/schema has been granted access. The source
    location specifies the database server directory name, which
    will be upper case unless you created a mixed-case name with
    the CREATE DIRECTORY command. The source name specifies the
    file name, which is case sensitive on Unix platforms.
    - HTTP: the source type is set to HTTP, which indicates the data is
    accessed via a web server. The source location is the domain,
    port and path and the source name is the item name.
    If you instantiate an ORDIMAGE object using something like:
    CREATE OR REPLACE DIRECTORY MY_IMAGE_DIR AS 'c:\myphotos';
    INSERT INTO MY_IMAGES VALUES
    ( 1, ORDSYS.ORDIMAGE.INIT( 'FILE', 'MY_IMAGE_DIR', 'photo1.jpg' );then the setProperties method is going to try to open photo1.jpg in
    the directory known to the database as MY_IMAGE_DIR. This can fail
    with "ORA-22288: file or LOB operation FILEOPEN failed; No such file
    or directory" for a number of reasons:
    [list]
    [*]The directory MY_IMAGE_DIR was never created using CREATE DIRECTORY
    [*]The user was not granted read access to MY_IMAGE_DIR
    [*]The directory c:\myphotos doesn't exist
    [*]The file photo1.jpg doesn't exist in c:\myphotos
    [list]
    Bear in mind that, essentially, everything is happening at the server,
    all the client is doing is causing the setProperties method of the
    ORDIMAGE type to be invoked at the server, which reads the image file,
    which must be accessible to the server. Assuming everything to be OK,
    then the properties will be read from the image and stored in the
    object. Of course, since BFILEs are writable, you can't operate on
    this image to scale, crop or convert it, for example.
    However, in your case, you're hitting one of the problems listed above.
    Bear in mind, there are others. For example, although you might be able
    to access an image on a shared network drive of some sort, doesn't mean
    to say that the database server can do so. This is a common problem on
    NT. When logged in as you, you might be able to mount a network drive
    and access an image file on that drive. However, that access is being
    performed with your NT credentials and access rights. The database server
    doesn't have the same credentials and access rights and in all likelyhood
    will NOT be able to access the same file. Of course, the same situation
    can occur in Unix land with NFS.
    Contrast all that with what happens when a client application calls
    loadDataFromFile. In this case, the client is reading image data from
    a file that is local to the client (which could easily be on a
    different machine than the server) and writing that image data
    directly into the database as the contents of the BLOB. Therefore,
    assuming the image format is recognized, setProperties is going to
    succeed because the data is in the database, not external to it.
    To sum up: setProperties can be called on an image when stored as a FILE.
    However, the database server has to be able to access the file and the
    directory in which it is stored. The reason it works when you call
    loadDataFromFile is that the data is written to the BLOB in the database,
    so the database has access.
    Hope that makes sense,
    Simon
    null

  • Working with ORDIMAGE - upload image

    I'm working with Oracle interMedia. I use the type ORDIMAGE for saving my pictures in the database.
    With JDeveloper I've created a form for uploading the pictures. No problem with that. But is it possible to automatically generate a thumbnail version of the picture and save this one in a second field of the type ORDIMAGE ?
    I was thinking of a trigger maybe that, when inserting or updating an image, automatically generates a thumbnail. Has someone experience with this ?
    Greetz!

    I've got an idea !!!
    I remember browsing through the Intermedia documentation that there are methods on the intermedia objects to do exactly that you are trying to do.
    I found a code snippet I guess I tried to use, I think it worked.
    DECLARE
    Image_1 ORDSYS.ORDImage;
    BEGIN
    SELECT photo INTO Image_1
    FROM Photos WHERE photo_id = 1
    FOR UPDATE;
    -- Convert and replace the image to a thumbnail image
    Image_1.process('maxScale=32 32');
    UPDATE Photos SET photo = Image_1 WHERE photo_id = 1;
    COMMIT;
    END;
    Maybe this can be a starting point for you, the code actually converts and replaces an image with an thumbnail, it needs to be edited to make it works as a trigger. Try searching the oracle documentation for the "OrdImage.process" procedure it can do a lot with images.

Maybe you are looking for

  • Driver for the ati rage 128 ultra graphics card

    WE ARE SUPPILED SOLORIES 8 (INTEL BASED) 02/02 TO ONE OF MY CUSTOMER.WE TRY TO INSTALL ON HP XE 320 PC.GRPHICS CARD DRIVER WAS NOT SELLECTING AUTOMATICALLY.IN THAT SYSTEM ATI RAGE 128 ULTRA GRAPHICS CARD(32MB ).WE ARE TRYING DIFFERNT ATI CHIPSET BUT

  • DFS-R Top level NTFS Permissions

    Hi, As part of my setup, I'm trying to implement a new DFS-R share between 2x Windows 2003 R2 and 1x 2008 R2 servers I've been experimenting with the DFS-R, and I've found that if I try to change the NTFS partitions of the top-most folder, then these

  • Rules are disabled after disabling/enabling account.

    Hi, I have an applescript that enables or disables my work account depending on whether or not I have a VPN connection. My problem occurs when: 1. The work account is disabled 2. Mail is restarted 3. The work account is enabled again At this point al

  • How to change script time limits in FlashBuilder 4/ error #1502

    Hy guys i have a seriusly problem, and i hope that any one to help me. I'm a developer GIS, and i develop a Web Mapping Application with FlexViewer ArcGIS. I have a widget that call a model that i published in REST. When i run the widget i have error

  • Ca.t connect to Time Capsule after failed OS update

    This is going to be a bit long but here goes: I was notified of two updates to install this afternoon. I told it to update and partway through the first the system hung. It was a small update and I don't recall what it was, but the second one was a l