Error installing an application on Pocket PC

Hello,
I want to install and test the Oracle Lite samples on my Pocket PC to check how all this works.
I installed Oracle Lite 10.2.0.1.0 Mobile Server and Development SDK on my PC and patched it to 10.2.0.2.0.
Then I used the webtogo/setup tool from the mobile server to install Oracle Lite on my Pocket PC.
After that I started the Updater on my Pocket PC, configured it and he found some new Oracle Lite software and installed it.
Finally I checked out MSync and the Device Manager, everything looked fine.
Now comes the point:
I tried to install an application using the Mobile Manager from the Mobile Server. I've sent an command to the mobile device to install an application.
On the PDA the Device Manager appears, authorizes and tries to download the application, Then I get the following message:
... Ressource not found: WINCE_XScale_DE_OLITE_2003
I found a lot of posts who told me to install newest patches and to ensure that atlc400.dll and some other files are there. I did all these guys wrote down but this error still occurs.
I thied some diffrend PDAs with Windows Mobile 2003 and 2005 and some different users and applications.
Is something missing? Am I totally doing something wrong?
I hope anyone can give me a hint.
Sincerely,
Alex

Hi,
I also faced this problem few times. If I remember right, it helped to reinstall the OL runtime and re-register the device.
Just to be sure - do you have proper platform (WINCE_XScale_DE_OLITE_2003) defined in you application? And does your user have access rights for the application? Does the Oracle Update application on device offer the application to install when you launch it manually?

