JBoss Turnkey installation mysql error & uninstallation

Hi,
Im trying to install LiveCycle ES JBoss (turnkey) on a windows 2003 server (VM) system.
At first attempt the OS regional options were not set to English; --it was Turkish which causes problems with the capital i letter-- so the installation froze.
After killing the setup, I changed the regional options to English and restarted the machine. But on all the following attempts Ive got a bootstrap error on the configurationManager step initializing lc database.
The root cause of the error in the logs is the following SQL statement which contains capital i letters with dots. (İ instead of I).
execute non-query failure(create unique index DOMAİN on EDCPRİNCİPALDOMAİNENTİTY(domainname))
Before all retries Ive uninstalled LC Server with JBOSS and MYSQL options. But I think something remains, and the problem is always reproduced.
Below the post, I pasted the full stack trace of the error in JBOSS logs.
Any ideas, suggestions will be appreciated.
Thanks.
2008-05-26 16:18:20,810 WARN [com.adobe.idp.common.errors.exception.IDPLoggedException] UserM:GENERIC_WARNING: [Thread Hashcode: 29017359] | [com.adobe.idp.storeprovider.jdbc.DBStatement] errorCode:12290 errorCodeHEX:0x3002 message:execute non-query failure(create unique index DOMAİN on EDCPRİNCİPALDOMAİNENTİTY(domainname)) chainedException:java.sql.SQLException: Error on rename of '.\adobe\edcprincipaldomainentityityY' to '.\adobe\#sql2-88c-c' (errno: 120)chainedExceptionMessage:Error on rename of '.\adobe\edcprincipaldomainentityityY' to '.\adobe\#sql2-88c-c' (errno: 120) chainedException trace:java.sql.SQLException: Error on rename of '.\adobe\edcprincipaldomainentityityY' to '.\adobe\#sql2-88c-c' (errno: 120)
at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:2928)
at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1571)
at com.mysql.jdbc.ServerPreparedStatement.serverExecute(ServerPreparedStatement.java:1124)
at com.mysql.jdbc.ServerPreparedStatement.executeInternal(ServerPreparedStatement.java:676)
at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:1166)
at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:1082)
at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:1067)
at org.jboss.resource.adapter.jdbc.CachedPreparedStatement.executeUpdate(CachedPreparedState ment.java:81)
at org.jboss.resource.adapter.jdbc.WrappedPreparedStatement.executeUpdate(WrappedPreparedSta tement.java:227)
at com.adobe.idp.storeprovider.jdbc.DBStatement.executeNonQuery(DBStatement.java:390)
at com.adobe.idp.storeprovider.jdbc.DBConnection.executeStatement(DBConnection.java:121)
at com.adobe.idp.storeprovider.jdbc.DBConnection.executeDDLStatement(DBConnection.java:133)
at com.adobe.idp.storeprovider.jdbc.DBConnection.createIndex(DBConnection.java:841)
at com.adobe.idp.storeprovider.jdbc.DBStoreFactory.finishClassCreation(DBStoreFactory.java:1 794)
at com.adobe.idp.storeprovider.jdbc.DBStoreFactory.setupDB(DBStoreFactory.java:2056)
at com.adobe.idp.storeprovider.jdbc.DBStoreFactory.Initialize(DBStoreFactory.java:928)
at com.adobe.idp.storeprovider.jdbc.DBStoreFactory.Initialize(DBStoreFactory.java:781)
at com.adobe.idp.storeprovider.database.DBProviderCache.initialize(DBProviderCache.java:171)
at com.adobe.idp.storeprovider.database.DBProviderCache.createDatabaseSchema(DBProviderCache .java:140)
at com.adobe.idp.um.businesslogic.bootstrapper.BootstrapperManagerBean.createDatabase(Bootst rapperManagerBean.java:271)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.jboss.invocation.Invocation.performCall(Invocation.java:345)
at org.jboss.ejb.StatelessSessionCon

After uninstalling LiveCycle to insure the installation was complete, check to see that the Jboss for Livecycle ES and MySQL for Livecycle ES are no longer present and that the installation folder is completely deleted.

