Another slow rendering report

Hi all,
I'm having trouble with a very simple report that's rendering way too slow. And yes, I did look at all the other posts about performance, but none of them seem applicable. 
It's a very simple, single page, single integer parameter report, with between 1 and 4 or 5 rows in a dataset. The report is being exported as pdf, all via webservice to a frontend web application. As expected, TimeDataRetrieval and TimeProcessing are mostly
between 10 and 20ms with the rare exception. However, TimeRendering is anything from 500 to 50,000ms! That just seems to be a ridiculous amount of time! Using the SSRS web frontend the same report renders to RPL in about 700-800ms for the first one and then
10-50ms for following ones. Export to pdf this way still takes 13,000-16,000ms. 
I checked server loads, I can't even see memory or cpu change in response to a request. ReportServer database and temp database are well below 20mb each.
We're running sql server 2012 rtm. The reports ran on 2008r2 before with no such issues. I initially just attached the existing report databases, worked fine but soon noticed the slow response on the website, so I created a new one from scratch, same issue.
Ideas anyone? Surely this can't be right, especially since it's been running fine on 2008r2! What am I missing!?
Thanks heaps.

Take a look at AdditionalInfo xml column
SELECT * FROM [dbo].[ExecutionLog3]
You can see what task takes time  <TotalTimeDataRetrieval>59</TotalTimeDataRetrieval>
Best Regards,Uri Dimant SQL Server MVP,
http://sqlblog.com/blogs/uri_dimant/
MS SQL optimization: MS SQL Development and Optimization
MS SQL Consulting:
Large scale of database and data cleansing
Remote DBA Services:
Improves MS SQL Database Performance
SQL Server Integration Services:
Business Intelligence

