Problem with attribute link data

I use the quick start model JET of Oracle to play a bit.

I wanted to add a switch by using the example in the Cookbook (click).

I used a clean 'page' (the ' graphic'). So I copied the HTML code in the graphics.tmpl.html and copied the JS in graphics.js.

When you run the error page I get following:

Uncaught (in promise) ReferenceError: Unable to process binding "ojComponent: function (){return {component:'ojSwitch',value:isChecked} }"
Message: isChecked is not defined (22:10:45:545 | error, javascript)
    at $element.ojComponent (:3:99)
    at oj.ComponentBinding._initComponent (js/libs/oj/v1.1.2/debug/ojknockout.js:258:17)
    at oj.ComponentBinding._update (js/libs/oj/v1.1.2/debug/ojknockout.js:249:8)
    at function.a.j.q (js/libs/knockout/knockout-3.3.0.js:66:221)
    at l (js/libs/knockout/knockout-3.3.0.js:44:174)
    at a.w.a.j (js/libs/knockout/knockout-3.3.0.js:47:337)
    at (anonymous function) (js/libs/knockout/knockout-3.3.0.js:66:208)
    at a.a.o (js/libs/knockout/knockout-3.3.0.js:10:398)
    at g (js/libs/knockout/knockout-3.3.0.js:65:237)
    at h (js/libs/knockout/knockout-3.3.0.js:63:275)
    at k (js/libs/knockout/knockout-3.3.0.js:63:166)
    at h (js/libs/knockout/knockout-3.3.0.js:63:328)
    at a.ub (js/libs/knockout/knockout-3.3.0.js:69:323)
    at (anonymous function) (js/libs/oj/v1.1.2/debug/ojmodule.js:343:22)
Uncaught Error: You cannot apply bindings multiple times to the same element. (22:10:45:680 | error, javascript)

It renders the labels, but not the component itself.

I am facing the same issue with all components that uses an attribute to bind data.

No idea what I'm missing here?

In the context of the Quickstart model, where various things have been implemented already, graphics.js content should be like this:

define(['ojs/ojcore', 'knockout', 'jquery', 'ojs/ojknockout', 'ojs/ojswitch'
], function (oj, ko) {
    function graphicContentViewModel() {
        var self = this;
        self.isChecked = ko.observable();
    }
    return graphicContentViewModel;
});

Tags: Oracle Development