Similar Messages

  • Where is the PDF3dAddin.dll Windows jBoss turnkey installation?

    In the Windows 32bits LiveCycle ES 8.2.1 JBoss turnkey installation can´t find the file
    [LiveCycle8.2 root]  
    so I can´t find the Generate3dPDFService ....is this a bug?\plugins\x86win32\PDF3dAddin.dll

    Make sure you are using one of the later service packs.
    I also recommend moving off of 5.1 as it will be EOL next year.
    Regards,
    Eric
    "Dan Moses" <[email protected]> wrote in message
    news:3ec4d457$[email protected]..
    I want to proxy by path from IIS to my Weblogic 5.1. However all thedocuments refer to iisproxy.dll (which i can find in bin) and
    iisforward.dll, which i cant find on my installation anywhere?
    >
    Any help appreciated.
    Cheers
    Darren

  • ECM Connector + Turnkey Installation - Error with MySQL (NoClassDefFoundError)

    Twice I have installed LiveCycle ES for JBoss Using Turnkey (following the documentation)... W2K3 Server, 2GB RAM, 32GB Hard Drive, Java 1.5.0.15.
    The core services work good, but it's ECM Connector for Documentum that throws up an error. (Snippets of the server.log below)
    I searched for aspectj.org namespace and it belongs to MySql. Am I supposed to copy a jar file somewhere? I searched the docs but couldn't find any mention.
    Odd enough, the sample ECM Documentum Connector Services work, it's the standard ones that don't (Authentication, Connector, etc)
    EMCDocumentumContentRepositoryConnector: 1.0 Stopped com.adobe.livecycle.ConnectorforEMCDocumentum 8.0.3188.1.83522.8
    When I click start, I get internal error and server.log fills up with the class not found errors.
    Any insight you could provide would great helpful.
    Thanks in advance,
    Vikram
    2008-07-11 11:08:54,984 ERROR [org.jboss.ejb.plugins.LogInterceptor] Unexpected Error in method: public abstract java.lang.Object com.adobe.idp.dsc.transaction.impl.ejb.adapter.EjbTransactionCMTAdapterLocal.doRequiresNe w(com.adobe.idp.dsc.transaction.TransactionDefinition,com.adobe.idp.dsc.transaction.Transa ctionCallback) throws com.adobe.idp.dsc.DSCException
    java.lang.NoClassDefFoundError: org/aspectj/lang/Signature
    at com.adobe.livecycle.documentumservice.impl.util.DocumentumUtils.configureClient(Documentu mUtils.java:88)
    at com.adobe.livecycle.documentumservice.impl.DocumentumProviderServiceLifeCycleImpl.configu reDocbroker(DocumentumProviderServiceLifeCycleImpl.java:261)
    at com.adobe.livecycle.documentumservice.impl.DocumentumProviderServiceLifeCycleImpl.execute Once(DocumentumProviderServiceLifeCycleImpl.java:92)
    at com.adobe.livecycle.documentumservice.impl.DocumentumProviderServiceLifeCycleImpl.onStart (DocumentumProviderServiceLifeCycleImpl.java:53)
    at ...
    org.apache.tomcat.util.net.MasterSlaveWorkerThread.run(MasterSlaveWorkerThread.java:112)
    at java.lang.Thread.run(Thread.java:595)
    2008-07-11 11:08:55,000 INFO [STDOUT] Jul 11, 2008 11:08:55 AM com.adobe.idp.dsc.registry.service.impl.ServiceRegistryImpl start
    SEVERE: ServiceRegistryImpl:start(EMCDocumentumAuthProviderService, 1.0):com.adobe.idp.dsc.DSCRuntimeException(Internal error.)
    ALC-DSC-000-000: com.adobe.idp.dsc.DSCRuntimeException: Internal error.
    at com.adobe.idp.dsc.transaction.impl.ejb.EjbTransactionProvider.execute(EjbTransactionProvi der.java:207)
    at com.adobe.idp.dsc.transaction.impl.DefaultTransactionTemplate.execute(DefaultTransactionT emplate.java:79)
    at

    Using j2se 1.4.2_04, turnkey installation works perfectly.
    Bye,
    Dr.Channard

  • Error during turnkey installation

    Hi all!
    I'm trying to installa Adobe Workflow Server, but using the turnkey
    installation I received an error message. What can I do to solve this
    installation problem?
    I'm using Windows 2003 Server and the Jboss and MySql provided with AWS.
    The error part of the log is here:
    [2005-09-25 08:51:56,250], Runnable bean context: My Bootstrap Action
    (bean24), com.adobe.idp.install.bootstrap.BootstrapperClient, ERROR,
    Couldn't bootstrap using
    'http://localhost:8080/LCMBootstrapper/bootstrap?bootstrapper=FORMS':
    [500,Bootstrap failed]
    com.adobe.idp.install.bootstrap.BootstrapException: Couldn't bootstrap using
    'http://localhost:8080/LCMBootstrapper/bootstrap?bootstrapper=FORMS':
    [500,Bootstrap failed]
    at
    com.adobe.idp.install.bootstrap.BootstrapperClient.bootstrap(BootstrapperClient.java:188)
    at
    com.adobe.idp.install.bootstrap.BootstrapperClient.bootstrap(BootstrapperClient.java:110)
    at
    com.adobe.idp.install.bootstrap.BootstrapperClient.bootstrap(BootstrapperClient.java:88)
    at MyBootstrapAction.execute(MyBootstrapAction.java:243)
    at com.installshield.wizard.RunnableWizardBeanContext.run(Unknown Source)
    [2005-09-25 08:51:56,265], Runnable bean context: My Bootstrap Action
    (bean24), MyBootstrapAction, ERROR, LCMerror3003{FORMS}
    com.adobe.idp.install.bootstrap.BootstrapException: Couldn't bootstrap using
    'http://localhost:8080/LCMBootstrapper/bootstrap?bootstrapper=FORMS':
    [500,Bootstrap failed]
    at
    com.adobe.idp.install.bootstrap.BootstrapperClient.bootstrap(BootstrapperClient.java:188)
    at
    com.adobe.idp.install.bootstrap.BootstrapperClient.bootstrap(BootstrapperClient.java:110)
    at
    com.adobe.idp.install.bootstrap.BootstrapperClient.bootstrap(BootstrapperClient.java:88)
    at MyBootstrapAction.execute(MyBootstrapAction.java:243)
    at com.installshield.wizard.RunnableWizardBeanContext.run(Unknown Source)
    [2005-09-25 08:51:56,296], Runnable bean context: My Bootstrap Action
    (bean24), MyBootstrapAction, ERROR, ErrorCode: LCMerror3003, ErrorStr:
    Bootstrapping of product(s) could not be completed successfully.
    Bootstrapping request failed on server. FORMS bootstrapper failed .
    Thanks for helping,
    Alessio

    Using j2se 1.4.2_04, turnkey installation works perfectly.
    Bye,
    Dr.Channard

  • Adding jboss web-console to turnkey installation

    Hi,
    I'm using the turnkey installation and need advanced jboss configuration (e.g. a second datasource).
    Is there a way to add the jboss web-console?
    kind regards
    Michael

    Hi Michael,
    What we did was we removed these from our turnkey. We did this to have more secured default install for our less technical customers.
    The way to get these back is to download JBoss 4.0.3SP1 from the JBoss site and to copy the two console directories back into the correct deploy locations, this will be fairly obvious when you look at the all configuration between the Adobe preconfigured tree and the one you download from JBoss.
    Thanks C.
    Chris de Groot
    Senior Product Manager
    Adobe Systems Inc.

  • Error installation livecycle es2 The turnkey installation

    Hello I am trying to install LiveCycle ES2 virtual machine window server 2008
    finally installing livecycle me this mask Alert
    "The turnkey installation did not complete as expected. Please Refer to the Adobe LiveCycle ES2 for documentation for it further steps.
    can you help me?? thanks

    Adobe_MySQL_for_Adobe_LiveCycle_ES2_InstallLog.log
    http://rapidshare.com/files/372997507/Adobe_LiveCycle_ES2_InstallLog.log.html
    Adobe_LiveCycle_ES2_InstallLog.log
    http://rapidshare.com/files/372997638/Adobe_MySQL_for_Adobe_LiveCycle_ES2_InstallLog.log.h tml
    instruction for download:
    click free user and click on download
    thank's

  • XAMPP Installation - Apache Error 137!

    Hi,
    I have a Solaris 10 box I tried installing XAMPP on from ApacheFriends. Its basically Apache 2 with PHP already configured, it also installs MYSQL and a FTP server.
    It installs succesfully through the shell script availible from http://apachefriends.org but when I try to run the start script in terminal it displays.
    # /opt/xampp/xampp start
    Starting XAMPP for Solaris 0.7...
    XAMPP: Starting Apache
    XAMPP: ERROR 137! COuldn't start Apache!
    XAMPP: MySQL started successfully.
    XAMPP: ProFTPD started successfullyAny ideas why apache isn't starting?
    Rob

    This would be an alternative, however Im not to good with installing PHP and MYSQL, which is why I opted for XAMPP. I'm guessing WebMin is Perl, which is already on the system?
    I know you may have reasons to use XAMPP, but I find
    the bundled & companion Solaris packages much
    'neater.' For example, to start Apache on Solaris
    10:
    # svcadm apache2 enable
    # svcadm apache2 start
    Then just configure as necessary. Webmin makes
    further setup easy for most new users. Install
    Webmin by running [as root]
    /usr/sfw/lib/webmin/setup.sh

  • Camera Raw 6.7 Update for Mac OS 10.10:  Installation Failed error message.

    Camera Raw 6.7 Update for Mac:  Installation Failed error message.  Update downloaded directly from Adobe website.  Newly purchased Mac Workbook Pro, OS 10.10, using Photoshop CS5. Other updates successfully accomplished.  Camera Raw 6.7 Update was downloaded multiple times with multiple installation attempts. Any recommendations?

    thanks for the prompt response...i appreciate it.  according to the link you listed, that's correct.  the strange thing is that prior to the upgrad to mac os 10.8.4, photoshop CS5 was working just fine and i was able to open my canon raw files with my current camera raw plug-in version 6.7 which adobe has indicated is the last camera raw update they'll be offering for cs 5
    so it's clearly an issue related to the "upgrade" of the os.  seems like every solution creates 6 new problems...further evidence for the notion that if it ain't broke don't fix it!  thanks again.

  • SharePoint Designer 2013 after installation getting error with runtime i.e. error writing to file Microsoft.SharePoint.Client.Runtime.Local.Resources.dll Verify that you have access to that directory

    SharePoint Designer 2013 after installation getting error with runtime i.e. error writing to file Microsoft.SharePoint.Client.Runtime.Local.Resources.dll Verify that you have access to that directory
    after retry..again SharePoint Designer requires the following component require to install Microsoft.NET framework version 4 i have downloaded and try to installed but fail not work please answer what to do?
    Thanks and Regards, Rangnath Mali

    Hi Rangnath,
    For running SharePoint Designer 2013, you need to install Microsoft .NET 4.0 Framework or higher.
    Please uninstall the Microsoft .NET 4.0 Framework, and install it again. After that, reboot your machine.
    Best Regards,
    Wendy
    Wendy Li
    TechNet Community Support

  • After itunes installation an error message is shown, (itunes could not connect to the iphone, because it is locked with a passcode, you must enter your passcode on your iphone before it can be used with itunes)

    after itunes installation an error message is shown, (itunes could not connect to the iphone, because it is locked with a passcode, you must enter your passcode on your iphone before it can be used with itunes)

    Hi ..
    Follow the instructions here >  iOS: Forgotten passcode or device disabled after entering wrong passcode

  • Trying to download icloud control panel - only getting so far.  Got message: The installer encountered errors before iCloud Control Panel 2.1.2 could be configured.  Your system has not been modified.  To retry these operations at ltr time, pls run again.

    First time on here... so not sure if doing correctly.
    I'm tryng to download icloud control panel to my PC (have Windows 7 - so should be ok).  I only get so far - 2 times I've tried it.  Keep getting message:
    The installer encountered errors before iCloud Control Panel 2.1.2 could be configured.
    Your system has not been modified. To retry these operations at a later time, please run the installer again.
    huh?

    As I mentioned before you need to start the iTunes installation, then do NOT allow it to complete. In other words go all the way to the point that the installer extract the installation files, then STOP right there.
    Now look for the temp folder and the files I mentioned in my initial posting. If you don't find the temp folder it may be because you have "Do not show hidden files and folder" selected under "View Tab" in the "Folder Options". You may need to unselec it. If you don't know about hidden files and folders in Windows XP take a look here: http://txpress.blogspot.com/2007/05/show-hidden-filesfolders-in-windows.html
    Another possibility is that you may have a different path for your temp folders. To find out where you temp folders are located please do the following:
    - Right click on "my computer"
    - Select the "Advanced" tab
    - Click on "Environment Variables"
    Then look for the path for both variables "TEMP" and "TMP" take note of the path and check them out.
    Or you may just go to a DOS Prompt and type the following commands:
    1 - %temp% and hit enter
    2 - %tmp% and hit enter
    to both of these commands you will get a reply such as:
    'c:\temp' is not recognized as an internal or external command, operable program or bath files.
    So by looking at the reply you can see that my temp folder is c:\temp
    The above is the temp folder on my machine which I've customized to my own use. Your machine may be different.
    I suggest you check for the iTunes temp folder inside both your temp folders locations "TEMP" and "TMP" as they may be in different locations.
    IMPORTANT NOTE: If you allow the iTunes installation to complete you will NOT SEE the iTunes temp folder and files because it will be deleted as soon as iTunes processes the installation.
    Hope it helps.

  • Installer Encountered Errors - PLEASE HELP

    Hi,
    Getting very annoyed - sat at the computer for almost 2 hours.
    Have windows Vista and finally it has allowed me access to install iTunes. When I go through the stages to install I get the following message:
    +The installer encountered errors before iTunes could be configured. To retry these operations at a later time, please run the installer again.+
    I have tried so many times. Windows is up to date and I have looked at the troubleshooting pages and am getting nowhere. I want to play with my new toy and can't. Can anyone help me get this thing installed successfully.
    Thank you!

    See if you can get itunes to install from another Windows user account. That will tell you if the problem is system-wide or user-related.
    Then try other steps listed in this article:
    http://support.apple.com/kb/HT1926

  • 'Installer encountering errors before itunes could be configured', also won't let me open old itunes... Can't access my itunes at all... anyone help?

    Everytime I try to install the new itunes it come up with the following message: ' The installer encountered errors before itunes could be configured, Errors occured during installation, your system has not been modified. Please run installer again or click exit' I've tried to install it multiple times now and get the same message everytime. I've also tried re installing itunes 10, but when I go to open it it comes up with the message 'The files itunes libray.itl cannot be read because it was created by a newer version of itunes'. Please help.

    Hey sjl95,
    Thanks for the question. I recommend that you refer to this article if you are running into issues re-installing iTunes:
    Trouble installing iTunes or QuickTime for Windows
    http://support.apple.com/kb/HT1926
    Thanks,
    Matt M.

  • ITunes 7.3 installer "encountered errors before iTunes could be configured"

    I was able to originally install itunes 7.3.1.3 (upgraded from 7.2) and use it with my iphone (activated/synced for 2 weeks with no problems). I had a problem due to a disk full which corruped Outlook.
    I cleared substantial disk space, reinstalled Outlook 2003. This seemed to have corrupted the iTunes sync function, so I uninstalled iTunes (using Add/Remove Programs control panel), and have since been trying to reinstall. I am continually getting the "iTunes installer Completed - The installer encountered errors before iTunes could be configured" error message.
    I have read many messages and suggestions in these discussions, and already tried the following:
    Completely uninstalling iTunes and Quicktime (iTunes no longer shows up in the Add/Remove programs or using the Windows install cleanup utility) follwing all the steps listed in "Removing iTunes, QuickTime, and other software components for Windows XP" http://docs.info.apple.com/article.html?artnum=93698.
    Quicktime (version 7.2 Pro) is currently installed. I can cleanly install/remove Quicktime alone with no errors, but not using the combined quicktime/iTunes installer.
    I have tried redownloading the itunes installer several times, and even used the Apple Software update download only option and then manually running the itunes.msi file, but still get the same error.
    I have tried manually removing all instances of iTunes/iPod/activesync/iphone that I can find in the registry and all the iTunes/iPod folders as the above knowlege base article instructs.
    There must still be some other remnant of the old install, because if I try to install iTtunes 7.2, I get an error message that a later version is already installed, but I have not been able to find anything else.
    I have even enabled the verbose logging, the error seems to occur in this section of the log:
    MSI (c) (00:C8) [11:00:26:796]: Invoking remote custom action. DLL: C:\DOCUME~1\[myusername]\LOCALS~1\Temp\MSI36.tmp, Entrypoint: iTunesLaunchConditions
    Action ended 11:00:26: iTunesLaunchConditions. Return value 3.
    MSI (c) (00:FC) [11:00:26:859]: Doing action: SetupCompleteError
    Any suggestions on what else I can try would be appreciated. One of the main reasons I need sync my ipnone to my work windows machine is to keep my Outlook contacts and calendar. I have no problems with iTunes on my macs.
    I am running XP SP2, and have local administrator rights on my Dell 610 notebook.

    I had to find this solution from another site, so thanks to all the people who viewed this thread & knew how to fix this but didn't bother.
    If anyone is weary enough to come to this forum to solve this problem, here is one solution that worked for me & it may work for you if you encounter the error:
    "the installer encountered errors before safari could be configured"
    1. Use a trustworthy registry cleaner to clean your registry such as Ccleaner or Advanced System Care. This step may not be necessary though.
    2. Go to "C:\Users\MyUsername\AppData(Hidden)\Local\Temp" & delete everything in it.
    3. If step 2 still doesn't allow you to install Safari, then try:
    4. Open Start type "CMD" in the search button, then in the cmd prompt "Regedt32"
    5. In the reg editor open:
    "Computer" / "HKEYCURRENTUSER" / "Software" / "Apple Computer, Inc." & try deleting the entries for any Apple programs that may be causing any conflicts.
    Be aware that any programs that you delete registry entries for may not function correctly afterwards or need to be reinstalled, but this more drastic measure should hopefully allow the installation of Safari browser.
    Hope this helps any further visitors to this forum looking to solve this problem it worked for me, good luck.
    Message was edited by: RottenestApple

  • Installer Encountered Errors before iTunes could be Configured

    I keep getting the same Error over and over again:
    *iTunes Installer Completed*
    The Installer encountered errors before iTunes could be configured.
    Your system has not been modified. To retry these operations at a later time, please run the installer again.
    Click Finish to exit the Installer.

    I'm using version 8.2 lately and i downgraded to version 7 for some reason.... After i got my new iPhone 3GS yesterday. Which is needed the 8.2 version....So i uninstall the version 7 and re-install the version 8.2 again and i got this message....
    *"A NETWROK OCCURED WHILE ATTEMPTING TO READ FROM THE FILE C:\WINDOWS\INSTALLER\BONJOUR.MSI".....*
    I try to check this file in my C:\ Drive but unfortunately i can't find it and i can't install the iTunes 8.2..... and the bad thing is i can't f#*******ing use my new iPhone 3GS....
    Please help me or otherwise maybe just return it to the shop and get something else instead of this new iPhone 3GS...... too much trouble....