Similar Messages

  • Slow rendering of JSP pages

    Hello,
    We are in the process of upgrading iPlanet 4.1 to 6.1Sp2. We have made enhancements to our code to support this effort, ie making our session bean serializable, adding the context dir in jsp to jsp calls.
    Right now we are noticing slow rendering speed for jsp pages compared to iPlanet 4.1. It seems the page loads to a certain point, there is about 2-4 second delay before the page completes loading.
    I've activated the monitor for performance statistics.
    Here is the perf dump.
    webservd pid: 8109
    Sun ONE Web Server 6.1SP2 B04/07/2004 16:09 (SunOS DOMESTIC)
    Server started Tue Jul 13 10:33:08 2004
    Process 8109 started Tue Jul 13 10:33:08 2004
    ConnectionQueue:
    Current/Peak/Limit Queue Length 0/1/4096
    Total Connections Queued 11
    Average Queue Length (1, 5, 15 minutes) 0.00, 0.00, 0.00
    Average Queueing Delay 0.15 milliseconds
    ListenSocket group1:
    Address http://10.201.1.53:80
    Acceptor Threads 1
    Default Virtual Server https-infa.net
    KeepAliveInfo:
    KeepAliveCount 2/256
    KeepAliveHits 44
    KeepAliveFlushes 0
    KeepAliveRefusals 0
    KeepAliveTimeouts 8
    KeepAliveTimeout 30 seconds
    SessionCreationInfo:
    Active Sessions 2
    Keep-Alive Sessions 0
    Total Sessions Created 48/256
    CacheInfo:
    enabled yes
    CacheEntries 27/1024
    Hit Ratio 82/140 ( 58.57%)
    Maximum Age 30
    Native pools:
    NativePool:
    Idle/Peak/Limit 1/1/128
    Work Queue Length/Peak/Limit 0/0/0
    Server DNS cache disabled
    Async DNS disabled
    Performance Counters:
    Average Total Percent
    Total number of requests: 57
    Request processing time: 1.2522 71.3780
    default-bucket (Default bucket)
    Number of Requests: 57 (100.00%)
    Number of Invocations: 866 (100.00%)
    Latency: 0.0003 0.0174 ( 0.02%)
    Function Processing Time: 1.2519 71.3606 ( 99.98%)
    Total Response Time: 1.2522 71.3780 (100.00%)
    Sessions:
    Process Status Function
    8109 response service-dump
    response service-j2ee

    Here is a sample of jsp that renders partially. Each page renders to the same spot for that page, then there is a 5-10 second delay before the page finishes.
    <-- Partial Page rendered -->
    <HTML>
    <HEAD>
    <TITLE> FAST : Health Check</TITLE>
    <link rel="stylesheet" type="text/css" href="/styles/table.css">
    <script>
    <!--
    if (top.location != location) top.location.href = location.href;
    //-->
    </script>
    </HEAD>
    <BODY BACKGROUND="/graphics/BACK25.jpg" BGPROPERTIES="FIXED">
    <SCRIPT>
    var menuBarOption = "";
    </SCRIPT>
    <SCRIPT>
    <!-- Begin
    var activeColor = "#COCOCO";
    var inActiveColor = "#000066";
    var whatColor = "#000066";
    var fontColor = "#COCOCO";
    document.write('<TABLE BORDER="0" CELLSPACING="0" CELLPADDING="0" WIDTH="780" height="80">');
    document.write('<TR>');
    document.write('<TD ALIGN="right" width="300" rowspan="2" bgcolor="#FFFFFF" valign="bottom"><a href="/"><img border="0" src="/graphics/infaheadbig2.jpg" align="absbottom" width="300" height="80"></a>');
    document.write('</TD>');
    document.write('<TD ALIGN="right" valign="bottom" bgcolor="#FFFFFF">');
    document.write('<table border="0" cellspacing="0" cellpadding="2" valign="bottom">');
    document.write(' <tr>');
    document.write('<td align="center">');
    document.write('<font face="Arial" size="1" color="#FFFFFF"><a target="_blank" href="http://www.forwardair.com"  style="color: red">www.ForwardAir.com</a>&nbsp</font><b><font size="3" color="#D3D0D5" face="Verdana"> | </font></b>');
    document.write('<font face="Arial" size="1" color="#FFFFFF"><a href="/" style="color: #000066">Home</a>&nbsp</font><b><font size="3" color="#D3D0D5" face="Verdana"> | </font></b>');
    document.write('<font face="Arial" size="1" color="#FFFFFF"><a href="/servlet/salesCRM/logon.jsp"  style="color: #000066">Sales & Marketing</a>&nbsp</font><b><font size="3" color="#D3D0D5" face="Verdana"> | </font></b>');
    document.write('<font face="Arial" size="1" color="#FFFFFF"><a href="/servlet/operations/logon.jsp" style="color: #000066">Operations</a>&nbsp</font><b><font size="3" color="#D3D0D5" face="Verdana"> | </font></b>');
    document.write('<font face="Arial" size="1" color="#FFFFFF"><a href="/servlet/corporate/login.jsp" style="color: #000066">Corporate</a>&nbsp</font><b><font size="3" color="#D3D0D5" face="Verdana"> | </font></b>');
    document.write('<font face="Arial" size="1" color="#FFFFFF"><a href="/fast/fast.htm" style="color: #000066">FAST</a></font>');
    document.write('</td>');
    document.write(' </tr>');
    document.write('</table>');
    document.write('</TD>');
    document.write('</TR>');
    document.write('<TR>');
    document.write('<TD ALIGN="left" bgColor="#FFFFFF" valign="bottom">');
    document.write('<table border="0" cellspacing="1" width="100%">');
    document.write('<tr>');
    whatColor = inActiveColor;
    fontColor = activeColor;
    if (menuBarOption == "AIRBILLS") {
       whatColor = activeColor;
       fontColor = inActiveColor;
    document.write('<td align="center" bgcolor="' + whatColor + '" valign="top" width="70"><font face="Arial" size="1" color="' +  fontColor + '">Airbills<br>');
    document.write('<a href="/servlet/airbills/fatnt.jsp">');
    document.write('<img border="0" src="/graphics/boxicon.gif" width="32" height="32"></a></font></td>');
    whatColor = inActiveColor;
    fontColor = activeColor;
    if (menuBarOption == "EMPLOYEES") {
       whatColor = activeColor;
       fontColor = inActiveColor;
    document.write('<td align="center" bgcolor="' + whatColor + '" valign="top" width="70"><font face="Arial" size="1" color="' +  fontColor + '">Directory<br>');
    document.write('<a href="/directory.htm">');
    document.write('<img border="0" src="/graphics/peopleicon.gif" width="32" height="32"></a></font></td>');
    whatColor = inActiveColor;
    fontColor = activeColor;
    if (menuBarOption == "BENEFITS") {
       whatColor = activeColor;
       fontColor = inActiveColor;
    document.write('<td align="center" bgcolor="' + whatColor + '" valign="top" width="70"><font face="Arial" size="1" color="' +  fontColor + '">Benefits<br>');
    document.write('<a href="/employees/benefits.htm">');
    document.write('<img border="0" src="/graphics/moneyicon.gif" width="32" height="32"></a></font></td>');
    whatColor = inActiveColor;
    fontColor = activeColor;
    if (menuBarOption == "FORMS") {
       whatColor = activeColor;
       fontColor = inActiveColor;
    document.write('<td align="center" bgcolor="' + whatColor + '" valign="top" width="70"><font face="Arial" size="1" color="' +  fontColor + '">Forms<br>');
    document.write('<a href="/forms.htm">');
    document.write('<img border="0" src="/graphics/formicon2.gif" width="32" height="32"></a></font></td>');
    whatColor = inActiveColor;
    fontColor = activeColor;
    if (menuBarOption == "NEWS") {
       whatColor = activeColor;
       fontColor = inActiveColor;
    document.write('<td align="center" bgcolor="' + whatColor + '" valign="top" width="70"><font face="Arial" size="1" color="' +  fontColor + '">News<br>');
    document.write('<a href="/news.htm">');
    document.write('<img border="0" src="/graphics/newsicon.gif" width="32" height="32"></a></font></td>');
    whatColor = inActiveColor;
    fontColor = activeColor;
    if (menuBarOption == "TOOLS") {
       whatColor = activeColor;
       fontColor = inActiveColor;
    document.write('<td align="center" bgcolor="' + whatColor + '" valign="top" width="70"><font face="Arial" size="1" color="' +  fontColor + '">Tools<br>');
    document.write('<a href="/tools.htm">');
    document.write('<img border="0" src="/graphics/toolsicon.gif" width="32" height="32"></a></font></td>');
    whatColor = inActiveColor;
    fontColor = activeColor;
    if (menuBarOption == "SEARCH") {
       whatColor = activeColor;
       fontColor = inActiveColor;
    document.write('<td align="center" bgcolor="' + whatColor + '" valign="top" width="70"><font face="Arial" size="1" color="' +  fontColor + '">Search<br>');
    document.write('<a href="/search.htm">');
    document.write('<img border="0" src="/graphics/magglassicon.gif" width="32" height="32"></a></font></td>');
    document.write('</TR>');
    document.write('</TABLE>');
    document.write('</TD>');
    document.write('</TABLE>');
    // End -->
    </SCRIPT>
    <TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0>
    <TR>
    <TD width="85" height="600" bgcolor="#000066" VALIGN="TOP">
    <BR>
    <SCRIPT>
    var publicSCRMOption  = "PROCESSES";
    </SCRIPT>
    <TABLE BORDER="0" CELLSPACING="0" CELLPADDING="0" ALIGN="LEFT">
    <TR><TD height="15" NOWRAP>
    <FONT SIZE="-2" FACE="verdana, arial, helvetica" COLOR="#FFFFFF">
    <STRONG>  FAST Menu </STRONG></FONT>
    </TD></TR>
    <TR><TD height="15" NOWRAP>
    <SCRIPT>
    if (publicSCRMOption == "WEBTRENDS")
         document.write('  <img border="0" src="/salesCRM/graphics/rarrow.gif" width="8" height="12">');
    else
         document.write(' ');
    </SCRIPT>
    <A HREF="/fast/fast.htm"><FONT SIZE="-2" FACE="verdana, arial, helvetica" COLOR="#FFCC66">
    <SPAN STYLE="{text-decoration:none}"><STRONG> WebTrends</STRONG></SPAN></FONT></A>
    </TD></TR>
    <TR><TD height="15" NOWRAP>
    <SCRIPT>
    if (publicSCRMOption == "PREMIER")
         document.write('  <img border="0" src="/salesCRM/graphics/rarrow.gif" width="8" height="12">');
    else
         document.write(' ');
    </SCRIPT>
    <A HREF="/servlet/fast/premierLogin.jsp"><FONT SIZE="-2" FACE="verdana, arial, helvetica" COLOR="#FFCC66">
    <SPAN STYLE="{text-decoration:none}"><STRONG> Premier</STRONG></SPAN></FONT></A>
    </TD></TR>
    <TR><TD height="15" NOWRAP>
    <SCRIPT>
    if (publicSCRMOption == "PROCESSES")
         document.write('  <img border="0" src="/salesCRM/graphics/rarrow.gif" width="8" height="12">');
    else
         document.write(' ');
    </SCRIPT>
    <A HREF="/servlet/faf.unix.servlet.GetHealthCheckServlet"><FONT SIZE="-2" FACE="verdana, arial, helvetica" COLOR="#FFCC66">
    <SPAN STYLE="{text-decoration:none}"><STRONG> Processes</STRONG></SPAN></FONT></A>
    </TD></TR>
    <TR><TD height="15" NOWRAP>
    <SCRIPT>
    if (publicSCRMOption == "EDISTATUS")
         document.write('  <img border="0" src="/salesCRM/graphics/rarrow.gif" width="8" height="12">');
    else
         document.write(' ');
    </SCRIPT>
    <A HREF="/servlet/faf.unix.servlet.GetEDIStatusServlet"><FONT SIZE="-2" FACE="verdana, arial, helvetica" COLOR="#FFCC66">
    <SPAN STYLE="{text-decoration:none}"><STRONG> EDI</STRONG></SPAN></FONT></A>
    </TD></TR>
    <TR><TD height="15" NOWRAP>
    <SCRIPT>
    if (publicSCRMOption == "SANIT<--- End of Partial Page --->
    This is the complete page which take about 5-10 seconds
    <--- Beginning of Completed Page --->
    <HTML>
    <HEAD>
    <TITLE> FAST : Health Check</TITLE>
    <link rel="stylesheet" type="text/css" href="/styles/table.css">
    <script>
    <!--
    if (top.location != location) top.location.href = location.href;
    //-->
    </script>
    </HEAD>
    <BODY BACKGROUND="/graphics/BACK25.jpg" BGPROPERTIES="FIXED">
    <SCRIPT>
    var menuBarOption = "";
    </SCRIPT>
    <SCRIPT>
    <!-- Begin
    var activeColor = "#COCOCO";
    var inActiveColor = "#000066";
    var whatColor = "#000066";
    var fontColor = "#COCOCO";
    document.write('<TABLE BORDER="0" CELLSPACING="0" CELLPADDING="0" WIDTH="780" height="80">');
    document.write('<TR>');
    document.write('<TD ALIGN="right" width="300" rowspan="2" bgcolor="#FFFFFF" valign="bottom"><a href="/"><img border="0" src="/graphics/infaheadbig2.jpg" align="absbottom" width="300" height="80"></a>');
    document.write('</TD>');
    document.write('<TD ALIGN="right" valign="bottom" bgcolor="#FFFFFF">');
    document.write('<table border="0" cellspacing="0" cellpadding="2" valign="bottom">');
    document.write(' <tr>');
    document.write('<td align="center">');
    document.write('<font face="Arial" size="1" color="#FFFFFF"><a target="_blank" href="http://www.forwardair.com"  style="color: red">www.ForwardAir.com</a>&nbsp</font><b><font size="3" color="#D3D0D5" face="Verdana"> | </font></b>');
    document.write('<font face="Arial" size="1" color="#FFFFFF"><a href="/" style="color: #000066">Home</a>&nbsp</font><b><font size="3" color="#D3D0D5" face="Verdana"> | </font></b>');
    document.write('<font face="Arial" size="1" color="#FFFFFF"><a href="/servlet/salesCRM/logon.jsp"  style="color: #000066">Sales & Marketing</a>&nbsp</font><b><font size="3" color="#D3D0D5" face="Verdana"> | </font></b>');
    document.write('<font face="Arial" size="1" color="#FFFFFF"><a href="/servlet/operations/logon.jsp" style="color: #000066">Operations</a>&nbsp</font><b><font size="3" color="#D3D0D5" face="Verdana"> | </font></b>');
    document.write('<font face="Arial" size="1" color="#FFFFFF"><a href="/servlet/corporate/login.jsp" style="color: #000066">Corporate</a>&nbsp</font><b><font size="3" color="#D3D0D5" face="Verdana"> | </font></b>');
    document.write('<font face="Arial" size="1" color="#FFFFFF"><a href="/fast/fast.htm" style="color: #000066">FAST</a></font>');
    document.write('</td>');
    document.write(' </tr>');
    document.write('</table>');
    document.write('</TD>');
    document.write('</TR>');
    document.write('<TR>');
    document.write('<TD ALIGN="left" bgColor="#FFFFFF" valign="bottom">');
    document.write('<table border="0" cellspacing="1" width="100%">');
    document.write('<tr>');
    whatColor = inActiveColor;
    fontColor = activeColor;
    if (menuBarOption == "AIRBILLS") {
       whatColor = activeColor;
       fontColor = inActiveColor;
    document.write('<td align="center" bgcolor="' + whatColor + '" valign="top" width="70"><font face="Arial" size="1" color="' +  fontColor + '">Airbills<br>');
    document.write('<a href="/servlet/airbills/fatnt.jsp">');
    document.write('<img border="0" src="/graphics/boxicon.gif" width="32" height="32"></a></font></td>');
    whatColor = inActiveColor;
    fontColor = activeColor;
    if (menuBarOption == "EMPLOYEES") {
       whatColor = activeColor;
       fontColor = inActiveColor;
    document.write('<td align="center" bgcolor="' + whatColor + '" valign="top" width="70"><font face="Arial" size="1" color="' +  fontColor + '">Directory<br>');
    document.write('<a href="/directory.htm">');
    document.write('<img border="0" src="/graphics/peopleicon.gif" width="32" height="32"></a></font></td>');
    whatColor = inActiveColor;
    fontColor = activeColor;
    if (menuBarOption == "BENEFITS") {
       whatColor = activeColor;
       fontColor = inActiveColor;
    document.write('<td align="center" bgcolor="' + whatColor + '" valign="top" width="70"><font face="Arial" size="1" color="' +  fontColor + '">Benefits<br>');
    document.write('<a href="/employees/benefits.htm">');
    document.write('<img border="0" src="/graphics/moneyicon.gif" width="32" height="32"></a></font></td>');
    whatColor = inActiveColor;
    fontColor = activeColor;
    if (menuBarOption == "FORMS") {
       whatColor = activeColor;
       fontColor = inActiveColor;
    document.write('<td align="center" bgcolor="' + whatColor + '" valign="top" width="70"><font face="Arial" size="1" color="' +  fontColor + '">Forms<br>');
    document.write('<a href="/forms.htm">');
    document.write('<img border="0" src="/graphics/formicon2.gif" width="32" height="32"></a></font></td>');
    whatColor = inActiveColor;
    fontColor = activeColor;
    if (menuBarOption == "NEWS") {
       whatColor = activeColor;
       fontColor = inActiveColor;
    document.write('<td align="center" bgcolor="' + whatColor + '" valign="top" width="70"><font face="Arial" size="1" color="' +  fontColor + '">News<br>');
    document.write('<a href="/news.htm">');
    document.write('<img border="0" src="/graphics/newsicon.gif" width="32" height="32"></a></font></td>');
    whatColor = inActiveColor;
    fontColor = activeColor;
    if (menuBarOption == "TOOLS") {
       whatColor = activeColor;
       fontColor = inActiveColor;
    document.write('<td align="center" bgcolor="' + whatColor + '" valign="top" width="70"><font face="Arial" size="1" color="' +  fontColor + '">Tools<br>');
    document.write('<a href="/tools.htm">');
    document.write('<img border="0" src="/graphics/toolsicon.gif" width="32" height="32"></a></font></td>');
    whatColor = inActiveColor;
    fontColor = activeColor;
    if (menuBarOption == "SEARCH") {
       whatColor = activeColor;
       fontColor = inActiveColor;
    document.write('<td align="center" bgcolor="' + whatColor + '" valign="top" width="70"><font face="Arial" size="1" color="' +  fontColor + '">Search<br>');
    document.write('<a href="/search.htm">');
    document.write('<img border="0" src="/graphics/magglassicon.gif" width="32" height="32"></a></font></td>');
    document.write('</TR>');
    document.write('</TABLE>');
    document.write('</TD>');
    document.write('</TABLE>');
    // End -->
    </SCRIPT>
    <TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0>
    <TR>
    <TD width="85" height="600" bgcolor="#000066" VALIGN="TOP">
    <BR>
    <SCRIPT>
    var publicSCRMOption  = "PROCESSES";
    </SCRIPT>
    <TABLE BORDER="0" CELLSPACING="0" CELLPADDING="0" ALIGN="LEFT">
    <TR><TD height="15" NOWRAP>
    <FONT SIZE="-2" FACE="verdana, arial, helvetica" COLOR="#FFFFFF">
    <STRONG>  FAST Menu </STRONG></FONT>
    </TD></TR>
    <TR><TD height="15" NOWRAP>
    <SCRIPT>
    if (publicSCRMOption == "WEBTRENDS")
         document.write('  <img border="0" src="/salesCRM/graphics/rarrow.gif" width="8" height="12">');
    else
         document.write(' ');
    </SCRIPT>
    <A HREF="/fast/fast.htm"><FONT SIZE="-2" FACE="verdana, arial, helvetica" COLOR="#FFCC66">
    <SPAN STYLE="{text-decoration:none}"><STRONG> WebTrends</STRONG></SPAN></FONT></A>
    </TD></TR>
    <TR><TD height="15" NOWRAP>
    <SCRIPT>
    if (publicSCRMOption == "PREMIER")
         document.write('  <img border="0" src="/salesCRM/graphics/rarrow.gif" width="8" height="12">');
    else
         document.write(' ');
    </SCRIPT>
    <A HREF="/servlet/fast/premierLogin.jsp"><FONT SIZE="-2" FACE="verdana, arial, helvetica" COLOR="#FFCC66">
    <SPAN STYLE="{text-decoration:none}"><STRONG> Premier</STRONG></SPAN></FONT></A>
    </TD></TR>
    <TR><TD height="15" NOWRAP>
    <SCRIPT>
    if (publicSCRMOption == "PROCESSES")
         document.write('  <img border="0" src="/salesCRM/graphics/rarrow.gif" width="8" height="12">');
    else
         document.write(' ');
    </SCRIPT>
    <A HREF="/servlet/faf.unix.servlet.GetHealthCheckServlet"><FONT SIZE="-2" FACE="verdana, arial, helvetica" COLOR="#FFCC66">
    <SPAN STYLE="{text-decoration:none}"><STRONG> Processes</STRONG></SPAN></FONT></A>
    </TD></TR>
    <TR><TD height="15" NOWRAP>
    <SCRIPT>
    if (publicSCRMOption == "EDISTATUS")
         document.write('  <img border="0" src="/salesCRM/graphics/rarrow.gif" width="8" height="12">');
    else
         document.write(' ');
    </SCRIPT>
    <A HREF="/servlet/faf.unix.servlet.GetEDIStatusServlet"><FONT SIZE="-2" FACE="verdana, arial, helvetica" COLOR="#FFCC66">
    <SPAN STYLE="{text-decoration:none}"><STRONG> EDI</STRONG></SPAN></FONT></A>
    </TD></TR>
    <TR><TD height="15" NOWRAP>
    <SCRIPT>
    if (publicSCRMOption == "SANITYCHECK")
         document.write('  <img border="0" src="/salesCRM/graphics/rarrow.gif" width="8" height="12">');
    else
         document.write(' ');
    </SCRIPT>
    <A HREF="/servlet/faf.unix.servlet.GetSanityCheckDiagnosticServlet"><FONT SIZE="-2" FACE="verdana, arial, helvetica" COLOR="#FFCC66">
    <SPAN STYLE="{text-decoration:none}"><STRONG>Sanity Check</STRONG></SPAN></FONT></A>
    </TD></TR>
    <TR><TD height="15" NOWRAP>
    <SCRIPT>
    if (publicSCRMOption == "FASTBOOK")
         document.write('  <img border="0" src="/salesCRM/graphics/rarrow.gif" width="8" height="12">');
    else
         document.write(' ');
    </SCRIPT>
    <A HREF="/fast/fastBook.htm"><FONT SIZE="-2" FACE="verdana, arial, helvetica" COLOR="#FFCC66">
    <SPAN STYLE="{text-decoration:none}"><STRONG> FAST Book</STRONG></SPAN></FONT></A>
    </TD></TR>
    <TR><TD height="15" NOWRAP>
    <SCRIPT>
    if (publicSCRMOption == "AWBREPORT")
         document.write('  <img border="0" src="/salesCRM/graphics/rarrow.gif" width="8" height="12">');
    else
         document.write(' ');
    </SCRIPT>
    <A HREF="/servlet/faf.unix.servlet.AWBCountReportServlet"><FONT SIZE="-2" FACE="verdana, arial, helvetica" COLOR="#FFCC66">
    <SPAN STYLE="{text-decoration:none}"><STRONG>AWB Report</STRONG></SPAN></FONT></A>
    </TD></TR>
    </TABLE>
    </TD>
    <TD width="715" VALIGN="TOP">
    <DIV ALIGN="right">
    <font size="1" color='black'><script LANGUAGE="JavaScript" SRC="/date.js"></script></font>
    </DIV>
    <H4>   Process - Health Check</H4>
    <form  name="processes" method="POST">
    <BLOCKQUOTE>
    AS400 DATA PULL - HEALTH CHECK (For IT Personnel Use)
    <BR><BR>
    <table border="1" bordercolordark="#003366" bordercolorlight="#003366" cellpadding="4" cellspacing="0" width="90%">
    <tr bgcolor="#003366">
    <TD align="center"><b><font color="#ffffff" size="2">NAME</b></font></TD>
    <TD align="center"><b><font color="#ffffff" size="2">RUN</b></font></TD>
    <TD align="center"><b><font color="#ffffff" size="2">STARTED</b></font></TD>
    <TD align="center"><b><font color="#ffffff" size="2">FINISHED</b></font></TD>
    <TD align="center"><b><font color="#ffffff" size="2">FLAG</b></font></TD>
    <TD align="center"><b><font color="#ffffff" size="2">RECOVERY</b></font></TD>
    </tr>
    <tr bgcolor="#FFFFFF">
    <TD align='center'> CLIENTAR </TD><TD align='center'> Daily </TD><TD align='left'> 6/30/04 9:56 AM </TD><TD align='left'> 6/30/04 10:00 AM </TD><TD align='center'> SUCCESS </TD><TD align='left'> RESTART THE PROCESS </TD>
    </tr>
    <tr bgcolor="#FFFFFF">
    <TD align='center'> CONTAINERALERT </TD><TD align='center'> DAILY </TD><TD align='left'> 6/23/04 6:00 AM </TD><TD align='left'> 6/23/04 6:00 AM </TD><TD align='center'> SUCCESS </TD><TD align='left'> RESTART THE PROCESS </TD>
    </tr>
    <tr bgcolor="#FFFFFF">
    <TD align='center'> DAYMONTHREVENUE </TD><TD align='center'> Daily </TD><TD align='left'> 6/23/04 5:20 AM </TD><TD align='left'> 6/23/04 5:39 AM </TD><TD align='center'> SUCCESS </TD><TD align='left'>   </TD>
    </tr>
    <tr bgcolor="#FFFFFF">
    <TD align='center'> FADAILYREVENUE </TD><TD align='center'> Daily </TD><TD align='left'> 6/30/04 10:13 AM </TD><TD align='left'> 6/30/04 10:19 AM </TD><TD align='center'> SUCCESS </TD><TD align='left'> RESTART THE PROCESS </TD>
    </tr>
    <tr bgcolor="#FFFFFF">
    <TD align='center'> FAONTIMECOMPLIANCE </TD><TD align='center'> Daily </TD><TD align='left'> 7/15/04 2:44 PM </TD><TD align='left'> 7/15/04 2:47 PM </TD><TD align='center'> SUCCESS </TD><TD align='left'>   </TD>
    </tr>
    <tr bgcolor="#FFFFFF">
    <TD align='center'> FAPAYROLLLOCS </TD><TD align='center'> WEEKLY </TD><TD align='left'> 6/18/04 4:30 PM </TD><TD align='left'> 6/18/04 4:30 PM </TD><TD align='center'> SUCCESS </TD><TD align='left'> RESTART THE PROCESS </TD>
    </tr>
    <tr bgcolor="#FFFFFF">
    <TD align='center'> FAPROCESS </TD><TD align='center'> Daily </TD><TD align='left'> 6/23/04 4:00 AM </TD><TD align='left'> 6/23/04 4:02 AM </TD><TD align='center'> SUCCESS </TD><TD align='left'> RESTART THE PROCESS </TD>
    </tr>
    <tr bgcolor="#FFFFFF">
    <TD align='center'> FATIMESHEET </TD><TD align='center'> WEEKLY </TD><TD align='left'> 6/18/04 4:30 PM </TD><TD align='left'> 6/18/04 4:39 PM </TD><TD align='center'> SUCCESS </TD><TD align='left'> CLEAR DB AND RESTART PROCESS </TD>
    </tr>
    <tr bgcolor="#FFFFFF">
    <TD align='center'> FAVOLUME </TD><TD align='center'> Daily </TD><TD align='left'> 6/30/04 10:30 AM </TD><TD align='left'> 6/30/04 4:15 PM </TD><TD align='center'> SUCCESS </TD><TD align='left'> RESTART THE PROCESS </TD>
    </tr>
    <tr bgcolor="#FFFFFF">
    <TD align='center'> HP_EMPEXTRACT </TD><TD align='center'> Daily </TD><TD align='left'> 7/26/04 7:10 AM </TD><TD align='left'> 7/26/04 7:10 AM </TD><TD align='center'> SUCCESS </TD><TD align='left'> RESTART THE PROCESS </TD>
    </tr>
    <tr bgcolor="#FFFFFF">
    <TD align='center'> HP_HOURSLOAD </TD><TD align='center'> Daily </TD><TD align='left'> 7/26/04 7:10 AM </TD><TD align='left'> 7/26/04 7:10 AM </TD><TD align='center'> SUCCESS </TD><TD align='left'> RESTART THE PROCESS </TD>
    </tr>
    <tr bgcolor="#FFFFFF">
    <TD align='center'> HP_PUNCHPROCESS </TD><TD align='center'> Daily </TD><TD align='left'> 7/26/04 7:10 AM </TD><TD align='left'> 7/26/04 7:10 AM </TD><TD align='center'> SUCCESS </TD><TD align='left'> RESTART THE PROCESS </TD>
    </tr>
    <tr bgcolor="#FFFFFF">
    <TD align='center'> MONTHLYVOLUME </TD><TD align='center'> Monthly </TD><TD align='left'> 6/1/04 12:00 AM </TD><TD align='left'> 6/1/04 12:11 AM </TD><TD align='center'> SUCCESS </TD><TD align='left'> RESTART THE PROCESS </TD>
    </tr>
    <tr bgcolor="#FFFFFF">
    <TD align='center'> PREPAIDRATEMAP </TD><TD align='center'> DAILY </TD><TD align='left'> 6/29/04 10:26 AM </TD><TD align='left'> 6/29/04 10:38 AM </TD><TD align='center'> SUCCESS </TD><TD align='left'> RESTART THE PROCESS </TD>
    </tr>
    <TR bgcolor="#FFFFFF">
    <TD colspan="6" align="center">
    <B>Total records returned : 14</B>
    </TD>
    </TR>
    </TABLE>
    </form>
    </BLOCKQUOTE>
    <script LANGUAGE="JavaScript" SRC="/publicFooter.js"></script>
    </TD>
    </TR>
    </TABLE>
    </BODY>
    </HTML><--- End of Complete page --->

  • Hyperlink to another bi publisher report in 10g

    I am using Bi Publisher 10g.
    I want to build a bi publisher report that makes a link to another bi publisher report. I created a Hyperlink in my template and it works fine, however the url that I am using is the full path to the xdo resource and their parameters, that means my url is http://myserver:myport/xmlpserver/~Myuser/MyReport/MyReport.xdo?parameter1={parameter1}&parameter2={parameter2}. The problem is that I want to call my report from dashboard and then when I follow the link the publisher link is opened and it worked fine but I want to see the output in the same window or other window but I don't want to see the complete Bi Publisher product.
    How can I build the hyperlink in order to see the detail report on a new window but without calling the complete Bi Publisher product?
    Thanks!
    Ramiro Ortiz

    Greetings.
    Problem solved. I just added the following parameter _xpt=1 to my hyperlink.
    Thanks anyway

  • Motion in FCPX - click lag, hanging, tortuously slow rendering

    Hello Colleagues,
    I have 2 iMacs of different generations, both up-to-spec and up-to-date on OS, FCP, and Motion.
    I am experiencing very poor performance when using Motion "generator" graphics: lag, hanging, slow renders, and sometimes even crashing.
    I have verified folder permissions, verified fonts, eliminated all converted events/libraries from pre-10.1 - pretty much everything except uninstalling, trashing prefs, and reinstalling fresh.
    Still, FCP seems to be FIGHTING ITSELF, with iStat showing that more than half of CPU effort is being used by "system" instead of "user" at any given moment (when Motion assets are present and enabled).
    The performance is far poorer than it ever was on FCP7 with Motion 4, and it is far worse than FCP10.0.x with Motion 5 (one of my machines was previously used with FCP7, however, the newer one has been FCPX since its unboxing day in early 2013).
    Does anyone have any suggestions for the next step in troubleshooting this problem?
    Thanks,
    Eric - CoralVision

    Yay it's Luis and Russ! Hello colleagues!
    Luis: I tink I posted a link to one of the troublesome assets for you, but I limped through the completion of that project by keeping the inspector closed. I still suffered lots o click-lag, spinny balls, and, at the end, an overnight render, but I got through. This was on a 90minute show choir concert that had about 12x 8 second lower 3rds, and about 3 minutes of full screen titles, rolls, and credits. All of the FCP generator assets were made by me from scratch in Motion5. The current post relates to a similar problem, but on a different machine with different assets. The current complaint is from my slightly older iMac (lower power than the new one but still quite capable when using the former versions of this software), and the generators came from Motion projects which were originally created in Motion4. So unless there is something wrong with my practice in using FCPX generators, something in common across the 4 or 5 projects where I have experienced similar problems, I think that a corrupt template is an unlikely explanation.
    Russ: I run my systems stock - that is to say that the only 3rd party plugins I have installed are the Canon EOS and XF plugins I use for ingesting media. I don't have any plugins related to MoGraph, editing, rendering, or memory management. These are custom generators that I am creating, chasing the "template" functionality I used to enjoy between Motion and FCP7. So yes, user generated custom generators - and I have had similar problems with several batches of varying complexity and varying origin.
    For now I will just have to adapt, observe, and troubleshoot. I have a sneaky feeling that I am doing something wrong in the way I am setting up the motion projects for publication, but I will surely announce it loudly if I learn anything new.
    Thanks for checking in, fellows!
    Eric D - CoralVision

  • "Error rendering report" in hosted application

    I am suddenly getting the following error message in my hosted application (I work for Oracle):
    Error rendering report: ORA-00600: internal error code, arguments: [17059], [0x9370852C], [0x93708260], [0x90EE7724], [], [], [], []
    when running page 9 (Find Messages) of application 16924 (CRM MEssage Review tool).
    I haven't made many changes to the page that would have caused this. I had a similar issue. last year, which was resolved by the APEX team.
    Could you please look into this?
    Thanks
    Daniel

    Daniel - If this is still happening please send me an internal email with details about how I can see this.
    Scott

  • How to link another forms and reports in one main forms?

    hai all,
    how to link another forms and reports in one main forms?
    i am creating Custom forms Main_menu
    in that i am puting on button and
    pl/sql code for when-button-pressed
    BEGIN
    Open_form('GROUP_MSTR_ENTRY');
    END;
    i am getting:
    ERROR:frm-40010: cannot read form GROUP_MSTR_ENTRY
    also i am un able change the text colour in form.
    how to link reports in forms?
    any help?
    before open i have to link all form i need?
    thanks in advance
    rcs
    ------

    even after changing to The forms_path variable and
    put the executable(GROUP_MSTR_ENTRY.fmx
    F:\oracle\ora90\FORMS60\server\FACCT\MAIN_MENU\GROUP_MSTR_ENTRY.FMX
    not working
    also i am un able change the text colour in form. how?
    how i can find?
    $ORACLE_HOME/forms/server/default.env
    my files are
    9i oracle database
    SQL*Plus: Release 9.0.1.0.1 - Production on Fri Dec 19 11:37:07 2008
    E:\oracle\ora90\bin\oemapp.batt
    forms6i
    F:\oracle\ora901\bin\
    since 9i is later than forms 6i i am unable to put in the same directory
    ------------

  • Slow Rendering

    Is anyone else experiencing slow rendering since updating?  I am looking at my activity monitor and it's not hardly using any ram while rendering.  This is absolutely frustrating!

    Unless you're dealing with large format still images rendering doesn't use RAM it uses the CPU and in some instances the GPU.

  • Problem while rendering report generated with iText API

    Hi!
    I am stuck with problem of rendering report generated through iText API.
    What exactly happens is, I have to put an image (.jpg) on my report, when I am generating HTML file using iText API, the image size is normal i.e., as it is taken.
    But when I render it to take print through printer, the size of image is getting short i.e., it prints like an Icon on Paper. What can I do to get the proper image size on paper also?
    The code is as follows, which I have used to render
    public class HTMLPrintRenderer implements Printable {
        ReportAbs objReport;
        JEditorPane editorPane;
        String fileName;
        final int STARTING_PAGESET_NUMBER=0;
        int currentPageSetNumber=STARTING_PAGESET_NUMBER;
        /** Creates a new instance of HTMLPrintRenderer */
        public HTMLPrintRenderer(ReportAbs  objReport) throws Exception{
            this.objReport=objReport;
            this.fileName=ReportsUtility.getReportLocation()+ objReport.getReportFileName();
            if(objReport.isLayoutLandscape()){
                SCALE =600.0/1000;//600.0/850;
            else{
                SCALE =600.0/850;
            init();
        private void init()throws Exception{
            setDocument(STARTING_PAGESET_NUMBER);
        public void setDocument(int pageSetNumber) throws Exception{
            editorPane=new JEditorPane();
            ((AbstractDocument)editorPane.getDocument()).setAsynchronousLoadPriority(-1);
            editorPane.setText("text/html");
            editorPane.setPage("file:"+fileName+"."+pageSetNumber);
            currentPageSetNumber=pageSetNumber;
        int pageCountInPageSet=0;// counter to track number of pages in each pageSet
        int currentPage=-1;
        double pageStartY=0,pageEndY=0;
        final double SCALE;// =600.0/1000;//600.0/850;
        final int HEADER_HEIGHT=30;//50;
        final int FOOTER_HEIGHT=70;
    public int print(Graphics graphics, PageFormat pageFormat, int pageIndex) throws PrinterException {
            Graphics2D graphics2D;
            graphics2D = (Graphics2D) graphics;
            initEditorPane(editorPane,pageFormat);
            ReportPrinterUtility.printPageAttributes(pageFormat);
            /// print custom here... page numbers and page headers may be printed here
            /// meant only for HEADRS and FOOTERS
            ///                 caution... DO NOT ALTER GRAPHICS OBJECT ATTRIBUTES
            /// @author Manoj       
            //TRANSLATE..............must also be reverse translated
            double x=pageFormat.getImageableX();
            double y=pageFormat.getImageableY();
            graphics2D.translate(x,y);
            paintCustomPage(graphics2D,pageFormat);
            //REVERSETRANSLATE
            graphics2D.translate(-x,-y);
            graphics2D.scale(SCALE,SCALE);
            //  V set clipping area
            int headerHeight=HEADER_HEIGHT;
                graphics2D.setClip((int)(pageFormat.getImageableX()/SCALE),
                (int) ((pageFormat.getImageableY()+headerHeight)/SCALE),
                (int) (pageFormat.getImageableWidth()/SCALE),
                (int) ((pageFormat.getImageableHeight()-FOOTER_HEIGHT)/SCALE));
            //  VI set pageStart on editorPane
            if (pageIndex > currentPage) {
                currentPage = pageIndex;
                pageStartY += pageEndY;
                pageEndY = graphics2D.getClipBounds().getHeight();
                pageCountInPageSet++;
            //  VII
            graphics2D.translate(graphics2D.getClipBounds().getX(),
            graphics2D.getClipBounds().getY());
            //  VIII prepare clipping area
            Rectangle allocation = new Rectangle(0,
            (int) -pageStartY,
            (int) (editorPane.getMinimumSize().getWidth()),
            (int) (editorPane.getPreferredSize().getHeight()));
            View rootView=editorPane.getUI().getRootView(editorPane);
            if (printView(graphics2D,allocation,rootView)) {//page exists          
                System.out.println("page exists"+pageCountInPageSet);
                return Printable.PAGE_EXISTS;
            else {// page does not exist
                System.out.println("resetting page parameters");
                pageStartY = 0;
                pageEndY = 0;
                currentPage = -1;
                if(!setupNextPage()){///more pages exist TODO:
                    return Printable.NO_SUCH_PAGE;
                else{//no more pages exist
                    //                call next page
                    pageCountInPageSet=0;//reset to first page in pageSet
                    resetGraphics(graphics2D,pageFormat);
                    return print(graphics2D,pageFormat,pageIndex);
    private void resetGraphics(Graphics2D graphics2D,PageFormat pFormat){
            graphics2D.clearRect(0,0,
            (int)(pFormat.getImageableWidth()/SCALE),
            (int)(pFormat.getImageableHeight()/SCALE));
            graphics2D.translate(-graphics2D.getClipBounds().getX(),
            -graphics2D.getClipBounds().getY());
            graphics2D.scale(1/SCALE, 1/SCALE);
        }

    Hi!
    I am stuck with problem of rendering report generated through iText API.
    What exactly happens is, I have to put an image (.jpg) on my report, when I am generating HTML file using iText API, the image size is normal i.e., as it is taken.
    But when I render it to take print through printer, the size of image is getting short i.e., it prints like an Icon on Paper. What can I do to get the proper image size on paper also?
    The code is as follows, which I have used to render
    public class HTMLPrintRenderer implements Printable {
        ReportAbs objReport;
        JEditorPane editorPane;
        String fileName;
        final int STARTING_PAGESET_NUMBER=0;
        int currentPageSetNumber=STARTING_PAGESET_NUMBER;
        /** Creates a new instance of HTMLPrintRenderer */
        public HTMLPrintRenderer(ReportAbs  objReport) throws Exception{
            this.objReport=objReport;
            this.fileName=ReportsUtility.getReportLocation()+ objReport.getReportFileName();
            if(objReport.isLayoutLandscape()){
                SCALE =600.0/1000;//600.0/850;
            else{
                SCALE =600.0/850;
            init();
        private void init()throws Exception{
            setDocument(STARTING_PAGESET_NUMBER);
        public void setDocument(int pageSetNumber) throws Exception{
            editorPane=new JEditorPane();
            ((AbstractDocument)editorPane.getDocument()).setAsynchronousLoadPriority(-1);
            editorPane.setText("text/html");
            editorPane.setPage("file:"+fileName+"."+pageSetNumber);
            currentPageSetNumber=pageSetNumber;
        int pageCountInPageSet=0;// counter to track number of pages in each pageSet
        int currentPage=-1;
        double pageStartY=0,pageEndY=0;
        final double SCALE;// =600.0/1000;//600.0/850;
        final int HEADER_HEIGHT=30;//50;
        final int FOOTER_HEIGHT=70;
    public int print(Graphics graphics, PageFormat pageFormat, int pageIndex) throws PrinterException {
            Graphics2D graphics2D;
            graphics2D = (Graphics2D) graphics;
            initEditorPane(editorPane,pageFormat);
            ReportPrinterUtility.printPageAttributes(pageFormat);
            /// print custom here... page numbers and page headers may be printed here
            /// meant only for HEADRS and FOOTERS
            ///                 caution... DO NOT ALTER GRAPHICS OBJECT ATTRIBUTES
            /// @author Manoj       
            //TRANSLATE..............must also be reverse translated
            double x=pageFormat.getImageableX();
            double y=pageFormat.getImageableY();
            graphics2D.translate(x,y);
            paintCustomPage(graphics2D,pageFormat);
            //REVERSETRANSLATE
            graphics2D.translate(-x,-y);
            graphics2D.scale(SCALE,SCALE);
            //  V set clipping area
            int headerHeight=HEADER_HEIGHT;
                graphics2D.setClip((int)(pageFormat.getImageableX()/SCALE),
                (int) ((pageFormat.getImageableY()+headerHeight)/SCALE),
                (int) (pageFormat.getImageableWidth()/SCALE),
                (int) ((pageFormat.getImageableHeight()-FOOTER_HEIGHT)/SCALE));
            //  VI set pageStart on editorPane
            if (pageIndex > currentPage) {
                currentPage = pageIndex;
                pageStartY += pageEndY;
                pageEndY = graphics2D.getClipBounds().getHeight();
                pageCountInPageSet++;
            //  VII
            graphics2D.translate(graphics2D.getClipBounds().getX(),
            graphics2D.getClipBounds().getY());
            //  VIII prepare clipping area
            Rectangle allocation = new Rectangle(0,
            (int) -pageStartY,
            (int) (editorPane.getMinimumSize().getWidth()),
            (int) (editorPane.getPreferredSize().getHeight()));
            View rootView=editorPane.getUI().getRootView(editorPane);
            if (printView(graphics2D,allocation,rootView)) {//page exists          
                System.out.println("page exists"+pageCountInPageSet);
                return Printable.PAGE_EXISTS;
            else {// page does not exist
                System.out.println("resetting page parameters");
                pageStartY = 0;
                pageEndY = 0;
                currentPage = -1;
                if(!setupNextPage()){///more pages exist TODO:
                    return Printable.NO_SUCH_PAGE;
                else{//no more pages exist
                    //                call next page
                    pageCountInPageSet=0;//reset to first page in pageSet
                    resetGraphics(graphics2D,pageFormat);
                    return print(graphics2D,pageFormat,pageIndex);
    private void resetGraphics(Graphics2D graphics2D,PageFormat pFormat){
            graphics2D.clearRect(0,0,
            (int)(pFormat.getImageableWidth()/SCALE),
            (int)(pFormat.getImageableHeight()/SCALE));
            graphics2D.translate(-graphics2D.getClipBounds().getX(),
            -graphics2D.getClipBounds().getY());
            graphics2D.scale(1/SCALE, 1/SCALE);
        }

  • SLOW rendering times

    Hi!
    One of my biggest gripes is the slow rendering times with FCP. I know that it's some setting that I have wrong, but I can't figure it out for the life of me. I started with HD video captures using the ProRes 422 codec, but it would take a REALLY LONG time for it to render.
    For simplistic sake, I started again with just a simple video I took of a screencast. The video is saved using Quicktime in 636x480, HD.264, and a SD (6-1-6) color profile. There is also no sound to the movie...just video. I figured that this would be a really simple way to try some things out, but I was wrong.
    I setup FCP as a number of different codecs and resolutions. I imported the file by just dragging and dropping the .mov video into the Browser in FCP. I then dragged and dropped it to the timeline, and did a render/all.
    Even by doing this, it is taking 8 minutes to render a 2 minute video. There must be something I'm doing wrong, and I can't figure it out. I was watching a youtube FCP demo and this guy rendered a video in about a minute on a g5. Being I have a dual-core intel, I can't imagine it taking as long as it is. I appreciate any help and I know there's a million threads out there...but I just can't seem to grasp this.
    Thanks!

    Hi! I suppose the information below would be helpful. I'd like to get started with a screen capture from Snapz Pro X. Here are some answers to the questions...
    Program: Snapz Pro X Screen Capture v2.2.2
    Record Settings Used:
    - Compression Type: H.264
    - 30 Frames Per Second
    - Key frame every 500 frames
    - Encoding Mode: Single-pass
    - Compressor Quality: Best
    FCP Version: 7.0.2
    Within FCP, this is where I get confused because of all the options.
    In the "Easy Video Setup" portion, I have...
    Format: Apple ProRes 422
    Use: Custom
    - Sequence Preset: DV NTSC 48khz
    - Capture Preset: DV NTSC 48kHz
    - Device Control Preset: Non-Controllable Device
    - Playback Output Video: Digital Cinema Desktop Preview - Main
    - Playback Output Audio: Default
    - Edit to Tape/PTV Output Video: Same as playback
    - Edit to Tape/PTV Output Audio: Same as Playback
    In the "Audio/Video" Settings, I have the following...
    Sequence Preset: DV NTSC 48khz
    Capture Preset: DV NTSC 48khz
    Device Control PReset: Non-controllable device
    Video Playback: Digital cinema desktop preview - main
    Audio Playback: Default
    Sequence Presets: Default settings for DV NTSC 48kHz
    Capture PReset: Default settings for DV NTSC 48kHz
    Device Control: Non-controllable device
    a/v devices: digital cinema desktop preview - main
    - mirror on desktop checked
    - audio: default
    - 'do not show external av device warning' is checked.
    Now, if I right click on the project in the "Browser" window and choose "Sequence Settings", I have the following...
    Frame Size: 640x480 NTSC 4:3
    Pixel Aspect Ratio: NTSC - CCIR 601/DV 720x480
    Field Dominance: None
    Editing Timebase: 29.97
    Quick Time Compressor: H.264
    Quality: 100%
    Audio Rate: 48khz
    Audio Depth: 16 bit
    Audio Config: Channel Grouped
    Video Processing: All grayed out except 'normal' is selected for motion filtering quality.
    ================
    Now, this is where I get really confused with FCP. Everybody says to set it up with the same settings you use to record. Does the "Easy Video Setup" work hand-in-hand with the "Audio/Video Settings"? Should you skip the easy setup and just jump into the A/V Settings?
    WHile typing this message, I also noticed that the "Sequence Presets" in the Audio/Video Settings are set to 720x480 using millions of colors. In the settings for the file in the "Browser" Window, I have it set to 640x480, which is different than what's in the av settings. Should these be the same?
    I'm just getting started with FCP, and these are just the questions I have. What is the 'workflow' one takes to do this? Start FCP, setup the 'audio/video settings' area, choose the preset, edit the sequence preset to something basic, and then drag and drop your mov files in? I suppose it's just confusing because you can set the video settings in FCP, in the 'easy setup', if you right click on the project and choose settings, etc... Which one has precedence over the entire project?
    Sorry for so many questions.
    Thanks in advance...

  • Expression in SSRS Slowing down Report Rendering

    An expression in my report is making the report to run very slowly. The
    expression, set in a Row Column Visibility Property is like so:
    =IIF(Parameters!View.Value = 1 AND (Fields!PastVal.Value = 0)AND(Fields!DatePay.Value = 0) AND
    (Fields!Line.Value = 0),True, IIF(Parameters!View.Value = 2 AND Fields!TaxPaid.Value = "N",True, False))
    Now this expression returns the right result. The problem is that it makes the report run very slow. To test it, I took off the expression and reports are displayed in less than 3 seconds but with the expression on, report takes over 50 seconds to run.
    Any help on this? Thanks.
    Zionlite

    Hi Zionlite,
    After creation of that column just go to the row visibility property and use newly created calculated column directly as shown in below screen.
    I kept both tablix one is normal having expression in visibilty condition and another with calculated columnto verify the result. when I run the report result is like below:-
    I also attached the code for reference.
    <?xml version="1.0" encoding="utf-8"?>
    <Report xmlns="http://schemas.microsoft.com/sqlserver/reporting/2008/01/reportdefinition" xmlns:rd="http://schemas.microsoft.com/SQLServer/reporting/reportdesigner">
    <Body>
    <ReportItems>
    <Tablix Name="table1">
    <TablixBody>
    <TablixColumns>
    <TablixColumn>
    <Width>1in</Width>
    </TablixColumn>
    <TablixColumn>
    <Width>1in</Width>
    </TablixColumn>
    <TablixColumn>
    <Width>1in</Width>
    </TablixColumn>
    <TablixColumn>
    <Width>1in</Width>
    </TablixColumn>
    </TablixColumns>
    <TablixRows>
    <TablixRow>
    <Height>0.22in</Height>
    <TablixCells>
    <TablixCell>
    <CellContents>
    <Textbox Name="textbox3">
    <CanGrow>true</CanGrow>
    <KeepTogether>true</KeepTogether>
    <Paragraphs>
    <Paragraph>
    <TextRuns>
    <TextRun>
    <Value>Tax</Value>
    <Style>
    <FontFamily>Tahoma</FontFamily>
    <FontSize>11pt</FontSize>
    <FontWeight>Bold</FontWeight>
    <Color>White</Color>
    </Style>
    </TextRun>
    </TextRuns>
    <Style />
    </Paragraph>
    </Paragraphs>
    <rd:DefaultName>textbox3</rd:DefaultName>
    <Style>
    <Border>
    <Color>LightGrey</Color>
    <Style>Solid</Style>
    </Border>
    <BackgroundColor>SteelBlue</BackgroundColor>
    <PaddingLeft>2pt</PaddingLeft>
    <PaddingRight>2pt</PaddingRight>
    <PaddingTop>2pt</PaddingTop>
    <PaddingBottom>2pt</PaddingBottom>
    </Style>
    </Textbox>
    </CellContents>
    </TablixCell>
    <TablixCell>
    <CellContents>
    <Textbox Name="textbox4">
    <CanGrow>true</CanGrow>
    <KeepTogether>true</KeepTogether>
    <Paragraphs>
    <Paragraph>
    <TextRuns>
    <TextRun>
    <Value>Past Val</Value>
    <Style>
    <FontFamily>Tahoma</FontFamily>
    <FontSize>11pt</FontSize>
    <FontWeight>Bold</FontWeight>
    <Color>White</Color>
    </Style>
    </TextRun>
    </TextRuns>
    <Style>
    <TextAlign>Right</TextAlign>
    </Style>
    </Paragraph>
    </Paragraphs>
    <rd:DefaultName>textbox4</rd:DefaultName>
    <Style>
    <Border>
    <Color>LightGrey</Color>
    <Style>Solid</Style>
    </Border>
    <BackgroundColor>SteelBlue</BackgroundColor>
    <PaddingLeft>2pt</PaddingLeft>
    <PaddingRight>2pt</PaddingRight>
    <PaddingTop>2pt</PaddingTop>
    <PaddingBottom>2pt</PaddingBottom>
    </Style>
    </Textbox>
    </CellContents>
    </TablixCell>
    <TablixCell>
    <CellContents>
    <Textbox Name="textbox5">
    <CanGrow>true</CanGrow>
    <KeepTogether>true</KeepTogether>
    <Paragraphs>
    <Paragraph>
    <TextRuns>
    <TextRun>
    <Value>Date Pay</Value>
    <Style>
    <FontFamily>Tahoma</FontFamily>
    <FontSize>11pt</FontSize>
    <FontWeight>Bold</FontWeight>
    <Color>White</Color>
    </Style>
    </TextRun>
    </TextRuns>
    <Style>
    <TextAlign>Right</TextAlign>
    </Style>
    </Paragraph>
    </Paragraphs>
    <rd:DefaultName>textbox5</rd:DefaultName>
    <Style>
    <Border>
    <Color>LightGrey</Color>
    <Style>Solid</Style>
    </Border>
    <BackgroundColor>SteelBlue</BackgroundColor>
    <PaddingLeft>2pt</PaddingLeft>
    <PaddingRight>2pt</PaddingRight>
    <PaddingTop>2pt</PaddingTop>
    <PaddingBottom>2pt</PaddingBottom>
    </Style>
    </Textbox>
    </CellContents>
    </TablixCell>
    <TablixCell>
    <CellContents>
    <Textbox Name="textbox6">
    <CanGrow>true</CanGrow>
    <KeepTogether>true</KeepTogether>
    <Paragraphs>
    <Paragraph>
    <TextRuns>
    <TextRun>
    <Value>Comment</Value>
    <Style>
    <FontFamily>Tahoma</FontFamily>
    <FontSize>11pt</FontSize>
    <FontWeight>Bold</FontWeight>
    <Color>White</Color>
    </Style>
    </TextRun>
    </TextRuns>
    <Style>
    <TextAlign>Right</TextAlign>
    </Style>
    </Paragraph>
    </Paragraphs>
    <rd:DefaultName>textbox6</rd:DefaultName>
    <Style>
    <Border>
    <Color>LightGrey</Color>
    <Style>Solid</Style>
    </Border>
    <BackgroundColor>SteelBlue</BackgroundColor>
    <PaddingLeft>2pt</PaddingLeft>
    <PaddingRight>2pt</PaddingRight>
    <PaddingTop>2pt</PaddingTop>
    <PaddingBottom>2pt</PaddingBottom>
    </Style>
    </Textbox>
    </CellContents>
    </TablixCell>
    </TablixCells>
    </TablixRow>
    <TablixRow>
    <Height>0.21in</Height>
    <TablixCells>
    <TablixCell>
    <CellContents>
    <Textbox Name="TaxPaid">
    <CanGrow>true</CanGrow>
    <KeepTogether>true</KeepTogether>
    <Paragraphs>
    <Paragraph>
    <TextRuns>
    <TextRun>
    <Value>=Fields!TaxPaid.Value</Value>
    <Style>
    <FontFamily>Tahoma</FontFamily>
    </Style>
    </TextRun>
    </TextRuns>
    <Style />
    </Paragraph>
    </Paragraphs>
    <rd:DefaultName>TaxPaid</rd:DefaultName>
    <Style>
    <Border>
    <Color>LightGrey</Color>
    <Style>Solid</Style>
    </Border>
    <PaddingLeft>2pt</PaddingLeft>
    <PaddingRight>2pt</PaddingRight>
    <PaddingTop>2pt</PaddingTop>
    <PaddingBottom>2pt</PaddingBottom>
    </Style>
    </Textbox>
    </CellContents>
    </TablixCell>
    <TablixCell>
    <CellContents>
    <Textbox Name="PastVal">
    <CanGrow>true</CanGrow>
    <KeepTogether>true</KeepTogether>
    <Paragraphs>
    <Paragraph>
    <TextRuns>
    <TextRun>
    <Value>=Fields!PastVal.Value</Value>
    <Style>
    <FontFamily>Tahoma</FontFamily>
    </Style>
    </TextRun>
    </TextRuns>
    <Style />
    </Paragraph>
    </Paragraphs>
    <rd:DefaultName>PastVal</rd:DefaultName>
    <Style>
    <Border>
    <Color>LightGrey</Color>
    <Style>Solid</Style>
    </Border>
    <PaddingLeft>2pt</PaddingLeft>
    <PaddingRight>2pt</PaddingRight>
    <PaddingTop>2pt</PaddingTop>
    <PaddingBottom>2pt</PaddingBottom>
    </Style>
    </Textbox>
    </CellContents>
    </TablixCell>
    <TablixCell>
    <CellContents>
    <Textbox Name="DatePay">
    <CanGrow>true</CanGrow>
    <KeepTogether>true</KeepTogether>
    <Paragraphs>
    <Paragraph>
    <TextRuns>
    <TextRun>
    <Value>=Fields!DatePay.Value</Value>
    <Style>
    <FontFamily>Tahoma</FontFamily>
    </Style>
    </TextRun>
    </TextRuns>
    <Style />
    </Paragraph>
    </Paragraphs>
    <rd:DefaultName>DatePay</rd:DefaultName>
    <Style>
    <Border>
    <Color>LightGrey</Color>
    <Style>Solid</Style>
    </Border>
    <PaddingLeft>2pt</PaddingLeft>
    <PaddingRight>2pt</PaddingRight>
    <PaddingTop>2pt</PaddingTop>
    <PaddingBottom>2pt</PaddingBottom>
    </Style>
    </Textbox>
    </CellContents>
    </TablixCell>
    <TablixCell>
    <CellContents>
    <Textbox Name="Line">
    <CanGrow>true</CanGrow>
    <KeepTogether>true</KeepTogether>
    <Paragraphs>
    <Paragraph>
    <TextRuns>
    <TextRun>
    <Value>=Fields!Line.Value</Value>
    <Style>
    <FontFamily>Tahoma</FontFamily>
    </Style>
    </TextRun>
    </TextRuns>
    <Style />
    </Paragraph>
    </Paragraphs>
    <rd:DefaultName>Line</rd:DefaultName>
    <Style>
    <Border>
    <Color>LightGrey</Color>
    <Style>Solid</Style>
    </Border>
    <PaddingLeft>2pt</PaddingLeft>
    <PaddingRight>2pt</PaddingRight>
    <PaddingTop>2pt</PaddingTop>
    <PaddingBottom>2pt</PaddingBottom>
    </Style>
    </Textbox>
    </CellContents>
    </TablixCell>
    </TablixCells>
    </TablixRow>
    </TablixRows>
    </TablixBody>
    <TablixColumnHierarchy>
    <TablixMembers>
    <TablixMember />
    <TablixMember />
    <TablixMember />
    <TablixMember />
    </TablixMembers>
    </TablixColumnHierarchy>
    <TablixRowHierarchy>
    <TablixMembers>
    <TablixMember>
    <KeepWithGroup>After</KeepWithGroup>
    <RepeatOnNewPage>true</RepeatOnNewPage>
    <KeepTogether>true</KeepTogether>
    </TablixMember>
    <TablixMember>
    <Group Name="table1_Details_Group">
    <DataElementName>Detail</DataElementName>
    </Group>
    <TablixMembers>
    <TablixMember />
    </TablixMembers>
    <Visibility>
    <Hidden>=IIF(Parameters!View.Value = 1 AND (Fields!PastVal.Value = 0)AND(Fields!DatePay.Value = 0) AND (Fields!Line.Value = 0),True, IIF(Parameters!View.Value = 2 AND Fields!TaxPaid.Value = "N",True, False))</Hidden>
    </Visibility>
    <DataElementName>Detail_Collection</DataElementName>
    <DataElementOutput>Output</DataElementOutput>
    <KeepTogether>true</KeepTogether>
    </TablixMember>
    </TablixMembers>
    </TablixRowHierarchy>
    <DataSetName>DataSet1</DataSetName>
    <Top>0.37in</Top>
    <Height>0.43in</Height>
    <Width>4in</Width>
    <Style />
    </Tablix>
    <Textbox Name="textbox1">
    <CanGrow>true</CanGrow>
    <KeepTogether>true</KeepTogether>
    <Paragraphs>
    <Paragraph>
    <TextRuns>
    <TextRun>
    <Value>SampleReport</Value>
    <Style>
    <FontFamily>Tahoma</FontFamily>
    <FontSize>20pt</FontSize>
    <FontWeight>Bold</FontWeight>
    <Color>SteelBlue</Color>
    </Style>
    </TextRun>
    </TextRuns>
    <Style />
    </Paragraph>
    </Paragraphs>
    <rd:DefaultName>textbox1</rd:DefaultName>
    <Height>0.37in</Height>
    <Width>5in</Width>
    <ZIndex>1</ZIndex>
    <Style>
    <PaddingLeft>2pt</PaddingLeft>
    <PaddingRight>2pt</PaddingRight>
    <PaddingTop>2pt</PaddingTop>
    <PaddingBottom>2pt</PaddingBottom>
    </Style>
    </Textbox>
    </ReportItems>
    <Height>2.68in</Height>
    <Style />
    </Body>
    <Width>6in</Width>
    <Page>
    <LeftMargin>1in</LeftMargin>
    <RightMargin>1in</RightMargin>
    <TopMargin>1in</TopMargin>
    <BottomMargin>1in</BottomMargin>
    <Style />
    </Page>
    <AutoRefresh>0</AutoRefresh>
    <DataSources>
    <DataSource Name="DataSource1">
    <DataSourceReference>DataSource1</DataSourceReference>
    <rd:SecurityType>None</rd:SecurityType>
    <rd:DataSourceID>c74df62d-433f-4dae-a6b1-7387b9a36c1f</rd:DataSourceID>
    </DataSource>
    </DataSources>
    <DataSets>
    <DataSet Name="DataSet1">
    <Query>
    <DataSourceName>DataSource1</DataSourceName>
    <CommandText>SELECT 'N' TaxPaid,0 PastVal , 0 DatePay, 0 Line
    UNION
    SELECT 'N' Tax,0 PastVal , 1 DatePay, 0 Line
    union
    SELECT 'Y' Tax,1 PastVal , 0 DatePay, 1 Line
    UNION
    SELECT 'Y' Tax,1 PastVal , 1 DatePay, 1 Line</CommandText>
    <rd:UseGenericDesigner>true</rd:UseGenericDesigner>
    </Query>
    <Fields>
    <Field Name="TaxPaid">
    <DataField>TaxPaid</DataField>
    <rd:TypeName>System.String</rd:TypeName>
    </Field>
    <Field Name="PastVal">
    <DataField>PastVal</DataField>
    <rd:TypeName>System.Int32</rd:TypeName>
    </Field>
    <Field Name="DatePay">
    <DataField>DatePay</DataField>
    <rd:TypeName>System.Int32</rd:TypeName>
    </Field>
    <Field Name="Line">
    <DataField>Line</DataField>
    <rd:TypeName>System.Int32</rd:TypeName>
    </Field>
    </Fields>
    </DataSet>
    </DataSets>
    <ReportParameters>
    <ReportParameter Name="View">
    <DataType>String</DataType>
    <DefaultValue>
    <Values>
    <Value>="Green"</Value>
    </Values>
    </DefaultValue>
    <Prompt>View</Prompt>
    <ValidValues>
    <ParameterValues>
    <ParameterValue>
    <Value>1</Value>
    <Label>1</Label>
    </ParameterValue>
    <ParameterValue>
    <Value>2</Value>
    <Label>2</Label>
    </ParameterValue>
    </ParameterValues>
    </ValidValues>
    </ReportParameter>
    </ReportParameters>
    <Language>en-US</Language>
    <Variables>
    <Variable Name="v">
    <Value>abc</Value>
    </Variable>
    </Variables>
    <ConsumeContainerWhitespace>true</ConsumeContainerWhitespace>
    <rd:ReportUnitType>Inch</rd:ReportUnitType>
    <rd:ReportID>caef6cad-e332-404c-b665-ef6f64b7ae23</rd:ReportID>
    </Report>
    Thanks
    Prasad
    Mark this as Answer if it helps you to proceed on further.

  • Slow rendering from DVCPro-HD to MPEG2-DVD?

    I have a home built PC with a quadcore 9450 chip, 8GB ram, Vista-64 Business, Mercury rendering (GTX460) - so it's not a particularly slow machine. My current project is 2 hours, 45 minutes long, shot on DVC-Pro HD 720-30P.  It is one continuous take from a concert.  I've added chapter points for each song, but otherwise have not edited it (besides mixing the audio levels.)  With CS5, to export to MPEG2-DVD (VBR-one pass, quality level 5) takes about 16 to 17 hours.  A friend with an i7 computer (which I built for him) says I need to contact Adobe because it should not be taking that long to render.  If I import the Premiere sequence directly into Encore, that render takes only a few hours (not sure of the exact time) but the quality sucks.  My 17 hour render looks pretty awesome for such a long project.   With CS4 and a similar length project, it was around 7 or 8 hours with the same machine.   Is something wrong, or is it normal for such long render times?

    If I understand it correctly, your time-line is 2:45 (hh:mm) long and takes around 17 hours to export. Correct?
    That is pretty good for a Q9450 with 8 GB RAM. Those systems are on average around 15 - 20 times slower than a fast system with MPEG2-DVD export, so it would take a fast system around 1 hour. Now that looks like a perfectly acceptable figure. You have to keep in mind that with hardware MPE you can only compare that with CS4 export times with MRQ (Maximum Render Quality) turned on, and my guess is that you are comparing it to CS4 times WITHOUT MRQ.
    Have a look at the PPBM5 Benchmark and notice where the Q9450 systems are. They are all pretty close to the bottom of the list.
    Seeing those results, one can argue your statement.
    so it's not a particularly slow machine.
    Of course much depends on your particular time-line, but if I take my benchmark results (with a lowly i7-920) versus another Q9450 system, I guess that my export times with your time-line would be around 1:06.
    Maybe not the reaction you were looking for, but I can't change statistical results.
    @ Colin: The OP never said he has MRQ enabled. Where do you get that from? He said he had hardware MPE enabled. And with his timeline, setting MRQ on would not influence his export times, since there is nothing in his single track time-line to profit from MRQ and it is all handled by the MPE engine. At least in this case.

  • Another SLOW Lightroom Thread

    Just another thread to document the major issues I'm having with Lightroom 4.
    System: Dell Studio XPS running Windows 7 Home Premium, Intel i7-720QM, 8 GB RAM 1333MHz, 500 GB HD, ATI Radeon 4670 1GB with Wacom Intuos 5
    Working in the Develop module has been completely unacceptable and is costing me hours of editing time and frustrating, which means its costing me money.  Everything from navigating between photos to adjusting slider bars seems to be laggy to put it lightly.  After using the Adjustment Brush, making universal changes is taking forever!  And if I got back to create an additional adjustment with the Adjustment Brush tool, it's almost not even worth it because it is so slow to respond.  Similar to the slow downs after using the Adjustment Brush tool, any changes made after making any adjustments in the Lens Correction tab seem to be super sluggish as well.  Oh top of it all, my computer is running extremely hot when running Lightroom, which ever occured in past versions! 
    I've tried several suggestions that I've seen in forums, such as creating a fresh Catalog and importing the files directly into that new Catalog, hiding the Histogram to free up resources, reducing the size of the Catalog to just the working set I'm currently working on... I've now installed the 4.1 RC and do seem to see some increase in response with the sliders within the develop module, but once I start using the Adjustment Brush and Lens Correction, it seems to be back to it's sluggish self.  And after editing a few photos, the entire program is crawling.
    I think it's great that Adobe has such a strong following that people seem to be so understanding and patient about these issues, but find it unacceptable that such an unpolished release was issued to the public.  If the issues are eventually remedied I will be fully on board with Lightroom, once again, because I do think that the revamped develop module has been a major improvement for editing and workflow, but all those improvements are pretty useless when I'm losing so many hours battling with performance issues.

    No changes, nothing at all, in actual fact I don't even have a PC connected to this broadband line it's purely for the games consoles. I have a separate broadband line for my home office etc.
    Just had a call from BT India, with out wishing to sound derogatory I might as well talk to my pet cat. Apparently they were ringing to see if the problem had been resolved, I only reported it 2 hrs ago.

  • Premiere Pro CC continuous crash and extremely slow renders on a new Mac Pro.

    Hello,
    recently we changed our editing machines with the new Mac Pro with this configuration:
    - CPU 3,5 GHz 6 core Intel Xeon E5
    - 32 GB RAM
    - 2x AMD FirePro D700 6 GB
    we work on a server connected to the Mac Pro in Dual Ethernet configuration.
    The rendering of a sequence at 1920x1080 with 3 video tracks (video footage converted at ProRes 422 LT, a title on a linked After Effects Comp and a PSD graphic overlay of a small logo) of the length of about 3 minutes it takes about 4 hour... when it doesn't crash.
    When it crash, usually when i simply scroll the timeline, i receive an error message very long (if you want I can send you a rtf file about it, it's too long to paste it here).
    These are my system information:
    - Premiere Pro CC 8.2.0 (65)
    - I've installed every updates available at this time
    - OS X Yosemite 10.10.2
    Thank you very much in advance, and sorry for my bad english.

    Thanks Andrea for your assistance in reporting that additional information. You have come across an intermittent bug which has been reported by other users with no reliable repro steps for us to follow in house. So it appears to be mainly system specific, but we're not even sure which sorts of systems demonstrate it yet.
    One other thing to try is clearing your media cache files (from preferences > media panel). In the meantime,e the best thing to do is make sure you submit those crash logs to adobe whenever you get them. This helps us identify common thread among various users who may be experiencing the same problem. Also, if you have time, please file a bug report describing the steps that caused the issue in your case: http://adobe.ly/ReportBug
    Please be as specific as possible when describing your steps. Without a repeatable case, a bug like this is very, very difficult to fix. Thanks again for your support.
    To work around the sloe render for AE comp problem, please try right clicking on the comp in the timeline and then choose the "Render and Replace" command to transcode it out to a more easily handled format. This should help a lot with your performance slowness, and you will still have the ability to restore the original comp files if needed.

  • Cad converted to PDF, very slow rendering upon opening Document.

    The Rendering when opening the document is very slow.
    It takes about 45 seconds to open, then it freezes for another 10 seconds before one can view it.
    iv'e read alot and tried different suggestions, but no solution so far.
    Testet on Adobe Reader 10.1 and 9.2, and Acrobat 9.1. All the same.
    The Document it self has been coverted form Cad to PDF, and has a very large resolution, it is 1.8MB, upon opening Reader uses about half a gig ram.
    I've read that on opening, it has to rescale the image to fit ones resolution, and this is what takes time?
    Simply wondering if anyone has any solution or explanation to why.
    Thanks.
    -Berg

    Drive A is 60 GB with 3.66GB free.
    Running OSX from that drive should really slow it to a Crawl, and is getting to the dangerous point... you need at least 12GB fre, 30 GB would be better.
    Nt certain why the other is so slow... did you open Activity Monitor & observe CPU, Memory & such while it is slow?
    If you can free some space on the Internal, Might give a try with Applejack...
    http://www.versiontracker.com/dyn/moreinfo/macosx/19596
    After installing, reboot holding down CMD+s, then when the prompt shows, type in...
    applejack AUTO
    Then let it do all 5 of it's things.
    At least it'll eliminate some questions if it doesn't fix it.
    The 5 things it does are...
    Correct any Disk problems.
    Repair Permissions.
    Clear out Cache Files.
    Repair/check several plist files.
    Dump the VM files for a fresh start.

  • Slow rendering on rMBP when display is off

    I'm batch rendering Premiere Pro CC timelines to MPEG 2.
    These are 3 minute movies that take about 30 minutes when I render them direct from Premiere Pro CC.
    When I queue them in AME the rendering goes slower.
    Renderings then take up to 40-50 minutes. So in AME it's slower. But these times are do-able.
    The rMB from late 2013 is blowing like hell (that's a good thing becuae then rendering goes fast). But when my display turns off after 15 minutes the rendering slows down. Renderings then take up to almost 2 hours per movie. The blowing of the fan stops when the display is off. But apparently the rendering speed as well.
    In the preferences panel from the Mac "put hard disks to sleep when possible" is unchecked.
    Of course I can have my screen always turned on. But another rMBP from mid 2012 has burn-in issues because of that.
    So I'd rather have AME working when the display is off.
    Could this also be an Open CL thing?
    **UPDATE**
    Rendering also slows down when minimizing the AME window!! It has to be active otherwise my rendering slows significantly down.
    I hope there is a solution for this

    Go to System Preferences>Energy Saver. Set the slider labeled "Computer Sleep" to "Never". When the Computer is sleeping, all currently running processes are put on pause. Your "Display Sleep" and "Computer Sleep" were probably both set to 15 minutes, so that it appeared as if the display going to sleep was the reason the blowing fan stopped.

Maybe you are looking for