Similar Questions

  • problems with the link Date variable

    I am using a Date as a variable binding in a display object, and I'm running into difficulty. I have the binding variable type defined to date and the control flags for the Type of Format and Format defined respectively on 'Date of Simple' and 'yyyy-MM-dd ". When I run the application test module and enter the date in the correct format, the View object returns the expected results. However, when I try to set a property to bind the query for a group of JHeadstart parameters in my definition of the application in order to highlight the variable to an input dateField control bind, I get the following exception:

    30 Jan 08:49:56 (ErrorReportingUtils) ERROR - java.lang.IllegalArgumentException
    at java.sql.Date.valueOf(Date.java:104)
    at oracle.jbo.domain.Date.toDate(Date.java:348)
    to oracle.jbo.domain.Date. < init > (Date.java:279)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0 (Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
    at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
    at oracle.jbo.domain.TypeConvMapEntry.convert(TypeConvMapEntry.java:73)
    at oracle.jbo.domain.TypeFactory.get(TypeFactory.java:739)
    at oracle.jbo.domain.TypeFactory.getInstance(TypeFactory.java:90)
    at oracle.jbo.common.VariableImpl.convertToJava(VariableImpl.java:546)
    at oracle.jbo.common.VariableValueManagerImpl.doSetVariableValue(VariableValueManagerImpl.java:182)
    at oracle.jbo.common.VariableValueManagerImpl.setVariableValue(VariableValueManagerImpl.java:223)
    at oracle.jbo.common.VariableValueManagerImpl.setVariableValue(VariableValueManagerImpl.java:229)
    at oracle.jheadstart.model.adfbc.v2.JhsApplicationModuleImpl.applyBindParams(JhsApplicationModuleImpl.java:173)
    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:585)
    at oracle.adf.model.binding.DCInvokeMethod.invokeMethod(DCInvokeMethod.java:507)
    at oracle.adf.model.binding.DCDataControl.invokeMethod(DCDataControl.java:1795)
    at oracle.adf.model.bc4j.DCJboDataControl.invokeMethod(DCJboDataControl.java:1989)
    at oracle.adf.model.binding.DCInvokeMethod.callMethod(DCInvokeMethod.java:219)
    at oracle.jbo.uicli.binding.JUCtrlActionBinding.doIt(JUCtrlActionBinding.java:1289)
    at oracle.adf.model.binding.DCDataControl.invokeOperation(DCDataControl.java:1802)
    at oracle.jbo.uicli.binding.JUCtrlActionBinding.invoke(JUCtrlActionBinding.java:627)
    to oracle.adf.model.binding.DCInvokeActionDef$ DCInvokeAction.refresh (DCInvokeActionDef.java:140)
    at oracle.adf.model.binding.DCBindingContainer.internalRefreshControl(DCBindingContainer.java:2521)
    at oracle.adf.model.binding.DCBindingContainer.refresh(DCBindingContainer.java:2260)
    at oracle.adf.controller.v2.lifecycle.PageLifecycleImpl.prepareRender(PageLifecycleImpl.java:534)
    at oracle.adf.controller.faces.lifecycle.FacesPageLifecycle.prepareRender(FacesPageLifecycle.java:98)
    at oracle.jheadstart.controller.jsf.lifecycle.JhsPageLifecycle.prepareRender(JhsPageLifecycle.java:1155)
    to oracle.adf.controller.v2.lifecycle.Lifecycle$ 1.execute(Lifecycle.java:297)
    at oracle.adf.controller.v2.lifecycle.Lifecycle.executePhase(Lifecycle.java:116)
    to oracle.adf.controller.faces.lifecycle.ADFPhaseListener.mav$ executePhase(ADFPhaseListener.java:29)
    to oracle.adf.controller.faces.lifecycle.ADFPhaseListener$ 1.before(ADFPhaseListener.java:426)
    at oracle.adf.controller.faces.lifecycle.ADFPhaseListener.beforePhase(ADFPhaseListener.java:77)
    at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:228)
    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:65)
    at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:162)
    at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:15)
    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.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:621)
    at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
    at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871)
    at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)
    at com.evermind.server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:221)
    at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:122)
    at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:111)
    to oracle.oc4j.network.ServerSocketReadHandler$ SafeRunnable.run (ServerSocketReadHandler.java:260)
    to com.evermind.util.ReleasableResourcePooledExecutor$ MyWorker.run (ReleasableResourcePooledExecutor.java:303)
    at java.lang.Thread.run(Thread.java:595)


    However, it seems that the value of the parameter link has actually changed, according to the message issued by the procedure JhsApplicationModuleImpl.applyBindParams (...) debugging:

    30 - Jan 08:46:23 DEBUG (JhsApplicationModuleImpl) - ViewObject ViewObj: bind move_date param value has changed: old value = null, new value = Wed Jan 07 00:00:00 CST 2009



    One thing I noticed that may be of interest - if I run the debugger in the procedure JhsApplicationModuleImpl.applyBindParams (...), a default date in my link variable arises as an object of oracle.jbo.domain.Date when it comes out of the next line:

    Object oldValue = vo.ensureVariableManager () .getVariableValue (key);

    as opposed to the new value that is sent from the input value of the dateField control, which presents itself as a java.util.Date in the following line:

    Object value = args.get (key);



    In the chain of functions leading to the following in the stack trace:

    at java.sql.Date.valueOf(Date.java:104)
    at oracle.jbo.domain.Date.toDate(Date.java:348)
    to oracle.jbo.domain.Date. < init > (Date.java:279)

    It seems that the value of the java.util.Date is converted to a string and then passed to these functions to be turned into a java.sql.Date object. However, depending on the function of java.sql.Date.valueOf (...), it is expected date format "yyyy-mm-dd", by the header comments:
    /**
    Converts the date a string in JDBC escape format to
    * a Date < code > < code > value.
    *
    s @param a String < code > < code > object representing a date in
    * in format "yyyy-mm-dd".
    * @return a java.sql.Date < code > < code > object representing the
    * date
    * @throws IllegalArgumentException if the specified date is not in the
    * Exhaust JDBC date (yyyy-mm-dd) format
    */

    When the input value of the entered dateField control is added as a java.util.Date, the toString() is produce the incorrect date format, that could be seen in the debug output I've included above that says that the binding variable has changed.



    Anyone done this before that can has let me know what Miss me and how to fix it? I have search everywhere on the web, and all the articles I've seen related to bind variables only refer to those of the digital types or string, that are not giving me problems. Same article of "5.9 Using Bind Variables Named" Developer's Guide (http://database.in2p3.fr/doc/oracle/Oracle_Application_Server_10_Release_3/web.1013/b25947/bcquerying009.htm) do not reference using a Date type.

    I had the same problem on a year (using JHeadstart 10.1.3.2.52):

    15 Feb 14:10:31 DEBUG (JhsApplicationModuleImpl) - research component corresponds to the bind param query SubjectenKernPeildatum, value set for 2000-01-01
    ..
    15 Feb 14:10:33 DEBUG (JhsApplicationModuleImpl) - the execution of applyBindParams for BasServiceKern.AdresRollenSubjecten
    15 - Feb 14:10:33 DEBUG (JhsApplicationModuleImpl) - ViewObject AdresRollenSubjecten: bind peildatum param value has changed: old value = null, new value = Sat Jan 01 00:00:00 THIS 2000
    ..
    15 Feb 14:10:33 ERROR (ErrorReportingUtils) - java.lang.IllegalArgumentException
    at java.sql.Date.valueOf(Date.java:104)
    at oracle.jbo.domain.Date.toDate(Date.java:348)

    It appears a java.util.Date is put on the map criteria in the searchBean, this cannot be used as input for a Houston. Bindvariable date.

    My ugly solution was to substitute ' public void applyBindParams (String voUsage, HashMap args)
    in MyProjectApplicationModuleImp (which extends from JhsApplicationModuleImpl of course).
    Check if the value is a java.util.Date, then
    value = new java.sql.Date (((java.util.Date) value) .getTime ());

    Hello, HJ

    Published by: HJHorst on February 6, 2009 12:22 AM

  • I have problems with the links and footer

    I have problems with hypertext links (they sparkle and also highlight other text on the page) and also the footer space for always lights in site preview mode, even though I did little master and home page and the following pages.  This happened only after I loaded a file of MUSE in the current version of Muse CC put running up-to-date on the imported file to Muse.  Please help me Adobe Community.

    Once you have opened the file 2014.3 muse you will not be able to open it in a previous version anyway. In order to keep the updated version.

    In this version, Yes, Muse will run an optimization when you open a site. My suggestion is that optimization is made to save the file, so it doesn't have to do it again. I am convinced that a full download should solve your problem. I had a few sites that I need to do a full download myself and all is well.

  • problem with youtube links

    Hi, I have a problem with youtube links. When I scroll through my website youtube link is still on the toolbar - I want that he hide under the toolbar. Y at - it an option to do this? Link YouTube is on the lowest layer, so I don't know why he won't hide...

    muse.jpg

    Hello

    I have seen a few cases where Overview tab on back Muse, but if get you an overview of site in the file browser > Site Preview in the browser, it works fine.

    Please check in the browser. If the problem persists please share the Muse file with is we take a glance.

    Instead use the youtube embedded code, you can also try to use integrated YouTude widget provided under the social widgets.

    Concerning

    Vivek

  • Error downloading Photoshop element 12: Arvato Berthelman - Download Manager error - unfortunately, there is a problem with the link to that file. This problem may be due to the number of users trying to download

    Error message when downloading Photoshop element 12: (I bought the license in a store)

    Berthelman arvato-

    Download Manager error-

    Unfortunately, there is a problem with the link to that file. This problem may be due the number of users trying to download the file, or the product may no longer be available. Please as minutes of a few in. If this privilege is still not available, please contact customer service at the address [email protected] or number 604-915-5200

    == > Les DEUX @ and phone number are fake!

    Hi Mireille56,

    The place where you are trying to download the software.

    [email protected] is not an email from Adobe Support.

    Please try to download Photoshop elements 12 of: http://www.adobe.com/cfusion/tdrc/index.cfm?product=photoshop_elements&loc=us&sdid=ZPQM

    Kind regards

    Rave

    < translated="" via="" google="">

    Hi Mireille56,

    Where you are trying to download the software.

    [email protected] is not an Adobe support email.

    Please try to download Photoshop elements 12 from: http://www.adobe.com/cfusion/tdrc/index.cfm?product=photoshop_elements&loc=us&sdid=ZPQM

    Kind regards

    Rave

  • Problem with the links?

    I have recently upgraded to inDesign CS5 to CS4 and have some documents that I update.  The work links seem to be broken.  I update the links, then the connection breaks again in a few seconds.  I tried to update the original work on CS5, but the problem remains. I have created a document inDesign CS5, placed one of my files have, saved, closed.  When I reopemned the file - I had the same problem with the link.

    My main concern is more with CS5, CS4 and all of my previous work.

    All the patches or for that?

    OK, but they are on your hard drive or on a network location, somewhere?

  • Problem with the CLOB data type.

    Greetings,

    I am facing a problem with the CLOB data type. I know that the CLOB data type is 4 GB (I use Oracle 9i). But in the Pl Sql procedure, I can only store 34305 size for a CLOB variable character data.

    This is the test script that I am trying to run.

    DECLARE
    -Local variables here*.
    I have INTEGER;
    C_1 CLOB.
    BEGIN
    FOR Rec IN (SELECT
    *
    ACCORDING TO THE TABLE)
    LOOP
    C_1: = c_1 | Rec.Clo_1;
    END LOOP;
    EXCEPTION
    WHILE OTHERS THEN
    Dbms_Output.put_line (SQLERRM);
    END;


    Here variable C_1 range value 34305 good character regardless of type CLOB. Now the above script fails if query my buckle - huge number of return values. It is throwing the exception "error during transfer of files ORA-06502: PL/SQL: digital error or value."

    He would be grateful if someone can help me on this.

    Thank you.

    You are probably better off using DBMS_LOB.append, instead of the concatenation of varchar2 (|).

    And... take off your when-other Manager exceptions, please...

  • Problems with registration of data in a FPGA project.

    I have problems trying to save data that I receive on my CompactRIO. I can get the data off of it, trace and display, but I can't seem to save to a file with a recording of VI. Try to solve this problem, I did a VI outside our project that runs the simple task of saving a table provided in a .csv file. Outside the project, this works fine, but when I add this VI project is when I get problems. If I provide a path outside the project, he invites me to the path, in the project, this guest never appears, but I get an error indicating that the user has canceled the operation. I found that this error is the same as you would get if you closed the guest to use the X rather than hitting the Cancel button. If I provide a path in VI, I get no error, but nothing happens and nothing is recorded. Another interesting thing happens when I move this file to the project. When I go to run it, I get a prompt asking you to save Message String.vi Format because it has unsaved changes, and when I ask him to list the unsaved changes, he said that the VI has been recompiled. When I take the VI on the project and run it, it says he has recompiled again and must still be saved. It's really frustrating when such a simple task will not work for any help that you could give is appreciated.

    Will be

    He will never be able to save the file on your PC, only on the controller it self.

    Then use FTP to transfer the files to your PC.

    Or you could do a host PC VI that gets the data from the controller, and then stores the data on the PC.

    To transfer the data, you can use TCP or shared variables.

  • problem with the backup data in text file

    Hello

    The problem I am facing wihile, saving the data in the text file is that everytime when I'm slecting the path of the façade, data that are recorded are added with the previous data, not only in the new text, the new data set is saved but also, is there any previuos run for the program , the corresponding data is also present in this text file.

    However, when I change the same ''(file path) to 'constant' in the control block diagram, and then add the path of the file, it doesn't have this problem. Basically, changing the "file path" constant in the diagram of control block (so that it is displayed in the front panel) is at the origin of the problem.

    Help, please!

    Thank you

    Your shift on the loop Register For is not initialized. It will keep the value of the string since the last time that he performed. That initialize and it should solve your problem.

  • Problem with registration of data in the txt file

    Hello

    I have 2009 Labview, Labview real-time 2009 and cRIO 3.3.0. I also NEITHER cRIO-9024 more cRIO-9112 chassis and modules.

    I would like to save the data measured modules in the txt files, but I want to do in a period of time to time desire. For example, I want to save data of measurements of 60 seconds and repeat every one hour. I of the project (in the file attachment vi) and normally it works fine but I noticed that the recording of the data is not correct. I mean it seams to save what was in the memory before. That's the problem with Windows XP I have check with another computer with Vista and it seems to be ok. It seems that on XP the buffer (refnum?)  is not clear and it retains the previous values.

    Can someone explain to me why it happened and how I can obey Windows XP? Or maybe there are techniques to clear the memory buffer/refnum for rescue?

    Thanks for any help.

    Kind regards

    Kamil


  • BlackBerry Q5 big problem with BB Q5 data - IP ADDRESS REJECTED. :( :(

    Hi all!! I have a blackberry Q5, the version of the 10.2.1.2102 software... It is the best blackberry smartphone I've ever had! but since one week, I have a very big problem with my BB Q5: if I want to surf the internet, with data from my phone (not in WIFI mode but with the data of the phone (4G, 3 g +)), I can not go on any website, but the only thing I watch is a white screen with this message "ERROR HTTP 403.6 ": the IP address of the client has been rejected"...! What can I do? I'm really desperate! I called my provider (SFR), they told me that my connection is ok, I'm not a problem with them, and this is my phone... HELP ME PLEASE!  

    Hello!!! Just to say that finally, after several attempts, I have solved my problem: there was a problem with my service provider SFR with my phone! I regret bringing this up on the forum, but when you call the customer service you think they know their work... but fortunately for us if we have the blackberry is because we are not so ignorant on the connections, network and telephone line! : D have a nice day blackberry users!   

  • Problem with sharing of data specific to the application via BBM 10.2

    Hello - I am having a problem of data sharing applications with BBM 10.2-specific. I take the advice of some comments here, and it seems to work on 10.1. I can receive the file on 10.2, but when I try to share on the same device that I get this:

    InvocationWrapper::onQueryFinished: no matching result from Menu Service for query
       mimeType=""
       uri=QUrl("file:///accounts/1000/shared/misc/My App Data.myapp")
       data= ""
       metadata= QMap()
       perimeter= 0
       action= "bb.action.SHARE"
       target= "sys.bbm.sharehandler"
       invokerIncluded= false
    InvocationPrivate::onQueryResolved: no result matching query, no armed signal sent.
    

    It is the call that I use, which works on 10.1 but not 10.2:

    Invocation {
       id: invokeBBM
       query {
          InvokeQuery {
             id: invokeBBMQuery
             uri: "file:///accounts/1000/shared/misc/My App Data.myapp"
             invokeTargetId: "sys.bbm.sharehandler"
             invokeActionId: "bb.action.SHARE"
          }
       }
    }
    

    I also tried it with a "text/plain" MIME type and a few other variations, same result. If something has changed in point 10.2?

    (And while I'm asking, any reason why I can't use the data instead of a file uri? I need to convert the data in JSON, save the file, share the file, send, receive, save the file on the receiver, then open it, read it, and convert it back. Seems a little roundabout, if I could share the JSON data. "(And this is the only reason that my application requires permissions of shared files)."

    Thank you!

    It is a problem with the current version of BlackBerry Dev 10.2 Alpha.  You can call C++ BBM, but citing QML does not work.

  • Problem with order submit data record for Reporting ATG

    Hi, r. j. Nunes

    I am facing problems with the connection to present newspapers for ATG of the report. The logs for RegistrationFileLogger, SiteVisitFileLogger, UserFileLogger, SegmentFileLogger were successfully getting generated but unable to see the logs for OrderFileLogger during shipment of the order.

    I understand that the/atg/reporting/datacollection/trade/SubmitOrderEventListener of the listener must be notified so that the listeners of corresponding data is called in the order:

    SubmitOrderEventListener-> OrderLogEntryQueueSink-> OrderLogEntryGenerator-> OrderFileLogger

    and newspapers would be written.

    But I'm not able to determine which component notifies the SubmitOrderEventListener by submitting an order.


    Is - this SendFulfillmentMessage component? But SendFulfillmentMessage sends the message to the localdms topic: / local/realization/LocalSubmitOrder on the port of OrderSubmitPort which as component SubmitOrderEventListener listen the subject localdms: / local/realization/LocalSubmitOrder on the DEFAULT port?


    Could someone please clarify.

    Thank you

    Saud

    Hello

    Pipelinelink = "sendFulfillmentMessage" name has been commented to our commercepipeline.xml that we did not use OOTB Presse. Once I removed the comment, sent messages and newspapers to submit order got generated.

    Thank you

    Saud

  • Problems with dynamic links between Premiere Pro and After Effects

    Hello

    dynamic binding (insertion of After Effects compositions on a Premiere Pro schedule) rarely worked properly since it was introduced. Problems vary (for example "media disconnected" made plates, old versions of comps rendered).

    What's worse, is that you can never tell what will be ultimately made out of Premiere Pro. Thus, a typical professional workflow to several projects together to finish during the day and batch overnight rendering can cause a catastrophe.

    Of course, the option is to not use dynamic link. Which makes then less competitive whole adobe.

    This subject has been widely discussed for years has been a dynamic links. I'm not the only one having this problem, and the problem is far from new.

    My only question is:

    Adobe: have you ever fix dynamic links?

    I don't really understand how you focus on software development in your company. The vast majority of the features of CC is little or not useful. The most important thing in a professional environment is consistent and reliable - performance can you please focus on that?

    I'm inspired to write this post because I just arrived in my edit at 07:00 only to find that my night makes is the wrong versions. All bed very well in the body and AE, damage the final rendering off Media Encoder used an older version of one of my compositions, and that I have nothing to send to my client.

    Janne

    Title edited by Kevin Monahan.

    Management of files Adobe seems to rely on the names and the last path of known files. Body loses links Dynamics (and other files) with frightening regularity in a situation where nothing has changed in the hierarchy of files, the files.

    16, when a hard disk of 8 GB was a huge drive, Pro Tools has been littering files on several disks because, as was the creation of audio files in real time, she had to. Digidesign introduced into a system which incorporated a unique program generated number in each file. Since that day I have never had a problem with lost files or correlate. I can move them anywhere, on any system and any PT session concludes that they are with total reliability - and we are talking about a lot of projects with thousands of files, through several studios. If you are looking for files, you can choose to use the identification number, the name of the file, the length of the file, or any combination of these. Which allows for the substitution of file.

    Until Adobe address this problem with a solution similar to that of Pro Tools, we'll be constantly beset by problems.

  • Problem with the links and libraries CC

    Dear forum

    I have a problem that can be solved, hopefully, I see myself as a new user of Indesign and help would be appreciated.

    Since the update to the new version of Indesign, I had a problem when I open multiple files and all the links are missing. These are stored in the CC library in more than a library,

    After attempting to repeat the assets, I get the following message.

    SCREEN SHOT 1.jpg

    I made a copy of the file and open this file without result

    I think it's a question of libraries CC because it seems that the library is unable to find the file, but not 100% sure here, just a guess.
    I am connected to AdobeCC when the message above

    I hope someone can help

    Thank you

    Note: no files where changed or moved the location, including the CC library during the update of Indesign.

    When you have problems with the CC libraries, this often solves the problem:

    Go to the creative cloud desktop application (found in the Menu bar on Mac, the task bar in Windows). Click on the "gear" icon > Preferences > General. Logout, then signed again with your Adobe ID

Maybe you are looking for

  • HP proboog 470

    I have hp probook 470 1, i3 4 GB with win7 32 biti. Why do I see only 2.14 GB memory used. In the bios memory allocated for video is 64 MB.

  • Problem with black ink cartridge HP Deskjet 3520

    I just replaced a (almost) empty black ink cartridge in my HP Deskjet 3520 printer, and now I get no word on paper. The printer prints photos of a text, but not the text. The test page only gives light gray instead of black values. I put the cartridg

  • BlackBerry smartphones "an error occurred trying to read the media.» (Videos/YouTube) (WiFi)

    Hello I have a Storm 2, YouTube and videos work fine and dandy, and then yesterday suddenly YouTube stopped working. I would like to click on a video, he strives to buffer for 30 seconds, then said "an error occurred trying to read the media.» I trie

  • the RESTful web service and database NoSql.

    I configured a database version Oracle NoSQL 3.0.5.I wrote the below 12 c JDev RestFul web service.the Rest works well, but when running query (GET) it returns the following error.I don't know how to correct it. Need helppackage store;import com.hp.h

  • Deliver R12.2 installation for the upgrade

    HelloI'm braving question R12.2 installation for the upgradeAny idea on this issue.Fatal error: T2K install Serviceoracle.apps.fnd.txk.config.ProcessStateException: OPatch process failed: out = 73 see Journal for more details. CMD = /apps1/oracle/PRO