Maybe you are looking for

  • Not able to run a simple RMI server

    I am running an RMI program like follwing import java.rmi.* ; import java.rmi.registry.* ; import java.rmi.server.* ; public class CallBeanServer extends UnicastRemoteObject implements ICallBeanServer      //main      public static void main(String a

  • How do i install windows xp using parallels

    I have a new macbook pro and I need to run windows.  I bought parallels from Apple and Windows XP online.  The windows disc I got says "Reinstallation CD" for Dell laptops only.  I called and told them I received the wrong disc, explained what I need

  • Connecting Thinkpad Yoga to Dual VGA Monitors

    I recently received my Thinkpad Yoga, and would like to connect it to dual external monitors (I will only be using those two monitors, not the laptop monitor) that both have VGA connectors. My original thought was to get the Thinkpad Onelink Pro Dock

  • Saving field values to the Database

    Hello , I have created a GP Application where the user enters some details in the webdynpro screen which goes for Approval to the approver...now I want to save these values in some database like SAP R/3 and retrieve them later on based on some Id num

  • 9ias rel-1 reports showjobs - Netscape

    We are running 9iAS rel 1 10222 Patch 10 and are serving up reports via servlet. The problem is when you goto the shojobs webpage via servlet, Netscape cannot correctly display the page but IE can. The problem is that there is a line like "Expires: F