Newbie Oracle Mobile question

I hope this is the correct forum - my apologies if it is not...
I am receiving the error "Service unavailable due to content error: Please contact service provider" when trying to view a newly created application (through studio.oraclemobile.com).
I am assuming that this means that either the xml file is incorrect, or somehow, it can't see the xml file. I am using the following settings:
Remote URL: http://www.mat-man.com.au/handheld/helloworld.xml
Contents of helloworld.xml:
<?xml version="1.0" encoding="UTF-8"?>
<SimpleContainer>
<SimpleText>
<SimpleTextItem>Hello World</SimpleTextItem>
<Action label="Reload" type="SOFT1" task="CALL" target="helloworld.xml"> </Action>
</SimpleText>
</SimpleContainer>
Device simulator: Microsoft Windows. Platform SDK for Pocket PC
Desktop Pocket PC Emulation (from version 3.0 of the SDK).
Any help at all is appreciated!!!
P.S. I can successfully view the example applications provide by oracle.

You probably could post it on the Application Server-> Wireless forum. Your XML doc looks fine.

Similar Messages

  • Oracle.mobile.admin.ResourceManager

    There was a previous post of same kind of issues that I'm facing on this forum which was not answered from anyone.
    Compatible parameter
    * How to get (list) the snapshots on specific app?ResourceManager.listSnapshots("virtual path", platform) ==> is not working;
    * How to list the template variables on specific snapshot (and change them)?
    I am able to list the users and applications and get the virtual path of the applications but above questions (snapshots and template variables) are not resolved.
    Is there some 'features' on the web-to-go api or what could be the case?

    I found a couple of more same kind of problems that I'm facing.
    Re: Printing with Discoverer R1
    But the main thing still is that some of the methods of ResourceManager work and some dont which is confusing.
    For example following methods are working fine :
    ResourceManager.listUsers(null); ==> returns user ok
    ResourceManager.getDBCOnnectionSharing("/app_name"); ==> ok
    ResourceManager.listApplicationsByVP(null); ==> list apps ok
    ResourceManager.listSnapshots("/app_name",WINCE); ==> ok
    But for example method's
    ResourceManager.listTemplateVariables("/app_name", WINCE);
    ResourceManager.getTemplateVariables("/app_name",WINCE, "USERNAME");
    won't work.
    I'm debugging my application on wtgdebug (localhost on my workstation + PocketPC) and the error stack is :
    log3: java.lang.NullPointerException
    log3: at oracle.lite.sync.SiteDef.<clinit>(SiteDef.java:145)
    log3: at oracle.lite.sync.Consolidator.<clinit>(Consolidator.java:390)
    log3: at
    oracle.lite.web.resource.ResourceFactory.getInstance(ResourceFactory.java:73)
    log3: at oracle.mobile.admin.ResourceManager.<init>(ResourceManager.java:111)
    log3: at
    oracle.mobile.admin.ResourceManager.openConnection(ResourceManager.java:123)
    Do I have some configuration mistake somewhere (webtogo.ora)? Or why the api works only partly? The purpose why I need the snapshot template variables is that I have to sync between the main database and oracle lite dynamically, ie. I have to be able to select inside my code what I want to sync. If I understand it correctly the other way to do things is mSync program, which always syncs everything for the user (User cannot select the data that he wants to sync).

  • Deploy Oracle Mobile Server on Weblogic?

    Hello,
    We currently have a client-server application which communicates over HTTP with a BEA Weblogic 8 server on Solaris, and are assessing the feasibility of creating an offline client using Oracle Lite.
    Ideally, we would like to install the mobile-server on our existing server, but this brings the problem that the current weblogic is already listening on the HTTP port, and the site policy at our customer site does not allow for any traffic to non-HTTP ports. Can we deploy the Oracle mobile server within this same Weblogic instance, or do we have to acquire a new server machine, which will then run only the mobile server?
    Appreciate any information which can be provided.
    Best wishes,
    Roshan

    The simple answer is no. Oracle Mobile Server is designed to run under a OC4J container. Can you use a port like 8080?
    I am currently working on this setup and we split the application servers Weblogic and Oracle AS.

  • Oracle Mobile Server with SQLLite/Berkeley Db and dbsql

    Hi all,
    i am not sure if i am correct here but hopefully i am.
    In the past we have had Oracle Mobile Server with Oracle Lite.
    We decided to switch to new mobile Server because oracle webtogo is not longer supported and incompatible with windows 7. My administrator did migration of mobile server but migration utility reported that the available applications are incompatible.
    So I decided to create a completely New Publication with a Java application. The new Publication contains only one publication Item. For the first tests I simply wanted to spool out the data contained in my local database.
    In bin directory of sqlite folder i can find a utility named "dbsql". I understood it in this way that I can attach to an existing database file and take a look into that database.
    If i call dbsql.exe BerkeleyTest all seems to be ok. But if i try to select some data from that file i only get the errormessage that databse is in wrong format or encrypted. What am i doing wrong there?
    Am I right that the sql interface (I need that interface because I dont want to rewrite dataaccesslayer of my app) is only available in sqlite but not on "BerkeleyDb"?
    Is anyone here to help me a little bit with my problem here?
    Regards!
    Martin

    I do not know much about Oracle Mobile Server with Oracle Lite, does it use SQLite or BDB?  I do know that databases created by SQLite cannot be read by Berkeley DB SQL (of which dbsql.exe is part of), and databases created by Berkeley DB SQL cannot be read by SQLite.  Also, databases created by Berkeley DB outside of the SQL API cannot be read by the BDB SQL API.  You can open BDB SQL databases with BDB outside of the SQL API, but I would not recommend that outside of a few BDB utilities described in the documentation.  So if your BerkeleyTest database was created by SQLite or BDB outside of the SQL API, then it makes sense that dbsql.exe is returning an error when trying to read it.
    Calling dbsql.exe BerkeleyTest does not open the database, that happens when the first operation is performed on it, which is why you did not get an error until you tried to select something.
    Lauren Foutz

  • How to automate the functionality of Oracle Mobile - Thick client  USING  OATS

    Hi Guys ,
    We have a Oracle Mobile - Thick Client installed  on a windows 7 machine and  when used OATS  its not recognizing  the way to automate. the attached is the snap shot . Please advise the way or protocol to automate the Oracle Mobile.
    Thanks

    Hi Vinod,
    Thanks alot for your help in this regard
    Requesting you to please clarify here which BADI is the relevant one.PFB the screenshot for your easy reference.Because we found nearly 4 BADIs related to this scenario.Please through some light here once.
    Thanks in Advance!
    Regards,
    Lakshmi S

  • Oracle Mobile Server 11G with BerkeleyDB/SQLite

    Hi all,
    Actually I have got following situation:
    There are 2 Java apps that are running on Oracle Lite. Due to our Win 7 migration und outrunning support of Support for Oracle Lite we decided to migrate to Oracle Mobile Server 11 G and switch to Berkeley DB. So far so good.
    During migration my administrator reported warnings from migration utility that the apps are not compatible and aren't migrated. Within these applications databaseaccess is done via JDBC and SQL. There is no time and money to rewrite dataaccess layer, so I need SQL Access to Berkeley DB.
    For my first tests I created via Mobile Server API a new Publication that contains simply one publication Item that is in One Way Synchronization (Server to Client) . I wanted to take a look into the submitted Database File. For that I found dbsql.exe. I called this app via command line with: "dbsql.exe MyDb.db". DBSql started but returned an error that SQL Statement is incomplete?!. Any idea? For that new publictation i also wrote a testapp that should spool out the contents of publication Item in a later step.
    Ok now i took a new look into internet for getting information about SQL Support. There I found that Berkeley DB now is able to speak SQLite. So it seems that new database is able to speak SQL via SQLite. Is that correct?
    I switched now in MobileServer Console my testapp to SQLite Win32; US and installed the SQLite client on my computer. My next try was to connect this database to dbsql.exe. The call of dbsql.exe "MyDb.db" returned that error that databse is eather corrupted or encrypted.
    I was really unable to find a guide how to use that SQL API for Berkely DB. Which .jars should I import in my Java app? How is connection been made?
    Is here anyone that can help me a little bit out?
    Many many thanks in advance!
    Martin

    Hi, I see that this thread is old a little bit.  Do you still need help on it?  I have been able to create a publication with Mobile Server 11G with Berkeley DB as the client database.  I have also found the jar to use to access the client database in java.  Please let me know in you still need it and i'll post it here.

  • Error Oracle Mobile ORA-30023 Duplicate undo tablespace specification

    Hi,
    I have the following mobile application (Oracle Mobile 10g R3):
    - Win32 (Forms 6i) App.
    - snapshots (12 updateable, 36 read-only)
    I have a successfully compilation of my form connected to the mobile database. However when I put a value over a textitem, my WHEN-VALIDATE-ITEM trigger send me an error:
    ORA-30023 Duplicate undo tablespace specification
    How can I solve this???, It seems like there is a parameter that I have to change.
    The WHEN-VALIDATE-ITEM trigger only has a basic select over a "readonly" table.
    Please help.
    Regards,
    Santiago

    I think the problem is the following,
    I need to convert a date to julian format, example:
    to_char(sysdate,'j')
    The problem is that it seems like Oracle Mobile connot support this kind format convertion.
    So, How can I get the number of days between 01-jan-4712 BC and other date????
    I found this function TO_DATE('-4712-01-01', 'SYYYY-MM-DD'), but it doesn´t works on Oracle Mobile.
    If someone have any idea about how can I get the number of days between 01-jan-4712 BC and other day without using the format 'SYYYY'......please help

  • Oracle Mobile Server 404

    Hello,
    i have installed Oracle Database 11g, Oracle Weblogic 12c and Oracle Database 11g.
    so i configured a mobile domain because i want to sync a database from my android device to the oracle database.
    Oracle Mobile Database:
         HOST:     localhost
         PORT:      1521
         SID:     orcl
         Repository:
              Schemaname: MOBILEADMIN
              PW:     ****
         Mobile Server Administrator:
              User: Administrator
              PW: ****
         DEMOSCHEMA:
              NAME: master
              PW: ****
         NEW DOMAIN: mobileserver
         PORT: 7777
    I started runmobileserver.bat
    and my weblogic with startWebLogic.cmd (localhost:7001/console <-- WORKS)
    if i now want to access the admin site of the server i get a 404 error
    localhost:7777/mobile
    Error 404--Not Found
    From RFC 2068 Hypertext Transfer Protocol -- HTTP/1.1:
    10.4.5 404 Not Found
    The server has not found anything matching the Request-URI. No indication is given of whether the condition is temporary or permanent.
    If the server does not wish to make this information available to the client, the status code 403 (Forbidden) can be used instead. The 410 (Gone) status code SHOULD be used if the server knows, through some internally configurable mechanism, that an old resource is permanently unavailable and has no forwarding address.
    please help me.
    thank you

    Despite many attempts at trying to get an update on this topic I can't seem to get anyone from Oracle to provide any information. I'm now at a critical stage with a new project and would like to know if the Mobile Client will be available for iOS within the timeframes I am looking at. If not, will likely need to look at alternatives which will mean one or more large Mobile Server licences will not be renewed. Surely someone from Oracle on this forum can chime in and give us an update on where this is at?

  • Oracle Database to Oracle Mobile Server

    Hi,
    How can I share existente table to Oracle Mobile Server.
    I read something about publish, but I couldn't undertand how It really works.
    Can someone help me?

    Igual nos podemos entender en español :P
    Que necesitas saber?
    Saludos

  • Oracle Mobile Server 11GR2

    Hi all,
    currently we are using Oracle Mobile server 10.3.0.3 and would like move to Oracle Mobile Server 11GR2. But before going to that quite new area would like to get some feedback about that version/release as is critical for us to be sure that can safety support ~7000 users around the World. If somebody already using this system live can be in contact with me to understand how stabil it is, what challenges waiting us and etc. Probably even will be as an option tos schedule teleconference where we can talk about in in more detail way instead discussing this on the forum.
    You can write me directly using the following email: [email protected]
    Many thanks,
    Saulius

    I will contact you via email to discuss further.
    Eric

  • How to access Oracle Mobile Server logs using PL/SQL?

    I am starting to use Oracle solutions so I am a complete rookie.
    I'm doing a project which requires to present the logs of mobile devices using the Oracle Mobile Server (integrated in Oracle Database Lite).
    Does the mobile server have services I could use or do I have to parse the log files?
    Thanks in advance for any support given!
    Edited by: Hugo Zenha on 15-Apr-2009 07:40

    basic details for the sync history is MOBILEASDMIN.C$SYNC_HISTORY. This will give you the client id (name), start and end times, success or failure (and error if fail) plus the total data volumes uploaded and downloaded.
    You can get further detail by joining c$sync_his_pub_items on session_id, and this gives the detail of each table uploaded (phase=UPLOAD) in terms of timings and records, and the same for the download. upload tends to be the full set of tables (records=0 for no activity), whilst download is only the active tables, and includes whether a complete refresh was done
    You can get information for the MGP process using c$mgp_history and c$mgp_his_clients
    As all the repository data is stored in the database, there is a lot of possibly interesting stuff if you look through.
    We use SQL and PL/SQL to do reports on the different users having syncs within a period for cross charging and identifying clients having problems

  • Oracle License question

    Hi im a newbie oracle dba. I logged in on metalink and checked the licenses section, and it states the following:
    The following products and platforms are listed under this license number :
    Product      Platform
    All Products      All Platforms
    Oracle Server - Enterprise Edition      All Platforms
    Does this mean i have support for all products, besides Oracle Server - Enterprise Edition?
    Thanks.-

    Of course not, that means you have support for Oracle Server - Enterprise Edition on all platform. However the detailed term and number of license is in your Service contract with Oracle. You could obtain a copy from your Oracle rep.
    Or
    address your concern with our MetaLink feedback Group
    https://metalink.oracle.com/metalink/plsql/fee_main.startup

  • Need oracle practice question for OCA

    Need oracle practice question for OCA.
    Edited by: 823938 on Dec 27, 2010 10:21 PM

    It's illegal to use dumps.
    Read the following link:
    http://www.certguard.com/braindumps.asp

  • Oracle Mobile Server 11g - BerkelyDB corrupt.

    We have a client that currently uses Oracle Database Lite 10.3.0.3.0 to synce an olite database that interacts with a Win32 application. Due to the support being dropped they are in the process of migrating to Oracle Mobile Server 11g, however I have run into an issue with the BerkeleyDB files created by the sync agent.
    We have installed Oracle Mobile Server 11gR2 onto a linux environment, hosted on WebLogic 11. As a test I created a publication item for BerkeleyDB (Win32) with the workshop tool with a single table from our main database. Our developers are able to connect to the database using the System.Data.SQLite.dll and SQLite.Interop.dll files that came with the Windows MSI file, however any queries against a primary key column result in a "database disk image is malformed" error message. Queries against non-PK columns work fine.
    Whenever I attempt to use the dbsql.exe file to connect to the database file, I am presented with the following:
    C:\mobileclient\bdb\data\TESTUSER>dbsql.exe TEST.db
    Berkeley DB 11g Release 2, library version 11.2.5.3.21: (May 11, 2012)
    Enter ".help" for instructions
    Enter SQL statements terminated with a ";"
    dbsql> .database
    Error: SQL logic error or missing database
    Attempting the command again will proceed with:
    dbsql> .database
    Error: out of memory
    Enough connections/disconnections will eventually break though, but I doubt this is how it was meant to work. Once it is "working", this is the kind of errors our developers are running into:
    dbsql> select * from tbl1;
    PKCOL|VALCOL
    1|ONE1
    2|ONE2
    3|ONE3
    4|ONE4
    5|ONE5
    6|ONE6
    dbsql> select * from tbl1 where valcol = 'ONE1';
    PKCOL|VALCOL
    1|ONE1
    dbsql> select * from tbl1 where pkcol = 1;
    Error: database disk image is malformed
    dbsql>
    We can create a table through this sql interface and it works just fine. So I'm thinking the issue is either with how the Sync Agent creates the database, or its with how the Workshop tells the server to build the tables. I have attempted to use the workshop on both Windows and Linux environments to see if that would help, but unfortunately it does not.
    Does anyone have any ideas of where I should start looking? Am I just missing something that needs to be set on the client's (where the berkeleyDB is deployed) environment, or on the server side?
    Thanks,
    Nathan

    This issue has been resolved. It was related to the developers having a different set of Berkeley DLL files reference on their machines.
    Edited by: SparksN on May 10, 2013 12:24 PM
    Edited by: SparksN on May 10, 2013 12:25 PM

  • Creating LPN when generated by Oracle Mobile App

    Hi Folks,
    I have a query client is using Oracle Mobile App for PICK CONFIRMING and also for generating LPN. Now to automate the process they want us to write APIs for Load and Drop and for generating LPN and after that SHIP confirming it. Could someone guide me what wms APIs can be used for Load and Drop and generating LPN?
    There are already some wsh and wms APIs for creating and generating LPNs namely WMS_Container_GRP,WMS_Container_PUB
    but they all require container item relationship and there is no Container Item Relationship being setup
    All the Inv Org are  WMS Enabled and I am using r12.
    Thanks

    Hi,
    this can happen if you do not follow one important part of the prerequities:
    >> Customers who are upgrading from 11.1.1.6.x or customers who have already performed an in-place upgrade to 11.1.1.7.131017, ensure that you enable the JBIPS features as described in "Enabling JBIPS Features" in Oracle Fusion Middleware Patching Guide.
    (Applies to the "new" 11.1.1.7.131017 as well es to the "old" 11.1.1.7.1 bundle patches)!
    So check, whether the JBIPS features are enabled. If not, enable them.

Maybe you are looking for

  • PDF Form Field calculates AVERAGE incorrectly

    I have a PDF Form field that is set to calculate the AVERAGE of 4 other fields. Each of those other fields has its validation set to allow only the values 1 through 3. The Average field is dividing the total by 4 even if a person only fills out 2 of

  • Hp mediasmart

    When trying to play some .avi files, I get the error message "INVALID VIDEO - The file format is not supported or is invalid".  Some avi files work and some don't.  I'm running Windows7 with the HP Mediasmart that came with the unit.  Guessing I may

  • I plugged my iPod into my dads computer and all my songs got erased, how can I get them back?

    I plugged my iPod into my dads computer and everything got erased.  Is there a way I can restore my iPod?

  • Stale stats

    Hi , database :Oracle 11g(11.2.0.2) OS:solaris one of my prod database is having huge number of stale statistics.am planning to gather stats using below one. EXEC DBMS_STATS.gather_schema_stats('COMMODITY', estimate_percent => DBMS_STATS.AUTO_SAMPLE_

  • Won't charge, battery good

    My Powerbook will not charge the battery while the computer is in use. If I put the Powerbook in sleep mode, or turn it off, then it WILL charge the battery, but slowly. It's not a bad battery, because if I take the battery to a friend's powerbook an