Reporting Services - Orientation Paper - Widht - Height

Hello Guys.
Have you seen that when the Widht is bigger than height, the SSRS change the orientation paper to landscape and in the another way it changes to portrait?
I have a paper who has more widht than height but I want to print it as portrait, because It will be printed in a continuos printer and the size of each paper is like an envelope.
I Have been looking for a solution on internet about this issue, but I havent found anything. 
For example. one Guy has the same problem and he wrote this: (I know is nothing about the printer, the problem is in the configuration of SSRS.) Thanks in advance!
I've come across what appears to be a bug in SSRS. If after reading this post you feel otherwise, please reply to this thread...
I am trying to use SSRS to print to a Dymo LabelWriter 400 printer. This is a specialized label printer that prints one label to a page. The label paper I am using 2-1/2 inches by 1-1/2 inches. The Dymo printer
driver prints portait layout as being the 2-1/2 inches width and 1-1/2 inches height. I assume that is because the paper rolls through the printer that way and labels normally are printed with more width than height.
Other software programs I use to print to this printer handles it properly (Microsoft Word, Microsoft Office Document Imaging, Dymo Label software). However, SSRS seems to assume that portrait layout must
mean paper height > width, as there is no explicity setting in SSRS to for page layout. The result is that no matter how I layout my SSRS report (e.g., switch width-height values, use tb-rl to rotate text), SSRS makes the final decision on whether it is
portrait or lanscape. And in this case of the Dymo printer, it always sets it to the opposite of what it should be. Changing the printer settings (whether default or whether in print dialog) does not correct it.
Although assuming that portrait layout must mean paper height > width may seem to make logical sense, not every printer works that way; and other software programs (including Microsoft Office) do not make that
assumption. It seems that SSRS and/or RDL spec should allow one to explicitly set portrait/landscape setting and not care about width-height ratio. It should be left to the printer and printer driver to decide.
Have other people come across this issue, either with Dymo printer or in other context? Were they able to find a workaround?

