Memory error after C042 errors on users database

Hi,
We recently have memory error messages on the POA and on the Client.
The error seemed to follow several C042 errors:
The database function 53 reported error [C042] on user4mn.db
Error: Memory error. Memory function failure [8101] User:
I cannot find any process that is accessing the user database at that time (GWcheck, Backup)
The user also gets a memory error and has to restart the client.
any ideas?

On 9/7/2011 2:16 AM, pdjongh wrote:
>
> Hi,
>
> We recently have memory error messages on the POA and on the Client.
> The error seemed to follow several C042 errors:
> -The database function 53 reported error [C042] on user4mn.db
> Error: Memory error. Memory function failure [8101] User:-
>
> I cannot find any process that is accessing the user database at that
> time (GWcheck, Backup)
> The user also gets a memory error and has to restart the client.
>
> any ideas?
>
>
Have you run a full contents and structure check on the user?

Similar Messages

  • 820e error in user database after POA lock up on Friday..

    Have been able to use gwcheck and clean up other users who experienced this error, however one particular user is still not able to send or receive mail. I have her forwarding new mail to an alternate email address, her gw mail is being queued up. I have unloaded and restarted the POA a couple of times, and ran full gwcheck over the weekend. We are running GW 7.02, her account appears to be locked, and I am not sure how to unlock it. Would taking the email server down completely free it up? thanks! Mary

    Originally Posted by mspencer
    Have been able to use gwcheck and clean up other users who experienced this error, however one particular user is still not able to send or receive mail. I have her forwarding new mail to an alternate email address, her gw mail is being queued up. I have unloaded and restarted the POA a couple of times, and ran full gwcheck over the weekend. We are running GW 7.02, her account appears to be locked, and I am not sure how to unlock it. Would taking the email server down completely free it up? thanks! Mary
    Hi Mary,
    Which OS/patchlevel are you running GroupWise on? And how long have these issues been going on (as you mention other users).
    Mybe some other (non Groupwise process) is grabbing hold of the file, some more details on the server and what's running on it would be good.
    Cheers,
    Willem

  • Error merging user database

    When I try to merge a database, I get the following log, and no parts imported
    Database Merge
    Date: October 26, 2009 11:07:11
    Overwrite Type:Auto Rename
    Processing databases:
    C:\Documents and Settings\t010-1\Desktop\Usrcomp_S.usr ==>
     ==> C:\Documents and Settings\t010-1\Application Data\National Instruments\Circuit Design Suite\10.0\database\UsrComp_S_t010-1.usr
    Processing table:[SYS_CONFIGURATION_GROUPS][OK]
    Processing table:[SYS_CONFIGURATION][OK]
    Processing table:[SYS_HISTORY][OK]
    Processing table:[SYS_TECHNOLOGY][OK]
    Processing table:[SYS_EDA_SYMBOL_MAPPING][OK]
    Processing table:[SYS_COPYRIGHTS][OK]
    Processing table:[SYS_USER_TITLES][OK]
    Processing table:[SYS_MODEL_PIN][OK]
    Processing table:[SYS_PCB_PACKAGE_ORCAD_TO_MSM][OK]
    Processing table:[SYS_PCB_PACKAGE][OK]
    --- Total number of component(s) = [0],
        [0] component(s) converted,
        [0] component(s) ignored.
    Processing table:[SYS_COMPONENT][OK]
    Processing table:[SYS_MAPPING_VIRTUAL_COMP_PACKAGE][OK]
    No current record.
    Error Code: 3021
    Processing table:[SYS_SPECIAL_VIRTUAL_COMPONENT][Error]
    Processing table:[tUserTree][OK]
    --- Total number of objec(s) = [0],
        [0] object(s) converted,
        [0] object(s) ignored.
    Processing table:[tObjects][OK]
    Done

    Hi,
    Maybe your database was created in V9 or earlier, try selecting Tools>>Database>>Convert instead.  If you still have a problem, can you post yout user db on this forum?
    Tien P.
    National Instruments

  • Error accessing User-Database from Jython CLI

    Hi All,
    once again, we experience a problem, when running udb commands from the Jython CLI, namely one of 'udb.g.la' or 'udb.u.la' (Others may be affected as well).
    Our user is logged on and the application handle works well for any other CLI calls.
    Our code looks something like this:
    app = PyCLUI()
    app.execRaw('udb.login'{...})   # as admin user
    app.execRaw('udb.g.la',{})This fails with a ClientException. I have printed the stack-trace:
    com.sun.n1.sps.model.util.ClientException
         at com.sun.n1.sps.model.util.ClientException.wrap(ClientException.java:96)
         at com.raplix.rolloutexpress.ui.api.CommandManagerImpl.innerExecute(CommandManagerImpl.java:312)
         at com.raplix.rolloutexpress.ui.api.CommandManagerImpl.execute(CommandManagerImpl.java:170)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:79)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:41)
         at java.lang.reflect.Method.invoke(Method.java(Compiled Code))
         at org.python.core.PyReflectedFunction.__call__(PyReflectedFunction.java:173)
         at org.python.core.PyMethod.__call__(PyMethod.java:99)
         at org.python.core.PyObject.__call__(PyObject.java:650)
         at clui$py.execRaw$4(clui.py:46)
         at clui$py.call_function(clui.py)
         at org.python.core.PyTableCode.call(PyTableCode.java:217)
         at org.python.core.PyTableCode.call(PyTableCode.java:437)
         at org.python.core.PyTableCode.call(PyTableCode.java:333)
         at org.python.core.PyFunction.__call__(PyFunction.java:195)
         at org.python.core.PyMethod.__call__(PyMethod.java:99)
         at org.python.core.PyObject.__call__(PyObject.java:650)
         at org.python.pycode._pyx0.dumpUsers$36(cli_base.py:327)
         at org.python.pycode._pyx0.call_function(cli_base.py)
         at org.python.core.PyTableCode.call(PyTableCode.java:217)
         at org.python.core.PyTableCode.call(PyTableCode.java:437)
         at org.python.core.PyFunction.__call__(PyFunction.java:189)
         at org.python.core.PyObject._callextra(PyObject.java:786)
         at org.python.pycode._pyx0.main$44(cli_base.py:556)
         at org.python.pycode._pyx0.call_function(cli_base.py)
         at org.python.core.PyTableCode.call(PyTableCode.java:217)
         at org.python.core.PyTableCode.call(PyTableCode.java:277)
         at org.python.core.PyFunction.__call__(PyFunction.java:174)
         at org.python.pycode._pyx0.f$0(cli_base.py:563)
         at org.python.pycode._pyx0.call_function(cli_base.py)
         at org.python.core.PyTableCode.call(PyTableCode.java:217)
         at org.python.core.PyCode.call(PyCode.java:14)
         at org.python.core.Py.runCode(Py.java:1211)
         at org.python.core.__builtin__.execfile_flags(__builtin__.java:319)
         at org.python.util.PythonInterpreter.execfile(PythonInterpreter.java:158)
         at org.python.util.jython.main(jython.java:190)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:79)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:41)
         at java.lang.reflect.Method.invoke(Method.java:386)
         at com.raplix.rolloutexpress.node.bootstrap.BootStrap.run(BootStrap.java:254)
         at com.raplix.rolloutexpress.node.bootstrap.BootStrap.main(BootStrap.java:52)
    java.lang.ArrayStoreException
         at com.raplix.util.proxy.ProxyManager.privateToPublicInstance(ProxyManager.java:422)
         at com.raplix.rolloutexpress.ui.api.CommandManagerImpl.innerExecute(CommandManagerImpl.java:304)
         at com.raplix.rolloutexpress.ui.api.CommandManagerImpl.execute(CommandManagerImpl.java:170)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:79)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:41)
         at java.lang.reflect.Method.invoke(Method.java(Compiled Code))
         at org.python.core.PyReflectedFunction.__call__(PyReflectedFunction.java:173)
         at org.python.core.PyMethod.__call__(PyMethod.java:99)
         at org.python.core.PyObject.__call__(PyObject.java:650)
         at clui$py.execRaw$4(clui.py:46)
         at clui$py.call_function(clui.py)
         at org.python.core.PyTableCode.call(PyTableCode.java:217)
         at org.python.core.PyTableCode.call(PyTableCode.java:437)
         at org.python.core.PyTableCode.call(PyTableCode.java:333)
         at org.python.core.PyFunction.__call__(PyFunction.java:195)
         at org.python.core.PyMethod.__call__(PyMethod.java:99)
         at org.python.core.PyObject.__call__(PyObject.java:650)
         at org.python.pycode._pyx0.dumpUsers$36(cli_base.py:327)
         at org.python.pycode._pyx0.call_function(cli_base.py)
         at org.python.core.PyTableCode.call(PyTableCode.java:217)
         at org.python.core.PyTableCode.call(PyTableCode.java:437)
         at org.python.core.PyFunction.__call__(PyFunction.java:189)
         at org.python.core.PyObject._callextra(PyObject.java:786)
         at org.python.pycode._pyx0.main$44(cli_base.py:556)
         at org.python.pycode._pyx0.call_function(cli_base.py)
         at org.python.core.PyTableCode.call(PyTableCode.java:217)
         at org.python.core.PyTableCode.call(PyTableCode.java:277)
         at org.python.core.PyFunction.__call__(PyFunction.java:174)
         at org.python.pycode._pyx0.f$0(cli_base.py:563)
         at org.python.pycode._pyx0.call_function(cli_base.py)
         at org.python.core.PyTableCode.call(PyTableCode.java:217)
         at org.python.core.PyCode.call(PyCode.java:14)
         at org.python.core.Py.runCode(Py.java:1211)
         at org.python.core.__builtin__.execfile_flags(__builtin__.java:319)
         at org.python.util.PythonInterpreter.execfile(PythonInterpreter.java:158)
         at org.python.util.jython.main(jython.java:190)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:79)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:41)
         at java.lang.reflect.Method.invoke(Method.java:386)
         at com.raplix.rolloutexpress.node.bootstrap.BootStrap.run(BootStrap.java:254)
         at com.raplix.rolloutexpress.node.bootstrap.BootStrap.main(BootStrap.java:52)I am not able to dig deeper, unfortunately. Is this worth filing a bug?
    Regards,
    Frank

    I believe there was a bug filed on this issue. A patch for this issue has been released.
    I think following solaris patches address this issue for MS/CLI 122989-02, 122990-02, 122991-02, 122992-02.
    hope this helps,
    Aj

  • Library recovery: how can I recover a library after I get this message: There was an error opening the database for the library "/Users/Jim/Pictures/Libraries/K2 Library.aplibrary"???

    Library recovery: how can I recover a library after I get this message: "There was an error opening the database for the library “/Users/Jim/Pictures/Libraries/K2 Library.aplibrary”???

    Thanks a lot, Frank. The lsregister did the trick! I am testing this on 10.8.2.
    http://support.apple.com/kb/TA24770 : I deleted the "com.apple.LaunchServices.plist", and restarted the Finder, even logged off and on again; did not change anything. The file has not been recreated, so it may not be used anymore.
    http://itpixie.com/2011/05/fix-duplicate-old-items-open-with-list/#.ULZqa6XAoqY
    The direct "copy and paste" from the post did not work: I had to retype it :
    /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchSe rvices.framework/Versions/A/Support/lsregister -kill -r -domain local -domain system -domain user
    but then it worked like a charm!
    Cheers
    Léonie
    And btw: I turned on the "-v" option for the lsregister to see, what was going on, and saw plenty of error messages (error -10811); so I repeated the command with "sudo". After that I still saw five iPhotos. Repeating as regular user finally got rid of the redundant iPhoto entries. It looks like registering as super user may be causing this trouble.

  • There was an error opening the database for the library "/Users/madis13/Pictures/Nikon Transfer3/Aperture Library.aplibrary".

    There was an error opening the database for the library “/Users/madis13/Pictures/Nikon Transfer3/Aperture Library.aplibrary”.
    What to do when it comes to such a notice?
    If I want to open the aperture program, followed by a message, and the only option is to quit, but the program is not avanegi

    chose import library.
    That might be the problem.
    If you want to import an image file in to an Aperture Library, you use the command
         File > Import > Files
    or
    File > Import > Folders as Projects.
    The command
      File > Import > Library
    is for importing whole iPhoto Libraries or Aperture Libraries.  Have you tried to import the Aperture Library into itself?
    However, the program did not open the catalog yet, and I did force quit.
    Do you mean, after you tried to "import as library"?
    Any success with the First Aid Tools as I suggested?
    Hold the key combination ⌥⌘ firmly down and double click your Aperture Library. Then select a repair option from the panel.
    Léonie

  • Trying to open Aperture, but I get the message, "There was an error opening the database for the library "/Users/davewasson/Pictures/Aperture Library.aplibrary". - and it forces me to quit. What do I do?

    Trying to open Aperture, but I get the message, "There was an error opening the database for the library “/Users/davewasson/Pictures/Aperture Library.aplibrary”. - and it forces me to quit. What do I do?

    Dave-
    You can try opening the old (problem) library by launching Aperture into Library First Aid mode and choosing to Repair (first option) or Rebuild the library. Before doing this, make a backup copy of the old library, since both Repair or Rebuild will write changes to the library database.
    Repair is the faster and less drastic option, so try that first: After backing up your library, hold down both the Option and Command keys while dragging and dropping the problem library on the Aperture icon. The Photo Library First Aid window appears. Select Repair Database, then click Repair. After some time Aperture should open the library, if possible.
    If that fails launch Aperture back into Library First Aid and select Rebuild Database. Depending on the size of your library this operation could take some time, up to several hours for a very large library. When the main window appears you may have some extra Recovered folders/projects. This operation rebuilds the library from scratch and is usually successful at reviving problem libraries.

  • Out of Memory error on database Create

    Have installed 9i on Sun Solaris, and when I try and create a database I alwys get
    27102 - Out of memory error. I am selectng General Database from the dbca choices
    and take all the defaults. I tried removing options but still get the same error.
    The machine has 2GB Ram .
    Help: [email protected] , [email protected]

    Hey guys I am wondering whether you configure or allocated memory before you started your installation???? That should be in /etc just vi system as root of course and look for the line *To set variables in Unix
    after the set maxuser=XX
    add the folowing
    set shmsys:shminfo_shmmax=4294967295
    set shmsys:shminfo_shmmin=1
    set shmsys:shminfo_shmmni=100
    set shmsys:shminfo_sshmseg=10
    set semsys:seminfo_semmni=100
    set semsys:seminfo_semmsl=100
    set semsys:seminfo_semmns=430
    set semsys:seminfo_semopm=100
    set semsys:seminfo_semvmx=100
    and reboot you server then your installation won't hung this is the setting of my oracle 817 on Sun box
    PS Take special care with set semsys:seminfo_semmns=430 if you are gona have more tha 200 process then do some calculation
    If you didn't get the previous

  • Acrobat XI Pro "Out of Memory" error after Office 2010 install

    Good Afternoon,
    We recently pushed Office 2010 to our users and are now getting reports of previous installs of Adobe Acrobat XI Pro no longer working but throwing "Out of Memory" errors.
    We are in a Windows XP environment. All machines are HP 8440p/6930p/6910 with the same Service pack level (3) and all up to date on security patches.
    All machines are running Office 2010 SP1.
    All machines have 2GB or 4GB of RAM (Only 3.25GB recognized as we are a 32bit OS environment).
    All machines have adequate free space (ranging from 50gb to 200gb of free space).
    All machines are set to 4096mb initial page file size with 8192mb maximum page file size.
    All machines with Acrobat XI Pro *DO NOT* have Reader XI installed alongside. If Reader is installed, it is Reader 10.1 or higher.
    The following troubleshooting steps have been taken:
    Verify page file size (4096mb - 8192mb).
    Deleted local user and Windows temp files (%temp% and c:\WINDOWS\Temp both emptied).
    Repair on Adobe Acrobat XI Pro install. No change.
    Uninstall Acrobat Pro XI, reboot, re-install. No change.
    Uninstall Acrobat Pro XI Pro along with *ALL* other Adobe applications presently installed (Flash Player, Air), delete all Adobe folders and files found in a full search of the C drive, delete all orphaned Registry entries for all Adobe products, re-empty all temp folders, reboot.
    Re-install Adobe Acrobat XI Pro. No change.
    Disable enhanced security in Acrobat XI Pro. No change.
    Renamed Acrobat XI's plug_ins folder to plug_ins.old.
    You *can* get Acrobat to open once this is done but when you attempt to edit a file or enter data into a form, you get the message, "The "Updater" plug-in has been removed. Please re-install Acrobat to continue viewing the current file."
    A repair on the Office 2010 install and re-installing Office 2010 also had no effect.
    At this point, short of re-imaging the machines (which is *not* an option), we are stumped.
    We have not yet tried rolling back a user to Office 2007 as the upgrade initiative is enterprise-wide and rolling back would not be considered a solution.
    Anyone have any ideas beyond what has been tried so far?

    As mentioned, the TEMP folder is typically the problem. MS limits the size of this folder and you have 2 choices: 1. empty it or 2. increase the size limit. I am not positive this is the issue, but it does crop up at times. It does not matter how big your harddrive is, it is a matter of the amount of space that MS has allocated for virtual memory. I am surprised that there is an issue with 64GB of RAM, but MS is real good at letting you know you can't have it all for use because you might want to open up something else. That is why a lot of big packages turn off some of the limits of Windows or use Linux.

  • Error Connecting to database URL jdbc:oracle:oci:@rmsdbtst as user rms13 java.lang.Exception:UnsatisfiedLinkError encountered when using the Oracle driver

    Trying to Install RMS application 13.2.2 and I get past the pre-installation checks and when I get to the Data Source details and enter the data source details with the check box checked to validate the schema/Test Data Source I get the following error:
    Error Connecting to database URL jdbc:oracle:oci:@rmsdbtst as user rms13 java.lang.Exception:UnsatisfiedLinkError encountered when using the Oracle driver. Please check that the library path is set up properly or switch to the JDBC thin client oracle/jdbc/driver/T2CConnection.getLibraryVersioNumber()
    Checks performed:
    RMS Application code location and directory contents:
    [oracle@test-rms-app application]$ pwd
    /binary_files/STAGING_DIR/rms/application
    [oracle@test-rms-app application]$ ls -ltr
    total 144
    -rw-r--r-- 1 oracle oinstall   272 Dec 7  2010 version.properties
    -rw-r--r-- 1 oracle oinstall   405 Jan 16 2011 expected-object-counts.properties
    -rw-r--r-- 1 oracle oinstall   892 May 13 2011 ant.install.properties.sample
    -rw-r--r-- 1 oracle oinstall 64004 Jun  6  2011 build.xml
    drwxr-xr-x 9 oracle oinstall  4096 Jun 16 2011 rms13
    drwxr-xr-x 3 oracle oinstall  4096 Jun 16 2011 installer-resources
    drwxr-xr-x 3 oracle oinstall  4096 Jun 16 2011 antinstall
    drwxr-xr-x 2 oracle oinstall  4096 Jun 16 2011 ant-ext
    drwxr-xr-x 5 oracle oinstall  4096 Jun 16 2011 ant
    -rw-r--r-- 1 oracle oinstall 11324 Dec 18 09:18 antinstall-config.xml.ORIG
    -rwxr-xr-x 1 oracle oinstall  4249 Dec 18 10:01 install.sh
    drwxr-xr-x 4 oracle oinstall  4096 Dec 18 10:06 common
    -rw-r--r-- 1 oracle oinstall 16244 Dec 19 10:37 antinstall-config.xml
    -rw-r--r-- 1 oracle oinstall   689 Dec 19 10:37 ant.install.log
    [oracle@test-rms-app application]$
    Application installation:
    [oracle@test-rms-app application]$ ./install.sh
    THIS IS the driver directory
    Verified $ORACLE_SID.
    Verified SQL*Plus exists.
    Verified write permissions.
    Verified formsweb.cfg read permissions.
    Verified Registry.dat read permissions.
    Verified Java version 1.4.2.x or greater. Java version - 1.6.0
    Verified Tk2Motif.rgb settings.
    Verified frmcmp_batch.sh status.
    WARNING: Oracle Enterprise Linux not detected.  Some components may not install properly.
    Verified $DISPLAY - 172.16.129.82:0.0.
    This installer will ask for your "My Oracle Support" credentials.
    Preparing installer. This may take a few moments.
    Your internet connection type is: NONE
    Integrating My Oracle Support into the product installer workflow...
         [move] Moving 1 file to /binary_files/STAGING_DIR/rms/application
    Installer preparation complete.
    MW_HOME=/u01/app/oracle/Middleware/NewMiddleware1034
    ORACLE_HOME=/u01/app/oracle/Middleware/NewMiddleware1034/as_1
    ORACLE_INSTANCE=/u01/app/oracle/Middleware/NewMiddleware1034/asinst_1
    DOMAIN_HOME=/u01/app/oracle/Middleware/NewMiddleware1034/user_projects/domains/rmsClassDomain
    WLS_INSTANCE=WLS_FORMS
    ORACLE_SID=rmsdbtst
    JAVA_HOME=/u01/app/oracle/jrockit-jdk1.6.0_45-R28.2.7-4.1.0
    Launching installer...
    To make sure I have connectivity from the app server to the database (on a database server) here are the steps followed:
    [oracle@test-rms-app application]$ tnsping rmsdbtst
    TNS Ping Utility for Linux: Version 11.1.0.7.0 - Production on 19-DEC-2013 10:41:40
    Copyright (c) 1997, 2008, Oracle.  All rights reserved.
    Used parameter files:
    Used TNSNAMES adapter to resolve the alias
    Attempting to contact (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST = test-rms-db.vonmaur.vmc)(PORT = 1521)) (CONNECT_DATA = (SERVER = DEDICATED) (SID = rmsdbtst)))
    OK (0 msec)
    [oracle@test-rms-app application]$
    [oracle@test-rms-app application]$ sqlplus rms13@rmsdbtst
    SQL*Plus: Release 11.1.0.7.0 - Production on Thu Dec 19 10:46:18 2013
    Copyright (c) 1982, 2008, Oracle.  All rights reserved.
    Enter password:
    Connected to:
    Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    SQL> exit
    Disconnected from Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    [oracle@test-rms-app application]$
    [oracle@test-rms-app application]$ ping test-rms-db
    PING test-rms-db.vonmaur.vmc (192.168.1.140) 56(84) bytes of data.
    64 bytes from test-rms-db.vonmaur.vmc (192.168.1.140): icmp_seq=1 ttl=64 time=0.599 ms
    64 bytes from test-rms-db.vonmaur.vmc (192.168.1.140): icmp_seq=2 ttl=64 time=0.168 ms
    64 bytes from test-rms-db.vonmaur.vmc (192.168.1.140): icmp_seq=3 ttl=64 time=0.132 ms
    64 bytes from test-rms-db.vonmaur.vmc (192.168.1.140): icmp_seq=4 ttl=64 time=0.158 ms
    64 bytes from test-rms-db.vonmaur.vmc (192.168.1.140): icmp_seq=5 ttl=64 time=0.135 ms
    --- test-rms-db.vonmaur.vmc ping statistics ---
    5 packets transmitted, 5 received, 0% packet loss, time 4001ms
    rtt min/avg/max/mdev = 0.132/0.238/0.599/0.181 ms
    [oracle@test-rms-app application]$
    [oracle@test-rms-app application]$ uname -a
    Linux test-rms-app.vonmaur.vmc 2.6.18-128.el5 #1 SMP Wed Jan 21 08:45:05 EST 2009 x86_64 x86_64 x86_64 GNU/Linux
    [oracle@test-rms-app application]$
    [oracle@test-rms-app application]$ cat /etc/*-release
    Enterprise Linux Enterprise Linux Server release 5.3 (Carthage)
    Red Hat Enterprise Linux Server release 5.3 (Tikanga)
    [oracle@test-rms-app application]$
    The database is created and all the batch file scripts have been successfully deployed.  Now working on the application server.  The  Weblogic server is installed and 11g forms and reports are installed successfully.
    Any help would be helpful.
    Thanks,
    Ram.

    Please check MOS Notes:
    FAQ: RWMS 13.2 Installation and Configuration (Doc ID 1307639.1)

  • OIM 11g: Error After starting OIM server :retrieving database connection

    Hi All,
    After patching OIM 11.1.1.5.0 to BP02 I am getting following error in logs of OIM and not able to see Import Deployment Manager File and..continuously this error bounce back
    Error
    <Error> <XELLERATE.DATABASE> <BEA-000000> <Class/Method: DBPoolManager/getConnection/Exception encounter some problems: Error while retrieving database connection.Please check for the following
    Database srever is up.
    DirectDB settings in configuration file are correct.>
    <Mar 16, 2012 6:50:31 AM EDT> <Error> <XELLERATE.DATABASE> <BEA-000000> <Class/Method: DirectDB/getConnection encounter some problems: Error while retrieving database connection.Please check for the follwoing
    Database srever is running.
    Datasource configuration settings are correct.
    java.sql.SQLException: java.sql.SQLException: Exception occurred while getting connection: oracle.ucp.UniversalConnectionPoolException: Cannot get Connection from Datasource: java.sql.SQLRecoverableException: IO Error: The Network Adapter could not establish the connection
    at com.thortech.xl.util.DirectDB$DBPoolManager.getConnection(DirectDB.java:441)
    at com.thortech.xl.util.DirectDB.getConnection(DirectDB.java:176)
    at com.thortech.xl.dataobj.util.ADPClassWatchDog.getMaxUpdateTimestamp(ADPClassWatchDog.java:50)
    at com.thortech.xl.dataobj.util.ADPClassWatchDog.run(ADPClassWatchDog.java:145)
    >
    <Mar 16, 2012 6:50:31 AM EDT> <Error> <XELLERATE.ADAPTERS> <BEA-000000> <ADPClassWatchDog: Error occured while getting the max adp_update timestamp>
    Earlier before patching to BP02 in weblogic Datasources we have
    Driver Class Name: oracle.jdbc.xa.client.OracleXADataSource
    But when I was providing this value in weblogic.profile during patching attribute name "operationsDB.driver=oracle.jdbc.xa.client.OracleXADataSource ", I am getting this error
    /data/oim/Oracle/Middleware/Oracle_IDM1/server/setup/deploy-files/setup.xml:204: java.lang.ClassCastException: oracle.jdbc.xa.client.OracleXADataSource cannot be cast to java.sql.Driver
    So I changed this value to "operationsDB.driver=oracle.jdbc.OracleDriver" and it runs fine. Patch completed successfully.
    Is there any issue with this Driver Class Name mismatch, so I am getting this error? I have also tried for all Datasources same Driver Class Name but invain.
    Regards,
    Amit

    Hi Bikash,
    Nothing is changed between network/firewall. From Database machine I am able to see tnsping running fine. From weblogic admin console I have checked the connectivity of different datasource is successfull. Right now I have these datasources, all have Driver Class Name=oracle.jdbc.OracleDriver.
    EDNDataSource
         EDNLocalTxDataSource
         mds-oim     
         mds-owsm
         mds-soa     
         oimJMSStoreDS
         oimOperationsDB     
         OraSDPMDataSource     
         SOADataSource     
         SOALocalTxDataSource
    You mean For all the datasources I need to make it oracle.jdbc.xa.client.OracleXADataSource. I make it this also but no success.
    Also tell me..Summary of Security Realms >myrealm >Providers >OIMAuthenticationProvider here also I need to provide Xadatasource Driver name.

  • Got an error while setting up account after reset password: "Wrong user name or password"

    Firefox Sync
    I've perform "Reset password" operation and tryed to set up Sync again - and got an error "Wrong user name or password". After resetting password once more error still remains.
    This affect after I've update my Firefox to version 8.0.

    Hi Khimesra,
    Could you please try the following:
    1 - Firewall/antivirus disabled                                   
    2 - B1 uninstalled                                                
    3 - Net 1.1 installed                                            
    4 - B1 reinstalled                                                
    Please also refer to the following SAP notes:
    546344 and 542690
    Regards
    Emanuel

  • Out of memory error - JS Runtime: How many users can one connect?

    Not talking video here.  Talking interactive apps, like chat.  Ours crashes at about 500 connected users.  When I report this I'm told "make sure you're not creating too many objects serverside" or "increase the JSRuntimeSize setting in your application.xml file to the max".
    Have now done both of those things but still get this out of memory error.  Let's say I optomized my app and got 100% more connection capacity.  That would be 1,000 connected users - still nowhere near enough.
    Are my dreams of 6,000 or 10,000 connected users enjoying all of the fruits of the FMS interactivity pipe dreams?  Is it not meant for sessions of that size?  Where does one find documentation or advice or application assistance on this issue?
    How do large social media applications connect so many people concurrently.
    Thoughts appreciated.
    Thanks

    Yes.  I'm using the max.
    <RuntimeSize>51200</RuntimeSize>
    See:
    http://help.adobe.com/en_US/FlashMediaServer/3.5_AdminGuide/WS5b3ccc516d4fbf351e63e3d119f2 926bcf-7ff0.html#WS5b3ccc516d4fbf351e63e3d119f2926bcf-7ed2
    Don't think 100MB or 200MB would be valid settings.

  • Memory errors after 3 hours recording

    I need to record data on 36 channels over a period of three days.  I would like the data in 30 second chunks.  I am haing two problems with this.  I have sest up my log files to record in 30 second chunks but after 3-4 hours of recording I start getting memory errors.  It doens't matter whether I am recording 30 seconds every 5 minutes or continuous data in 30 second chunks.  Also, it doesn't seem to matter whether I store the data on a relatively small (13 GB) internal solid state hard drive or a much larger (2 TB) external hard drive.  Is there some kind of memory buildup that is overflowing after 3 hours?
    As a related question, when I am logging to the external hard drive the recording status in the recording options tab still shows the disk information for my internal hard drive. 
    Also, if I'm allowed another question, I am trying to use a Save to ASCII funtion to produce a backup to a different location.  Is there any way I can alter the file size to make them larger than the amount of data to be read in?

    Hello Roger,
    Quick question, what sampling rate you are using on what card? Also what is your start and stop condition in SE. Did you try continuous logging? Also does your system slows down after a while logging data? Not quiet sure on why this is happening?I believe RAM or harddisk is full after 3 hrs of data logging.
    -lab

  • Aperture (3.4.1) no longer opens and the following message appears: There was an error opening the database for the library "/ Users / Andrea / Pictures / Aperture 3 Library.aplibrary." How can I solve this problem? Thanks

    I was using Aperture (3.4.1), when he appeared a notice that asked me to stop the Mac with the power button. When I restart Aperture no longer opens and the following message appears: There was an error opening the database for the library "/ Users / Andrea / Pictures / Aperture 3 Library.aplibrary."
    How can I solve this problem?
    Thanks

    After a system crash your Aperture Library may be corrupted, because Aperture may not have been able to finish the ongoing database transactions.
    Have you tried the Aperture Library First Aid Tools?
    Aperture 3 User Manual: Repairing and Rebuilding Your Aperture Library
    Try "Repair Database", and if this does not help: "Rebuild Database"
    Regards
    Léonie

Maybe you are looking for

  • E90: How to enter a space into a phone number?

    Hi, does anyone know if it's possible to enter a space into a phone number in the E90's Contacts manager? It is possible with my Nokia 9500, and I transferred my contacts from it to the E90, and spaces in phone numbers were preserved, but when I ente

  • Why was my topic deleted?

    I was not in breech of apples t's & c's, so some sort of explanation would be appreciated. I don't see the problem in discussing the rev b's manufacturing shortcomings here when its a 'hot' topic everywhere else!?

  • Can't upgrade software

    I recieved two notices of app upgrades and when I click on upgrade I get this login info screen with my email on it when I write the password to my BB login I get error 30601 unable to validate email and password combination.Any and all help will be

  • Exchange account doesn't recognize email address

    I recently got a new work email address using the new .brussels domain extension (instead of the old .be). For some reason OSX Yosemite doesn't accept this e-mail address when I set up my new Exchange account info. I had the same problem on my work P

  • Trying to download lion, but serial number is not being accepted what can i do?

    Im trying to download Lion to a new June 23rd macbook with an up to date Snow Leopard system, but apple doesnt accept my serial number.   What else can I do?