Network Round Trips when loading a Form - reducing Network Latency

I am working on a Forms migration from Client-Server to WebForms running on Application Server 10.1.2.0.2
Does anyone know the minimum number of network round trips that can be achieved when loading a Form?
For most of the Forms in the migration I am seeing 3 network round-trips before the Form is displayed and on Forms that use Webutil I am seeing 7 round-trips before the Form is displayed. Is this normal or are there ways of optimizing the round-trips down?
The Forms code has already been optimized by removing SYNCHRONIZE commands and TIMER commands and I have already refered to metalink note 363285.1 which gives lots of good advice however there is no specific information on the minimum number of round trips that you can expect for loading a Form.
Thanks for any help you can give.
Philippe

Ok, a bit of an update is needed.
There were a number of posts below that have been lost due to an accidental deletion but I shall try and summarize them here:
Tony Garabedian - Posted a number of code optimizations that he'd used for speeding up code when querying within a Form. Tony if you are able to re-post those that would be great :-)
Grant Ronald - posted some more information in which he mentioned that the extra pings are used to synchronize between the App.Server and the client. He also commented that a network that uses satellite was inherently slower and would therefore require a different front end to handle the increase in latency.
For my part I said nothing new other than ask loads more questions. I did mistakenly comment that we are using satellite for our network however upon yet more discussion with our network guy it turns out that we're using optical cable for everything. Out guaranteed round trip time is about 320 milli-seconds to Australia from the UK.
Currently I am left with the understanding that we are not likely to go below 3 round trips for most of our Forms and in the case of Webutil we are likely to be limited to 7 round trips.
Of course if anyone out there has any specific experience with this issue and can comment further please feel free.
Many thanks,
Philippe

