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 ?

Similar Messages

  • 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.

  • 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.

  • 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

  • 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)

  • 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

    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

  • 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.

  • URGENT:Report Wizard Bug or incomplete feature ?

    Hello,
    3.0.7.6.2 NT/SP6, 8.1.6.2 Aix
    I am at a loss to explain this bug, 'cause it is so stupid (excuse my language). Valid Report package, report worked well, with good performance i.e no problems. Made a change to the query (removed one join) and saved the report. Now, my template has reset to the defualt report template, the buttons on the parameter form have disappeared. Also, when I click on edit report link, the report wizard changes the name to the current date. I don't have the faintest idea why this happened. No error messages, nothing.
    I retrieved the previous version, checked the html code added in the adv. formatting. Still nothing.
    Any tips (apart from if it aint broke, don't fix it) ?
    Thanks
    Sanjay

    Sunil,
    it is in 3.0.7.6.2, SQL Report.It happens intemittently, which is why it is difficult to analyze the problem. Some other factors could be a large number of versions of the componenent, large blocks of pl/sql code and length of sql query is long (but below the limit for the textarea). However, I don't see why this would prevent the show_params from executing correctly. Will a null value for a bind variable name cause this behaviour ?
    Sanjay

  • URGENT - Web Wizard in Reports 3.0

    Hi,
    I prepared my reports using
    web wizard and tried running from the web browser one report is working fine in the browser the other one whenever I running it it popping a save dialog box asking me to save the rep.sh file (which is env file
    report server in unix env)
    I am not too sure what difference I made in preparing in web wizard ver 3.0 .
    Pointers would be appreciated.
    Thulasi

    It does have classes for connecting to web services.
    For example the mx.rpc.soap.WebService object...

  • Urgent: Packaging/Deployment Problem!!

    Hi all AppServer Gurus
    Need you advise/auggestion on how should we package our application ear file to be "deployable" to S1App7.
    We have the following java packages
    ...business/ejb -> all ejb classes here
    ...model -> All Java TO classes here
    ...web -> All Java Servlet classes here
    ...util -> All utilities Java Classes here
    The model and util packages is sharable to all ejb and Servlet classes. Our "ideal" application structure (EAR file):
    1. One WAR file
    2. Multiple ejb jar files, each jar file should only consists of bean, home, remote, and two dd files.
    3. common.jar, all java classes in util and model, exception classes, and all ejb bean and home classes
    The above EAR file is not deployable, S1App7 complain it could not locate common claaes to generate stubs/skelaton for our ejbs.
    Eg. ejbA.methodA and ejbB.methodC require UserTO, we need to include UserTO object into both ejbA.jar and ejbB.jar, to make the application deployable. (A nightmare!!)
    The other solutions is to ftp the common.jar to S1App7 classpath, restart server, and then deploy the application (Another nightmare).
    Anyone have better solution?
    Thanks
    James Khoo

    HI Chen,
    I have two solutions, First one is the one I use, Second I am not sure that it will work.
    1.- Put all your EJBs in the same jar, and the model "TO" clases and other classes used by the web side there.
    2.- Use the manifest.mf file to set the class-path of your diferents JAR with your EJBs. The tipical idea is to create a commons.jar with all your model and commons classes and configure de manifest .mf of your jars to put inside theirs class-path this jar. Then, put this commons.jar in the WEB-INF/lib of your jar.
    The AssemblyTool in the download section maybe will help you.
    HTH

Maybe you are looking for

  • "phone offline" and other syncing issues

    There's been several threads on the "phone offline" issue across many of the big Pre forums, but we're really not heard anything constructive from Palm on the matter...  It's basically leaving me unable to do email and a number of other features that

  • IPhone 5s.. iCloud problem!! Please help!!!!

    I tried to update my iPhone5s, but it said restore so I did. Suddenly, it took my phone all the way to the start and to activate my phone it requires my icloud account which I have forgotten. Is there a way to restore my iCloud account!! Please helpp

  • Can I get a copy of text msgs sent/rcvd on my kids phones?

    I have 2 phones I bought for my kids and would like to see their incoming/outgoing text messages.  Right now all I can see is the number that they sent/rcvd a message from, but not the actual message.  How can I see the message?  I do own the phones

  • Customer classification Marked For deletion

    Hi Friends, I am having one issue wrt to triggering the Idoc. My requirement is: Whenever classification of the customer is removed in XD02 then IDOCS must trigger for the systems for which classifications are removed with customer MFD flag as ‘X”. I

  • Stuck in a set up loophole, can anyone help?

    I have recently changed handsets from iphone 3 to iphone 4S. I backed up info on computer (via iTunes backup) before putting new sim in iphone4. I then restored as per instructions but cannot now get passed the screen: Set up as new iphone Restore fr