ERecruiting - My Application not set to "Rejected" when Posting cancelled

Why does a Candidateu2019s application, under "My Applications",  still show a status of u201CIn Processu201D after a Recruiter has Withdrawn or Cancelled a posting/publication? Shouldnu2019t it show as u201CRejectedu201D? If so, is this a bug in SAP code or does a u201CWorkflowu201D need to be modified when this condition occurs to set the application_status in table HRP5132 to a value of u201C3-Rejectedu201D? Which "Workflow" would need to be modified?

All,
I fixed my issue by modifying two Workflows (Transaction PFTC). In short, I created a "custom" fix to handle a new Activity Type.
1. ERCActCreat - When new Activity Type detected, updated the Application Information (HRP5132-Appl_Status) and set the Application Status to 3-Rejected.
2. ERCStatChg - Changed Workflow to handle a new Status Reason and send out a Custom Correspondence.

Similar Messages

  • Not setting retension policy when MML in place .

    Hi,
    we are doing backups on Legato Networker. I've noticed that there is no retension policy set in rman repository.
    DBA claims thats the best solution, because Tape Library got their own policy ,and crosscheck does the work .
    RMAN catalog is 10.2.0.4 we are backuping DW 10.2. and OLTP 9.2.0.8 databases.
    What do You think about that ?
    Regards.
    Greg

    In that case Your rman catalog must be really huge ?
    Have You got any performance problem during backup tasks when repository is used ?
    Esspecially queries like:
    SELECT BS.BS_KEY KEY, BP.DEVICE_TYPE DEVICE_TYPE, TO_NUMBER(NULL) DFNUMBER, TO_NUMBER(NULL) CREATE_SCN, DBINC.RESET_SCN RESET_SCN, DBINC.RESET_TIME RESET_TIME,TO_NUMBER(NULL) P_SCN, TO_NUMBER(NULL) STOP_SCN, BRL.THREAD# LOGTHREAD, BRL.SEQUENCE# LOGSEQUENCE, TO_NUMBER(NULL) SETSTAMP, TO_NUMBER(NULL) SETCOUNT, MAX(BS.
                             COMPLETION_TIME) COMPTIME, 0 NBACKUPS FROM BRL, BS, BP, AL, DBINC WHERE DBINC.DBINC_KEY = :B3 AND BRL.DBINC_KEY = DBINC.DBINC_KEY AND AL.DBINC_KEY = :B3 AND BRL.THREAD# = AL.THREAD# AND BRL.SEQUENCE# = AL.SEQUENCE# AND (:B2 IS NULL OR :B2 =AL.THREAD#) AND (:B1 IS NULL OR :B1 = AL.SEQUENCE#) AND BRL.BS_KEY = BS.BS_KEY  AND BRL.BS_KEY = BP.BS_KEY AND BS.STATUS = 'A' GROUP BY BS.BS_KEY, BP.DEVICE_TYP
                             E, BP.COPY#, BS.PIECES, BRL.THREAD#, BRL.SEQUENCE#, DBINC.RESET_SCN, DBINC.RESET_TIME HAVING ((COUNT(DISTINCT BP.PIECE#) = BS.PIECES) AND (COUNT(DISTINCT BP.DEV      ICE_TYPE) = 1)) ORDER BY 9, 10, 13
                           SELECT AL_KEY, AL_RECID, AL_STAMP, THREAD#, SEQUENCE#, FNAME, LOW_SCN, LOW_TIME,           
                              NEXT_SCN, NEXT_TIME, RESET_SCN, RESET_TIME, BLOCKS, BLOCK_SIZE, STATUS, COMPLETION_TIME, 0, IS_RECOVERY_DEST_FILE, COMPRESSED, NVL(IS_STANDBY, 'N') STBY, TERMINAL FROM
                            AL, DBINC
    WHERE
           AL.DBINC_KEY = DBINC.DBINC_KEY AND DBINC.DB_KEY = :B17 AND ((:B16 = :B1 AND (:B15 IS NULL OR (:B15 = DBINC.RESET_SCN AND :B14 = DBINC.RESET_TIME))) OR (DBINC.DBINC_KEY = :B13 )) AND (:B12 IS NULL OR THREAD# = :B12 )
                              AND (:B11 IS NULL OR SEQUENCE# = :B11 ) AND NEXT_SCN > NVL(:B10 , 0) AND LOW_SCN < NVL(:B9 , :B8 ) AND (:B7 IS NULL OR LOW_TIME < :B7 ) AND (:B6 = 0 OR IS_RECOVERY_DEST_FILE = 'YES') AND (ARCHIVED = 'Y' OR (:B5 = :B1 AND ARCHIVED = 'N' AND    FNAME IS NOT NULL AND RESET_SCN = :B4 AND RESET_TIME = :B3 )) AND DBMS_RCVMAN.I
                             SSTATUSMATCH(STATUS,:B2 ) = :B1 UNION ALL SELECT DISTINCT TO_NUMBER(NULL), TO_NUMBER(NULL), -1, THREAD#, SEQUENCE#, TO_CHAR(NULL), LOW_SCN, LOW_TIME, NEXT_SCN,
                             NEXT_TIME, RESET_SCN, RESET_TIME, BLOCKS, BLOCK_SIZE, 'D', TO_DATE(NULL), 0, 'NO', 'NO', 'N', TERMINAL FROM BRL, DBINC WHERE BRL.DBINC_KEY = DBINC.DBINC_KEY AND
                              DBINC.DB_KEY = :B17 AND ((:B16 = :B1 AND (:B15 IS NULL OR (:B15 = DBINC.RESET_SCN AND :B14 = DBINC.RESET_TIME))) OR (DBINC.DBINC_KEY = :B13 )) AND (:B12 IS NUL
                             L OR THREAD# = :B12 ) AND (:B11 IS NULL OR SEQUENCE# = :B11 ) AND NEXT_SCN > NVL(:B10 , 0) AND LOW_SCN < NVL(:B9 , :B8 ) AND (:B7 IS NULL OR LOW_TIME < :B7 ) AN
                             D (:B6 = 0) UNION SELECT DISTINCT TO_NUMBER(NULL), TO_NUMBER(NULL), -1, THREAD#,
                              SEQUENCE#, TO_CHAR(NULL), LOW_SCN, LOW_TIME, NEXT_SCN, NEXT_TIME, RESET_SCN, RESET_TIME, BLOCKS, BLOCK_SIZE, 'D', TO_DATE(NULL), 0, 'NO', 'NO', 'N', TERMINAL F
                             ROM XAL, DBINC WHERE XAL.DBINC_KEY = DBINC.DBINC_KEY AND DBINC.DB_KEY = :B17 AND  ((:B16 = :B1 AND (:B15 IS NULL OR (:B15 = DBINC.RESET_SCN AND :B14 = DBINC.RESE
                             T_TIME))) OR (DBINC.DBINC_KEY = :B13 )) AND (:B12 IS NULL OR THREAD# = :B12 ) AND (:B11 IS NULL OR SEQUENCE# = :B11 ) AND NEXT_SCN > NVL(:B10 , 0) AND LOW_SCN <
                              NVL(:B9 , :B8 ) AND (:B7 IS NULL OR LOW_TIME < :B7 ) AND (:B6 = 0) ORDER BY 11,
                              12, 4, 5, 21 DESC, 18 DESC, 3 DESCtend to fill up temp space (when sorting output).
    I'belive its related to archivelog backups but not sure .
    Regards
    Greg

  • I downloaded Mavericks, but now I cannot launch Finder. When I right click it says "Application Not Responding."  And when I single click, it says "Finder Cannot be Opened."  I tried to contact Apple Support, but blocks the sharescreen from launching too.

    I'm not sure what the deal is...  It won't allow a multitude of programs to launch or run...  I re-installed Mavericks and tried repairing the disk, etc...  Does anyone have a fix?  Thank you!

    Hey John,
    I managed to search Consule from the spotlight and pull up the crash logs...  I had to Select, Copy, and Paste extremely quick, as the crash is in a continuous loop cycle and keeps filling the logs and deleting the old ones.
    Thank you in advanced for any help or suggestions!
    Process:         Finder [2536]
    Path:            /System/Library/CoreServices/Finder.app/Contents/MacOS/Finder
    Identifier:      com.apple.finder
    Version:         10.9 (10.9)
    Build Info:      Finder_FE-885000002000000~2
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [141]
    Responsible:     Finder [2536]
    User ID:         501
    Date/Time:       2013-11-17 13:05:26.597 -0600
    OS Version:      Mac OS X 10.9 (13A603)
    Report Version:  11
    Anonymous UUID:  3E8889CB-94A2-834F-02A8-6FBF6E56FCBA
    Crashed Thread:  6
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: EXC_I386_GPFLT
    External Modification Warnings:
    Thread creation by external task.
    Thread 0:: Dispatch queue: com.apple.main-thread
    0   com.apple.CoreFoundation                0x00007fff84b15531 CFDictionarySetValue + 1
    1   com.apple.CoreFoundation                0x00007fff84b51536 __CFBinaryPlistCreateObjectFiltered + 2342
    2   com.apple.CoreFoundation                0x00007fff84b73cf9 __CFBinaryPlistCreateObject + 57
    3   com.apple.Foundation                    0x00007fff89b7b02d _decodeObjectBinary + 3057
    4   com.apple.Foundation                    0x00007fff89b7a2dd _decodeObject + 288
    5   com.apple.AppKit                        0x00007fff8ac8fd23 -[NSNibConnector initWithCoder:] + 144
    6   com.apple.AppKit                        0x00007fff8ac8fb7e -[NSNibOutletConnector initWithCoder:] + 73
    7   com.apple.Foundation                    0x00007fff89b7ae22 _decodeObjectBinary + 2534
    8   com.apple.Foundation                    0x00007fff89b7bf2f -[NSKeyedUnarchiver _decodeArrayOfObjectsForKey:] + 1774
    9   com.apple.Foundation                    0x00007fff89b7c12b -[NSArray(NSArray) initWithCoder:] + 202
    10  com.apple.Foundation                    0x00007fff89b7ae22 _decodeObjectBinary + 2534
    11  com.apple.Foundation                    0x00007fff89b7a2dd _decodeObject + 288
    12  com.apple.AppKit                        0x00007fff8ac8e7b2 -[NSIBObjectData initWithCoder:] + 205
    13  com.apple.Foundation                    0x00007fff89b7ae22 _decodeObjectBinary + 2534
    14  com.apple.Foundation                    0x00007fff89b7a2dd _decodeObject + 288
    15  com.apple.AppKit                        0x00007fff8ac8e59f loadNib + 232
    16  com.apple.AppKit                        0x00007fff8ac8db9c +[NSBundle(NSNibLoading) _loadNibFile:nameTable:withZone:ownerBundle:] + 288
    17  com.apple.AppKit                        0x00007fff8af225b2 +[NSBundle(NSNibLoading) loadNibFile:externalNameTable:withZone:] + 140
    18  com.apple.AppKit                        0x00007fff8aff9c8c _NXLoadNib + 193
    19  com.apple.AppKit                        0x00007fff8aff969f -[NSAlert init] + 95
    20  com.apple.AppKit                        0x00007fff8b036658 +[NSAlert alertWithMessageText:defaultButton:alternateButton:otherButton:informativeTextW ithFormat:] + 141
    21  com.apple.AppKit                        0x00007fff8acb0119 __55-[NSPersistentUIRestorer promptToIgnorePersistentState]_block_invoke + 1038
    22  com.apple.AppKit                        0x00007fff8acafcce -[NSApplication _suppressFinishLaunchingFromEventHandlersWhilePerformingBlock:] + 28
    23  com.apple.AppKit                        0x00007fff8acafc6f -[NSPersistentUIRestorer promptToIgnorePersistentState] + 213
    24  com.apple.AppKit                        0x00007fff8acafb93 -[NSPersistentUIManager promptToIgnorePersistentState] + 28
    25  com.apple.AppKit                        0x00007fff8acaf9b4 -[NSApplication _reopenWindowsAsNecessaryIncludingRestorableState:registeringAsReady:completion Handler:] + 252
    26  com.apple.AppKit                        0x00007fff8acb2877 -[NSApplication _sendFinishLaunchingNotification] + 142
    27  com.apple.AppKit                        0x00007fff8acab1ca _DPSNextEvent + 1238
    28  com.apple.AppKit                        0x00007fff8acaa8db -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 122
    29  com.apple.AppKit                        0x00007fff8ac9e9cc -[NSApplication run] + 553
    30  com.apple.AppKit                        0x00007fff8ac89803 NSApplicationMain + 940
    31  com.apple.finder                        0x0000000106c685cc 0x106c62000 + 26060
    32  libdyld.dylib                           0x00007fff8537e5fd start + 1
    Thread 1:
    0   libsystem_kernel.dylib                  0x00007fff8be7ee6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff8dbf7f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff8dbfafb9 start_wqthread + 13
    Thread 2:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib                  0x00007fff8be7f662 kevent64 + 10
    1   libdispatch.dylib                       0x00007fff8d99c43d _dispatch_mgr_invoke + 239
    2   libdispatch.dylib                       0x00007fff8d99c152 _dispatch_mgr_thread + 52
    Thread 3:
    0   libsystem_kernel.dylib                  0x00007fff8be7ee6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff8dbf7f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff8dbfafb9 start_wqthread + 13
    Thread 4:
    0   libsystem_kernel.dylib                  0x00007fff8be7ee6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff8dbf7f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff8dbfafb9 start_wqthread + 13
    Thread 5:
    0   libsystem_kernel.dylib                  0x00007fff8be7ee6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff8dbf7f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff8dbfafb9 start_wqthread + 13
    Thread 6 Crashed:
    0   libsystem_c.dylib                       0x00007fff9031b541 __xvprintf + 106
    Thread 6 crashed with X86 Thread State (64-bit):
      rax: 0x0000000107472824  rbx: 0x00007fff75330002  rcx: 0x00007fff75335920  rdx: 0x00007fff75336480
      rdi: 0xffffffffffffffff  rsi: 0x0000000000000000  rbp: 0x0000000107472e04  rsp: 0x0000000107472804
       r8: 0x0000000107476bc0   r9: 0x0000000107472ef4  r10: 0x0000000107476c00  r11: 0x0000000000000246
      r12: 0x000000000000000a  r13: 0x0000000000000000  r14: 0xffffffffffffffff  r15: 0x00007fff75336480
      rip: 0x00007fff9031b541  rfl: 0x0000000000010202  cr2: 0x0000000107471050
    Logical CPU:     2
    Error Code:      0x00000000
    Trap Number:     13
    Binary Images:
           0x106c62000 -        0x107128ffd  com.apple.finder (10.9 - 10.9) <0B3CE495-BEB9-323B-9C50-CEBDF5C465F4> /System/Library/CoreServices/Finder.app/Contents/MacOS/Finder
        0x7fff6204a000 -     0x7fff6207d817  dyld (239.3) <D1DFCF3F-0B0C-332A-BCC0-87A851B570FF> /usr/lib/dyld
        0x7fff82bed000 -     0x7fff82d19fff  com.apple.MediaControlSender (1.9 - 190.4) <F5E934E1-D004-3C84-815A-961319F8C522> /System/Library/PrivateFrameworks/MediaControlSender.framework/Versions/A/Media ControlSender
        0x7fff82d1a000 -     0x7fff82d1dfff  libCoreVMClient.dylib (58.1) <EBC36C69-C896-3C3D-8589-3E9023E7E56F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
        0x7fff82d58000 -     0x7fff82daafff  libc++.1.dylib (120) <4F68DFC5-2077-39A8-A449-CAC5FDEE7BDE> /usr/lib/libc++.1.dylib
        0x7fff82dab000 -     0x7fff82db6ff7  com.apple.NetAuth (5.0 - 5.0) <C811E662-9EC3-3B74-808A-A75D624F326B> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
        0x7fff83059000 -     0x7fff83059ffd  com.apple.audio.units.AudioUnit (1.9 - 1.9) <6E89F3CB-CC41-3728-9F9A-FDFC151E8261> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
        0x7fff8305a000 -     0x7fff830a6ffe  com.apple.CoreMediaIO (401.0 - 4544) <44EBC0FE-DAD5-3711-96CB-05250F350A16> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
        0x7fff830a7000 -     0x7fff830d3fff  com.apple.CoreServicesInternal (184.8 - 184.8) <707E05AE-DDA8-36FD-B0FF-7F15A061B46A> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/Cor eServicesInternal
        0x7fff830d4000 -     0x7fff830eafff  com.apple.CoreMediaAuthoring (2.2 - 947) <B01FBACC-DDD5-30A8-BCCF-57CE24ABA329>

  • Higher Education cess not displayed in J2I6 when posted through J1IH

    Hi,
    We have passed an Excise JV through J1IH.
    BED, ECess and HECess accounts are credited and Excise Duty paid A/c is debited.
    All the values are posted properly. We have also checked the accounting document for this.
    But when we run the report J2I6 (after J2I5), HEcess value is not showing, where as all other values are displayed properly.
    Where may be the problem?
    Is there any SAP Note we need to apply?
    Regards,

    HI,
    There is no relation ship between your tax procedure (eg: TAXINN) and withholding tax confirguration.  Please check the does the higher education cess is getting posted or not when you post FI invoice.  If it's fine, it should post when you do MIRO.
    Withholding tax will not be posted when you do MIGO, it will be posted when you do MIRO only.
    Please use the same vendor for FI & MM invoices posting.  If still there is any issue in higher education cess posting - please check withholding tax configuration.
    Regards,
    Kiran Yelamarthy

  • Setting Content-Type when posting a SOAPMessage

    Hi,
    I have to change the Content-Type header before I send the SOAPMessage. But when I try to do that with code similar to the one below, the old header is used anyway. Any solution?
    SOAPMessage msg = createSOAPMessage();
    MimeHeaders headers = msg.getMimeHeaders();
    headers.setHeader("Content-Type", headers.getHeader("Content-Type")[0] + additionalParameters);
    SOAPConnectionFactory scf = SOAPConnectionFactory.newInstance();
    SOAPConnection con = scf.createConnection();
    SOAPMessage reply = con.call(msg, "http://localhost:8080");

    I've found that when calling the saveChanges() method on a SOAPMessage instance that doesn't have any attachments, the 'Content-Type' header is set to 'text/xml; charset="utf-8"'. So what you should do is that you should be sure to set the 'Content-Type' header after any possible changes to the message have been saved.
    SOAPMessage msg = createSOAPMessage();// Modify message by adding elements...
    // Save the changes made to the message and then
    // change the "Content-Type" header...
    if (msg.saveRequired()) {
    msg.saveChanges();
    MimeHeaders headers = msg.getMimeHeaders();
    headers.setHeader("Content-Type",
    headers.getHeader("Content-Type")[0] +
    additionalParameters);
    SOAPConnectionFactory scf =
    SOAPConnectionFactory.newInstance();
    SOAPConnection con = scf.createConnection();
    SOAPMessage reply = con.call(msg,
    "http://localhost:8080");
    Hope this helps!
    BR
    Daniel

  • GetResource is called when document root is not set

    hi,
    During redeploy of a small application i get the following error
    [runjava] <Oct 17, 2005 12:40:26 AM PDT> <Alert> <HTTP> <BEA-101043> <[ServletContext(id=616697,name=rsbservice,context-pat
    h=/rsbservice)] getResource is called when document root is not set.>
    [runjava] <Oct 17, 2005 12:40:26 AM PDT> <Alert> <HTTP> <BEA-101043> <[ServletContext(id=616697,name=rsbservice,context-pat
    h=/rsbservice)] getResource is called when document root is not set.>
    Can someone help me find what would have gone wrong in my application?
    NOTE: this error does not occur when i try to start my application for the first time.

    You must always give the browser an either an absolute URL from the top of
              the web server (not the
              web application) or a relative path from the current page.
              Sam
              "Vijay Kumar" <[email protected]> wrote in message
              news:[email protected]..
              > Hi
              >
              > I get the 'getResource is called when document root is not set.' error
              > when I access any files in the webapp with their absolute path.
              >
              > Environment: WIN/NT SP3, WL5.1 SP5 as the webserver and app server.
              >
              > My webapp located in d:\temp is deployed as foo
              > weblogic.httpd.webApp.foo=d:/temp
              >
              > For example:
              > I can access a file in d:\temp\secured\home.html using
              > test
              >
              > However if with in an html I try to access the file using the abs path
              > from doc root
              > test I get an error
              >
              > and I guess the default servlet looks for the servlet-context named
              > 'secured'
              >
              > Can someone tell me if I can set the documentRoot in the web.xml or
              > weblogic.xml
              > file OR if there is any other way to access to the file using the abs path
              > of /secured/test/test.html
              >
              >
              > Thanks in advance
              >
              > Vijay
              >
              >
              >
              >
              

  • JDOM "IllegalStateException: Root element not set" when reading file

    Hello, I am relatively new to XML. I am trying to read an xml document to parse some information out of it. I basically have a large amount of data I want to load into my program. I could program it all in as static arrays, but I thought xml would be easier, and make changes easier.
    I am trying to use JDOM, and have the project set up. My problem is when I read the document, it always gives a root element not set exception. Here is my xml file:
    <?xml version="1.0" encoding="UTF-8"?>
    <root>
        Contents
    </root>Very basic, I'm using this to get things started. Here is my code for reading it:
            SAXBuilder sb = new SAXBuilder();
            Document d = new Document();
            try {
                sb.build(new File("test1.xml"));
            catch (JDOMException jdome) {
                System.err.println(jdome);
            catch (IOException ioe) {
                System.err.println(ioe);
            d.getContent();Whenever I try to do anything with the contents of the Document, like d.getContent(), it always throws a java.lang.IllegalStateException: Root element not set. It reads the file successfully (as far as I can tell), but it's like the xml file is empty. I can't find anything on the web about this problem, and every tutorial says to do exactly what I've done, but never mention any possible problem. It can find the file, and I can write to an xml file as in other tutorials, but reading one in is a problem.
    I chose JDOM because it seemed simplest for just reading in a large amount of data and parsing it out into variables. This is a very simple project, so I don't want to spend a lot of time writing xml parsing code, I'm only using xml because it will probably be easier than hard coding the data. Would a different xml api be easier to use for my purposes?
    Message was edited by:
    hunter9000

    You must always give the browser an either an absolute URL from the top of
              the web server (not the
              web application) or a relative path from the current page.
              Sam
              "Vijay Kumar" <[email protected]> wrote in message
              news:[email protected]..
              > Hi
              >
              > I get the 'getResource is called when document root is not set.' error
              > when I access any files in the webapp with their absolute path.
              >
              > Environment: WIN/NT SP3, WL5.1 SP5 as the webserver and app server.
              >
              > My webapp located in d:\temp is deployed as foo
              > weblogic.httpd.webApp.foo=d:/temp
              >
              > For example:
              > I can access a file in d:\temp\secured\home.html using
              > test
              >
              > However if with in an html I try to access the file using the abs path
              > from doc root
              > test I get an error
              >
              > and I guess the default servlet looks for the servlet-context named
              > 'secured'
              >
              > Can someone tell me if I can set the documentRoot in the web.xml or
              > weblogic.xml
              > file OR if there is any other way to access to the file using the abs path
              > of /secured/test/test.html
              >
              >
              > Thanks in advance
              >
              > Vijay
              >
              >
              >
              >
              

  • FDM Error - object variable or with block variable not set

    Hi all,
    When i try to configure the authentication provider in the fdm load balance manager, I've got an error "object variable or with block variable not set".
    version: 11.1.2.1
    If anybody can help me to resolve this. I will be thankful to him/her
    Waiting for replies.
    Regards,
    Edited by: Antoine on Aug 9, 2011 10:33 AM

    Try the following resolution
    The error "Object Variable or With Block Variable Not Set" is caused when the FDM Service account does not have "Write" share permission to the FDMDATA folder structure, which resulted in the FDM Service account being unable to write the text file that is produced when running a SQL Integration Script. Without being able to write to the directory, the import process cannot complete successfully. Could you please verify the following and update the SR accordingly.
    1) From the FDM Login screen select "Add Application" from the drop down list
    2) Login with a valid user
    3) Highlight the application that is experiencing the issue and click "modify"
    4) Locate the "Application Path", this is the location of the FDM Application Files. Connect to the server hosting the FDMDATA folder.
    5) Right-click on the FDMDATA folder and choose "Properties"
    6) Click on the "Sharing" tab and click the "Permissions" button
    7) Click "Add" and enter the id of the FDM Service Account used for all the FDM Configs and click OK
    8) Check the "Full Control" box and click "Apply"
    9) Click OK to save the changes.

  • I get "application not found" when clicking on a http link in a mail, even after having set firefox as the default program for http links.

    After installing firefox 15.0, I can not open links form email or other office 2010 applications. I get "application not found" error. I tried setting firefox as the default program both manually (in the Windows default program panel) and automatically (having Firefox to do it automatically on startup (tools->options->advanced->General). I still have the error.

    That sounds odd. Is this error coming from a particular e-mail program you're using? It could be that that program has its own settings for which web browser to launch, ignoring the "default browser" setting in Windows.
    Does the same thing happen if you click on a web link from any other external (non-browser) application on your computer? If it happens with other apps too, I would suggest to re-download and install Firefox (www.mozilla.org) and see if that takes care of it.

  • Superseding Application Installed when NOT deployed and NOT set to Automatically Upgrade

    SCCM 2012 SP1  
    I have an application of Adobe Reader X which is deployed as "available" to the "All Workstations" collection.  (It is also installed as part of our OSD task sequence for all workstations, if that matters.) 
    Some months ago I packaged Adobe Reader XI and did NOT set it to supersede Adobe Reader X.  It was deployed as available to a small user collection.
    Flash forward to yesterday.  I wanted Reader XI to be available to all IS staff, but not to automatically install for any of them or to automatically replace existing Reader X installs for anyone.   I went into my existing Adobe Reader XI application
    and set it to supersede the Adobe Reader X deployment type.  I then deployed Adobe Reader XI as "Available" to my "IS Staff" user collection and did NOT select the "Automatically upgrade any superseded versions of this application." 
    Overnight, all existing installs of Adobe Reader X were replaced by Adobe Reader XI on all workstations that were powered on during the maintenance window.  I was understandably surprised and double-checked my deployment settings.  It *is* deployed
    as "available" to all IS staff and to the pre-existing user collection.  and verified that I do not have Adobe Reader XI deployed to ANY other collections other than the original small user collection and now to my IS Staff collection, both
    as "Available".
    I checked APPINTENTEVAL.log on some of the affected workstations and noted that once I had created the supersedence relationship, all workstations that I've checked started logging as "Applicability = Applicable" and as soon as the maintenance window
    started, they installed.
    I'm very confused.  I've used Application Supersedence many times, and it has never applied to a collection to which the superseding application was not deployed.  Can anyone suggest a mechanism I might have missed that made this app evaluate as
    applicable on every workstation that had Reader X deployed to it?  I'm confident that it should have have.

    Is Reader XI used in a (OSD) task sequence?
    Torsten Meringer | http://www.mssccmfaq.de

  • Getting "Message callback is not set." error in Windows application log.  Cause?

    I am running a very low volume (3-4 simulaneous users) video chat application on FMS version 4 and am seeing the following error generated from FMS (Core) about once or twice a week.
    Message callback is not set.
    Any idea what the cause of this might be and whether or not it is impacting anything?
    Additional information from the event log is as follows....
    Log Name:      Application
    Source:        FMS (Core)
    Date:          1/12/2012 9:07:28 AM
    Event ID:      1531
    Task Category: (263)
    Level:         Error
    Keywords:      Classic
    User:          N/A
    Computer:      TACVID01.cyracom.com
    Description:
    Message callback is not set.
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
      <System>
        <Provider Name="FMS (Core)" />
        <EventID Qualifiers="49152">1531</EventID>
        <Level>2</Level>
        <Task>263</Task>
        <Keywords>0x80000000000000</Keywords>
        <TimeCreated SystemTime="2012-01-12T16:07:28.000000000Z" />
        <EventRecordID>104668</EventRecordID>
        <Channel>Application</Channel>
        <Computer>TACVID01.cyracom.com</Computer>
        <Security />
      </System>
      <EventData>
        <Data>(Adaptor: _defaultRoot_, VHost: _defaultVHost_, IP: 209.94.129.251, App: VRIServer/_definst_, Protocol: rtmp, Client: 4702111234542092655, Handle: 2147745794) : 97 g 00 E8 0 BF BE 7F BA A8 0E | 0D | F F8 18 BB 87 A2 &lt; n 01 15 Q ED + 98 AD AE Z 8E ( 06 97 F8 02 9E 14 F6 BD f F5 F3 A5 E2 B5 [ 15 ( 83 FB A0 ` BD ` h FF A5 D6 9C E7 85 = A5 B 3 k 9B U 8A e B4 o ^ 0D 3 F3 / T 18 p R 14 F2 E1 E8 D1 D2 AC E2 EE F9 " C6 K 8D 06 a O s BC D9 A7 00 P f 1B T 1E A5 = H z 8A = C0 ) EE s 9C 19 &lt; ( F7 9 C0 14 C6 F1 1F FD 4 7F 0D FD B7 06 B \ B8 E M J C5 00 } U Q DD CA D3 DC # DC E5 R 95 D9 R 99 p 05 05 1E E7 06 @ 14 F0 A2 C9 03 # ! 93 C5 X AD C2 ] D1 E1 90 S DD 0F ; D3 A9 09 CB 99 E0 D5 E1 O F0 I $ 14 F 8F 06 % D8 ! 93 BC E FB A4 84 - = C1 _ K 8 H E0 0A 0C C4 16 E7 06 B 0F s 83 / B5 9D 15 n &gt; % FC t 05 80 P 8F 84 $ B0 E0 d E1 F E7 0B DC / 0C 92 C6 g BA DD X EF 9E 14 F8 0A 1A D4 E4 L g C7 C2 11 z AA 0D 10 10 FB DD 0C 83 ' 88 F0 C9 C0 14 E0 C8 ( B7 8 F0 d F1 0B 8E 80 DA @ FB 01 8C 82 16 80 P 8F F0 0 EF C3 . 15 + + s a AF C3 % 81 84 FA , AE F7 14 CB 1A x S FD F6 AA E ` D3 01 AA e - FB   d 2 R C8 13 - 87 E6 v 01 R A0 C9 W 85 E1 98 S FC B3 ` C1 02 R C5 02 E8 85 A2 A0 CE t 0C FC F F0 4 BF D0 C6 1A w D0 C9 E1 O i AA D5 DE 01 W * DF 97 q B 91 F2 E0 D1 A 00 AB + C3 ' 88 FF 0F % 1D CA A5 D1 K 06   F2 F8 0E 8F 9A d | C5 09 $ CF B1 D6 \ E1 0F 8E F1 $ " p S FD a DF % E1 , t l DA AA Z O N 85 = CE F3 M 0D &amp; F4 \ \ 94 D3 C2 85 86 N F1 E7 85 . E7 8 2 x R EE A4 CE 00 A7 88 FD AA : V r O A8 03 AA 15 ~ P T C5 14 B7 F 94 DA B1 F0 90 0A 16 C6 " A9 E6 D4 8E 87 CA 92 AB A3 A0 C9 C1 O F7 T A9 9C S 8A S Q K 84 BB @ 1 V FB G E2 K ` j B E2 EA 91 ] B7 F4 1A H @ : A8 18 ( T % E0 D3 81 8 D8 8F s 9A ` t 94 D6 C3 C0 14 14 x e 8A $ AA D5 B5 9 15 02 9E AD 13 s BF 06 88 0A v F6 CC L D6 12 06 D C2 AD 9 13 82 9E E7 J 97 ` 0D 85 d EA BB H 9E ' E2 1 R v ] E8 x C C8 B4 ' 86 \ " b F3 02 80 C6 C8 , b 80 h 01 @ , * o p d F1 . E7 06 ] l 99 O DA | 0C Z L ( DC | K B8 F3 84 7F B0 A4 a 1A 8 - 8 19 05 8D CE &lt; 16 F7 9 E2 BD C1 90 _ 0C 9E * CE 06 B 1F 0D J ` 2 00 A0 AF 99 p d F0 A7 BB   0E t 1C 03 M FC 19 &lt; ) F3 BD H . 95 94 ` C2 FF 8 1A E0 / / D6 4 18 W B8 E9 87 0E 85 = : k 01 85 FD 7F 01 86 z 06 97 FA % L Z 0D 03 E4 1C 09 d C6 * BC " 10 86 a O A0 AE 82 DC ` 09 0C C6 E0 C3 01 1E X 1A H   0A x S E2 b E C8 E " 80 C9 E1 _ 83 88 1 s 9E 14 FC B6 04 @ r Q DF B9 F9 C8 F7 09 C3 ' 88 F9 A0 A7 1D } 8F B0 19 C3 D5 BE ^ C2 _ g FC D0 EF C0 D1 A 8 O BA N 9A p AB F3 C3   A4 FC # $ &amp; 8D 9A 96 G AA = O 85 = CE o 00 C9 1B 8B 9A 6 F1 6 19 06 B &lt; BD T S F4 D0 w @ A4 m E0 86 ? C6 05 0F &lt; : 12 15 03 03 08 &gt; 06 19 F5 X 17 % 80 A4 BE 03 8 02 8F 06 A O T ; 03 19 A9 DC E1 D8 F6 @ 9 $ M E3 { C2 00 C9 E1 O t F6 88 BD 1F q H 19 F4 AB ' 8D 9E F4 F2 9E B4 16 $ DD 0E C8 C ' 85 &lt; 14 ? 06 06 10 B9 BF x F N = E8 B3 C8 8F 0E E7 1A E0 C0 D4 = ^ ) C4 v 0F 13 B8 E C6 F9 12 F6 8B 89 F7 85 E3 E2 ED 1D CB U D9 AC ( F9 M </Data>
      </EventData>
    </Event>

    I also have this error, in AMS 5.0.3. If I look in the logs, in core.00.log for instance, I also have the following error:
    Assert failed in .\core\FcRecordedStream.cpp line 2420
    Freaks me out a little. I'm not sure what this error means. I've googled it and still no one talks about this one so I'm in the void right now. I get this error multiple times in the log file, every few seconds when it starts.

  • HFM EPMA application deployment aborted with error Object reference not set

    HFM EPMA application deployment aborted with error Object reference not set to an instance of an object when trying to validate/deploy any HFM application in EPMA. This has started happending after we have deleted a Dimension in one of HFM applications. The deleted dimension is a shared dimension.
    We are facing this issue in a distributed environment with version 11.1.2.1. This applications are built here newly.
    Following is the error log entry
    16] ERROR Object reference not set to an instance of an object.
    at Hyperion.DimensionServer.CompareCriteria.<>c__DisplayClass5.<GetMemberClassProperties>b__4(Dimension dim)
    at Hyperion.DimensionServer.Library.IterateDimensions(Action`1 action)
    at Hyperion.DimensionServer.CompareCriteria.GetMemberClassProperties(ApplicationClass appClass, DimensionClass dimClass, MemberClass mbrClass)
    at Hyperion.DimensionServer.CompareCriteria.GetCommonMemberClassProperties(RelationshipMember fromMember, RelationshipMember toMember, ApplicationClass fromAppClass, ApplicationClass toAppClass)
    at Hyperion.DimensionServer.CompareMemberEvaluator.CompareProperties(RelationshipMember fromMember, RelationshipMember toMember, ApplicationClass fromAppClass, ApplicationClass toAppClass, List`1 propertyDifferences)
    at Hyperion.DimensionServer.CompareMemberEvaluator.Compare(RelationshipMember sourceMember, Application sourceApp, Application targetApp, Boolean firstPass, Int32 level, Boolean continueCheckingAfterDifferences)
    at Hyperion.DimensionServer.CompareMemberEvaluator.Compare(List`1 sourceTopMembers, List`1 targetTopMembers, Application sourceApp, Application targetApp, Boolean firstPass, Boolean continueCheckingAfterDifferences)
    at Hyperion.DimensionServer.CompareMemberEvaluator.Execute(List`1 fromTopMembers, List`1 toTopMembers, Dimension fromDimension, Dimension toDimension, Boolean continueCheckingAfterDifferences)
    at Hyperion.DimensionServer.CompareDimensionEvaluator.Execute(Dimension fromDimension, Dimension toDimension, ApplicationClass fromAppClass, ApplicationClass toAppClass)
    at Hyperion.DimensionServer.CompareEngine.CompareDimensions(Dimension fromDimension, Dimension toDimension)
    at Hyperion.DimensionServer.CompareEngine.StartCompare()
    at Hyperion.DimensionServer.Validations.HFMApplicationValidation.CheckStaticDimension(Library snapShot, Dimension dim, Application oldApp, String[] skipProperties)
    at Hyperion.DimensionServer.Validations.HFMApplicationValidation.CheckStaticDimensions(Application baselineApp)
    at Hyperion.DimensionServer.Validations.ApplicationValidation.ValidateAgainstBaseline()
    at Hyperion.DimensionServer.Validations.HFMApplicationValidation.InternalValidate()
    at Hyperion.DimensionServer.Validations.ApplicationValidation.Validate()
    at Hyperion.DimensionServer.Validations.ApplicationValidation.<ValidateAsync>b__0()System.NullReferenceException: Object reference not set to an instance of an object.
    at Hyperion.DimensionServer.CompareCriteria.<>c__DisplayClass5.<GetMemberClassProperties>b__4(Dimension dim)
    at Hyperion.DimensionServer.Library.IterateDimensions(Action`1 action)
    at Hyperion.DimensionServer.CompareCriteria.GetMemberClassProperties(ApplicationClass appClass, DimensionClass dimClass, MemberClass mbrClass)
    at Hyperion.DimensionServer.CompareCriteria.GetCommonMemberClassProperties(RelationshipMember fromMember, RelationshipMember toMember, ApplicationClass fromAppClass, ApplicationClass toAppClass)
    at Hyperion.DimensionServer.CompareMemberEvaluator.CompareProperties(RelationshipMember fromMember, RelationshipMember toMember, ApplicationClass fromAppClass, ApplicationClass toAppClass, List`1 propertyDifferences)
    at Hyperion.DimensionServer.CompareMemberEvaluator.Compare(RelationshipMember sourceMember, Application sourceApp, Application targetApp, Boolean firstPass, Int32 level, Boolean continueCheckingAfterDifferences)
    at Hyperion.DimensionServer.CompareMemberEvaluator.Compare(List`1 sourceTopMembers, List`1 targetTopMembers, Application sourceApp, Application targetApp, Boolean firstPass, Boolean continueCheckingAfterDifferences)
    at Hyperion.DimensionServer.CompareMemberEvaluator.Execute(List`1 fromTopMembers, List`1 toTopMembers, Dimension fromDimension, Dimension toDimension, Boolean continueCheckingAfterDifferences)
    at Hyperion.DimensionServer.CompareDimensionEvalua
    There was a bug in earlier releases for deleting dimensions with children, making the children orphans.
    Heard from release notes that it has been fixed, but we are seeing this issue in 11.1.2.1 again.
    Please help us out in resolving this error.

    Hi,
    I always ask this first, have you installed all the planning and epma patches as there have been many issues addressed in 9.3.1
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Failing to Delete/Remove Project Server Service Application, giving error "Object reference not set to an instance of an object"

    I have installed Project Server 2013 on SharePoint 2013, and installed the first PWA which worked. But I needed to change some configurations and so I deleted the PWA instances, but now I cannot delete the Project Server Service Application. Every attempt
    to delete the Service Application it gives the error above, namely:
    Sorry, something went wrong
    Object reference not set to an instance of an object.
    Technical Details
    Troubleshoot issues with Microsoft SharePoint Foundation.
    Correlation ID: ecaeaf9c-9fec-3049-ba23-d9a18337b9e2
    Date and Time: 8/18/2014 12:55:31 PM
    I'd urgently appreciate help.

    Thanks Paul for the reply. Here's the error, and the logs below covering the time the error occurred.
    I've tried to extract a section of the log file below:
    ==========================================================                                                        
    08/18/2014 19:20:19.07 w3wp.exe (0x542C)                      
    0x6DF4 SharePoint Foundation                 DistributedCache                             
    00000    Unexpected       SPDistributedCachePointerWrapper::InitializeDataCacheFactory - No cache hosts are present or running in the farm.
    08/18/2014 19:20:19.07 w3wp.exe (0x542C)                      
    0x6DF4 SharePoint Foundation                 DistributedCache                             
    ah24w   Unexpected       Unexpected Exception in SPDistributedCachePointerWrapper::InitializeDataCacheFactory for usage 'DistributedLogonTokenCache' - Exception 'System.InvalidOperationException: SPDistributedCachePointerWrapper::InitializeDataCacheFactory
    - No cache hosts are present or running in the farm.     at Microsoft.SharePoint.DistributedCaching.SPDistributedCachePointerWrapper.InitializeDataCacheFactory()'.     
    08/18/2014 19:20:19.07 w3wp.exe (0x542C)                      
    0x6DF4 SharePoint Foundation                 DistributedCache                             
    air4g      Monitorable       Token Cache: Failed to initialize SPDistributedSecurityTokenCache  Exception: 'System.InvalidOperationException: SPDistributedCachePointerWrapper::InitializeDataCacheFactory
    - No cache hosts are present or running in the farm.     at Microsoft.SharePoint.DistributedCaching.SPDistributedCachePointerWrapper.InitializeDataCacheFactory()     at Microsoft.SharePoint.DistributedCaching.SPDistributedCache..ctor(String
    name, TimeSpan timeToLive, SPDistributedCacheContainerType containerType, Boolean encryptData)     at Microsoft.SharePoint.IdentityModel.SPDistributedSecurityTokenCache..ctor(String name, TimeSpan timeToLive, SPDistributedCacheContainerType
    containerType, Boolean encrptyData, TimeSpan minimumTokenExpirationWindow)     at Microsoft.SharePoint.IdentityModel.SPDistributedSecurityTokenC...   
    08/18/2014 19:20:19.07*               w3wp.exe (0x542C)                      
    0x6DF4 SharePoint Foundation                         DistributedCache             
                   air4g      Monitorable       ...acheInitializer.Init(Object state)'.        
    08/18/2014 19:20:19.07 w3wp.exe (0x7240)                      
    0x7370  SharePoint Foundation                 General                      
                    af4yd     High       [Forced due to logging gap, cached @ 08/18/2014 19:20:18.99, Original Level: Verbose] TenantAppEtag
    record requested but there is no sitesubscription or tenantId for site {0} so we will use the WebApp Id for the cache.               f1c4af9c-7f7e-3049-ba23-ddc2aa2f9d7b
    08/18/2014 19:20:19.07 w3wp.exe (0x7240)                      
    0x7370  SharePoint Foundation                 Asp Runtime                                  
    aj1kp     High       [Forced due to logging gap, Original Level: Verbose] SPRequestModule.PreSendRequestHeaders     f1c4af9c-7f7e-3049-ba23-ddc2aa2f9d7b
    08/18/2014 19:20:19.10 w3wp.exe (0x7240)                      
    0x7370  Project Server                   Unified Logging Service                      
    b8fx       High       ULS Init Completed (w3wp.exe, Microsoft.Office.Project.Server.Native.dll)        f1c4af9c-7f7e-3049-ba23-ddc2aa2f9d7b
    08/18/2014 19:20:19.15 w3wp.exe (0x7240)                      
    0x7370                                  0x6FB7007                    
          6t8h       High                    [Forced due to logging gap, cached @ 08/18/2014 19:20:19.07, Original
    Level: Verbose] {0}            f1c4af9c-7f7e-3049-ba23-ddc2aa2f9d7b
    08/18/2014 19:20:19.15 w3wp.exe (0x7240)                      
    0x7370  Project Server                   Provisioning                      
    9or8                High       [Forced due to logging gap, Original Level: Verbose] Unprovisioning service app {0}        
    f1c4af9c-7f7e-3049-ba23-ddc2aa2f9d7b
    08/18/2014 19:20:19.16 w3wp.exe (0x7240)                       
    0x7370  Project Server                   Provisioning                      
    8ig5                High       Unregistering project psi shared application timer job.   f1c4af9c-7f7e-3049-ba23-ddc2aa2f9d7b
    08/18/2014 19:20:19.21 w3wp.exe (0x7240)                      
    0x7370  SharePoint Foundation                 General                      
                    8nca       Medium               Application error when access /_admin/ServiceApplicationDelete.aspx,
    Error=Object reference not set to an instance of an object.   at Microsoft.Office.Project.Server.Administration.PsiServiceApplication.get_ServiceAppTimerJob()     at Microsoft.Office.Project.Server.Administration.ProjectPSISharedApplicationTimerJob.Unregister(PsiServiceApplication
    psi)     at Microsoft.Office.Project.Server.Administration.PsiServiceApplication.Unprovision(Boolean deleteData)     at Microsoft.SharePoint.ApplicationPages.ServiceApplicationDeletePage.OkButton_Click(Object sender,
    EventArgs e)     at System.EventHandler.Invoke(Object sender, EventArgs e)     at System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument)     at System.Web.UI.Page.ProcessRequestMain(Boolean
    includeStagesBeforeAsyn...             f1c4af9c-7f7e-3049-ba23-ddc2aa2f9d7b
    08/18/2014 19:20:19.21*               w3wp.exe (0x7240)                      
    0x7370  SharePoint Foundation                 General                      
                    8nca       Medium               ...cPoint, Boolean includeStagesAfterAsyncPoint)           
    f1c4af9c-7f7e-3049-ba23-ddc2aa2f9d7b
    08/18/2014 19:20:19.23 w3wp.exe (0x7240)                      
    0x7370  SharePoint Foundation                 Runtime                                      
    tkau       Unexpected       System.NullReferenceException: Object reference not set to an instance of an object.    at Microsoft.Office.Project.Server.Administration.PsiServiceApplication.get_ServiceAppTimerJob()    
    at Microsoft.Office.Project.Server.Administration.ProjectPSISharedApplicationTimerJob.Unregister(PsiServiceApplication psi)     at Microsoft.Office.Project.Server.Administration.PsiServiceApplication.Unprovision(Boolean deleteData)    
    at Microsoft.SharePoint.ApplicationPages.ServiceApplicationDeletePage.OkButton_Click(Object sender, EventArgs e)     at System.EventHandler.Invoke(Object sender, EventArgs e)     at System.Web.UI.WebControls.Button.RaisePostBackEvent(String
    eventArgument)     at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoin... f1c4af9c-7f7e-3049-ba23-ddc2aa2f9d7b
    08/18/2014 19:20:19.23*               w3wp.exe (0x7240)                      
    0x7370  SharePoint Foundation                 Runtime                      
                    tkau       Unexpected       ...t)         f1c4af9c-7f7e-3049-ba23-ddc2aa2f9d7b
    08/18/2014 19:20:19.24 w3wp.exe (0x7240)                      
    0x7370  SharePoint Foundation                 General                      
                    ajlz0       High       Getting Error Message for Exception System.Web.HttpUnhandledException (0x80004005): Exception
    of type 'System.Web.HttpUnhandledException' was thrown. ---> System.NullReferenceException: Object reference not set to an instance of an object.     at Microsoft.Office.Project.Server.Administration.PsiServiceApplication.get_ServiceAppTimerJob()    
    at Microsoft.Office.Project.Server.Administration.ProjectPSISharedApplicationTimerJob.Unregister(PsiServiceApplication psi)     at Microsoft.Office.Project.Server.Administration.PsiServiceApplication.Unprovision(Boolean deleteData)    
    at Microsoft.SharePoint.ApplicationPages.ServiceApplicationDeletePage.OkButton_Click(Object sender, EventArgs e)     at System.EventHandler.Invoke(Object sender, EventArgs e)     at System.Web.UI.WebControls.Button.Rais...               
    f1c4af9c-7f7e-3049-ba23-ddc2aa2f9d7b
    08/18/2014 19:20:19.24*               w3wp.exe (0x7240)                      
    0x7370  SharePoint Foundation                 General                      
                    ajlz0       High       ...ePostBackEvent(String eventArgument)     at System.Web.UI.Page.ProcessRequestMain(Boolean
    includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)     at System.Web.UI.Page.HandleError(Exception e)     at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)    
    at System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)     at System.Web.UI.Page.ProcessRequest()     at System.Web.UI.Page.ProcessRequest(HttpContext context)    
    at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()     at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)   f1c4af9c-7f7e-3049-ba23-ddc2aa2f9d7b
    08/18/2014 19:20:19.32 w3wp.exe (0x14A4)                      
    0x6508  SharePoint Foundation                 DistributedCache                             
    00000    Unexpected       SPDistributedCachePointerWrapper::InitializeDataCacheFactory - No cache hosts are present or running in the farm. 67c4af9c-afed-3049-ba23-d538b7dde463
    08/18/2014 19:20:19.32 w3wp.exe (0x14A4)                      
    0x6508  SharePoint Foundation                 DistributedCache                             
    ah24w   Unexpected       Unexpected Exception in SPDistributedCachePointerWrapper::InitializeDataCacheFactory for usage 'DistributedLogonTokenCache' - Exception 'System.InvalidOperationException: SPDistributedCachePointerWrapper::InitializeDataCacheFactory
    - No cache hosts are present or running in the farm.     at Microsoft.SharePoint.DistributedCaching.SPDistributedCachePointerWrapper.InitializeDataCacheFactory()'.               
    67c4af9c-afed-3049-ba23-d538b7dde463
    08/18/2014 19:20:19.32 w3wp.exe (0x14A4)                      
    0x6508  SharePoint Foundation                 DistributedCache                             
    air4g      Monitorable       Token Cache: Failed to initialize SPDistributedSecurityTokenCache  Exception: 'System.InvalidOperationException: SPDistributedCachePointerWrapper::InitializeDataCacheFactory
    - No cache hosts are present or running in the farm.     at Microsoft.SharePoint.DistributedCaching.SPDistributedCachePointerWrapper.InitializeDataCacheFactory()     at Microsoft.SharePoint.DistributedCaching.SPDistributedCache..ctor(String
    name, TimeSpan timeToLive, SPDistributedCacheContainerType containerType, Boolean encryptData)     at Microsoft.SharePoint.IdentityModel.SPDistributedSecurityTokenCache..ctor(String name, TimeSpan timeToLive, SPDistributedCacheContainerType
    containerType, Boolean encrptyData, TimeSpan minimumTokenExpirationWindow)     at Microsoft.SharePoint.IdentityModel.SPDistributedSecurityTokenC...               
    67c4af9c-afed-3049-ba23-d538b7dde463
    08/18/2014 19:20:19.32*               w3wp.exe (0x14A4)                      
    0x6508  SharePoint Foundation                         DistributedCache             
                   air4g      Monitorable       ...acheInitializer.Init(Object state)'.        
    67c4af9c-afed-3049-ba23-d538b7dde463
    08/18/2014 19:20:19.38 w3wp.exe (0x7240)                      
    0x7370  SharePoint Foundation                 Upgrade                      
                    aiaih       High       [Forced due to logging gap, Original Level: Verbose] desiredVersion: {0}               
    f1c4af9c-7f7e-3049-ba23-ddc2aa2f9d7b
    08/18/2014 19:20:19.41 w3wp.exe (0x7240)                      
    0x7370  SharePoint Foundation                 General                      
                    aat87     Monitorable                      f1c4af9c-7f7e-3049-ba23-ddc2aa2f9d7b
    08/18/2014 19:20:19.43 w3wp.exe (0x7240)                      
    0x7370  SharePoint Foundation                 DistributedCache                             
    00000    Unexpected       SPDistributedCachePointerWrapper::InitializeDataCacheFactory - No cache hosts are present or running in the farm. f1c4af9c-7f7e-3049-ba23-ddc2aa2f9d7b
    08/18/2014 19:20:19.43 w3wp.exe (0x7240)                      
    0x7370  SharePoint Foundation                 DistributedCache                             
    ah24w   Unexpected       Unexpected Exception in SPDistributedCachePointerWrapper::InitializeDataCacheFactory for usage 'DistributedViewStateCache' - Exception 'System.InvalidOperationException: SPDistributedCachePointerWrapper::InitializeDataCacheFactory
    - No cache hosts are present or running in the farm.     at Microsoft.SharePoint.DistributedCaching.SPDistributedCachePointerWrapper.InitializeDataCacheFactory()'.               
    f1c4af9c-7f7e-3049-ba23-ddc2aa2f9d7b
    08/18/2014 19:20:19.43 w3wp.exe (0x7240)                      
    0x7370  SharePoint Foundation                 General                      
                    ajb4s     Monitorable       ViewStateLog: Failed to write to the velocity cache:
    http://sharepoint:48488/_admin/ServiceApplicationDelete.aspx?id=24024e6bfd8f486ea7ab0b68658ce165&IsDlg=1               
    f1c4af9c-7f7e-3049-ba23-ddc2aa2f9d7b
    08/18/2014 19:20:19.46 w3wp.exe (0x7240)                      
    0x7370  SharePoint Foundation                 Monitoring                                   
    b4ly        Medium               Leaving Monitored Scope (Request (POST:http://sharepoint:48488/_admin/ServiceApplicationDelete.aspx?id=24024e6bfd8f486ea7ab0b68658ce165&IsDlg=1)).
    Execution Time=550.415729455012 f1c4af9c-7f7e-3049-ba23-ddc2aa2f9d7b
    08/18/2014 19:20:20.08 w3wp.exe (0x542C)                      
    0x6EC4  SharePoint Foundation                 DistributedCache                             
    00000    Unexpected       SPDistributedCachePointerWrapper::InitializeDataCacheFactory - No cache hosts are present or running in the farm.
    08/18/2014 19:20:20.08 w3wp.exe (0x542C)                      
    0x6EC4  SharePoint Foundation                 DistributedCache                             
    ah24w   Unexpected       Unexpected Exception in SPDistributedCachePointerWrapper::InitializeDataCacheFactory for usage 'DistributedLogonTokenCache' - Exception 'System.InvalidOperationException: SPDistributedCachePointerWrapper::InitializeDataCacheFactory
    - No cache hosts are present or running in the farm.     at Microsoft.SharePoint.DistributedCaching.SPDistributedCachePointerWrapper.InitializeDataCacheFactory()'.     
    08/18/2014 19:20:20.08 w3wp.exe (0x542C)                      
    0x6EC4  SharePoint Foundation                 DistributedCache                             
    air4g      Monitorable       Token Cache: Failed to initialize SPDistributedSecurityTokenCache  Exception: 'System.InvalidOperationException: SPDistributedCachePointerWrapper::InitializeDataCacheFactory
    - No cache hosts are present or running in the farm.     at Microsoft.SharePoint.DistributedCaching.SPDistributedCachePointerWrapper.InitializeDataCacheFactory()     at Microsoft.SharePoint.DistributedCaching.SPDistributedCache..ctor(String
    name, TimeSpan timeToLive, SPDistributedCacheContainerType containerType, Boolean encryptData)     at Microsoft.SharePoint.IdentityModel.SPDistributedSecurityTokenCache..ctor(String name, TimeSpan timeToLive, SPDistributedCacheContainerType
    containerType, Boolean encrptyData, TimeSpan minimumTokenExpirationWindow)     at Microsoft.SharePoint.IdentityModel.SPDistributedSecurityTokenC...   
    08/18/2014 19:20:20.08*               w3wp.exe (0x542C)                      
    0x6EC4  SharePoint Foundation                         DistributedCache             
                   air4g      Monitorable       ...acheInitializer.Init(Object state)'.        
    08/18/2014 19:20:20.30 OWSTIMER.EXE (0x09C4)                             
    0x09F8  SharePoint Foundation                 Monitoring                                   
    nasq      Medium               Entering monitored scope (Timer Job SchedulingUnpublish). Parent No acba9844-723f-4477-901c-adfdcae98e4e
    08/18/2014 19:20:20.30 OWSTIMER.EXE (0x09C4)                             
    0x09F8  SharePoint Foundation                 Logging Correlation Data               xmnv    
    Medium               Name=Timer Job SchedulingUnpublish  f1c4af9c-ffd4-3049-ba23-d4fe1cc1d1d7
    08/18/2014 19:20:20.31 OWSTIMER.EXE (0x09C4)                             
    0x0A10 SharePoint Foundation                 Monitoring                                   
    nasq      Medium               Entering monitored scope (Timer Job SchedulingUnpublish). Parent No 5dbf5387-ba14-4980-bc61-5ba5490870fa
    ==============================================
    Thanks for the attention.

  • When starting my Azure project in local debug mode, I get "Object reference not set to instance of an object" ...

     ... And then what happens is the application fails to start.  I have the cloud service set as the startup project, and the HttpFacingInterface project, an MVC application, set as the only role.  I have tried loading and unloading everything
    as well as deleteing the role and re-adding it in the cloud service.  I'm not sure when this started, as I had been working on a third project in the solution, a unit test project, which also exists but isnt added as a role to the cloud service.  Please
    help, I'd like the application to run normally.

    hi Nathan,
    Thanks for posting!
    Did you want to add the UnitTest Project as a role into your azure project? Or Did you want to remove it?
    If you want to add "UnitTest Project " as a role, the answer is no. This type project is only used as a test performance of your project. If you want to remove it from your project, you could right click on it, and select "remove
    " directly. Or you could disable the checkbox on new project page, like this picture:
    Also, you could refer to this solution from this page (http://www.amido.co.uk/mark-omahoney/publishing-in-windows-azure-object-reference-not-set-to-an-instance-of-an-object/
    Hope it helps.
    If I am misunderstanding, please let me know.
    Regards,
    Will
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • JAVA_HOME not set when running a task via CRON

    On my Solaris 11 server I have created an entry in the root user CRON tab to launch a groovy based application every weekend. The application runs fine under a non-root user. When run by CRON however, the following error message gets emited:
    groovy: JAVA_HOME not set and cannot find javac to deduce location, please set JAVA_HOME
    Which is weird, as I have the following lines at the end of my /etc/profile file:
    JAVA_HOME=/usr/jdk/instances/jdk1.7.0
    export JAVA_HOME
    GROOVY_HOME=/usr/local/bin/groovy-2.1.3
    export GROOVY_HOME
    PATH=${PATH}:${GROOVY_HOME}/bin:${JAVA_HOME}/bin
    export PATH
    Please advice me where to look for the cause of this problem.
    Thank you in advance,
    Dusan

    I have the following command
          /usr/local/bin/groovy-2.1.3/bin/groovy /usr/local/bin/backup/prune_old_backups.groovy
    How do I add the JAVA_HOME variable into it?
    Thank you,
    Dusan

Maybe you are looking for