Approved objectives are lost if employee's supervisor is changed

1)Employee sets and finished the objectives
2)Supervisor approved the employee's objectives
3)Supervisor is resigned
4)New Supervisor is attached to the employee from Assignment Screen
5)Ran the program "Publish Performance Management Plan"
6)Now the employee cannot see his/her objectives
Appraisal is not started yet. How to get the lost objectives?
Thanks in advance.

Please go through the metalink ID: 452448.1(How An Employee Can Update The Track Objectives Progress Page) hope this would be helpful where as we r working on R12 and we needed RUP6 where we could solve this issue.

Similar Messages

  • Performance Management Objectives are stored Table?

    Hi Friends,
    When i click on Add Objective using Performance Management page i.e the SSHR page
    I am getting the following fields:
    Objective Name
    Created By
    Start Date
    Target Date
    Next Review Date
    Group (Has a list of departments)
    Priority
    Weighting Scale
    Complete (%)
    Achievement Date
    I would like to know if these fields are stored in which table immediately.
    but after transfer the objects to manager, the manager Review worker changes then PER_OBJECTIVES table populated.
    but i want to before which table these objective are stored.
    Please help

    Hi avajain,
    per_performance_tatings fine.
    but i want to objective status informantion.
    means manager created objective send to employee that time status is WKR, Then employee changes and send to manger that time status APPROVAL like way..
    these objective status which table stored.
    can u help me any body
    thanks and regards
    rkrao.

  • After saving PDF static files, reader extended privileges (ARES) are lost

    Hi,
    Technical information:
    LiveCycle 7.0 (which came with Acrobat Professional)
    ARES 7.0
    Reader 7.0.0, 7.0.1 and 7.0.2
    Windows 2000
    PDF Static file type (as we are not dynamically adding/removing document objects)
    Scenario:
    PDF contains javascript to change the background and border colour of form fields (e.g. node.fillColor = '255,255,170' changed to '192,192,192') to denote enabled/disabled fields.
    PDFs are reader extended, so, user should be able to enter and save data on the documents multiple times.
    Problem:
    Reader extension rights of PDFs were lost. For example, in Reader, open document, update/enter data, save, and close. Do this multiple times and make sure one of the form fields background colour changes. When the document is re-opened its reader extension privileges are lost and user is no longer able to update/enter data on the document.
    This worked with our pilot forms (using AcroForm and ARES 6.0)
    ADOBE Explanation:
    The underlying XFA document is changed when the form field's background property was changed, hence, it is no longer a static form and its reader extended rights has changed.
    Resolution:
    PDF's file type changed from Static to Dynamic. Some logically driven functions will have to be changed/duplicated (e.g. calling enabling/disabling function(s) from the documents' docReady event).
    Have to use Reader 7.0.2 to be able to open, update, save, and close document multiple times without loosing reader extended rights.
    Hope this helps others
    Regards
    Jen

    Hi <br /><br />I think I am experiencing with similar issue , I am trying to do dynamic form filling using java. For this I created template wtih 4 text fields using adbobe Life Cycle designer 7.0. When I try to populate these fields through my java program, I am getting the below error<br />Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: -1        at com.cete.dynamicpdf.merger.x.a(Unknown Source)<br />        at com.cete.dynamicpdf.merger.x.<init>(Unknown Source)<br />        at com.cete.dynamicpdf.merger.PdfDocument.j(Unknown Source)<br />        at com.cete.dynamicpdf.merger.PdfDocument.<init>(Unknown rce)<br />      at com.cete.dynamicpdf.merger.PdfDocument.<init>(Unknown Source)<br />    at com.cete.dynamicpdf.merger.MergeDocument.<init>(Unknown Source)<br />        at CitiAcroFormFill.main(CitiAcroFormFill.java:26)<br /><br />I think the template had saved with Cross reference .when I use designer 7.0. How do I create and save my template as static pdf templates without having cross reference stuff?

  • Flex SDK 3.2 : Unmarshalling issue : SOAP objects are not deserialized completely

    Hi everybody !
    I have a strange problem with SOAP deserialization in flex 3.2, and I thought this forum will be the best place to get answers ...
    When I try to fetch some objects (like the ones shown below), the XMLDecoder does not deserialize all the properties.
    In this case, it stops at the property named "rating". After it, all other data are lost.
    I've used the flex builder debugger to locate the problem, and this lead me to the following method in the XMLDecoder class :
    getApplicableValues(parent:*, valueElements:XMLList, name:QName,context:DecodingContext, maxOccurs:uint):XMLList:
    State of the variables, before the "bug" :
    The strange behavior appears after the five first properties had been deserialized correctly.
    At this step : startIndex = 5, and the next property to unmarshall is "user" (according to the MExpertNotes object mapping)
    the valueElement's list contains the following elements :
    to simplify the notation, I will write only the position in the list and the xml tag name (see the complete soap response for more details at the end of this post)
    (position, fieldName)
    (0, ID) -> inherited from MotocycletteObjectImpl
    (1,comment)
    (2, noteValidation) (a Bean, never returned by our service -> set to null)
    (3,noteValidationID)
    (4,rating)
    (5,timeOfCreation) -> inherited from MotocycletteObjectImpl
    (6,user) (a Bean, never returned by our service -> set to null)
    (7,userExpert) (a Bean, never returned by our service -> set to null)
    (8,userExpertID)
    (9,userID)
    (10,version) -> inherited from MotocycletteObjectImpl
    when it enters the for loop, at the first iteration the valueElements[i].name is equals to "timeOfCreation" and the name parameter is equal to "user".
    so this test : if (name == null || valueElements[i].name() == name
    || ((name.uri == "" || name.uri == null)
    && name.localName == valueElements[i].name().localName))
    returns false. The skipAhead variable is set to false (and i don't understand why). It stops iterating over the valueElementList, and so, skips all other properties.
    Is this a bug ? Does a workaround exists ?
    This affects many of our objects.
    Any help would be greatly appreciated.
    Best regards,
    Jules Pajot
    R&D engineer for Mikros Image
    www.mikrosimage.fr
    [EDIT] : My Message was too long, so I put the complete message here :
    http://docs.google.com/View?docid=dd6j35ft_38grb9c7cr
    PS : I apologize for my english wich is far from perfect :)
    As a reminder , the XMLDecoder class method ( line 2204 ):

    <div class=Section1><br /><br /><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";<br />color:#1F497D'>The holidays are starting here.  The experts in the area may<br />already be away.  Please file a bug.  It might help if you can simplify your<br />test case to use an XML file that is local so we don&#8217;t need your server<br />connection.<o:p></o:p></span></p><br /><br /><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";<br />color:#1F497D'><o:p> </o:p></span></p><br /><br /><div style='border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0in 0in 0in'><br /><br /><p class=MsoNormal><b><span style='font-size:10.0pt;font-family:"Tahoma","sans-serif"'>From:</span></b><span<br />style='font-size:10.0pt;font-family:"Tahoma","sans-serif"'> Jules Pajot<br />[mailto:[email protected]] <br><br /><b>Sent:</b> Tuesday, December 23, 2008 9:05 AM<br><br /><b>To:</b> [email protected]<br><br /><b>Subject:</b> Re: Flex SDK 3.2 : Unmarshalling issue : SOAP objects are not<br />deserialized completely<o:p></o:p></span></p><br /><br /></div><br /><br /><p class=MsoNormal><o:p> </o:p></p><br /><br /><p class=MsoNormal style='margin-bottom:12.0pt'>A new message was posted by<br />Jules Pajot in <br><br /><br><br /><b>Developers</b> --<br><br />  Flex SDK 3.2 : Unmarshalling issue : SOAP objects are not<br />deserialized completely<br><br /><br><br />Nobody has an idea about my problem ? <o:p></o:p></p><br /><br /><div class=MsoNormal><br /><br /><hr size=2 width=200 style='width:150.0pt' align=left><br /><br /></div><br /><br /><p class=MsoNormal style='margin-bottom:12.0pt'>View/reply at <a<br />href="http://www.adobeforums.com/webx?13@@.59b74f93/0">Flex SDK 3.2 :<br />Unmarshalling issue : SOAP objects are not deserialized completely</a><br><br />Replies by email are OK.<br><br />Use the <a<br />href="http://www.adobeforums.com/webx?280@@.59b74f93!folder=.3c060fa3">unsubscribe</a>< br />form to cancel your email subscription.<o:p></o:p></p><br /><br /></div>

  • How to verify whether the persistence unit objects are persistent or not?

    How to verify whether the persistence unit objects are persistent or not?
    I have successfully configure and deploy the Employees object as a persistence unit in Oracle Coherence according to the guide of Chapter 6 of Tutorial for Oracle Coherence 3.5.
    Using the RunEmployeeExample script, I have got the right results. I can see that after the cache object is updated, the database table (Employees) is also updated accordingly. The following is the output:
    2009-11-05 11:09:55.043/53.467 Oracle Coherence GE 3.5.2/463 <D5> (thread=Cluster, member=1): Member(Id=2, Timestamp=2009-11-05 11:09:54.867, Add
    ress=192.168.8.80:8089, MachineId=24656, Location=process:1684, Role=OracleRunEmployeeExample) joined Cluster with senior member 1
    2009-11-05 11:09:55.604/54.028 Oracle Coherence GE 3.5.2/463 <D5> (thread=Cluster, member=1): Member 2 joined Service Management with senior memb
    er 1
    2009-11-05 11:09:56.885/55.309 Oracle Coherence GE 3.5.2/463 <D5> (thread=Cluster, member=1): TcpRing: connecting to member 2 using TcpSocket{Sta
    te=STATE_OPEN, Socket=Socket[addr=/192.168.8.80,port=8089,localport=4084]}
    2009-11-05 11:09:57.847/56.281 Oracle Coherence GE 3.5.2/463 <D5> (thread=Cluster, member=1): Member 2 joined Service JpaDistributedCache with se
    nior member 1
    2009-11-05 11:09:57.917/56.341 Oracle Coherence GE 3.5.2/463 <D5> (thread=DistributedCache:JpaDistributedCache, member=1): Service JpaDistributed
    Cache: sending ServiceConfigSync containing 258 entries to Member 2
    2009-11-05 11:10:04.086/62.510 Oracle Coherence GE 3.5.2/463 <D5> (thread=DistributedCache:JpaDistributedCache, member=1): Deferring the distribu
    tion due to 1 pending configuration updates
    [EL Info]: 2009-11-05 11:10:14.36--ServerSession(2883071)--EclipseLink, version: Eclipse Persistence Services - 1.1.1.v20090430-r4097
    [EL Info]: 2009-11-05 11:10:22.312--ServerSession(2883071)--file:/C:/JDeveloper/mywork/AppJPA/JPA/classes/-JPA login successful
    2009-11-05 11:10:24.305/82.729 Oracle Coherence GE 3.5.2/463 <D5> (thread=DistributedCache:JpaDistributedCache, member=1): 3> Transferring 128 ou
    t of 257 primary partitions to member 2 requesting 128
    2009-11-05 11:10:25.697/84.121 Oracle Coherence GE 3.5.2/463 <D4> (thread=DistributedCache:JpaDistributedCache, member=1): 1> Transferring 129 ou
    t of 129 partitions to a node-safe backup 1 at member 2 (under 129)
    2009-11-05 11:10:25.857/84.281 Oracle Coherence GE 3.5.2/463 <D5> (thread=DistributedCache:JpaDistributedCache, member=1): Transferring 0KB of ba
    ckup[1] for PartitionSet{128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151,
    152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180,
    181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209,
    210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238,
    239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256} to member 2
    2009-11-05 11:10:40.678/99.102 Oracle Coherence GE 3.5.2/463 <D5> (thread=Cluster, member=1): TcpRing: disconnected from member 2 due to a kill r
    equest
    2009-11-05 11:10:40.678/99.102 Oracle Coherence GE 3.5.2/463 <D5> (thread=Cluster, member=1): Member 2 left service Management with senior member
    1
    2009-11-05 11:10:40.678/99.102 Oracle Coherence GE 3.5.2/463 <D5> (thread=Cluster, member=1): Member 2 left service JpaDistributedCache with seni
    or member 1
    2009-11-05 11:10:40.708/99.132 Oracle Coherence GE 3.5.2/463 <D5> (thread=Cluster, member=1): Member(Id=2, Timestamp=2009-11-05 11:10:40.708, Add
    ress=192.168.8.80:8089, MachineId=24656, Location=process:1684, Role=OracleRunEmployeeExample) left Cluster with senior member 1
    2009-11-05 11:10:40.879/99.303 Oracle Coherence GE 3.5.2/463 <Info> (thread=DistributedCache:JpaDistributedCache, member=1): Restored from backup
    128 partitions
    2009-11-05 11:10:40.879/99.303 Oracle Coherence GE 3.5.2/463 <D4> (thread=DistributedCache:JpaDistributedCache, member=1): 0, 1, 2, 3, 4, 5, 6, 7
    , 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 4
    4, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80
    , 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 11
    3, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127,
    2009-11-05 11:28:39.800/1178.224 Oracle Coherence GE 3.5.2/463 <D5> (thread=Cluster, member=1): Member(Id=2, Timestamp=2009-11-05 11:28:39.635, A
    ddress=192.168.8.80:8089, MachineId=24656, Location=site:metsys.metex.com,machine:mw12,process:1752, Role=CoherenceConsole) joined Cluster with s
    enior member 1
    2009-11-05 11:28:40.231/1178.655 Oracle Coherence GE 3.5.2/463 <D5> (thread=Cluster, member=1): Member 2 joined Service Management with senior me
    mber 1
    2009-11-05 11:28:41.633/1180.057 Oracle Coherence GE 3.5.2/463 <D5> (thread=Cluster, member=1): TcpRing: connecting to member 2 using TcpSocket{S
    tate=STATE_OPEN, Socket=Socket[addr=/192.168.8.80,port=8089,localport=4143]}
    2009-11-05 11:30:01.658/1260.082 Oracle Coherence GE 3.5.2/463 <D5> (thread=Cluster, member=1): Member 2 joined Service DistributedCache with sen
    ior member 2But I cannot verify if the persistence unit is still persistent.
    Edited by: jetq on Nov 5, 2009 11:49 AM

    I start a Coherence Console in another Windows Command Prompt as the following:
    D:\coherence\bin>  coherence.cmd
    ** Starting storage disabled console **
    java version "1.6.0_11"
    Oracle Coherence Version 3.5.2/463
    Grid Edition: Development mode
    Copyright (c) 2000, 2009, Oracle and/or its affiliates. All rights reserved.
    2009-11-05 11:57:22.167/9.734 Oracle Coherence GE 3.5.2/463 <D5> (thread=Cluster, member=n/a): Service Cluster joined th
    e cluster with senior service member n/a
    2009-11-05 11:57:22.197/9.764 Oracle Coherence GE 3.5.2/463 <Info> (thread=Cluster, member=n/a): Failed to satisfy the v
    ariance: allowed=16, actual=20
    2009-11-05 11:57:22.197/9.764 Oracle Coherence GE 3.5.2/463 <Info> (thread=Cluster, member=n/a): Increasing allowable va
    riance to 17
    2009-11-05 11:57:22.677/10.244 Oracle Coherence GE 3.5.2/463 <Info> (thread=Cluster, member=n/a): This Member(Id=3, Time
    stamp=2009-11-05 11:57:22.392, Address=192.168.8.80:8089, MachineId=24656, Location=process:460, Role=CoherenceConsole,
    Edition=Grid Edition, Mode=Development, CpuCount=1, SocketCount=1) joined cluster "cluster:0xD3FB" with senior Member(Id
    =1, Timestamp=2009-11-05 11:09:09.738, Address=192.168.8.80:8088, MachineId=24656, Location=process:1816, Role=Coherence
    Server, Edition=Grid Edition, Mode=Development, CpuCount=1, SocketCount=1)
    2009-11-05 11:57:22.737/10.304 Oracle Coherence GE 3.5.2/463 <D5> (thread=Cluster, member=n/a): Member 1 joined Service
    Management with senior member 1
    2009-11-05 11:57:22.737/10.304 Oracle Coherence GE 3.5.2/463 <D5> (thread=Cluster, member=n/a): Member 1 joined Service
    JpaDistributedCache with senior member 1
    2009-11-05 11:57:23.108/10.675 Oracle Coherence GE 3.5.2/463 <D5> (thread=Invocation:Management, member=3): Service Mana
    gement joined the cluster with senior service member 1
    2009-11-05 11:57:23.759/11.326 Oracle Coherence GE 3.5.2/463 <D5> (thread=TcpRingListener, member=3): TcpRing: connectin
    g to member 1 using TcpSocket{State=STATE_OPEN, Socket=Socket[addr=/192.168.8.80,port=4168,localport=8089]}
    SafeCluster: Name=cluster:0xD3FB
    Group{Address=224.3.5.2, Port=35463, TTL=4}The previous output shows that this Coherence console (the client side) has already joined the JPA server.
    But the following output shows us that this console cannot access the Employees cache and cannot get the object entry. Why?
    Map (?): cache Employees
    2009-11-05 12:11:41.653/869.220 Oracle Coherence GE 3.5.2/463 <Info> (thread=main, member=3): Loaded cache configuration
    from "jar:file:/D:/coherence/lib/coherence.jar!/coherence-cache-config.xml"
    2009-11-05 12:11:43.055/870.622 Oracle Coherence GE 3.5.2/463 <D5> (thread=DistributedCache, member=3): Service Distribu
    tedCache joined the cluster with senior service member 3
    <distributed-scheme>
      <!--
      To use POF serialization for this partitioned service,
      uncomment the following section
      <serializer>
      <class-
      name>com.tangosol.io.pof.ConfigurablePofContext</class-
      name>
      </serializer>
      -->
      <scheme-name>example-distributed</scheme-name>
      <service-name>DistributedCache</service-name>
      <backing-map-scheme>
        <local-scheme>
          <scheme-ref>example-binary-backing-map</scheme-ref>
        </local-scheme>
      </backing-map-scheme>
      <autostart>true</autostart>
    </distributed-scheme>
    Map (Employees): list
    2009-11-05 12:11:48.402/875.969 Oracle Coherence GE 3.5.2/463 <Error> (thread=main, member=3):
    java.lang.RuntimeException: Storage is not configured
            at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.DistributedCache$BinaryMap.onMissing
    Storage(DistributedCache.CDB:9)
            at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.DistributedCache$BinaryMap.ensureReq
    uestTarget(DistributedCache.CDB:33)
            at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.DistributedCache$BinaryMap.sendParti
    tionedRequest(DistributedCache.CDB:31)
            at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.DistributedCache$BinaryMap.size(Dist
    ributedCache.CDB:13)
            at com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.DistributedCache$BinaryMap$EntrySet.
    size(DistributedCache.CDB:1)
            at com.tangosol.util.ConverterCollections$ConverterEntrySet.size(ConverterCollections.java:2720)
            at com.tangosol.coherence.component.application.console.Coherence.doList(Coherence.CDB:74)
            at com.tangosol.coherence.component.application.console.Coherence.processCommand(Coherence.CDB:442)
            at com.tangosol.coherence.component.application.console.Coherence.run(Coherence.CDB:39)
            at com.tangosol.coherence.component.application.console.Coherence.main(Coherence.CDB:3)
            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
            at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
            at java.lang.reflect.Method.invoke(Method.java:597)
            at com.tangosol.net.CacheFactory.main(CacheFactory.java:1400)Edited by: jetq on Nov 5, 2009 12:18 PM

  • Account assignment objects are incorrect. No substitution is possible

    Account assignment objects are incorrect. No substitution is possible.
    Message no. 3G209
    Diagnosis
    The account assignment object check showed that, from the point of view of CO, the specified account assignment is not valid, and cannot be replaced by the employee's master cost center or a substitute cost center. This item cannot be posted.

    delete the previous results and run the live pay roll run and accounting run

  • Changing supervisor name, changing the employee Job also

    Hi All,
    We are facing a problem in the Employee assignment.
    When we are changing employee supervisor details, employee job also getting changed to different job. Can any one having idea abt this change.
    Thanks and Regards,
    Joshna.

    Hi Avaneesh,
    There is no personalizations enabled for this Form. The changes are reflecting only for a particular group not for all the employees.
    We had implementated jobs only we don't implemented positions. Is any where we will link this group to effect this changes.
    Thanks
    Joshna.

  • Account assignment objects are incorrect

    I have assigned the Cost Center at Employee Level in IT0001.But still at the Time of posting for Expense account,it is taking Blank Cost Center  & i am getting below error.
    "Account assignment objects are incorrect. No substitution is poss
    No substitute cost center maintained
    No master cost center is possible as replacement for direct acct
    Enter a true account assignment relevant to cost accounting."
    Please help me out with this problem.
    Please tell me is thr anywhere i have to assign the Costcenters.We want that Posting should go with Employees Cost Center only for Expnse accounts.
    Thanx,
    Viru.

    System is asking alternative cost centre for your company code.
    Please create the a new cost centre, then assign to your company code in the table of TKA3G.
    Or else go to path:
    Payroll-> Payroll india or singapore or usa->Posting to financial accounting->Activities in the AC-System->Set up fixed cost postings and substitute cost centers->Set up substitute cost centers .
    For each country text will vary. but fixed substitute cost center name will be appear.
    Ask to your FI guys then they will create a new cost centre.
    For fixed cost centre assign cost centre to your cost element.(V_TKA30)

  • Customization to allow for Employee's Supervisor to appear in PA20

    Hello Experts,
    We have just implemented PA and OM in our company.  We do have the link between PA and OM turned on.  The business would like to research a custom solution that will allow the employee's supervisor to show in the employee's PA20 record.  Does anyone have any suggestions?  We already have adhoc queries and custom ABAP reports to do this.  We are looking for a custom solution to show the supervisor directly in the employee's PA20 record.  Is there a user exit that can be utilized?  Any other ideas?
    Any help would be greatly appreciated.
    Regards,
    Kurt

    There is actually an OSS note on this topic, but here is what you do.  The logic is in the infotype 0001 screen already.  It is just inactivated.
    To activate it, edit module MSTBR in program include MP00012U like this below:
    *{   DELETE         DEVK960807                                        1
    *\  IF PLOG-ACTIVE = 0.                                                \
    *\                                           "VQLK106332
    *\    LOOP AT SCREEN.                                              "
    *\      CHECK SCREEN-NAME EQ 'Q0001-MSTBR'.                        "
    *\      SCREEN-INVISIBLE = 1.                                      "
    *\      MODIFY SCREEN.                                             "
    *\    ENDLOOP.                                                     "
    *\  ELSE.                                                          "
    *}   DELETE
        CLEAR Q0001-ENAME.
        MOVE P0001-MSTBR TO Q0001-MSTBR.
        IF Q0001-MSTBR NE SPACE.
          PERFORM GET_SUPERVISOR_NAME.
        ENDIF.
    *{   DELETE         DEVK960807                                        2
    *\  ENDIF.                                                             \
    *\                                                        "VQLK106332
    *}   DELETE

  • Export-Mailbox results in 'Error occurred in step: Approving Object'

    Hello,
    We have been encountering an issue trying to use the Export-Mailbox command to a .pst, specifically error code -2147221233. I have tried many of the solutions recommended in other threads, including checking installed KBs, verifying permissions, running
    fixmapi, but so far none of addressed the problem.
    Any help would be appreciated. The following is the log file output:
    [10/17/2014 14:48:57.0777] [0] Executing Command: '        $scriptCmd = {& $wrappedCmd @PSBoundParameters }'
    [10/17/2014 14:48:57.0793] [0] Trying to open registry key 'Software\\Microsoft\\Windows\\CurrentVersion\\App Paths\\OUTLOOK.EXE'.
    [10/17/2014 14:48:57.0793] [0] The default value of the registry key is 'C:\Program Files\Microsoft Office 15\Root\Office15\OUTLOOK.EXE'.
    [10/17/2014 14:48:57.0809] [0] The version of Outlook.exe is '15.0.4420.1017'.
    [10/17/2014 14:48:57.0809] [0] Current ScopeSet is: {Domain Read Scope: {, }, Domain Write Scope(s): {, }, Configuration Scope: {, }, Server Configuration Scope(s): {, }, , Exclusive Scope: {, }}
    [10/17/2014 14:48:57.0809] [0] Searching objects "[email protected]" of type "ADUser" under the root "$null".
    [10/17/2014 14:48:57.0855] [0] Previous operation run on global catalog server 'DOMAINCONTROLLER'.
    [10/17/2014 14:48:57.0855] [0] Processing object "Domain/Users/user".
    [10/17/2014 14:48:57.0887] [0] Searching objects "Mailbox Database 1148204553" of type "MailboxDatabase" under the root "$null".
    [10/17/2014 14:48:57.0902] [0] Previous operation run on domain controller 'DOMAINCONTROLLER'.
    [10/17/2014 14:48:57.0918] [0] Exporting mailbox 'Domain/Users/user' from server 'EXCHANGE' to \\EXCHANGE\Export-PST\export.pst.
    [10/17/2014 14:48:57.0918] [0] Searching objects "Mailbox Database 1148204553" of type "MailboxDatabase" under the root "$null".
    [10/17/2014 14:48:57.0933] [0] Previous operation run on domain controller 'DOMAINCONTROLLER'.
    [10/17/2014 14:48:57.0965] [0] Resolved current organization: .
    [10/17/2014 14:48:57.0965] [0] Ending processing.
    [10/17/2014 14:48:57.0965] [0] [name] The operation has started.
    [10/17/2014 14:48:57.0965] [0] [name] Initializing MAPI; loading library.
    [10/17/2014 14:48:58.0245] [0] [name] Approving object.
    [10/17/2014 14:48:58.0417] [0] [name] Logging on to the MAPI profile.
    [10/17/2014 14:48:58.0682] [0] [name] Opening Exchange mailbox.
    [10/17/2014 14:48:59.0072] [0] [ERROR] Error was found for name @ email ([email protected]) because: Error occurred in the step: Approving object. An unknown error has occurred., error code: -2147221233
    [10/17/2014 14:48:59.0072] [0] [name] The operation has finished.

    Hi  CFBM
    Thank you for your question.
    This is a permission related error. It means you have not permission to access user mailbox.
    You can try to give yourself full access permission to user mailbox
    You can refer to the  following links :
    https://social.technet.microsoft.com/Forums/en-US/60734a88-ac1e-441c-98c0-d150b08392fb/importmailboxexportmailbox-fails-on-approving-object-permissions-issue?forum=exchangesvradminlegacy
    https://social.technet.microsoft.com/Forums/office/en-US/151b60d3-3045-471a-a717-71408e72e286/unable-to-export-a-pst-file-using-exchange-management-console-in-exchange-2007?forum=exchangesvrgenerallegacy
    If there are any questions, please let me know.
    Best Regard,
    Jim

  • Export-mailbox to PST file: unknown error in approving object

    Hi
    I'm trying to validate export/import of PST files with Ex2K7 SP1.
    I have this error during export-mailbox, and didn't find anything about it on the Net:
    [PS] C:\Documents and Settings\Administrator>Export-Mailbox user01 -PSTFol
    derPath C:\temp\
    Confirm
    Are you sure you want to perform this action?
    Exporting mailbox content from the mailbox 'user01' into .pst file
    'C:\temp\user01.pst'. This operation may take a long time to complete.
    Yes  Yes to All  No  [L] No to All  Suspend  [?] Help
    (default is "Y"):
    Export-Mailbox : Error was found for user01 ([email protected]
    ) because: Error occurred in the step: Approving object. An unknown error has o
    ccurred., error code: -2147221241
    At line:1 char:15
    + Export-Mailbox  <<<< user01 -PSTFolderPath C:\temp\
    I'm doing test on one virtual machine hosting AD (win2K3SP2 En), Ex2k7SP1 En, Outlook 2007 Fr.
    Could it come from the Outlook or user mailbox language ?
    The mailbox have been "initiated", I opened it with OWA, select French language, self sent message. I also opened it with Outlook 2007 on the server.
    Thanks.

    Hello,
           Details u needed.
    SUMMARY
    The Fixmapi.exe tool is included with Internet Explorer 5 & above to detect and aid in resolving conflicts with Messaging Application Programming Interface (MAPI) files that may affect your ability to send and receive mail and faxes from other programs.
    FixMAPI ( What Exactly it does ?).....
    Makes a backup copy of the current copy of mapi32.dll on the client computer, and restores mapi32.dll with the MAPI stub library, mapistub.dll.
    Quick Info
    Exported by:
    mapistub.dll
    Called by:
    Client
    Implemented by:
    Windows
    DWORD STDAPICALLTYPE FixMAPI(void);
    Return Values
    If the function succeeds, the return value is a non-zero value.
    If the function fails, the return value is zero. To get extended error information, call the Microsoft Platform Software Development Kit (SDK) function, GetLastError.
    Remarks
    FixMAPI does not replace the current mapi32.dll file if the file is marked as read-only.
    FixMAPI does not replace the current mapi32.dll if Microsoft Exchange Server is installed on the computer.
    When FixMAPI makes a backup copy of the current copy of mapi32.dll on the computer, it assigns the backup copy a name different from "mapi32.dll". It then directs subsequent calls intended for that assembly to the backup copy
    URL - > for u r more info. http://support.microsoft.com/kb/228457

  • What styles are lost when importing/converting PS text to editable text?

    In CS5.5, when I import a PSD file with one or more text layers (retaining layer styles and editable layer styles) some of the layer styles change upon import.
    In addition, after import, in the Comp panel, sometimes there are no visual differences between that display and the display in PS. But in individual style layers in the Timeline panel, things have changed. Most typically, strokes with gradients are changed either to a solid color (gray or red) or to a simple white-to-black gradient. How is it the display can show a gradient when the stroke layer shows a solid color?
    When the text layers are converted to editable text, those changed style properties kick in.
    I'm guessing some or all of this has to do with AE text not being able to have a gradient for the fill or stroke? That being the case, is there a work-around?
    If this goes beyond not being able to use a gradient for fill or stroke, what are the "rules"? What styles are lost/changed upon import and when converting to editable text?
    Jeff Sengstack

    > In addition, after import, in the Comp panel, sometimes there are no visual differences between that display and the display in PS. But in individual style layers in the Timeline panel, things have changed. Most typically, strokes with gradients are changed either to a solid color (gray or red) or to a simple white-to-black gradient. How is it the display can show a gradient when the stroke layer shows a solid color?
    After Effects includes the entire Photoshop rendering engine, so any PSD and its layer styles should render fine (i.e., just like in Photoshop). If it doesn't, please submit a bug report.
    But After Effects does not include the entire UI from Photoshop for creating and modifying layer styles.
    The layer styles feature in After Effects exists primarily to provide fidelity between what you see in Photoshop and what you see in After Effects---not so that you can add and modify layer styles in After Effects. The UI in the Timeline panel is therefore a barebones implementation that doesn't include many of the features of layer styles in Photoshop. As you observe, there are many cases in which the representation in the Timeline panel is much more simplistic than what is in the Composition panel.
    This separation between the UI and the ability to render with good fidelity is most apparent with pattern overlays. See this video for a good demonstration of how to use layer styles in After Effects by tapping into these features in Photoshop:
    http://library.creativecow.net/articles/harrington_richard/photoshop_layer_styles_with_ae. php
    > In CS5.5, when I import a PSD file with one or more text layers (retaining layer styles and editable layer styles) some of the layer styles change upon import.
    How, exactly, do they change? A screenshot would be useful.
    If it's what I'm suspecting, then the page that Mylenium points you to has the clue:
    "When a layer style is applied to a vector layer—such as a text layer, a shape layer, or a layer based on an Illustrator footage item—visual elements that apply to the edges of the contents of the layer apply to the outlines of the vector objects, such as text characters or shapes. When a layer style is applied to a layer based on a non-vector footage item, the layer style applies to the edges of the layer’s bounds or masks."
    When you convert between Photoshop text and editable text, you're changing the render order and also switching between raster images and vectors. This can affect appearance in many ways.

  • Wism2 redundancy in two C6513 chassis - Lost heartbeat with the Supervisor

    I get a lot of messages in the trap log "Lost heartbeat with the Supervisor"
    The controller seems to be up and running. Failover works perfectly.
    Why do I get these messages?
    Rgds Snorre

    HI Snorre,
    I get a lot of messages in the trap log "Lost heartbeat with the Supervisor"The controller seems to be up and running. Failover works perfectly.Why do I get these messages?
    There are several possible reasons that this error message is generated. From the WiSM's perspective, the most common reason is an incorrect configuration of the service port on the Supervisor Engine.
    In the case of a WiSM, the service port is used solely for communication between the Supervisor and the WiSM.
    Complete these steps in order to get rid of this error message:
    1. Create a new VLAN for the WiSM service ports on the Supervisor Engine that does not exist anywhere on the network.
    2. Create a DHCP scope setup on your Supervisor  to assign IP addresses to the service ports of the controllers.
    Note: It is recommended that you create a DHCP scope for the service port of the Catalyst WiSM. Alternatively, you can also session (session slot X process 1 or 2 ) or console directly into the WiSM and set the static IP addresses with the configure interface address service-port command.
    3. Assign the WiSM service ports to this newly created VLAN with the command wism service-vlan new VLAN ID on the Supervisor Engine.
    This VLAN is used for the Supervisor Engine to communicate with the service port of the WiSM. Refer to Configure Communication Between the Supervisor and Cisco WiSM for more information on how to configure the procedure mentioned here.
    Cisco bug ID CSCsg59144 is also associated with this error message.
    Other possible reasons might be with the backplane connection of the module to the chassis This can be verified by first moving the WiSM to another slot and see if it continues. Sometimes, this might be an issue with the module itself. But these are rare circumstances.
    Example:
    Configure Communication Between the Supervisor 720 and Cisco WiSM
    After the Cisco WiSM controller is installed in a slot and detected by the Supervisor, these configurations are made on the Supervisor Engine to communicate with WiSM.
    1. Create a DHCP scope for the Service-Port of the Catalyst WiSM.
    ip dhcp excluded-address 192.168.10.1 192.168.10.2
    ip dhcp pool wism-service-port
    network 192.168.10.0 255.255.255.0
    default-router 192.168.10.1
    Alternatively, you can also session (session slot X proc 1 or 2 ) or console directly into WiSM and set static IP addresses (config Interface Address Service-Port).
    Make sure that the service port IP address is not a routable IP address in your network because it is only used for communication between the Sup 720 and the WiSM.
    Note: VLSM is supported on all ports, which includes the Service port.
    2. Create the WiSM Service Port Gateway and assign the IP address.
    Create a VLAN in the Supervisor 720. This VLAN is local to the chassis and is used for communication between Cisco WiSM and Catalyst Supervisor 720 over a Gigabit Interface on the Supervisor and a service port in the Cisco WiSM.
        interface Vlan192
        Description WiSM Service Port Gateway
        ip address 192.168.10.1 255.255.255.0
    Note: There should already be a network management VLAN interface to reach the Cat6k.
    3. Assign the WiSM Service Ports to a VLAN.
    Configure this command to use VLAN 192 to communicate with the service-port.
        wism service-vlan 192
    Hope it helps.
    Reagrds

  • Portal objects are not seen in portal contant

    HI gurus
    When I go to contant Administraction-->Portal contant ,I just see the no portal objects appears.its shows that the objects are required.
    I already deployed ESS and MSS Business Packages with SDM but I can't see the content in the Portal Content.
    Any help will be appreciated
    Regards
    Gaurav

    Which SCA files have you deployed?
    You have to deploy BPERP5ESSXXXXXXX.sca file for theiViews to appear in Portal Content.
    You would have already deployed the files PCUIGP.sca ,SAPESS.SCA
    Chck this thread
    Re: Can't see ESS/MSS 6.0 SP14 iviews, roles, worksets in SAP EP 7.0

  • Service template problem - Unable to perform the job because one or more of the selected objects are locked by another job - ID 2606

    Hello,
    I’ve finally managed to deploy my first guest cluster with a shared VHDX using a service template. 
    So, I now want to try and update my service template.  However, whenever I try to do anything with it, in the services section, I receive the error:
    Unable to perform the job because one or more of the selected objects are locked by another job.  To find out which job is locking the object, in the jobs view, group by status, and find the running or cancelling job for the object.  ID 2606
    Well I tried that and there doesn’t seem to be a job locking the object.  Both the cluster nodes appear to be up and running, and I can’t see a problem with it at all.  I tried running the following query in SQL:
    SELECT * FROM [VirtualManagerDB].[dbo].[tbl_VMM_Lock] where TaskID='Task_GUID'
    but all this gives me is an error that says - conversion failed when converting from a character string to uniqueidentifier msg 8169, level 16, State 2, Line 1
    I'm no SQL expert as you can probably tell, but I'd prefer not to deploy another service template in case this issue occurs again.
    Can anyone help?

    No one else had this?

Maybe you are looking for

  • HT202157 How can itv from my iPad to Apple TV I only get the sound and no picture

    How can itv from my iPad to Apple TV I only get the sound and no picture

  • Airport express setup problem?

    using express to increase range of base station.......several hours of glitches.......now appears to be working, dramatic increase in signal strength from 1 to 10 bars, but amber light still in flashing mode after many resets.........any help appreci

  • Maximum volume size?

    SunFriends, How can I discover (or calculate, whatever) the maximum voume size for a volume created under Solaris 9 9/02? Tx all for any help, Nick

  • Rework Process of Process Manufacture

    HI,    Can you give me some help on setting up a rework process for process manufacture factory?I don't see some function in PI factory, like reference operation set (trigger point)in discret manufacture factory....I don't know how to make it...thank

  • Excell Formulas to Javascript

    I just got a request to convert an Excel file to PDF, and make the form calculate.  The calculations are pretty complex (at least to me they are).  There are four different types of formulas needed.  I've copied the information below.  Can someone he