Issue with Task Scheduler on win 2012 R2

Hi All,
I am running a powershell script on windows server 2012 R2. It runs fine when i run it with powershell.
And when i create task and choose option " Run only when the user is logged in" it works fine.
But the issue is when i select "Run whether is the user is logged in or not" And with highest privilege it doesn't work.
Tried solution:
created a folder (or two on a 64bit-windows):
(32Bit, always)
C:\Windows\System32\config\systemprofile\Dektop
(64Bit)
C:\Windows\SysWOW64\config\systemprofile\Desktop
as the powershell creates a excel and saves it in the some folder.
not sure what is causing it.
Any help on this will be appreciated.

Hi,
From the
Task Security Context article, we can get following description.
You can specify that a task should run even if the account under which the task is scheduled to run is
not logged on when the task is triggered. To do this, select the radio button labeled Run whether user is logged on or not. If this radio button is selected, tasks will not run interactively. To make a task run interactively, select the Run only when user
is logged on radio button.
Just a confirmation, did your PowerShell script involve any operation of mapped drive? If involved, please
use the full UNC path and monitor the result. Please refer to following similar thread and check if can help you.
Task
Scheduler Problem (run whether user is logged on or not)
Meanwhile, please open this scheduled task’s Properties and navigate to History tab, then check if find some
relevant events.
View Task Properties and History
If any update, please feel free to let us know.
Hope this helps.
Best regards,
Justin Gu

