App-Import is impossible

Hi,
i have 2 Apex-environments (Version 2.2.1.00.04). First a developer, second a productive environment. Yesterday i have export an application from my developer to import in my productive environment. After i select a new App-ID in the import-wizzard apex breaks with a error-message like this:
ORA-20001: GET_BLOCK Error. ORA-20001: GET_STMT error. ORA-20001: Execution of the statement was unsuccessful. ORA-06550: line 16, column 41: PLS-00103: Encountered the symbol &quot;_&quot; when expecting one of the following: &lt;an identifier&gt; &lt;a double-quoted delimited-identifier&gt; delete exists prior &lt;a single-quoted SQL string&gt; The symbol &quot;_&quot; was ignored. <pre>-- &lt;b
Today i have changed some pages and i hope i can import, but now if i put a javascript-file-call (<script src="#WORKSPACE_IMAGES#add_textbaustein.js"></script>) in the header-text of page-attributes of a certain page i see the following error-message:
ORA-20001: Error in DML: p_rowid=250, p_alt_rowid=ID, p_rowid2=, p_alt_rowid2=FLOW_ID. ORA-01422: exact fetch returns more than requested number of rows
Error processing update of page.
On an other Page i can set this javascript-file-call without error.
I dont know whats wrong. Is there anybody that can help me?
Sorry for my english, now the message in german.
Hallo,
ich wollte eine Application aus meiner APEX (Ver 2.2.1.00.04) Entwicklungsumgebung in meine Produktiv überspielen. Beim Import in der Produktion bekomme ich die o.g. 1. Fehlermeldung. Egal, ob ich die APP-ID selber ändere, oder eine neue APP-ID vergeben lasse. Ich wollte nicht die bestehende App in der Produktion überspielen und deshalb erstmal unter einer neuen ID arbeiten.
Nachdem ich dann gestern noch ein paar Sachen der letzten Tage rückgängig gemacht habe, in der Hoffnung, den Code wieder "zu bereinigen", bringt mich das auch nicht weiter. Nun kann ich auf einer bestimmten Seite nicht mal mehr eine JavaScript-Datei im Header-Text des Seiten-Attributes aufrufen. Dann erscheint gleich die o.g. 2. Fehlermeldung. Ebenfalls erscheint diese, wenn ich den JavaScriptCode direkt in den Header-Text schreibe.
Weiß jemand einen Rat?

Hi there and thanks for replying.
Sadly im not new to Aperture and i was not troubled by this problem before. With Aperture 2 i could get the camera to show up in the list after pressing the Import icon thus not getting nagged by my iPod (as i had set it to "hush-mode"). And same with my camera, i could plug it in and choose to import when i was ready by going to the button mentioned above.
But now in A3 there is no way to get my camera selected to import from unless i enable that annoying(for me atleast) WCDOA.. It's simply not showing in the list when im looking for it manually.
And yes before you ask, it is powered on and in the right mode.
If it is of any help it is a Canon DIGITAL IXUS 870 IS and i do not own a slot cardreader.
WCDOA=when a camera is detected open with Aperture
A3 = Aperture 3

