Getting Not inside a container with tree (key attributes defined)

Hello,
I'm building an ADF tree with a recursive entity based query:SELECT ProjectIndicators.ID_COMPONENT AS ID_COMPONENT_KEY,
       ProjectIndicators.ID_PROJECT AS ID_PROJECT_KEY,
       ProjectIndicators.THE_VALUE,
       , res.ID_COMPONENT
       , res.ID_PROJECT
       , res.ID_MAIN_COMPONENT
from PROJECT_INDICATORS_BA ProjectIndicators
SELECT Project.Id_Project
       , Component.Id_Component
       , Component.Id_MAIN_COMPONENT
FROM ...
WHERE ... and Project.Id_Project = :Bind_IdProject
) res
WHERE ProjectIndicators.Id_Project (+) = res.ID_PROJECT
      AND ProjectIndicators.Id_Component (+) = res.ID_COMPONENTNote there's a *:Bind_IdProject* peremeter inside a subquery.
Queried data is:ID_COMPONENT_KEY     ID_PROJECT_KEY     THE_VALUE     ID_COMPONENT     ID_PROJECT     ID_MAIN_COMPONENT
                                               1064             1003     
                                               1065             1003             1064
                                               1353             1003             1066
1646                     1003                             1646             1003             1065
                                               1586             1003             1066
                                               1587             1003             1066
1605                       1003              11             1605              1003             1065
1625                       1003                          1625             1003             1065
                                               1845             1003             1065
                                               1846             1003             1845 ID_COMPONENT_KEY and ID_PROJECT_KEY are primary keys of PROJECT_INDICATORS_BA. THE_VALUE is a filed I need to edit (in case a row is null, a new row would be created on runtime).
ID_COMPONENT and ID_MAIN_COMPONENT is a recursive relationship. ID_PROJECT is a foreign key.
The recursive view link is
Source            Destination
IdComponent   IdMainComponent
IdProject         IdProject
Query
(:Bind_IdComponent = ID_MAIN_COMPONENT) AND (:Bind_IdProject = ID_PROJECT)So I build a treetable on my page and the first (root) level looks fine. I can disclose a row and see the second level.
But when I try to disclose any second level row I get java.lang.IllegalStateException: ADFv: not inside a container.
Funny is that I can do "right click - disclose all" on any row, and I will see an entire tree without any errors.
Seems, this messae should signal that there is no PK defined in the View Object, but here is prmary key definition:  <AttrArray Name="KeyAttributes">
    <Item Value="IdComponentKey"/>
    <Item Value="IdProjectKey"/>
  </AttrArray>Tricky is that the tree must show some records where primary keys are null. But still "disclose all" button works fine.
I also tried a key like:  <AttrArray Name="KeyAttributes">
    <Item Value="IdComponentKey"/>
    <Item Value="IdProjectKey"/>
    <Item Value="IdComponent"/>
    <Item Value="IdProject"/>
  </AttrArray>But that only shows me a root level, no child records.
Any help wpuld be appreciated.
Thanks.
ADF 11.1.2.1
Found kinda workaround adding NVL to keys:
SELECT nvl(ProjectIndicators.ID_COMPONENT, 0) AS ID_COMPONENT_KEY,
       nvl(ProjectIndicators.ID_PROJECT, 0) AS ID_PROJECT_KEY, And yet it works... but that seem to deliver me some DML troubles.
Edited by: ILya Cyclone on Apr 25, 2012 4:54 PM

Hello,
I'm building an ADF tree with a recursive entity based query:SELECT ProjectIndicators.ID_COMPONENT AS ID_COMPONENT_KEY,
       ProjectIndicators.ID_PROJECT AS ID_PROJECT_KEY,
       ProjectIndicators.THE_VALUE,
       , res.ID_COMPONENT
       , res.ID_PROJECT
       , res.ID_MAIN_COMPONENT
from PROJECT_INDICATORS_BA ProjectIndicators
SELECT Project.Id_Project
       , Component.Id_Component
       , Component.Id_MAIN_COMPONENT
FROM ...
WHERE ... and Project.Id_Project = :Bind_IdProject
) res
WHERE ProjectIndicators.Id_Project (+) = res.ID_PROJECT
      AND ProjectIndicators.Id_Component (+) = res.ID_COMPONENTNote there's a *:Bind_IdProject* peremeter inside a subquery.
Queried data is:ID_COMPONENT_KEY     ID_PROJECT_KEY     THE_VALUE     ID_COMPONENT     ID_PROJECT     ID_MAIN_COMPONENT
                                               1064             1003     
                                               1065             1003             1064
                                               1353             1003             1066
1646                     1003                             1646             1003             1065
                                               1586             1003             1066
                                               1587             1003             1066
1605                       1003              11             1605              1003             1065
1625                       1003                          1625             1003             1065
                                               1845             1003             1065
                                               1846             1003             1845 ID_COMPONENT_KEY and ID_PROJECT_KEY are primary keys of PROJECT_INDICATORS_BA. THE_VALUE is a filed I need to edit (in case a row is null, a new row would be created on runtime).