Similar Messages

  • Issues With CS4 Installation on Win 8?

    I purchased CS4 (Web Premium) on  disc several years ago, and it has been working fine on my  Win XP computer ever since. The Adobe software has all the current  updates, though I am using the CS4 version of Acrobat Pro (9.xx) rather  than a more recent (free) version of Reader.,
    Unfortunately,  my computer's hard drive has fried, and I just purchased a new Windows 8  machine, which will arrive shortly.  I am trying to determine:
    1. Are there any general issues with CS4 installation on Win 8 that I should know about in advance?
    2. Are there specific procedures (de-activation?) that I need to follow BEFORE attempting the installation on the new computer?
    3. Other than specific user issues, are there problems with CS4 versus Windows 8 that I would not encounter with Windows 7.
    I  enhance photos and create web sites for a living, so the CS4  installation is mission-critical. I am hoping I did not make a mistake  in ordering a Win 8 machine...
    Thanks for any and all insights.

    OK, fair enough. Maybe someone who has actually experienced this situation (CS4 --> Win 8 machine) might see this and offer some tips to avoid hassles. But I will try the install as soon as I get the new machine and post any ensuing issues/problems here.
    As for de-activation of the previous installation on the XP machine, that is now impossible, as the hard-drive is fried. Unless there is a way to de-activate an installation some other way (without actually opening the programs).  That said, I AM able to access files on the fried harddrive, so if there is a specific file that controls de-activation, I could access it on the old machine.  However, I may not be able to actually RUN said file on that machine, but can copy it to a stick and move it elsewhere. So, any thoughts on deactivation of an installation on a deceased computer?

  • Running a .cmd file at startup using Task Scheduler on Windows 2012 R2 server

    Hello,
    I've recently tried to get a simple .cmd file running at server startup on my Windows 2012 R2 server.
    The .cmd (test.cmd) file contains the following:
    C:
    cd C:\SomeFolder\
    call Some.exe file "Argument1" "Argument2"
    I've ensured that the local administrator user [someuser01] has full control of the C:\SomeFolder
    I've also ensured that someuser01 is part of Log on as Batch Job
    in Local Security Policy
    To try running it as startup, I tried using Task Scheduler.
    General Tab: I set the user (local administrator account [someuser01] ) and ticked the options
    Run whether logged on or not, Do not Store Password, Run with Highest Privileges
    Triggers: At System Startup, Ticked Enabled
    Actions: Start a Program. Program/Script: test.cmd, Add arguments: [Blank], Start in: C:\SomeFolder
    Conditions: Unticked all conditions
    Settings: Ticked only the following --> Allow task to be run on demand, If the running task does not end...force to stop
    Then I clicked OK and was prompted for someuser01's credentials.
    I then restarted the server.
    Upon logging in as administrator, I checked the task scheduler, and I found that the task did not run (Last Run Time: Never)
    I've been able to run it manually (click Run on the task in Task scheduler) without any problems.
    I just cannot get it to run at startup as I've instructed Task Scheduler to do.
    Any ideas on what might be causing this problem?
    Thanks.

    Hello Dave Patrick,
    I've also tried this approach and I came across this error after I try to enter someuser01's credentials:
    An error has occured for the task sometask01. Error message: The following error was reported: A specified logon session does not exist. It may already have been terminated..
    After doing some research, this new error is caused by a setting in Local Security:
    Local Security Policy --> Security Options --> Network Access: Do not allow storage of passwords and credentials for network authentication --> Enabled
    Unfortunately, I cannot disable this Security Policy due to our company's internal restrictions.
    Just to clarify, the reason that the task does not run at startup is because of a logon failure because the password was not stored for
    someuser01 ?
    However, I cannot allow storage of the password because of our our company's internal restrictions.
    Is there a possible workaround for this..?
    Thanks!

  • Issues with windows 7 after Labview 2012 installation

    Hi
    I am having some issues after installing Labview 2012 on machines running Windows 7. Firstly, after installing a program on a user's machine, the machine sometimes takes 20 minutes to boot up before the user can log on. The 'Please Wait' message appears during this time. This is also the case on the development machine.
    Secondly, on the development machine, I am having an issue when trying to run compiled programs created in Labview. When installing, everything works fine but when I go to open the program, it appears on the task bar for a brief period before closing. It does not appear in the task manager either. I have tried this on 2 other machines with windows 7 and Labview installed and still get the same issue.
    Any help on these matters would be much appreciated. Thank you

    Hi
    Firstly, looking at the issue with the slow Windows 7 boot up time, as Norbert_B suggested the Windows Event Log is a good starting point to find the root of the problem. The following link describes how to launch “Event Viewer” and some common problems:
    http://itexpertvoice.com/home/what%E2%80%99s-taking-so-long-how-to-fight-slow-startup-times-in-windo...
    Aside from that, if your computer is part of a domain, the problem may be connected with certain Windows Services that start automatically on boot up. I recommend trying the following steps:
    Open up “Control Panel” go to “System and Security” then “Administrative Tools” from here launch “Services”.
    Sort the list by name and scroll down to “Network Store Interface Service” right click and select “Properties”. Under the startup type dropdown select “Automatic (Delayed Start)”.
    Next scroll down to the “WebClient” service again under “Properties” this time select “Disabled” under the startup type.
    As for the problem with running LabVIEW executables, I have a few questions:
    Do you get any error codes when it closes automatically?
     Does this occur for multiple executables or just one in particular?
     Does the code run without a problem within LabVIEW?
     Have you tried to update LabVIEW?
    What hardware are you running?
    Without this information I can only think it may be caused by the Windows Data Execution Prevention (DEP) security feature. So you can try the following steps:
    Right click on “Computer” and select “Properties”.
    Click on “Advanced System Settings” and select the “Advanced tab, then under the performance section click “Settings”.
    Click the “Data Execution Prevention” tab.
    Make sure it is activated for essential Windows programs and services only, or you have an exception for your EXE.
    You may also find the following link helpful on debugging applications:
    http://zone.ni.com/reference/en-XX/help/371361H-01/lvhowto/debug_apps_dlls/
    Let me know if these solve the problems.
    Andrew.N
    Applications Engineer
    National Instruments

  • Driver issues with HP Z440 and SCCM 2012 R2?

    Greetings, we received our first charges of Z440 workstations last week. We immediately downloaded the HP Z440 driverpack from http://ftp.hp.com/pub/caps-softpaq/cmit/HP_Driverpack_Matrix_x64.html and imported those into our System Center Configuration Manager 2012 R2. Of course we did use the Win 8.1 drivers to inject into our boot image and wie normally imported the Windows 7 drivers for the Windows 7 deployment.Well, unfortunately SCCM WinPE5 does not show any drives installed, even with the correct drivers installed. We even tried to import  the WinPE 5 driver pack and the drivers from SoftPaq download manager, but none of those seemed to work. Is there any known issues with Z440s drivers and SCCM? Please help me out on this, it's pretty urgent. Thank you & kind regards

    The problem cannot be replicated. My Z440 has an 1TB WD SATA drive attached to port 0 of sSATA 6 Gb/s. Download and install the ´Windows Assessment and Deployment Kit (Windows ADK) for Windows 8.1 Update´:   https://www.microsoft.com/en-US/download/details.aspx?id=39982 Download and extract the ´Intel Rapid Storage Technology Enterprise Utility and Driver for Microsoft Windows (64-bit Editions)´, 4.1.0.1046 B(12 Nov 2014), sp69762.exe:http://h20564.www2.hp.com/hpsc/swd/public/detail?sp4ts.oid=6978829&swItemId=wk_139802_1&swEnvOid=4059 Copy the IRST driver “64bit_RSTe_4.1.0.1046_F6_Drivers” abd sub folders into “C:\z440_x64\64bit_RSTe_4.1.0.1046_F6_Drivers” Open the ´Deployment and Imaging Tools Environment´ command window as administrator and create bootable USB media:copype amd64 c:\winpe_x64 Dism /Mount-image /ImageFile:c:\winpe_x64\media\sources\boot.wim /index:1 /MountDir:c:\winpe_x64\mountDism /Add-Driver /image:C:\winpe_x64\mount /driver:C:\z440_x64 /recurseDism /Get-Drivers /image:C:\winpe_x64\mountdism /unmount-wim /Mountdir:c:\winpe_x64\mount /commitMakeWinPEMedia /UFD c:\winpe_x64 d: Boot Z440 to F10 Setup.Set Factory Defaults and exit.Boot to WinPE media created above.I also tested the wim file as the boot image in SCCM 2012. The hard drive is detected correctly. 

  • Strange issue with WEBI schedule Report

    Hi All,
    I have a strange issue with schedule WEBI reports, a schedule report runs for Hours , i reschedule it again by deleting the instance and the schedule report never got succeed even after running for hours.
    Any idea???
    regards

    Hi Manoj,
    1. Try to put some filters in the report and then run the report. if it takes less time, then probably your query is fetching very    large data.
    2. MDX query error may be the reason , this error come when a query runs endless, please try running the query 2-3 times, or when load on server is less.
    Hope this will help,
    Anamika.

  • Creating Oracle Job with Task Scheduler

    Hi,
    Platform: Oracle10g R2, Windows 2003 Server
    I have the below script on my Linux server that backups up the database. It's run via crontab.
    --------------- script ---------------------
    -- Environment variables goes here
    cd $ORACLE_HOME/bin
    ./rman target / <<EOF
    startup mount;
    backup database plus archivelog delete input;
    delete noprompt obsolete;
    alter database open;
    I want something similar I can do on windows like .bat file that I can schedule to run via Task Scheduler.
    Any help please?
    Thnaks and regards,
    Creems

    Hi AG,
    I tried to do that but it's not working.
    But I did something similar for auto-delete of flashback logs and it works but the backup thing aint working.
    What can I do?
    Here is what I did for the auto-flashback delete
    =======
    RunSQL.bat
    =======
    -- content of RunSQL.bat
    @ECHO OFF
    TITLE Resetting Flashback Logs
    CLS
    ECHO Please be patient. This will take some time.
    ECHO.
    ECHO.
    SET ORACLE_SID=PROD
    sqlplus.exe /nolog @del_flashback.sql
    ECHO.
    ECHO.
    ECHO FLASHBACKs reset. Please continue with your other procedures.
    ECHO.
    ==========
    del_flashback.sql
    ==========
    -- content of del_flashback.sql
    connect /nolog
    conn sys/oracle as sysdba
    SHOW USER
    shutdown immediate
    startup mount
    alter database flashback off;
    alter database flashback on;
    alter database open;
    SHOW USER
    exit
    This works, but when I did the same with RMAN backup it doesn't.
    Any more help please?
    Thanks and regards,
    Creems

  • Issue with Temp tables in SSIS 2012 with RetainSameConnection=true

    Hello,
    We have few packages written in 2008 and are being upgraded to 2012. Our package mostly uses temp tables during the process.  During initial migration, we faced issue with handling temp table in the OLE Db destination provider and found a solution for
    the same under 
    usage of Temp tables in SSIS 2012
    Most of our packages execute fine now. 
    we came across a different issue recently. For one of our package, which merges 3 feeds into a temp table and then executes a stored procedure for processing, the package fails intermittently.
    Below are properties of SSIS and its components, which you might be interested
    * Retainsameconnection for the OLE Db connection manager set to True
    * properties of OLEDB Destination 
    AccessMode : SQL Command
    CommandTimeOut : 0
    SQLCommand : Select * from #tmp
    * using SSIS 2012 and SQL OLEDB Native Provider 11 (Provider=SQLNCLI11.1)
    * one of the feed is 10MB
    During investigation using profiler, found that though I use RetainSameConnection, I often  could see that more than one SPId is used during the scope of SSIS execution and when ever this happens, package fails with below error message 
    An OLE DB record is available. Source: "Microsoft SQL Server Native Client 11.0" Hresult: 0x80040E14 Description: "Statement(s) could not be prepared.".
    An OLE DB record is available. Source: "Microsoft SQL Server Native Client 11.0" Hresult: 0x80040E14 Description: "Invalid object name '#tmp'."
    Now, Why SSIS uses a different SPId during its execution when RetainSameconnection is set to True (note : I have only one OLEDB connection in that package)? 
    To simulate the issue, Instead of 10MB file, I used a 500KB file and execute the package twice and all went fine.
    Is it because of 10 MB file taking long time to process causing the time out of that OLEDB destionation forcing the SSIS to go for another connection? but remember, CommandTimeout is set to infinite(0) for that OLEDB destination. 
    Much appreciated your response. 

    Hey,
    I understand you used Retainsameconnection property true for all the OLEDB connections you used in the package if not make sure its for all the connection including file connection as well.
    Additionally, you can try to set Delayvalidation property to true for all the dataflows and control flows in the connection and try running the package for 10MB file.
    I hope this will fix the intermittent failure issue you are facing with SSIS.
    (Please mark solved if I've answered your question, vote for it as helpful to help other user's find a solution quicker)
    Thanks,
    Atul Gaikwad.

  • Server 2008 R2: Setting up a custom schedule with task scheduler

    I am trying to schedule a task using Server 2008 R2 Task Scheduler
    I've been googling and searching for an answer on how to do this. I could easily do it on Server 2003.
    I need to run a program (custom) that updates some tables in a database.
    I need to run it Monday thru Saturday at 20 minutes after the hour from 7:20 am through 5:20pm. Not on Sunday and not at night (only normal business hours)
    These are the steps I am following: I create task, General, I enter the description, Then triggers, new, select weekly, select start date and time, select the days I want (every day except sunday), repeat the task every hour, for a duration of (all I can
    choose is 12 hours).. This is where I am stuck. I guess I could choose 12 hours but I need it to stop at 5:20 pm not 7:20pm. Has anybody done something similar to this?

    Go ahead and choose something appropriate in dropdowns on Edit Trigger then over-type them with whatever you want.
    Regards, Dave Patrick ....
    Microsoft Certified Professional
    Microsoft MVP [Windows]
    Disclaimer: This posting is provided "AS IS" with no warranties or guarantees , and confers no rights.

  • Any known ID CS5.5 issues with new MacBook Pro (mid 2012)?

    ID CS 5.5 Version 7.5.3
    Mac OS X Version 10.7.4
    MacBook Pro 13 in (mid 2012)
    ID crashes while deleting pages.
    No such issues with my previous MacBook Pro (mid 2009) or a 27 in IMAC (mid 2010). Same software versions. Any ideas?

    Yeah, I was kinda worried since it is new. I thought maybe I could somehow adjust the brightness on the screen to make the bottom and corners brighter. And perhaps it was a software issue that was causing the keyboard to malfunction. And definitely have no clue about the headphone jack noises. And the bent display. Hmmm. I guess I will call AppleCare.

  • Apple 27'' Cinema display issue with nvidia quadro 1800 - Win 7 64bit

    Hello,
    I'm trying to help out a buddy of mine with his cinema monitor.
    He has a Windows 7 x64 machine, with a Nvidia Quadro 1800 - monitor hooked in via DVI port.
    Basically when you boot the PC up with the Apple monitor, the monitor turns on and backlit but no display, no options for BIOS or anything like that, just lit up and black screen.
    I can boot up the PC with a Dell monitor and it boots up fine - and if I take the DVI out of the Dell monitor and plug it in to the Apple monitor while the machine is up and running, the Apple monitor comes on and works without issue - however, if you were to reboot it, or if it goes to sleep - I lose the Apple monitor, and have to start the process over.
    The Windows machine recognizes the Apple monitor, it displays as Cinema monitor - all the video card drivers are up to date - also had the same issue with a previous video card (I swapped the video cards out thinking initally it was a bad video card)
    What am I missing? 
    Thanks!

    Hello,
    I'm trying to help out a buddy of mine with his cinema monitor.
    He has a Windows 7 x64 machine, with a Nvidia Quadro 1800 - monitor hooked in via DVI port.
    Basically when you boot the PC up with the Apple monitor, the monitor turns on and backlit but no display, no options for BIOS or anything like that, just lit up and black screen.
    I can boot up the PC with a Dell monitor and it boots up fine - and if I take the DVI out of the Dell monitor and plug it in to the Apple monitor while the machine is up and running, the Apple monitor comes on and works without issue - however, if you were to reboot it, or if it goes to sleep - I lose the Apple monitor, and have to start the process over.
    The Windows machine recognizes the Apple monitor, it displays as Cinema monitor - all the video card drivers are up to date - also had the same issue with a previous video card (I swapped the video cards out thinking initally it was a bad video card)
    What am I missing? 
    Thanks!

  • Issues with IE 64bit on Win 7

    Hello Friends,
    We recently upgraded our PC's to Win 7 64bit version and these are our PC configurations
    - Win 7 OS 64bit
    - Office 2010 Professional Plus 2010 64bit
    - IE 8 64bit
    These are the issues we are facing:
    1: "Datasheet View" button on ribbon interface is disabled
    2: "Open with windows explorer" is disabled.
    Please let us know how to fix these issues or any workarounds

    This is tied to the 64-bit version of Office.  IE needs an ActiveX control that the 32-bit version of Office installs. 
    Check this post:
    http://social.technet.microsoft.com/Forums/sharepoint/en-US/27db4019-0492-47df-be90-675b459d2774/datasheet-view-disabled?forum=sharepointadminprevious
    And this one:
    http://social.technet.microsoft.com/Forums/sharepoint/en-US/2b763d7d-8af7-498e-86bd-53d4bb4bd97a/open-with-explorer-greyed-out-foundation-2010?forum=sharepointadminprevious
    Brandon Atkinson
    Blog: http://sharepointbrandon.com

  • Configuration issue with SP 2013 and SSRS 2012

    Hi
    I have installed sql server 2013, SP 2013 and PS 2013 in same server. Getting error when i try to configure
    Reporting services Integration
    and path is Central admin -> General application settings --> Reporting services Integration --> 
    provided url for Report Server Web Service URL (copied url from Report manager URL in Reporting services configuration manage and verified URL working fine)
    Error:
    Failed to establish connection with report server. Verify the server URL is correct or review ULS logs for more 
    information. Product area: SQL Server Reporting Services, Category: Configuration Pages
    USL Logs
    Failed to retrieve RS configuration information: System.Net.WebException: The request failed with HTTP status 404: 
    Not Found.     at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, 
    WebResponse response, Stream responseStream, Boolean asyncCall)     at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)     at Microsoft.SqlServer.ReportingServices2010.ReportingService2010.GetReportServerConfigInfo(Boolean
    ScaleOut)
     at Microsoft.ReportingServices.SharePoint.UI.RSIntegrationSettings.GetReportServerConfigInfo(IList`1& configInfos)              
    Did i missed out any steps
    Regards
    Santosh

    Hi Santosh,
    I think the Reporting Services integration works with SQL Server 2008/2008 R2. When the SQL Server 2012 is installed, there is an option to install Reporting Services - SharePoint bits. Details can be found here:
    http://msdn.microsoft.com/en-gb/library/jj219068(v=sql.110).aspx
    Once the Reporting Services components have been installed you should be able to configure the SQL Server Reporting Service Application and use the Reporting Services content types in your SharePoint libraries
    Hope this helps
    Paul

  • Issue with Task in UWL

    Hi Guys,
                 I got issue in Production like , if the employee applying leave ,all the requests are going under one task item in uwl.
    Please help me out.

    Hi,
    What is the status in backend?
    Check in SWI5 and analyse the load of manager whether separate workitems are created or same workitem carrying all the requests?
    Are you using standard or custom workflow?
    Cheers,
    Raja.D

  • Custom tag lib issue with task flow in portal

    Dear Experts,
    I am facing an issue and need your guidance
    I have a ADF task flow which is consumed in portal. My task flow uses a custom tag library.
    When I run the task flow on portal I am facing following issue:
    Caused by: oracle.jsp.parse.JspParseException:
    Error: Encountered deferred syntax #{ in template text. If intended as a literal, escape it or set directive deferredSyntaxAllowedAsLiteral
      at oracle.jsp.parse.JspParseTagXMLTextContainer.processAttributeForELFunctions(JspParseTagXMLTextContainer.java:118)
      at oracle.jsp.parse.JspParseTagXMLTextContainer.processAttributeValue(JspParseTagXMLTextContainer.java:103)
      at oracle.jsp.parse.JspParseTag.parseXMLSrc(JspParseTag.java:1565)
      at oracle.jsp.parse.JspParseTag.parse(JspParseTag.java:1610)
      at oracle.jsp.parse.JspParseTag.genXMLSrcTag(JspParseTag.java:886)
      at oracle.jsp.parse.JspParseTag.parseXMLSrcNextTag(JspParseTag.java:780)
      at oracle.jsp.parse.JspParseTag.parseXMLSrcBody(JspParseTag.java:1297)
      at oracle.jsp.parse.OpenJspTagHandler.parseXMLSrcBody(OpenJspTagHandler.java:782)
      at oracle.jsp.parse.JspParseTag.parseXMLSrc(JspParseTag.java:1572)
      at oracle.jsp.parse.JspParseTag.parse(JspParseTag.java:1610)
      at oracle.jsp.parse.OpenJspTagHandler.parse(OpenJspTagHandler.java:846)
      at oracle.jsp.parse.JspParseTag.genXMLSrcTag(JspParseTag.java:923)
      at oracle.jsp.parse.JspParseTag.parseXMLSrcNextTag(JspParseTag.java:780)
      at oracle.jsp.parse.JspParseTag.parseXMLSrcBody(JspParseTag.java:1297)
      at oracle.jsp.parse.OpenJspTagHandler.parseXMLSrcBody(OpenJspTagHandler.java:782)
      at oracle.jsp.parse.JspParseTag.parseXMLSrc(JspParseTag.java:1572)
      at oracle.jsp.parse.JspParseTag.parse(JspParseTag.java:1610)
      at oracle.jsp.parse.OpenJspTagHandler.parse(OpenJspTagHandler.java:846)
      at oracle.jsp.parse.JspParseTag.genXMLSrcTag(JspParseTag.java:923)
      at oracle.jsp.parse.JspParseTag.parseXMLSrcNextTag(JspParseTag.java:780)
      at oracle.jsp.parse.JspParseTag.parseXMLSrcBody(JspParseTag.java:1297)
      at oracle.jsp.parse.OpenJspTagHandler.parseXMLSrcBody(OpenJspTagHandler.java:782)
      at oracle.jsp.parse.JspParseTag.parseXMLSrc(JspParseTag.java:1572)
      at oracle.jsp.parse.JspParseTag.parse(JspParseTag.java:1610)
      at oracle.jsp.parse.OpenJspTagHandler.parse(OpenJspTagHandler.java:846)
      at oracle.jsp.parse.JspParseTag.genXMLSrcTag(JspParseTag.java:923)
      at oracle.jsp.parse.JspParseTag.parseXMLSrcNextTag(JspParseTag.java:780)
      at oracle.jsp.parse.JspParseTag.parseXMLSrcBody(JspParseTag.java:1297)
      at oracle.jsp.parse.JspParseTag.parseXMLSrc(JspParseTag.java:1572)
      at oracle.jsp.parse.JspParseTagFile.parseXMLSrc(JspParseTagFile.java:341)
      at oracle.jsp.parse.JspParseTagFile.parse(JspParseTagFile.java:256)
      at oracle.jsp.parse.OracleJsp2Java.transformImpl(OracleJsp2Java.java:439)
      at oracle.jsp.parse.OracleJsp2Java.transform(OracleJsp2Java.java:593)
      at oracle.jsp.runtimev2.JspPageCompiler.attemptCompilePage(JspPageCompiler.java:691)
      at oracle.jsp.runtimev2.JspPageCompiler.compileBothModes(JspPageCompiler.java:490)
      at oracle.jsp.runtimev2.JspPageCompiler.parseAndGetTreeNode(JspPageCompiler.java:457)
      at oracle.jsp.runtimev2.JspPageInfo.compileAndLoad(JspPageInfo.java:624)
      at oracle.jsp.runtimev2.JspPageTable.compileAndServe(JspPageTable.java:645)
      ... 120 more
    <XmlErrorHandler> <handleError> ADF_FACES-60096:Server Exception during PPR, #1

    Hi,
    Make sure you have the JSTL tag library selected in you deployment plan. Go to Project Properties->Deployments->your_deployment_profile->WWB-INF/Lib Contributors and check JSTL.
    Let me know if this worked for you!
    Regards,
    Mihai

Maybe you are looking for