Packaging wizard Lite 10.0.0.0.0

Hello,
I have a problem with the Packaging wizard of Oracle Lite 10.0.0.0.0 :
I want a new Win32 app.
At step3, at publication name (I haven't found documentation about that field in pdfs), it seems that the connection is good but I have no access to snapshots.
Directly to publish application, no snapshot tab.
How can I add snapshots to my new win32 app if I don't have access to this tab ?
Thanks for your help.

Do not fill in the zone "Nom de la publication" (Publication Name I presume)

Similar Messages

  • Problem connecting to Oracle 8i (817) using Packaging Wizard of 9i Lite

    I am having a problem to connect to Oracle 8i database (817) from using Packaging Wizard. I am getting a error message when I tried to use Packaging Wizard -> Snapshot -> Import -> Username/password and jdbc:oracle:oci8:@connect string or jdbc:oracle:thin:@host:1521:Sid
    The error message is 'No Suitable Driver. Make Sure the Proper JDBC drive for "jdbc:oracle:oci8i:@<connect string>" is in the classpath"
    I would appricated if someone can send me any help on this.
    My email address is [email protected]
    Thanks
    Joshua

    I am having a very similar problem.
    It seems that the packaging wizard forces you to use a JDBC driver to connect to your DB.
    I'm getting the "No suitable driver" message also.
    I even made sure the classpath line they ask you to remove in the preinstallation tasks was there. It wasn't to start, so I added it, but that didn't fix the problem.

  • Urgent : packaging wizard

    I'm using Oracle 8.1.7 & Oracle9i Lite
    I've published a Visual C++ application with the packaging wizard importing the right tables, sequences & primary keys. But once my client is synchronized the sequences don't exist anymore in the .odb database.
    anyone can help me ?
    Do I have to do some tuning in the master database or it's on the 9iLite side ?

    HTTP error 401 usually means that HTTP authentication is required. While installing the solution you should have been asked for username/password ?

  • Compile option is missing in the Packaging wizard

    I need to compile my local app jsp files but the problem is i could not able to find the compile option in the Packaging wizard. Can anyone advice how to compile  ?  The compile option is missing in the packing wizard. I was using it before without any issues but recently i upgraded my machine and need to compile once again.
    I am using oracle 10g lite and my machine is 64 bit.

    Ubuntu 11.xx displays window menus in the control bar at the top of the screen with the switch to the Unity window manager.
    * http://en.wikipedia.org/wiki/Ubuntu_Unity
    Click on Bookmarks/Show All Bookmarks then move your mouse to the left upper corner toward Firefox Web Browser.
    You'll get pop up menu (Organize, Views and Import and Backup).
    *[[/questions/822193]]

  • Packaging Wizard Problem

    Hello
    Where I specify the password to access the database
    in Packaging Wizard when I publish my application ?
    Because the Packaging Wizard is only asking for the
    database user (Figure 4-6 Database Tab Screen in the
    Oracle9i Lite Developers Guide for Windows CE ) where the data are replicated from and not the password !!!!
    I'm using Oracle 9i Lite 5.0.1 and Oracle 9i 9.01 for
    the mobile repository.
    Olivier

    It's OK I've found the solution :
    1. package the application as .jar file with wtgpack
    2. publish the application with wtgpack
    3. modify the password to access the database with the
    control center website
    Olivier

  • Running Packaging Wizard in 9iLite Linux

    How do I run the Packaging Wizard from 9iLite installed on a Linux machine?
    I see there is a wtgpack.jar in the 9iLite/mobile/server/bin directory. Should i run this? And how?
    And will Pacaging wizard run on VNC?
    Thanks in advance
    Vikas

    You need to export a whole lot of jar files into the classpath. See this.
    CLASSPATH=.:${ORACLE_HOME}/mobile/sdk/bin/webtogo.jar:
    ${ORACLE_HOME}/mobile/sdk/bin/aes.jar:
    ${ORACLE_HOME}/mobile/sdk/bin/devmgr.jar:
    ${ORACLE_HOME}/mobile/classes/jzlib.jar:
    ${ORACLE_HOME}/jdbc/lib/classes12.jar:
    ${ORACLE_HOME}/mobile/classes/consolidator.jar:
    ${ORACLE_HOME}/mobile/classes/classgen.jar:
    ${ORACLE_HOME}/mobile/classes/javax-ssl-1_2.jar:
    ${ORACLE_HOME}/mobile/classes/oracle_ice.jar:
    ${ORACLE_HOME}/mobile/classes/help4.jar:
    ${ORACLE_HOME}/mobile/classes/jewt.jar:
    ${ORACLE_HOME}/mobile/classes/jssl-1_2.jar:
    ${ORACLE_HOME}/mobile/classes/ojsp.jar:
    ${ORACLE_HOME}/mobile/classes/servlet.jar:
    ${ORACLE_HOME}/mobile/classes/share.jar:
    ${ORACLE_HOME}/mobile/classes/wtgpack.jar:
    ${ORACLE_HOME}/mobile/classes/xmlparserv2.jar:
    ${ORACLE_HOME}/mobile/classes/jewt-nls.jar:
    ${ORACLE_HOME}/mobile/classes/phaos.jar:
    ${JAVA13_HOME}/jre/lib/rt.jar:
    ${JAVA13_HOME}/lib/tools.jar:
    ${CLASSPATH}
    fi
    export CLASSPATH
    $JAVA13_HOME/bin/java oracle.lite.web.pack.JupPackWiz
    ORACLE_HOME is the path to 9iLite.
    Vino

  • Packaging Wizard - Compile Jsp ! unsupported major.minor.version

    Hi!
    I did follow the "Building Offline Mobile Web Applications Using BC4J" Tutorial
    http://download-uk.oracle.com/docs/cd/B19188_01/doc/B15920/nvbc4jtu.htm#CACHIGCG
    using jdev904.
    Everything goes straight until I reach 20.3.5
    I can't compile the jsp-Files in the Packaging Wizard.
    The conversion from jsp -to java-Files is successfull, but the next step
    (compiling them to class-Files) fails.
    It does'nt matter what the JAVA_HOME-Environment is set ( 1.4.x or 1.5)
    the error is always
    java.lang.UnsupportedClassVersionError: sun/tools/javac/Main (Unsupported major.minor version 49.0)
    ava.lang.UnsupportedClassVersionError: sun/tools/javac/Main (Unsupported major.minor version 49.0)
         at java.lang.ClassLoader.defineClass0(Native Method)
         at java.lang.ClassLoader.defineClass(Unknown Source)
         at java.security.SecureClassLoader.defineClass(Unknown Source)
         at java.net.URLClassLoader.defineClass(Unknown Source)
         at java.net.URLClassLoader.access$100(Unknown Source)
         at java.net.URLClassLoader$1.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.net.URLClassLoader.findClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClassInternal(Unknown Source)
         at oracle.jsp.tools.Jspc.javaCompile(Jspc.java:882)
         at oracle.jsp.tools.Jspc.translate(Jspc.java:217)
         at oracle.lite.web.xml.JupDevApp.doJSPCompiling(Unknown Source)
         at oracle.lite.web.xml.JupDevApp.compileJsps(Unknown Source)
         at oracle.lite.web.pack.JupFilePanel$JSPDlg.doJspCompile(Unknown Source)
         at oracle.lite.web.pack.JupFilePanel$JSPDlg.access$400(Unknown Source)
         at oracle.lite.web.pack.JupFilePanel$14.run(Unknown Source)
    Thanx for any hint !

    After cleaning up all different java-Installations
    and additionally setting USER-Environment-Variable JAVA_HOME
    i was able to compile!

  • Packaging wizard failed : unauthorized 401 ???

    Hello,
    At the end of the packaging wizard (10g) when I want to publish my new application, I receive the following message :
    WTG-20502
    Packaging wizard failed
    401
    unauthorized
    Why ???
    Thanks for your answers.

    HTTP error 401 usually means that HTTP authentication is required. While installing the solution you should have been asked for username/password ?

  • MDW 10.3.0.3.0 packaging wizard not responding...

    Hi guys,
    Hope somebody can help me with this one.  I'm trying to run Mobile Database Workbench 10.3.0.3.0 on Oracle Enterprise Linux Server 5.4 (Carthage) 64bit.
    Having encountered errors in the past with the version of Java I'm running on and with the availability of OppenSSL libraries and with not knowing that I had to run oramdw,sh in 32bit emulation, I find myself at the next bump in the road:
    I'm working through the packaging wizard and all seems to be working until I get to the 'Application Definition Completed' dialog.  Here I select the 'Publish the current application' option and click 'OK' and the 'publish the application' dialog comes up, I fill in the details of the mobile server, click 'OK' and...nothing!  I find myself back in the Packaging wizard clicking 'OK' here has absolutely no effect.
    There are no errors on the SSH session that launch the MDW.
    There are no errors in the MDW log.
    When I sign into the web interface mu application is nowhere to be seen.
    Can anyone offer me any advice on where to look next?  Or what to do?  In the absence of any error messages, I'm not sure what my next move should be.  Any help would be most appreciated.

    I think step one is to make sure you are running a certified platforms and technologies. Chap 3 of getting started guide contains all this information in it.  Have you verified this already?   The java version needs to be checked, the OS versions need to be checked, the backend database needs to be checked, the application server needs to be checked, etc.

  • Packaging wizard failed

    Hi
    i am using Satellite form to build form for the palm.but when i am packaging it using the packaging wizard i am getting an error "wtg-20502".can aynone help.i will be greatful if any one of u replies to this question.
    Amitava Paul.

    I was getting wtg-20504 and wtg-10106 when publishing using the Packaging Wizard. The wizard comes up by default to connect to port 8080 to publish. On a whim, I removed :8080 in the connect string and I was able to publish. I'm still in testing mode, so I can't tell you if it published correctly yet.
    Greg

  • Oracle 10g Lite Packaging Wizard

    I need to publish an application with WTGPACK.exe packing applocation. The document that comes with Oracle 10g Lite is doesn't match the GUI. Does anyone have instructions on how to publish an application using Oracle 10g Lite?

    You may have figured this out, but your connection string is invalid:
    jdbc:oracle:thin@my_server:1521:my _DSN
    The correct string would be jdbc:oracle:thin:@my_server:1521:<SID>
    Hope this helps.

  • Ssis 2012 configuration package wizard is hanging

    Hi,
    I am trying to edit the dtsconfig package xml file in SSIS 2012 VS envoirnemnt and the wizard is hanging up for minutes until I need to close VS.
    Has anyone experienced this problem and what can be done to solve other than editing the XML file directly.

    Hi danisroyi2 and Mike Yin Pactera
    I am also experiencing this issue.
    Edit an existing package configuration and click next.
    It hangs on the loading properties form until you eventually (I have waited for over half an hour) have
    to kill the process in task manager.
    thanks

  • Packaging Wizard

    Hi,
    I used packagning wizard to create my mobile application on a test server, how do I move the application to production server?
    Thanks

    Ok,
    - open your application.
    - Press OK.
    - In the window titled "Application Definition Completed"
    select "Create Files" Radio, and then select Package application into jar file.
    - select pathe and file name and press ok.
    to open the package:
    - restart Pakaging wizard.
    - select open packaged application and brows the packaged jar file.

  • Packaging in oracle lite webtogo 5.0.0..urgen

    I want to use webtogo for my application to work online/offline..
    i am trying to use the packaging wizard for publishing all the objects to the
    mobile server.
    i have succeeded in publishing all my jsp's, servlets, beans and tables and
    sequences and views and indexes onto the mobile server using the respective
    panels in the packaging wizard.
    But i have some stored procedures also which are used by my application. if my
    application has to work offline, i think all these stored procs also have to be
    available in the offline mode. How can i publish these java stored procedures..
    thanks a lot.

    9ilite is not like your normal database, it basically rides ontop of another database like 8.1.7 enterprise. The lsnrctl you need to start is for the database that you install 9ilite into.
    ie - to get it all running:
    set oracle home to your main db
    start listener
    set oracle home to your 9ilite home
    start 9ilite processes as required.

  • Oracle 10g Lite : Two Publication in a single Package

    Hi all,
    I need to have two different publication. One for full refresh(updatable) and other for complete refresh (non updatable) while packaging
    using Package Wizard.
    While packaging the application definition, if I select the publication from the wizard then it is not allowing me to select tables for snapshot creation.
    Is there anyway to have two publication for single application? Can anybody help me?
    Thanks in advance
    Niranjana

    There are sync API settings in 10.3 to control which tables you want to sync. Not used them myself as not on 10.3 (and also control things in a different way), but there are other threads on this in the forum.
    I can see that you might want to supress the sync of your ref data tables, but i think you will get more problems if you try and only upload or download the updateable tables, would be better to do the normal upload/download for these. This would also mean that you have a simpler switch for the sync ie: sync updateable or sync all. The clients would also not get the situation where they are missing jobs because they failed to ask for download, or lose data because they have failed to upload
    One issue you may get is that if you leave the choice to the end user, the client reference data may get out of step and this could cause integrity problems on the server side if FKs stop working
    If the problem is simply the PK and fast refresh issue, then you could look at using queue based publication items for the ref data tables. These work differently to both fast and complete refresh in that you define all of the logic around the sync process from the server end. We use these now for the majority of our publication items as we had issues with the MGP process, and they provide for more of a realtime sync.
    For example, the way that we deal with the download is as follows
    1) select ALL relevant data for the publication item for the client into the download table, with a dummy dmltype$$ of X
    2) compare this data set with a server stored copy of what is on the client.
    - if records are in the new data set, but not in the copy, set the dmltype$$ to I
    - if records are in the new data set AND the old one but there are column level differences, set dmltype$$ to U
    - if records are in the copy, but not in the new data set, set the dmltype$$ to D
    3) delete from the download table where dmltype$$=X
    4) update the backup copy, adding there dmltype$$=I, updating where U and deleting where D
    This level of control needs to be manually coded, can oly be defined using the java APIs for creating publication items, and you need to do much more in terms of ddl, but this would allow you to sync only changes to the ref data objects, without the need for PKs in the same way
    You can also include in your code to ignore certain publication items unless there is flag data else where (ie: only sync when yiou determine the need from the server end)

