URGENT: Subquery IN error

Hi
I want to execute a select as follows -
select * from obj, re where re.obj_key in (select obj.obj_key from obj where obj.obj_name like '%' )
To handle this - I have the following code:
ReportQuery subQuery =new ReportQuery(Obj.class, objExpr);
subQuery.addAttribute("objKey", subQuery.getExpressionBuilder().get("objKey"));
subQuery.setShouldCacheStatement(false);
subQuery.setSelectionCriteria(objExpr);
System.out.println("reportqry ok:"+subQuery.getSQLString());
newExpr = new ExpressionBuilder().get("objKey").in(subQuery);
System.out.println("reportqry ok:"+subQuery.getSQLString());
newExpr = new ExpressionBuilder().get("objKey").in(subQuery);
I get error - "Invalid Query Key" error for "objKey". Also if I pring the SQLStatement for subQuery I get null.
Any suggestions on what I might be doing wrong here ?

Thx for your response. My descriptor has this query key defined.
Here is the snippet from my toplink xmlfile :
<opm:attribute-mappings>
<opm:attribute-mapping xsi:type="toplink:direct-mapping">
<opm:attribute-name>actKey</opm:attribute-name>
<opm:field table="RECON_EVENTS" name="ACT_KEY" xsi:type="opm:column"/>
</opm:attribute-mapping>
<opm:attribute-mapping xsi:type="toplink:direct-mapping">
<opm:attribute-name>objKey</opm:attribute-name>
<opm:field table="RECON_EVENTS" name="OBJ_KEY" xsi:type="opm:column"/>
</opm:attribute-mapping>
Full stacktrace is: Exception [TOPLINK-6015] (Oracle TopLink - 11g Release 1 (11.1.1.0.0) (Build 080228)): oracle.toplink.exceptions.QueryException
[junit] Exception Description: Invalid query key [objKey] in expression.
[junit] at oracle.toplink.exceptions.QueryException.invalidQueryKeyInExpression(QueryException.java:620)
[junit] at oracle.toplink.internal.expressions.QueryKeyExpression.getQueryKeyOrNull(QueryKeyExpression.java:362)
[junit] at oracle.toplink.internal.expressions.ObjectExpression.getDescriptor(ObjectExpression.java:215)
[junit] at oracle.toplink.internal.expressions.DataExpression.getOwnedTables(DataExpression.java:214)
at oracle.toplink.internal.expressions.ObjectExpression.getOwnedTables(ObjectExpression.java:304)
[junit] at oracle.toplink.internal.expressions.QueryKeyExpression.getOwnedTables(QueryKeyExpression.java:348)
[junit] at oracle.toplink.expressions.Expression.assignTableAliasesStartingAt(Expression.java:465)
[junit] at oracle.toplink.internal.expressions.SQLSelectStatement$1.iterate(SQLSelectStatement.java:697)
[junit] at oracle.toplink.expressions.Expression.iterateOn(Expression.java:2199)
[junit] at oracle.toplink.internal.expressions.DataExpression.iterateOn(DataExpression.java:305)
[junit] at oracle.toplink.internal.expressions.SubSelectExpression.iterateOn(SubSelectExpression.java:59)
at oracle.toplink.internal.expressions.FunctionExpression.iterateOn(FunctionExpression.java:311)
[junit] at oracle.toplink.internal.expressions.CompoundExpression.iterateOn(CompoundExpression.java:190)
[junit] at oracle.toplink.internal.expressions.ExpressionIterator.iterateOn(ExpressionIterator.java:65)
[junit] at oracle.toplink.internal.expressions.SQLSelectStatement.assignAliases(SQLSelectStatement.java:710)
[junit] at oracle.toplink.internal.expressions.SQLSelectStatement.normalize(SQLSelectStatement.java:1333)
[junit] at oracle.toplink.internal.queryframework.ExpressionQueryMechanism.buildReportQuerySelectStatement(ExpressionQueryMechanism.java:512)
[junit] at oracle.toplink.internal.queryframework.ExpressionQueryMechanism.buildReportQuerySelectStatement(ExpressionQueryMechanism.java:464)
[junit] at oracle.toplink.internal.queryframework.ExpressionQueryMechanism.prepareReportQuerySelectAllRows(ExpressionQueryMechanism.java:1489)
[junit] at oracle.toplink.queryframework.ReportQuery.prepareSelectAllRows(ReportQuery.java:1201)
[junit] at oracle.toplink.queryframework.ReadAllQuery.prepare(ReadAllQuery.java:767)
[junit] at oracle.toplink.queryframework.ReportQuery.prepare(ReportQuery.java:973)
[junit] at oracle.toplink.queryframework.DatabaseQuery.checkPrepare(DatabaseQuery.java:443)
[junit] at oracle.toplink.queryframework.ObjectLevelReadQuery.checkPrepare(ObjectLevelReadQuery.java:608)
[junit] at oracle.toplink.queryframework.DatabaseQuery.prepareCall(DatabaseQuery.java:1528)
[junit] at oracle.iam.reconciliation.dao.event.EventMgmtDao.getSearchResultCount(EventMgmtDao.java:434)
[junit] at oracle.iam.reconciliation.impl.EventMgmtServiceImpl.getSearchCount(EventMgmtServiceImpl.java:121)
Also my sql whereclause has more than just this condition - so here is the expression output I get:
Function operator IN
[junit] Query Key objKey
[junit] Base QUERY OBJECT
[junit] overall expr:
[junit] Logical operator OR
[junit] Logical operator OR
[junit] Logical operator OR
[junit] Relation operator =
[junit] Query Key reChangeType
[junit] Base QUERY OBJECT
[junit] Constant No Match Found
[junit] Relation operator =
[junit] Query Key reEntityType
[junit] Base QUERY OBJECT
[junit] Constant No Match Found
[junit] Relation operator =
[junit] Query Key reStatus
[junit] Base QUERY OBJECT
[junit] Constant No Match Found
[junit] Function operator IN
[junit] Query Key objKey
[junit] Base QUERY OBJECT
If I wanted to - is it possible to use SQL just to handle this expression alone ?