ID_COMPONENT and ID_MAIN_COMPONENT is a recursive relationship. ID_PROJECT is a foreign key.
The recursive view link is
Source            Destination
IdComponent   IdMainComponent
IdProject         IdProject
Query
(:Bind_IdComponent = ID_MAIN_COMPONENT) AND (:Bind_IdProject = ID_PROJECT)So I build a treetable on my page and the first (root) level looks fine. I can disclose a row and see the second level.
But when I try to disclose any second level row I get java.lang.IllegalStateException: ADFv: not inside a container.
Funny is that I can do "right click - disclose all" on any row, and I will see an entire tree without any errors.
Seems, this messae should signal that there is no PK defined in the View Object, but here is prmary key definition:  <AttrArray Name="KeyAttributes">
    <Item Value="IdComponentKey"/>
    <Item Value="IdProjectKey"/>
  </AttrArray>Tricky is that the tree must show some records where primary keys are null. But still "disclose all" button works fine.
I also tried a key like:  <AttrArray Name="KeyAttributes">
    <Item Value="IdComponentKey"/>
    <Item Value="IdProjectKey"/>
    <Item Value="IdComponent"/>
    <Item Value="IdProject"/>
  </AttrArray>But that only shows me a root level, no child records.
Any help wpuld be appreciated.
Thanks.
ADF 11.1.2.1
Found kinda workaround adding NVL to keys:
SELECT nvl(ProjectIndicators.ID_COMPONENT, 0) AS ID_COMPONENT_KEY,
       nvl(ProjectIndicators.ID_PROJECT, 0) AS ID_PROJECT_KEY, And yet it works... but that seem to deliver me some DML troubles.
Edited by: ILya Cyclone on Apr 25, 2012 4:54 PM

