ECC / Parity errors but 'only' when running qmaster / Compressor ?!!

I have a Mac Pro that came with 4GB of (Apple) Ram. I recently installed 4 addiitonal (to fill both risers to 8GB total), of branded, supposedly apple-certified Ram from one of the major vendors we all have come to love and trust.
Anyway, all seems fine - but now I am running QMASTER/Compressor which in fact wires (or at least pages) so much ram as to make good use of my 8: I have only 80MB free- but hey that's good, the memory is being used.
Here's the odd thing, when doing compressor / qmaster tasks (this is both the cluster server and a service node) I now get ECC Parity errors:
- Of my 8 chips, 3 have trown ECC Parity errors (all corrected), ranging from 1 on one chip to now 35 on another. This is in a 24h period
- THis is on the APPLE ORIGINAL RAM - none of the 'new' chips have any errors ?!!!
- Errors show up in 'about system' as well as the console log- but I ran EXTENDED Hardware test twice - and both times the memory (whole system) comes up clean!
- ECC errors don't show up - as far as I can tell, if I don't 'extremely' tax the system - i.e. running email, Safari, iTunes and, maybe WoW keep it 'clean'! but also leave between 3-6GB memory 'free'
- The errors occur on 2 seperate risers
So, here's my dilemman - I can replicate this everytime i use compressor/qmaster. However, I never (yet) had a related crash or issues.
It started with 'just' one chip, now it's 3 - again, all the original apple ram.
My memory is installed correctly (i.e. both apple pairs together and both OWC together).
I would LOVE to get some suggestions. Logic would say this is related to the new memory BUT I also never ran a compressor/qmaster renderfarm before now. I already opened a case with Apple and they are sending me one new chip (I opened at the time only one chip was having the errors).
So - normal? Low enough at high volume I shouldn't worry? Routine with compressor and qmaster Or time to panic?
THANKS!
Dan

This is very interesting. We, too, recently experienced a hard RAM Parity Panic/Crash on a Qmaster/Compressor encoder node. About two weeks earlier, we experienced a RAM Parity Panic/Crash on a system that has nothing to do with Qmaster.
Both machines are dual G5 Xserves with factory-installed RAM. The encoder had six 512MB sticks while the non-encoder server had 2 1MB sticks.
The encoder died, but when rebooted kept working by ignoring the bad RAM and working off only 2GB of the good RAM (must be in pairs).
Apple replaced both sticks under warranty.
As for Qmaster/Compressor causing the errors, I have no insight. If that were the case, I assume we'd see this on most if not all our encoders and cluster controllers. And that hasn't happened.
I'd say, you got bad RAM and it needs to be fixed.
The panic.log should give you insight into which dimm slot threw the error.
Good luck!