Hello Jin-
Thanks for your Answer.
I already added my Service Reference. But when I tried to use the code that you gave me, 
the class ReportExecutionService rs =
new
ReportExecutionService() could not be found.
I am forgeting something?
I added my code. Thanks again!
using
Q10.Agatha.Business;
using
Q10.Agatha.Business.DataSets;
using
Q10.Agatha.DataAccess;
using
System.Drawing;
using
System.Drawing.Imaging;
using
System.Web.Services.Protocols;
using
Q10.Agatha.Academico.Web.myServiceReference;
namespace
Q10.Agatha.Academico.Web.Utilities.Reports
public
class
clsServiceReference
public
void
ObtenerWebReference()
ReportExecutionService rs =
new
ReportExecutionService(); // could not be found
rs.Credentials = System.Net.
CredentialCache.DefaultCredentials;
rs.Url =
"http://myserver/reportserver/ReportExecution2005.asmx";
// Render arguments
byte[]
result = null;
string
reportPath = "/AdventureWorks Sample
Reports/Employee Sales Summary";
string
format = "MHTML";
string
historyID = null;
string
devInfo = @"<DeviceInfo><Toolbar>False</Toolbar></DeviceInfo>";
// Prepare report parameter.
ParameterValue[]
parameters = new
ParameterValue[3];
parameters[0] =
new
ParameterValue();
parameters[0].Name =
"EmpID";
parameters[0].Value =
"288";
parameters[1] =
new
ParameterValue();
parameters[1].Name =
"ReportMonth";
parameters[1].Value =
"6";
// June
parameters[2] =
new
ParameterValue();
parameters[2].Name =
"ReportYear";
parameters[2].Value =
"2004";
Web.myServiceReference.
DataSourceCredentials[]
credentials = null;
string
showHideToggle = null;
string
encoding;
string
mimeType;
string
extension;
Web.myServiceReference.
Warning[]
warnings = null;
Warning[]
warnings = null;
Warning[]
warnings = null;
ParameterValue[]
reportHistoryParameters = null;
string[]
streamIDs = null;
ExecutionInfo execInfo =
new
ExecutionInfo();  // could not be found
ExecutionHeader execHeader =
new
ExecutionHeader(); // could not be found
rs.ExecutionHeaderValue = execHeader;
execInfo = rs.LoadReport(reportPath, historyID);
rs.SetExecutionParameters(parameters,
"en-us");
String
SessionId = rs.ExecutionHeaderValue.ExecutionID;
Console.WriteLine("SessionID:
{0}", rs.ExecutionHeaderValue.ExecutionID);
try
result = rs.Render(format, devInfo,
out
extension, out
encoding, out
mimeType, out
warnings, out
streamIDs);
execInfo = rs.GetExecutionInfo();
Console.WriteLine("Execution
date and time: {0}", execInfo.ExecutionDateTime);
catch
(SoapException
e)
Console.WriteLine(e.Detail.OuterXml);
// Write the contents of the report to an MHTML
file.
try
FileStream
stream = File.Create("report.mht",
result.Length);
Console.WriteLine("File
created.");
stream.Write(result, 0, result.Length);
Console.WriteLine("Result
written to the file.");
stream.Close();
catch
(Exception
e)
Console.WriteLine(e.Message);

Similar Messages

  • Report Services generate a page in blank

    Hi,
    I do download the Oracle9ids for evaluation, create myreport.jsp with Report Builder e run to web, OK,
    but I try request with URL in browser or rwcliente, the report services generate a report (htm,pdf and mail) in blank.
    I'm use OC4J and Windows 2000 Professional.
    Thanks,
    David Lins - [email protected]

    david,
    reports now has two layout areas. one for the web, called the web-source, and one for paper, called the paper layout (for page oriented output such as PDF, RTF, Postscript). if you want to generate web and paper, you have to create a layout in both areas. when you run through the wizard, you will see, that on the first panel it asks you, if you want to create paper, web or both layouts. according to your choice, it will then add a layout to either one or both areas.
    since PDF is using the paper layout to generate the output, you need to have a paper layout in order to be able to run to PDF.
    regards,
    philipp

  • Crystal Reporter sets Orientation

    Hi Experts,
    My client has an issue is with a Crystal Report.  The issue is this:
    Client wants to print labels using an A4 sheet of Labels.  He has created the report layout.  Let us say that the report box is 7cm wide x 4 cm tall.
    When setting the report size, Crystal automatically sets the page orientation to landscape, purely because the report box is wider than it is tall.  This is not wanted!
    The labels need to be printed on portrait orientated paper.  The label size is easily narrow enough to print on portrait orientated paper but Crystal automatically decides that the orientation should be landscape.
    Is there any way around this?  We have found that amending the printer properties (setting it to portrait) is a workaround but this would need to be done for every print which is time consuming.
    Greig

    Hi Greig,
    You may find more thread to complain the same problem.  CR is too smart in this orientation matter.  It won't allow portrait if the width is more than height.  The workaround is:  add a non visible text box to make the frame like normal, i.e. Height > Width.
    Thanks,
    Gordon

  • Restrict printing a report on physical paper

    HI All
    I am generating online report from my Forms 10g application in the web browser in PDF format.
    Now I want to restrict the user to take print of that report on physical paper based some application restrictions.
    How do I achieve this?
    Thanking You

    Hi Oais,
    I have a payroll report that should be printed on a sheet that is very large in width..even bigger than A3.
    The client says thay are going to print it on paper rolls or something.If the client wants to print on whatever we developers do not have a problem.
    We just need to adjust the width and height as required and then develop the report as required.
    To set the width or height from Object Navigator, Under Layout Model you can find Header Section, Main Section and Trailer Section, just set the width and height as required.
    Hope this helps.
    Best Regards
    Arif Khadas

  • An error occurred during local report processing.The definition of the report '' is invalid.The definition of this report is not valid or supported by this version of Reporting Services. he report definition may have been created with a later version of R

    Hi,
    I am trying to create rdlc file programmatically. Using Memory Table as dataset. Here is my code
    ' For each field in the resultset, add the name to an array listDim m_fields AsArrayList
      m_fields = NewArrayList()
      Dim i AsIntegerFor i = 0 To tbdataset.Tables(0).Columns.Count - 1
          m_fields.Add(tbdataset.Tables(0).Columns(i).ColumnName.ToString)
      Next i
      'Create Report 'http://schemas.microsoft.com/sqlserver/reporting/2008/01/reportdefinition'http://schemas.microsoft.com/sqlserver/reporting/2010/01/reportdefinition' Open a new RDL file stream for writingDim stream AsFileStream
      stream = File.OpenWrite("D:\MyTestReport2.rdlc")
      Dim writer AsNewXmlTextWriter(stream, Encoding.UTF8)
      ' Causes child elements to be indented
      writer.Formatting = Formatting.Indented
      ' Report element
      writer.WriteProcessingInstruction("xml", "version=""1.0"" encoding=""utf-8""")
      writer.WriteStartElement("Report")
      writer.WriteAttributeString("xmlns", Nothing, "http://schemas.microsoft.com/sqlserver/reporting/2010/01/reportdefinition")
      writer.WriteAttributeString("xmlns:rd", "http://schemas.microsoft.com/SQLServer/reporting/reportdesigner")
      writer.WriteStartElement("ReportSections")
      writer.WriteStartElement("ReportSection")
      writer.WriteElementString("Width", "11in")
      writer.WriteStartElement("Body")
      writer.WriteElementString("Height", "5in")
      writer.WriteStartElement("ReportItems")
      writer.WriteStartElement("Tablix")
      writer.WriteAttributeString("Name", Nothing, "Tablix1")
      writer.WriteElementString("Top", ".5in")
      writer.WriteElementString("Left", ".5in")
      writer.WriteElementString("Height", ".5in")
      writer.WriteElementString("Width", (m_fields.Count * 1.5).ToString() + "in")
      writer.WriteStartElement("TablixBody")
      ' Tablix Columns
      writer.WriteStartElement("TablixColumns")
      ForEach fieldName In m_fields
          writer.WriteStartElement("TablixColumn")
          writer.WriteElementString("Width", "1.5in")
          writer.WriteEndElement() ' TableColumnNext fieldName
      writer.WriteEndElement() ' TablixColumns' Header Row
      writer.WriteStartElement("TablixRows")
      writer.WriteStartElement("TablixRow")
      writer.WriteElementString("Height", ".25in")
      writer.WriteStartElement("TablixCells")
      ForEach fieldName In m_fields
          writer.WriteStartElement("TablixCell")
          writer.WriteStartElement("CellContents")
          writer.WriteStartElement("Textbox")
          writer.WriteAttributeString("Name", Nothing, "Header" + fieldName)
          ' writer.WriteAttributeString("CanGrow",  True)' writer.WriteAttributeString("Keeptogether", True)
          writer.WriteStartElement("Paragraphs")
          writer.WriteStartElement("Paragraph")
          writer.WriteStartElement("TextRuns")
          writer.WriteStartElement("TextRun")
          writer.WriteElementString("Value", fieldName)
          writer.WriteStartElement("Style")
          writer.WriteElementString("TextDecoration", "Underline")
          writer.WriteElementString("PaddingTop", "0in")
          writer.WriteElementString("PaddingLeft", "0in")
          writer.WriteElementString("LineHeight", ".5in")
          ''writer.WriteElementString("Width", "1.5in")''writer.WriteElementString("Value", fieldName)
          writer.WriteEndElement() ' Style
          writer.WriteEndElement() ' TextRun
          writer.WriteEndElement() ' TextRuns
          writer.WriteEndElement() ' Paragraph
          writer.WriteEndElement() ' Paragraphs
          writer.WriteEndElement() ' TexBox
          writer.WriteEndElement() ' CellContents
          writer.WriteEndElement() ' TablixCellNext
      writer.WriteEndElement() ' TablixCells
      writer.WriteEndElement() ' TablixRow'writer.WriteEndElement() ' TablixRows          Do not close Rows tag here colse it after details'End of Headers'Details Rows'writer.WriteStartElement("TablixRows")         Since Rows tag in header is not closed not need to open fresh tag
      writer.WriteStartElement("TablixRow")
      writer.WriteElementString("Height", ".25in")
      writer.WriteStartElement("TablixCells")
      ForEach fieldName In m_fields
          writer.WriteStartElement("TablixCell")
          writer.WriteStartElement("CellContents")
          writer.WriteStartElement("Textbox")
          writer.WriteAttributeString("Name", Nothing, fieldName)
          '  writer.WriteAttributeString("CanGrow", True)'  writer.WriteAttributeString("Keeptogether", True)
          writer.WriteStartElement("Paragraphs")
          writer.WriteStartElement("Paragraph")
          writer.WriteStartElement("TextRuns")
          writer.WriteStartElement("TextRun")
          'writer.WriteElementString("Value", fieldName)
          writer.WriteElementString("Value", "=Fields!" + fieldName + ".Value")
          writer.WriteStartElement("Style")
          writer.WriteElementString("TextDecoration", "Underline")
          writer.WriteElementString("PaddingTop", "0in")
          writer.WriteElementString("PaddingLeft", "0in")
          writer.WriteElementString("LineHeight", ".5in")
          ''writer.WriteElementString("Width", "1.5in")''writer.WriteElementString("Value", fieldName)
          writer.WriteEndElement() ' Style
          writer.WriteEndElement() ' TextRun
          writer.WriteEndElement() ' TextRuns
          writer.WriteEndElement() ' Paragraph
          writer.WriteEndElement() ' Paragraphs
          writer.WriteEndElement() ' TexBox
          writer.WriteEndElement() ' CellContents
          writer.WriteEndElement() ' TablixCellNext
      writer.WriteEndElement() ' TablixCells
      writer.WriteEndElement() ' TablixRow
      writer.WriteEndElement() ' TablixRows'End of Details Rows
      writer.WriteEndElement() ' TablixBody
      writer.WriteStartElement("TablixRowHierarchy")
      writer.WriteStartElement("TablixMembers")
      writer.WriteStartElement("TablixMember")
      ' Group
      writer.WriteElementString("KeepWithGroup", "After")
      writer.WriteEndElement() ' TablixMember' Detail Group
      writer.WriteStartElement("TablixMember")
      writer.WriteStartElement("Group")
      writer.WriteAttributeString("Name", Nothing, "Details")
      writer.WriteEndElement() ' Group
      writer.WriteEndElement() ' TablixMember
      writer.WriteEndElement() ' TablixMembers
      writer.WriteEndElement() ' TablixRowHierarchy
      writer.WriteStartElement("TablixColumnHierarchy")
      writer.WriteStartElement("TablixMembers")
      'writer.WriteStartElement("TablixMember")ForEach fieldName In m_fields
          writer.WriteStartElement("TablixMember")
          writer.WriteEndElement() ' TablixMemberNext' writer.WriteEndElement() ' TablixMember
      writer.WriteEndElement() ' TablixMembers
      writer.WriteEndElement() ' TablixColumnHierarchy
      writer.WriteElementString("DataSetName", "tbdataset")
      writer.WriteEndElement() ' Tablix
      writer.WriteEndElement() ' ReportItems
      writer.WriteEndElement() ' Body
      writer.WriteStartElement("Page")
      ' Page Header Element
      writer.WriteStartElement("PageHeader")
      writer.WriteElementString("Height", "1.40cm")
      writer.WriteStartElement("ReportItems")
      writer.WriteStartElement("Textbox")
      writer.WriteAttributeString("Name", Nothing, "Textbox1")
      writer.WriteStartElement("Paragraphs")
      writer.WriteStartElement("Paragraph")
      writer.WriteStartElement("TextRuns")
      writer.WriteStartElement("TextRun")
      writer.WriteElementString("Value", Nothing, "ABC CHS.")
      writer.WriteEndElement() ' TextRun
      writer.WriteEndElement() ' TextRuns
      writer.WriteEndElement() ' Paragraph
      writer.WriteEndElement() ' Paragraphs
      writer.WriteEndElement() ' TextBox
      writer.WriteEndElement() ' ReportItems
      writer.WriteEndElement() ' PageHeader
      writer.WriteEndElement() ' Page
      writer.WriteEndElement() ' ReportSection
      writer.WriteEndElement() ' ReportSections' DataSources
      writer.WriteStartElement("DataSources")
      writer.WriteStartElement("DataSource")
      writer.WriteAttributeString("Name", Nothing, "tbdata")
      writer.WriteStartElement("DataSourceReference")
      writer.WriteEndElement() ' DataSourceReference
      writer.WriteEndElement() ' DataSource
      writer.WriteEndElement() ' DataSources'DataSet
      writer.WriteStartElement("DataSets")
      writer.WriteStartElement("DataSet")
      writer.WriteAttributeString("Name", Nothing, "tbdataset")
      writer.WriteStartElement("Query")
      writer.WriteElementString("DataSourceName", Nothing, "tbdata")
      'writer.WriteElementString("CommandText", Nothing, "/* Local Query */")
      writer.WriteElementString("CommandText", Nothing, "TableDirect")
      writer.WriteEndElement() ' Query'Fields
      writer.WriteStartElement("Fields")
      ForEach fieldName In m_fields
          writer.WriteStartElement("Field")
          writer.WriteAttributeString("Name", Nothing, fieldName)
          writer.WriteElementString("DataField", fieldName)
          writer.WriteElementString("rd:TypeName", fieldName.GetType.ToString)
          writer.WriteEndElement() ' FieldNext
      writer.WriteEndElement() ' Fields' rd datasetinfo
      writer.WriteEndElement() ' DataSet
      writer.WriteEndElement() ' DataSets
      writer.WriteEndElement() ' Report' Flush the writer and close the stream
      writer.Flush()
      stream.Close()
      'Convert to StreamDim myByteArray AsByte() = System.Text.Encoding.UTF8.GetBytes("D:\MyTestReport2.rdlc")
      Dim ms AsNewMemoryStream(myByteArray)
      'Supply Stream to ReportViewer
      ReportViewer1.LocalReport.LoadReportDefinition(ms)
      ReportViewer1.LocalReport.Refresh()When I open rdlc in designer I get following error"Data at the root level is invalid."When I run the aspx I get following error
    An error occurred during local report processing.
    The definition of the report '' is invalid.
    The definition of this report is not valid or supported by this version of Reporting Services.
    The report definition may have been created with a later version of Reporting Services, or contain content that is not well-formed or not valid based on Reporting Services schemas.
    Details: Data at the root level is invalid. Line 1, position 1.
    Can anybody guide me?

    Hi Wendy Fu,
    Thanks for your feed back. I could see Microsoft.ReportViewer.ProcessingObjectModel.dll to add as reference to my project. Actually I can open generated rdlc in designer, at run time I get error. I could not make out where is the exact mistake out of three
    options flashed.
    The definition of this report is not valid or supported by this version of Reporting Services.
    The report definition may have been created with a later version of Reporting Services
    or contain content that is not well-formed or not valid based on Reporting Services schemas
    Details: Data at the root level is invalid
    My web config has following references
    <add assembly="Microsoft.ReportViewer.WebForms, Version=11.0.0.0, Culture=neutral, PublicKeyToken=89845DCD8080CC91"/>
    <add assembly="Microsoft.ReportViewer.Common, Version=11.0.0.0, Culture=neutral, PublicKeyToken=89845DCD8080CC91"/>
    May be I have to change these versions to 9 or 10.
    First I will try adding Microsoft.ReportViewer.ProcessingObjectModel.dll .
    Once thanks for your reply.
    Races

  • Reporting Services connections are getting dropped by Oracle RAC

    My current customer is using Oracle RAC (11g) for their data store. They currently are using SQL Server Reporting Services to connect to it. We are experiencing an issue where the connection appears to be redirected at the server which causes the connection to be lost with the client.
    I am curious if this is "by design" or if we need to review some configuration settings to better handle this.
    We have 3 VIPs fronting the RAC and they are all specified in the TNSNAMES.ORA file.
    Any feedback or input on this issue would be greatly appreciated.

    Hi,
    I suggest you look at:
    http://www.oracle.com/technetwork/database/clustering/overview/awm11gr2-130711.pdf
    and the similar paper from 11.1:
    http://www.oracle.com/technetwork/database/clustering/overview/awmrac11g-133673.pdf
    This explains the basic concept, of how clients should connect to the database, and probably clarifies your issue.
    In generall Oracle will not redirect during runtime, only during connection time.
    This however should not be of an issue, if you connect to a service. (You shouldn't connect to a SID since 8.1.7 anymore).
    Regards
    Sebastian

  • How to generate a csv report to determine paper size in a pdf or pdf/a file ?

    how to generate a csv report to determine paper size in a pdf or pdf/a file ?

    Use the cfpdf tag as follows:
    <cfpdf
        action = "getinfo"
        name = "pdf_info"
        source = "C:\temp\testFile.pdf">
    My Operating System is Windows. This tag gets information about testFile.pdf, and stores it in a structure. I have given this structure the name pdf_info. This structure has the key you are interested in, namely, pageSizes.
    Pdf_info.pageSizes is an array whose indices correspond to the respective page number in the PDF. You can use this to generate Comma-Separated Values (CSV) for each page.
    <!--- Initialize CSV list --->
    <cfset csv = "">
    <!--- Add headers or first row, followed by carriage-return --->
    <cfset csv = "Page,Height,Width" & chr(13)>
    <cfloop from="1" to="#arrayLen(pdf_info.pageSizes)#" index="i">
    <cfset row_info = i & "," & pdf_info.pageSizes[i]["height"] & "," & pdf_info.pageSizes[i]["width"] & chr(13)>
    <cfset csv = csv & row_info>
    </cfloop>
    <!--- Output CSV --->
    <cfoutput>#csv#</cfoutput>
    <!--- Write CSV to file --->
    <!--- <cffile action="write" file="C:\temp\output.csv" output="#csv#"> --->
    Done!

  • Information on Reporting Services needed

    In searching for information on how to use the Reporting Services button in Xcelsius, I came across a few forum posts of interest:
    The post [Xcelsius workgroup and reporting services: problem with export|Xcelsius workgroup and reporting services: problem with export] talks about a white paper at  [http://www.bobjects.com/email_imp/partners/nl_xcelsius/aug2006/ssrs_wp_final.pdf|http://www.bobjects.com/email_imp/partners/nl_xcelsius/aug2006/ssrs_wp_final.pdf].  Is this link valid or can I find the document somewhere else? When I click on the link it just hangs.
    The post [Adding Connections to SQL Server|Adding Connections to SQL Server] mentions an article about Reporting Services at [http://www.bobjects.com/email_imp/partners/nl_xcelsius/aug2006/article2.html|http://www.bobjects.com/email_imp/partners/nl_xcelsius/aug2006/article2.html].  Is this link valid or can I find the document somewhere else? Like the other, when I click on the link it just hangs.
    Lastly, the post [Xcelsius SQL Server Reporting Services whitepaper example files? link broken|Xcelsius SQL Server Reporting Services whitepaper example files? link broken] mentions example files for reporting services at [https://boc.sdn.sap.com/files/SSRS|https://boc.sdn.sap.com/files/SSRS]. This link definitely does not work. Does anyone know where these files currently reside?
    Thanks!
    Nick

    Nick,
    There was one white paper regarding this... [SAP BusinessObjects for Microsoft Environments |http://download.sap.com/solutions/sapbusinessobjects/sme/xcelsius/brochures/download.epd?context=91874671A5B3A1BC5654262DA3E692144F92C1EE35CFB4754398C343E2ACB7DA5AA841EC84A89E0494D9FFB49056AF41A8544FE5A1EFAF24], this document gives pretty much the same details.
    -Anil

  • Xcelsius workgroup and reporting services: problem with export

    Hello,
    I'm evaluating Xcelsius workgroup with the trial version. I tried to use data from reporting service. I followed the steps in the white paper provided in the bo site.
    http://www.bobjects.com/email_imp/partners/nl_xcelsius/aug2006/ssrs_wp_final.pdf
    It works fine (in the preview). However, when I export my file that doesn't work anymore. The parameters'dropdown list aren't populated and when I click on the RS button, nothing appear... Did I miss something (export parameters)??? Is it because of the trial version ??
    Thanks in advance for your answers
    Laurent

    For someone that should have the same problem, the solution is to change the security settings of the flash player.
    Laurent

  • How do I report/analyze data from the KM activity reporting service

    I have turned on the km activity reporting service and I am getting .txt files generated with the information I am looking for but now I'm looking for the best way to collect this data from all the server clusters and aggregate the data for easier data analysis.  I have reviewed the 'how to analyze portal activity with the activity data collector' white paper.  This leads me to believe that the only way to collect and analyze this data is to write a script that collects and analyzes the data.  Is this true or is there a better way of gathering and reporting this data?  Is this data stored in a table somewhere?

    Hi,
    the portal only offers basic monitoring capabilities. But it offers the possibility to create quite extensive logs, like km activity reporting service. What the portal writes to a DB table are the PAR statistics. The quite more extensive KM and ADC data is written to a file.
    You can use SolMan to analyze the data. SolMan can gather, analze and write the data into the BI and gives you the basic report.
    In the same way, you can use SolMan to gather the data and create your own BI reports. As it can be really hard to collect X logs from Y servernodes, SolMan offers an easy way to collect the different logs.
    br,
    Tobias

  • Report page orientation - landscape

    Hi,
    I'm wondering how I can change my report page orientation to 'landscape' ?
    cheers
    J

    thank for your reply. I shoudl have mentioned that I am using Crystal Reports version 10.
    Is there an option to just choose 'landscape' rather than manually specifying the width and height of the page?
    cheers
    J

  • Error REP-51002 on Report Services 10.1.2

    Hi
    I installed Oracle Apps Server 10.1.2 and I only pick Form and Report Services to be installed with standard-dates.
    I create a "Standalone" Report-Server, because I want to see the err-log.
    <oarcle_home>\BIN\addNewServerTarget.bat repsrv01
    In "rwservlet.properties" I have changed:
    SERVER_IN_PROCESS =NO
    TRACEOPTS=TRACE_ALL
    TRACEFILIE= rwservlet.trc
    SINGLESIGNON=NO
    SERVER=repsrv01
    In the default from "rwservlet.properties" I read (????):
    OID_ENTITY=%REPORTS_OID_ENTITY%
    But when I test the Report Services : http://host-name:port-number/repdemo, then click : Test a Paper Report. I got this error :
    REP-51002: Bind to Reports Server repsrv01 failed
    In "rwservlet.trc" I can read:
    [2006/4/24 8:59:10:6] Debug 50103 (RWClient:RWClientInit): ORACLE_HOME is derived from RWClient.class, oracle home: C:\oracle\FRHome_1
    [2006/4/24 8:59:10:577] Debug 50103 (InfraConfigMgr:createDirContext): Pool size is 0. 10 more DirContext will be created.
    [2006/4/24 8:59:14:32] Exception 50125 (oracle.ias.repository.schema.SchemaException: Unable to establish initial connection to Oracle Internet Directory Server. Please verify that the correct Oracle Internet Directory Server parameters are specified in C:\oracle\FRHome_1\config\ias.properties. Make sure that the Oracle Internet Directory Server specified in OIDhost, OIDport is up and running. Base Exception : javax.naming.CommunicationException: localhost:389 [Root exception is java.net.ConnectException: Connection refused: connect]
         at oracle.ias.repository.IASSchema.connectAs(IASSchema.java:2273)
         at oracle.ias.repository.IASSchema.connectAs(IASSchema.java:2243)
         at oracle.ias.repository.SchemaManager.connectAs(SchemaManager.java:1288)
         at oracle.reports.utility.InfraConfigMgr.createDirContext(InfraConfigMgr.java:234)
         at oracle.reports.utility.InfraConfigMgr.createOIDContext(InfraConfigMgr.java:149)
         at oracle.reports.rwclient.OIDManager.init(OIDManager.java:88)
         at oracle.reports.rwclient.RWClient.RWClientInit(RWClient.java:634)
         at oracle.reports.rwclient.RWClient.init(RWClient.java:269)
         at com.evermind.server.http.HttpApplication.loadServlet(HttpApplication.java:2354)
         at com.evermind.server.http.HttpApplication.findServlet(HttpApplication.java:4795)
         at com.evermind.server.http.HttpApplication.initPreloadServlets(HttpApplication.java:4889)
         at com.evermind.server.http.HttpApplication.initDynamic(HttpApplication.java:1015)
         at com.evermind.server.http.HttpApplication.<init>(HttpApplication.java:549)
         at com.evermind.server.Application.getHttpApplication(Application.java:890)
         at com.evermind.server.http.HttpServer.getHttpApplication(HttpServer.java:707)
         at com.evermind.server.http.HttpSite.initApplications(HttpSite.java:625)
         at com.evermind.server.http.HttpSite.setConfig(HttpSite.java:278)
         at com.evermind.server.http.HttpServer.setSites(HttpServer.java:278)
         at com.evermind.server.http.HttpServer.setConfig(HttpServer.java:179)
         at com.evermind.server.ApplicationServer.initializeHttp(ApplicationServer.java:2394)
         at com.evermind.server.ApplicationServer.setConfig(ApplicationServer.java:1551)
         at com.evermind.server.ApplicationServerLauncher.run(ApplicationServerLauncher.java:92)
         at java.lang.Thread.run(Thread.java:534)
    ): Interner Fehler oracle.ias.repository.schema.SchemaException: Unable to establish initial connection to Oracle Internet Directory Server. Please verify that the correct Oracle Internet Directory Server parameters are specified in C:\oracle\FRHome_1\config\ias.properties. Make sure that the Oracle Internet Directory Server specified in OIDhost, OIDport is up and running. Base Exception : javax.naming.CommunicationException: localhost:389 [Root exception is java.net.ConnectException: Connection refused: connect]
    [2006/4/24 8:59:14:42] Debug 50103 (InfraConfigMgr:createDirContext): Failed to create OiD DirContext.
    [2006/4/24 8:59:14:42] Debug 50103 (InfraConfigMgr:createDirContext): OiD DirContext created successfully. m_totalSize:0
    [2006/4/24 8:59:14:42] Debug 50103 (InfraConfigMgr:createOIDContext): connect to OID server successfully as %REPORTS_OID_ENTITY%
    [2006/4/24 8:59:15:13] Debug 50103 (KeyMapParser:readKeyMapFile): file: C:\oracle\FRHome_1\reports\conf\cgicmd.dat
    [2006/4/24 8:59:15:93] Debug 50103 (NetworkUtility:setTimeout): Timeout value set to 1000
    [2006/4/24 8:59:15:324] Info 65000 (Multicast:init): Der Kommunikationskanal wurde initialisiert
    [2006/4/24 8:59:15:404] Debug 50103 (Multicast:registerReceiver): Packet handler registered
    [2006/4/24 8:59:41:572] (RWClient:doGet) enter...
    [2006/4/24 8:59:41:602] Debug 50103 (RWClient:doGet): QueryString: start=auto
    [2006/4/24 8:59:41:882] Debug 50103 (ServletCmdMgr:handleCmdPingServer): server name: repsrv01
    [2006/4/24 8:59:41:882] Debug 50103 (ServletCmdMgr:handleCmdPingServer): defaultServerName: repsrv01
    [2006/4/24 8:59:41:892] Debug 50103 (ServletCmdMgr:handleCmdPingServer): inprocess: false
    [2006/4/24 8:59:41:892] Info 50103 (RWClientUtility:findServer): Failed to bind to server: repsrv01
    [2006/4/24 8:59:41:892] Debug 50103 (ServletCmdMgr:handleCmdPingServer): reports server status: 0|1
    [2006/4/24 8:59:41:892] Debug 50103 (ServletCmdMgr:handleCmdPingServer): http status code: 200
    [2006/4/24 8:59:41:892] (RWClient:doGet) ...exit
    [2006/4/24 9:0:1:841] (RWClient:doGet) enter...
    [2006/4/24 9:0:1:841] Debug 50103 (RWClient:doGet): QueryString: start=auto
    [2006/4/24 9:0:1:841] Debug 50103 (ServletCmdMgr:handleCmdPingServer): server name: repsrv01
    [2006/4/24 9:0:1:841] Debug 50103 (ServletCmdMgr:handleCmdPingServer): defaultServerName: repsrv01
    [2006/4/24 9:0:1:841] Debug 50103 (ServletCmdMgr:handleCmdPingServer): inprocess: false
    [2006/4/24 9:0:1:841] Info 50103 (RWClientUtility:findServer): Failed to bind to server: repsrv01
    [2006/4/24 9:0:1:841] Debug 50103 (ServletCmdMgr:handleCmdPingServer): reports server status: 0|1
    [2006/4/24 9:0:1:841] Debug 50103 (ServletCmdMgr:handleCmdPingServer): http status code: 200
    [2006/4/24 9:0:1:841] (RWClient:doGet) ...exit
    Now what I have to do ? - in ias.properties ????
    Is it a security-problem with SSO or OID ? - I don't need two.
    Some people in this forum have the same problem, but what is the solution now?
    best regards
    Walter

    question. Did you solve this? If so was it because you firstly needed to create a Report Server and register it with Enterprise Manager?
    Pamela

  • Domain Object and Service oriented pattern

    We have J2EE based application with following components, we are facing some issues with existing system.
    Current System : We have J2EE based application. The following is the flow.
    Client Layer [including JSP, Struts ]&#61664; action classes &#61664; Delegates &#61664; Session fa�ade [Session bean] &#61664; DAO&#61664; EJBDAO &#61664; EJB. We use CMP, xDoclets , JBOSS.
    1.     Our Domain objects are heavy. I know they are suppose to be coarse objects but they take more time in loading. Also, we noticed one thing that lot of methods are called during Domain Object creation process and it takes lot of time in loading. Actually, we dont really know what is happening as we are using CMPs.
    Question :
    -     Any input on what can be done to avoid Domain object excessive loading time.
    -     Anyone can share there experiences with Domain objects. Are you facing issues related with performance.
    -     We dont use DTO, we pass domain objects between. Do you see any problem in doing that.
    2.     Currently, our system was used by one single front end or lets say we have only one client but soon we will have more clients using it.
    Question :
    -     What should be our design approach. How can we make our system more like service oriented. If the two clients demand different business logic then how it will be handled. Business logic common to all the clients will be handled by which layer and business logic specific to client will be handles by which layer.
    -     Please suggest based on our existing infrastructure. We don�t want to use SOAP or cannot make drastic changes to our flow.
    We have domain and services in the same package and we are doing the refactoring of code, your inputs will be valuable.
    Thanks
    Sandipan

    What type of logger do you use and what is the loger-level during production?
    If it is log4j set the logger to level INFO or WARN.
    This might sound trivia but can make a difference between 20seconds and 500 ms.

  • $100 to the person that can work with me on getting Lightswitch, Telerik Reporting, Azure reporting service working.

    I give up. I am not a professional developer however I am pretty good at coding. But I have limitations and do not understand how all the pieces fit together when it comes to WCF, LightSwitch and Telerik Reporting service.
    I have spent the better part of the past 5 evenings attempting to deploy a WCF service to my azure account to create reports for my application.  I know this should be simple but I cannot find an example that ties all the pieces together.
    I have a
    working lightswitch application deployed to Azure
    20+ working telerik reports created in a separate project (Reports have parameters that is one of the problems)
    No way to get the two to talk together.
    If you have experience and feel you can help me please respond to this post and I will set up some time for us to work together online.
    Regards a very frustrated part time developer
    Cliff
    P.S. Sorry if this is an inappropriate use of the forum but I am at my wits end!

    (I am not in the running for the 'bounty' just trying to help on the WCF RIA part...)
    When you deploy the application to Azure you should be able to hit the WCF RIA Service using:
    site/{class name}.svc/
    For example if you look at the reports I have in this example:
    LightSwitch Survey: Handling
    Complex Business Logic Using WCF RIA Services
    You can use the live application at the following link: https://survey.lightswitchhelpwebsite.com/HTMLClient (use your
    username and password from
    LightSwitchHelpWebsite.com)
    The call in Fiddler looks like this:
    /WCF_RIA_ServiceData.svc/SurveyResults?$filter=(SurveyId%20eq%202)&$top=45&$inlinecount=allpages
    This is what your reports should be calling. Can you get this far?
    Unleash the Power - Get the LightSwitch 2013 HTML Client / SharePoint 2013 book
    http://LightSwitchHelpWebsite.com

  • Reporting Services Webpart - web part does not auto render consistantly

    We are on SharePoint 2010 (integrated with Reporting Services)- on several sites we have added the Reporting Services Web Part and with a saved parameter.  The behavior of this web part is not consistent.  There are times when I open up a site
    and the web part will auto render the report.  5 minutes later I can go into the same site, and the web part does not auto render the report.  I have to do edit page, or close and re-open the web site.  Has anyone experienced this type of behavior. 
    I've looked for assistance with this issue on-line cannot find anything that specifically addresses this issue.   

    Hi Karen,
    If the parameters have default values in the report, then the report can be rendered automatically.
    For this issue, I recommend to verify the things below:
    Does this issue occur when you open the page with the web part in a new tab in the browser or go back to the previous opened tab?
    Does this issue occur in the server side or client side?
    Please add the site to trusted sites in Internet Explorer to see how it works.
    Please change another browser to see how it works.
    For narrowing down the issue scope, please test with another report and compare the results.
    Thanks,
    Victoria
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

Maybe you are looking for

  • I bought a new iMac and am giving my old iMac to my brother.  I do not have my installation disk.  How do I erase all my information?

    I recently bought a new iMac and am giving my old iMac to my brother.  I read up on how to erase my information before handing it over to my brother but they process included having my installation disk.  I do not have that disk.  I need to erase my

  • Creating a User Defined Type in SQLDeveloper

    SQLDeveloper Version 1.2.1.3213-no-jre Platform: Microsoft Windows XP Professional Version 2002 SP2 Java: jdk-1.5.0_12 I'm new to PL/SQL and so what I'm trying to do may not be possible. I've checked loads of examples online but cannot find a precise

  • Address Book Search

    Here's the thing .... say I need to find a contact within a particular company but I don't know the contacts actual name .... say I need to find the HR manager at Company X. I do a search on Company X .... I get a list of contacts that I have created

  • Infoapckage schduling

    Hello Friends, Need some help. May be this is very simple question for you . Actually I have been scheduled one info package to run at one daily basis at 4.00 AM. Now I want to remove it from scheduling ( don’t want o run) , I have removed the option

  • Timecapsule kills internet/wifi connection, when starting backup?

    Everytime my timecapsule start backing up, my wifi/internet connection is killed? I still see my airport in the top bar wifi logo, but no internet connection I have to restart timecapsule before i get my internet back Im on a imac 27" fully upgraded