"An error occurred when communicating with the server. Check connectivity with your administrator to determine whether further action is necessary", then attempt to approve TimeSheet.

Kind day, colleague.
It was required to organize a statement chain for TimeSheet of employees, as we realized. Everything is good, but at linear managers in PSW opportunity to execute Approve when viewing TimeSheet of the employee remained, and in attempt to approve TimeSheet there
is a mistake.
500 Internal Server Error
"An error occurred when communicating with the server.  Check connectivity with your administrator to determine whether further action is necessary. "
Accept, is carried out as it is necessary.
It is a bug or we not correctly realized approval chain?

 issue is  related to the user booking time against a task that was past the finish/end date listed in the Project Schedule.
To resolve the user needs to submit their time on a valid task that is still within the current reporting timeframe, or have the Project Manager
update the task in questions so that the finish/end dates are at or beyond the submission period and then republish the project. After that, the user should be able to go in and submit their timesheet with success.
http://patrickdrews.com/2012/09/project-server-2010-timesheet-submission-produces-an-error-occurred-while-communicating-with-the-server/
kirtesh

Similar Messages

  • PARSE_APPLICATION_DATA Error during XML = ABAP conversion: Response Message; CX_ST_DESERIALIZATION_ERROR in /1SAI/SAS0446CC11CC6EC1AD4789 Line 24 An error occurred when deserializing in the simple transformation program /1SAI/SAS0446CC11CC6EC1AD4789

    Hi Experts ,
    i have a scenario proxy to soap  where i am getting error while getting the response .
    we are sending the request successfully and getting response .some times we are getting in proxy level error below
    PARSE_APPLICATION_DATA Error during XML => ABAP conversion: Response Message; CX_ST_DESERIALIZATION_ERROR in /1SAI/SAS0446CC11CC6EC1AD4789 Line 24 An error occurred when deserializing in the simple transformation program /1SAI/SAS0446CC11CC6EC1AD4789 (Cha
    Please help us to fix this bug in proxy response.
    Regards
    Ravi

    Hello Ravinder,
    Can you please post the complete stack trace, it seems to be some fields are getting truncated i,e data sent from the program to the proxy object might be violating some length restrictions.
    Please check your message interface field lengths and what is being passed to the proxy.
    Regards,
    Ravi.

  • Errors occurred during extraction of the existing UDC Connect sources

    HI ALL,
    I try to create a DataSource with UD Connect on BW 3.5,
    i choose a RFC destination, but after of to choose UD connect source appear the next error message "Errors occurred during extraction of the existing UDC Connect sources".
    The RFC destination is OK.
    In the CCMS Monitor the Java Connectors and Enterprise Java Beans are available.
    Help me please!
    regards!

    Hi, me again, I change some parameters and now is working but wrong!!!!! when I try to select a UD connect, in the match code i get the next list:
    6B偡浡彏啔䐠††††††††††#############
    #########†††††彏啔†††††###########
    ††††††††††#############偡浡彏啔偡浡彏啔
    please if anyone knows what is going on help me...!!
    tnx

  • Error occurs when creating a new destination in HCI OData Provision Administration

    Hi,
    An error occurs when creating a new destination in HCI OData Provision Administration.
    Please see the screen shot in attachment.
    Any help will be appreciated!
    Thanks,
    Li-hua

    It's the same issue as in MissingResourceException when trying to create a destination. Changing the destination name should do the trick.
    (still looking for the GWaaS colleagues to fix the original issue.)

  • When I clicked on the Newest version of itunes something happened and now when I try to access the itunes store I get an error (-32-12) and it says to check my conectivity.  I have three ipods and the problem is with the on line connection with itunes.

    After I clicked and downloaded the newest version of itunes I no longer am able to connect with the store. I get an error (-32-12) and it says to check the connectivity. The problem is with the on line connection. I attempted to reload itunes , still the same problem exists.

    ... and that's a new one that I wasn't expecting ...
    Okay ... lets try a complete uninstall/reinstall as per the following document:
    Removing and reinstalling iTunes, QuickTime, and other software components for Windows Vista or Windows 7

  • ICal pop-up when I open: The server did not recognize your user name or password for account. Make sure you enter them correctly.

    The server did not recognize your user name or password for account. Make sure you enter them correctly.
    I am getting this pop-up whenever I open iCal. Recently changed Google password. What has gone wrong?
    <Email Edited By Host>

    You really should not post your email address to a public forum such as this where it can be harvested by spammers. I requested the Hosts edit it for your protection.

  • Error occur when installing iPlanet App server 6.0 SP2

    Dear All,
    I have problems in installing the iPlanet App server 6.0 SP2 in Solaris.
    I choose typical installation and select default settings.
    - install iplanet server
    - typical install
    - install ALL components
    However, the following errors occur during the installation:
    sh: ./pre_nas_preinst: not found
    ERROR. Failure installing iPlanet Application Server Web Connector Component. Do you want to continue [n]?
    ERROR. Failure installing iPlanet Application Server Core Server Component. Do you want to continue [n]?
    ERROR. ...........
    What's the problem with it? Could anyone help....?
    Thank youin advance.
    Thx & Regards,
    Yvonne

    I would recommend to use the latest version of application server which is iAS6.5sp1MU2. Try this out and see if you run into any problems. Also please check the release notes available at docs.sun.com to check the compatibility.

  • Error occurs when I open the tasks list in MS Project Professional 2013 from SharePoint 2013

    Hi,
    I have created a SharePoint 2010 workflow for a tasks list that updates a list item column if the Date Complete <= Today's date & Percentage Complete = 100%
    I used 'Set Field in Current Item' in the workflow & the values are updated in the list for the current item.
    However, when I open the tasks list in MS Project Professional 2013 from SharePoint 2013, then I get a error "We can't write task - taskname to the SharePoint site. This is either because tasks list is in read only mode or because this task has a column
    that requires unique value."
    If I remove the 'Set Field in Current Item' in the workflow, then the error does not occur. However, the 'Set Field in Current Item' in the workflow is required.
    Please provide solution to this issue ASAP. Your reply will be greatly appreciated.
    Thanks in advance

    Hi Jack,
    A shot in the dark here.  I'm not convinced the error is from the workflow.  What is the definition of the list item column in SharePoint?  Have you set the column to requiring a unique vale?  Look at the column definition.

  • An error occur when i delete the pointer memcache_get( ) returned (use libmemcached.dll in windows)

    hi, every one, I meet a problem when I test the libmemcached in windows platform, the code I use is a example from internet.
    but I move memcache_get() to a while cyclic, like this:
    while(1)
     char* result = memcached_get(memc,key.c_str(),key_length,&value_length,&flags,&rc);
     if( MEMCACHED_SUCCESS != rc)
      printf("memcached_get fail [%d] [%s]\n", rc, memcached_strerror( memc, rc ));
      return -1;
           printf("memcached_get success [%d] [%s]\n", rc, result);
    when I run this program, there will be a quick memory leak under both linux and windows platform, so I add a delete after print the result:
    delete result,result=NULL;
    this solve the memory leak under linux , but the program crash under windows in the delete sentence.
    I don't known if it is because I use it in wrong way, I'll appreciate if you gave an advance or explain why this happened.

    Hi,
    Please refer to http://libmemcached.org/libMemcached.html for more information about libMemcached, you can get source code and document from that link, since this forum is discussing the issue
    of azure, if this issue don't relate to azure, I suggest you post it to the
    appropriate forum for a better help.
    Best Regards,
    Jambor
    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.

  • Error occurred when use foreign Jms server[JMSClientExceptions:055142].

    I want to use a foreign Jms server(Tibco EMS), after I have config the JNDI of foreign server,connectionfactory and destinations, the correct JNDI name can be find on the JNDI tree.
    Then I deploy a demo mdb ear on the weblogic(version is 10.3),there's warnning tag on the ear application, and there is error message in the log:
    <2011-1-10 上午10时15分07秒 CST> <Warning> <EJB> <BEA-010061> <The Message-Drive
    n EJB: MDBDemo is unable to connect to the JMS destination: NotifyAlertAlertQueue. The Error was:
    weblogic.jms.common.InvalidDestinationException: [JMSClientExceptions:055142]Foreign destination, Queue[notify.alert.alertQueue]>
    NotifyAlertAlertQueue is the JNDI name of the destination defined on the weblogic console,and the same as ems jndi name for queue notify.alert.alertQueue.
    It seems that the application has find the queue correctly, but why it throw that exception[JMSClientExceptions:055142]?
    Thanks for any help.
    Edited by: 826761 on 2011-1-9 下午6:40

    I suspect that somehow your configuration is messed up and the MDB ended up using a WebLogic connection to access a TIBCO EMS destination.
    Please make sure that your JMS server configuration maps a TIBCO connection factory jndi name to a jndi name in WebLogic server JNDI tree, a TIBCO destination jndi name to a jndi name in WebLogic server JNDI tree, and your MDB configuration refers to the jndi names in the WebLogic JNDI tree.
    Regards.

  • Got "Unknown error occured" when access to the Approval page in Project Server 2013

    So long time find the solution, but cn't. Pls. help me

    Hi,
    Let's verify the following:
    Whether the issue exists in all of the users? Done a test with a user with full control permission, compare the results. 
    What is the current SP\CU version installed on Server? deploy the latest CU, compare the results.
    Whether the issue exists in other browsers, done a test in another browser, compare the results.
    Whether all resources experiencing this error.
    "An Unknown Error has occurred" is a generic error message. Please check ULS log for more detail information about the issue.
    In addition, as this issue is related to project server, I suggest you create a new thread on project server, more experts will assist you:
    https://social.technet.microsoft.com/Forums/projectserver/en-US/home?category=project
    Best Regards,
    Lisa Chen
    Lisa Chen
    TechNet Community Support

  • Error occurs when executing an item in an inbox with more than 1000 entries

    Hi Everyone,
    One of our approvers in SRM experienced an error when his inbox contained more than 1000 entries .  Further execution on any inbox item produces errors.
    Would you know where to set the maximum allowable entries in a user's inbox? Can this be set thru SRM config or Basis functionality?
    We also searched for existing SAP Notes but found nothing.
    Your inputs and help are greatly appreciated.
    Thanks and Regards,
    Vhong

    Hello,
    The user has sent me the screen shot. But this has no error messages. The approval transaction shows an ITS screen/code with template 'bbpapproval/99/saplbw02_1200.html'
    However, we have a user in Quality where the page displays with no problem and with 1675 Entries.
    Do you think this is more of an ITS setting or any Template/JavaScript issues?
    I got this code (view source code) earlier today and the topmost header of the code is:
    <!--
    This page was created by the
    SAP Internet Transaction Server (ITS, Version 6200.1025.7214.5, Build 908978, Virtual Server Q36, Add. service info none, WGate-AGate Host esetnmw028, WGate-Instance Q36)
    All rights reserved.
    Creation time:  Mon Mar 15 07:21:39 2010
    Charset:        iso-8859-1
    Template:       bbpapproval/99/saplbw02_1200.html
    -->
    Regarding the not-so-good practice of approvers to have more than 1000 entries in their inbox, we are still in the process of planning on how to divide the task to different approvers since there is only one approver (Project Manager) for the related network.
    Thanks and Redards,
    Vhong

  • Error occurred when I execute the ship confirm

    Submitted 1 out of 1 documents for this document set. (REQ_IDS=5813936)
    Unexpected Error: Error in Routine WSH_NEW_DELIVERY_ACTIONS.setInTransit, Oracle Error - -29280
    ORA-29280: invalid directory path
    ORA-06512: at "SYS.UTL_FILE", line 41
    ORA-06512: at "SYS.UTL_FILE", line 478
    ORA-06512: at "APPS.ADS_UTIL_PKG", line 22
    ORA-06512: at "APPS.ADS_WSH_DELIVERY_DET_TRG1", line 67
    ORA-01403: no data found
    ORA-04088: error during execution of trigger 'APPS.ADS_WSH_DELIVERY_DET_TRG1'
    Interface Trip Stop request 5813937 has been submitted
    Error: Stop SHE:Bangko cannot be set to status CLOSED.
    Error: Stop SHE:Bangko on trip 3128352 is not closed and is prior to the stop 24685:Moon Street, Moon Town on trip 3128352. Please close the previous stop or re-sequence the stops, if necessary.
    Error: Stop 24685:Moon Street, Moon Town cannot be set to status CLOSED.
    Error: 0 stops were successfully closed.
    0 stops were closed with warnings.
    2 stops had errors and could not be closed.
    0 stops had warnings and could not be closed.
    Please help

    Hello,
    Look at 852639.1. You have issue with tigger.
    Regards,
    Luko

  • An unforeseeable error occurred when generating from the maintenance

    Hi All,
    When i am activating  LGMST feature i am getting "Unforeseeable error  I am defaulting max wagetypes and allowance grouping (Eg: 40/DD02 ) when i am trying to activate this feature this error is appearing how to solve this error
    Regards,
    Sita

    than it shd not show any error
    as 4.7 we can have only 20 wage types
    where as 6.00 we can have 40
    make sure u have defaulted all the wagte types of the IT 8 , 14 ,15 at a time or differently
    Edited by: Sikindar on Jul 21, 2008 4:33 PM

  • Error on timesheet submission "An error occurred while communicating with the server.

    Hello, we have many users who are encountering errors submitting timesheets following our migration to Project Server 2013 (SP1 April 2014 CU). The error is:
    An error occurred while communicating with the server. Check connectivity with your administrator to determine whether further action is necessary.
    This follows the specific timesheet, if I open a delegate session on my machine, I can reproduce the error. However, simply deleting and recreating the timesheet has resolved it for many users, at least until the next timesheet submission.
    Has anyone seen this sort of widespread behavior and have a solution beyond deleting and recreating the given timesheet?
    Thanks!

    Hello Joncantrell
    I just ran into issue and found a way to resolve, though it may not be the best.  I think it is a bug, but here is how I fixed it.
    1) Delegating as the user
    2) Deleted the timesheet
    3)  Going line by line, I check each task that had a status of "Not Submitted" and "Send Progress for Select Task".
    4) The error came up only for one task.
    5) Open that schedule, remove resource from task, saved and published.
    6) Deleted and recreated timesheet
    7) Submitted timesheet and processed normally.
    I hope this helps
    Cheers!
    Michael Wharton, MVP, MBA, PMP, MCT, MCTS, MCSD, MCSE+I, MCDBA
    Website http://www.WhartonComputer.com
    Blog http://MyProjectExpert.com contains my field notes and SQL queries

Maybe you are looking for