Similar Messages

  • Forms9i crash when LOADING a form

    Hello,
    I'm doing a migration from Forms 6i to Oracle9i Forms. I've been doing this for the past few days with little or no problems, but today I ran into a form that makes Forms Builder (9i) simply crash.
    Whenever I try to load this form I get a message box with the following:
    " Program Error
    ifbld90.exe has generated errors and will be closed by Windows.
    You will need to restart the program.
    An error log is being generated."
    What can this be? Actually, I was using the Migration Assistant to convert forms in batch lots and When the Migration crashed I checked the log and saw that it was this form the one "touched" last...
    I would really appreciate any help you could give me,
    Thanks,
    Oswaldo Santos,
    SYSDE.

    Hi,
    It turned out to be the form I was trying to open the one with problems. I tried opening the same form in 6i and it crashed too.
    I switched to a backup of the form and got no problem converting it. I think we can close this thread now.
    Thank you very much for your support.
    --Oswaldo Santos,
    SYSDE.

  • Problem when loading the form in workspace  ( LCES2  v9)

    Hey,
    I have a problem with some process .Each time I try to invoke it through the workspace I get this error (ALC-WKS-007-040).
    This is what I found in the server log .
    15:21:09,133 INFO  [STDOUT] [LCDS][ERROR] Exception when invoking service 'remoting-service': flex.messaging.MessageException: ALC-WKS-005-028: A problem occurred in the Render Service.  Please review the render orchestration for this process.
      incomingMessage: Flex Message (flex.messaging.messages.RemotingMessage)
        operation = render
        parameters = [1FBED60E-CEFF-102D-B474-0000B88028EB, 503, 0, ASObject(519082525){acroClientType=, acrobatVersion=10}]
        clientId = E72502C6-A32E-5892-86F5-D3F3E21E0A9D
        destination = task-actions
        messageId = 1D1F80DC-242B-43D2-4499-0427FB490F03
        timestamp = 1292854869075
        timeToLive = 0
        body = null
        hdr(DSId) = E716F344-070B-158E-7EC5-BDC42A0017A6
        hdr(DSEndpoint) = workspace-polling-amf
      Exception: flex.messaging.MessageException: ALC-WKS-005-028: A problem occurred in the Render Service.  Please review the render orchestration for this process.
            at com.adobe.workspace.AssemblerUtility.createMessageException(AssemblerUtility.java:409)
            at com.adobe.workspace.tasks.TaskActions.render(TaskActions.java:764)
            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
            at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
            at java.lang.reflect.Method.invoke(Method.java:597)
            at flex.messaging.services.remoting.adapters.JavaAdapter.invoke(JavaAdapter.java:421)
            at flex.messaging.services.RemotingService.serviceMessage(RemotingService.java:183)
            at flex.messaging.MessageBroker.routeMessageToService(MessageBroker.java:1406)
            at flex.messaging.AsyncMessageBroker.routeMessageToService(AsyncMessageBroker.java:571)
            at flex.messaging.endpoints.AbstractEndpoint.serviceMessage(AbstractEndpoint.java:1005)
            at flex.messaging.endpoints.amf.MessageBrokerFilter.invoke(MessageBrokerFilter.java:103)
            at flex.messaging.endpoints.amf.LegacyFilter.invoke(LegacyFilter.java:158)
            at flex.messaging.endpoints.amf.SessionFilter.invoke(SessionFilter.java:44)
            at flex.messaging.endpoints.amf.BatchProcessFilter.invoke(BatchProcessFilter.java:67)
            at flex.messaging.endpoints.amf.SerializationFilter.invoke(SerializationFilter.java:165)
            at flex.messaging.endpoints.BaseHTTPEndpoint.service(BaseHTTPEndpoint.java:293)
            at flex.messaging.MessageBrokerServlet.service(MessageBrokerServlet.java:364)
            at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
            at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.j ava:290)
            at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
            at com.adobe.workspace.events.RemoteEventClientLifeCycle.doFilter(RemoteEventClientLifeCycle .java:138)
            at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.j ava:235)
            at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
            at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
            at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.j ava:235)
            at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
            at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:230)
            at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:173)
            at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.ja va:179)
            at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:84)
            at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
            at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
            at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java: 157)
            at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
            at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:262)
            at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)
            at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.ja va:583)
            at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:446)
            at java.lang.Thread.run(Thread.java:619)
    Caused by: ALC-DSC-012-000: com.adobe.idp.dsc.registry.ServiceNotFoundException: Service: Default Render ES Update1 not found.
            at com.adobe.idp.taskmanager.dsc.service.TaskManagerServiceImpl.renderForm(TaskManagerServic eImpl.java:4468)
            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
            at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
            at java.lang.reflect.Method.invoke(Method.java:597)
            at com.adobe.idp.dsc.component.impl.DefaultPOJOInvokerImpl.invoke(DefaultPOJOInvokerImpl.jav a:118)
            at com.adobe.idp.dsc.interceptor.impl.InvocationInterceptor.intercept(InvocationInterceptor. java:140)
            at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:60)
            at com.adobe.idp.dsc.interceptor.impl.DocumentPassivationInterceptor.intercept(DocumentPassi vationInterceptor.java:53)
            at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:60)
            at com.adobe.idp.dsc.transaction.interceptor.TransactionInterceptor$1.doInTransaction(Transa ctionInterceptor.java:74)
            at com.adobe.idp.dsc.transaction.impl.ejb.adapter.EjbTransactionCMTAdapterBean.execute(EjbTr ansactionCMTAdapterBean.java:357)
            at com.adobe.idp.dsc.transaction.impl.ejb.adapter.EjbTransactionCMTAdapterBean.doRequiresNew (EjbTransactionCMTAdapterBean.java:299)
            at sun.reflect.GeneratedMethodAccessor639.invoke(Unknown Source)
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
            at java.lang.reflect.Method.invoke(Method.java:597)
            at org.jboss.invocation.Invocation.performCall(Invocation.java:359)
            at org.jboss.ejb.StatelessSessionContainer$ContainerInterceptor.invoke(StatelessSessionConta iner.java:237)
            at org.jboss.resource.connectionmanager.CachedConnectionInterceptor.invoke(CachedConnectionI nterceptor.java:158)
            at org.jboss.ejb.plugins.StatelessSessionInstanceInterceptor.invoke(StatelessSessionInstance Interceptor.java:169)
            at org.jboss.ejb.plugins.CallValidationInterceptor.invoke(CallValidationInterceptor.java:63)
            at org.jboss.ejb.plugins.AbstractTxInterceptor.invokeNext(AbstractTxInterceptor.java:121)
            at org.jboss.ejb.plugins.TxInterceptorCMT.runWithTransactions(TxInterceptorCMT.java:404)
            at org.jboss.ejb.plugins.TxInterceptorCMT.invoke(TxInterceptorCMT.java:181)
            at org.jboss.ejb.plugins.SecurityInterceptor.invoke(SecurityInterceptor.java:168)
            at org.jboss.ejb.plugins.LogInterceptor.invoke(LogInterceptor.java:205)
            at org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor.invoke(ProxyFactoryFinderInterceptor. java:138)
            at org.jboss.ejb.SessionContainer.internalInvoke(SessionContainer.java:648)
            at org.jboss.ejb.Container.invoke(Container.java:960)
            at org.jboss.ejb.plugins.local.BaseLocalProxyFactory.invoke(BaseLocalProxyFactory.java:430)
            at org.jboss.ejb.plugins.local.StatelessSessionProxy.invoke(StatelessSessionProxy.java:103)
            at $Proxy376.doRequiresNew(Unknown Source)
            at com.adobe.idp.dsc.transaction.impl.ejb.EjbTransactionProvider.execute(EjbTransactionProvi der.java:143)
            at com.adobe.idp.dsc.transaction.interceptor.TransactionInterceptor.intercept(TransactionInt erceptor.java:72)
            at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:60)
            at com.adobe.idp.dsc.interceptor.impl.InvocationStrategyInterceptor.intercept(InvocationStra tegyInterceptor.java:55)
            at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:60)
            at com.adobe.idp.dsc.interceptor.impl.InvalidStateInterceptor.intercept(InvalidStateIntercep tor.java:37)
            at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:60)
            at com.adobe.idp.dsc.interceptor.impl.AuthorizationInterceptor.intercept(AuthorizationInterc eptor.java:165)
            at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:60)
            at com.adobe.idp.dsc.interceptor.impl.JMXInterceptor.intercept(JMXInterceptor.java:48)
            at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:60)
            at com.adobe.idp.dsc.engine.impl.ServiceEngineImpl.invoke(ServiceEngineImpl.java:121)
            at com.adobe.idp.dsc.routing.Router.routeRequest(Router.java:129)
            at com.adobe.idp.dsc.provider.impl.base.AbstractMessageReceiver.routeMessage(AbstractMessage Receiver.java:93)
            at com.adobe.idp.dsc.provider.impl.vm.VMMessageDispatcher.doSend(VMMessageDispatcher.java:19 8)
            at com.adobe.idp.dsc.provider.impl.base.AbstractMessageDispatcher.send(AbstractMessageDispat cher.java:66)
            at com.adobe.idp.dsc.clientsdk.ServiceClient.invoke(ServiceClient.java:208)
            at com.adobe.idp.taskmanager.dsc.client.TypedTaskManagerService.invokeWithRetry2(TypedTaskMa nagerService.java:159)
            at com.adobe.idp.taskmanager.dsc.client.TypedTaskManagerService.invokeWithRetry(TypedTaskMan agerService.java:147)
            at com.adobe.idp.taskmanager.dsc.client.TypedTaskManagerService.callRenderService(TypedTaskM anagerService.java:1441)
            at com.adobe.workspace.tasks.TaskActions.render(TaskActions.java:731)
            ... 38 more
    Informations :
    I use Livecycle ES Version 9
    workbench 9.5
    and my process is long-lived
    I would be very grateful if you can tell me or offer me a solution to overcome this problem.
    Naoufal FAHEM

    Caused by: ALC-DSC-012-000: com.adobe.idp.dsc.registry.ServiceNotFoundException: Service: Default Render ES Update1 not found.
    This likely means you copied an older ES Update 1 process into your ES2 environment and did not do a migration.  There is a new set of Render and Submit processes for ES2 and your older process is referencing the set shipped with ES Update1. 
    Ideally, if you are trying to have a pure ES2 environment, then you should convert your processes to be ES2 processes (I believe there are docs to help with this) - I recommend this as it puts you in a cleaner position for future migrations. 
    But if you choose to keep it using the older Render and Submit processes, then you need to deploy the adobe-process-management-system.lca from the ES Update 1 environment.  You would do this in the Adminui where LCAs are deployed, but make sure you choose the LC8 LCA tab.
    Hope this helps.
    Jon

  • Logic pro and soundtrack pro round trip not working right?

    Hi I am using soundtrack pro as a round trip from logic pro do reduces some background noise in some audio files. This was working great. Now I know with the noise reduction I just have to save the file and it updates in logic. But sometimes I was putting compression on the audio file after the noise reduction as well in soundtrack pro, I then I hit render to selection as the compression was a real time effect. After that I hit save and closed and it updated in logic. This all worked fine until today. Now just doing the noise reduction and saving all works fine. But if I put any real time effects on and do the render to selection, sound track pro just closes itself straight after it has done the render to selection and therefore I lose my work I have done on it and it doesnt update the logic project as it was saved.
    Any ideas why this is happening?
    Thanks!

    Just checked it out thanks, but this wont help me on this one. Where I may have put real time effects on like eq or compression I then need to render to action, after that I could flatten audio. But what is happening is that when I have put real time effects on then go to render to action (so them effects now become part of the action list) once its done the render to action it just shuts it self straight away, before I even get a chance to save it. But thanks for the guess, actually showed me something I didn't know anyway, so learnt something!! Thanks.
    Thinking I might try uninstalling and installing again see if that solves it?

  • Round Trip form Preiemer to Audition more than Once

    Hoping someone can help.  I am struggling to work out how to send a project back to Audition more than once?  Basically I have a job that I sent from Premiere to Audition already but the client has come back with some further edits.  What I can't work out is how I can send that project back from Premiere to Audition for a second time once I have made the various edits requested Premiere so that I can just tidy up those bits back in audtion again.  At the moment it seems like I will have to try and re do all the work I had originally done in Audition or try and copy and paste clips form one Audition project to another and re align all the wave forms.
    I am sure I am being stupid and missing something really basic so if someone can shed any light on how I can do this that would be great.
    Thanks in advance.
    Mark

    Hi Alan
    Your right the files are there but all as separate wav files that were created when the Audition project was first created and I have the original Audition timeline that was created when I first sent the project back to Premiere. What I can't seem to figure out though is that when you send the project back from Premiere to Audition the new audio tracks that were created don't link back to the originally extracted wav files or the Audition Project that created them.  Instead Audition creates a new wav file for each complete track (for those tracks that came from Audition first time round).  However if you click on one of the single track clips from the original Audition to Premiere round trip and choose edit original it opens the original Audition project with all the clips in that created. Which isn't the behaviour I was expecting  I was hoping for something a bit like the dynamic link relationship between after effects and premiere so if you have round tripped your audio any further changes in premiere are reflected in the audition project or a copy of the audition project. Is there away of doing this?
    Thanks

  • Round trip clearing adobe form field values not binded to webdynpro context

    Hi ,
    I have developed a webdynpro ABAP application with Interactive form. I'm calling a webservice on 'exit event' of the one of the form fields. Once webservice is executed, Im filling a table with 300 rows which is in the form. The table fileds are binded to webservice fields from the dataview of the form , these are not webdynpro context attributes in the data view.
    But when I open any seach help , this table values are disappearing. I need to execute the webservice again to get the values.
    can any one tell why the values in the table are disappearing? since I have binded to the webservice fields the values should remain there.
    Apprecaite your response.
    Regards,
    Ravi

    I looked over that note yesterday, but too quickly - i thought it was an older note explaining which standard programs to run to test out the connection etc...
    but i see now that there is an important point:
    The "pdfSource" attribute of the InteractiveForm UI element should be linked only if the Web Dynpro ABAP application requires the PDF document for further processing (saving data to the database, and so on). However, it is mostly only the data entered in the interactive form that is relevant for the application. If this attribute is linked, the Web Dynpro ABAP framework must request an updated PDF document from the Adobe document services each time data is changed in the form.
    It looks like this is saying that a round trip is possible in WDA.
    EDIT - I wish SAP would fix this certificate issue. My first post every day is doubled because of it.
    Edited by: robert phelan on Jan 7, 2010 3:22 PM
    Edited by: robert phelan on Jan 7, 2010 3:25 PM

  • FRM-92102 when accessing a form using a Load Balancer

    Greetings.
    We have two oracle application servers version 10.1.2.0.2 on windows 2003 running forms and reports. When just one a server is running everithing works fine, but when I start the second server the clients receive the message "FRM-92102 : A network error has occurred.The Forms Client has attempted to re-establish its connection to the Server 5 times without success.Please check the network connection and try again later" when the first form is called. In our coniguration the F5 Load Balancer is redirecting requests to the Apache ports in both Oas Machines, we are not using the webcache port. I read the note "FRM-92102 When Using A Software Load Balancer With Forms [ID 465583.1]" but this note applies when webcache is used. Our LBR is set using "insert cookie" persitent mechanism.
    I have the following questions:
    What configuration is needed in OAS files in order to use a LBR and avoid the FRM-92102 error?
    How can I debug or trace FRM-92102 issues?
    Thanks!
    Ramiro Ortiz.

    FRM-92102 is the result of the client not getting a response from the server (mid tier). This generally means only one of a couple of things:
    1. The mid tier which parented the Forms session is not responding. This could be because it is overloaded, the web server (OHS or WebCache) is failing, or something else is preventing the client from getting a response.
    2. Client requests are being routed to the wrong mid-tier server. This is usually the result of improper load balancer configuration or an LB failure. However, generally in this case FRM-92101 would result. If you are using an unpatch 10.1.2 installation, as I believe you are (10.1.2.0) then seeing either error may be possible.
    Regarding the note that discusses using Oracle WebCache for load balancing, regardless of whether you are using an Oracle product or hardware or whatever for loadbalancing, the same concept will apply. The load balancer must have session binding enabled. Understanding whether or not this is the problem should be fairly easy to determine. Simply shutdown one server. If everything works correctly, restart the second server. If the problem now occurs, you can likely assume you have a session binding issue and should likely refer to the load balancer's documentation or their Support group.
    Also, important to understand is that if the load balancer is designed to alter the header information in any way, the likelihood of failing Forms sessions is high. Forms is expecting very specific information in the header exchange. Some intermediate servers (load balancers, ssl accelerators, firewalls, etc) have been known to intentionally or unintentionally alter the header. Again, contact the vendor.
    If you are seeing that the client console is reporting 5 retry attempts, yet you have not set "networkRetries" in formsweb.cfg, this often suggests a critical tcp/ip failure. Often, but maybe not always, the result of a damaged header or other misconfiguration or failure outside of Forms.

  • When round tripping with photoshop cc, i get a saved psd file with my original raw,the problem is these are high file sizes and taking a lot of space,can i stop this?

    when round tripping with photoshop cc, i get a saved psd file with my original raw,the problem is these are high file sizes and taking a lot of space,can i stop this?

    That's not the workflow that I use. I have my Lightroom preferences set to create TIF images when going to Photoshop. I keep the original raw file and the TIF image (usually reduced to an 8-bit image) and only export JPEG's when they are needed to send to a lab or to send to someone over the Internet. JPEG files are highly compressed. I only create them when they are needed, and they are discarded as soon as they have been used for their intended purpose. I keep the raw file and the Photoshop-created TIF in my library. This requires extra disk space. But I always have the highest quality files available.

  • Losing network connection when loading new firmware from iTunes (or syncing

    Noticed this when loading 1.1.1 weeks ago and now 1.1.2. Several times during the download/installation process, I lost my network connection. Rebooting the PC restored it, only to have it go down again, requiring another reboot. Required several PC (not iPhone) reboots to be able to complete the process. This happens only during this process -- I otherwise never lose my network connection and always enjoy super speed. Paid it no mind and dismissed as a fluke during 1.1.1 upload, but was surprised to see it again this time. In both cases the final download and install worked perfectly. It's just a time-consuming hassle -- kinda weird -- thx much in advance for any clues about this...

    It appears the problem appears only when using torrent software.
    There is a lot of discussion on different torrent software forums about this, and directions on how to get around this issue. However with my skills I only managed to get Vuze to work properly while killing the network access from all other application. So i just went back to default settings.
    I give up for now, I'll wait until Apple releases OS X update that works together with these programs (like it did in tiger and earlier versions..) or if it's even possible, one of the programs finds a way to get around this issue.

  • Is there a way to reduce the size between the lines in when creating a form in FormsCentral so that you can fit more lines on a page?

    Is there a way to reduce the size between the lines in when creating a form in FormsCentral so that you can fit more lines on a page?

    In the Folders Tab, right click on  folder  then click Reveal in Explorer. This will open an Explorer window with the folder selected.  In Explorer you can right click > Properties or navigate to whatever you want to measure.

  • Help! Took mac to store today as DVD stuck in drive- 3 hour round trip!!! Told it was fixed and it now won't even switch on :( I press the on button and all I get is a continuos loading symbol and then it shuts down . Worse state than it was before :( :(

    Help! Took mac to store today as DVD stuck in drive- 3 hour round trip!!! Told it was fixed and it now won't even switch on :( I press the on button and all I get is a continuos loading symbol and then it shuts down . Worse state than it was before :( :( not happy at all and not well enough to travel to get it fixed (my mum went today) anyone got any ideas please???

    Oh ok - Thankyou for that. I will be ringing them tomorrow and I will not be happy ! And I'm hoping they can suggest what I'm suppose to do about getting it back to them as I can't take it in myself. SO so angry!!! Does people getting it back in a worse state happen often? :| do read these discussion boards? I hope they do!!!

  • When i went to oxygen network, i tried to watch an episode of a show but it would not load and they play button is ineffective, what should i do?

    when i went to oxygen network, i tried to watch an episode of a show but it would not load and they play button is ineffective, what should i do?

    Try:
    - Reset the iOS device. Nothing will be lost
    Reset iOS device: Hold down the On/Off button and the Home button at the same time for at
    least ten seconds, until the Apple logo appears.
    - If you can redownload it by:
    Downloading past purchases from the App Store, iBookstore, and iTunes Store
    The delete and redownload

  • FRM-18108 When loading form (due to change in olb)

    Hello,
    I am working with oracle forms 6i and have an object library and pl/sql library that are both utilized in all forms I work with. There was a duplicate stored procedure in the object library and pl/sql library so I removed the duplicate from the object library. This stored procedure that i removed from the olb was subclassed or copied to many of the forms I work with so I have been manually deleting that stored procedure from the forms so that my application will pick up the current version in the attached pl/sql library. The forms run fine however every time I open the forms that had the subclassed library object removed I get FRM-18108 Failed to load the following objects (the message references the object library as the source module and the stored procedure that was removed as the source object.)
    I am not sure why forms is still looking for the stored procedures in the olb, I am confident that the subclassed copies from the olb have been removed form the form and there is no trace of the original code in the olb either. When running the form and calling that stored procedure it picks up the version from the pl/sql library without issue.
    Both the object library and pl/sql library are correctly attached to the form and the registry does contain the path of their physical location. The form has been recompiled several times but I can't seem to get rid of the error.
    Anyone have any idea what I can do to get rid of the FRM-18108 when opening forms that contained this subclassed unit that has been completely removed? It doesn't hurt anything but is annoying. Been searching through the forms but all I could find was issues with attaching the libraries which didn't help me on this.
    Thanks!
    Terra

    use
    SELECT      ...
      TO_DATE(decode(warrenty_flag_yn, 'Y', TO_DATE(warrenty_upto),
                                       'W', TO_DATE(warrenty_upto),
                                       'A', TO_DATE('31-MAR-'||v_year),
                                       'C', TO_DATE('31-MAR-'||v_year),
                                       'X', TO_DATE('31-MAR-'||v_year),
                                       'N', TO_DATE('31-MAR-'||v_year)
                    ),'DD-MM-RR'
             ) AS amc_date
      FROM      pc_item_procurement_history a,
    ...

  • FCP quits when making round trip to motion

    When I try to make to make the round trip with one or more clips to motion(using "sendto" and with "embed" ticked on), everything seems to work fine, but when I save the motion project and quit motion FCP just quits "unexpectedly".
    When I then restart FCP, I can import the saved motion project, but as soon as I try to play it in the viewer, or I drop it in the timeline, FCP quits again...
    Any advice ?
    G5 Quad   Mac OS X (10.4.7)   decklink extreme

    You'd be answering your own question.
    The workflow for colorgrade has evolved over the last twenty or so years (in video) and over the last better part of a century in film as the final step, after everything was LOCKED. Its kind of why this application was first named "Final Touch".... well, it was sort of a clever reference to "Final Cut"... but... we know how that worked out.
    It would be a bit misleading to conceptualize COLOR as a kind of really fancy 3-way, but the fact remains that as an external application, it creates all new media, independent in most ways from the original sources. We can understand that as an extension of the workflow from the days of linear tape-to-tape, when an entirely new, "Color-Correct" Master was created. Some flexibility can be built in to the return trip with the use of handles... but it can also turn into a whole other can'o'worms. Keyframed stuff can get out of sync.... etc.
    jPo

  • Unicode support when round-tripping to XML

    Hi all,
    Last week, I posted a question on round-tripping the symbol font and got no replies...:-)  I'm thinking the question was entirely too generic, so I'd like to now add a little detail of what it appears are my primary options as well as current issues.
    We have a math product that requires the use of the Symbol font.  I'll use the beta here for an example: b.  I have tried several methods to get this to display in Frame properly, save to XML, and open back up into Frame, with no success, as follows:
    o Trying to enter it directly somehow into the text, either directly or as the value of a user variable, discussed below.
    o Creating an element called "symbol" that is set in the EDD to always display as a Symbol font.
      This one doesn't make it to the XML -- which complains about the document containing unsupported characters.
    You can explicitly apply this font in Frame and it displays properly, but it does not save to XML and then open back up in Frame. I thought it might, given Frame's supposed implicit Unicode support for XML (the dev and ref guides say you don't need to map anything in the rules or create any entities if you are working in XML as opposed to SGML). Further, I can see that it is defined already in the FrameMaker\Structure\isocents directory:
      <!ENTITY beta    "&#x03B2;"> <!-- GREEK SMALL LETTER BETA -->
      and also as this:
      entity "bgr" is fm char 0x62 in "FmSymbol";
      I'm not sure which is being used, but I assume my DTD does not need to define it.
    So now I have assumed that you need to enter it into Frame explicitly as a Unicode code point, but I cannot figure out how to do that. Here's what I've tried:
    Entering it directly as:
         \u03B2
    ...doesn't display a Greek beta in the regular text, although I can enter it this way into a user variable, and a Greek beta is displayed (temporary Eureka!), but only as the value of the variable in the dialog box -- not when I insert that variable into the text, which simply results in a "?".
    Using the File | Utilities | Hex Input enters only a "b" -- not a beta glyph. Although the user guide says you should be able to enter a Unicode code point with this tool, I can't see how to do that. If you manually enter the code point for the Greek symbol beta (62 for UTF-8), all you get is just that: 62.
    Using the standard Windows Character Map does enter the beta glyph in Symbol font -- but this does not round-trip.
    Entering it as "/b" -- not sure where I read about this -- doesn't display the glyph, but DOES save to XML as an entity "&sol;b". Not sure what this means, but this entity only opens back up in Frame as a "/b", not a beta glyph.
    We need to have the beta (and other symbols of course) display properly in Frame so we can print to PDF, then save to XML and reopen in Frame.  Is this possible?  Searches across all the Frame documentation have revealed nothing about how to do this, and I feel as if I'm complicated it unnecessarily, but can't tell how.
    Any ideas -- or reasonable workarounds -- would be very much appreciated.
    thanks,
    Shelley

    Shelley,
    Whether or not a unicode character displays properly is a function of the font that you are using. If you specifed the \u03B2 codepoint, then unless you're using a Pro type OTF font, chances are that the glyph simply isn't available in that font.
    Try using the Files > Utilities > Character Palette to see what's available (and also enter it by clicking on the glyphs) for the specific font that you are using in FM9. The Hex Input isn't the way to go for unicode values.
    You might also want to look at installing the Quick Unicode Input tool available at: http://www.cardbox.com/quick.htm
    [Addendum: WGL TT fonts may also contain the required greek symbols.]

