Inferencing with OWL rulebase

Hi
I'm using a 11gR2 DB and I would like to remove uncertainties about the version of OWL that is supported.
I use Protégé version 4.0.1 and 3.4.3; I would prefer to use 4.0.1 because it supports OWL2. In both cases, I can load the ontologies without problems. I have the feeling (yet to be demonstrated) that triples created with references to OWL are stored but not processed.
The Oracle doc says that the OWLPrime RB is empty (note 1); does it mean that any owl predicated will not be inferred?
Should I stick with pure rdf ontologies (SEM_RULEBASES('RDFS','pizza_rb'),?
Will OWLPrime be available anytime soon?
Best regards
note 1: Oracle Spatial Resouce Description Framework, page 1-10.

Hi,
OWLPrime is a system defined rulebase. Meaning that its inference logic (many owl related rules that Oracle uses) is implemented in the code. It is "empty" because we do not expose those rules explicitly. So you don't see them. However, the OWL semantics are certainly recognized.
A few examples of using OWLPrime rulebase is as follows.
-- This one performs inference on lubm benchmark and university ontology.
exec sem_apis.create_entailment('lubm50_idx',sem_models('lubm50','univ'),sem_rulebases('owlprime'));
-- This one performs inference on lubm benchmark and university ontology. In addition, some of the new inference
-- components (introduced in 11.2) are added.
exec sem_apis.create_entailment('lubm50_idx',sem_models('lubm50','univ'),sem_rulebases('owlprime'),SEM_APIS.REACH_CLOSURE, 'INTERSECT,SVFH, INTERSECTSCOH, THINGH, THINGSAM');
We have similar APIs on Java side (provided by Jena Adaptor) too.
Cheers,
Zhe Wu

Similar Messages

  • Rule inferencing with Rule Author

    Hi,
    I would like to know how to use rule inferencing with Rule Author. At the moment I know that RL Facts need to be used as intermediate variables for firing rules (when some value of an RL fact checked on an if condition returns true). The point would be how to modify an existing RL fact. On Rule Author, I choose the action "Assert New" and the RL Fact is correctly initialized (and fires rules correctly). But if I need to modify a value from that fact, I don't know how to proceed. I tried using "Assign" to set a new value to a variable on the fact, and then "Assert" to put the fact back to working memory, but it didn't work. Any ideas?
    I searched for documentation and found some technical whitepapers where an outline for rule inferencing was explained, but I would need some concrete steps to be followed on Rule Author...
    Thanks a lot in advance,
    Juan.

    This is what my dictionary generates with "Generate RL" on Rule Author. The steps you pointed out were the same I used to follow: the error I get is the same I stated on my previous post. When I test the following code on a WebDAV repository, I get a "Premature EOF encountered" exception. Thanks for your attention, this is the code
    1. ruleset RuleSetPruebaTres
    2.
    3. {
    4.
    5. rule ReglaUno
    6. {
    7. priority = 1;
    8. if
    9. (
    10. (
    11. fact hidra.vcgeneradiagnostico.TipoVCGeneraDiagnosticoFinalInOut v0_TipoVCGeneraDiagnosticoFinalInOut)
    12. )
    13.
    14. {
    15. assert (new DM.errorTA(testacceso: false));
    16. }
    17. } //end rule ReglaUno;
    18.
    19. rule ReglaDos
    20. {
    21. priority = 2;
    22. if
    23. (
    24. (
    25. fact hidra.vcgeneradiagnostico.TipoVCGeneraDiagnosticoFinalInOut v0_TipoVCGeneraDiagnosticoFinalInOut && (
    26. (v0_TipoVCGeneraDiagnosticoFinalInOut.salidaTestaccesoIN == "NOK")) &&
    27. fact DM.errorTA v1_errorTA)
    28. )
    29.
    30. {
    31. v1_errorTA.testacceso = true;
    32. assert(v1_errorTA);
    33. }
    34. } //end rule ReglaDos;
    35.
    36. rule ReglaTres
    37. {
    38. priority = 2;
    39. if
    40. (
    41. (
    42. fact hidra.vcgeneradiagnostico.TipoVCGeneraDiagnosticoFinalInOut v0_TipoVCGeneraDiagnosticoFinalInOut &&
    43. fact DM.errorTA v1_errorTA && (
    44. (v1_errorTA.testacceso == true)))
    45. )
    46.
    47. {
    48. v0_TipoVCGeneraDiagnosticoFinalInOut.setHidraResultCodDiagnosticoOUT("Test OK");
    49. }
    50. } //end rule ReglaTres;
    51. }// end ruleset RuleSetPruebaTres

  • Problems in inferencing large owls with Jena

    I am trying to use Jena OWL Reasoner APIs (Mini and full OWL Reasoner) to make inferences on large OWL file (approx. 40k lines). But Jena is throwing a out of memory error even after increasing the JVM heap space to 1GB.
    I think it is because the Jena creates an in-memory model of the ontology and then inferences out of it.
    So, is there any way out towards solving this problem?
    One thing I need to mention is that the Pellet Reasoner when tied with Jena OntModel is giving inferences quickly. The Jena OWLMicroReasoner also is giving the inferences but it is taking much more time. But, the latter generates more inferences than those generated by the Pellet Reasoner.

    Hi,
    Your question seems to be Jena specific, not related to the Oracle Jena Adaptor. A discussion forum at Jena might be the more appropriate place to ask this question.
    Details on the Oracle Jena Adaptor, which allows Jena to be used with Oracle's semantic technology is at: Oracle Jena Adaptor
    Melli

  • Calling a Web Service from OPM ODS

    Greetings,
    Is it possible to call a web service directly from OPM (version 10.4) using Determinations Server or do we need BPM or BPEL to be involved. We are trying to transition to Weblogic 11g Fusion SOA environment using OPA for rules.
    Thanks

    Hi Davin,
    I have managed to deployed the determinations-server.war with the rulebase to WLS. I am also able to create a web service proxy to send request to ODS and get the response returned. However, my doubt now is I do not know how to consume it in BPM. In my BPM process flow, I tried creating a web service call to ODS but it did not work, as in the flow runs and completed with success but there were no response returned from ODS due its complex type which couldn't be mapped directly to the data object type created in BPM.
    I am wondering if there is any samples or tutorials available which will guide me in understanding this topic better. Any help is much appreciated.
    Many thanks in advance!

  • Rule fragments using conditions from modules lead to system exception

    I try to buid a project that uses a module with some rules that deduct a boolean value based on a name input (string). These name strings are inside an entity (one to many contained relationship from global), so the boolean is deducted per instance. That entity has a one to one relationship with another entity.
    The property model is as follows. (All entitys, relationships and attributes are exported):
    global - one.to.many entity1 - one.to.one - entitiy2
    The modulair structure is as follows: module1 that contains a common property structure, is used by module2 with a set of business rules on instances of entity 1, which is used bij the main rulebase.
    I use rule fragments on instances of entity2, that uses a a boolean statement in entity 1
    i.e.:
    (in module2)
    the name of entity1 is foobar if
    entity1 = "foobar"
    (in the main rulebase)
    [rule fragment]
    entity2 is relevant if
    the name of entity1 is foobar
    [rule fragment:1]
    entity2 is not relevant
    If I build the project, I get a system exception. System.Exception Unknown relationship. It then shows the reverse text of the relationship text from entity1 to entity2. Then the stack trace continues, it begins with Oracle.Modeling.Compiler.Plugin.XMLTranslate.X3ToXML.ResolveDataModelReferences(ISourceDocument doc,XmlElement el, String context)
    Is this a bug? The exception seems to point in that direction. In the userguide is explained that 'you cannot have rule fragments that cross over module boundaries ' but my fragments are in the main rulebase only.
    Philip.

    I am trying to get a small rulebase with modules in English running that behaves the same. So far, I have not been able to reproduce the problem with this rulebase.
    EDIT: Can now reproduce this in a set of three OPA knowledge bases in English, two modules and one main kb. I guess the forum does not let you upload files?
    Edited by: Philip Jan de Lang on 3-apr-2013 4:24

  • APEX 4.1.1.00.23 slow performance

    APEX 4.1.1.00.23, on an 11g (11.2.0.3)
    Oracle Web Logic (10.3.6) on a Windows 2008 server, with a Dad (mod_plsql) to access the database
    JDK 1.7.x (64-bit)
    Current situation:
    We have 3 distinct regions: Dev, Test and Prod
    From everything we have looked at it appears that they are set up identically.
    But when we run the applications we have very slow (35 seconds between click and view) on the Dev and Prod regions.
    The Test region performs as expected and is split second between click and view.
    On Dev when working with in the workspace everything seems to be responding as expected, until you run the application. The application is very slow.
    Here is one of the major things that we have done to try to debug this, but I don’t know what it means.
    Web Logic Servers (WLS) are OWL-D, OWL-T
    Databases are D2 and T2
    We went into the DADS.conf file and changed the combinations around to try to determine where the problem is.
    Initially the applications running on OWL-D and OWL-P, both run extremely slow
    OWL-T is fast.
    So we changed OWL-D to point to the test database T2, the application thru OWL-D was now fast.
    Next we changed OWL-T to point to dev database D2, the application thru OWL-T was extremely slow
    So what we end up with:
    OWL-D connecting to D2 is slow
    OWL-T connecting to T2 is fast
    OWL-D connecting to T2 is fast
    OWL-T connecting to D2 is slow
    We did not do this testing with Production, because we are hoping that whatever the resolution for Dev will fix Production.
    Now I don’t know where to look to figure out what is happening. Any help would be appreciated.
    Tillie
    Edited by: tillie on Jun 6, 2013 9:52 AM
    I have also opened an SAR on this.

    We found that in one of our TEMPLATE files there was a hard coded reference to the server which we had recently moved off of. 
    That server was just taken out of service, or changed to a restricted status the week before the problem was identfied to us.
    We had the same problem on both Dev and Prod, unfortunately.

  • Rule Index Creation taking indefinte time

    I am using Oracle 10.2.0.3 database. I have a model with nearly 250000 triples. When I am trying to create rule index on it using 'rdfs' rulebase, it is taking indefinite time. Yesterday night I have started the script and even after 15 hours it was still not completed. When I checked in the RDFI_RULEINDEX_INFO view, it is showing its status as invalid. I am able to create rulindex with 'rdf' on the same model. Also, I am able to create rule indexes on all other models with 'rdfs'.
    Can you tell me why this is happening? This is a priority task for me, please reply soon.
    Thanks,
    Rajesh Narni.
    Edited by: rajesh narni on Sep 10, 2008 10:59 PM

    Below is the PL/SQL procedure that i am calling:
    begin
    sdo_rdf_inference.create_rules_index(
    'Sample_rix',
    sdo_rdf_models('SampleModel'),
    sdo_rdf_rulebases('rdfs')
    end;
    I am able to create rule indexes for all other models with the combination of rdfs and rdf rulebase. For the SampleModel, I could create a rule index with rdf rulebase. But I could not create a rule index with rdfs rulebase and SampleModel.
    Thanks,
    Rajesh.

  • OPA Web services not returning values

    I've been trying to get the OPA web services to provide a decisive outcome but it seems as if my values are not being received correctly. I've reduced my request to simplest terms to see if I can get anything to come back, and maybe to see if anyone can point out what's happening, or what I'm missing.  The following transactions should at least bounce back the values, correct?
    Generic:
    Request:
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:typ="http://oracle.com/determinations/server/10.4/rulebase/assess/types">
       <soapenv:Header/>
       <soapenv:Body>
          <typ:assess-request>
             <typ:global-instance>
                <typ:attribute id="applicationClass" type="text" inferred="false" outcome-style="value-only" unknown-outcome-style="value-only" known-outcome-style="value-only">
                <typ:text-val>A</typ:text-val></typ:attribute>
             </typ:global-instance>
          </typ:assess-request>
       </soapenv:Body>
    </soapenv:Envelope>
    Response:
    <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:i18n="http://www.w3.org/2005/09/ws-i18n" xmlns:typ="http://oracle.com/determinations/server/10.4/rulebase/assess/types">
       <SOAP-ENV:Header>
          <i18n:international>
             <i18n:locale>en_US</i18n:locale>
             <i18n:tz>GMT-0400</i18n:tz>
          </i18n:international>
       </SOAP-ENV:Header>
       <SOAP-ENV:Body>
          <typ:assess-response>
             <typ:global-instance>
                <typ:attribute id="applicationClass" type="text" inferred="false">
                   <typ:unknown-val/>
                </typ:attribute>
             </typ:global-instance>
          </typ:assess-response>
       </SOAP-ENV:Body>
    </SOAP-ENV:Envelope>
    Specific:
    Request:
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:typ="http://oracle.com/determinations/server/10.4/DriverRoadtestEligibility_Excel/assess/types">
       <soapenv:Header/>
       <soapenv:Body>
          <typ:assess-request>
             <typ:global-instance>
                <!--You may enter the following 37 items in any order-->
                <typ:applicationClass type="text" inferred="false" outcome-style="value-only" unknown-outcome-style="value-only" known-outcome-style="value-only">
                   <typ:text-val>A</typ:text-val>
                </typ:applicationClass>
             </typ:global-instance>
          </typ:assess-request>
       </soapenv:Body>
    </soapenv:Envelope>
    Response:
    <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:i18n="http://www.w3.org/2005/09/ws-i18n" xmlns:typ="http://oracle.com/determinations/server/10.4/DriverRoadtestEligibility_Excel/assess/types">
       <SOAP-ENV:Header>
          <i18n:international>
             <i18n:locale>en_US</i18n:locale>
             <i18n:tz>GMT-0400</i18n:tz>
          </i18n:international>
       </SOAP-ENV:Header>
       <SOAP-ENV:Body>
          <typ:assess-response>
             <typ:global-instance>
                <typ:applicationClass type="text" inferred="false">
                   <typ:unknown-val/>
                </typ:applicationClass>
             </typ:global-instance>
          </typ:assess-response>
       </SOAP-ENV:Body>
    </SOAP-ENV:Envelope>
    Thanks

    That does sound very strange. It might be there's a problem being caused by the unecessary attributes sent in the request. You might try the following (generic example request).
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:typ="http://oracle.com/determinations/server/10.4/rulebase/assess/types">
       <soapenv:Header/>
       <soapenv:Body>
          <typ:assess-request>
             <typ:global-instance>
                <typ:attribute id="applicationClass">
                    <typ:text-val>A</typ:text-val>
                </typ:attribute>
             </typ:global-instance>
          </typ:assess-request>
       </soapenv:Body>
    </soapenv:Envelope>
    This request is more correct for the following reasons:
    you should not set the type and inferred attributes. These attributes are typically returned in the response and cannot be set by the request.
    you should not set the outcome style of an attribute that you are providing the value of. It should always be returned in the response.
    That said, those points don't explain why the value of applicationClass is being returned as unknown. Perhaps the extra attributes in the request is triggering some bad behavior in the Determinations Server that is causing it to not set the attribute.
    What rules, if any, do you have associated with the rulebase? Do you have any customisation of the Determination Server or the rulebase?

  • Hot swapping rulebases in 10.3 with ODS

    Hi,
    We're running OPA 10.3 on IIS, and calling Oracle Determinations Server with .Net and PeopleSoft Integration Broker. 
    We've just made a rule change in OPA, can we just overwrite the existing .zip file on the OPA server, or do we need to bring the server down and back up, etc.?
    Most of the hot swapping documentation I found had to do with Web Determinations Interviews and mentioned the following three lines in application.properties:
    load.rulebase.as.resource = false
    rulebase.path = /WEB-INF/classes/rulebases
    cache.loaded.rulebases = false
    I have the cache.loaded.rulebases = false line, but don't see the others in the application.properties file.  Do I need to add them, or is this not an issue?

    This is not an issue for IIS. Only the java version uses load.rulebase.as.resource and rulebase.path. As long as cache.loaded.rulebases is set you should be fine.
    Cheers
    Frank

  • OWL with Default Set containting Current Date as query parameter

    Hello Everybody,
    I have a custom BO which mainly consists of a name and a time period (start and end date).
    Now I'd like to create a Default set like
    "Give me all objects with today between start and end date."
    I already tried the following:
    Filling a field using UI-Scripting:
    $data.UIState.Today = $controller.DateTimeUtils.DateNow;
    Copy the field into the search parameter
    executing the query with this search parameter.
    However, I using this approach, I only managed to search for objects matching exactly todays date, but not using greater/lower comparators.
    Furthermore I also searched for a field transformation giving me the current date but did not succeed.
    Does anyone have any ideas how to achieve this or how to get one of the above ideas to work?
    Best regards,
    Ludger

    Hello Ludger,
    That`s what I expected: The fields do not define the interval.
    Therefore you need to define it by yourself via this "less or equal".
    What you can do in the UI Designer at the query definition is to provide an interval
    For the field "CurrentDate" provide
    - SelectOption = "between"
    - Low Value = your start date
    - High Value = your end date
    - Select Option = "include"
    HTH,
        Horst

  • Highlighting changes does not work with rulebased workflow

    Hi Experts,
    When we run the standard change requests provided with MDG 7 FP 2 we can see changes highlighted in colour but when we copy the same change request and make it a rule-based workflow we lose the functionality in the new change request.
    Is there something else we need to do to have the same functionality for Rule based workflow?
    Thanks and best regards
    Riaan

    Hi Sanjay,
    Yes.I am copying the standard change request that is working with highlighting the changes and then I change the copied workflow to the rule based workflow.
    The standard Change requests are highlighting the changes.
    I am using MDGF  7 with FP 2.
    We upgraded from MDG 6.1 to MDG 7 FP 2 and I am not convinced that the old UI was completely replaced when I run report RGZZGLUX before I opened the firs change request.
    I have the new UI in my change requests but the highlighting function is not working , even if I create a new CR from the Standard CR's now.
    Regards
    Riaan

  • OWL in 10g

    If I want to store OWL in 10g, what is the best way to do this?
    Oracle supplies rulebases for RDFS and RDF. Is there available a rulebase for OWL?
    Should I create my own rulebase for OWL?
    Are anyone using OWL in Oracle 10g, or does this not scale (it looks as if loading/changing the OWL data is a problem)?

    There is no inferencing support for OWL in 10g. One possibility is to create your own rulebase (like you suggest), add add rules to that rulebase that represent the OWL vocabulary you need.
    (You can store and query (graph pattern based queries) OWL in 10g, but the usefulness without the inferencing might be limited).
    We plan to support a part of OWL in the next major database release. That is in beta right now. Let us know if you would be interested in signing up for the beta program by writing to me at <melliyal> <dot> <annamalai> <at> oracle <dot> com
    Melli

  • Data "smushing" with 10g Spatial

    Are there any functions or methods for merging properties of RDF nodes that have distinct RDF ID's but actually represent the same entity?
    With other tools that provide OWL support, for example, one can define a rule that will check for specific unique properties of a node and assign owl:sameAs property to two nodes that match. This partially gets us there by at least labeling nodes that are equivilent. However, one is left to provide code that "smushes" or aggregates the properties of these two nodes and removes the redundant node.
    So, my question is: Does Oracle Spatial 10g provide some way to merge node that represent the same entity, either by attaching a preprocessing method to the data import step or on-the-fly in queries?
    Thanks!

    Hi,
    Yes, that helps. I think I am understanding you right that the cross-referenced identifier is something that comes from the application, and that the RDF store itself does not have to determine that two entities are the same by comparing other properties of the entities (because the comparison might depend on domain knowledge).
    First, OWL support is planned in a future release (see Oracle 11g and changes in RDF support? With that support, the identitical entities might not be automatically identified on load, but an additional step could, through some application code, identify entities which have the same cross-referenced identifier, and add a new owl:sameAs link between the two entities.
    In 10gR2 the same thing is possible by adding a user-defined property, say :identicalTo. Then define user-defined rules to relate the two entities - example:
    if A :identitcalTo B, and A rdfs:subClassOf X
    then
    B is rdfs:subClassOf X
    An inferencing step would create these relations.
    However in both approaches (OWL or user-defined rules), that final magic of presenting both nodes as identical is not there - the query in application code will have to specify that - "find entities that are owl:sameAs to a given entity, or :identicalTo a given entity".
    Let us discuss this offline. You can reach me by writing to me at melliyal <dot> annamalai <at> oracle <dot> com.
    Melli

  • Incremental inferencing questions

    I am very confused about how to make incremental inferencing work. Here is what I tried in java code:
    Attachment attachment = Attachment.createInstance(new String[]{}, "OWLPRIME",
              InferenceMaintenanceMode.UPDATE_WHEN_COMMIT,
              QueryOptions.ALLOW_QUERY_INCOMPLETE);
    graph = new GraphOracleSem(oracle, "mc_model", attachment);
    graph.setInferenceOption("INC=T");
    The trouble is, when I try to do something like this:
    ModelOracleSem oracle_sem_model = new ModelOracleSem(graph);
    OntModel model = ModelFactory.createOntologyModel(OntModelSpec.OWL_MEM, oracle_sem_model);
    Individual d = model.createInstance(NS+"New_Individual");
    parentIndividual.addProperty(transitiveProp, d);
    model.commit();
    graph.commit();
    The command graph.commit() takes around 5 seconds, the same amount of time it if the entailments are created without incremental inferencing. Is there something I am doing wrong? Can I use the OntModel APIs together with Incremental inferencing or do I have to manually add the statements to the model? BTW, I checked the SEM_APIS change tracking property and it seems enabled and has a timestamp
    Edited by: alexi on Nov 13, 2009 7:18 AM

    Hi,
    It looks like incremental inference is indeed being used. Note that there is some overhead involved with doing incremental and non-incremental inference in general, so even with small models it might take a few seconds to finish. Some of the overhead is caused by the large number of rules in the OWLPRIME rulebase, so if you don't need all of them you can selectively disable some components using the GraphOracleSem.performInference(String components) procedure.
    Also, it depends on your dataset. For instance, if you're adding only one triple, but that triple declares some heavily used property to be transitive, then that addition might trigger many additional inferences and updating the inferred graph will take more time.
    Regarding OntModel APIs and incremental inference, depends on the loading method you use. Incremental inference works best with incremental loading. Please refer to Section 2.2.9 of the Semantic Technologies Developer's Guide for more details.
    Cheers,
    Vladimir

  • Can't Use The 3D Option With Adobe Photoshop CC 2014

    Hello. So I can't use the 3D feature on Adobe CC 2014. I have updated my drivers recently and I have 2099 MB VRAM. I have already checked "Use Graphics Processor"
    Here are my stats:
    Adobe Photoshop Version: 2014.1.0 20140730.r.148 2014/07/30:23:59:59  x64
    Operating System: Windows 8.1 64-bit
    Version: 6.3
    System architecture: Intel CPU Family:6, Model:10, Stepping:7 with MMX, SSE Integer, SSE FP, SSE2, SSE3, SSE4.1, SSE4.2
    Physical processor count: 2
    Processor speed: 2195 MHz
    Built-in memory: 8079 MB
    Free memory: 5072 MB
    Memory available to Photoshop: 7003 MB
    Memory used by Photoshop: 64 %
    3D Multitone Printing: Disabled.
    Touch Gestures: Disabled.
    Windows 2x UI: Disabled.
    Image tile size: 1028K
    Image cache levels: 8
    Font Preview: Medium
    TextComposer: Latin
    Display: 1
    Display Bounds: top=0, left=0, bottom=768, right=1366
    OpenGL Drawing: Enabled.
    OpenGL Allow Old GPUs: Not Detected.
    OpenGL Drawing Mode: Advanced
    OpenGL Allow Normal Mode: True.
    OpenGL Allow Advanced Mode: True.
    AIFCoreInitialized=1
    AIFOGLInitialized=1
    OGLContextCreated=1
    NumGLGPUs=1
    NumCLGPUs=0
    glgpu[0].GLVersion="3.0"
    glgpu[0].GLMemoryMB=2108
    glgpu[0].GLName="Intel(R) HD Graphics"
    glgpu[0].GLVendor="Intel"
    glgpu[0].GLVendorID=32902
    glgpu[0].GLDriverVersion="9.17.10.3517"
    glgpu[0].GLRectTextureSize=8192
    glgpu[0].GLRenderer="Intel(R) HD Graphics"
    glgpu[0].GLRendererID=262
    glgpu[0].HasGLNPOTSupport=1
    glgpu[0].GLDriver="igdumd64.dll,igd10umd64.dll,igd10umd64.dll,igdumd32,igd10umd32,igd10umd 32"
    glgpu[0].GLDriverDate="20140320000000.000000-000"
    glgpu[0].CanCompileProgramGLSL=1
    glgpu[0].GLFrameBufferOK=1
    glgpu[0].glGetString[GL_SHADING_LANGUAGE_VERSION]="1.30 - Intel Build 9.17.10.3517"
    glgpu[0].glGetProgramivARB[GL_FRAGMENT_PROGRAM_ARB][GL_MAX_PROGRAM_INSTRUCTIONS_ARB]=[1447 ]
    glgpu[0].glGetIntegerv[GL_MAX_TEXTURE_UNITS]=[8]
    glgpu[0].glGetIntegerv[GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS]=[16]
    glgpu[0].glGetIntegerv[GL_MAX_VERTEX_TEXTURE_IMAGE_UNITS]=[16]
    glgpu[0].glGetIntegerv[GL_MAX_TEXTURE_IMAGE_UNITS]=[16]
    glgpu[0].glGetIntegerv[GL_MAX_DRAW_BUFFERS]=[8]
    glgpu[0].glGetIntegerv[GL_MAX_VERTEX_UNIFORM_COMPONENTS]=[512]
    glgpu[0].glGetIntegerv[GL_MAX_FRAGMENT_UNIFORM_COMPONENTS]=[1024]
    glgpu[0].glGetIntegerv[GL_MAX_VARYING_FLOATS]=[41]
    glgpu[0].glGetIntegerv[GL_MAX_VERTEX_ATTRIBS]=[16]
    glgpu[0].extension[AIF::OGL::GL_ARB_VERTEX_PROGRAM]=1
    glgpu[0].extension[AIF::OGL::GL_ARB_FRAGMENT_PROGRAM]=1
    glgpu[0].extension[AIF::OGL::GL_ARB_VERTEX_SHADER]=1
    glgpu[0].extension[AIF::OGL::GL_ARB_FRAGMENT_SHADER]=1
    glgpu[0].extension[AIF::OGL::GL_EXT_FRAMEBUFFER_OBJECT]=1
    glgpu[0].extension[AIF::OGL::GL_ARB_TEXTURE_RECTANGLE]=1
    glgpu[0].extension[AIF::OGL::GL_ARB_TEXTURE_FLOAT]=1
    glgpu[0].extension[AIF::OGL::GL_ARB_OCCLUSION_QUERY]=1
    glgpu[0].extension[AIF::OGL::GL_ARB_VERTEX_BUFFER_OBJECT]=1
    glgpu[0].extension[AIF::OGL::GL_ARB_SHADER_TEXTURE_LOD]=0
    License Type: Tryout Version
    Serial number: Tryout Version
    Application folder: C:\Program Files\Adobe\Adobe Photoshop CC 2014\
    Temporary file path: C:\Users\THEROY~1\AppData\Local\Temp\
    Photoshop scratch has async I/O enabled
    Scratch volume(s):
      C:\, 448.4G, 207.6G free
    Required Plug-ins folder: C:\Program Files\Adobe\Adobe Photoshop CC 2014\Required\Plug-Ins\
    Primary Plug-ins folder: C:\Program Files\Adobe\Adobe Photoshop CC 2014\Plug-ins\
    Installed components:
       A3DLIBS.dll   A3DLIB Dynamic Link Library   9.2.0.112  
       ACE.dll   ACE 2014/04/14-23:42:44   79.554120   79.554120
       adbeape.dll   Adobe APE 2013/02/04-09:52:32   0.1160850   0.1160850
       AdbePM.dll   PatchMatch 2014/04/23-10:46:55   79.554276   79.554276
       AdobeLinguistic.dll   Adobe Linguisitc Library   8.0.0  
       AdobeOwl.dll   Adobe Owl 2014/03/05-14:49:37   5.0.33   79.552883
       AdobePDFL.dll   PDFL 2014/03/04-00:39:42   79.510482   79.510482
       AdobePIP.dll   Adobe Product Improvement Program   7.2.1.3399  
       AdobeXMP.dll   Adobe XMP Core 2014/01/13-19:44:00   79.155772   79.155772
       AdobeXMPFiles.dll   Adobe XMP Files 2014/01/13-19:44:00   79.155772   79.155772
       AdobeXMPScript.dll   Adobe XMP Script 2014/01/13-19:44:00   79.155772   79.155772
       adobe_caps.dll   Adobe CAPS   8,0,0,13  
       AGM.dll   AGM 2014/04/14-23:42:44   79.554120   79.554120
       ahclient.dll    AdobeHelp Dynamic Link Library   1,8,0,31  
       amtlib.dll   AMTLib (64 Bit)   8.0.0.91 BuildVersion: 8.0; BuildDate: Tue May 27 2014 22:3:7)   1.000000
       ARE.dll   ARE 2014/04/14-23:42:44   79.554120   79.554120
       AXE8SharedExpat.dll   AXE8SharedExpat 2013/12/20-21:40:29   79.551013   79.551013
       AXEDOMCore.dll   AXEDOMCore 2013/12/20-21:40:29   79.551013   79.551013
       Bib.dll   BIB 2014/04/14-23:42:44   79.554120   79.554120
       BIBUtils.dll   BIBUtils 2014/04/14-23:42:44   79.554120   79.554120
       boost_date_time.dll   photoshopdva   8.0.0  
       boost_signals.dll   photoshopdva   8.0.0  
       boost_system.dll   photoshopdva   8.0.0  
       boost_threads.dll   photoshopdva   8.0.0  
       cg.dll   NVIDIA Cg Runtime   3.0.00007  
       cgGL.dll   NVIDIA Cg Runtime   3.0.00007  
       CIT.dll   Adobe CIT   2.2.6.32411   2.2.6.32411
       CITThreading.dll   Adobe CITThreading   2.2.6.32411   2.2.6.32411
       CoolType.dll   CoolType 2014/04/14-23:42:44   79.554120   79.554120
       dvaaudiodevice.dll   photoshopdva   8.0.0  
       dvacore.dll   photoshopdva   8.0.0  
       dvamarshal.dll   photoshopdva   8.0.0  
       dvamediatypes.dll   photoshopdva   8.0.0  
       dvametadata.dll   photoshopdva   8.0.0  
       dvametadataapi.dll   photoshopdva   8.0.0  
       dvametadataui.dll   photoshopdva   8.0.0  
       dvaplayer.dll   photoshopdva   8.0.0  
       dvatransport.dll   photoshopdva   8.0.0  
       dvaui.dll   photoshopdva   8.0.0  
       dvaunittesting.dll   photoshopdva   8.0.0  
       dynamiclink.dll   photoshopdva   8.0.0  
       ExtendScript.dll   ExtendScript 2014/01/21-23:58:55   79.551519   79.551519
       icucnv40.dll   International Components for Unicode 2013/02/25-15:59:15    Build gtlib_4.0.19090  
       icudt40.dll   International Components for Unicode 2013/02/25-15:59:15    Build gtlib_4.0.19090  
       igestep30.dll   IGES Reader   9.3.0.113  
       imslib.dll   IMSLib DLL   7.0.0.145  
       JP2KLib.dll   JP2KLib 2014/03/12-08:53:44   79.252744   79.252744
       libifcoremd.dll   Intel(r) Visual Fortran Compiler   10.0 (Update A)  
       libiomp5md.dll   Intel(R) OpenMP* Runtime Library   5.0  
       libmmd.dll   Intel(r) C Compiler, Intel(r) C++ Compiler, Intel(r) Fortran Compiler   12.0  
       LogSession.dll   LogSession   7.2.1.3399  
       mediacoreif.dll   photoshopdva   8.0.0  
       MPS.dll   MPS 2014/03/25-23:41:34   79.553444   79.553444
       pdfsettings.dll   Adobe PDFSettings   1.04  
       Photoshop.dll   Adobe Photoshop CC 2014   15.1  
       Plugin.dll   Adobe Photoshop CC 2014   15.1  
       PlugPlugExternalObject.dll   Adobe(R) CEP PlugPlugExternalObject Standard Dll (64 bit)   5.0.0  
       PlugPlugOwl.dll   Adobe(R) CSXS PlugPlugOwl Standard Dll (64 bit)   5.0.0.74  
       PSArt.dll   Adobe Photoshop CC 2014   15.1  
       PSViews.dll   Adobe Photoshop CC 2014   15.1  
       SCCore.dll   ScCore 2014/01/21-23:58:55   79.551519   79.551519
       ScriptUIFlex.dll   ScriptUIFlex 2014/01/20-22:42:05   79.550992   79.550992
       svml_dispmd.dll   Intel(r) C Compiler, Intel(r) C++ Compiler, Intel(r) Fortran Compiler   12.0  
       tbb.dll   Intel(R) Threading Building Blocks for Windows   4, 2, 2013, 1114  
       tbbmalloc.dll   Intel(R) Threading Building Blocks for Windows   4, 2, 2013, 1114  
       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   8.0.0.14 (BuildVersion: 1.0; BuildDate: BUILDDATETIME)   8.0.0.14
       VulcanControl.dll   Vulcan Application Control Library   5.0.0.82  
       VulcanMessage5.dll   Vulcan Message Library   5.0.0.82  
       WRServices.dll   WRServices Fri Mar 07 2014 15:33:10   Build 0.20204   0.20204
       wu3d.dll   U3D Writer   9.3.0.113  
    Required plug-ins:
       3D Studio 15.1 (2014.1.0 x001)
       Accented Edges 15.1
       Adaptive Wide Angle 15.1
       Angled Strokes 15.1
       Average 15.1 (2014.1.0 x001)
       Bas Relief 15.1
       BMP 15.1
       Camera Raw 8.6
       Camera Raw Filter 8.6
       Chalk & Charcoal 15.1
       Charcoal 15.1
       Chrome 15.1
       Cineon 15.1 (2014.1.0 x001)
       Clouds 15.1 (2014.1.0 x001)
       Collada 15.1 (2014.1.0 x001)
       Color Halftone 15.1
       Colored Pencil 15.1
       CompuServe GIF 15.1
       Conté Crayon 15.1
       Craquelure 15.1
       Crop and Straighten Photos 15.1 (2014.1.0 x001)
       Crop and Straighten Photos Filter 15.1
       Crosshatch 15.1
       Crystallize 15.1
       Cutout 15.1
       Dark Strokes 15.1
       De-Interlace 15.1
       Dicom 15.1
       Difference Clouds 15.1 (2014.1.0 x001)
       Diffuse Glow 15.1
       Displace 15.1
       Dry Brush 15.1
       Eazel Acquire 15.1 (2014.1.0 x001)
       Embed Watermark 4.0
       Entropy 15.1 (2014.1.0 x001)
       Export Color Lookup NO VERSION
       Extrude 15.1
       FastCore Routines 15.1 (2014.1.0 x001)
       Fibers 15.1
       Film Grain 15.1
       Filter Gallery 15.1
       Flash 3D 15.1 (2014.1.0 x001)
       Fresco 15.1
       Glass 15.1
       Glowing Edges 15.1
       Google Earth 4 15.1 (2014.1.0 x001)
       Grain 15.1
       Graphic Pen 15.1
       Halftone Pattern 15.1
       HDRMergeUI 15.1
       IFF Format 15.1
       IGES 15.1 (2014.1.0 x001)
       Ink Outlines 15.1
       JPEG 2000 15.1
       Kurtosis 15.1 (2014.1.0 x001)
       Lens Blur 15.1
       Lens Correction 15.1
       Lens Flare 15.1
       Liquify 15.1
       Matlab Operation 15.1 (2014.1.0 x001)
       Maximum 15.1 (2014.1.0 x001)
       Mean 15.1 (2014.1.0 x001)
       Measurement Core 15.1 (2014.1.0 x001)
       Median 15.1 (2014.1.0 x001)
       Mezzotint 15.1
       Minimum 15.1 (2014.1.0 x001)
       MMXCore Routines 15.1 (2014.1.0 x001)
       Mosaic Tiles 15.1
       Multiprocessor Support 15.1 (2014.1.0 x001)
       Neon Glow 15.1
       Note Paper 15.1
       NTSC Colors 15.1 (2014.1.0 x001)
       Ocean Ripple 15.1
       OpenEXR 15.1
       Paint Daubs 15.1
       Palette Knife 15.1
       Patchwork 15.1
       Paths to Illustrator 15.1
       PCX 15.1 (2014.1.0 x001)
       Photocopy 15.1
       Photoshop 3D Engine 15.1 (2014.1.0 x001)
       Photoshop Touch 14.0
       Picture Package Filter 15.1 (2014.1.0 x001)
       Pinch 15.1
       Pixar 15.1 (2014.1.0 x001)
       Plaster 15.1
       Plastic Wrap 15.1
       PLY 15.1 (2014.1.0 x001)
       PNG 15.1
       Pointillize 15.1
       Polar Coordinates 15.1
       Portable Bit Map 15.1 (2014.1.0 x001)
       Poster Edges 15.1
       Radial Blur 15.1
       Radiance 15.1 (2014.1.0 x001)
       Range 15.1 (2014.1.0 x001)
       Read Watermark 4.0
       Render Color Lookup Grid NO VERSION
       Reticulation 15.1
       Ripple 15.1
       Rough Pastels 15.1
       Save for Web 15.1
       ScriptingSupport 15.1
       Shake Reduction 15.1
       Shear 15.1
       Skewness 15.1 (2014.1.0 x001)
       Smart Blur 15.1
       Smudge Stick 15.1
       Solarize 15.1 (2014.1.0 x001)
       Spatter 15.1
       Spherize 15.1
       Sponge 15.1
       Sprayed Strokes 15.1
       Stained Glass 15.1
       Stamp 15.1
       Standard Deviation 15.1 (2014.1.0 x001)
       STL 15.1 (2014.1.0 x001)
       Sumi-e 15.1
       Summation 15.1 (2014.1.0 x001)
       Targa 15.1
       Texturizer 15.1
       Tiles 15.1
       Torn Edges 15.1
       Twirl 15.1
       U3D 15.1 (2014.1.0 x001)
       Underpainting 15.1
       Vanishing Point 15.1
       Variance 15.1 (2014.1.0 x001)
       Virtual Reality Modeling Language | VRML 15.1 (2014.1.0 x001)
       Water Paper 15.1
       Watercolor 15.1
       Wave 15.1
       Wavefront|OBJ 15.1 (2014.1.0 x001)
       WIA Support 15.1 (2014.1.0 x001)
       Wind 15.1
       Wireless Bitmap 15.1 (2014.1.0 x001)
       ZigZag 15.1
    Optional and third party plug-ins: NONE
    Plug-ins that failed to load: NONE
    Flash:
    Installed TWAIN devices: NONE
    Here is the error and my settings:

Maybe you are looking for

  • Ipod shuffle is not recognized by any computer or itunes

    I have a first gen. ipod shuffle. It does not show up in Windows or Itunes on two different computers. The original problem was that it would not skip to the next song. I was going to reset or restore it, but I can't because neither computer (dell) t

  • How to link information in a form to a server?

    coudl someone tell me how to link a data in a form to a server...i came across some wsdl ui(dono if i spelled it right), and i dono how to get that..so please can anyone help

  • Query networking into hostile windows environment

    I have been getting kernel panics on shutdown of my new Imac 24 since i got it out of the box. Additionally I have had a disintegrating experience with Airport. At first was working fine and i could connect to net etc. Then problems connectng, etc. T

  • KEEP GETTING WEB PAGE ASKING TO  PURCHASE THE PRODUCT AFTER PURCHASING IT.

    I  downloaded the trial version of adobe Photoshop elements 10 about 30 days ago.  After the trail period was over, I purchased the product.  But now whenever I want to use the program to edit a picture, by either: clicking directly on the picture an

  • How to stop the VI confiugred as thread

    I've configured  two VI as Thread, while running the thread i cant able to access the front pannel so that i cant able to stop my data acquisition application, so how to get the control over front panel while running the thread. the thread is used fo