Maybe you are looking for

  • Help with error program not registered CPI-C error CM_ALLOCATE_FAILURE_RETR

    I have the following connection error in SM59 ... Connection error        program ZCCCOM_NZ_PMH01 not registered / CPI-C error CM_ALLOCATE_FAILURE_RETRY.  I have deleted and re-registered the program but still no connection. Any ideas as to what/wher

  • Possible Display problem on MacBook Pro 15''

    There is one pixel that shows up as red in the bottom left corner of my display. Screenshots do not capture it. It is present in every program and rebooting the laptop does not get rid of it. Does anyone know what it is or how I can get rid of it? Sh

  • Water and Imacs, ATA vs SATA, enclosures

    I have a flat panel G4 into which water has leaked from the apartment above me, and now it won't start up. It was turned off at the time, and I've left it a few days to dry out but no luck so I guess that major damage has been done internally. I real

  • Trouble with a Hdd message

    Hi, I am having trouble with my HP Pavilon dm1.  My daughter dropped it yesterday and now I am getting the HDD message. I waited several minutes for Windows to boot and eventually the windows cursor appeared on the screen.  It went through the system

  • Central System Administration - Monitoring question

    We are trying to setup the Central System Administration/Monitoring in solution manager. However, when we go into the setup of the tasks, such as "Checking for ABAP Short Dumps", when we click on the "Start ST22" button, it doesn't do anything. Has a