Similar Messages

  • For some apps it seems impossible to determine the price before, or even after, installing them. How can I get round this?

    For some apps it seems impossible to determine the price before, or even after, installing them. How can I get round this?

    Can you be clearer about what you're seeing?  The price should be clearly stated up front...  Is that not the case?  Note that there may be additional taxes that will increase the final price, and that can't be included in that up-front listed price, since taxes are different everywhere.

  • Adobe presenter import video impossible

    Impossible d'importer une video avec adobe presenter 10 et microsoft 2013 win7 pro 64bits
    Quand je demande une import de video, il m'ouvre automatiquement adobe encoder et plante l'import
    alors que adobe presenter 9 et microsoft powerpoint 2010 win 7 pro32bits c'est ok

    C'est ce que je fais !!
    CordialementHerve Leclerc
    On 12 mars 2015 16:30:47 UTC+1, Franck Payen <[email protected]> wrote:      adobe presenter import video impossible    created by Franck Payen in Forums en français - View the full discussion   Bonjour.   Je n'utilise pas Presenter, aussi je ne peux proposer que deux choses :  - Une solution alambiquée consistant à préparer le travail / import sur Presenter 9 et ouvrir le document créé sur Presenter 10 (si cela fonctionne - Tenter sur le forum dédié (en anglais, mais vous avez un bouton Translate) Adobe Presenter    If the reply above answers your question, please take a moment to mark this answer as correct by visiting: https://forums.adobe.com/message/7283229#7283229 and clicking ‘Correct’ below the answer  Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page:   Please note that the Adobe Forums do not accept email attachments. If you want to embed an image in your message please visit the thread in the forum and click the camera icon: https://forums.adobe.com/message/7283229#7283229  To unsubscribe from this thread, please visit the message page at , click "Following" at the top right, & "Stop Following"   Start a new discussion in Forums en français by email or at Adobe Community  For more information about maintaining your forum email notifications please go to https://forums.adobe.com/thread/1516624.

  • Can the ipad reminders app import tasks from the calendar app so I can enter items once?

    Can the ipad reminders app import tasks from the calendar app so I can enter items once?

    Depends on an account. The Tasks in Exchange will populate Reminders, and you can use Reminders in iCloud, but natively entering something in Calendar does not reflect in Reminders.

  • Importation video impossible, please help

    Bonjour, I m working with Adobe Premiere pro CS3 on Win Xp sp3.
    Its now impossible to import any media video !?
    Look like a audio media.
    Tanx for help and have a happy new year
    Have a look on my video.

    To the OP - welcome to the forum.
    In follow up to Jim's comments:
    This ARTICLE will give you some background on the AVI "wrapper," and tell you how to "peek inside" that wrapper.
    If the CODEC inside the AVI is DivX/Xvid, you will most likely have issues and conversion of that delivery-only material is the best course of action.
    If it's MJPEG, then there are "fixes" in most cases. See this ARTICLE, if MJPEG.
    Good luck, and let us know the full specs. of that AV material.
    Hunt

  • Can existing JSF apps import into JSC

    I have a a number of existing JSF applications that were manually created (JSP,code, etc)musing JSF 1.0 FCS. I have tried to import these into the visual designer JSC to look at how they would display but it seems that the JSF tags are aways stripped out of the html. Does the JSC allow for maintaining exising JSF 1.0 apps using the JSC toolset?
    Some things that suggest that this is not the case are:
    1) JSC uses CSS-P rather than tables for page layout
    2) JSC uses xhtml rather than html/jsp
    So it seems that the choices are either use the JSC or manually write your app using an html editor and a java editor.
    Is this true???

    I would like to confirm if this is a known issue in JSF:
    I have a JSF project, that used to run perfectly, but now,
    java.lang.StackOverflowError javax.faces.el.EvaluationException: java.lang.StackOverflowError at com.sun.faces.el.ValueBindingImpl.getValue(ValueBindingImpl.java:206) at com.sun.faces.el.ValueBindingImpl.getValue(ValueBindingImpl.java:154) at javax.faces.component.UIOutput.getValue(UIOutput.java:147) at com.sun.faces.renderkit.html_basic.HtmlBasicInputRenderer.getValue(HtmlBasicInputRenderer.java:82) at com.sun.faces.renderkit.html_basic.HtmlBasicRenderer.getCurrentValue(HtmlBasicRenderer.java:191) at com.sun.faces.renderkit.html_basic.HtmlBasicRenderer.encodeEnd(HtmlBasicRenderer.java:169) at javax.faces.component.UIComponentBase.encodeEnd(UIComponentBase.java:712) at com.sun.faces.renderkit.html_basic.HtmlBasicRenderer.encodeRecursive(HtmlBasicRenderer.java:443) at com.sun.faces.renderkit.html_basic.GridRenderer.encodeChildren(GridRenderer.java:233) at javax.faces.component.UIComponentBase.encodeChildren(UIComponentBase.java:693) at com.sun.faces.renderkit.html_basic.HtmlBasicRenderer.encodeRecursive(HtmlBasicRenderer.java:435) at com.sun.faces.renderkit.html_basic.GridRenderer.encodeChildren(GridRenderer.java:233) at javax.faces.component.UIComponentBase.encodeChildren(UIComponentBase.java:693) at com.sun.faces.renderkit.html_basic.HtmlBasicRenderer.encodeRecursive(HtmlBasicRenderer.java:435) at com.sun.faces.renderkit.html_basic.HtmlBasicRenderer.encodeRecursive(HtmlBasicRenderer.java:440) at com.sun.faces.renderkit.html_basic.GroupRenderer.encodeChildren(GroupRenderer.java:130) at javax.faces.component.UIComponentBase.encodeChildren(UIComponentBase.java:693) at com.sun.faces.renderkit.html_basic.HtmlBasicRenderer.encodeRecursive(HtmlBasicRenderer.java:435) at com.sun.faces.renderkit.html_basic.GridRenderer.encodeChildren(GridRenderer.java:233) at javax.faces.component.UIComponentBase.encodeChildren(UIComponentBase.java:693) at javax.faces.webapp.UIComponentTag.encodeChildren(UIComponentTag.java:600) at javax.faces.webapp.UIComponentTag.doEndTag(UIComponentTag.java:537) at com.sun.faces.taglib.html_basic.PanelGridTag.doEndTag(PanelGridTag.java:460) at jsp_servlet._templates.__toplayout._jspService(__toplayout.java:483) at weblogic.servlet.jsp.JspBase.service(JspBase.java:33) at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:996) at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:419) at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:463) at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:315) at weblogic.servlet.internal.RequestDispatcherImpl.include(RequestDispatcherImpl.java:622) at weblogic.servlet.internal.RequestDispatcherImpl.include(RequestDispatcherImpl.java:412) at weblogic.servlet.jsp.PageContextImpl.include(PageContextImpl.java:154) at org.apache.struts.tiles.TilesUtilImpl.doInclude(TilesUtilImpl.java:137) at org.apache.struts.tiles.TilesUtil.doInclude(TilesUtil.java:177) at org.apache.struts.taglib.tiles.InsertTag.doInclude(InsertTag.java:756) at org.apache.struts.taglib.tiles.InsertTag$InsertHandler.doEndTag(InsertTag.java:881) at org.apache.struts.taglib.tiles.InsertTag.doEndTag(InsertTag.java:473) at jsp_servlet._navigation.__nav_mainmenu._jspService(__nav_mainmenu.java:194) at weblogic.servlet.jsp.JspBase.service(JspBase.java:33) at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:996) at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:419) at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:463) at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:315) at weblogic.servlet.internal.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:312) at com.sun.faces.context.ExternalContextImpl.dispatch(ExternalContextImpl.java:322) at com.sun.faces.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:147) at com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:87) at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:200) at com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:117) at javax.faces.webapp.FacesServlet.service(FacesServlet.java:198) at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:996) at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:419) at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:315) at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:6452) at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321) at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:118) at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3661) at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2630) at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:219) at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:178) Caused by: java.lang.StackOverflowError
    My Project environment uses Weblogic 8.1, used Eclipse3.0 as the IDE and MyEclispe 3.8.2.
    After spending hours on trying to figure out the problem, I created a new weblogic domain and now it works fine..... On another forum I saw a posting by another person with a similar problem, but the app server used was Sun One.
    Can you please answer the following questions:
    Has this problem been identified before?
    Is there a reason as to why this is happening?
    If so what is the solution (besides creating new domains).
    Thanks,
    Vindya

  • Lightroom 5 & lightroom iphone app import issues with iOS8

    hi guys,
    recently i am having problems with importing iphone pics thru the lightroom app. for reasons i dont understand the images comes to lr in small resolution (640x852). if i work on the pic in the app- and save it to the camera roll the images in the app its full resolution. ideas?
    Message was edited by: Ignacio Barrientos - updated title

    You did not mention if it always were the same images that were not being synced in your original post.
    Hence the question.
    Even though it might seem silly for you - those questions being answered can make us understand where the problem lies.
    The problem can be that you have an app that shoots pictures that are causing the issue, etc.
    Best way to help us and yourself would be:
    letting us know if it always only happens to a specific set of images
    if only specific set of images causes this - where did they come from, had they been edited somewhere else or where they untouched when you imported them to Lr mobile
    be very specific in your posts, things like "if i work on the pic in the app- and save it to the camera roll the images in the app its full resolution. " Doesn't really help us to understand where you are seeing the full resolution image, leaving us to assumptions that can be wrong.
    If your workaround is to edit the images that's good but it still doesn't solve your problem right?
    What you can do is - next time you have this issue - go to the settings in Lr mobile (Lr icon inside the app) and once the settings are open, press the Lr icon again for a couple of seconds to get a diagnostics log.
    Then send it to me privately, do not post here directly, and we can see if it lets us know whats going on.
    Thanks,
    Ignacio

  • IOs 7 reminders - this app is now impossible to use :-(

    How on earth does this app now work? Awkward and confusing to use with silly sliding pages and no notification numbers on the app icon. Or am I completely unaware of how it now works?
    Help please.

    Sadly, Apple has no approved method to downgrade the version of iOS on your iDevice. You can voice your displeasure with the iOS by leaving feedback at the appropriate subsection from the link below.
    http://www.apple.com/feedback/

  • Import photo impossible in Iphoto 9.4.2 on OS 10.8.3

    When i import any type of photo in Iphoto 9.4.2 or recently in 9.4.3, the photo is replaced by an !.
    It seems the photo is there because the small proxy and name is visible but when you try to see it in large or you want to modify it, it will be replaced by a road sign with !.
    Anybody can help me ?
    Many thanks,
    Pascal Buron

    The ! turns up when iPhoto loses the connection between the thumbnail in the iPhoto Window and the file it represents.
    Option 1
    Back Up and try rebuild the library: hold down the command and option (or alt) keys while launching iPhoto. Use the resulting dialogue to rebuild. Choose to Repair Database. If that doesn't help, then try again, this time using Rebuild Database.
    If that fails:
    Option 2
    Download iPhoto Library Manager and use its rebuild function. (In Library Manager it's the FIle -> Rebuild command)
    This will create an entirely new library. It will then copy (or try to) your photos and all the associated metadata and versions to this new Library, and arrange it as close as it can to what you had in the damaged Library. It does this based on information it finds in the iPhoto sharing mechanism - but that means that things not shared won't be there, so no slideshows, books or calendars, for instance - but it should get all your events, albums and keywords, faces and places back.
    Because this process creates an entirely new library and leaves your old one untouched, it is non-destructive, and if you're not happy with the results you can simply return to your old one. 
    Regards
    TD 

  • Bb app error 200 impossible to restart

    hey
    i have a bb curve 9360 n suddenly it got switched off n on, showing app error 200 reset.
    i tried to connect it to desktop software n update it but it shows fatal error while updating.
    i am stuck with no idea what to do now.
    any help would be greatly appreciated  

    You have to reload the same OS.
    Click "Accept as Solution" if your problem is solved. To give thanks, click thumbs up Blackberry Battery Saving Tips | Follow me on Twitter

  • Error during the app import into 1.6

    Hi,
    I have the HTML_DB v 1.6.0.00.87
    I exported my application from HTML_DB to sql file and tried to import with another
    application id.
    I have got the following error message:
    ORA-20001: GET_BLOCK Error. ORA-20001: GET_STMT error. ORA-06502: PL/SQL: numeric or value error: character string buffer too small ORA-06512: at "FLOWS_010600.WWV_FLOW_LANG", line 548 ORA-06512: at "FLOWS_010600.WWV_FLOW_IMP_PARSER", line 678 ORA-02291: integrity constraint (FLOWS_010600.QUERY_COLUMN_TO_QRY_OBJECT_FK) violated - parent key not found:336:0
    When I try to import this sql file to the v2.0 I also get error message.
    Could you check into this and get back to me?
    Thanks,
    Oleg
    Message was edited by:
    u500000

    Oleg,
    Received your email with no attachment. In the message you said:
    "As you recommended I have upgraded my HTML_DB system to 1.6.1.00.03.,
    created export sql file and tried to import my application in the same workspace."
    What I suggested was that you apply the patch, delete the region that was "copied to" previously and copy it from the original region again. Then, export and try to import.
    Scott

  • Can any iWork '08 app import Office 2007 formats?

    i.e. docx, xlsx, pptx, etc...

    You will hit some problems with iWork '08, in that it doesn't support all the facilities of Excel (in particular, date formatting tends to differ and some functions are not supported).
    That said, I've found it to do a very good job of importing simple docx and xlsx documents. It has retained the format very well - including bringing across the SmartArt diagram. I haven't tried PowerPoint 2007 presentations.

  • HT1947 Last update killed this app ! Almost impossible to connect. Now a worthless app!

    After the March update, what had ben a perfectly good app now is worthless...can't reliably connect, the IF it does connect, quickly disconnects. Terrible. Uninstalling.

  • Ipad 2 updated to ios7: impossible to connect to app store

    Hi everyone,
    I just updated my ipad 2 to the ios7.
    Everything is ok, I can browse the internet etc, but if i try to get acces to the app store app it says' ''impossible to connect to the app store''?
    Any suggestions?
    Thanks

    Same here. Impossible to connect bla bla

  • Photos App Cannot Split or Merge Events?

    Whenever Apple updates their OS software, they tout what wonderful new features it has.  What they don't say is what they discarded as well.  I depend on the "Events" feature to organize my photos by a great variety of subjects and topics (way too many to keep separate "Albums" for).  I name them with a variety of keywords to make searching easier.  But I also like to search through the mass of Events by date to narrow the search.
    Now I upgraded to Photos, and suddenly commands to manage Events and name them seem gone.
    • I looked in Apple's HELP for Photos and it can't find anything about "Events."
    • I did find the sidebar (which was hidden on first launch) but it only shows an "Album" named "iPhoto Events."
    • When it hit the little triangle next to that album, it just shows an impossibly long list of my events.  This is useless to me.
    • When I just clicked on the album, my events all appear, but without any dates showing when I roll over them with the mouse, as they did in iPhoto.
    • The photos in the Events Album display no longer show a 'quick review slideshow' of the photos contained in that event, as they did in iPhoto.
    • When I imported new photos from my iPhone, it shows all the photos I took on a given day, but there seem to be no tools with which to split them into separate Events, name the events, merge them into existing events, and so on.
    I depend on these tools on a daily basis.  PLEASE, Apple, can you restore proper event management for those of us who use these features?  This big idea of making everything on my laptop computer work the same way it does on my iPhone or iPad is absurd.  It seems to always cause a vast "dumbing down" of the software to 'touch' use, eliminating all 'roll overs,' all 'pop up hints,' all 'dragging' and so on.  Apple was supposed to be about choices, diversity, in the beginning.  Now it's all about uniformity?  Forget it!
    Oh, and one more thing:  Naming it "Photos" instead of "iPhoto" now means that searching for the Photos app online is impossible.  That's because when such a generic word is used for the app, searches just bring up everything in the world with the word "photos" in it.  They did this with "Mail" and now it's exceedingly hard to search for tips on how to solve problems with the Mail app, because every document in the world with the word "mail" in it comes up.  Please, Apple, stop this nonsense, and give your apps recognizable names! 

    Offhand it is hard to think of a name for an email client that is less descriptive than Mail

Maybe you are looking for

  • Different Vendor Payment in same Document Number....?

    Hi, If any one aware of this case please Revert back. Client Requirement: Different vendors payment they are giving one single check (RTGS) to Bank.bank will transfer the money to Particular Vendors Account. In our System we can create Payment Batch

  • Where are photo file names?

    I've "titled" many, many photos in iPhoto by changing the filename (e.g. "DSC_2254" --> "On vacation in Hawaii"), but there appears to be no option in Photos to show the filename. So none of my "titles" appear. Am I missing something?

  • Change exported XML from a report

    Hello, I need to export a XML from a report button with this structure: <LOTE CONTABLE> <CONFIG /> <LOTE>LOTE</LOTE> <LINEAS> <LINEA> <FAC_CODI>1</FAC_CODI> <EFDESC>F/pruebass N 1</EFDESC> <EFTYPENT>P</EFTYPENT> <EFCOMPTE>960</EFCOMPTE> </LINEA> </LI

  • InDesign CS5.5 Can't select Move Tool

    I have InDesign CS5.5 installed on a desktop (Windows 7 Home) and it's working fine. I installed it on a second desktop (Windows 7 Professional). It seemed to install and update fine. However, if I create a new document and drag a rectangle I can't a

  • Ps and prstat showing UIDs not usernames

    Hey folks, I have setup central authentication on 12 Solaris 9 machines using LDAP. The /etc/pam.conf and /etc/nsswitch.conf have been set to use LDAP. Everything is working fine (users can login, finger, id, ssh, etc), except that on one of the mach