Similar Messages

  • Error Installing Packaged Applications - Apex 5

    Hi Folks:
    I installed APEX 5 successfully. Everything seems to be running fine except I'm unable to install packaged applications.
    I get a screen that looks like the following when trying to install a package application:
    The text in the dropdowns for the errors begins with:
    Error
    The packaged application installed. However, installation of database objects and seed data has failed.
    Install Summary
    Script Name Status Statements Successful Statements with Errors Total Statements
    Framework Package Specification Success 1 0 1
    Framework Package Body Errors 0 1 1
    eba_dp_ui spec Success 1 0 1
    eba_dp_ui body Errors 0 1 1
    Missing Indexes Errors 0 7 7
    Filter Search Spec Errors 0 1 1
    Filter Search Body Errors 0 1 1
    eba_dp_data_access body Errors 0 1 1
    eba_dp_dashboard body Errors 0 1 1
    eba_dp_demo_data spec & body Errors 1 1 2
    Report Total:   3 14 17
    1 - 10
    Errors
    Framework Package Body
    CREATE OR REPLACE PACKAGE BODY "EBA_DP_FW" as
        function conv_txt_html (
            p_txt_message in varchar2 )
            return varchar2
        is
            l_html_message   varchar2(32767) default p_txt_message;
            l_temp_url varchar2(32767) := null;
            l_length number;
        begin
            l_html_message := replace(l_html_message, chr(10), '<br />');
            l_html_message := replace(l_html_message, chr(13), null);
            return l_html_message;
        end conv_txt_html;
        function conv_urls_links (
            p_string in varchar2 )
            return varchar2
        is
            l_string   varchar2(32767) default p_string;
    It then includes a lot more create, etc. statements that failed.
    I wonder if it is some kind of permissions issue?  I ended up running @apxremov.sql   and reinstalled apex 5 again after I couldn't get the package apps to work the first time but that didn't fix anything.  I have attached a text file that has all the code from the error message.
    The database I installed to is an Oracle 12c Enterprise database.
    It had Oracle Apex 4.2.6 installed on it with many packaged apps (not really using them, just trialing them till 5 came out).  I ran @apxremov.sql before installing Apex 5.
    Any help or ideas are appreciated.
    Thanks,
    Matthew Friend

    Matthew,
    Looking at the error file, it appears that APEX is trying to "upgrade" an existing Data Reporter instance rather than do a fresh install. It's possible (I haven't checked the code) that apexremov.sql doesn't run the packaged applications through their deinstall process, and so their supporting objects may still be present within your schema. I'd suggest removing any objects (especially tables & packages) with a name like 'EBA_DP_%' from your parsing schema, and then trying the install again.
    Regards,
    -D.

  • Error installing AIR application jledwardianadventcalendar.air

    Hi,
    I'm trying to install an AIR application but keep receiving the error message:
    "Sorry, an error has occured."
    "The application could not be installed because the installer file is damaged. Try obtaining a new installer file from the application author."
    I've uninstalled and reinstalled AIR.
    The installation log file follows:
      [2013-11-22:11:48:47] Application Installer begin with version 3.9.0.1210 on Windows Vista x86
    [2013-11-22:11:48:47] Commandline is: C:\Users\myname\Downloads\jledwardianadventcalendar.air
    [2013-11-22:11:48:47] Installed runtime (3.9.0.1210) located at c:\Program Files\Common Files\Adobe AIR
    [2013-11-22:11:48:48] Unpackaging file:///C:/Users/myname/Downloads/jledwardianadventcalendar.airto C:\Users\myname\AppData\Local\Temp\flaBD36.tmp
    [2013-11-22:11:49:02] Application signature verified
    [2013-11-22:11:49:02] Unpackaging/validation complete
    [2013-11-22:11:49:02] No app located for appID 'JLAdventCalendarEdwardian2013' and pubID ''
    [2013-11-22:11:49:06] Converting unpackaged application to a native installation package in C:\Users\myname\AppData\Local\Temp\fla5EA.tmp
    [2013-11-22:11:49:12] Native installation package creation failed: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="Unhandled exception Error: EndUpdateResource: Windows Error #5" errorID=0]
    [2013-11-22:11:52:34] Application Installer end with exit code 7
    Any help in 'decoding' this installation error message and guidance for a resolution is greatly appreciated.
    Regards,
    Mark

    I don't have an answer, just wanted to share your frustration. I'm running Windows Vista on a Toshiba Satellite with 40+GB free hard disk space and 2GB RAM so space is not the problem.  All updates have been made.
    My AIR log shows the identical error info. I have requested help from the application's author, which first suggested it was Firefox causing the problem, but downloading from Chrome and IE made no difference. Nor did reinstalling AIR.  A friend was able to download this app with no problem. And I was able to download the other (somewhat smaller) JL app with no problem, which really seems strange.
    Hoping someone here with more tech knowledge might be able to offer a suggestion.  If I get a helpful reply from the app author, I'll be sure to share it.

  • Strange error installing apex application

    Hi,
    I have downloaded and installed the sample application : CSV File Upload Tool on an Apex 4.0 environment. From:
    http://dbswh.webhop.net/htmldb/f?p=BLOG:READ:0::::ARTICLE:11000346061523
    Installation went well so we decided to have this as our starting base for our csv upload file tool.
    Character set is : Unicode UTF-8
    But when we wanted to install it on our test environment we got the following error: (we're installing with SQLPlus).
    ORA-20001: GET_BLOCK Error. ORA-20001: GET_STMT error. ORA-20001: Execution of the statement was unsuccessful. ORA-00001: unique constraint (APEX_040000.WWV_FLOW_REGION_UPD_RPT_CI1) violated &amp;lt;pre&amp;gt; &amp;amp;lt;br&amp;amp;gt;begin &amp;amp;lt;br&amp;amp;gt; &amp;amp;lt;br&amp;amp;gt;--------------------------------------- &amp;amp;lt;br&amp;amp;gt;-- ...updatable report columns for page 2 &amp;amp;lt;br&amp;amp;gt;-- &amp;amp;lt;br&amp;amp;gt; &amp;amp;lt;br&amp;amp;gt;begin &amp;amp;lt;br
    Following query retuns already 0 zero rows :
    select p.flow_id, p.page_id, p.plug_name, x.query_column_name
      from apex_040000.wwv_flow_page_plugs p, (select count(*), query_column_name, plug_id
            from apex_040000.wwv_flow_region_upd_rpt_cols
            group by query_column_name, plug_id
            having count(*) > 1) x
    where p.id = x.plug_id
    After our development environment was refreshed we tried to install it and got the same error as on our test server. There were no other applications installed on this server.
    Here's our application:
    https://dl.dropboxusercontent.com/u/11154333/QTG.f199.sql
    Thanks a lot.
    Best regards,
    Joey

    Problem solved seemed that apex exported for all the pages with updatable columns he made duplicate updatable columns. So removed them from the export script and now it's all ok. Brings up the question tho why apex made duplicate updatable columns :S.

  • Error installing the Application in a different instance after import

    Hi,
    Very urget..logged a TAR but hoping to get some input from the forum.
    Version: 1.6.0.00.87
    Problem: 1.Generated the application export file from development (tried both UNIX and DOS formats).
    2. Imported the file into test instance successfully
    3. Tried to install and getting the following error:
    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-06550: line 107, column 1:
    PLS-00103: Encountered the symbol "0" when expecting one of the following: ) ,
    * & | = - + < / > at in is mod remainder not rem => .. <an
    Did initial walk-thru of the code in the export file (size 4.11MB) and found the following:
    In the calls to flows_010600.create_report_region procedure some of the varchar2 parameters are being passed number format values and number parameters varchar2 values, for example:
    p_display_sequence (defined as IN VARCHAR2 DEFAULT NULL) => 10 (passed value),
    p_display_column (defined as IN VARCHAR2 DEFAULT NULL) =>1(passed value),
    p_query_num_rows (defined as IN NUMBER DEFAULT NULL) => '10'(passed value),
    p_query_row_count_max (defined as IN NUMBER DEFAULT NULL) => '15000'(passed value),
    Is this okay?
    And I have not found the calls to FLOWS_010600.WWV_FLOW_LANG and FLOWS_010600.WWV_FLOW_IMP_PARSER in the export file.
    Any help is greatly appreciated as this is impacting the testing schedule, which is in turn impacting our go-live date for this application.
    Thanks in advance.
    - Pradeep

    See
    Re: Unable to import application back into same HTML DB Repository
    Re: Import error
    There seems to be intermittent bugs in the App Builder Import application parser when the code has large un-broken chunks of text without whitespace.
    Try running the export file in SQL*Plus (connected as the parsing schema), that usually works better.

  • Error installing Oracle Application Server OCA on SuSE 11.1

    Hi,
    I am installing OCA on a Linux SuSE 11.1.
    The Configuration assisent::
    Oracle Application Certificate Authority configuration assistant Failed.
    I Get following information from Oracle installer:
    Output generated from configuration assistant "Oracle Application Server Certificate Authority Configuration Assistant":
    /home/oracle/OraHome/oca/perl/bin/perl: error while loading shared libraries: libnsl.so.1: cannot open shared object file: No such file or directory
    Configuration assistant "Oracle Application Server Certificate Authority Configuration Assistant" failed
    Is there anyone who has a solution for this Error?
    Best Regards
    Tommy

    Try to comment out the LD_ASSUME_KERNEL entry in file $ORACLE_HOME/oca/bin/cminst.
    The entry was put there for bug 4527581 - OCA fails on RH4.0, but will generate error on some more recent Linux distributions.

  • VM Error installing J2ME Application

    i am creating a J2ME application that make a HttpConnection.
    I made a lot of tests in WTK and it worked fine, but when I tryi to deploy it to a iden phone Motorola i85s,
    and the application is being installed, occours a VM Error.
    I connected the cel phone by hyperterminal, to debug, and the following message was shown when the error appeared:
    Fatal error: Unresolvable reference encountered in class services/a
    I continued trying to resolve the problem and I perceived that the following line is the reason of the error:
    OutputStream os = c.openOutputStream();
    c is a HttpConnection object.
    When i remove this line of the code, the deploy works fine... but my application needs this line to work....
    Have anyone an idea about what could be happening?
    Thanks a lot.

    Hi,
    Check with your device manual if your device implementation supports HttpConnection.

  • ANY ONE THERE TO SOLVE THIS ERROR INSTALLING ORACLE APPLICATION SERVER 4.0.7 .

    I AM INSTALLING ORACLE APPLICATIONSERVER 4.0.7 FOR WINDOWS NT4.0
    I AM USING AMDK62 366 HZ. 192 MB RAM
    AFTER ENTERING THE SITE INFORMATION I AM GETTING AN ERROR SAYING THAT
    OWS.VRF(1502)READ_ERROR WHILE TRANSLATING OWS.TCPPORT FROM
    D:ORANT\ORAINST\OWS_PORT.STAT
    D IS MY HARD DRIVE.
    CAN ANY ONE HELP ME.
    i first thought its some device reading error
    but its only failing at that point and i am
    not able to procede further is there any one to solve this.

    Thanks to all of them who read my problem and tryed to solve it
    I my self figured out the problem yesterday night.
    I looked at the error message closely
    the path in it said D:ORANT/ORAINST/OWS_PORT.STAT
    sorry in my topic I didnot typed like this
    please forgive me.
    when I am looking at path I found the path is cruked you see there are forward and backward slashes so I thought may be its confusing while reading so I copyed entire CD to hard drive opend ows.vrf and changed manully the path to replace the backward slash with forward saved the file and now I tried to Install.
    At last I installed OAS.
    My next job is to post install OAS to configure 8i and OAS.
    When I came today I got mail from Oracle support suggesting me to click on startup.exe
    instead of allowing it to auto run.
    I tried this also but not from CD but Copying entire cd to hard drive even then I got same error.
    I mailed my solution to them.
    I guess its time to open up a FORUM entirely for OAS on windows NT problems
    null

  • Error installing DM - "Application failed to initialize properly (0xc0000005)"

    I've uninstalled the old and deleted the directory structure and even re downloaded the installer and get the same message.
    Anyone have a clue?  The executable is 501_b049_multilanguage.exe
    Thanks for any help you can provide.

    Hi there!
    I suggest the following steps (insert plenty of reboots of your PC...not just restarts, but full power down reboots). Also, it is advised that you be logged into the PC on an account with full admin rights. Further, under Vista, use the "Run As Administrator" option for everything.
    1) Remove your device OS update package from your PC (add/remove programs)
    2) Cleanly uninstall the RIM DTM software:
    KB02206 How to perform a clean uninstall of BlackBerry Desktop Software
    3) Get a fresh download of the RIM DTM software:
    https://www.blackberry.com/Downloads/entry.do?code=A8BAA56554F96369AB93E4F3BB068C22
    Choose the version that is newest and (if applicable) compatible with your PIM (if you are synchornizing via USB):
    KB12268 Applications supported by BlackBerry Desktop Manager for synchronization
    4) Download (to your PC) a fresh copy of your device OS package from your carrier:
    http://na.blackberry.com/eng/support/downloads/download_sites.jsp
    5) Install DTM to your PC
    6) Install (also to your PC), the device OS package
    7) Start the organizer configuration over:
    KB17022 How to configure organizer applications for synchronization using BlackBerry Desktop Manager
    Hopefully that will get things going again.
    Good luck and let us know!
    Occam's Razor nearly always applies when troubleshooting technology issues!
    If anyone has been helpful to you, please show your appreciation by clicking the button inside of their post. Please click here and read, along with the threads to which it links, for helpful information to guide you as you proceed. I always recommend that you treat your BlackBerry like any other computing device, including using a regular backup schedule...click here for an article with instructions.
    Join our BBM Channels
    BSCF General Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • Error in installing applications-Not able to install any applications

    Hello, 
    I bought Blackberry Z3 on just 3 days back, 
    I am not able to install any Applications. (Example: Wikipedia, News, WhatsApp.. etc)
    After download complete it is always showing " Error in installing application"
    If i Check inside Myworld -? Active downloads,it is showing " utf8' codec can't decode bytes.
    Please let me know how to resolve this problem. 
    Thanks,
    Yogesh S

    I had the same problem what you had.
    It would throw errors like, "Unable to decode...." or "Error installing the application"
    I was neither able to download any applications from Blackberyy World nor sideload any android apps.
    I use AirTel network.
    Try removing the SIM card and install the application using Wi-Fi.
    It worked for me smoothly when I did the above.

  • Error installing Dreamweaver from Creative Cloud Application Manager OSX

    Getting this error:
    Exit Code: 7
    Please see specific errors below for troubleshooting. For example,  ERROR:
    -------------------------------------- Summary --------------------------------------
    - 0 fatal error(s), 1 error(s)
    ERROR: Updating driver data failed. Driver entry was notadded. ARP estimated size 64578KB
    I have rebooted, etc. All of my other apps work fine it seems. However, it is interesting that Application Manager shows "Install" next to ALL apps, including the ones I have already installed using Application Manager.
    Any ideas?
    OSX 10.8.2  - 2011 27" iMac

    Exit Code 7 is usually the result of a permission error.  Please see Error "Exit 6" or "Exit 7" | Install log | Read, write, system file errors | CS5, CS5.5 - http://helpx.adobe.com/creative-suite/kb/error-exit-6-exit-7.html.  You will also want to review your installation log to determine which directories have compromised file permissions.  You can find details on how to locate and interpret the installation log at Troubleshoot with install logs | CS5, CS5.5, CS6 - http://helpx.adobe.com/creative-suite/kb/troubleshoot-install-logs-cs5-cs5.html.

  • Error Message reads: this application has failed to start because MSVCR80.dll was not found. Re-installing the application may fix this problem.  I have re-installed, SO many times and I still cant open iTunes.

    Hi Support,
    I am becoming anxious because no matter what I try it doesnt seem to allow me to open itunes.
    Error Message reads: this application has failed to start because MSVCR80.dll was not found. Re-installing the application may fix this problem.
    I have re-installed, SO many times and I still cant open iTunes.
    Please help!!

    Click here and follow the instructions.
    (98888)

  • Error During INSTALL of Application Export File

    An error is reported during INSTALL of an application that I am trying to copy (Import/Install) from a "development" Work Space into a "production" Work Space. The production (target) Work Space is on the same HTML DB instance as the development Work Space.
    I am receiving the following INSTALL error:
    ORA-20001: GET_BLOCK Error. ORA-20001: GET_STMT error. ORA-20001: Execution of the statement was unsuccessful. ORA-06550: line 15, column 1: PLS-00103: Encountered the symbol &amp;quot;,'39','RD8','8','S','10','U','43','UD','41','UG','11','W')) END)&amp;quot; when expecting one of the following: . ( * @ % &amp;amp; = - + ; &amp;lt; / &amp;gt; at in is mod remainder not rem &amp;lt;an exponent (**)&amp;gt; &amp;lt;&amp;gt; or != or ~= &amp;gt;= &amp;lt;=
    Following is some pertinent (hopefully) information:
    The above INSTALL error takes exception to part of a Region Select (sql) that works fine in the development Work Space.
    The common HTML DB (v1.6) instance is on UNIX.
    A new Work Space was created on the same instance.
    A new schema name was created during creation of the new Work Space. However, this schema does not point to a database. (We were not certain how to setup the schema to parse to our live database.) I will be running DBLINK upon production application startup in order to access the database objects.
    EXPORT INFO -
    File Format: UNIX (also, tried DOS but received same error during INSTALL)
    IMPORT INFO -
    File Type: Application/Page Export
    File Character Set: Western European Windows 1252
    Target Work Space is newly created on the same HTML DB instance.
    INSTALL INFO -
    *Parse As Schema: COLLIVE17 (Again, this schema does not parse to a database. I intend to use DBLINK.)
    *Build Status: Run and Build Application
    Please refer to above error message.
    Again, any insights or suggestions are appreciated.

    Urgently need help! I've read several other Forum messages having a related problem but none having same Install error message.
    Again, my Export/Import from development Workspace to production Workspace is successful. The following error is reported when I attempt to "Install" into the production Workspace:
    ORA-20001: GET_BLOCK Error. ORA-20001: GET_STMT error. ORA-20001: Execution of the statement was unsuccessful. ORA-06550: line 15, column 1: PLS-00103: Encountered the symbol &amp;quot;,'39','RD8','8','S','10','U','43','UD','41','UG','11','W')) END)&amp;quot; when expecting one of the following: . ( * @ % &amp;amp; = - + ; &amp;lt; / &amp;gt; at in is mod remainder not rem &amp;lt;an exponent (**)&amp;gt; &amp;lt;&amp;gt; or != or ~= &amp;gt;= &amp;lt;=
    The "snippet" of Region Sql Select code that relates to the reported error is:
    ELSE htmldb_item.display_and_save (5, DECODE (GET_GRADE_B93 (sac.stc_final_grade,sac.stc_verified_grade),'18','AU','1','A','3','B','4','C','7','CR','5','D','46','DR','6','F','47','FW','49','IB','30','IC','31','ID','23','IF','44','MW','9','NC','21','RD','14','RD0','33','RD1','32','RD2','34','RD3','35','RD4','36','RD5','37','RD6','38','RD7','39','RD8','8','S','10','U','43','UD','41','UG','11','W'),'GRADE_'||ROWNUM) END q_v_grade,
    HTML DB version is: 1.6.0.00.67. I've also tried to Export/Import/Install the application into the "same" Workspace specifying the same schema, and only changing the Application ID. However, I get the same Install error (see above).
    Any suggestions on things to try in order to get application into production is greatly appreciated.
    Thanks, Bernard.

  • Every time I try to open itunes I get a message saying "runtime error. An application has made an attempt to load the C runtime library incorrectly. I have already un- and re-installed it, but i get the same message as before. How do i fix this?

    every time I try to open itunes I get a message saying "runtime error. An application has made an attempt to load the C runtime library incorrectly. I have already un- and re-installed it, but i get the same message as before. How do i fix this? I don't want to lose my music and would at least want to save that.

    Follow the instructions of tt2 given in https://discussions.apple.com/thread/5822086 and note to run as admin

  • Itunes update would not install due to an error, now itunes won't run and I get this message when I try to launch itunes: "This application has failed to start because MSVCR80.dll was not found. Re-installing the application may fix this problem"

    itunes update would not install due to an error, now itunes won't run and I get this error message when I try to launch itunes: iTunes.exe - Unable to Locate Component "This application has failed to start because MSVCR80.dll was not found. Re-installing the application may fix this problem."
    I'm on a Dell PC running Vista Home Premium.
    HELP!!!!!!!!!!!!!!!!!!!

    try removing all itunes and all other apple program
    follow this link for more info. http://support.apple.com/kb/HT1923
    reboot ur window after uninstalling
    after that download the latest itunes setup and install.

Maybe you are looking for