In-Memory Query execution mode rendering results but "both" as execution mode do not.

Hi,
I am facing this strange issue of fetching some rows based on my view criteria.
I delete some rows and make them as inactive. Then I search for those rows by using filter as "inactive" rows. I get the result as expected. But then, if I enter any other filed apart from inactive condition, I do not get that record even when that record is present in the list.
I looked out for the query execution mode for my VC based on which my rows are fetched. I found that if I keep the Query execution mode as "In-Memory" I am able to get the result but if I give the query execution mode as "Both", I do not get results even though the other factors are still same for it.
Due to model settings, I can't use "In-Memory" as the query execution mode.
I get the results properly after I commit my changes to DB,however.
How can I proceed here?

Hi,
apparently the JDeveloper version you use does not work with "Both", which I suspect to be a bug. If you are on a latest version of JDeveloper 11g R1, JDeveloper 11g R2 or on JDeveloper 12c, please file a bug if you have access to customer support. If you are not yet on a latest version of JDeveloper, please try a newer version of your JDeveloper release.
Frank

Similar Messages

  • We are on holiday in Mexico. Our iPad has no problem connecting to the Internet through a subscription WiFi network. But, both of our laptops can not with the same password. What can we try?

    We are on holiday in Mexico. Our iPad2 has no problem connecting to the Internet through our hotel's subscription WiFi network. But, both of our macbookpros can not with the same password. What can we try?
    We can join the network, but can not access the Internet. The password is correct. We have tried network assistant and diagnostics, restarting the laptops, re-joining the network. Our iPhone 4s also works all the time.
    Same location. Signal strength is good.

    Since I couldn't figure out a way to edit our original post, here's another potential clue.
    Our laptops, when in System Preferences>Network, say "WiFi has the self-assigned IP address of XXXXXXXXX and will not be able to connect to the Internet".
    Strangely, my six year old MBP running OS 10.6.8 accessed the Internet straight away, just by opening Safari to my home page. My wife's six month old MBP running OS 10.7.2 could not.

  • Hi. I cannot trash photos from an album. Options are "remove from album" or "trash" but both only remove from album not the library

    Hi. I cannot trash photos from an album. Options are "remove from album" or "trash" but both only remove from album not the library. The only way to trash photos is to go to the library/photos and trash from there which is a bit annoying!

    If you click the arrow in the right lower corner of the photo in the album, you should see the Trash can. Is it not there?
    Or use the key combination option-command-delete  ⌥⌘⌫  .

  • Testing App Mod shows results, but none in page...

    I created a VO that displays data (no where clause) and added it to the App Mod. Tested it and see all the data. Added the data control to my .jspx page as read-only table with 4 columns. Run the page and get 'No rows yet.' The credentials are in the db connection... why would I get no results?
    BTW - no errors in log in JDev... connection is to a SQL 2000 server database... Thanks!
    Message was edited by:
    ginnim

    FROM ((RPT.[Personnel Outgoing Visit]
    INNER JOIN RPT.Personnel ON RPT.[Personnel Outgoing Visit].[Employee Record Number] = RPT.Personnel.[Employee Record Number])
    INNER JOIN RPT.[Outgoing Visit] ON RPT.[Personnel Outgoing Visit].[Outgoing Visit Record Number] = RPT.[Outgoing Visit].[Outgoing Visit Record Number])
    INNER JOIN RPT.Facility ON RPT.[Outgoing Visit].[To Facility Code] = RPT.Facility.[Facility Code]
    WHERE ((RPT.[Personnel Outgoing Visit].[Start Date] < CURRENT_TIMESTAMP) AND (RPT.[Personnel Outgoing Visit].[End Date] > CURRENT_TIMESTAMP))
    07/05/01 13:36:19 [359] ViewObject: VisitClearances Estimated Row Count Query Statement:
    07/05/01 13:36:19 [360] "SELECT count(1) FROM (SELECT RPT.[Outgoing Visit].[From Facility Code], RPT.[Personnel Outgoing Visit].[Employee Name] AS EMP_NAME, RPT.Personnel.[Employee Number] AS EMP_ID, RPT.Personnel.[Cost Center] AS COST_CENTER, LEFT(RPT.Personnel.[Cost Center], 2) AS DIVISION, RPT.[Outgoing Visit].[Clearance Required] AS CLASSIFICATION, RPT.[Personnel Outgoing Visit].[Start Date] AS START_DATE, RPT.[Personnel Outgoing Visit].[End Date] AS END_DATE, RPT.Facility.Organization, RPT.Facility.City AS CITY, RPT.Facility.State AS STATE, RPT.[Personnel Outgoing Visit].POC AS POC, RPT.[Outgoing Visit].[Visit Purpose] AS PURPOSE
    FROM ((RPT.[Personnel Outgoing Visit]
    INNER JOIN RPT.Personnel ON RPT.[Personnel Outgoing Visit].[Employee Record Number] = RPT.Personnel.[Employee Record Number])
    INNER JOIN RPT.[Outgoing Visit] ON RPT.[Personnel Outgoing Visit].[Outgoing Visit Record Number] = RPT.[Outgoing Visit].[Outgoing Visit Record Number])
    INNER JOIN RPT.Facility ON RPT.[Outgoing Visit].[To Facility Code] = RPT.Facility.[Facility Code]
    WHERE ((RPT.[Personnel Outgoing Visit].[Start Date] < CURRENT_TIMESTAMP) AND (RPT.[Personnel Outgoing Visit].[End Date] > CURRENT_TIMESTAMP))) ESTCOUNT"
    07/05/01 13:36:19 [361] DBTransactionImpl.createPreparedStatement failed...
    07/05/01 13:36:19 [362] java.sql.SQLException: [Microsoft][SQLServer 2000 Driver for JDBC]Can't start a cloned connection while in manual transaction mode.
         at com.microsoft.jdbc.base.BaseExceptions.createException(Unknown Source)
         at com.microsoft.jdbc.base.BaseExceptions.getException(Unknown Source)
         at com.microsoft.jdbc.base.BaseConnection.getImplConnection(Unknown Source)
         at com.microsoft.jdbc.base.BaseStatement.setupImplConnection(Unknown Source)
         at com.microsoft.jdbc.base.BaseStatement.<init>(Unknown Source)
         at com.microsoft.jdbc.base.BasePreparedStatement.<init>(Unknown Source)
         at com.microsoft.jdbc.base.BaseConnection.prepareStatement(Unknown Source)
         at com.microsoft.jdbc.base.BaseConnection.prepareStatement(Unknown Source)
         at oracle.jbo.server.DBTransactionImpl.createPreparedStatement(DBTransactionImpl.java:3399)
         at oracle.jbo.server.DBTransactionImpl2.createPreparedStatement(DBTransactionImpl2.java:428)
         at oracle.jbo.server.ViewObjectImpl.getQueryHitCount(ViewObjectImpl.java:2258)
         at oracle.jbo.server.ViewObjectImpl.getQueryHitCount(ViewObjectImpl.java:2227)
         at oracle.jbo.server.QueryCollection.getEstimatedRowCount(QueryCollection.java:2560)
         at oracle.jbo.server.ViewRowSetImpl.getEstimatedRowCount(ViewRowSetImpl.java:1965)
         at oracle.jbo.server.ViewObjectImpl.getEstimatedRowCount(ViewObjectImpl.java:5987)
         at oracle.adf.model.bc4j.DCJboDataControl.getEstimatedRowCount(DCJboDataControl.java:965)
         at oracle.adf.model.binding.DCIteratorBinding.getEstimatedRowCount(DCIteratorBinding.java:2969)
         at oracle.jbo.uicli.binding.JUCtrlRangeBinding.getEstimatedRowCount(JUCtrlRangeBinding.java:115)
         at oracle.adfinternal.view.faces.model.binding.FacesCtrlRangeBinding$FacesModel.getRowCount(FacesCtrlRangeBinding.java:395)
         at oracle.adf.view.faces.component.UIXCollection.getRowCount(UIXCollection.java:271)
         at oracle.adf.view.faces.model.ModelUtils.findLastIndex(ModelUtils.java:117)
         at oracle.adf.view.faces.component.TableUtils.getLast(TableUtils.java:65)
         at oracle.adf.view.faces.component.TableUtils.getLast(TableUtils.java:39)
         at oracle.adfinternal.view.faces.renderkit.core.xhtml.table.TableUtils.getVisibleRowCount(TableUtils.java:125)
         at oracle.adfinternal.view.faces.renderkit.core.xhtml.table.RowData.<init>(RowData.java:22)
         at oracle.adfinternal.view.faces.renderkit.core.xhtml.table.TableRenderingContext.<init>(TableRenderingContext.java:56)
         at oracle.adfinternal.view.faces.renderkit.core.xhtml.TableRenderer.createRenderingContext(TableRenderer.java:375)
         at oracle.adfinternal.view.faces.renderkit.core.xhtml.TableRenderer.encodeAll(TableRenderer.java:198)
         at oracle.adfinternal.view.faces.renderkit.core.xhtml.DesktopTableRenderer.encodeAll(DesktopTableRenderer.java:80)
         at oracle.adfinternal.view.faces.renderkit.core.CoreRenderer.encodeEnd(CoreRenderer.java:169)
         at oracle.adf.view.faces.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:624)
         at oracle.adf.view.faces.component.UIXCollection.encodeEnd(UIXCollection.java:456)
         at oracle.adfinternal.view.faces.uinode.UIComponentUINode._renderComponent(UIComponentUINode.java:317)
         at oracle.adfinternal.view.faces.uinode.UIComponentUINode.render(UIComponentUINode.java:262)
         at oracle.adfinternal.view.faces.uinode.UIComponentUINode.render(UIComponentUINode.java:239)
         at oracle.adfinternal.view.faces.ui.composite.ContextPoppingUINode$ContextPoppingRenderer.render(ContextPoppingUINode.java:224)
         at oracle.adfinternal.view.faces.ui.BaseUINode.render(BaseUINode.java:346)
         at oracle.adfinternal.view.faces.ui.BaseUINode.render(BaseUINode.java:301)
         at oracle.adfinternal.view.faces.ui.BaseRenderer.renderChild(BaseRenderer.java:412)
         at oracle.adfinternal.view.faces.ui.BaseRenderer.renderIndexedChild(BaseRenderer.java:330)
         at oracle.adfinternal.view.faces.ui.BaseRenderer.renderIndexedChild(BaseRenderer.java:222)
         at oracle.adfinternal.view.faces.ui.BaseRenderer.renderContent(BaseRenderer.java:129)
         at oracle.adfinternal.view.faces.ui.BaseRenderer.render(BaseRenderer.java:81)
         at oracle.adfinternal.view.faces.ui.laf.base.xhtml.XhtmlLafRenderer.render(XhtmlLafRenderer.java:69)
         at oracle.adfinternal.view.faces.ui.BaseUINode.render(BaseUINode.java:346)
         at oracle.adfinternal.view.faces.ui.BaseUINode.render(BaseUINode.java:301)
         at oracle.adfinternal.view.faces.ui.BaseRenderer.renderChild(BaseRenderer.java:412)
         at oracle.adfinternal.view.faces.ui.BaseRenderer.renderIndexedChild(BaseRenderer.java:330)
         at oracle.adfinternal.view.faces.ui.BaseRenderer.renderIndexedChild(BaseRenderer.java:222)
         at oracle.adfinternal.view.faces.ui.BaseRenderer.renderContent(BaseRenderer.java:129)
         at oracle.adfinternal.view.faces.ui.BaseRenderer.render(BaseRenderer.java:81)
         at oracle.adfinternal.view.faces.ui.laf.base.xhtml.XhtmlLafRenderer.render(XhtmlLafRenderer.java:69)
         at oracle.adfinternal.view.faces.ui.BaseUINode.render(BaseUINode.java:346)
         at oracle.adfinternal.view.faces.ui.BaseUINode.render(BaseUINode.java:301)
         at oracle.adfinternal.view.faces.ui.BaseRenderer.renderChild(BaseRenderer.java:412)
         at oracle.adfinternal.view.faces.ui.BaseRenderer.renderIndexedChild(BaseRenderer.java:330)
         at oracle.adfinternal.view.faces.ui.BaseRenderer.renderIndexedChild(BaseRenderer.java:222)
         at oracle.adfinternal.view.faces.ui.BaseRenderer.renderContent(BaseRenderer.java:129)
         at oracle.adfinternal.view.faces.ui.laf.base.xhtml.BorderLayoutRenderer.renderIndexedChildren(BorderLayoutRenderer.java:42)
         at oracle.adfinternal.view.faces.ui.laf.base.xhtml.BorderLayoutRenderer.renderContent(BorderLayoutRenderer.java:71)
         at oracle.adfinternal.view.faces.ui.BaseRenderer.render(BaseRenderer.java:81)
         at oracle.adfinternal.view.faces.ui.laf.base.xhtml.XhtmlLafRenderer.render(XhtmlLafRenderer.java:69)
         at oracle.adfinternal.view.faces.ui.BaseUINode.render(BaseUINode.java:346)
         at oracle.adfinternal.view.faces.ui.BaseUINode.render(BaseUINode.java:301)
         at oracle.adfinternal.view.faces.ui.BaseRenderer.renderChild(BaseRenderer.java:412)
         at oracle.adfinternal.view.faces.ui.BaseRenderer.renderIndexedChild(BaseRenderer.java:330)
         at oracle.adfinternal.view.faces.ui.BaseRenderer.renderIndexedChild(BaseRenderer.java:222)
         at oracle.adfinternal.view.faces.ui.BaseRenderer.renderContent(BaseRenderer.java:129)
         at oracle.adfinternal.view.faces.ui.BaseRenderer.render(BaseRenderer.java:81)
         at oracle.adfinternal.view.faces.ui.laf.base.xhtml.XhtmlLafRenderer.render(XhtmlLafRenderer.java:69)
         at oracle.adfinternal.view.faces.ui.BaseUINode.render(BaseUINode.java:346)
         at oracle.adfinternal.view.faces.ui.BaseUINode.render(BaseUINode.java:301)
         at oracle.adfinternal.view.faces.ui.composite.UINodeRenderer.renderWithNode(UINodeRenderer.java:90)
         at oracle.adfinternal.view.faces.ui.composite.UINodeRenderer.render(UINodeRenderer.java:36)
         at oracle.adfinternal.view.faces.uinode.UIXComponentUINode.renderInternal(UIXComponentUINode.java:177)
         at oracle.adfinternal.view.faces.uinode.UINodeRendererBase.encodeEnd(UINodeRendererBase.java:53)
         at oracle.adf.view.faces.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:624)
         at oracle.adfinternal.view.faces.renderkit.RenderUtils.encodeRecursive(RenderUtils.java:54)
         at oracle.adfinternal.view.faces.renderkit.core.CoreRenderer.encodeChild(CoreRenderer.java:242)
         at oracle.adfinternal.view.faces.renderkit.core.CoreRenderer.encodeAllChildren(CoreRenderer.java:265)
         at oracle.adfinternal.view.faces.renderkit.core.xhtml.PanelPartialRootRenderer.renderContent(PanelPartialRootRenderer.java:65)
         at oracle.adfinternal.view.faces.renderkit.core.xhtml.BodyRenderer.renderContent(BodyRenderer.java:117)
         at oracle.adfinternal.view.faces.renderkit.core.xhtml.PanelPartialRootRenderer.encodeAll(PanelPartialRootRenderer.java:147)
         at oracle.adfinternal.view.faces.renderkit.core.xhtml.BodyRenderer.encodeAll(BodyRenderer.java:60)
         at oracle.adfinternal.view.faces.renderkit.core.CoreRenderer.encodeEnd(CoreRenderer.java:169)
         at oracle.adf.view.faces.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:624)
         at javax.faces.webapp.UIComponentTag.encodeEnd(UIComponentTag.java:645)
         at javax.faces.webapp.UIComponentTag.doEndTag(UIComponentTag.java:568)
         at oracle.adf.view.faces.webapp.UIXComponentTag.doEndTag(UIXComponentTag.java:100)
         at EVCsjspx._jspService(_EVCs_jspx.java:823)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:462)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:598)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:522)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:712)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:369)
         at com.evermind.server.http.ServletRequestDispatcher.unprivileged_forward(ServletRequestDispatcher.java:286)
         at com.evermind.server.http.ServletRequestDispatcher.access$100(ServletRequestDispatcher.java:50)
         at com.evermind.server.http.ServletRequestDispatcher$2.oc4jRun(ServletRequestDispatcher.java:192)
         at oracle.oc4j.security.OC4JSecurity.doPrivileged(OC4JSecurity.java:283)
         at com.evermind.server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:197)
         at com.sun.faces.context.ExternalContextImpl.dispatch(ExternalContextImpl.java:346)
         at com.sun.faces.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:152)
         at oracle.adfinternal.view.faces.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:157)
         at com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:107)
         at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:245)
         at com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:137)
         at javax.faces.webapp.FacesServlet.service(FacesServlet.java:214)
         at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)
         at oracle.adfinternal.view.faces.webapp.AdfFacesFilterImpl._invokeDoFilter(AdfFacesFilterImpl.java:228)
         at oracle.adfinternal.view.faces.webapp.AdfFacesFilterImpl._doFilterImpl(AdfFacesFilterImpl.java:197)
         at oracle.adfinternal.view.faces.webapp.AdfFacesFilterImpl.doFilter(AdfFacesFilterImpl.java:123)
         at oracle.adf.view.faces.webapp.AdfFacesFilter.doFilter(AdfFacesFilter.java:103)
         at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:15)
         at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:162)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:620)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:369)
         at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:865)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:447)
         at com.evermind.server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:215)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:117)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:110)
         at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
         at oracle.oc4j.network.ServerSocketAcceptHandler.procClientSocket(ServerSocketAcceptHandler.java:239)
         at oracle.oc4j.network.ServerSocketAcceptHandler.access$700(ServerSocketAcceptHandler.java:34)
         at oracle.oc4j.network.ServerSocketAcceptHandler$AcceptHandlerHorse.run(ServerSocketAcceptHandler.java:880)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:298)
         at java.lang.Thread.run(Thread.java:595)

  • HT204088 My daughters have Itunes accounts that are connected to my credit card.  I continue to have charges, but both daughters insist that are not downloading.  How can I find out which account is being billed on my credit card?

    I am trying to find out which one of my daughters is buying music through I tunes and is posting to my credit card.  How can I find this out.  I have the transaction numbers from my credit card.

    If they have separate iTunes accounts then you can check each account on your computer's iTunes : log into an account on your computer's iTunes via the Store > View Account menu option, and you should then see a Purchase History section with a 'see all' link to the right of it. Click on that and you should then see a list of its purchases.
    If they share the same account then you can't tell, the purchase history doesn't show the device or computer that a purchase was made on.

  • I'm trying to add my Linux netbook to my sync account but both my windows computers will not show the "Add Device" button in any of the sync management screens

    I'm trying a new Linux build on a net book that I use for playing with non windows OS. In the process of setting up the fresh OS install I wanted in get my Firefox account set up to that I didn't have to spend lots of time working on that one thing. I'm no stranger to the browser sync and have attached several of my computers and tablets with a number of different OS to the account with little trouble including the Firefox of the previous Linux build that was on the net book. The problem now is that on both of my to main computers, a windows 7 desktop and a windows 8.1 tablet, both running the latest Firefox, I am unable to find the "add device" button in any of the sync management screens. This includes the browsers built in options screen as well as the Firefox manage account page. The first gives me options for disconnecting the account, going to the manage screen, several check boxes for what can be synced, and the device name. The manage screen, after logging in, only give me options for signing out, changing password, and deleting the account. Any help figuring out why the add device button seem to be missing from both these devices would be greatly appreciated.

    Please check your Firefox Installation's version. (can be found by clicking the main menu, either clicking or hovering over the help button, and then clicking about firefox in the sub menu). depending on how long ago you set up sync you may still be using the older sync version. firefox 29 introduced a new (and might i add far less tedious) sync version. see [[How to update to the new Firefox Sync|this Mozilla support article]] for information on upgrading your sync to the new version.

  • 3.5 Query Designer has 'row' in the footer of results but 7.0 has 'page'

    3.5 Query Designer has 'row' in the footer of results but 7.0 has 'page' is there a way to change 7.0 to have 'row' instead of 'page'? We would prefer to see how many rows of data we have. I didn't know if this was a parameter they may be able to be changed.
    Thanks,
    Diane

    I donot think there is way to display Row instead of Page.
    Also in 7.0. It is based on cells.

  • DB buffer cache vs. SQL query & PL/SQL function result cache

    Hi all,
    Started preparing for OCA cert. just myself using McGraw Hill's exam guide. Have a question about memory structures.
    Actually, DB buffer cache is used to copy e.g. SELECT queries result data blocks, that can be reused by another session (server process).
    There is also additional otion - SQL query & PL/SQL function result cache (from 11g), where also stored the results of such queries.
    Do they do the same thing or nevertheless there is some difference, different purpose?
    thanks in advance...

    There is also additional otion - SQL query & PL/SQL function result cache (from 11g), where also stored the results of such queries.Result cache located in shared pool.So it is one component of shared pool.When server process execute query(and if you configured result cache) then result will store in shared pool.Then next execution time run time mechanism will detect and consider using result cache without executing this query(if data was not changed this is happen detection time)
    Do they do the same thing or nevertheless there is some difference, different purpose?.Buffer cache and result cache are different things and purpose also,but result cache introduced to improve response time of query in 11g(but such mechanism also implemented in 10g subquery execution,in complex query).In buffer cache holds data blocks but not such results.
    Edited by: Chinar on Nov 4, 2011 4:40 AM
    (Removing lots of "But" word from sentences :-) )

  • Command for:  Access Mode for Result Set

    Hi
    Does anyone know if there is a command for "Access Mode for Result Set". 
    The default view for my characteristic in my query is "Characteristic Relationships".
    I would like to have a command button for the user to be able to change the access mode to "Posted Values"
    I have searched through all the commands but was unable to find this command.
    OR if it is not available does anyone know the XHTML that I could enter into the web template.
    Thanks in advance.
    Ian

    Hi
    Does anyone know if there is a command for "Access Mode for Result Set". 
    The default view for my characteristic in my query is "Characteristic Relationships".
    I would like to have a command button for the user to be able to change the access mode to "Posted Values"
    I have searched through all the commands but was unable to find this command.
    OR if it is not available does anyone know the XHTML that I could enter into the web template.
    Thanks in advance.
    Ian

  • Using previous rendering result

    Hello all,
    I write an effect plugin which work interactively with layer/composition viewer. Effect uses its own brush (see Paint or Distort->Liquify effects for example) and user can draw something on video with this effect.
    Example:
    So i rerender current frame with each user action (with each new brush stroke added). I save all strokes and can render resulting frame from "source" layer frame, but this way is a bit slow. More efficient solution is to use result of previous rendering and apply new brush stroke to it.
    Is there a way to get previous rendering result for current frame in AE? (it should be saved in cache at least).
    Thanks!

    Thx for reply, shachar!
    shachar carmi wrote:
    i'll begin with the bad news.
    you can't ask AE for the last output of your plug-in.
    maybe it's cached, maybe it's not, but either way you can't access it.
    Thx, my doubts are gone)
    shachar carmi wrote:
     you can cache it yourself in the sequence_data memory block.checkout the following thread:
    http://forums.adobe.com/message/2732025#273202
    it's very similar to what you'd want to do if you choose to cache your output.
    Yes, i agree. I thought about it too. But when I attempted to realize this solution first I faced with the problem of input frame resolution chaos (when AE can't calculate result realtime, it try to get result with lower resolution). Indeed, your proposal partially solves the problem.
    Thanks again.

  • Different Results Remote vs Local Execution

    Hello community,
    Working with powershell v2, I get hung up on problem.
    When I run the command "get-childitem -Recurse " on a remote machine using invoke-command, most of the Length values of the output evaluate to 0. But if I run the command on the local machine I get the expected output with the values
    not being zero.
    Any help will be appreciated!
    Martin
    Edit: It is v2 on most of the systems, including the sever hosting the scripts.

    Thank you for your answer Chen.
    Unluckily I don't think it is about the folders. The command "get-Childitem -Path xyc -Recurse" produces the correct output if run
    locally. 
    But if I run I from a remote machine it produces the wrong output. Sample output following:
    Mode       LastWriteTime             Length          Name                                                   PSComputerName
    -ar--        12.10.2011     17:13      2342          something.cab                                       someServer
    -ar--        13.10.2010     16:59   938211           something.exe                                       someServer
    -ar--        04.01.2012     19:09     61455          something..exe             ´                      
    someServer
    -ar--        12.10.2011     17:13           0          something.cab                                       someServer
    -ar--        13.10.2010     16:59          0           something.exe                                       someServer
    -ar--        04.01.2012     19:09          0           something..exe             ´                      
    someServer
    It starts normally and then stops giving out the proper length at some point somehow.
    Some more context: I use a script starting one invoke-command as a job on different servers at the same time and then collecting the results. On some severs the remote result matches the local execution and on others others it doesn't.
    On the different servers, I use the same credentials, that I use for the local execution for the remote execution.

  • Query sometimes returns no results

    In our project, we have some EJB2.1 CMP beans with a redirect finder. The Redirect finder uses Toplink expression to build a ReadAllQuery. The expression provides a kind of findByExample implementation which toplink does not support for Entity beans. During testing the method the query results are most of the time as expected, however sometimes no objects are returned.
    I did some debugging and comparison of log file in case of the correct case and the case where it goes wrong. The difference is in the result of method expression.doesConform(). In the correct case, the following exception is thrown (the text is translated from dutch, so it will differ from original english message):
    [TOPLINK-6092] (TopLink (Oracle OC4J CMP) - 10g Release 3 (10.1.3.1.0) (Build 061004)): oracle.toplink.exceptions.QueryException
    Description exception: A non instantiated ValueHolder has been detected. Instantiate the Valueholders before execute this query in memory.
    In the case where it goes wrong (no results), the doesConform method simply returns false.
    I assume it has to do with in-memory querying, and I have tried to change some of the setting available (caching, conform result in unit of work,..). all of those did not solve the problem.
    Hope somebody can help me out here.

    We found a workaround for this problem.
    Our expression contained a LIKE "%%%:%%" or something similar, but the important thing here that if subsequent % are the cause of the problem. when we remove the subsequent % (so we have "%:%") then the result of the query is always the same.
    Although I don't understand what the cause of the problem is, we have a solution for this issue.

  • How to get the fixed result in a DES/CBC mode with fixed input data and fix

    How to get the fixed result in a DES/CBC mode with fixed input data and fixed key. Below is my program , I tried to get the checksum of the DESInputData with the DESKeyData, but each time the result is different.
    below is my code:
    byte[] DESKeyData = {(byte)0x01 ,(byte)0x01 ,(byte)0x01 ,(byte)0x01, (byte)0x01 ,(byte)0x01 ,(byte)0x01 ,(byte)0x01 };
    byte[] DESInputData = {(byte)0x31 ,(byte)0x31 ,(byte)0x31 ,(byte)0x31,(byte)0x31 ,(byte)0x31 ,(byte)0x31 ,(byte)0x31 };
    SecretKeySpec skey = new SecretKeySpec( DESKeyData, "DES" );
    Cipher cipher = Cipher.getInstance("DES/CBC/NoPadding");
    cipher.init( Cipher.ENCRYPT_MODE, skey );
    byte[] result = cipher.doFinal( DESInputData );

    Use class javax.crypto.spec.IvParameterSpec to specify IV for CBC mode cipher:
    // Create CBC-mode triple-DES cipher.
    Cipher c = Cipher.getInstance("DESede/CBC/PKCS5Padding");
    // Specify IV.
    IvParameterSpec iv = new IvParameterSpec(new byte[] { (byte)0x01, (byte)0x23, (byte)0x45, (byte)0x67, (byte)0x89, (byte)0xAB, (byte)0xCD, (byte)0xEF });
    // Initialize cipher with proper IV.
    c.init(Cipher.ENCRYPT_MODE, yourKey, iv);
    // Encrypt and decrypt should work ok now.
    For more info about cryptography, search the Internet for IntroToCrypto.pdf from mr. Phil Zimmerman. This document is also part of PGP (http://www.pgp.com).
    An excellent book is 'Applied Cryptography' from Bruce Schneier (http://www.counterpane.com/applied.html).
    Regards,
    Ronald Maas

  • WMI Query to SCCM 2012 results zero results in c#

    In 2007 this works without issues, however in 2012 when attempting the 2nd query it returns zero results.  However if I do this manually I can produce results...Here is my code:
    using (WqlConnectionManager connection = Connect(getServer))
       string query = "select * from SMS_ObjectContainerItem WHERE ContainerNodeID='" + ProfileID + "'";              
       foreach (IResultObject getobject in connection.QueryProcessor.ExecuteQuery(query))
         getPackageID = getobject["InstanceKey"].StringValue;
         query = "select * from SMS_Collection WHERE CollectionID='" + getPackageID + "'";
    **This is where it will return zero results**
         foreach (IResultObject searchID in connection.QueryProcessor.ExecuteQuery(query))
            CMProfiles profile = new CMProfiles();
            profile.Name = searchID["Name"].StringValue;
            profile.ID = getPackageID;
            results.Add(profile);
    I'm pulling my hairs trying to understand by the 2nd query is not returning any results. When this works fine in SCCM 2007

    What you are using here are the SDK libraries, which are admittedly very thin wrappers around WMI, but not quite.  Have you tried implementing this directly using WMI?  I have written software that manipulates 2007 / 2012 and eventually found that
    the SDK libraries just sort of got in my way, so now I do all of my interactions with SCCM directly with WMI and forgoe the SDK libraries.
    Before I changed over, I did find that there are some oddities in using the SDK.  What I eventually found that worked for me was to bind to the 2007 SDK libraries, deliver them with my application and use the 2007 libraries regardless of if I was connecting
    to 2007 or 2012.  What I found was that I would run into issues using the 2012 libraries to talk to 2007, but the 2007 libraries would work fine with both.
    I have tested your queries, directly using WMI and PowerShell on a 2012 server and they work fine.  I am presuming that the folder that you are attempting to access is a Device Collection folder.
    Once again, I would suggest using WMI directly, especially if making a product that will work with 2007 and 2012; you will be a much happier person.
    It would be greatly appreciated if you would mark any helpful entries as helpful and if the entry answers your question, please mark it with the Answer link.

  • Embedding Flash swf in Google Site displays NaN output but works in Debug mode

    Hello,
    I am loading a text file with three variables into a flash file (CS5). The flash file then calculates and prints the three values based on some calculations. I am storing the text file as an attachment on the google page in which I am embedding the swf file. What's weird is that the flash file plays correctly in debugging mode (i.e., prints the 3 variables correctly), but as soon as I upload the swf to the Google site page (as an attachment in the same location as the text file), the flash file outputs NaN. I am stuck as to why the file works in debug mode in Flash, but not when it's uploaded to the google site page. I have tried storing the text file on SharePoint and referencing it from there, but I get the same results when viewing the swf on the Google site page.
    Is it because the google site page is using SSL?
    I am fairly new to flash, so any help would be appreciated.
    Thanks!
    Lori
    Variables.txt stores this: "current=6950&goal=7175&low=6950"
    Here is the code in my flash file:
    _global.getPercent = "";
    myvars = new LoadVars();
    myvars.load("variables.txt");
    myvars.onLoad = function(success){
              l = Number(myvars.low);
              c = Number(myvars.current);
              g = Number(myvars.goal);
              getPercent = (c-l)/(g-l);
              if (getPercent > 0) {
                        colorshow._height = (getPercent*colorshow._height);
              } else {
                        colorshow._height = 0;

    I have this in front of the trace:
    myvars.onLoad = function(success){
    When I put in the full URL to the attachment on the Google page (i.e., something similar to "myvars.load("https://sites.google.com/a/..../home/department-sites/sales/variables.txt,");" - instead of just "myvars.load("variables.txt");", it doesn't work. So right now its set to just "variables.txt" and the swf file is in the same root location as the variables.txt file on the Google page. I also have a copy of the variables.txt file in the same local directly in which I am running the flash file for testing. So I think when I run it in debug mode, its referencing the variables.txt file in the local directory, rather than the one stored as an attachment on the Google page.
    That's what seems so weird...it runs locally in debug mode...but not when I embed it on the Google page. I can also get it to work if I explicity define the variables in the flash file, rather than rely on the external text file. That's the only time I can get it to work on the Google page.
    Thank you for your help!

Maybe you are looking for