<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML xmlns="http://www.w3.org/TR/REC-html40" xmlns:v =
"urn:schemas-microsoft-com:vml" xmlns:o =
"urn:schemas-microsoft-com:office:office" xmlns:w =
"urn:schemas-microsoft-com:office:word" xmlns:m =
"http://schemas.microsoft.com/office/2004/12/omml"><HEAD>
<META http-equiv=Content-Type content="text/html; charset=us-ascii">
<META content="MSHTML 6.00.6000.16587" name=GENERATOR>
<STYLE>@font-face {
        font-family: Cambria Math;
}
@font-face {
        font-family: Calibri;
}
@font-face {
        font-family: Tahoma;
}
@font-face {
        font-family: Consolas;
}
@page Section1 {size: 612.0pt 792.0pt; margin: 70.85pt 70.85pt 70.85pt 70.85pt; }
P.MsoNormal {
        FONT-SIZE: 11pt; MARGIN: 0cm 0cm 0pt; FONT-FAMILY: "Calibri","sans-serif"
}
LI.MsoNormal {
        FONT-SIZE: 11pt; MARGIN: 0cm 0cm 0pt; FONT-FAMILY: "Calibri","sans-serif"
}
DIV.MsoNormal {
        FONT-SIZE: 11pt; MARGIN: 0cm 0cm 0pt; FONT-FAMILY: "Calibri","sans-serif"
}
A:link {
        COLOR: blue; TEXT-DECORATION: underline; mso-style-priority: 99
}
SPAN.MsoHyperlink {
        COLOR: blue; TEXT-DECORATION: underline; mso-style-priority: 99
}
A:visited {
        COLOR: purple; TEXT-DECORATION: underline; mso-style-priority: 99
}
SPAN.MsoHyperlinkFollowed {
        COLOR: purple; TEXT-DECORATION: underline; mso-style-priority: 99
}
P.MsoPlainText {
        FONT-SIZE: 10.5pt; MARGIN: 0cm 0cm 0pt; FONT-FAMILY: Consolas; mso-style-priority: 99; mso-style-link: "Texte brut Car"
}
LI.MsoPlainText {
        FONT-SIZE: 10.5pt; MARGIN: 0cm 0cm 0pt; FONT-FAMILY: Consolas; mso-style-priority: 99; mso-style-link: "Texte brut Car"
}
DIV.MsoPlainText {
        FONT-SIZE: 10.5pt; MARGIN: 0cm 0cm 0pt; FONT-FAMILY: Consolas; mso-style-priority: 99; mso-style-link: "Texte brut Car"
}
P.MsoAcetate {
        FONT-SIZE: 8pt; MARGIN: 0cm 0cm 0pt; FONT-FAMILY: "Tahoma","sans-serif"; mso-style-priority: 99; mso-style-link: "Texte de bulles Car"
}
LI.MsoAcetate {
        FONT-SIZE: 8pt; MARGIN: 0cm 0cm 0pt; FONT-FAMILY: "Tahoma","sans-serif"; mso-style-priority: 99; mso-style-link: "Texte de bulles Car"
}
DIV.MsoAcetate {
        FONT-SIZE: 8pt; MARGIN: 0cm 0cm 0pt; FONT-FAMILY: "Tahoma","sans-serif"; mso-style-priority: 99; mso-style-link: "Texte de bulles Car"
}
SPAN.EmailStyle17 {
        COLOR: windowtext; FONT-FAMILY: "Calibri","sans-serif"; mso-style-type: personal-compose
}
SPAN.TextedebullesCar {
        FONT-FAMILY: "Tahoma","sans-serif"; mso-style-priority: 99; mso-style-link: "Texte de bulles"; mso-style-name: "Texte de bulles Car"
}
SPAN.TextebrutCar {
        FONT-FAMILY: Consolas; mso-style-priority: 99; mso-style-link: "Texte brut"; mso-style-name: "Texte brut Car"
}
.MsoChpDefault {
        mso-style-type: export-only
}
DIV.Section1 {
        page: Section1
}
</STYLE>
<!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]--></HEAD>
<BODY lang=FR vLink=purple link=blue>
<DIV dir=ltr align=left><SPAN class=668325008-03072008><FONT face=Arial
color=#0000ff size=2>Hi Franck,</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=668325008-03072008><FONT face=Arial
color=#0000ff size=2></FONT></SPAN> </DIV>
<DIV dir=ltr align=left><SPAN class=668325008-03072008><FONT face=Arial
color=#0000ff size=2>We had the same problem in April 2006 when we upgraded from
8.39.C to 8.49.D1 that only affected 2 programs. One was a single pass and the
other a multi-pass.</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=668325008-03072008><FONT face=Arial
color=#0000ff size=2></FONT></SPAN> </DIV>
<DIV dir=ltr align=left><SPAN class=668325008-03072008><FONT face=Arial
color=#0000ff size=2>A call to Cognos Support came back with the
following:</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=668325008-03072008><FONT face=Arial
color=#0000ff size=2></FONT></SPAN> </DIV>
<DIV dir=ltr align=left><SPAN class=668325008-03072008><FONT
face="Comic Sans MS" size=2>'We have tightened up of the compile process (in
8.4x) to ensure that the local variables do not exceed the internal table of
32,767 bytes. Try breaking them into smaller chunks.'. </FONT></SPAN></DIV>
<DIV><FONT face=Arial color=#0000ff size=2></FONT> </DIV>
<DIV><FONT face=Arial color=#0000ff size=2><SPAN class=668325008-03072008>There
is no accurate way to calculate how much of the table you are using. The closest
you can get is to add all the space required by the record complexes, defines
and temporaries (global and local). If they go over 30,000 bytes then you
will probably have a problem.</SPAN></FONT></DIV>
<DIV><FONT face=Arial color=#0000ff size=2><SPAN
class=668325008-03072008></SPAN></FONT> </DIV>
<DIV><FONT face=Arial color=#0000ff size=2><SPAN
class=668325008-03072008>Experimenting with the multi-pass program we found that
splitting it into two physical programs worked OK. We were unable to split the
single pass program so we have had to keep 8.39.C on our system just to run
it.</SPAN></FONT></DIV><FONT face="Comic Sans MS" size=2>
<P align=left>regards,<BR> <BR>Robert W.Mills<BR>Business Systems
Development Analyst<BR>Group Information Systems & Technology<BR>Pinnacle
Entertainment<BR>DDI: +44 (0)20 8309 3604 </P></FONT>
<DIV> </DIV><BR>
<DIV class=OutlookMessageHeader lang=en-us dir=ltr align=left>
<HR tabIndex=-1>
<FONT face=Tahoma size=2><B>From:</B>
powerh-l-bounces+robert.mills=pinnacle-entertainment.co.uk@lists.sowder.com
[mailto:powerh-l-bounces+robert.mills=pinnacle-entertainment.co.uk@lists.sowder.com]
<B>On Behalf Of </B>Franck LERAY<BR><B>Sent:</B> 03 July 2008
09:20<BR><B>To:</B> powerh-l@lists.sowder.com<BR><B>Subject:</B> Temporaries
size in qtp<BR></FONT><BR></DIV>
<DIV></DIV>
<DIV class=Section1>
<P class=MsoNormal><SPAN lang=EN-US style="FONT-FAMILY: 'Courier New'">Hi
all,<o:p></o:p></SPAN></P>
<P class=MsoNormal><SPAN lang=EN-US
style="FONT-FAMILY: 'Courier New'"><o:p> </o:p></SPAN></P>
<P class=MsoNormal><SPAN lang=EN-US style="FONT-FAMILY: 'Courier New'">Migrating
a PH Application from HP MPE platform to HP Itanium platform, we have one
problem with some qtp compilations. Here’s the error:<o:p></o:p></SPAN></P>
<P class=MsoNormal><SPAN lang=EN-US
style="FONT-FAMILY: 'Courier New'"><o:p> </o:p></SPAN></P>
<P class=MsoNormal><SPAN lang=EN-US style="FONT-FAMILY: 'Courier New'">*E* Total
size of temporaries and defines exceeds limit of 32767
bytes<o:p></o:p></SPAN></P>
<P class=MsoNormal><SPAN lang=EN-US
style="FONT-FAMILY: 'Courier New'"><o:p> </o:p></SPAN></P>
<P class=MsoPlainText><SPAN lang=EN-US style="FONT-FAMILY: 'Courier New'">Any
advice would be appreciated.<o:p></o:p></SPAN></P>
<P class=MsoNormal><SPAN lang=EN-US
style="FONT-FAMILY: 'Courier New'"><o:p> </o:p></SPAN></P>
<P class=MsoNormal><SPAN lang=EN-US style="FONT-FAMILY: 'Courier New'">MPE
Version : </SPAN><SPAN
style="FONT-SIZE: 10pt; FONT-FAMILY: 'Courier New'">8.19.C5<o:p></o:p></SPAN></P>
<P class=MsoNormal><SPAN
style="FONT-SIZE: 10pt; FONT-FAMILY: 'Courier New'">Itanium
version :8.43.D1<o:p></o:p></SPAN></P>
<P class=MsoNormal><SPAN
style="FONT-SIZE: 10pt; FONT-FAMILY: 'Courier New'"><o:p> </o:p></SPAN></P>
<P class=MsoNormal><SPAN
style="FONT-SIZE: 10pt; FONT-FAMILY: 'Courier New'">Thanks in
advance.<o:p></o:p></SPAN></P>
<P class=MsoNormal><SPAN
style="FONT-SIZE: 10pt; FONT-FAMILY: 'Courier New'">Franck.</SPAN><SPAN
lang=EN-US style="FONT-FAMILY: 'Courier New'"><o:p></o:p></SPAN></P>
<P class=MsoNormal><SPAN lang=EN-US
style="FONT-FAMILY: 'Courier New'"><o:p> </o:p></SPAN></P>
<P class=MsoNormal><SPAN lang=EN-US
style="FONT-FAMILY: 'Courier New'"><o:p> </o:p></SPAN></P>
<P class=MsoNormal><SPAN lang=EN-US
style="FONT-FAMILY: 'Courier New'"><o:p> </o:p></SPAN></P>
<P class=MsoNormal><SPAN lang=EN-US
style="FONT-FAMILY: 'Courier New'"><o:p> </o:p></SPAN></P></DIV></BODY></HTML>