Deployments going to failed status on re-start

Hi ,
In my production instance there are 10 ear files deployed . There is a admin and 2 managed servers. Admin and MS1 is on one box and MS2 is on another box.
When ever i stop MS1 , MS2 , Admin then start Admin , MS1 and MS2 all the deployments goes to failed status . To make the deployments active i have to update each manually .
Please help me with this situation. Every restart is consuming 5 hours of my time. Appreciate your help.
Thanks
Laiju Joseph

Hi,
No, i am not following any order .
I checked wls logs but couldn't find anything concrete  

Similar Messages

  • Why does captivate 5 scorm 2004 change the pass/fail status when using complete/incomplete

    SUMMARY:  I am trying to use SCORM 2004 reporting but I am finding out ADOBE does not diffentiate between COMPLETE/INCOMPLETED and PASSED/FAILED variables in the SCORM 2004.
    RESULT: I can not accurately get the passing/failing status from the course.
    QUESTION: Is their anything I can do or does ADOBE have a patch they have release which will accurately report the passed/failed STATUS as well as the completed/incompleted status.
    OTHER RESEARCH: I even attempted to post these "proofs" on scorm.com and they have something called "SATISFACTION TRACKED" to accomodate content creation systems (CAPTIVATE 5) which does not follow the standards of SCORM 2004.
    BACKGROUND:  the report status "Incomplete/Complete" and "Pass/Fail" under the publishing options for SCORM 2004 essentially mean the same thing when the CAPTIVATE COURSE sends setvar commands to the SCORM API...  In other words the SCORM API receives the same exact commands when publishing in both modes.  "THIS IS WRONG"
    why is the wrong?  IF REPORTING; incomplete/complete ;  the CAPTIVATE 5 COURSE SHOULD NOT "change" the STATUS OF PASS/FAIL when attempting to report COMPLETE/INCOMLETE with 100% slide views.
    DEMO #3> SHOWS THE PROBLEM
    About DEMO #1 and DEMO #2> these are other reporting options I attempted with other problems arrising..so these images are just for supporting my original problem which is shown in DEMO #3...
    DEMO 1 (REPORT STATUS has no affect on reporting):SETTINGS:
    PASS: (PROBLEM)
    Anything above Passing Score is not recorded to LMS (once passing is reached...no more bookmarks are recorded)
    FAIL: (CORRECT)
    Failure gets sent to the database on the last screen with "completed"
    DEMO 2 (Report status  [Complete/Incomplete  Pass/Fail]   has no impact on commands sent to scorm api):
    SETTINGS:
    PASS: (CORRECT)
    Very Last page gets sent to the Database
    FAIL: (PROBLEM)
    NOTHING GETS SENT TO DATABASE (stuck in final score screen forever)...because it says "INCOMPLETE"
    DEMO 3:
    Report status [Complete/Incomplete Pass/Fail] has no impact on commands sent to scorm api
    SETTINGS:
    PASS: (CORRECT)
    Very Last page gets sent to the Database with a 90% passing with "completed"
    FAIL: (PROBLEM)
    LAST SLIDE SENDS "completed" but GETS SENT AS A PASSING SCORE??? even when it is a failure
    (IN OTHER WORDS ADOBE CHANGES THE PASS/FAIL STATUS based on slide views...
    this is WRONG ....REALLY WRONG becuase I am trying to report
    "COMPLETE/INCOMPLETE" for 100% slide views
    PASS/FAIL OPTIONS:
    OPTION I CAN PURSUE?
    SO WHAT CAN I DO?  YES, I CAN TELL THE LMS...to COMPARE THE SCORE RECEIVED DURING A "COMPLETE" status...and then change the grade in the LMS based on the SCORE IN THE LMS...BUT THAT WOULD MEAN THE LMS COULD REPORT ONE GRADE and the COURSE COULD REPORT A DIFFERENT GRADE....and that would not be good.
    ALL OF OUR COURSES SHOW THE STUDENT THE FINAL SCORE WITHIN EACH COURSE..
    QUESTION TO ADOBE?
    SO ADOBE when are you going to differentiate these two reporting options so that the PASS/FAIL OPTIONS ARE ACCURATELY REPORTED WHEN USING COMPLETE/INCOMPLETE?
    MORE INFORMATION
    HERE IS THE SCORM.COM "Satisfaction" adjustment (very last line) to accomodate inconsistent reporting in CAPTIVATE 5.
    Thanks,
    DOUG LUBEY OF LOUISIANA
    www.douglubey.com
    OTHER WEBSITES:
    http://forums.adobe.com/message/3332035
    http://forums.adobe.com/message/3122315
    http://forums.adobe.com/thread/712502?start=50&tstart=0
    http://forums.adobe.com/thread/800570
    http://forums.adobe.com/thread/720121
    SEARCH ENGINE REFERENCE:
    CAPTIVATE SCORM SUCCESS_STATUS
    captivate 5 scorm 2004 pass/fail is dependent on complete/incomplete
    scorm 2004 captivate cs5 success_status incorrect
    scorm 2004 captivate cs5 reports success_status incorrectly
    scorm 2004 captivate incorrectly reports pass/fail
    scorm 2004 captivate 5 incorrectly reports pass/fail
    scorm 2004 "captivate 5" incorrectly reports pass/fail
    captivate 5 sends a pass even when a failure is issued by the course using scorm 2004.
    captivate does not work properly when working with completed status.
    CAPTIVATE SCORM SUCCESS_STATUS COMPLETE STATUS SHOULD BE INDEPENDENT
    CAPTIvATE 5 cmi.completion_status
    and cmi.success_status does not work independently with scorm 2004.  they both share the same definition.  These two field were designed to help differentiate the difference between a passing or failing score and when the course is actually completed.   WITH CAPTIVATE 5 they do not differentiate the two.  COMPLETE means PASS and INCOMPLETE means fail..
    I was trying to use "completion_status" as a way to determine when all slides were shown.  So that I can send the final score (PASS/FAIL) the LMS after all slides were viewed and this was the absoluted score the student recieved.
    2011 CAPTIVATE CHANGES cmi.success_status TO PASSING WHEN COURSE REPORTS FAILURE
    2010 CAPTIVATE CHANGES SUCCESS TO PASSED WHEN COURSE REPORTS FAILURE
    CAPTIVATE 5 CHANGES cmi.success_status TO PASSING
    CAPTIVATE 5 CHANGES cmi.success_status TO PASSING WHEN COURSE REPORTS FAILURE
    CPTX CAPTIVATE CHANGES cmi.success_status TO PASSING
    CP5 WHY DOES CAPTIVATE SCORM SUCCESS_STATUS
    CPTX WHY DOES CAPTIVATE CHANGE PASSING STATUS
    CPTX CAPTIVATE SCORM CHANGES FAILING SCORE TO PASSING SCORE
    CAPTIVATE SCORM SUCCESS_STATUS COMPLETE STATUS MEANS THE SAME THING
    CAPTIVATE SCORM SUCCESS_STATUS COMPLETE STATUS SHOULD BE INDEPENDENT

    Hi,
    Here's something I found in a similar situation... hope this helps!
    After publishing your CP5 project as a SCORM 2004 zip file, unzip the file so you can get into the separate files.  Open the imsmanifest.xml file with a text editor; I like using Notepad++.  Search for the line starting with <imsss:minNormalizedMeasure>.  The complete line will probably look like <imss:minNormalizedMeasure></imss:minNormalizedMeasure>, this is the line that is supposed to contain your passing score (at least for our LMS).  So, if your passing score is supposed to be 80%, edit this line to be:  <imsss:minNormalizedMeasure>0.80</imsss:minNormalizedMeasure> and save the file.  Then select all the files and re-zip them, I use 7-zip for that.
    I found one other weird thing that doesn't happen 100% of the time, so test it.  In the example above, try to get a score of exactly 80% (or whatever passing grade you are using) and see if you get the correct status reported.  I found I sometimes have to re-edit that line in the manifest file to be 0.79 so it correctly includes an exact 80% score.  No idea why and you have to watch the number of questions in your quiz to make sure that works for you mathematically.
    If this works or not, I'd recommend posting your results so others can get some ideas.  Good Luck!!

  • STARTSAP_NBAS - status NO SYSTEM START

    Hi all,
    I'm upgrading R/3 4.7 to ERP 6.0 SR3 NUC; Windows 2008 + SQL Server 2008. I'm in weekend downtime. In phase status STARTSAP_NBAS I have the error:
    UPGRADEPHASE STARTSAP_NBAS
    ...started at 20140222060031
    # Reading Parameter File "D:\usr\sap\put\bin\ALPALL.LST" at 20140222060031
    ..finished at 20140222060636 with status NO SYSTEM START.
    ...begin dialogue at 20140222060636
    tp.ECO log:
    SAPup>  Starting subprocess tp.exe with id 5024 at 20140222061006
    EXECUTING D:\usr\sap\<SID>\SYS\exe\run\tp.exe pf=D:\usr\sap\put\bin\SHADOW.TPP unlocksys <SID>
    Environment: dbms_type=mss
    Environment: dbs_mss_schema=<sid>
    initial value of NLS_LANG: '<NULL>'
    This is D:\usr\sap\<SID>\SYS\exe\run\tp.exe version 372.05.88 (release 700)
    Warning: Parameter INTERRUPT is no longer used.
    Warning: Parameter DAYLIGHT_SHUTDOWN is no longer used.
    Warning: Parameter WITH_TACOB is no longer used.
    Warning: Parameter IMPDP_BY_EVENT is no longer used.
    Warning: Parameter INTERRUPT is no longer used.
    Warning: Parameter DAYLIGHT_SHUTDOWN is no longer used.
    Warning: Parameter WITH_TACOB is no longer used.
    Warning: Parameter IMPDP_BY_EVENT is no longer used.
    TRACE-INFO: 1:  [     dev trc,00000]  Sat Feb 22 06:10:08 2014                                                         2182  0.002182
    TRACE-INFO: 2:  [     dev trc,00000]  DlLoadLib success: LoadLibrary("dbmssslib.dll"), hdl 0, addr 0000000187740000
    TRACE-INFO: 3:                                                                                                           10  0.002192
    TRACE-INFO: 4:  [     dev trc,00000]      using "D:\usr\sap\<SID>\SYS\exe\run\dbmssslib.dll"                                9  0.002201
    TRACE-INFO: 5:  [     dev trc,00000]  Thread ID:5516                                                                   1590  0.003791
    TRACE-INFO: 6:  [     dev trc,00000]  Thank You for using the SLODBC-interface                                           11  0.003802
    TRACE-INFO: 7:  [     dev trc,00000]  Using dynamic link library 'D:\usr\sap\<SID>\SYS\exe\run\dbmssslib.dll'              19  0.003821
    TRACE-INFO: 8:  [     dev trc,00000]  dbmssslib.dll patch info                                                           40  0.003861
    TRACE-INFO: 9:  [     dev trc,00000]    SAP patchlevel  0                                                                 9  0.003870
    TRACE-INFO: 10:  [     dev trc,00000]    SAP patchno  353                                                                  8  0.003878
    TRACE-INFO: 11:  [     dev trc,00000]    Last MSSQL DBSL patchlevel 0                                                     11  0.003889
    TRACE-INFO: 12:  [     dev trc,00000]    Last MSSQL DBSL patchno         350                                               9  0.003898
    TRACE-INFO: 13:  [     dev trc,00000]    Last MSSQL DBSL patchcomment Work process can not be cancelled (1740162)         12  0.003910
    TRACE-INFO: 14:  [     dev trc,00000]  lpc:(local) connection used on SAP<SID>                                             534  0.004444
    TRACE-INFO: 15:  [     dev trc,00000]  ERROR: -1 in function ExecuteAndFlush (SQLExecDirect) [line 5520]               78212  0.082656
    TRACE-INFO: 16:  [     dev trc,00000]  (15157) [42000] [Microsoft][SQL Server Native Client 10.0][SQL Server]Setuser failed because of one of the following reasons: the database principal '<sid>_shd' does not exist, its corresponding server principal does not have server access, this type of database principal cannot be impersonated, or you do not have permission.
    TRACE-INFO: 17:                                                                                                           29  0.082685
    TRACE-INFO: 18:  [     dev trc,00000]  <if user_name() != '<sid>_shd' setuser '<sid>_shd'> failed -- connect terminated       32  0.082717
    TRACE-INFO: 19:  [    dblink  ,00433]  ***LOG BY2=>sql error 15157  performing CON [dblink#8 @ 433]                       57  0.082774
    TRACE-INFO: 20:  [    dblink  ,00433]  ***LOG BY0=>Setuser failed because of one of the following reasons: the database principal '<sid>_shd' does not exist, its corresponding server principal does not have server access, this type of database principal cannot be impersonated, or you do not have permission. [dblink#8 @ 433]
    TRACE-INFO: 21:                                                                                                           23  0.082797
    tp returncode summary:
    TOOLS: Highest return code of single steps was: 0
    ERRORS: Highest tp internal error was: 0232
    tp finished with return code: 232
    meaning:
      connect failed
    sapparam: sapargv( argc, argv) has not been called.
    sapparam(1c): No Profile used.
    sapparam: SAPSYSTEMNAME neither in Profile nor in Commandline
    ERROR: Connect to <SID> failed (20140222061008, probably wrong environment).
    Process with ID 1756 terminated with status 232
    <SID>Adm User has this environment variables:
    dbms/type = mss
    dbs/mss/server = <HOST>
    dbs/mss/dbname = <SID>
    dbs/mss/schema = <sid>
    I check the following SAP Notes:
    - 128126 - Database connect for external tools
    - 525677 - Problems when starting shadow instance
    - 592514 - MSSQL: internal database users, permissions and security
    - 1294762 - SCHEMA4SAP.VBS
    - 1727986 - Upgrade Phase MAIN_NEWBAS/STARTSAP_NBAS: Error Starting SAP
    - 1910759 - Start of Shadow Instance Failed during upgrade
    but any of them, help me to fix the stopper.
    Can anybody give me any idea, please?

    Hi Javier,
    Have you tried by executing script mssupgsps.sql ,which you can find under D:\usr\sap\put\bin.This script will create stored procedure sap_upg_getrelease.
    After execution provide grant with following
    add setuser '<sid>'
    grant all on sap_upg_getrelease to <sid>_shd
    Hope this will help you.
    Regards,
    Gaurav

  • SAP 4.6 work processes too often goes to completed status

    Hello,
    SAP 4.6 C  (Oracle 9i / windows NT) system, always work process goes to completed status. This a quality system.
    As of now we are only restaring the work processes (SM50->process->restart after error-> yes) manually as a temporary fix.
    Could you please suggest any solution to this issue ?
    Here is more information about the system :
    SAP R/3 Kernel              46D_EXT
    Support package number      2283
    Thanks,
    Prabhakar Reddy.

    Thank you for your quick reply. Below is the log
    B
    B Wed Sep 29 06:15:32 2010
    B  create_con (con_name=R/3)
    B  Loading DB library 'E:\usr\sap\ING\SYS\exe\run\dboraslib.dll' ...
    B  Library 'E:\usr\sap\ING\SYS\exe\run\dboraslib.dll' loaded
    B  Version of library 'E:\usr\sap\ING\SYS\exe\run\dboraslib.dll' is "46D.00", patchlevel (0.2238)
    B  New connection 0 created
    M  relno      4640
    M  patchlevel 0
    M  patchno    2283
    M  intno      0
    M  pid        8144
    M
    M  ***LOG Q0Q=> tskh_init, WPStart (Workproc 9 8144) [dpxxdisp.c   976]
    I  MtxInit: -2 0 0
    X  EmInit: MmSetImplementation( 2 ).
    X  <ES> client 9 initializing ....
    X  Using implementation std
    M  <ES> Memory Reset enabled
    X  ES initialized.
    M  ThSysUsrCheck: clear T9
    M  calling db_connect ...
    C  Got NLS_LANG=AMERICAN_AMERICA.US7ASCII from environment
    C  Logon as OPS$-user to get SAPR3's password
    C  Connecting as /@ING on connection 0 ...
    C  *** ERROR => OCI-call 'olog' failed: rc = 12547
    [dboci.c      2460]
    C  *** ERROR => CONNECT failed with sql error '12547'
    [dboci.c      7025]
    C  Try to connect with default password
    C  Connecting as SAPR3/<pwd>@ING on connection 0 ...
    C  *** ERROR => OCI-call 'olog' failed: rc = 12547
    [dboci.c      2460]
    C  *** ERROR => CONNECT failed with sql error '12547'
    [dboci.c      7025]
    C  Got NLS_LANG=AMERICAN_AMERICA.US7ASCII from environment
    C  Logon as OPS$-user to get SAPR3's password
    C  Connecting as /@ING on connection 0 ...
    C  *** ERROR => OCI-call 'olog' failed: rc = 12547
    [dboci.c      2460]
    C  *** ERROR => CONNECT failed with sql error '12547'
    [dboci.c      7025]
    C  Try to connect with default password
    C  Connecting as SAPR3/<pwd>@ING on connection 0 ...
    C
    C Wed Sep 29 06:15:33 2010
    C  Now I'm connected to ORACLE using OCI_7 API
    C
    C Wed Sep 29 06:15:36 2010
    C  Database instance ing is running on TIRUINT04 with ORACLE version 9.2.0.4.0 since 20100929
    B  Connection 0 opened
    B  Wp  Hdl ConName              ConCnt ConState     TX  PRM RCT Date     Time
    B  000 000 R/3                  000000 ACTIVE       NO  YES NO  20100929 061532
    B  ***LOG BY2=> sql error 0      performing CON [dbsh    0707 ]
    B  ***LOG BY0=> ORA-00000: normal, successful completion
    [dbsh    0707 ]
    B  ***LOG BY2=> sql error 0      performing CON [dblink  0627 ]
    B  ***LOG BY0=> ORA-00000: normal, successful completion
    [dblink  0627 ]
    M  ***LOG R19=> tskh_init, db_connect ( DB-Connect 000256) [thxxhead.c   1188]
    M  in_ThErrHandle: 1
    M  *** ERROR => tskh_init: db_connect (step 1, th_errno 13, action 3) [thxxhead.c   8468]
    Edited by: prabhakaryc on Sep 29, 2010 2:03 PM

  • Fix Business Role / Technical Role assignment in Pending or Failed status

    Hi,
    We are facing issues with few users where Business role assignment or technical role assignment is going into Pending or failed status.
    None of the jobs are failing or throwing any error related with the changes.
    We are running IdM 7.2 version with SP8.
    Is there a way to fix this issue other than removing and reassigning or recreating ID.
    Regards,
    Manish

    Hi Manish,
    If technical role (priv) in failed status, please check Tero's reply in the below post. You can set a periodic job to read users and privs in failed status and use uRetryPrivilegeAdd() function to retry the assignment.
    Failed AD privileges
    I was able to find a document on how to set up the periodic job.
    Retry failed assignments (Privilege)
    You should try searching the forum and wiki for answers. Most of the issues are addressed by our community experts already. Thanks.
    Kind regards,
    Jai
    Message was edited by: Jai Suryan

  • Local disks are in FAIL status after installing the cluster

    The /var/adm/messages log isn't giving me much info to go on. This has happened twice now. After installing the cluster, my local disks are in a FAIL status and the cluster is not giving me much information why.
    It's a two-node cluster w/ x2100 M2s.
    Any ideas?
    -Hedo

    when I run cldevice status -v, it reports that the two local disks are in FAIL status on each node.
    That's all that's going on right now. Everything else seems to be perfect, other then those disks in FAIL status.
    == from /var/adm/messages ==
    Jan 15 10:17:38 frito Cluster.scdpmd: [ID 977412 daemon.notice] The state of the path to device: /dev/did/rdsk/d12s0 has changed to FAILED
    Jan 15 10:17:38 frito Cluster.scdpmd: [ID 977412 daemon.notice] The state of the path to device: /dev/did/rdsk/d11s0 has changed to FAILED
    -hedo.

  • ACE Module: Recover a real server probe-failed status

    How does the ACE module recover a real server that has entered a probe-failed status state? We are doing some testing, purposely dropping a servers interface. ACE recognizes the server as being down and show it in a probe-failed state. When we bring the system's interface back up, will ACE see this and automatically bring the state back into Operational status, or does someone have to do something on the ACE module?

    ACE continues to probe servers that are down or probe_failed. As soon as a server starts responding again its state will switch to alive again.
    Nothing to be done.
    Gilles.

  • Why does apple let you install the update if it's just going to fail?

    I got the 3GS maybe a month ago. I had issues running updates on my old iphone (the original) and used to have to go into apple's genius bar in order to do updates. I was sort of hoping that the updates would run fine on the 3GS, but 3.1.2 failed for me.
    Anyways, it gave me some error code and I followed the link to kb article TS1275: http://support.apple.com/kb/ts1275
    From there I discovered that port 443 wasn't open on my computer and that was probably the problem. So I opened it up and I'm trying to run the update again (although so far nothing is happening).
    My question is this: why would itunes let me try to run the update at all if I didn't meet the prerequisites? Since the update is obviously going to fail if port 443 is closed, why doesn't it verify that I have the port open before it tries to update?
    I'm just a little peeved that I have to drive an hour to go see the geniuses (yet again).

    I heart my ringtones! And I heart my iPhone too..
    Just a lil' humor..
    You can do 1 of two things..
    1-Call At&t to make your ringer longer
    2-Or you can try it yourself... (Found on another forum)
    The following codes should allow you to control the delay from 5 to 30 seconds on any GSM phone:
    * Status: *#61#[SEND] The status will report the delay (5, 10, 15.., up to 30) & the number where your calls are diverted if there is no answer.
    * Activate: *61*[number]*[delay]#[SEND] Use the number that was reported by the status & the delay can be set to (5, 10, 15, 20, 25, or 30) seconds.
    * Cancel: ##61#[SEND

  • SCVMM R2 - "Incomplete VM configuration" and other bugs like "failed" status

    Noticed a lot of machines in SCVMM go into an irreversible "INCOMPLETE VM CONFIGURATION" status.  All options to manage the machine are then grayed out.  A couple options like "repair" and "refresh" are available,
    neither of which solves the problem.  These machines are up and running with no related errors in our Hyper-V cluster.  There is also one in a "failed" status with the same symptoms.  
    When is this bug in SCVMM going be fixed?  This is supposed to be enterprise VM management software?  Right now, I can't even manage 10 virtual machines with SCVMM because of a BUG.  I have to
    go to the failover cluster manager or the Hyper-V manager.  
    I really don't want to wipe out the entire cluster from SCVMM and readd it, because removing the cluster from management uninstalls the SCVMM agent on all servers.  Needless to say, adding the cluster back to SCVMM management would (ridiculously) require
    a reboot of all servers in the cluster to "reclaim storage."  Just confirmed that this will happen in my test environment.
    If there is a supported way to fix this, please let me know. 
    I am by far not the only person that has noticed this problem (try google), but there are no good supported solutions out there.   

    Hi john,
    Possible causes for an Incomplete VM Configuration status include:
              A configuration file needed for this virtual machine is missing, was accidentally deleted, or is inaccessible because of insufficient permissions. Such files include the virtual hard disk files (.vhd)
    and any additional virtual hard disk files in a differencing disk hierarchy (associated with checkpoints), ISO images (.iso), virtual network configuration files (.vnc), and virtual floppy disks (.vfd). A missing configuration file can be the result of unmasking
    a LUN on a storage area network (SAN) to a different server.
              A virtual hard disk (.vhd) was deleted without removing the virtual hard disk from the virtual machine in Virtual Machine Properties.
              A library share was deleted, and an ISO image on the share was linked to a virtual machine deployed on a host.
              The .vmc file was manually updated or has become corrupted, and Virtual Machine Manager cannot parse the file.
              If a newly discovered virtual machine has Incomplete VM Configuration status, the cause is always a missing virtual hard disk. If other files are missing from the virtual machine—an ISO image (.iso),
    a virtual floppy disk (.vfd), or a virtual network configuration file (.vnc)—a job warning is logged without placing the virtual machine in an Incomplete VM Configuration state. To find out more about the issue that caused the Incomplete VM Config statue,
    view job details in Jobs view of the VMM Administrator Console for additional information. For information about using Jobs view, see "How to Monitor Jobs" (http://go.microsoft.com/fwlink/?LinkId=98633)
    in VMM Help.
    As to solution please refer to following article regarding this state :
    https://technet.microsoft.com/en-us/library/bb963764.aspx
    Best Regards,
    Elton Ji
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact [email protected] .
    1.  The config file for the virtual machine is not missing, the machines work flawlessly in Hyper-V manager and failover cluster manager.
    2.  None of the other solutions apply.
    3.  Why is "repair virtual machine" in the solution for this?  Absolutely does not work.
    Forgot to add, I now have a virtual machine that is showing that it has been migrating for days (in SCVMM only of course).
    What I believe happened is that SCVMM has a hard time recovering from the famous cluster errors for Hyper-V , 1146, 1230, 5120, and 5142.
    In my opinion, the fix is this:
    Have Microsoft fix the buggy SCVMM code.

  • Attestation SP09 : Eval attestation failed: Status=2 Text=0

    Hello Experts,
    Has anyone tried to make attestations work?
    Those are my steps :
    - Upgrade IDM components to SP09
    - Assign a user to a Privilege
    - Attestation task configuration (notification @ initialization + exception task on reject)
    - Modify MX_ATTEST_TASK and MX_ATTEST_NEXTDATE on privilege by a job
    - Houskeeping actions and intervals checks (frequetly)
    Result is :
    - Dispatcher pickup the date and launch the procédure to initiate the attestation.
    - Intial Email  is triggered.
    - But at dispatcher logs I got this error message "Eval attestation failed: Status=2 Text=0"
    - Nothing in mxi_attest_pending_action table or in TODO tab
    mxi_attest_state table says that status 2 is "Rejected", while the exception task is not trigerred....
    I'm starting to think that I'm missing something here. is there any other options to activate?
    Thanks,
    Fadoua

    Hi Fadoua,
    The message in the dispatcher log is a mistake, and can be ignored. Your attestation is initiated.
    The attestations are currently not available in the TODO tab, and are only reachable through the REST interface.
    See this note for general information about attestation: http://help.sap.com/saphelp_nwidmic_72/helpdata/en/c6/5a8c7867bb42eeb7de8db8e2c5a2e5/content.htm?frameset=/en/f2/14244e0fe24ba3a230f2613c477999/frameset.htm
    And these for the specific REST calls to list and process the attestations:
    Get Attestation Requests for Current User - SAP NetWeaver Identity Management REST Interface Version 2 - SAP Library
    Execute Attestation Decision - SAP NetWeaver Identity Management REST Interface Version 2 - SAP Library
    Hope this helps.
    Best regards
    John Erik Setsaas
    Senior Development Architect, IdM

  • While Opening HFM application getting Error : "A connection to the server has failed. (status=503)"

    Hi All,
    While Opening HFM application I'm getting Error : "A connection to the server has failed. (status=503)".
    I Checked the Doc ID 1516598.1 and tried to increase the timeout setting, which really didn't help.
    Where can check a log for this connection issue, not able to see any error in Starter or HFM server logs.
    Please help me to fix this issue.
    Server: Windows 2008 R2
    EPM Application: 11.1.2.2
    Database: Oracle 11g
    Regards,
    Rajeevan D

    Hi!!
         I am facing the same issue and have increased the timeout setting according to the Doc ID 1516598.1.
         When I open up the app, it takes more than 5 minutes but it just get little longer and I've got the error....
         My HFM is at 11.1.2.2.300 version.
    Server: Windows 2008 R2
    EPM Application: 11.1.2.2
    Database: Oracle 11g
    Thanks

  • Can the sequence pass/fail status be controlled in Test Stand?

    I have a sequence that contains a DoWhile loop. Within the loop are 5 or 6 steps that are executed. If the result of those steps is a fail the loop runs again until it passes or meets its allowable number of iterations. My problem is that if an iteration fails and then passes the result for the sequence is failed. Can the pass/fail status be controlled via an expression etc? I know I can create a subsequence and loop in it with the properties. I am just curious to know if there is a way it can be done like I have explained.
    Thanks in advance for any help,
    Troy

    Troy,
    You might be able to use the RunState.ThisContext.SequenceFailed property.  Set this equal to False after your loop runs, and the sequence should report as if it passed.
    John B.
    Applications Engineer
    National Instruments

  • How to STOP messages going into HOLD status very frequently

    I'm facing a problem in our Testing Environment where many messages are going to HOLD Status and also there are no messages in the System Error state.
    We are trying to resend all the messages in every "Conversation ID". After this some messages gets successful and some will go into Waiting status. We then cancel the messages in waiting status and resend all the messages in HOLD status and the process continues till all the messages in HOLD status in every Coversation ID were cleared.
    But this is a very very time consuming process.
    So can you please let me know if there is any solution to fix this prolem.
    Thanks,
    Pruthvi

    https://appleid.apple.com/cgi-bin/WebObjects/MyAppleId.woa/wa/directToSignIn?loc alang=en_US
    Go the the above
    Sign in. Go to the left side where it says phone numbers. Delete your number. Then save.
    Your iPhone friends will now get the red exclamation point that the message didn't deliver instead of it sending. Then your iPhone friend will force the message to go through as a text by long pressing the message and choosing send as text. Once tthey do that once you're set and all other messages will automatically send as texts for them to you. You just have to hope your iPhone friends realize to force the messages through as texts the first time around  but even if they don't at least they know they aren't reaching you and you aren't ignoring them.
    Does that help?

  • Error in EMS - Test failed - BAM-00553: Resources start operation

    All:
    I am setting up a JMS Module with Foreign Server. I have created 2 Modules....the 2nd one is exactly similar as the first one.
    I get an error: Test failed - BAM-00553: Resources start operation for destination jms/BAM01Topic failed when I do the Test for the EMS in BAM Architect.
    I have restarted BAM Managed Server and also the WLS server...doesn't help.
    Here are the config files:
    This works:
    <?xml version='1.0' encoding='UTF-8'?>
    <weblogic-jms xmlns="http://xmlns.oracle.com/weblogic/weblogic-jms" xmlns:sec="http://xmlns.oracle.com/weblogic/security" xmlns:wls="http://xmlns.oracle.com/weblogic/security/wls" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://xmlns.oracle.com/weblogic/weblogic-jms http://xmlns.oracle.com/weblogic/weblogic-jms/1.0/weblogic-jms.xsd">
    <foreign-server name="BAM_EBIZ_FOREIGN">
    <default-targeting-enabled>true</default-targeting-enabled>
    <foreign-destination name="BAM_OM_EBIZ">
    <local-jndi-name>jms/BAMEBIZTopic</local-jndi-name>
    <remote-jndi-name>Topics/XX_OM_MONITOR_Q</remote-jndi-name>
    </foreign-destination>
    <foreign-connection-factory name="BAM_EBIZ_CF">
    <local-jndi-name>jms/BAMEBIZTopicCF</local-jndi-name>
    <remote-jndi-name>TopicConnectionFactory</remote-jndi-name>
    </foreign-connection-factory>
    <initial-context-factory>oracle.jms.AQjmsInitialContextFactory</initial-context-factory>
    <jndi-property>
    <key>datasource</key>
    <value>jdbc/db/EBSAM</value>
    </jndi-property>
    </foreign-server>
    </weblogic-jms>
    This doesn't:
    <?xml version='1.0' encoding='UTF-8'?>
    <weblogic-jms xmlns="http://xmlns.oracle.com/weblogic/weblogic-jms" xmlns:sec="http://xmlns.oracle.com/weblogic/security" xmlns:wls="http://xmlns.oracle.com/weblogic/security/wls" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://xmlns.oracle.com/weblogic/weblogic-jms http://xmlns.oracle.com/weblogic/weblogic-jms/1.0/weblogic-jms.xsd">
    <foreign-server name="BAM001_FOREIGN">
    <default-targeting-enabled>true</default-targeting-enabled>
    <foreign-destination name="BAM001_EBIZ">
    <local-jndi-name>jms/BAM01Topic</local-jndi-name>
    <remote-jndi-name>Topics/XX_OM_BAM01_Q</remote-jndi-name>
    </foreign-destination>
    <foreign-connection-factory name="BAM001_EBIZ_CF">
    <local-jndi-name>jms/BAM01TopicCF</local-jndi-name>
    <remote-jndi-name>TopicConnectionFactory</remote-jndi-name>
    </foreign-connection-factory>
    <initial-context-factory>oracle.jms.AQjmsInitialContextFactory</initial-context-factory>
    <jndi-property>
    <key>datasource</key>
    <value>jdbc/db/EBSAM</value>
    </jndi-property>
    </foreign-server>
    </weblogic-jms>
    Any help will be greatly appreciated.
    Santanu

    Deepan,
    Here are the exports for EMS
    <?xml version="1.0"?>
    <OracleBAMExport Version="2025">
    <EMS Version="2" Name="FINISH_PAY_HIST" ID="8"^M
    <EnterpriseMessageSource version="6"><Description><EMSType>EMST.ORACLE</EMSType><Location><Part1>weblogic.jndi.WLInitialContextFactory</Part1>
    <Part2>t3://uslx46c.intranet.local:9001</Part2>
    <Part3>jms/BAMEBIZTopicCF</Part3>
    <Part4>jms/BAMEBIZTopic</Part4>
    <Part5>aiujd16</Part5>
    <Part6>###3aYwb6Ww68LmirhFwkn5I8wn7OxTPrkzUqM34Y6s1tI=</Part6>
    <Part7>8</Part7>
    <Part8>TEMP1</Part8>
    <Part9/>
    <Part10>/Test DO/FINISH_PAY_HIST</Part10>
    <Part11>1</Part11>
    <Part12>1</Part12>
    <Part13>1</Part13>
    <Part14>Yes</Part14>
    <Part15/>
    <Part16/>
    </Location><Fields><Field System="0"><ID>DummyName</ID><Key>off</Key><ProvidersName>DummyName</ProvidersName><DisplayName>DummyName</DisplayName><Type>String</Type><MaxSize>0</MaxSize><PackingSpec Type="XML"><BatchNamespaceURI/><MsgNamespaceURI/><BatchNode/><RootNode>ORDER</RootNode><Path/><DTPattern/><DTLanguage/><DTCountry/><DTVariant/><Fields Type="Tags"><Field Key="true" Type="String"><Name>EXTRACT_WEEK</Name><DisplayName>EXTRACT_WEEK</DisplayName></Field><Field Key="true" Type="String"><Name>EXTRACT_TYPE</Name><DisplayName>EXTRACT_TYPE</DisplayName></Field><Field Key="true" Type="String"><Name>ORG_ID</Name><DisplayName>ORG_ID</DisplayName></Field><Field Key="true" Type="String"><Name>ORDER_NUMBER</Name><DisplayName>ORDER_NUMBER</DisplayName></Field><Field Key="false" Type="String"><Name>RECEIPT_TYPE</Name><DisplayName>RECEIPT_TYPE</DisplayName></Field><Field Key="false" Type="String"><Name>PAYMENT_TYPE</Name><DisplayName>PAYMENT_TYPE</DisplayName></Field><Field Key="false" Type="String"><Name>BUCKET_HIGH</Name><DisplayName>BUCKET_HIGH</DisplayName></Field><Field Key="false" Type="String"><Name>BUCKET</Name><DisplayName>BUCKET</DisplayName></Field><Field Key="false" Type="String"><Name>ELAPSED_TIME</Name><DisplayName>ELAPSED_TIME</DisplayName></Field></Fields></PackingSpec></Field></Fields></Description></EnterpriseMessageSource>^M
    </EMS>
    </OracleBAMExport>
    <?xml version="1.0"?>
    <OracleBAMExport Version="2025">
    <EMS Version="2" Name="FINISH_PAY_HIST1" ID="9"^M
    <EnterpriseMessageSource version="6"><Description><EMSType>EMST.ORACLE</EMSType><Location><Part1>weblogic.jndi.WLInitialContextFactory</Part1>
    <Part2>t3://uslx46c.intranet.local:9001</Part2>
    <Part3>jms/BAM01TopicCF</Part3>
    <Part4>jms/BAM01Topic</Part4>
    <Part5>aiujd16</Part5>
    <Part6>###ojE/zWMN2kMfDgtjuKomSBqC7TiPgDCGT5rrmlH4yXs=</Part6>
    <Part7>8</Part7>
    <Part8>TEMP1</Part8>
    <Part9/>
    <Part10>/Test DO/FINISH_PAY_HIST1</Part10>
    <Part11>1</Part11>
    <Part12>1</Part12>
    <Part13>1</Part13>
    <Part14>Yes</Part14>
    <Part15/>
    <Part16/>
    </Location><Fields><Field System="0"><ID>DummyName</ID><Key>off</Key><ProvidersName>DummyName</ProvidersName><DisplayName>DummyName</DisplayName><Type>String</Type><MaxSize>0</MaxSize><PackingSpec Type="XML"><BatchNamespaceURI/><MsgNamespaceURI/><BatchNode/><RootNode>ORDER</RootNode><Path/><DTPattern/><DTLanguage/><DTCountry/><DTVariant/><Fields Type="Tags"><Field Key="true" Type="String"><Name>EXTRACT_WEEK</Name><DisplayName>EXTRACT_WEEK</DisplayName></Field><Field Key="true" Type="String"><Name>EXTRACT_TYPE</Name><DisplayName>EXTRACT_TYPE</DisplayName></Field><Field Key="true" Type="String"><Name>ORG_ID</Name><DisplayName>ORG_ID</DisplayName></Field><Field Key="true" Type="String"><Name>ORDER_NUMBER</Name><DisplayName>ORDER_NUMBER</DisplayName></Field><Field Key="false" Type="String"><Name>RECEIPT_TYPE</Name><DisplayName>RECEIPT_TYPE</DisplayName></Field><Field Key="false" Type="String"><Name>PAYMENT_TYPE</Name><DisplayName>PAYMENT_TYPE</DisplayName></Field><Field Key="false" Type="String"><Name>BUCKET_HIGH</Name><DisplayName>BUCKET_HIGH</DisplayName></Field><Field Key="false" Type="String"><Name>BUCKET</Name><DisplayName>BUCKET</DisplayName></Field><Field Key="false" Type="String"><Name>ELAPSED_TIME</Name><DisplayName>ELAPSED_TIME</DisplayName></Field></Fields></PackingSpec></Field></Fields></Description></EnterpriseMessageSource>^M
    </EMS>
    </OracleBAMExport>

  • Facing problems with network due which the phone goes into hangs status

    Facing problems with network due which the phone goes into hangs status.  some one help me with switching between 2g and 3G network

    Hi Mani Nair,
    I apologize, I'm a bit unclear on the exact nature of the issue you are describing. If you are talking about having issues with a 3G cellular data network, you may find the troubleshooting steps outlined in the following article helpful:
    iPhone cellular data connection issues
    Regards,
    - Brenden

Maybe you are looking for