Similar Messages

  • IllegalStateException: ADFv: Not inside a container

    When accessing our UI application from multiple client sessions(browsers), we often get this exception while collapsing/expanding tree nodes. The issue happens only when we add new children to the node. Any idea what this exception is?
    [2009-10-07T04:25:12.312-07:00] [AdminServer] [WARNING] [ADF_FACES-00009] [oracle.adf.view.rich.component.fragment.UIXRegion] [tid: [ACTIVE].ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: weblogic] [ecid: 0000IGiji9r37E7TrIaASY1An6lJ00006Z,0] [APP: oam_admin] [arg: /lhp/lhp.jsff] [arg: /oracle/am/security/taskflows/navigationtree/leftpane/Lhp.jsff] [arg: /oracle/am/security/taskflows/navigationtree/leftpane/Lhp.jsff] Error processing viewId: /lhp/lhp.jsff URI: /oracle/am/security/taskflows/navigationtree/leftpane/Lhp.jsff actual-URI: /oracle/am/security/taskflows/navigationtree/leftpane/Lhp.jsff.[[
    java.lang.IllegalStateException: ADFv: Not inside a container.
    at oracle.adfinternal.view.faces.model.binding.FacesCtrlHierBinding$FacesModel.exitContainer(FacesCtrlHierBinding.java:672)
    at oracle.adfinternal.view.faces.model.FlattenedTreeCollectionModel.getRowIndex(FlattenedTreeCollectionModel.java:109)
    owIndex(FlattenedTreeCollectionModel.java:109)
    at oracle.adfinternal.view.faces.renderkit.rich.TreeRendererUtils$1.getRowIndex(TreeRendererUtils.java:552)
    at oracle.adfinternal.view.faces.renderkit.rich.TreeRenderer._handleRowDelete(TreeRenderer.java:1171)
    at oracle.adfinternal.view.faces.renderkit.rich.TreeRenderer._handleDataFetch(TreeRenderer.java:989)
    at oracle.adfinternal.view.faces.renderkit.rich.TreeRenderer.encodeAll(TreeRenderer.java:231)
    at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1369)
    at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:335)
    at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:751)
    at org.apache.myfaces.trinidad.component.UIXCollection.encodeEnd(UIXCollection.java:527)
    at org.apache.myfaces.trinidad.render.CoreRenderer.encodeChild(CoreRenderer.java:415)

    Hello! Take a look at this thread
    Recursive tree issue
    This may help

  • JSF- view with no key-attributes cannot be activated

    Hi,
    i have a view Called Globals with 2 transient varibales , when i open many sessions at the same time and work with them , i got error
    JBO-30003: The application pool (model.PlacingModuleLocal) failed to checkout an application module due to the following exception:oracle.jbo.JboException: JBO-29000: Unexpected exception caught: oracle.jbo.JboException, msg=JBO-25052: ViewObject Globals with no key-attributes cannot be activated!
    each attribute of the view have
    Updateable = Always
    Queyable is Checked
    Passivative is checked
    in the view properties, tab Tuning => No Rows
    and "Fill Last Page " and "Passivate State " and "Including All Transient Variables"
    all the 3 are checked
    the view is NOT based on Entity Object
    i use this view for holding data from SelectOneListBox
    should i modify the view by any way ?
    By The Way this view is exactly the same in SRDemo
    Any Suggestions?
    thanks....

    hi,
    answer is here
    http://www.oracle.com/webapps/online-help/jdeveloper/10.1.2/state/content/navId.4/navSetId._/vtTopicFile.bc4jjavadoc%7Crt%7Coracle%7Cjbo%7CCSMessageBundle~html/
    and it says
    JBO-25052: JboException
    Cause: A ViewObject with no key attributes has transient passivatable attributes. This type of ViewObject cannot participate in passivation/activation.
    Action: Set one or more attributes as key attributes for this ViewObject
    that means that SRDemo may have a little bug which is any attribute should be key attr in Globals view

  • My touchsmart will not boot allI get is a blue screen with f key to do different things

    My Touch smart desk top will not boot when I turn it on all I get is a blue screen with HP in the center and f key functions

    Hello charleshobby:
             Your computers start up has been corrupted. No big deal. Turn on your computer hold down on F-8 key as you turn it on. This should put you in safe mode. If f-8 key fails then just disconnect the power cord at the power adapter and plug it back in and turn on your computer (This is called a fource start up) automatically puts your computer into safe mode. Use your arrow kek select safe mode with net work. Top one I belive. In safe mode close out Help and Support window displayed. Open up Recovery Manger and select Microsoft System Restore. Click next then click next again now a list of dates will appair choose a date before this event occured. Click next and let your computer complete the sytem restore. My guess Microsft up dates caused this issue. After this is finished now go back and change all your update setting to down load up dates but let me choose witch ones to install. Only install three at a time. To a void future occurances and black screen or blue screen issues. Follow these steps for blue screen or black screen. Please click on Kudos if this has resolved your issue. Thank you frrw.

  • Could not locate target container - with HP3

    We are working to move our zen services from a Netware box to a SLES 10.1 box and I'm having some troubles getting the automatic workstation import to work. We are trying to import to workstations to an OU relative to the users OU. The tree structure is as follows
    O=ORG
    --OU=LOCATION
    --OU=USER
    --OU=WORKSTATION
    The policy is assigned to the server and defined on the Platforms>General tab, I have it set to create the workstations in the user container with the optional path workstation. which has always worked on the netware box.
    Here is the error I am getting on the ZDM server when I try to import the workstation.
    Code:
    Apr 16, 2009 8:23:00 AM Connection opened: /10.100.17.79:1112
    Apr 16, 2009 8:23:00 AM Header = POST /oneNet/wsimport HTTP/1.1
    NovINet: v2.0
    User-Agent: ZenHttp
    Host: zenwsimport:8039
    Content-Length: 272
    Connection: Keep-Alive
    Apr 16, 2009 8:23:00 AM contentLength = 272
    Apr 16, 2009 8:23:00 AM bytesRead=272 byteCount=272
    Apr 16, 2009 8:23:00 AM Content is UTF-16LE encoded.
    Apr 16, 2009 8:23:00 AM request = <?xml version="1.0" encoding="UTF-16LE"?>
    <find_ws>
    <tree>EACSTREE</tree>
    <dn>EAST-DD33C7698F.Workstation.CDV.eacs</dn>
    </find_ws>
    Apr 16, 2009 8:23:00 AM OS = <linux>
    Apr 16, 2009 8:23:00 AM FindImport Policy serverDN = CN=hal.OU=core.O=eacs
    Apr 16, 2009 8:23:03 AM cn=HAL ZfD Package:General:Workstation Import,ou=core,o=eacs
    Apr 16, 2009 8:23:04 AM ENTER getLdapDN - EAST-DD33C7698F.Workstation.CDV.eacs
    Apr 16, 2009 8:23:04 AM ENTER doContainerSearch - Workstation,CDV,eacs
    Apr 16, 2009 8:23:04 AM "eacs" is not typed.
    Apr 16, 2009 8:23:04 AM "eacs" is not cached.
    Apr 16, 2009 8:23:04 AM searchContainer =
    Apr 16, 2009 8:23:04 AM filter = (&(name=eacs)(|(objectclass=Org*)(objectclass=Loc*)(objectclass=Coun*)(objectclass=St*)))
    Apr 16, 2009 8:23:04 AM Could not find container workstation,cdv,eacs
    Apr 16, 2009 8:23:04 AM EXIT getLdapDN - cn=EAST-DD33C7698F,workstation,cdv,eacs
    Apr 16, 2009 8:23:04 AM Could not find workstation: cn=EAST-DD33C7698F,workstation,cdv,eacs
    Apr 16, 2009 8:23:04 AM Connection closed: /10.100.17.79:1112
    Apr 16, 2009 8:23:04 AM Connection opened: /10.100.17.79:1113
    Apr 16, 2009 8:23:04 AM Header = POST /oneNet/wsimport HTTP/1.1
    NovINet: v2.0
    User-Agent: ZenHttp
    Host: zenwsimport:8039
    Content-Length: 944
    Connection: Keep-Alive
    Apr 16, 2009 8:23:04 AM contentLength = 944
    Apr 16, 2009 8:23:04 AM bytesRead=944 byteCount=944
    Apr 16, 2009 8:23:04 AM Content is UTF-16LE encoded.
    Apr 16, 2009 8:23:04 AM request = <?xml version="1.0" encoding="UTF-16LE"?>
    <new_ws>
    <computer>EAST-DD33C7698F</computer>
    <cpu>PENTIUM PRO</cpu>
    <dns>EAST-DD33C7698F.eacs.k12.in.us</dns>
    <subnet_mask>255.255.240.0</subnet_mask>
    <ip>10.100.17.79</ip>
    <ipx></ipx>
    <mac>00:0C:29:EB:03:74</mac>
    <os>WINXP (5.1 Service Pack 3)</os>
    <server>FS02</server>
    <user_dn>cdvteacher.Teacher.CDV.eacs</user_dn>
    <login_count>11</login_count>
    <auditing_version>7.0.1.0</auditing_version>
    </new_ws>
    Apr 16, 2009 8:23:04 AM OS = <linux>
    Apr 16, 2009 8:23:04 AM FindImport Policy serverDN = CN=hal.OU=core.O=eacs
    Apr 16, 2009 8:23:07 AM cn=HAL ZfD Package:General:Workstation Import,ou=core,o=eacs
    Apr 16, 2009 8:23:07 AM Version = ZfD4
    Apr 16, 2009 8:23:07 AM User name = cdvteacher
    Apr 16, 2009 8:23:07 AM IPX address =
    Apr 16, 2009 8:23:07 AM IP address = 10.100.17.79
    Apr 16, 2009 8:23:07 AM Subnet mask = 255.255.240.0
    Apr 16, 2009 8:23:07 AM DNS name = EAST-DD33C7698F.eacs.k12.in.us
    Apr 16, 2009 8:23:07 AM Computer name = EAST-DD33C7698F
    Apr 16, 2009 8:23:07 AM Server name = FS02
    Apr 16, 2009 8:23:07 AM OS = WINXP (5.1 Service Pack 3)
    Apr 16, 2009 8:23:07 AM CPU = PENTIUM PRO
    Apr 16, 2009 8:23:07 AM MAC address = 00:0C:29:EB:03:74
    Apr 16, 2009 8:23:07 AM Tree =
    Apr 16, 2009 8:23:07 AM Tree =
    Apr 16, 2009 8:23:07 AM User context = Teacher,CDV,eacs
    Apr 16, 2009 8:23:07 AM Login count = 11
    Apr 16, 2009 8:23:07 AM ENTER doContainerSearch - workstation,CDV,eacs
    Apr 16, 2009 8:23:07 AM "eacs" is not typed.
    Apr 16, 2009 8:23:07 AM "eacs" is not cached.
    Apr 16, 2009 8:23:07 AM searchContainer =
    Apr 16, 2009 8:23:07 AM filter = (&(name=eacs)(|(objectclass=Org*)(objectclass=Loc*)(objectclass=Coun*)(objectclass=St*)))
    Apr 16, 2009 8:23:07 AM Could not find container workstation,cdv,eacs
    Apr 16, 2009 8:23:07 AM Could not locate the target container.
    Apr 16, 2009 8:23:07 AM Connection closed: /10.100.17.79:1113
    When I switch to using a specific selected container, the workstation will import without any problems. I have deleted and recreated the policy, so I know that is not an issue. It looks like the problems is that the server is not recognizing that EACS is our "O" and consequently cannot figure out what context the rest of the container should be in - I am guessing based on the two "'eacs' is not typed" and "'eacs' is not cached" entries in the log.
    I have tried switching my specified container from a trailing period to a trailing comma, and several different combinations of periods and commas just to try to fix things to no avail. I upgraded all of the Zen components on the server from HP2 to HP3 except the imaging stuff, and it did not help the problem.
    Any help you can offer is appreciated!
    Aaron

    Hey Aaron,
    Was just wondering if you've found resolution to this issue.
    We've been experiencing it for about a year now and just resorted to explicitly defining where we want the workstations to import to, rather than using a relative path.
    Thanks!
    Chris
    Originally Posted by ahilton
    We are working to move our zen services from a Netware box to a SLES 10.1 box and I'm having some troubles getting the automatic workstation import to work. We are trying to import to workstations to an OU relative to the users OU. The tree structure is as follows
    O=ORG
    --OU=LOCATION
    --OU=USER
    --OU=WORKSTATION
    The policy is assigned to the server and defined on the Platforms>General tab, I have it set to create the workstations in the user container with the optional path workstation. which has always worked on the netware box.
    Here is the error I am getting on the ZDM server when I try to import the workstation.
    Code:
    Apr 16, 2009 8:23:00 AM Connection opened: /10.100.17.79:1112
    Apr 16, 2009 8:23:00 AM Header = POST /oneNet/wsimport HTTP/1.1
    NovINet: v2.0
    User-Agent: ZenHttp
    Host: zenwsimport:8039
    Content-Length: 272
    Connection: Keep-Alive
    Apr 16, 2009 8:23:00 AM contentLength = 272
    Apr 16, 2009 8:23:00 AM bytesRead=272 byteCount=272
    Apr 16, 2009 8:23:00 AM Content is UTF-16LE encoded.
    Apr 16, 2009 8:23:00 AM request = <?xml version="1.0" encoding="UTF-16LE"?>
    <find_ws>
    <tree>EACSTREE</tree>
    <dn>EAST-DD33C7698F.Workstation.CDV.eacs</dn>
    </find_ws>
    Apr 16, 2009 8:23:00 AM OS = <linux>
    Apr 16, 2009 8:23:00 AM FindImport Policy serverDN = CN=hal.OU=core.O=eacs
    Apr 16, 2009 8:23:03 AM cn=HAL ZfD Package:General:Workstation Import,ou=core,o=eacs
    Apr 16, 2009 8:23:04 AM ENTER getLdapDN - EAST-DD33C7698F.Workstation.CDV.eacs
    Apr 16, 2009 8:23:04 AM ENTER doContainerSearch - Workstation,CDV,eacs
    Apr 16, 2009 8:23:04 AM "eacs" is not typed.
    Apr 16, 2009 8:23:04 AM "eacs" is not cached.
    Apr 16, 2009 8:23:04 AM searchContainer =
    Apr 16, 2009 8:23:04 AM filter = (&(name=eacs)(|(objectclass=Org*)(objectclass=Loc*)(objectclass=Coun*)(objectclass=St*)))
    Apr 16, 2009 8:23:04 AM Could not find container workstation,cdv,eacs
    Apr 16, 2009 8:23:04 AM EXIT getLdapDN - cn=EAST-DD33C7698F,workstation,cdv,eacs
    Apr 16, 2009 8:23:04 AM Could not find workstation: cn=EAST-DD33C7698F,workstation,cdv,eacs
    Apr 16, 2009 8:23:04 AM Connection closed: /10.100.17.79:1112
    Apr 16, 2009 8:23:04 AM Connection opened: /10.100.17.79:1113
    Apr 16, 2009 8:23:04 AM Header = POST /oneNet/wsimport HTTP/1.1
    NovINet: v2.0
    User-Agent: ZenHttp
    Host: zenwsimport:8039
    Content-Length: 944
    Connection: Keep-Alive
    Apr 16, 2009 8:23:04 AM contentLength = 944
    Apr 16, 2009 8:23:04 AM bytesRead=944 byteCount=944
    Apr 16, 2009 8:23:04 AM Content is UTF-16LE encoded.
    Apr 16, 2009 8:23:04 AM request = <?xml version="1.0" encoding="UTF-16LE"?>
    <new_ws>
    <computer>EAST-DD33C7698F</computer>
    <cpu>PENTIUM PRO</cpu>
    <dns>EAST-DD33C7698F.eacs.k12.in.us</dns>
    <subnet_mask>255.255.240.0</subnet_mask>
    <ip>10.100.17.79</ip>
    <ipx></ipx>
    <mac>00:0C:29:EB:03:74</mac>
    <os>WINXP (5.1 Service Pack 3)</os>
    <server>FS02</server>
    <user_dn>cdvteacher.Teacher.CDV.eacs</user_dn>
    <login_count>11</login_count>
    <auditing_version>7.0.1.0</auditing_version>
    </new_ws>
    Apr 16, 2009 8:23:04 AM OS = <linux>
    Apr 16, 2009 8:23:04 AM FindImport Policy serverDN = CN=hal.OU=core.O=eacs
    Apr 16, 2009 8:23:07 AM cn=HAL ZfD Package:General:Workstation Import,ou=core,o=eacs
    Apr 16, 2009 8:23:07 AM Version = ZfD4
    Apr 16, 2009 8:23:07 AM User name = cdvteacher
    Apr 16, 2009 8:23:07 AM IPX address =
    Apr 16, 2009 8:23:07 AM IP address = 10.100.17.79
    Apr 16, 2009 8:23:07 AM Subnet mask = 255.255.240.0
    Apr 16, 2009 8:23:07 AM DNS name = EAST-DD33C7698F.eacs.k12.in.us
    Apr 16, 2009 8:23:07 AM Computer name = EAST-DD33C7698F
    Apr 16, 2009 8:23:07 AM Server name = FS02
    Apr 16, 2009 8:23:07 AM OS = WINXP (5.1 Service Pack 3)
    Apr 16, 2009 8:23:07 AM CPU = PENTIUM PRO
    Apr 16, 2009 8:23:07 AM MAC address = 00:0C:29:EB:03:74
    Apr 16, 2009 8:23:07 AM Tree =
    Apr 16, 2009 8:23:07 AM Tree =
    Apr 16, 2009 8:23:07 AM User context = Teacher,CDV,eacs
    Apr 16, 2009 8:23:07 AM Login count = 11
    Apr 16, 2009 8:23:07 AM ENTER doContainerSearch - workstation,CDV,eacs
    Apr 16, 2009 8:23:07 AM "eacs" is not typed.
    Apr 16, 2009 8:23:07 AM "eacs" is not cached.
    Apr 16, 2009 8:23:07 AM searchContainer =
    Apr 16, 2009 8:23:07 AM filter = (&(name=eacs)(|(objectclass=Org*)(objectclass=Loc*)(objectclass=Coun*)(objectclass=St*)))
    Apr 16, 2009 8:23:07 AM Could not find container workstation,cdv,eacs
    Apr 16, 2009 8:23:07 AM Could not locate the target container.
    Apr 16, 2009 8:23:07 AM Connection closed: /10.100.17.79:1113
    When I switch to using a specific selected container, the workstation will import without any problems. I have deleted and recreated the policy, so I know that is not an issue. It looks like the problems is that the server is not recognizing that EACS is our "O" and consequently cannot figure out what context the rest of the container should be in - I am guessing based on the two "'eacs' is not typed" and "'eacs' is not cached" entries in the log.
    I have tried switching my specified container from a trailing period to a trailing comma, and several different combinations of periods and commas just to try to fix things to no avail. I upgraded all of the Zen components on the server from HP2 to HP3 except the imaging stuff, and it did not help the problem.
    Any help you can offer is appreciated!
    Aaron

  • Getting white screen when booting with alt key

    Hi, I've installed windows 7 with boot camp on my brand new iMac 27" on OS X Lion.
    Everything works fine when I configure boot camp to start as mac, or as windows.
    However If I press the alt key when booting, as per this tutorial http://labnol.blogspot.com/2006/04/boot-camp-tutorial-install-windows-xp.html I get a white screen and that's it. Any Idea as to what might be the problem?

    Hi
    Try resetting the Parameter RAM (PRAM) - pronounced peeram. Restart the mac and depress the P, R, alt and command keys simultaneously. You should hear the boot chime. Keep the keys depressed until you hear the boot chime three more times. Release the keys thereafter.
    Other possibilities are: you're filling up the hard drive and you need to clear some space; a problem is developing with the hard drive and/or directory structure. You need to run a disk repair utility such as fsck, DU's Repair Disk coupled with Repairing Privileges or something 3rd-Party such as Disk Warrior.
    Tony

  • ACE HTTP probe get - not able to contain '?' in URL?

    Trying to put a probe together..
    probe http probeElvis
    interval 5
    passdetect interval 10
    request method get url 8888/livelink/llisapi.dll?func=LL.getlogin&NextURL=%2Flivelink%2Fllisapi%2Edll%3FRedirect%3D1
    expect status 100 404
    connection term forced
    But when typing or pasting that URL in - when it gets to the '?" after llisapi.dll the CLI is interpreting that as a query for HELP - but i want it to be part of the string!!
    Is my only choice to go to TCL scripting? I don't know how to do that! I'm a network guy!! :)

    Precede the question mark with Ctrl-V to prevent the question mark from being interpreted as a help command.

  • Vignette does not seem to work with secondary Key?

    I have selected a persons face with the color picker and have a nice matt but it is effecting the second person in the shot as well, i check the Vignette box and place a circle around the person i want to effect and when i click the view matt so i just see the matt in the output i see the matt is working but the color correction is still being applied to the whole image? Why is this it should be limited to the shape i created shouldn't it??
    Thanks Mark

    Start from scratch with a new secondary and make sure you are enabling the secondary, applying the vignette and have selected inside for the focus.
    Noah
    Creator of Call Box training for Color(we go over this step by step on the disc btw)

  • ACE HTTP prove get - not able to contain '?' in URL?

    Trying to put a probe together..
    probe http probeElvis
    interval 5
    passdetect interval 10
    request method get url 8888/livelink/llisapi.dll?func=LL.getlogin&NextURL=%2Flivelink%2Fllisapi%2Edll%3FRedirect%3D1
    expect status 100 404
    connection term forced
    But when typing or pasting that URL in - when it gets to the '?" after llisapi.dll the CLI is interpreting that as a query for HELP - but i want it to be part of the string!!
    Is my only choice to go to TCL scripting? I don't know how to do that! I'm a network guy!! :)

    Hello Gilles.
    is there a cance to bypass the ctrl-v into the config? The reason i ask, i genereate my configs via a script and i then copy&past the whole config on the CLI.
    So i search for a solution to embed the ctrl-v into my configuration.
    I hope you have an idea for me.
    Sven

  • I have an iPhone3GS. The screen is showing an iTunes muscial note inside of circle with a USB cord underneath. The AT

    I have an older model iPhone 3GS. This morning I awoke to a screen that shows the iTunes logo with a USB cord underneath. The AT&T IT person says that I need to do a reset through the iTunes website but I cant find where I need to be. Can anyone offer any suggestions?

    I am having the same problem and it is even bigger.
    When opening a 1-page PDF in iBooks and sending it via mail it is sent inline as preview, but the recipient cannot open the file anymore. Also on iPad and iPhone there is no "open in" possible.
    Somehow the mail app does destroy the file. What is going wrong?

  • Class with composite Key,  attribute and relation

    Hello
    I am implementing the jpa part of my project however I have a quite common relation to set up between 2 tables and I think I am in the wrong way
    I have 3 entities : question - answer and project
    The code below should allow you to understand easierly :
    ----- project
    public class Project implements Serializable{
         private static final long serialVersionUID = 6478117913922953539L;
         @Id @GeneratedValue(strategy=GenerationType.IDENTITY)
         private Long ProjId;
         @Column(nullable = false)
         private String Name;
         @OneToMany(mappedBy="project",targetEntity=AnswerPK.class)
         private List<Answer> Answers;
    ------- question
    public class Question implements Serializable{
         private static final long serialVersionUID = -1231353969246302525L;
         @Id @GeneratedValue
         private Long QuestId;
         @Column(nullable = false)
         private String Label;
         @Column(nullable = false)
         private String Type;
    -------- Answer
    public class Answer implements Serializable{
         private static final long serialVersionUID = -690621748466361598L;
         @EmbeddedId
         private AnswerPK key;
         private String result;
    ----------- AnswerPK
    public class AnswerPK implements Serializable { 
         private static final long serialVersionUID = 9172011321649468776L;
         @ManyToOne(optional=false)
         @JoinColumn(name = "ProjId",nullable = false)
         private Project project;
         @OneToOne(optional=false)
         @JoinColumn(name = "QuestId",nullable = false)
         private Question question;
    however I got this error
    Caused by: org.hibernate.AnnotationException: Use of @OneToMany or @ManyToMany targeting an unmapped class: com.unmod.Domain.Project.Answers[com.unmod.Domain.AnswerPK]
    so I start thinking that's not the way to do that

    Numerous other things started going odd so I cleared out and re-installed jdev.
    The entities are generated correctly now.
    blew 4 hours on it though

  • HOW TO: Filter Data in a html CFGRID with the query attribute defined

    Does anyone know how I can filter the data of a html cfgrid,
    not throught an AJAX bind, but perhaps by exposing some
    functionality of the EXT code behind the cfgrid???
    Any help would be greatly appreciated.
    jorge loyo

    Got It!!!
    MY INPUT:
    <input
    id="searchString"
    name="searchString"
    type="text"
    onkeyup="ColdFusion.Grid.getGridObject('dg').getDataSource().filterBy(myfilterfunc)"/>
    MY FUNCTION
    <script>
    function myfilterfunc(record, id){
    var string =
    document.getElementById("searchString").value.toUpperCase();
    var columnArray = new Array("FIRST_NAME","LAST_NAME");
    //loop through record columns
    for(col_id in record.data){
    colName = col_id.toUpperCase();
    colValue = record.data[colName].toString().toUpperCase();
    //loop through list of columns to search in
    for(i=0; i<columnArray.length; i++){
    col2filter = columnArray
    .toString().toUpperCase();
    if(colName == col2filter && colValue.indexOf(string)
    > -1) return true;
    return false;
    </script>
    MY GRID:
    <cfgrid
    name="dg"
    query="employees"
    format="html">
    <cfgridcolumn name="first_name" header="FName">
    <cfgridcolumn name="last_name" header="LName">
    </cfgrid>

  • Multiple entries in a Z table with same key fields

    Hi
    I do have a ZTABLE, with 3 key fields defined earlier. It consists of around 1 lakh records. Later onwards, two of the non keyfields have been made to key fields.
    This table is being populated with records at the time of saving a ztransaction.
    But some times, the system is updating the same records, some times twice, sometimes thrice, etc. I got to know that all fields (both key fields and non-key fields) of the record are same. That is, records are being updated in to the database table n number of times may be depending of some false logic in the program.
    If I tried to enter the same using SM30, it is showing me an error message stating that the record is already existing.
    What can be the reson?

    Hi,
    It seems there is some kind of data inconsistency..try to get all the records and then delete the duplicate entries through program....Now once u r done , from now onwards there won't be any duplicate entiers.,also before updating table use filters to avoid the duplication..
    Regards,
    Nagaraj

  • Hi my iMac has decided to come up for the 5 time Work the ?  Symbol just tris time everytime i try to restart the iMac with any key it won't work, then I try also i knserted the installation dvd and it does not, If media is getting scratched in the drive

    Hi my iMac has decided to come up for the 5 time With the ?question mark   Symbol just this time when i try to restart the iMac with any key it won't work, then I try also to insert the installation dvd and stard with yhe C or D key
    Still no way to grt it starting, also I notice the DVD drive is getting scratched in the drive just before it outomaticly ejected.
    media is getting scratched after been used and ejected by my iMac without loading .
    Please help!!! I  to finish my college work and have no way of  work on it! HELP
    Thanks

    Boot off your *original* Install Disk while holding down the *d key*, (not c key), then run the extended Apple Hardware Test. Some disks require you to use the Option key at bootup to select AHT. Some models have a separate AHT CD. Some have it on the Disc #2.
    The Memory test can really only be trusted if it finds a problem, not if it doesn't find a problem.
    Memtest OS X...
    http://www.memtestosx.org/joomla/index.php
    Rember is a freeware GUI for the memtest ...
    http://tech.kateva.org/2005/10/rember-freeware-memory-test-utility.html

  • When I power up my Mac-Pro I only get  a flashing file folder with a ? inside the folder. I suspect my hard drive is maxed to capacity can anyone help me as to what I should do?

    When I power up my Mac-Pro I only get  a flashing file folder with a ? inside the folder. I suspect my hard drive is maxed to capacity can anyone help me as to what I should do?

    Whatever the problem is you no longer have a bootable system. You need to try reinstalling OS X.
    Reinstall Snow Leopard without erasing the drive
    1. Repair the Hard Drive and Permissions
    Boot from your Snow Leopard Installer disc. After the installer loads select your language and click on the Continue button. When the menu bar appears select Disk Utility from the Utilities menu. After DU loads select your hard drive entry (mfgr.'s ID and drive size) from the the left side list.  In the DU status area you will see an entry for the S.M.A.R.T. status of the hard drive.  If it does not say "Verified" then the hard drive is failing or failed. (SMART status is not reported on external Firewire or USB drives.) If the drive is "Verified" then select your OS X volume from the list on the left (sub-entry below the drive entry,) click on the First Aid tab, then click on the Repair Disk button. If DU reports any errors that have been fixed, then re-run Repair Disk until no errors are reported. If no errors are reported click on the Repair Permissions button. Wait until the operation completes, then quit DU and return to the installer.
    If DU reports errors it cannot fix, then you will need Disk Warrior and/or Tech Tool Pro to repair the drive. If you don't have either of them or if neither of them can fix the drive, then you will need to reformat the drive and reinstall OS X.
    2. Reinstall Snow Leopard
    If the drive is OK then quit DU and return to the installer.  Proceed with reinstalling OS X.  Note that the Snow Leopard installer will not erase your drive or disturb your files.  After installing a fresh copy of OS X the installer will move your Home folder, third-party applications, support items, and network preferences into the newly installed system.
    Download and install Mac OS X 10.6.8 Update Combo v1.1.
    Reinstalling Lion/Mountain Lion Without Erasing the Drive
    Boot to the Recovery HD: Restart the computer and after the chime press and hold down the COMMAND and R keys until the menu screen appears. Alternatively, restart the computer and after the chime press and hold down the OPTION key until the boot manager screen appears. Select the Recovery HD and click on the downward pointing arrow button.
    Repair the Hard Drive and Permissions: Upon startup select Disk Utility from the main menu. Repair the Hard Drive and Permissions as follows.
    When the recovery menu appears select Disk Utility. After DU loads select your hard drive entry (mfgr.'s ID and drive size) from the the left side list.  In the DU status area you will see an entry for the S.M.A.R.T. status of the hard drive.  If it does not say "Verified" then the hard drive is failing or failed. (SMART status is not reported on external Firewire or USB drives.) If the drive is "Verified" then select your OS X volume from the list on the left (sub-entry below the drive entry,) click on the First Aid tab, then click on the Repair Disk button. If DU reports any errors that have been fixed, then re-run Repair Disk until no errors are reported. If no errors are reported click on the Repair Permissions button. Wait until the operation completes, then quit DU and return to the main menu.
    Reinstall Lion/Mountain Lion: Select Reinstall Lion/Mountain Lion and click on the Continue button.
    Note: You will need an active Internet connection. I suggest using Ethernet if possible because it is three times faster than wireless.

Maybe you are looking for

  • Flex 2 Instructor Needed

    Hello Everyone, Fig Leaf Software is looking for a certified Flex 2 Instructor for the Flex 2: Building Dashboard Applications course at our facility in Washington, DC April 23-24. Please email me if you are interested- [email protected] Thanks! Step

  • Php form processing script

    Hi. I got a program to write a php form processing script. My submit form is for photo submission to my domain email. I published to site and did a test to see if it works i got this error: Warning: require_once(F:\Domains\mydomain\mydomain.com\wwwro

  • Does iDVD actually convert NTSC/PAL?

    I was just dozing on the bed and had a moment of clarity... Well, I've recently got a new iMac and got into this DVD thing I shoot movies of my family and send them back home on DVD. I'm in Japan (NTSC) and the family's back in England (PAL). My came

  • 2 mouse events

    i have a panel over which i need to implement mouse listeners for 2 different things. 1)One mouse listener is invoked when the user first clicks on a button and then clicks on the panel. 2) Other mouse listener is invoked when user directly clicks on

  • AD does not respond to DNS adn DHCP server anymore and doesnot accept new computers

    Hi guys I had some trouble with my Setup as i took over from someone else. I had some trouble setting up the VPN server on the windows server 2008 R2 and by the way the issue was the internet was getting too slow until it was literally stops (ping ti