Fm to start request in background

Hello experts,
we have problem with data-exchange with material from r3 to crm.
When I do a request for this material I get it correct into crm.
Is there a fm in crm to creat a request in background, so that
the request can be started in backround or by job ?
I can do it manual with tx R3AR2/R3AR4, but this should work via
programm / fm /batch ?
Thanks for help
Gerd

Hello,
your suggestions works !!
Here the coding:
  DATA: number           TYPE tbtcjob-jobcount,
        name             TYPE tbtcjob-jobname VALUE 'ZSD_MAT_REQUEST',
        print_parameters TYPE pri_params.
  CALL FUNCTION 'JOB_OPEN'
    EXPORTING
      jobname          = name
    IMPORTING
      jobcount         = number
    EXCEPTIONS
      cant_create_job  = 1
      invalid_job_data = 2
      jobname_missing  = 3
      OTHERS           = 4.
  IF sy-subrc = 0.
    SUBMIT smof_requestn
    WITH s_reqnam = 'REQUEST'
    WITH s_sname EQ 'R/3_R3TX'
    WITH s_dname EQ 'CRM'
     TO SAP-SPOOL
                      SPOOL PARAMETERS print_parameters
                      WITHOUT SPOOL DYNPRO
                      VIA JOB name NUMBER number
                      AND RETURN.
    IF sy-subrc = 0.
      CALL FUNCTION 'JOB_CLOSE'
        EXPORTING
          jobcount             = number
          jobname              = name
          strtimmed            = 'X'
        EXCEPTIONS
          cant_start_immediate = 1
          invalid_startdate    = 2
          jobname_missing      = 3
          job_close_failed     = 4
          job_nosteps          = 5
          job_notex            = 6
          lock_failed          = 7
          OTHERS               = 8.
      IF sy-subrc <> 0.
        error = 'Es sind Fehler aufgetreten'.
      ENDIF.
    ENDIF.
  ENDIF.
T H A N K S.
Gerd