Similar Messages

  • Need Urgent Solution for error in presence webservice

    Hi Folks, I am new to ocsg , i got stuck with a serious problem
    I am working with presence web service
    As from documentation , i understood that watcher should subscribe with attrbiutes which he wants to look up for presence user's information , so i tried to give subscribe information, in that tab, i gave sip uri as tel:1234
    and click on start button .Initially i got error that No plug in created
    Then i tried to create the plug in from pluginmanager for presence webservice , but it is not allowing to create saying that "you cannot create plug for this service ( presence web service)"
    then I started using the already existing
    presenceservice = Plugin_px21_presence_sip and existing
    ================
    presence instance = Plugin_px21_presence_sip#wlng_nt_presence_px21#4.1
    then again i got error while I click on start button , saying that No Route Exists
    then I added a route by taking Plugin_px21_presence_sip as input value and values given as tel:^.*
    and I also set setrouteconfig as below values
    ================
    Plugin_px21_presence_sip
    ================
    <?xml version="1.0" encoding="UTF-8"?>
    <route xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="route.xsd">
    <destAddress defaultResult="true">tel:^.*</destAddress>
    </route>
    =================
    it has accepted . then I again started the subscribe presence by clicking on start button .
    14 Jul 2009 11:29:45,421 [ WARN com.bea.wlcp.wlng.util.EJBHelper - Failed to process request
    com.bea.wlcp.wlng.api.plugin.NoRoutePluginException: Could not find a route for this message. address: tel:1234
    at com.bea.wlcp.wlng.interceptor.RemoveInvalidRoute.invoke(RemoveInvalidRoute.java:49)
    at com.bea.wlcp.wlng.interceptor.ContextImpl.invokeNext(ContextImpl.java:87)
    at com.bea.wlcp.wlng.interceptor.CreatePolicyData.invoke(CreatePolicyData.java:25)
    at com.bea.wlcp.wlng.interceptor.ContextImpl.invokeNext(ContextImpl.java:87)
    at com.bea.wlcp.wlng.interceptor.RemoveInactivePlugin.invoke(RemoveInactivePlugin.java:39)
    at com.bea.wlcp.wlng.interceptor.ContextImpl.invokeNext(ContextImpl.java:87)
    at com.bea.wlcp.wlng.interceptor.CreatePluginList.invoke(CreatePluginList.java:59)
    at com.bea.wlcp.wlng.interceptor.ContextImpl.invokeNext(ContextImpl.java:87)
    at com.bea.wlcp.wlng.interceptor.ValidateRequestUsingRequestFactory.invoke(ValidateRequestUsingRequestFactory.java:41)
    at com.bea.wlcp.wlng.interceptor.ContextImpl.invokeNext(ContextImpl.java:87)
    at com.bea.wlcp.wlng.interceptor.EnforceSpAppBudget.invoke(EnforceSpAppBudget.java:70)
    at com.bea.wlcp.wlng.interceptor.ContextImpl.invokeNext(ContextImpl.java:87)
    at com.bea.wlcp.wlng.interceptor.EnforceApplicationState.invoke(EnforceApplicationState.java:71)
    at com.bea.wlcp.wlng.plugin.PluginManagerImpl.invokeInterceptors(PluginManagerImpl.java:84)
    at com.bea.wlcp.wlng.plugin.PluginManagerImpl.processRequest(PluginManagerImpl.java:58)
    at com.bea.wlcp.wlng.util.EJBHelper.processRequest(EJBHelper.java:42)
    at com.bea.wlcp.wlng.px21.ejb.PresenceConsumerEjbImpl.subscribePresence(PresenceConsumerEjbImpl.java:79)
    at com.bea.wlcp.wlng.px21.ejb.PresenceConsumer_y33p2d_EOImpl.subscribePresence(PresenceConsumer_y33p2d_EOImpl.java:138)
    at com.bea.wlcp.wlng.px21.ejb.PresenceConsumer_y33p2d_EOImpl_WLSkel.invoke(Unknown Source)
    at weblogic.rmi.internal.ServerRequest.sendReceive(ServerRequest.java:174)
    at weblogic.rmi.cluster.ClusterableRemoteRef.invoke(ClusterableRemoteRef.java:345)
    at weblogic.rmi.cluster.ClusterableRemoteRef.invoke(ClusterableRemoteRef.java:259)
    at com.bea.wlcp.wlng.px21.ejb.PresenceConsumer_y33p2d_EOImpl_1030_WLStub.subscribePresence(Unknown Source)
    at com.bea.wlcp.wlng.px21.jws.PresenceConsumerWsImpl.subscribePresence(Unknown Source)
    at sun.reflect.GeneratedMethodAccessor376.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at weblogic.wsee.component.pojo.JavaClassComponent.invoke(JavaClassComponent.java:112)
    at weblogic.wsee.ws.dispatch.server.ComponentHandler.handleRequest(ComponentHandler.java:84)
    at weblogic.wsee.handler.HandlerIterator.handleRequest(HandlerIterator.java:141)
    at weblogic.wsee.ws.dispatch.server.ServerDispatcher.dispatch(ServerDispatcher.java:114)
    at weblogic.wsee.ws.WsSkel.invoke(WsSkel.java:80)
    at weblogic.wsee.server.servlet.SoapProcessor.handlePost(SoapProcessor.java:66)
    at weblogic.wsee.server.servlet.SoapProcessor.process(SoapProcessor.java:44)
    at weblogic.wsee.server.servlet.BaseWSServlet$AuthorizedInvoke.run(BaseWSServlet.java:285)
    at weblogic.wsee.server.servlet.BaseWSServlet.service(BaseWSServlet.java:169)
    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:292)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:175)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3501)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(Unknown Source)
    at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2183)
    at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2089)
    at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1406)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    please guide me if my understanding is correct and my steps are correct or not, if all the above steps are fine, please tell why i am getting that error message
    Really stuck with this problem from 1 week , please help me to move further.
    Regards
    Rajasekhar

    Hi, if this is urgent I would suggest logging the issue on My Oracle Support in the Communications Service Delivery Community where Oracle and customer/partner/developer experts will advise whether this is a configuration issue or a bug that requires an SR to deliver a fix.
    Regards
    Graham

  • Urgent: Publisher scheduling error while FTP

    Hi team,
    i m trying to ftp a file on one of the windows server via Publisher.But i get this error.
    oracle.apps.xdo.servlet.scheduler.ProcessingException: java.lang.StringIndexOutOfBoundsException
         at oracle.apps.xdo.servlet.scheduler.XDOJob.deliver(XDOJob.java:1621)
         at oracle.apps.xdo.servlet.scheduler.XDOJob.execute(XDOJob.java:478)
         at org.quartz.core.JobRunShell.run(JobRunShell.java:195)
         at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:520)
    Caused by: java.lang.StringIndexOutOfBoundsException
         at java.lang.String.substring(String.java:1088)
         at oracle.apps.xdo.servlet.scheduler.XDOJob.deliver(XDOJob.java:1431)
         ... 3 more
    Can you please help me out with this?
    Edited by: Bhupendra Gupta on Aug 25, 2009 5:36 AM

    You might want to try this forum for Publisher: BI Publisher
    And for "Urgent" questions you should be raising an SR with Oracle.

  • Urgent - Travel Request Error in production

    Hi All,
    While creating Travel request in production server, we are getting an error..
    Error while writing to the database PTRV_HEAD/PTRV_PERIO/Cluster TE
    Someone please help me on this. This is very urgent..
    Thanks in advance!
    This is working fine in Developement server. Only in Production server, we are getting this error.

    Use T-Code PR10.
    Regards

  • Very urgent: Travel Request Error in production server

    Hi All,
    While creating Travel request in production server, we are getting an error..
    Error while writing to the database PTRV_HEAD/PTRV_PERIO/Cluster TE
    Someone please help me on this. This is very urgent..
    Thanks in advance!

    Solved..by setting up trip number ranges..
    Thanks!

  • Urgent(abap runtime error)

    hi all,
    when i tried to findout the name(collective search) by  last name o'brien in PA20 OR PA30 transacton   i got the abap runtime  error  in production
    but when i tried samething in development and quality  by lastname  o'brein in PA20 OR PA30 TRANSACTION i got the 4 names  .please let me know what is the problem . it is very urgent.
    thanks in advance
    rama.

    Hi
    What is the runtime error u got
    Regards
    Pavan

  • Urgent Help! Errors in source system(RSM     340)

    Need urgent help. Issue in production.
    I added fields to the COPA datasource, by changing the operating concern. I recreated the datasource with the same name replicated into BW & ran delta again. The whole procedure worked fine in Dev & Quality but in production it gives me the below error. I thought its a delta issue so I deleted the data & try reload but still same issue. Below is the error. I checked the connection with R3. its an ok. All other loads work fine. Before deleting delta, it gives below error & when you rerun, it finishes with zero records. I also tried activating update, transfer & ods & cube in BW. I also asked functional guy to check operating concern & its active. kindly help
    Errors in source system     RSM     340
    Error message from the source system
    Diagnosis
    An error occurred in the source system.
    System Response
    Caller 09 contains an error message.

    Hi PK,
    caller 09 error mainly because of source(target system) and destination(bw system) not configured correctly.
    i think you get the error message as follows. file is in the client workstation as like.
    better you contact basis people. they will resolve this.
    hope this help you
    Regards
    Harikrishna N

  • Urgent- production order error- ERTR status

    Dear PP Gurus
    i have an urgent production issue, we have full fledged WM implemented and production order components are issued automatically when order is released via a Pick list 
    Now the problem is that the BOM components are NOt correctly staged during picking
    after the order is released , the status shows <u><b>ERTR- Error in transfer requirements</b></u>, so how should i solve this error
    i have created production supply areas and maintained supply areas in MRP=2 views, i have also created Control Cycles for all the materials
    please help and appreciate your valuable expertise on how to solve this urgent issue
    thanks in advance
    regards
    Chakri<u></u>

    Hi Chakri
    Check production schedulign profile, Did you maintain WM in that
    also check in Control cycle ,staging ind. shd be "1"
    Cheers
    bala

  • Urgent: Oracle Text error: DRG-10001: can not access result table

    Hi,
    I am getting the "DRG-10001:can not access result table" error when trying to run the oracle text procedure ctx_cls.train within HTMLDB. The schema i used for parsing is granted with the necessary privileges, and i can run the procedure manually using the same schema in sqlplus. Following is the script I am trying to run:
    1. begin
    2. ctx_cls.train(
    3. index_name => 'MyDocindex',
    4. docid => 'MyDoc_id',
    5. cattab => 'MyDocTab_categories',
    6. catdocid => 'cat_MyDoc_id',
    7. catid => 'cat_id',
    8. restab => 'rules',
    9. rescatid => 'rule_cat_id',
    10. resquery => 'rule_text',
    11. resconfid => 'rule_confidence'
    12. );
    13. end;
    Please help urgently!
    Thanks
    RG

    I seem to have hit a similar problem.
    Did you eventually resolve this problem?
    Rgds
    Z

  • Urgent Check Constraint Error

    hi
    i have a check constraint on a table B mean Nvl(Quantity,0)>=0 but when i update a table from a trigger on insertion of another table A
    with :New.Quantity -ive it gives check constraint error.
    Please Note it does not turn the balance into negative for table B
    second because im inserting in table A then :new.quantity reffers to table A values not the table B
    why this constraint error appears.
    any body suggest
    thanks in advance

    tĦ€ §µåдŋ wrote:
    i have a check constraint on a table B mean Nvl(Quantity,0)>=0 but when i update a table from a trigger on insertion of another table A
    with :New.Quantity -ive it gives check constraint error.
    Please Note it does not turn the balance into negative for table B
    second because im inserting in table A then :new.quantity reffers to table A values not the table B
    why this constraint error appears.Not urgent at all.
    So you have a constraint on table B and then a trigger on table A attempts to update table B with a negative quantity which violates the constraint and it throws a constraint error.
    That sounds right to me. What's the problem?

  • URGENT - Timestamp Format Error

    Hi Experts,
    In my REGUC table,
    I have timestamp values in a format that I cannot read.
    For eg, current display is showing timestamp values as '3KOBYi(38AP(OH'
    I am not sure if that is a display error or a reading error.
    I think it is a display error.
    If so, how can I change it to display for eg in the typical format '11121011124555'
    I have to resolve this issue ASAP.
    Urgent Please help

    Hi Kiran,
    REGUC is a cluster table.
    TIMESTMP field is of data type CHAR and Length 14.
    The technical information (F1) for the REGUC table is:
    GUI Data:
    Program Name: SAPLSD_DD_STATUS
    Status: STAT_X
    Field Data:
    Table Name: DD06D
    Field Name: SQLTAB
    Data Element: SQLTABLE
    List of Filed in REGUC table:
    LAUFD, LAUFI, XVORL, ZBUKR, LIFNR, KUNNR, VBLNR, TIMESTMP
    Please let me know if you need more information.

  • Urgent: zone boot error!!!!

    1. I create my zone with following configuration:
    zonepath: /export/home/zones/ems-zone
    autoboot: true
    pool: ems-pool
    inherit-pkg-dir:
    dir: /lib
    inherit-pkg-dir:
    dir: /platform
    inherit-pkg-dir:
    dir: /sbin
    inherit-pkg-dir:
    dir: /usr
    net:
    address: 10.192.183.2
    physical: ipge0
    2. when I install my zone, the log contains the following information:
    *** package <SUNWvtsts> failed to install - interrupted:
    pkgadd: ERROR: unable to make packaging directory </export/home/zones/ems-zone/root/var/sadm/pkg/SUNWvtsts>
    Installation of <SUNWvtsts> on zone <ems-zone> failed (internal
    error).
    No changes were made to the system.
    *** package <CSWossl> failed to install - interrupted:
    pkgadd: ERROR: unable to make packaging directory </export/home/zones/ems-zone/root/var/sadm/pkg/CSWossl>
    Installation of <CSWossl> on zone <ems-zone> failed (internal error).
    No changes were made to the system.
    *** package <SUNWocfd> failed to install - interrupted:
    pkgadd: ERROR: unable to make packaging directory </export/home/zones/ems-zone/root/var/sadm/pkg/SUNWocfd>
    Installation of <SUNWocfd> on zone <ems-zone> failed (internal
    error).
    No changes were made to the system.
    3. when I boot my zone, it displays the following error:
    zoneadm: zone 'ems-zone': WARNING: ipge0:1: no matching subnet found in netmasks(4) for 10.192.183.2; using default of 255.0.0.0.
    zoneadm: zone 'ems-zone': mount of /etc/svc/volatile failed: No such file or directory
    zoneadm: zone 'ems-zone': call to zoneadmd failed
    4. I use the "svcadm enable zones" command, it report the following error:
    svcadm: Unexpected libscf error on line 338: server has insufficient resources.
    It's very urgent. Could anybody help me! Many thanks.

    Well. I think yes:
    [root@sun ~] # pkginfo -l SUNWcslr
    PKGINST: SUNWcslr
    NAME: Core Solaris Libraries (Root)
    CATEGORY: system
    ARCH: sparc
    VERSION: 11.10.0,REV=2005.01.21.15.53
    BASEDIR: /
    VENDOR: Sun Microsystems, Inc.
    DESC: core software for a specific instruction-set architecture
    PSTAMP: on10-patch20080824083642
    INSTDATE: Sep 21 2008 01:18
    HOTLINE: Please contact your local service provider
    STATUS: completely installed
    FILES: 244 installed pathnames
    2 shared pathnames
    5 directories
    132 executables
    32657 blocks used (approx)
    How can I reinstall it?

  • Urgent Pls , Communication error in hfm11

    When using an MSAD user , as soon as i select the hfm application (from workspace to access it), it gives me communication error
    if i am using native directory user everthing works fine,Pls help its very urgent.Reply asap

    Hi,
    maybe this will help...
    go to RSRT, select your query and push on the 'generate report' button.
    Then execute the query by pushing 'execute'.
    Do you have the error there?
    If not: on which version of SAP GUI (6.40?) and BI Add-on are you?µ
    Ciao
    Joke

  • "URGENT"Infopackage load error in process chian after upgrade

    Hi Gurus,
                   We have a strange issue in one of the process chain after upgrade from 3.5 to NW 2004s. In a process chain we have 5 info packages, 3 in parallel as they load data in 3 different cubes and 2 in series after successful completion of info packages on top.
    Now the process chain shows red info package with error message “ Last delta upload not yet completed. Cancel”
    When we check the RSMO, we find all the 3 loads on top finish successfully while in process chain log display as error at info package with above error message and process chain never advances. Actually loads finish successfully but process chain shows error in info package.
    When we investigated further, the request ID in failed info package in process chain shows different ID which never loaded in cube but data load takes place successfully using different request ID(checked in RSMO and request in cube).
    I suppose the process chain trigger the info package load twice simultaneously, one load get successful and second load request failed in log as first one is running…this is my guess…
    Please help me as this is an urgent issue.
    Regards,
    Anil

    Hi All,
    We fond the root cause of the error message. Actually when we trigger the process chain, the info packages loads get triggered twice after an interval or around 2 minutes.
    Here if zero records are loaded then second request ( after 2 min) get loaded too with zero records but if first request is loading some records then second request will find the data load still running and will throw error as last delta still not finished.
    Have you seen this scenario before?
    Regards,
    Anil

  • Urgent help please: Error on opening MW project

    Hi
    I have a similar error message to the one in this thread
    error loading project
    One day I was using MW and all was fine, the next day it blows up when trying to open a project. We use CVS - is it possible that the NullPointerException would occur if a configuration file had been removed or altered outside of MW (although I have never done this)?
    Where can I look to get more information on what MW is choking on?
    Many thanks
    James

    Don
    Thanks for your help. This occurs with 9.0.4.4
    I have filed a TAR because this now urgent for us (holding up the development team).
    I think that Karen Moore has looked at the problem in the related post and I hope that she gets the chance to look at this too.
    James

Maybe you are looking for