Maybe you are looking for

  • I think this is a magic . am i right ?

    SQL> connect sys/admin as sysdba Connected. SQL> select open_mode from v$database; OPEN_MODE READ WRITE SQL> host emctl start dbconsole TZ set to Asia/Calcutta Oracle Enterprise Manager 10g Database Control Release 10.2.0.1.0 Copyright (c) 1996, 2005

  • Safari 2.0.4 doesn't like overflow hidden

    My Safari version 3.0.4 (523.12.2) working as expected; having problems with 2.0.4 and later. I have a flash container that opens over the rest of the page and then collapses back into a smaller space. The html area that my flash movie floated over w

  • Always on doesn't appear to work properly after downgrade from Standard to Basic

    I was running a Standard tier setup for my webapps, with the always on option set to "on" without issue - sites would respond almost immediately even after not having been accessed for more than the 20 minute sleep period of the lower subs. However,

  • [SOLVED] Xmonad updatepointer help

    hello Ive recently moved to arch and now xmonad. And I cannot believe i did not discover these beauties before!! (Previous distro was fedora) So little by little with google and examples of configs out there ive manage to customize a xmonad.hs file t

  • SAP Developer Workplace - Installation Problems

    Hi, during my installation process of SAP_Netweaver_2004S_SR1_Java_Workplace I got the following error message in phase 38 of 41 (Configure Adobe Document Services). ERROR 2006-12-06 11:13:32 FCO-00011  The step createADSUser with step key |NW_Workpl