Similar Messages

  • Error while starting WebLogic at background

    Hi, All!
    I try to start WebLogic at background mode:
    nohup ./startWebLogic.sh 2&>1 &
    but got this error:
    JAVA Memory arguments: -Xms256m -Xmx512m -XX:CompileThreshold=8000 -XX:PermSize=48m -XX:MaxPermSize=192m
    WLS Start Mode=Development
    CLASSPATH=/home/user1/Oracle/Middleware2/patch_wls1032/profiles/default/sys_manifest_classpath/weblogic_patch.jar:/home/user1/Oracle/Middleware2/patch_wlp1032/profiles/default/sys_manifest_classpath/weblogic_patch.jar:/home/user1/Oracle/Middleware2/patch_oepe1111/profiles/default/sys_manifest_classpath/weblogic_patch.jar:/home/user1/Oracle/Middleware2/jdk160_14_R27.6.5-32/lib/tools.jar:/home/user1/Oracle/Middleware2/utils/config/10.3/config-launch.jar:/home/user1/Oracle/Middleware2/wlserver_10.3/server/lib/weblogic_sp.jar:/home/user1/Oracle/Middleware2/wlserver_10.3/server/lib/weblogic.jar:/home/user1/Oracle/Middleware2/modules/features/weblogic.server.modules_10.3.2.0.jar:/home/user1/Oracle/Middleware2/wlserver_10.3/server/lib/webservices.jar:/home/user1/Oracle/Middleware2/modules/org.apache.ant_1.7.0/lib/ant-all.jar:/home/user1/Oracle/Middleware2/modules/net.sf.antcontrib_1.0.0.0_1-0b2/lib/ant-contrib.jar:/home/user1/Oracle/Middleware2/wlserver_10.3/common/eval/pointbase/lib/pbclient57.jar:/home/user1/Oracle/Middleware2/wlserver_10.3/server/lib/xqrl.jar:/home/user1/Oracle/Middleware2/wlserver_10.3/server/lib/xquery.jar:/home/user1/Oracle/Middleware2/wlserver_10.3/server/lib/binxml.jar
    PATH=/home/user1/Oracle/Middleware2/wlserver_10.3/server/bin:/home/user1/Oracle/Middleware2/modules/org.apache.ant_1.7.0/bin:/home/user1/Oracle/Middleware2/jdk160_14_R27.6.5-32/jre/bin:/home/user1/Oracle/Middleware2/jdk160_14_R27.6.5-32/bin:/mnt/weblogic/Java/jdk1.6.0_21/bin:/usr/kerberos/bin:/usr/local/bin:/bin:/usr/bin:/home/user1/bin
    * To start WebLogic Server, use a username and *
    * password assigned to an admin-level user. For *
    * server administration, use the WebLogic Server *
    * console at http://hostname:port/console *
    starting weblogic with Java version:
    Listening for transport dt_socket at address: 8453
    java version "1.6.0_14"
    Java(TM) SE Runtime Environment (build 1.6.0_14-b08)
    Java HotSpot(TM) Client VM (build 14.0-b16, mixed mode)
    Starting WLS with line:
    /home/user1/Oracle/Middleware2/jdk160_14_R27.6.5-32/bin/java -client -Xdebug -Xnoagent -Xrunjdwp:transport=dt_socket,address=8453,server=y,suspend=n -Djava.compiler=NONE -Xms256m -Xmx512m -XX:CompileThreshold=8000 -XX:PermSize=48m -XX:MaxPermSize=192m -Dweblogic.Name=AdminServer -Djava.security.policy=/home/user1/Oracle/Middleware2/wlserver_10.3/server/lib/weblogic.policy -Xverify:none -ea -da:com.bea... -da:javelin... -da:weblogic... -ea:com.bea.wli... -ea:com.bea.broker... -ea:com.bea.sbconsole... -Dplatform.home=/home/user1/Oracle/Middleware2/wlserver_10.3 -Dwls.home=/home/user1/Oracle/Middleware2/wlserver_10.3/server -Dweblogic.home=/home/user1/Oracle/Middleware2/wlserver_10.3/server -Dweblogic.wsee.bind.suppressDeployErrorMessage=true -Dweblogic.wsee.skip.async.response=true -Dweblogic.management.discover=true -Dwlw.iterativeDev=true -Dwlw.testConsole=true -Dwlw.logErrorsToConsole=true -Dweblogic.ext.dirs=/home/user1/Oracle/Middleware2/patch_wls1032/profiles/default/sysext_manifest_classpath:/home/user1/Oracle/Middleware2/patch_wlp1032/profiles/default/sysext_manifest_classpath:/home/user1/Oracle/Middleware2/patch_oepe1111/profiles/default/sysext_manifest_classpath:/home/user1/Oracle/Middleware2/wlportal_10.3/p13n/lib/system:/home/user1/Oracle/Middleware2/wlportal_10.3/light-portal/lib/system:/home/user1/Oracle/Middleware2/wlportal_10.3/portal/lib/system:/home/user1/Oracle/Middleware2/wlportal_10.3/info-mgmt/lib/system:/home/user1/Oracle/Middleware2/wlportal_10.3/analytics/lib/system:/home/user1/Oracle/Middleware2/wlportal_10.3/apps/lib/system:/home/user1/Oracle/Middleware2/wlportal_10.3/info-mgmt/deprecated/lib/system:/home/user1/Oracle/Middleware2/wlportal_10.3/content-mgmt/lib/system -Dweblogic.alternateTypesDirectory=/home/user1/Oracle/Middleware2/wlportal_10.3/portal/lib/security 2 weblogic.Server
    Listening for transport dt_socket at address: 8453
    Exception in thread "main" java.lang.NoClassDefFoundError: 2
    Caused by: java.lang.ClassNotFoundException: 2
         at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
         at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:252)
         at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:320)
    Could not find the main class: 2. Program will exit.
    When I start WebLogic as usualy (./startWebLogic.sh) - it starts normally
    I think problem may be with Classpath, but I don't know
    Thank in advice :)
    Edited by: Grey Goose on 24.09.2010 1:11

    Thanks, Girish! I have found parameters
    MEM_PERM_SIZE_64BIT="-XX:PermSize=192m"
    and
    MEM_MAX_PERM_SIZE_64BIT="-XX:MaxPermSize=192m"
    at setDomainEnv.ch and have changed it to
    MEM_PERM_SIZE_64BIT="-XX:PermSize=256m"
    and
    MEM_MAX_PERM_SIZE_64BIT="-XX:MaxPermSize=256m"
    accordingly :)

  • Transaction Launcher starts popup in Background

    Hi,
    i´m using the transaction launcher to start a external URL in the CRM WebUI.
    I selected to option "Statefull" which means the transaction launcher opens a popup.
    That works fine so far.
    But the popup always starts in the background.
    Which means i have a new IE-window with my launch transaction but not directly available. It starts in the background and my SAP CRM WebUI stays in the visible session.
    Does anybody know how to change this?
    My IE version is IE6.0 SP2.
    thank you
    Best regards
    Manfred

    Hy Brian,
    thank you.
    This note seems to be the right one for this issue.
    But the note is not available for CRM 7.0.
    I opened a message for this and i hope that the note will be available for CRM 7.0 soon.
    Best regards
    Manfred

  • Disk utility started, but a background process needed in disk utility didn'

    I am stumped. I have talked to tech support, read many threads on this error message, tried all the suggested solutions, and still I get this message "Disk utility started, but a background process needed in disk utility didn't start properly. Please quit and restart disk utility."
    The problem has been around for a while apparently. One technique called for removing iTunes to the desktop, trashing certain files in the library, then running disk utility. This did not work. Another suggestion was to trash, of all thing, the Chess program. This also did not work. Booting from the installation disk and running disk utility there to repair permissions also apparently does not work. Nor do third party software, such as YASU seem to get through to repair permissions.
    Given the number of discussion boards addressing this problem, i was stunned that applecare/tech support person I talked to had never heard of it. Please please please help!

    If you moved Disk Utility from the /Applications/Utilities directory, i.e. the Macintosh HD > Applications > Utilities folder, move it back to that folder.
    If memory serves, the "workaround" you cited involving iTunes only applies if you are using Mac OS X 10.3.9.
    Good luck!
    Dr. Smoke
    Author: Troubleshooting Mac® OS X

  • How 2 capture the request in background

    Hi,
    how 2 capture the request in background
    Thanks

    Hi,
    My question is ,
    while creating any object we generally assign that to particular request .
    I have one object XXXX . I want to find which request is assigned to this object . i want to know.
    Thanks

  • Firefox will run reasonably fast - for a while, I do have quite a few tabs open, They start out in background mode, but as soon as I access them it slows

    My problem is Firefox will run reasonably fast - for a while, I do have quite a few tabs open, They start out in background mode, but as soon as I access them (to view or download from them) even if I close them as I go, FF will start to slow down and it isnt long before FF drops to a crawl sometimes taking MINUTES to answer a click on the file menu (example) no fancy benchmarks needed.
    Having to restart FF and hoping your tabs come back for a temp. speedboost is NOT acceptable.
    I have to restart at least 3-5x a day - anyone else think this is stupid?
    I have 6 gigs ram, XP 32 only uses about 3.5 of it, 2.33ghz core duo, plenty of drive space.

    I understand that after using Firefox for a while there are some issues with speed. [[Firefox is slow - How to make it faster]]

  • Start rmiregistry in background

    I am using windows NT. I'ld like to start rmiregistry in background.
    I already tried to write in a bat file :
    - "start rmiregistry" but it open a new command window which stay in foreground
    - "start /b rmiregistry". It doesn't open a news window but the main command window doesn't disappear
    I would like to launch a bat file which start only the "rmiregistry.exe". I would like to see the rmiregistry only in the task manager and not in a command window on the task bar. That is what i mean with "background". The rmiregistry must be hidden to a common windows user.

    However, if there is not another solution, do you
    know if running the rmiregistry in java code is
    slower than running the .exe file ?That I cannot say for sure, but I don't think it would make any big difference.
    That can be a good idea. Do you know how I can do
    that on NT and XP?I must admit that I am inexperienced starting .exe-files as service. I do know though how to start a java-application as a service:
    http://wrapper.tanukisoftware.org/doc/english/introduction.html
    If you use the software above, wrap this class and the rmiregistry should be launched as a service:
    public RMIRegistryStarter {
           public static void main(String[] args) {
                    int port = 1099;
                    if (args.length > 0) {
                          try {
                              port = Integer.parseInt(args[0]);
                          } catch(Exception ex) {}
                    LocateRegistry.createRegistry(port);
                    while(true) {
                         Thread.sleep(1000);
    And can a bat file start this service?Of course:
    net start my_rmi_service_name

  • I stopped importing media so i could delete what i didn't want, how do you re start them in background tasks?

    so i could delete what i didn't want, how do you re start them in background tasks?

    First, I'd recommend you contact iAd support as they may be able to help resolve some of your issues.
    Regarding Blueprints vs. custom, you could start with a Blueprint, fill in every part you care about, ensure there are no validation errors reported by iAd Producer (Inspector sidebar), File > Convert to Normal Project, then delete any unused pages and banners.
    While I haven't used Workbench, in looking at the available ad types documented in the help (http://help.apple.com/iadworkbench/mac/2.0/#slvbb8575343), why not use the "Banner ad that plays a video with iTunes Store or App Store call to action" or "Banner ad that goes to iTunes Store or App Store product page"?

  • Change infopackage scheduling rom Start later in background to immediate

    Hi all,
    I am having the following issue,
    How to make permanent changes to Infopackage which are included in process
    My Infopackage is containing the following setting in Schedule Tab
    1. Start later in background (Immediately)
    This infopackage is included in one process chain.
    I am changing the above setting to “Start Data Load Immediately” and saving it, but when I am opening that infopackage again the setting is going back to Start later in background (Immediately) .
    Please let me know how can I change the setting “Start later in background” (Immediately) to “ start Data load Immediately” perfectly .
    http://sap.ittoolbox.com/groups/technical-functional/sap-bw/infopackage-load-immediate-691990
    Please suggest.
    Raj.

    Hey Raj,
    Once you save the job as run in background it cannot be saved back to the run immediate. But that doesnt mean that your job aint set to immediate.
    Infact within the scheduling tab itself you will notice many tabs
    namely
    Immediate
    Date/Time
    Afterjob
    afterevent
    at operation mode etc
    Now observe when you have set it as immediate, as soon as you click on the immediate tab Under Date/time you would see a small faded check box with Immediate start checked. This says that the job would start immediately if you are not going to use the other options.
    Bottom line Start date load immediately and start later in background with
    immediate start checkbox faded gives the same effect unless u are having other specifications set.
    If you click on start with either of the options its going to start immediately. So dont worry abt the radio button being activated for background.
    Thanks
    Raj

  • My Macair11 will not start. White background, apple and a turning sun below. Hour after hour. What shall I do?

    my macair11 will not start. White background, an apple and a turning sun showing that it is on. But nothing more happens. What sall I do?

    Startup your Mac while holding down the Command + R keys. From there you should be able to access the built in utilities in OS X Recovery to repair the startup disk.
    Read before proceeding >   OS X: About OS X Recovery
    If it were a RAM (memory) issue, you would hear beeps instead of the startup chime.

  • Could not support request for background processing

    Hello,
    We have a .NET 1.x application with CrystalReportViewer control.
    The application is running on a windows terminal server with approximatively 5 users using the applications and 10-20 logged on doing other stuff.
    When the user tries to preview the report using the CrystalReportViewer  object , the following exception is "sometimes" thrown 
    [translated from dutch]
    CrystalDecisions.CrystalReports.Engine.InternalException:
    error in file C:\Users\*username*\AppData\Local\Temp\35\{B8D10435-A104-4422-A220-6DB483DFC285}.rpt:
    The request could not be submitted for background processing. ---> System.Runtime.InteropServices.COMException (0x800002AD)
    The application then terminates and if the user restarts the application attempts to reload the report, it usually loads with no problem .
    It can not be intentionality reproduced but it does happen frequently.
    I have been Googling for this problem , but havn't found any solution.
    On this website however a link is provided to a BO KB article with a possible solution:
    http://aspadvice.com/blogs/rjdudley/archive/2005/10/26/13443.aspx
    However, the article appears to require a login, my SAP CR account i used to register on these forums does not to work.
    What can we do to determine the exact cause of this problem, or are there any known solution for this problem ??
    If you need any more information please do ask.
    also,
    We have a licence for CR 11 and so does our client, what steps would we need to undertake to get professional /payed support from SAP crystal reports for techinal issues like this, is there a way to open a support ticket ?
    Thank you very much for your time, any help is appreciated !
    Willem

    Hello:
    First I have to apologize for the troubles with CR 11.5 - not sure why that would be, but your frustration is understood. Perhaps sometime in the future we can look at this in another thread (e.g.; it should just work...).
    Anyhow, there is really no compeling reason for you to go to CR 11.5 (there are reasons (see below), but 11.0 is fine with framework 1.1).
    So to start off. Version 11.0.0.895 will need to be updated to SP4. See this|http://wiki.sdn.sap.com/wiki/display/BOBJ/CrystalReports2008%28and9.1%2CXIR1%2CXIR2%29-VersionandDownloadinformationforServicePacks] wiki. As you can see in the wiki, the latest version of CR 11.0 is updated to SP 4 with a version of 11.0.9500.x. Before we even start to look at this, you will have to get to SP4.
    Re. preference for CR 11.5. If the issue is not resolved with CR 11 Service Packed to SP 4, all we have left is; going to CR 11.5 - with the latest SP (SP6) as that is the version I would be testing with. Note that CR 11 is completely out of support now, CR 11.5 is out of patch support (e.g.; no fixes) and any support terminates in June of this year.
    And we have not even started to work the issue. Re-reading your initial post, I am starting to suspect that loading may be the root of the issue here. I'd recommend having a peek at the following:
    http://www.sdn.sap.com/irj/boc/go/portal/prtroot/docs/library/uuid/d08468e2-a81d-2b10-faa9-9837f58ee1c2
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/7025839b-00d4-2b10-33b4-cf0aa9e08412
    The following article specifies CR 2008, but most if not all the points will apply to CR 11.0 also:
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/7025839b-00d4-2b10-33b4-cf0aa9e08412
    The below will also be good to be aware of:
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/40bccdfd-88a6-2b10-1da1-c47a54b625a7
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/f0070692-01a8-2a10-4797-ff0f5f73e1e1
    The following articles were written by me and may also apply:
    [Crystal Reports Maximum Report Processing Jobs Limit|http://www.sdn.sap.com/irj/boc/index?rid=/library/uuid/f053713e-3e3d-2c10-2a81-f79259e54023]
    [Improving Crystal Reports Performance in Visual Studio .NET Applications|https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/8029cc96-6ff3-2b10-47a2-b30ea790ea5b].
    I realize I've thrown a lot of info in here, but all of it may apply. In a way I feel like we've ended up across the river without crossing the bridge first, but let's see what comes out of all of this (teleporting worked for Captain Kirk   ).
    - Ludek
    Edited by: Ludek Uher on Mar 10, 2011 7:25 AM

  • Starting essbase as background process in 11.1.2

    Hi,
    We have installed 11.1.2 hyperion products. We are having issues with OPMN and its starting up.Without opmn we can start essbase in freground ..using the script
    startEssbase,bat file in D:\Oracle\Middleware\user_projects\epmsystem1\EssbaseServer\essbaseserver1\bin. startEssbase.bat in this folder starts essbase onforeground.
    the link between opmn and essbase is broken. So we want to start essbase without opmn control. startEssbase.bat in the D:\Oracle\Middleware\user_projects\epmsystem1\bin doen't not do anything as opmn link is broke.
    Can anyone provide soem suggestion on how I can make Essbase run ias background process without opmn.
    I have used option like start /b startEssbase.bat./ but did not work.
    Thanks
    Srinivas

    These work for me
    export outline sample.basic all dimensions to xml_file "D:\sample.xml";
    export outline sample.basic list dimensions {"Measures"} tree to xml_file "D:\SampleMeasures.xml";
    Ran from a client machine and it creates both the files on the local client machine.
    Have you tried running on the server, are you using a different version of Maxl from the server?
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Setting format for spool requests in background jobs, for emails

    Hi,
    Don't know if this is the correct forum, but I'll give it a go (will appricate info regarding what forum is applicable otherwise.)
    For some periodical background jobs that we run in ECC, we have in the job set up that a mail group of people to receives the spool request via mail. Vi have used this a few years now. When we recently uppgraded from R/3 to ECC, the format of the spool request sent as mail attachment changed from .txt to .htm. This is however not the problem for us.
    We now have a scenario with a daily mail report, i.e. delivered as an attachment (htm-format) in our email system (Lotus Notes).
    So far so good, and nothing really new about this, except the changed format.
    What the users want is to print this report. It can be done, but it is a wide report, so it cuts the report in three pieces, as there is no automatic sizing to landscape printout and/our automatic sizing to one page. The best solution would be if it automatically was set up to landscape + automatically fit page size. Which format (.txt .htm .xls .pdf...) we receive the file in, is not really important, as long as we can print it directly without having to reformat it. Now we have to save the file to excel manually after we receive it, and then format the excel sheet. Just for printout purpose, so it is annoying work.
    Any solution available? (preferrably without coding)
    BR,
    Niclas

    Hi NTR,
    If you are using FM REUSE_ALV_LIST_DISPLAY to print your ALV Report it has got a paramter IS_PRINT in which you can pass your format type. Below is the field name where you have to pass your format type.
    IS_PRINT-print_ctrl-PRI_PARAMS-PAART
    Regards
    Bala

  • How to start J2EE in background

    Is this possible? If we start go as a background task, it hangs, or alternatively, crashes.
    EP6 SP2 Solaris 9, J2EE PL that came with the install kit.
    tia.

    Hello Sasi,
    It's probably the file "go" or "go.sh". On solaris you can find it with the command "find / -name 'go*'"
    When you start it, make sure you've set you DISPLAY environment variable to an computer running an x-server.
    Regs,
    Pascal.

  • RAC instance won't start: ORA-00443: background process "VKRM" did not star

    I've logged a SR with Oracle, but while waiting for response from them...I'm stumped I can't find more out here about this article.
    On Oracle knowledgebase...any search for VKRM, gives about the same 3 articles relating to RDA (Remote Diagnostic Assistant).
    Not sure what went on here.
    I have a 5 node RAC cluster. All other instances seem to be running just fine.
    On one instance...some applications were getting an error like:
    ORA-01033: ORACLE initialization or shutdown in progress
    I looked in GRID...and it indicated that only two of the 5 nodes had this instance running...which was strange in that with srvctl, it showed ll 5 up and running:
    [oracle@server2 bin]$ ./srvctl status database -d INSTANCE
    Instance INSTANCE1 is running on node server1
    Instance INSTANCE2 is running on node server2
    Instance INSTANCE3 is running on node server3
    Instance INSTNANCE4 is running on node server4
    Instance INSTANCE5 is running on node server5
    Anyway, thought I'd poke around. I started with trying to get srvctl to stop instance #2...in GRID it seemed that instance 2,4 and 5 weren't working.
    srvctl stop instance -D INSTANCE -i INSTANCE2
    This just hung...
    I thought I'd cycle all the nodes...so, did a ctl-c out of that one, and did:
    [oracle@server2 bin]$ ./srvctl stop database -d INSTANCE -o abort
    PRCD-1124 : Failed to stop database INSTANCE and its services
    PRCR-1065 : Failed to stop resource (((((NAME STARTS_WITH ora.instance.) && (NAME ENDS_WITH .svc)) && (TYPE == ora.service.type)) && ((STATE != OFFLINE) || (TARGET != OFFLINE))) || (((NAME == ora.instance.db) && (TYPE == ora.database.type)) && (STATE != OFFLINE)))
    CRS-2675: Stop of 'ora.instance.db' on 'server5' failed
    CRS-2675: Stop of 'ora.instance.db' on 'server4' failed
    ORA-01034: ORACLE not available
    ORA-27101: shared memory realm does not exist
    Linux-x86_64 Error: 2: No such file or directory
    Process ID: 0
    Session ID: 0 Serial number: 0
    ORA-01034: ORACLE not available
    ORA-27101: shared memory realm does not exist
    Linux-x86_64 Error: 2: No such file or directory
    Process ID: 0
    Session ID: 0 Serial number: 0
    The ORA-01034 messages repeats a number of times...and the one with server4 and server5 repeated again too.
    I also got this:
    CRS-2680: Clean of 'ora.instance.db' on 'server2' failed
    CRS-2675: Stop of 'ora.instance.db' on 'server5' failed
    CRS-2675: Stop of 'ora.instance.db' on 'server4' failed
    ORA-01034: ORACLE not available
    ORA-27101: shared memory realm does not exist
    Linux-x86_64 Error: 2: No such file or directory
    Process ID: 0
    Session ID: 0 Serial number: 0
    I get similar messages when I try to restart.
    clusters seem to be up, and other instances seem to be ok
    Looking at alert log...I found some strangeness in the traces
    Starting background process VKRM
    Errors in file /u01/app/oracle/diag/rdbms/instance/INSTANCE2/trace/INSTANCE2_dbrm_26982.trc:
    ORA-00443: background process "VKRM" did not start
    Errors in file /u01/app/oracle/diag/rdbms/instance/INSTANCE2/trace/INSTANCE2_ora_27467.trc:
    ORA-00450: background process '' did not start
    Errors in file /u01/app/oracle/diag/rdbms/instance/INSTANCE2/trace/INSTANCE2_ora_27467.trc:
    ORA-00450: background process '' did not start
    Error 450 happened during db open, shutting down database
    USER (ospid: 27467): terminating the instance due to error 450
    LGWR waiting for instance termination
    Instance terminated by USER, pid = 27467
    ORA-1092 signalled during: ALTER DATABASE OPEN...
    opiodr aborting process unknown ospid (27467) as a result of ORA-1092
    Looking at the trace listed above:
    2011-05-09 12:17:18.305726 :84271119:db_trace:ksb.c@2157:ksbs1p_real(): [10254:6:464] KSBS1P: process DBRM trying to start background VKRM
    2011-05-09 12:17:18.305729 :8427111A:db_trace:ksb.c@2220:ksbs1p_real(): [10254:6:464] KSBS1P: process DBRM obtained PR enqueue to start background VK
    RM
    2011-05-09 12:17:18.306021 :8427111D:db_trace:ksb.c@2354:ksbs1p_real(): [10254:6:464] KSBS1P: creation error posted OER(1089)
    2011-05-09 12:17:18.306029 :8427111F:db_trace:ksb.c@2424:ksbs1p_real(): [10254:6:464] KSBS1P: out of loop: process did not start
    Trace Bucket Dump End: default bucket for process 6 (osid: 26982, DBRM)
    ORA-00443: background process "VKRM" did not start
    kskdbrmpa: reply error 450
    Any ideas? Again...I can't seem to find much of ANY information searching out there for the VKRM background process not starting...
    Thanks in advance,
    cayenne
    Edited by: cayenne on May 9, 2011 11:34 AM

    Anyone? Anyone? Bueller?
    Ok..have been on phone with Oracle support, and have them stumped so far.
    I've checked..other instances are running (except one other that failed to cleanly shut down with srvctl and same error messages).
    I've check...ASM is running on all 5 nodes. I've used crsctl to check CRS on all nodes..clustering seems ok.
    Memory while somewhat high...should have enough room...the system has never complained before, and this has been up on this config for over a year.
    I was able on node one...to fire up the first nodes instance using the pfile there...it came up. I started it restrict..and promptly ran a datapump export, and then shut back down.
    While Oracle support is going through logs and trace files I sent...I've got another 11Gr2 environment (3 node RAC) I've been using as a test environment...and am recreated the instance there temporarily to allow my developers to test and get past the upcoming deadline.
    But, I'm still puzzled as to the solution on the main cluster. This seem to be normal, except these two instances....
    any ideas on where and what to look for?
    cayenne

Maybe you are looking for

  • PDF font viewed Evince different than actual PDF font?

    The title says it all. I'm getting a very strange girly font (no offense, but the i's are dotted with hearts) being rendered for all the text on the PDF. Some PDFs that I view in Evince retain their original font. I have no idea why this is happening

  • Aspect ratio affects render time?

    Hey, We are a post production studio, working with 2011 Mac Pro machines (With 16-32 GB Ram, New Nvidia card utilising CUDA and an SSD drive for media cache) on the latest version of Premiere CC. Lately we've notice certain projects take longer to re

  • NetConnection using POST requests to retrieve data

    Hi Everyone, I've noticed that when I use NetConnection.call(methodName) in my client Actionscript it sends a POST request off to the server. I thought this was odd because requests for data are normally GET operations but I didn't worry about it bec

  • Help in pnp ce logic database

    Hallow I wont to change my declaration for dates and selection criteria to pnpce And I have 2 problem the first is that I have error that I don’t now how to solve like .In Unicode programs, the "-" character cannot appear in names, as it1 does here i

  • Servlet -- HttpSession -- JSP , Why ClassCastException

    When I put an object in the HttpSession in a servlet and try to get it (and casting) , in a JSP within the same session, i get ClassCastException, any body knows the problem? thanks, ali.