Similar Messages

  • Get ORA-01031: insufficient privileges error, but only when using dbstart.

    I am getting ORA-01031: insufficient privileges error, but only when using dbstart. the listener starts but not the database. How come I can start it from SQL prompt but not from dbstart scripts as the oracle user?
    [oracle@mallard bin]$ ./dbstart
    Processing Database instance "gf44": log file /prod/oracle/10/startup.log
    [oracle@mallard bin]$
    Log file:
    Wed Aug 20 10:15:02 CDT 2008
    SQL*Plus: Release 10.2.0.1.0 - Production on Wed Aug 20 10:15:02 2008
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    SQL> ERROR:
    ORA-01031: insufficient privileges
    SQL> ORA-01031: insufficient privileges
    SQL>
    /prod/oracle/10/bin/dbstart: Database instance "gf44" warm started.
    >
    oratab file:
    gf44:/prod/oracle/10:Y
    dbstart file section:
    # See if it is a V6 or V7 database
    VERSION=undef
    if [ -f $ORACLE_HOME/bin/sqldba ] ; then
    SQLDBA=svrmgrl
    VERSION=`$ORACLE_HOME/bin/sqldba command=exit | awk '
    /SQL\*DBA: (Release|Version)/ {split($3, V, ".") ;
          print V[1]}'`
    case $VERSION in
    "6") ;;
    *) VERSION="internal" ;;
    esac
    else
    if [ -f $ORACLE_HOME/bin/svrmgrl ] ; then
    SQLDBA=svrmgrl
    VERSION="internal"
    else
    SQLDBA="sqlplus /nolog"
    fi
    fi
    Permissions of file:
    [oracle@mallard bin]$ ls -la dbstart
    -rwxrwxr-x 1 oracle oinstall 10407 Aug 19 12:27 dbstart
    [oracle@mallard bin]$
    User permissions:
    [root@mallard 10]# id oracle
    uid=503(oracle) gid=503(oinstall) groups=503(oinstall),504(dba)
    [root@mallard 10]#
    I can start the listener manually using "./lsnrctl start" and start the database manually from sql prompt using "SQL>startup" (as sysdba) with no problems. this only happens when using dbstart file. I am logged in as oracle user and all environment variables are set
    Thank you for any help you could provide.

    I have the same problem, but i don't want insert this string
    Connect sys/{password} as sysdbaI have deployed an Oracle 10g with os SunOS
    $ uname -a
    SunOS DB02 5.10 Generic_141444-09 sun4v sparc SUNW,Sun-Blade-T6320
    I can connect with sys/password, but I can't login with
    $ sqlplus /nolog
    SQL*Plus: Release 10.2.0.1.0 - Production on Thu Jan 7 15:19:50 2010
    Copyright (c) 1982, 2005, Oracle.  All rights reserved.
    SQL> connect / as sysdba
    ERROR:
    ORA-01031: insufficient privilegesthe the startup and dbshut don't work.
    Someone maybe help me?
    Thanks,
    Regards.
    Lain

  • CS4 js error on file save -- but only when run via droplet

    I have a js script that I've been using fine in PS CS. I've now upgraded to CS4 and trying to get it working. After a couple of minor tweaks, the script works fine when invoked directly from within CS4 (in an action step). But when I create a droplet from that action, the same script gives an error when it comes to saving the image to a jpeg file.
    The relevant code is here:
    jpgSaveOptions = new JPEGSaveOptions();
    jpgSaveOptions.embedColorProfile = false;
    jpgSaveOptions.formatOptions = FormatOptions.STANDARDBASELINE;
    jpgSaveOptions.quality = 12;
    jpgSaveOptions.matte = MatteType.NONE;
    var jpgFile = new File(outputFolderName + "/" + fullFileName + ".jpg");
    alert("Saving as " + outputFolderName + "/" + fullFileName + ".jpg");
    exists = jpgFile.open("r");
    alert("Opened");
    docRef.saveAs(jpgFile, jpgSaveOptions, false, Extension.LOWERCASE);
    alert("Saved");
    When invoked via the droplet, it gets as far as displaying "Opened", then it conks out with error:
    "EvalError: General Photoshop error occurred. This functionality may not be available in this version of Photoshop. - Could not save as "" because the file could not be found."
    Thing is, I'm not trying to save as "" -- the filename is properly populated with a proper filename, and indeed this script works fine when invoked directly and not through a droplet.
    Any ideas?
    Thanks,
    Mike

    docRef is defined quite a while back:
    // create the new document (without EXIF) to work on, with same size, resolution etc as original.
    var docRef = app.documents.add(x, y, r, originalDocName + " copy", m, DocumentFill.TRANSPARENT);
    but I do lots of things with docRef in the meantime that don't cause any error... like:
    docRef.bitsPerChannel = b
    // turn off colour management in the new document
    docRef.colorProfileType = ColorProfile.NONE;
    // paste in the original image
    docRef.paste();
    // Assign original colour profile now
    docRef.colorProfileName = originalColourProfile;
    and loads more stuff.
    Mike

  • JPanel receives no width or height, but only when run as part of applet

    Applet: http://mazz0.com/drawing/index.html
    JAR: http://mazz0.com/drawing/DrawingGame.jar
    Source: http://mazz0.com/drawing/060107/DrawingGame.java
    This java applet I have written works fine as a standalone application, but when I run it as an applet I randomly, about half the time, get the following error at runtime:
    java.lang.IllegalArgumentException: Width (0) and height (0) cannot be <= 0
    at java.awt.image.DirectColorModel.createCompatibleWritableRaster(DirectColorModel.java:999)
    at sun.awt.Win32GraphicsConfig.createAcceleratedImage(Win32GraphicsConfig.java:313)
    at sun.awt.windows.WComponentPeer.createImage(WComponentPeer.java:565)
    at java.awt.Component.createImage(Component.java:3179)
    at java.awt.Component.createImage(Component.java:3176)
    at java.awt.Component.createImage(Component.java:3176)
    at java.awt.Component.createImage(Component.java:3176)
    at java.awt.Component.createImage(Component.java:3176)
    at DrawingGame$DrawingPanel.init(DrawingGame.java:96)
    at DrawingGame.init(DrawingGame.java:38)
    at sun.applet.AppletPanel.run(AppletPanel.java:417)
    at java.lang.Thread.run(Thread.java:619)
    To get around this I've added line 25:
    drawingPanel.setBounds(0, 0, getWidth(), getHeight()-20);Can anyone tell me why I need to do this, and if there's a better way of avoiding this problem?

    Im not a pro, so alot of that in jibberish to me, but i did try encoding it with a lower bit rate (around 10,000 i think) and it successfully played via QT. what is the difference between a 79,000 bitrate and a 10,000 bitrate??
    Basically, the Profile and Level define the combination of settings/limitations that adhere to a particular "standard." As previously mentioned, Main Profile Level 3.1 is very common for Apple software and hardware products which appear to come close to the settings for your "working" file. This combination for instance would allow data rates up to 14 Mbps (14,000 Kbps) with 1280x720 @ 30.0 fps while a Main Profile Level 3.2 file would allow a data rates up to 20 Mbps (20,000 Kbps) with 1280x1024 @ 42.2 fps. From this and the fact that your stats did not include the frame rate and/or whether or not the file was encoded anamorphically, I "guestimated" that you might have a "standards" issue in the Level 3.1 to Level 3.2 range for any Baseline, Extended, Main, or High Profile H.264 encode. Your results for the re-encoded file seem to confirm that the data rate was the problem here—i.e., that the video data rate at 80 Mbps was beyond the range of the Profile and Level designation for the file while 10 Mbps was not. Your ability to encode using non-standard settings is one of the reasons that Apple has moved more and more toward the use of device "presets" which prevent novice users from making such relatively simple mistakes when creating files in any of the QT based apps.  Hope this helps you to understand the problem better.

  • 2010 EWS 2.0 C# Windows 7: "Data is Corrupt" error, but only when forwarding messages from a certain user

    I have an application that is basically a mailing list manager. New messages are sent to an Exchange mailbox, from outside of our organization. Periodically the application runs, scans the mailbox for new messages, and forwards them to the appropriate users.
    For the most part this works fine, but messages that come from a specific outside user cause a "Data is Corrupt" message.
    I have tried re-creating the messages that cause problems, both using Outlook and using a Gmail account. In both instances, the message went through the system with no problems. But this vendor is doing something that is causing me grief.
    I've included some sample code below. What I would really like are tips for debugging these kinds of problems. It seems to me that "Data is Corrupt" is sort of a generic error.
    private void ForwardMessage(EmailMessage msg, List<String> recipients, String replyTo)
         ResponseMessage stepOne;
         EmailMessage stepTwo;
         Folder drafts;
         ConversationId cid;
          * This is a little screwy.
          * EmailMessage.CreateForward() is really useful, because it preserves
          * attachments. But it mangles the message body and subject, so I have reset those.
          * And it doesn't support setting the Reply To, so I have to do this
          * in two steps: create the forward, save to Drafts, then get the
          * message in the Drafts forward, and set the Reply To.
         cid = msg.ConversationId;
         stepOne = msg.CreateForward();
         stepOne.Body = msg.Body;
         stepOne.Subject = msg.Subject;
         foreach (String s in recipients)
              stepOne.BccRecipients.Add(s);
         stepOne.Save(WellKnownFolderName.Drafts);
          * There is a chance, though small, that another process
          * could create a draft message in response to the message
          * I'm in the process of forwarding. But it is unlikely,
          * so I'm going to live with this. Extended Properties would
          * be the safer way to do this, but I couldn't get them
          * to make the trip.
         stepTwo = null;
         drafts = Folder.Bind(msg.Service, WellKnownFolderName.Drafts);
         foreach (EmailMessage em in drafts.FindItems(new ItemView(100)))
              if (em.ConversationId.Equals(cid))
                   stepTwo = em;
         if (stepTwo != null)
              stepTwo.ReplyTo.Add(replyTo);
              // This next line is where the "Data is Corrupt" error keeps happening
              stepTwo.SendAndSaveCopy();

    The place to start with Debugging would be to enable tracing and look at requests and responses your getting from the server to see if there is additional information and to also know which operation is failing see 
    http://msdn.microsoft.com/en-us/library/office/dd633676(v=exchg.80).aspx
    You might also want to do some testing with the EWSEditor
    http://ewseditor.codeplex.com/
    There also should be an EWSLog on the CAS server where the requests are being sent so this is worth looking at as well eg \Microsoft\Exchange Server\V14\Logging\Ews
    As a workaround with the failed messages you might want to trying getting the MimeContent and forwarding that instead of using the Forward operation
    Cheers
    Glen

  • [WAIT NOT SOLVED] Leafpad is segfaulting, but only when run as root.

    Is there ANY reason this would happen? Things have been really out of control lately it seems and I've got no idea what's up.
    [crew@myhost ~]$ leafpad
    Segmentation fault
    [crew@myhost ~]$
    Last edited by SomeGuyDude (2009-05-21 03:28:56)

    pharcyde wrote:This happened to me awhile ago. I don't know how I fixed it but it works now.
    Same here. It died when I installed SciTE, but didn't come to life when I tried removing it. Reinstallation didn't work either. If I remember correctly, there was a problem with one of the (Murrina) themes, but Leafpad didn't report it, some other program did (console output). Oddly enough, everything else worked perfectly, so I didn't think it was a big deal. But it's possible it was really magic.
    Last edited by jorpheus (2009-05-20 20:34:41)

  • Error Code -61499 when Running an FPGA VI on Develpement Computer with Siulated I/O

    Dear Forum
    I have a problem with running my FPGA VI on the development Comupter with simulated I/O
    I Created a testbench as described in
    http://zone.ni.com/reference/en-XX/help/371599D-01/lvfpgaconcepts/test_bench_tutorial/
    This works fine. I can read an write the I/O Nodes
    But when I insert a read/write control node (from the FPGA interface palette) into my Host-VI to directly write a value to a Control on my FPGA VI, i get the error -61499
    The error happens in the VI on my Hostcomputer ad the message is:
    An internal software error on LabView FPGA Module has occurred. Please contact NI technical support.
    The error does not happen, if I remove the read/write control, or if I dont call it.
    The error does not happen, if I compile the fpga-vi and let it run on my fpga hardware. It happens only in the simulated mode.
    The error happens in the simulated mode when i use the testbench for simulating input Signals, it also happnes, when I use random Input Signals.
    It seems that the error does not happen during compilation. The simulated VI runs and the error happens, only when I call the read/write control.
    Can anybody help me?
    I appreciate every suggestion
    Thanks
    David
    Solved!
    Go to Solution.

    Ok, the problem is solved, thanks to ni support who helped me:
    The solution is, not to have spaces and end of lines in the names of frontpannel elements.
    In simulated mode, a host-vi has problems to access frontpannel elements of the fpga-vi with the read/write node if the frontpanel elements have special characters.

  • Hi! I work with Photoshop/Premiere Elements 10 on my snow leopard (10.6.8) without problems since years. Now I want to move over to the new MacBook Pro (and lion 10.7.5) but only Photoshop runs on it, every Premiere version (I downloaded Elements 12 and f

    Hi! I work with Photoshop/Premiere Elements 10 on my snow leopard (10.6.8) without problems since years. Now I want to move over to the new MacBook Pro (and lion 10.7.5) but only Photoshop runs on it, every Premiere version (I downloaded Elements 12 and further more) stops installation and shows Installation ERROR: ASU has quit unexpectedly, Media DB Error: 18. Please help!

    run the cleaner and retry installing per, Use the CC Cleaner Tool to solve installation problems | CC, CS3-CS6

  • Error has occurred when running internal order report

    Error has occurred when running internal order report. Last month also used this report without any error.
    Error #01: [ASE Error SQL422]Too many nested expressions or logical operators to compile. Try splitting query or limiting ANDs and ORs.
    Error #02: SQL Error: 422
    Error #03: An error occurred while reading the data; Navigation is possible.
    Please guide me to solve this issue.

    Please just say how you removed the CC version and did you remove the Preferences from Hidden User>Library??
    https://helpx.adobe.com/lightroom/kb/preference-file-locations-lightroom-41.html
    In here??
    Sorry I'm trying to help but please answer the questions specifically... thanks.

  • Every time i go on the internet the sound starts messing up but only when connected to the internet.

    1- Product name and number: Compaq CQ57 302EA 4GB
    2- Operating system installed: Google Chrome, Windows 7 (was already onlaptop when got new from store)
    3- Error Message: From bullgaurd saying I have a virus but have sorted the problem and there is no virus no longer.
    4- Any changes made to your system before the issue occurred: I have installed games and music of the internet.
    5- In the subject title, include a brief, specific description of the problem, and your product information: Compaq Laptop. Every time i go on the internet the sound starts messing up but only when connected to the internet what can i do to fix this problem?

    #You need to check your home page settings if the pages open immediately everytime you start Firefox.
    #Sometimes, things that you download and install will change your home page. When installing anything, be observant, be sure to look for check boxes during install of anything that allows you to un-check items and not install toolbars and/or make changes to your home page.
    #Firefox can have multiple home pages separated by the "|" keyboard character.
    #It sounds as though your home page setting might be: "When Firefox starts: Show my windows and tabs from last time"
    #See: http://support.mozilla.com/en-US/kb/How+to+set+the+home+page
    '''If this reply solves your problem, please click "Solved It" next to this reply when <u>signed-in</u> to the forum.'''
    Not related to your question, but...
    You need to update some plug-ins:
    *Plug-in check: https://www-trunk.stage.mozilla.com/en-US/plugincheck/
    *Adobe Shockwave for Director Netscape plug-in: [https://support.mozilla.com/en-US/kb/Using%20the%20Shockwave%20plugin%20with%20Firefox#w_installing-shockwave Installing ('''''or Updating''''') the Shockwave plugin with Firefox]

  • My macbook shut off and wont turn back on.  Im pretty sure it is charging.  The LED light is on but only when the laptop is closed.  Im in grad school and have lots saved.  Please Help!

    My macbook shut off and wont turn back on. Im pretty sure it is charging. The LED light is on but only when the laptop is closed. Im in grad school and have lots saved. Please Help!

    ronicr76,
    First it would be helpful if you post the exact model, year and OS version you have.
    > The LED light is on but only when the laptop is closed<
    So that light is the sleep indicator and tells us that the laptop is going to sleep when you close the lid. That would be normal behavior so the machine is still working. Possibly you're experiencing a backlight failure. With the machine supposedly "on" use a flashlight to carefully examine the screen. Do you see the desktop? Yes? machine is still running and something is wrong with the backlight.
    You should immediately backup your computer or at the very least pull vital files off. With the computer hooked to another Mac (The way this is done depends on the exact MacBook, E.g.FireWire 800 to FireWire 800.) Then you restart the computer and hold the "t" key down. This puts your MacBook into "target mode":
    How to use and troubleshoot FireWire target disk mode
    Once your files are off try an SMC reset:
    Intel-based Macs: Resetting the System Management Controller (SMC)
    Are you able to get the backlight back on by opening and closing the display? Yes? Broken backlight cable refer to qualified service place. Even if it doesn't come on and you can still see the desktop with a flashlight it is still probably the backlight. Could be the a backlight problem also.

  • The camera app on my iphone 4S is crashing and while using the rear video cam black wavy lines are appearing but only when exposed to flurescent light in addition to the front cam... can any one please tell me what is happening???

    the camera app on my iphone 4S is crashing and while using the rear video cam black wavy lines are appearing but only when exposed to flurescent light in addition to the front cam... can any one please tell me what is happening???

    Try resetting your phone by holding down the home and off button until the apple symbol comes up. Then if still doing, restore your phone in itunes from your backup.

  • Burned Image on screen, but only when using Safari

    I have a burned image on my IPhone's screen, but only when I use Safari. Additionally, when I open Safari's multiple window viewer feature, the image is there as well. The home screen and every other app is unaffected. Turning off and on the phone does nothing to fix the problem.
    I know removing the casing and battery is an adventure, so I am trying to avoid it if I can.
    Can anyone think of a way to fix this problem?
    Thanks for the help.

    Troubleshoot Safari extensions ..
    From the Safari menu bar click Safari > Preferences then select the Extensions tab. Turn that OFF, quit and relaunch Safari to test.
    If that helped, turn one extension on then quit and relaunch Safari to test until you find the incompatible extension then click uninstall.

  • I'm receiving all notifications, but only when I open my iPad, then I get them all at once...? How do I get the notifications immediately?

    I'm receiving all my notifications, but only when I open my iPad, then I get them all at once. Why am I not getting them immediatlely?

    Is this a wifi-only iPad?  If so, and unless it is plugged in, when you sleep the device, it shuts off the wifi radio to save battery power.  When you wake up the device, the wifi radio is re-activated, it connects and gets your notifications.  That is perfectly normal and simply a function of the design of the device.  The wifi will not shut off if the device is plugged into a power outlet (no need to conserve power then).
    A 3G iPad would allow for push notifications, if the 3G connection was left on all the time.
    P.S. if you do have a 3G iPad and have 3G enabled all the time, then I do not know why it is not working.

  • RW-50004: Error code received when running external process.

    Hi,
    I am trying to install 11.5.10 on windows vista and receiveing following error.
    RW-50004: Error code received when running external process. Check log for details. Running Database Install Driver for VIS Instance
    When checked on the log file following is the error. Could anyone pls help me with this regard
    There was an error while running the command - c:\OracleApps\visdb\9.2.0\temp\VIS_erp\adrun9i.cmd APPS APPS
    The process tried to write to a nonexistent pipe.
    The process tried to write to a nonexistent pipe.
    The process tried to write to a nonexistent pipe.
    The process tried to write to a nonexistent pipe.
    The process tried to write to a nonexistent pipe.
    The process tried to write to a nonexistent pipe.
    The process tried to write to a nonexistent pipe.
    The process tried to write to a nonexistent pipe.
    The process tried to write to a nonexistent pipe.
    The process tried to write to a nonexistent pipe.
    RW-50010: Error: - script has returned an error: 1
    RW-50004: Error code received when running external process.
    "dbInstancecfg" file shows below error
    Copyright (c) 1991, 2002, Oracle Corporation. All rights reserved.
    Connecting to (ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROCVIS))
    TNS-12541: TNS:no listener
    TNS-12560: TNS:protocol adapter error
    TNS-00511: No listener
    32-bit Windows Error: 2: No such file or directory
    Connecting to (ADDRESS=(PROTOCOL=TCP)(Host=erp.erp)(Port=1521))
    TNS-12541: TNS:no listener
    TNS-12560: TNS:protocol adapter error
    TNS-00511: No listener
    32-bit Windows Error: 61: Unknown error
    LSNRCTL for 32-bit Windows: Version 9.2.0.6.0 - Production on 13-JUL-2008 05:48:04
    Copyright (c) 1991, 2002, Oracle Corporation. All rights reserved.
    Starting tnslsnr: please wait...
    TNS-12546: TNS:permission denied
    TNS-12560: TNS:protocol adapter error
    TNS-00516: Permission denied
    32-bit Windows Error: 5: Input/output error
    addlnctl.cmd exiting with status 3
    OpenSCManager failed
    adsvdlsn.cmd exiting with status 1002
    ERRORCODE = 1002 ERRORCODE_END
    .end std out.
    System error 1060 has occurred.
    The specified service does not exist as an installed service.
    .end err out.
    File c:\OracleApps\visdb\9.2.0\appsutil\install\VIS_erp\afmkinit_inst.cmd not instantiated in the current pass, this file will not be executed
    Executing script in InstantiateFile:
    c:\OracleApps\visdb\9.2.0\appsutil\install\VIS_erp\afmkinit.cmd
    script returned:
    Sun 07/13/2008
    05:48 AM
    1 file(s) copied.
    1 file(s) copied.
    1 file(s) copied.
    "afmkinit.cmd exiting with status 0"
    ERRORCODE = 0 ERRORCODE_END
    .end std out.
    .end err out.
    Skipping INSTE8_PRF
    Skipping INSTE8_APPLY
    [AutoConfig Error Report]
    The following report lists errors AutoConfig encountered during each
    phase of its execution. Errors are grouped by directory and phase.
    The report format is:
    <filename> <phase> <return code where appropriate>
    [SETUP PHASE]
    AutoConfig could not successfully execute the following scripts:
    Directory: c:\OracleApps\visdb\9.2.0\appsutil\install\VIS_erp
    adsvdlsn.cmd INSTE8_SETUP 1002
    AutoConfig is exiting with status 1

    Thanks for the update and the link was informational.
    Can I install following on windows vista? Pls confirm.
    Oracle® Applications 11i Release 10.2 Media Pack for
    Microsoft Windows (32-bit) No That's not possible, if you would like to use this machine for Applications then the OS needs to be changed or install vmware/Microsoft Virtual PC with a Certified Operating system to be able to use Applications.
    Thanks
    Ronald

Maybe you are looking for

  • Have problem in payables accounting process

    Hi all, i have faced a problem in the PAP process.Actually after matching with Po and made pay in full ,i ran the PAP(payables accounting process).but it is completed with warning.when i check the log file it send the following error message.please h

  • Mail won't show new message windows

    This is weird. I needed to email a photo to a friend. I drug the photo from iPhoto to the Mail icon in the dock and nothing happened (a new message window didn't pop up with the photo attached) I tried this 3 times and still got nothing. I swiped to

  • Scripting preferences

    I'm working on a script that sets various preferences for InDesign and InCopy. My goal is to be able to set every preference that appears on every tab of the Preferences dialog in either application. I've got most of them, but there are a few I can't

  • Set "save metadata to XMP" as default

    Is there a way to set the checkbox 'auto save changes to XMP' in a catalog as default?    

  • Music store page with multiple podcasts

    i would like to have a page witht separate directories with podcats, like albums, which can be subscribed to independently. how can i create a page within itunes like this? heres an example: