Show Overview of Leave - ERROR

When an employee clicks on "Show Overview of Leave" in the leave
applications the line items are displayed in the Table below.
As soon as the person clciks on any of the line items to perform
certains action (may be Delete) the application dumps.
DUMP IS AS FOLLOWS
The initial exception that caused the request to fail, was
   com.sap.tc.webdynpro.progmodel.context.ContextException: Node(FcSelectionList.SelectList): cannot fill a ModelNode automatically. Change the cardinality or use a supply function.
    at com.sap.tc.webdynpro.progmodel.context.Node.doSupplyElements(Node.java:452)
    at com.sap.tc.webdynpro.progmodel.context.Node.supplyElements(Node.java:406)
    at com.sap.tc.webdynpro.progmodel.context.Node.getElementList(Node.java:345)
    at com.sap.tc.webdynpro.progmodel.context.Node.createMappedElementList(Node.java:498)
    at com.sap.tc.webdynpro.progmodel.context.Node.supplyElements(Node.java:393)
com.sap.tc.webdynpro.progmodel.context.ContextException: Node(FcSelectionList.SelectList): cannot fill a ModelNode automatically. Change the cardinality or use a supply function.
     at com.sap.tc.webdynpro.progmodel.context.Node.doSupplyElements(Node.java:452)
     at com.sap.tc.webdynpro.progmodel.context.Node.supplyElements(Node.java:406)
     at com.sap.tc.webdynpro.progmodel.context.Node.getElementList(Node.java:345)
     at com.sap.tc.webdynpro.progmodel.context.Node.createMappedElementList(Node.java:498)
     at com.sap.tc.webdynpro.progmodel.context.Node.supplyElements(Node.java:393)
     at com.sap.tc.webdynpro.progmodel.context.Node.getElementList(Node.java:345)
     at com.sap.tc.webdynpro.progmodel.context.Node.createMappedElementList(Node.java:498)
     at com.sap.tc.webdynpro.progmodel.context.Node.supplyElements(Node.java:393)
     at com.sap.tc.webdynpro.progmodel.context.Node.getElementList(Node.java:345)
     at com.sap.tc.webdynpro.progmodel.context.Node.createMappedElementList(Node.java:498)
     at com.sap.tc.webdynpro.progmodel.context.Node.supplyElements(Node.java:393)
     at com.sap.tc.webdynpro.progmodel.context.Node.getElementList(Node.java:345)
     at com.sap.tc.webdynpro.progmodel.context.Node.validate(Node.java:593)
     at com.sap.tc.webdynpro.clientserver.data.DataContainer.validate(DataContainer.java:644)
     at com.sap.tc.webdynpro.clientserver.cal.ClientComponent.validateDataContainer(ClientComponent.java:688)
     at com.sap.tc.webdynpro.clientserver.cal.ClientComponent.validateDataContainer(ClientComponent.java:692)
     at com.sap.tc.webdynpro.clientserver.window.WebDynproWindow.retrieveData(WebDynproWindow.java:364)
     at com.sap.tc.webdynpro.clientserver.cal.AbstractClient.retrieveData(AbstractClient.java:318)
     at com.sap.tc.webdynpro.clientimpl.html.client.HtmlClient.retrieveData(HtmlClient.java:267)
     at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.doRetrieveData(WindowPhaseModel.java:595)
     at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.processRequest(WindowPhaseModel.java:156)
     at com.sap.tc.webdynpro.clientserver.window.WebDynproWindow.processRequest(WebDynproWindow.java:335)
     at com.sap.tc.webdynpro.clientserver.cal.AbstractClient.executeTasks(AbstractClient.java:143)
     at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.doProcessing(ApplicationSession.java:313)
     at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessingPortal(ClientSession.java:733)
     at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessing(ClientSession.java:668)
     at com.sap.tc.webdynpro.clientserver.session.ClientSession.doProcessing(ClientSession.java:250)
     at com.sap.tc.webdynpro.clientserver.session.RequestManager.doProcessing(RequestManager.java:149)
     at com.sap.tc.webdynpro.clientserver.session.core.ApplicationHandle.doProcessing(ApplicationHandle.java:73)
     at com.sap.tc.webdynpro.portal.pb.impl.AbstractApplicationProxy.sendDataAndProcessActionInternal(AbstractApplicationProxy.java:860)
     at com.sap.tc.webdynpro.portal.pb.impl.localwd.LocalApplicationProxy.sendDataAndProcessAction(LocalApplicationProxy.java:77)
     at com.sap.portal.pb.PageBuilder.updateApplications(PageBuilder.java:1257)
     at com.sap.portal.pb.PageBuilder.SendDataAndProcessAction(PageBuilder.java:325)
     at com.sap.portal.pb.PageBuilder$1.doPhase(PageBuilder.java:826)
     at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.processPhaseListener(WindowPhaseModel.java:755)
     at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.doPortalDispatch(WindowPhaseModel.java:717)
     at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.processRequest(WindowPhaseModel.java:136)
     at com.sap.tc.webdynpro.clientserver.window.WebDynproWindow.processRequest(WebDynproWindow.java:335)
     at com.sap.tc.webdynpro.clientserver.cal.AbstractClient.executeTasks(AbstractClient.java:143)
     at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.doProcessing(ApplicationSession.java:313)
     at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessingStandalone(ClientSession.java:713)
     at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessing(ClientSession.java:666)
     at com.sap.tc.webdynpro.clientserver.session.ClientSession.doProcessing(ClientSession.java:250)
     at com.sap.tc.webdynpro.clientserver.session.RequestManager.doProcessing(RequestManager.java:149)
     at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doContent(DispatcherServlet.java:62)
     at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doPost(DispatcherServlet.java:53)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
     at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:401)
     at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)
     at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:387)
     at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:365)
     at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:944)
     at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:266)
     at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)
     at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:175)
     at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
     at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
     at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
     at java.security.AccessController.doPrivileged(Native Method)
     at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:100)
     at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)
PLEASE HELP

Hi Jack,
Please let me know if your issue is resolved as Im facing a similar issue where my Team Calendar and Leave Request has this problem in Development Portal.
Thanks in Advance.
Regards
Sairam Maharaj S

Similar Messages

  • Overview of Leave : Message Display possible as of 07.10.2008 only

    Hi ,
    In ESS / Leave request / Show overview of Leave in the field "Leave Since" we try to put a date in the past and we receive the following message : Display possible as of 07.10.2008 only .
    Is that due to configuration ? Is that standard SAP to display only "future" Leave ?
    Thank you .

    Thanks. Prompt reply!
    Iu2019ll give it a go. That does seem to be missing from the system I have found this problem.

  • ESS Payslip : Show Overview - Error

    Hi,
    I am getting the following error when i click on Show OVerview drop down. This is error is happing for few employees, for some employees it is working perfectly. all the employees have been assigned with the same set of roles.
    And I have implemented the BADI xssREMINTERFACE. Your timely help will be appreciated.
    Thanks
    Jay
    Critical Error
    A critical error has occured. Processing of the service had to be terminated. Unsaved data has been lost.
    Please contact your system administrator.
      Internal error in Salary Statement service: PYXX_READ_PAYROLL_RESULT 09107866 00037   
      Internal error in Salary Statement service: PYXX_READ_PAYROLL_RESULT 09107866 00037:com.sap.pcuigp.xssfpm.java.FPMRuntimeException: Internal error in Salary Statement service: PYXX_READ_PAYROLL_RESULT 09107866 00037
         at com.sap.pcuigp.xssfpm.java.MessageManager.raiseException(MessageManager.java:112)
         at com.sap.pcuigp.xssfpm.java.MessageManager.raiseException(MessageManager.java:122)
         at com.sap.xss.hr.rep.fcrfw.FcRepFramework.reportBapiRet2Error(FcRepFramework.java:525)
         at com.sap.xss.hr.rep.fcrfw.FcRepFramework.callRfcExecAction(FcRepFramework.java:374)
         at com.sap.xss.hr.rep.fcrfw.FcRepFramework.execAction(FcRepFramework.java:302)
         at com.sap.xss.hr.rep.fcrfw.wdp.InternalFcRepFramework.execAction(InternalFcRepFramework.java:260)

    Hi Jayanti
    I am facing the same issue and I think this is a Authorization issue only.
    I had assigned all the SAP standard ESS roles to my users but still facing the same issue.
    Please help me regarding this.. Please let me knw which Authorization object you had used to solve this issue.
    Appreciate your help
    Thanks
    Sheetal

  • ESS Pay check "Show Overview" Service erroring out

    Hi All,
    ESS Pay check service is giving error, When executed it displayes pdf form, with buttons to go to next and previous pay stubs. But when I click on show overview, it is giving an error. The same webdynpro code works fine on Sandbox, but not in dev and quality portals. Is there any configuration required in ECC for this? Please suggest any other you might think of causing this issue,
    Here is the error..,
    The initial exception that caused the request to fail, was:
       java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
        at java.util.ArrayList.RangeCheck(ArrayList.java:507)
        at java.util.ArrayList.get(ArrayList.java:324)
        at com.sap.tc.webdynpro.progmodel.context.Node$ElementList.getElement(Node.java:2034)
        at com.sap.tc.webdynpro.progmodel.context.Node$MappedElementList.getElement(Node.java:2399)
        at com.sap.tc.webdynpro.progmodel.context.Node.getElementAtInternal(Node.java:621)
        ... 50 more
    See full exception chain for details.
    Detailed Exception Chain
    java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
         at java.util.ArrayList.RangeCheck(ArrayList.java:507)
         at java.util.ArrayList.get(ArrayList.java:324)
         at com.sap.tc.webdynpro.progmodel.context.Node$ElementList.getElement(Node.java:2034)
         at com.sap.tc.webdynpro.progmodel.context.Node$MappedElementList.getElement(Node.java:2399)
         at com.sap.tc.webdynpro.progmodel.context.Node.getElementAtInternal(Node.java:621)
         at com.sap.tc.webdynpro.progmodel.context.Node.setLeadSelection(Node.java:753)
         at com.sap.xss.hr.rem2.selection.SelectionView.wdDoModifyView(SelectionView.java:141)
         at com.sap.xss.hr.rem2.selection.wdp.InternalSelectionView.wdDoModifyView(InternalSelectionView.java:433)
         at com.sap.tc.webdynpro.progmodel.generation.DelegatingView.doModifyView(DelegatingView.java:78)
         at com.sap.tc.webdynpro.progmodel.view.View.modifyView(View.java:337)
         at com.sap.tc.webdynpro.clientserver.cal.ClientComponent.doModifyView(ClientComponent.java:481)
         at com.sap.tc.webdynpro.clientserver.cal.ClientComponent.doModifyView(ClientComponent.java:488)
         at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.doModifyView(WindowPhaseModel.java:551)
         at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.processRequest(WindowPhaseModel.java:148)
         at com.sap.tc.webdynpro.clientserver.window.WebDynproWindow.processRequest(WebDynproWindow.java:335)
         at com.sap.tc.webdynpro.clientserver.cal.AbstractClient.executeTasks(AbstractClient.java:143)
         at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.doProcessing(ApplicationSession.java:313)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessingPortal(ClientSession.java:733)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessing(ClientSession.java:668)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doProcessing(ClientSession.java:250)
         at com.sap.tc.webdynpro.clientserver.session.RequestManager.doProcessing(RequestManager.java:149)
         at com.sap.tc.webdynpro.clientserver.session.core.ApplicationHandle.doProcessing(ApplicationHandle.java:73)
         at com.sap.tc.webdynpro.portal.pb.impl.AbstractApplicationProxy.sendDataAndProcessActionInternal(AbstractApplicationProxy.java:860)
         at com.sap.tc.webdynpro.portal.pb.impl.localwd.LocalApplicationProxy.sendDataAndProcessAction(LocalApplicationProxy.java:77)
         at com.sap.portal.pb.PageBuilder.updateApplications(PageBuilder.java:1257)
         at com.sap.portal.pb.PageBuilder.SendDataAndProcessAction(PageBuilder.java:325)
         at com.sap.portal.pb.PageBuilder$1.doPhase(PageBuilder.java:826)
    I appreciate your time,
    Thanks
    Surya

    This error occurred casue of BADI we implemented.., accoding to one SAP note, you just cant implement a method of a BADI, we need to implement every method of it and activate altogether. This made the trick..,
    Thanks
    Murthy

  • TS2446 my app store is not working, i tired signing in but showing me "An unknown error has occurred" my password is not wrong, please and someone help, because i need to update my macbook air. thank you

    my app store is not working, i tired signing in but showing me "An unknown error has occurred" my password is not wrong, please and someone help, because i need to update my macbook air. thank you... how can i make it work?

    I cannot sign out. When I go to the iTunes & App Stores in settings, The Apple ID field shows my id but it is faded and I cannot select the field.

  • Cannot print pdf on my mac 10.9.4 shows all types of error

    I can't print at all, it shows all kinds of errors, some say "no page was selected" if is a PDF from internet , when is from a down laod say error document cannot be printed and it quits by itself, say internal error and shuts down acrobat or it says go to acrobat and sign the agreement (which I did already 100 times) I downloaded version 11.0.07, I don't know if this is the problem, I went to apple store, they told me contact acrobat cus it was them, and I called hp to reset printer, they said it was acrobat reader.

    Do you have at least 4 GBs of RAM installed and at least 20 GBs of free space on your hard drive.
    Reinstall Lion, Mountain Lion, or Mavericks without erasing drive
    Boot to the Recovery HD:
    Restart the computer and after the chime press and hold down the COMMAND and R keys until the menu screen appears. Alternatively, restart the computer and after the chime press and hold down the OPTION key until the boot manager screen appears. Select the Recovery HD and click on the downward pointing arrow button.
    Repair
    When the recovery menu appears select Disk Utility. After DU loads select your hard drive entry (mfgr.'s ID and drive size) from the the left side list.  In the DU status area you will see an entry for the S.M.A.R.T. status of the hard drive.  If it does not say "Verified" then the hard drive is failing or failed. (SMART status is not reported on external Firewire or USB drives.) If the drive is "Verified" then select your OS X volume from the list on the left (sub-entry below the drive entry,) click on the First Aid tab, then click on the Repair Disk button. If DU reports any errors that have been fixed, then re-run Repair Disk until no errors are reported. If no errors are reported then click on the Repair Permissions button. When the process is completed, then quit DU and return to the main menu.
    Reinstall Lion, Mountain Lion, or Mavericks
    OS X Mavericks- Reinstall OS X
    OS X Mountain Lion- Reinstall OS X
    OS X Lion- Reinstall Mac OS X
         Note: You will need an active Internet connection. I suggest using Ethernet
                     if possible because it is three times faster than wireless.

  • TS3694 i can't restore my iphone 3g it's showing me a code error 1015

    i can't restore my iphone 3g it's showing me a code error 1015

    Google "Error 1015" and you will find a solution.

  • HT201077 photos not getting added up in my photostream. It's showing some kinda registry error in my windows. Plz help

    photos not getting added up to my photostream. It's showing some kinda registry error in my windows. Plz help!!

    Hi Melissa_C!
    I have an article for you that may help shed light on this circumstance:
    iCloud: My Photo Stream FAQ
    http://support.apple.com/kb/ht4486
    How long are My Photo Stream photos stored in iCloud?
    The photos you upload to My Photo Stream are stored in iCloud for 30 days to give your devices plenty of time to connect and download them.
    How many photos are stored in My Photo Stream on my devices and computers?
    iCloud pushes all your photos to the My Photo Stream album on your devices and computers, and manages them efficiently, so you don’t run out of storage space.
    Your iOS devices keep a rolling collection of your last 1000 photos in the My Photo Stream album. From there, you can browse your recent photos or move the ones you like to your Camera Roll or another album to keep them on your device forever.
    Because your Mac and PC have more storage than your iOS devices, you can choose to have all of your My Photo Stream photos automatically downloaded. In iPhoto or Aperture preferences on your Mac, select Photos (or Photo Stream) > My Photo Stream > Automatic Import. All of your photo stream photos will be imported into your Events, Projects, Photos, Faces, and Places folders in iPhoto or Aperture. On your PC with My Photo Stream enabled in the Control Panel, all of your photos will be imported into C:\\Users\<user name>\Pictures\iCloud Photos\My Photo Stream. For iCloud Control Panel 2.0 to 2.1.2 users, the path isC:\\Users\<user name>\Pictures\Photo Stream\My Photo Stream .
    Thanks for being a part of the Apple Support Communities!
    Regards,
    Braden

  • When executing a query showing as ABAP runtime error RAISE_EXCEPTION

    Hi all,
    When i executed a query, it is showing as ABAP runtime error RAISE_EXCEPTION in the short dump.
    This is the Analysis in Short dump (ST22)...............
    Exception condition "DATE_BEFORE_RANGE" raised.   
    What happened?                                                                               
    The current ABAP/4 program encountered an unexpected  
    situation. 
    Error analysis                                                                               
    A RAISE statement in the program "SAPLSCAL" raised the exception
    condition "DATE_BEFORE_RANGE".                                  
    Since the exception was not intercepted by a superior program   
    in the hierarchy, processing was terminated.                                                                               
    Short description of exception condition:                                                                               
    Date is earlier than factory calendar definition                                                                               
    For detailed documentation of the exception condition, use      
    Transaction SE37 (Function Library). You can take the called    
    function module from the display of active calls.               
    How to correct the error                                                                               
    You may able to find an interim solution to the problem                       
    in the SAP note system. If you have access to the note system yourself,       
    use the following search criteria:                                                                               
    "RAISE_EXCEPTION" C                                                           
    "SAPLSCAL" or "LSCALU06"                                                      
    "DATE_CONVERT_TO_FACTORYDATE"                                                                               
    or                                                                               
    "SAPLSCAL" "DATE_BEFORE_RANGE"                                                                               
    or                                                                               
    "WRITEQUERY " "DATE_BEFORE_RANGE"                                                                               
    Could you pls any one tell me what could be the problem and how to reslove this issue.
    Thanks & Regards,
    Ravi Kumar.

    Hi Andre,
    Maintain your factory calendar idents Valid To year field (BJAHR) in Table TFACD
    You can do this via tcode SCAL, or navigate through SPRO.
    Most likely you have your factory calendars set with Valid To dates as 2010. You may also be encountering some load issues depending on exit routines used in transformations in determining workdays/factory days etc.
    Thanks,
    Eric Filmer

  • When i restored my iphone 5 it shows 4013 and 4005 error and my phone was stuck with apple logo and above some letters where also there in black and white colour .

    when i restored my iphone 5 it shows 4013 and 4005 error and my phone was stuck with apple logo and above some letters where also there in black and white colour . pls say me how to fix this plssss . my email = **********
    <E-mail Edited by Host>

    Wrong Forum

  • HT1414 my mobile it's locked and i can't restore it or re-download the software again and it showing a message unknown error what do i have to do ?

    my mobile it's locked and i can't restore it or re-download the software again and it showing a message unknown error what do i have to do ?

    Try to connect in recovery mode, explained here:
    iOS: Unable to update or restore

  • Hey guys, when i try and log in to itunes, even though the details are correct it is showing up as an error and not allowing me access to my account.. could anyone help??

    Hey guys, when i try and log in to itunes, even though the details are correct it is showing up as an error and not allowing me access to my account.. could anyone help?

    what is the error?

  • HT201263 hello guyz i m having problem while restoring my iphone 4.It is showing me the 1600 error before that it showed 3194 error i fixed that after that it showed me the error 1601 also i fixed it but now with 1600 plz plz help me guyz

    hello guyz i m having problem while restoring my iphone 4.It is showing me the 1600 error before that it showed 3194 error i fixed that after that it showed me the error 1601 also i fixed it but now with 1600 more then 20 times tried but no advantage plz guyz help me?

    iTunes: Specific update-and-restore error messages and advanced troubleshooting - http://support.apple.com/kb/TS3694 - relating to iPad, iPhone, iPod touch, iTunes

  • Adobe CSXS Infrastructure 4 update leaves Error code U44M1P7

    Adobe CSXS Infrastructure 4 update leaves Error code U44M1P7. What does this mean?

    Ah, found the real logs....
    01/24/14 11:36:46:263 | [INFO] |  | OOBE | DE |  |  |  | 7344 | CustomizedPatch property not found in database
    01/24/14 11:36:46:263 | [INFO] |  | OOBE | DE |  |  |  | 7344 | Beginning installation for payload at d:\temp\Adobe\AAMUpdater\AdobeCSXSInfrastructure4-4\4.0.2\setup\payloads\AdobeCSXSInfrast ructure4-mul-261213100542\Install.db
    01/24/14 11:36:46:274 | [ERROR] |  | OOBE | DE |  |  |  | 7344 | DF022: File corruption detected. Re-install the product & then apply the patch again. (Pre checksum mismatch for file "C:\Program Files (x86)\Common Files\Adobe\CEPServiceManager4\zlib1.dll")(Seq 4)
    01/24/14 11:36:46:274 | [WARN] |  | OOBE | DE |  |  |  | 7344 | DW063: Command ARKPatchCommand failed.(Seq 4)
    Seems something is corrupted, but no idea what or how to reinstall it!

  • Hello my creative cloud icon shows a red download error tag that states to contact customer support. Please advise

    My creative cloud icon shows a red download error tag that states to contact customer support. Every app appears to be updated
    Is this a bug. Should I be concerned?

    NObody can tell you anything without exact system information and other technical details.
    Mylenium

Maybe you are looking for

  • Payload inside the ENVELOP  is required.

    Hi All We have executing RFC -Soap scenerio data is sending to TIBCO system . As per Business requirement they are asking payload with ENVELOP . Like below message ================================================================ soapenv:*Envelope* xm

  • All rows in table do not qualify for specified partition

    SQL> Alter Table ABC 2 Exchange Partition P1 With Table XYZ; Table altered. SQL> Alter Table ABC 2 Exchange Partition P2 With Table XYZ; Exchange Partition P2 With Table XYZ ERROR at line 2: ORA-14099: all rows in table do not qualify for specified p

  • Optimal Block Size for Xserve's RAID hosting Final Cut Server

    What would be the optimal block size for the software RAID on the machine that will be hosting Final Cut Server? The default is 36K. Since FCS is essentially a database, would be the optimal settings? Any glimpse what data size chunks FCS write to th

  • UWL Task Assignment Inbox issue...

    Hi All, If a request is forwarded by  person "A", to another person "B", then the workflow is triggered for the person "B", but person "A", still can see the request in his UWL inbox. But when he opens the request, it is showing as "The Action has be

  • Searching for 40.8.003 version to my 5230

    hallo all ; in "over the air" i donwnload software version 40.0.003 for my 5230 ; i knew via nokia.fr that software version 40.8.003 for 5230 exist but i don't found it to download ; can someone help me to find this version? and this version include