Report service and pdf

Dear friends,
I have a problem in 9iAS. I use Report service to run reports in IE. There are some chinese characters in the reports. While i set the target format to HTML, the output is OK, While the format is PDF, the chinese chartacters are malformed.
I search related documents in OTN, but found nothing. Who can give me some advices?
Thanks.

Hi Joi
The HTML output is working for you because your Browser is capable of displaying Chinese characters automatically (using document's encoding).
However, PDF requires that you specify Multibyte characters (such as Chinese) in a different manner. You need to use either PDF Multibyte font aliasing feature or PDF Font Subsetting feature if you want to display Chinese characters in PDF.
See:
http://otn.oracle.com/products/reports/htdocs/getstart/whitepapers/pdfenh.htm
for more information on how to use this feature.
Regards
Sripathy

Similar Messages

  • Sql server reporting services and coldfusion

    I want to using sql server reporting services ,and create report after i want to call this reports in my coldfusion page.is it possible

    Hi,
    Please try setting the credentials of the datasource.
    1. Double click and open the datasource in your project.
    2. Click on the credentials tab, and click on option button 'Use this username and password'
    3. Enter the username and password to connect to the datasource
    4. Deploy or upload the datasource to the report server and try accessing the reports.
    Hope this helps.
    Please click "Mark as Answer" if this resolves your problem or "Vote as Helpful" if you find it helpful.
    BH

  • [Forum FAQ] How do I disable all subscriptions without disabling Reporting Services and SQL Server Agent?

    Introduction
    There is the scenario that users configured hundreds of subscriptions for reports. Now they want to disable all the subscriptions, but Reporting Services and SQL Server Agent service should be enable, so the subscriptions will not delivery reports to users
    and users could run the reports and create jobs on the server.
    Solution
    To achieve this requirement, we need to list all subscriptions and their schedules by running query, then use loop statement to disable all the subscription schedules by Job name.
    On the Start menu, point to All Programs, point to Microsoft SQL Server instance, and then click SQL Server Management Studio.
    Type Server name and select Authentication, click Connect.
    Click New Query in menu to open a new Query Editor window.
    List all subscriptions and their schedules by running the following query:
    Use ReportServer
    go
    SELECT   c.[Name] ReportName,           
    s.ScheduleID JobName,           
    ss.[Description] SubscriptionDescription,           
    ss.DeliveryExtension SubscriptionType,           
    c.[Path] ReportFolderPath,           
    row_number() over(order by s.ScheduleID) as rn             
    into
    #Temp  
    FROM     
    ReportSchedule rs           
    INNER JOIN Schedule s ON rs.ScheduleID = s.ScheduleID           
    INNER JOIN Subscriptions ss ON rs.SubscriptionID = ss.SubscriptionID           
    INNER JOIN [Catalog] c ON rs.ReportID = c.ItemID AND ss.Report_OID = c.ItemID   
    select * from #temp
    Use the loop statement to disable all the subscription schedules by Job name:
    DECLARE
    @count INT,
    @maxCount INT  
    SET @COUNT=1  
    SELECT @maxCount=MAX(RN)
    FROM
    #temp         
    DECLARE
    @job_name VARCHAR(MAX)                  
    WHILE @COUNT <=@maxCount        
    BEGIN      
    SELECT @job_name=jobname FROM #temp WHERE RN=@COUNT  
    exec msdb..sp_update_job @job_name = @job_name,@enabled = 0     
    SET @COUNT=@COUNT+1   P
    RINT @job_name   
    END   
    PRINT @COUNT 
    Reference
    SQL Agent – Disable All Jobs
    Applies to
    Reporting Services 2008
    Reporting Services 2008 R2
    Reporting Services 2012
    Reporting Services 2014
    Please click to vote if the post helps you. This can be beneficial to other community members reading the thread.

    Thanks,
    Is this a supported scenario, or does it use unsupported features?
    For example, can we call exec [ReportServer].dbo.AddEvent @EventType='TimedSubscription', @EventData='b64ce7ec-d598-45cd-bbc2-ea202e0c129d'
    in a supported way?
    Thanks! Josh

  • Email delievery Issues with scheduled advanced reports XLS and PDF format

    Has anyone experienced problems with not recieving XLS, PDF formatted advanced reports via email?
    Is anyone using the TAW/WEB-INF/web.xml parameter:
    <context-param>
    <param-name>scheduledReportUrl</param-name>
    <param-value>http://reportservers.mydomain.com</param-value>
    </context-param>
    <context-param>
    <param-name>reportServerUrl</param-name>
    <param-value>http://reportservers.mydomain.com</param-value>
    </context-param>
    <context-param>
    <param-name>isReportServer</param-name>
    <param-value>true</param-value>
    </context-param>

    Thanks for the reply Sebastian,
    I created APS with only CVOM service and changed the parameter Xmx6g, but the result is the same. But there are some strange thing, since com at the time of shipment and PDF generation dedicated to the APS, the value of the metric "Maximum Memory (MB)" was 5.461Mg that corresponds to the parameter Xmx6g, but the metric "Total Memory (MB)" value was 1792Mg and "Free Memory (MB)" the 1.052Mg value. Is it possible that the APS does not use all available memory is allocated to it? At the time of generating the server had memory available to grow.
    Tnks,
    Calres

  • Report Service And Report Builder Issue

    SQL SERVE 2012
    In our web site project we use ReportingService2010 Methods to show and operate folder and report which stored in Report Service, in our project configuration file, we use windows authentication mode for Report Service.
    In requirement
    User can show and operate folder “A” and folder “B” (we can create and delete report or folder) in web site.
    User can’t use “Report Builder” to save reports which created by Report Builder to folder “B”, Reports which created by Report Builder only can be saved in folder “A”.
    [User click “Report Builder” button in our web page to start Report Builder, use
     “Report Builder” to create report, if user want to save report, we need to hidden folder “B” in “Report Builder” or we need to remove some operate right from folder “B”.]
    We have no solution for this requirement, could you help us?

    Thank you for your replay, but I don't understand it very clearly.
    Please check the first requirement:
    User can show and operate folder “A” and folder “B” (we can create and delete report or folder) in web site.
    For example, I login my PC with account "lfang", in report server, we grand "Browse" permission on both folder and grand only "Publish" permissions for folder "A", report builder can't save report into folder "B",
    it's correct.
    But our web site has create report function, that means in our web site we want to create report for both folder "A" and "B", that is the issue, if we don't give "Publish" permissions to folder
    "B", we can't create report in our web site.
    Is there any method to run "report builder" use specified account? then we can only give folder "A" "Publish" permissions with specified account.

  • MS Reporting Services and BI

    This is a question from a previous post that said it was answered but the answer was not in the post. I am having the same issue now.
    We are trying to integrate BI system with the SQL Server Reporting services. We are able to successfully view the Infocubes and its schema but when we are trying to retrieve the Infocube content we are getting the following error,"You are not authorized for this action (Unable to generate trace due to missing authorizat, object (, aktivity XXX) (XML for Analysis Provider)".Can anyone shed some light on this error.It would be really helpful if you can provide us with any helpful material on this.
    Thanks for any help you can provide,
    -tim

    Hi,
    I guess you are using DB Connect to achieve this.
    Please check in SU53 t-code for the missing authorization and request the same from the admin team........
    This is just a Basis issue.... it should be solved.
    Regards,
    Magic!!!

  • Need clear steps for doing performance tuning on SQL Server 2008 R2 (DB Engine, Reporting Services and Integration Services)

    We have to inverstigate about a reporting solution where things are getting slow (may be material, database design, network matters).
    I have red a lot in MSDN and some books about performance tuning on SQL Server 2008 R2 (or other) but frankly, I feel a little lost in all that stuff
    I'am looking for practical steps in order to do the tuning. Someone had like a recipe for that : a success story...
    My (brain storm) Methodology should follow these steps:
     Resource bottlenecks: CPU, memory, and I/O bottlenecks
     tempdb bottlenecks
     A slow-running user query : Missing indexes, statistics,...
     Use performance counters : there are many, can one give us the list of the most important
    how to do fine tuning about SQL Server configuration
    SSRS, SSIS configuration ? 
    And do the recommandations.
    Thanks
    "there is no Royal Road to Mathematics, in other words, that I have only a very small head and must live with it..."
    Edsger W. Dijkstra

    Hello,
    There is no clear defined step which can be categorized as step by step to performance tuning.Your first goal is to find out cause or drill down to factor causing slowness of SQL server it can be poorly written query ,missing indexes,outdated stats.RAM crunch
    CPU crunch so on and so forth.
    I generally refer to below doc for SQL server tuning
    http://technet.microsoft.com/en-us/library/dd672789(v=sql.100).aspx
    For SSIS tuning i refer below doc.
    http://technet.microsoft.com/library/Cc966529#ECAA
    http://msdn.microsoft.com/en-us/library/ms137622(v=sql.105).aspx
    When I face issue i generally look at wait stats ,wait stats give you idea about on what resource query was waiting.
    --By Jonathan KehayiasSELECT TOP 10
    wait_type ,
    max_wait_time_ms wait_time_ms ,
    signal_wait_time_ms ,
    wait_time_ms - signal_wait_time_ms AS resource_wait_time_ms ,
    100.0 * wait_time_ms / SUM(wait_time_ms) OVER ( )
    AS percent_total_waits ,
    100.0 * signal_wait_time_ms / SUM(signal_wait_time_ms) OVER ( )
    AS percent_total_signal_waits ,
    100.0 * ( wait_time_ms - signal_wait_time_ms )
    / SUM(wait_time_ms) OVER ( ) AS percent_total_resource_waits
    FROM sys.dm_os_wait_stats
    WHERE wait_time_ms > 0 -- remove zero wait_time
    AND wait_type NOT IN -- filter out additional irrelevant waits
    ( 'SLEEP_TASK', 'BROKER_TASK_STOP', 'BROKER_TO_FLUSH',
    'SQLTRACE_BUFFER_FLUSH','CLR_AUTO_EVENT', 'CLR_MANUAL_EVENT',
    'LAZYWRITER_SLEEP', 'SLEEP_SYSTEMTASK', 'SLEEP_BPOOL_FLUSH',
    'BROKER_EVENTHANDLER', 'XE_DISPATCHER_WAIT', 'FT_IFTSHC_MUTEX',
    'CHECKPOINT_QUEUE', 'FT_IFTS_SCHEDULER_IDLE_WAIT',
    'BROKER_TRANSMITTER', 'FT_IFTSHC_MUTEX', 'KSOURCE_WAKEUP',
    'LAZYWRITER_SLEEP', 'LOGMGR_QUEUE', 'ONDEMAND_TASK_QUEUE',
    'REQUEST_FOR_DEADLOCK_SEARCH', 'XE_TIMER_EVENT', 'BAD_PAGE_PROCESS',
    'DBMIRROR_EVENTS_QUEUE', 'BROKER_RECEIVE_WAITFOR',
    'PREEMPTIVE_OS_GETPROCADDRESS', 'PREEMPTIVE_OS_AUTHENTICATIONOPS',
    'WAITFOR', 'DISPATCHER_QUEUE_SEMAPHORE', 'XE_DISPATCHER_JOIN',
    'RESOURCE_QUEUE' )
    ORDER BY wait_time_ms DESC
    use below link to analyze wait stats
    http://www.sqlskills.com/blogs/paul/wait-statistics-or-please-tell-me-where-it-hurts/
    HTH
    PS: for reporting services you can post in SSRS forum
    Please mark this reply as the answer or vote as helpful, as appropriate, to make it useful for other readers

  • KB for Reporting Services and IE11 on SQL 2008 R2

    We are beginning our IE 11 deployment, and we have identified that the CM reporting services site will only render certain reports when you click the 'Enterprise Mode' option.
    This is a known issue addressed by http://support2.microsoft.com/kb/2917531 for SQL 2012, but I cannot find any correlating SQL 2008 R2 patch.
    Can someone point me in the right direction?
    Will

    What version of SQL do you have installed? Is there any chance you have enterprise mode enabled by default, or for your reporting site?
    Will
    I'm behind your version. I'm base SP2 with the MS14-044 patch (10.50.4033). And no, I don't have enterprise mode enabled.
    I've been meaning to apply SP3, I'll see if there's a difference.
    Don't retire TechNet! -
    (Don't give up yet - 13,225+ strong and growing)

  • Trouble with MSSQL Reporting Services and Oracle: PLS-00553: character set

    First off, Oracle version is 8.1.7.4.0. SQL is 64bit 2005 on Windows 2003 with all the latest patches. We’re using the Oracle 10.2 client on the SQL box.
    A few months ago queries against Oracle stopped working on our MSSQL reporting services server - after a service pack on this same system.
    I ended up having to grant permissions on Oracle directories to eliminate the first error and then renamed the NLS_LANG registry entry (effectively deleting it) to get rid of the second error.
    The second error was: ORA-12705: Cannot access NLS data files or invalid environment specified. I don’t have docs on the first error, but it was a reference to a file access problem. Looking at this error again makes me think that I still have some file access problems.
    The old value for the NLS_LANG registry key was: AMERICAN_AMERICA.WE8MSWIN1252
    Everything has been working fine since then.
    Now we are moving some new reports into production which use Oracle stored procedures and they are getting this error:
    --- End of inner exception stack trace ---
    w3wp!processing!8!7/27/2009-09:26:09:: e ERROR: An exception has occurred in data source 'CSUD3_RPTAPL'. Details: Microsoft.ReportingServices.ReportProcessing.ReportProcessingException: Query execution failed for data set 'MYDATASET'. ---> System.Data.OracleClient.OracleException: ORA-06550: line 1, column 57:
    PLS-00553: character set name is not recognized
    ORA-06550: line 0, column 0:
    PL/SQL: Compilation unit analysis terminated
    I've created a test package as below, which has also gotten the same error.
    create or replace
    PACKAGE BODY SQLTEST AS
    PROCEDURE OPEN_CURSOR (ResultCursor OUT T_CURSOR,
    SQLTESTIN IN VARCHAR
    AS
    l_query varchar2(3000);
    BEGIN
    l_query := 'Hi there';
    open ResultCursor for select l_query "field1" from dual;
    END OPEN_CURSOR;
    END SQLTEST;
    I tried setting the NLS_Lang value back to its old value, but it did not fix this problem – and made all the regular oracle queries break again.
    From what I've read, the client should be using the database default if the charset is not specified on the client.
    Can anyone advise on what the problem might be?
    Thanks!
    Sam Greene

    With all due respects I can not think of a worse reporting tool than MS Reporting Services.
    Give serious consideration to getting a real report writing tool from Oracle or SAP (Business Objects / Crystal).
    Reporting Services is one nightmare after another.

  • Question on Installing Reporting Services and its Databases ReportServer and ReportServerTempDB

    Is it possible to have the Reporting Services installed on one server\machine and the databases ReportServer and ReportServerTempDB on a different server\machine?
    I have always installed both on the same machine but this architecture is being suggested.
    I know that you can install the services without the databases on an instance but how do you install just the databases without the services on an instance?
    lcerni

    Hi Icerni,
    Based on the current description, I understand that you want to install Reporting Services on one machine, and install Report Server and ReportServerTempDB databases on another machine.
    I think it’s not supported that installing only the databases related to Reporting Services on an instance without Reporting Services. From the document: Create a Report Server Database, we can need the Reporting Services Configuration Manager tool to create
    Report Server databases.
    In Reporting Services, there is scale-out deployment which refers to two or more report server instances that share a single report server database. They are used to increase scalability of report servers to handle more concurrent users and larger report execution
    loads. And it can also be used to dedicate specific servers to process interactive or scheduled reports.
    References:
    Scale-out Deployment (Native Mode Report Server)
    Configuring Reporting Services for Scale-Out Deployment
    Regards,
    Heidi Duan
    If you have any feedback on our support, please click
    here.
    Heidi Duan
    TechNet Community Support

  • Moving the Reporting Services and Report Server DB into AlwaysON Availability Group

    I have configured the new set of SQL 2012 AlwaysOn Availability Group and need to move the SSRS and it's Report Server DB into that Availability Group.
    Can anyone give tell me the steps to do this move?
    Can I just backup the ReportServer DB into the AG server then import that DB into the SSRS running on the new AlwasyOn AG SQL?

    Hello,
    Based on your description, it seems that you want to move the Report Server database to a different server. If so, both the reportserver and reportservertempdb databases must be moved or copied together. You can move the databases by using Detaching
    and Attaching or Backup and Restore.
    What's more, you should also backup the encryption keys for the report server database you want to move and then restore to the new server.
    You can configure report server databases in Always On Availability Group to be part of a replica; however Reporting Services will not automatically use a different replica for the report server databases when a failover occurs
    Reference:
    Moving the Report Server Databases to Another Computer
    Reporting Services with AlwaysOn Availability Groups (SQL Server)
    Regards,
    Fanny Liu
    Fanny Liu
    TechNet Community Support

  • Problem with Reporting Services and CRM2011 Online

    Hi, this is my issue:
    I have two organizations in CRM 2011 Online and I want to create a report with Reporting Services when I create my datasource my connection string is something like this https://organization1.crm.dynamics.com but when I create a dataset with a FetchXML it
    retrieve the data from organization2

    Hi Diegohdztam,
    According to your description, the dataset retrieve data from organization2, other than the organization1 which is already used to create a Data Source. If in this scenario, I think this issue can be caused by the organization2 also create a Data Source in
    the report, then you are using it as the Data Source for the Dataset. So please double check the data sources in the report.
    Besides, we can try to create a new Data Source with the New button for current Dataset to test the issue again.
    The following screenshot is for your reference:|
    Hope this helps.
    Thanks, 
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

  • Clusters Report Services and Firewall in compination.

    Hi I setup OAS with Report services in two different machines A and B.Those machines use
    UNIX as OS.
    I also created two member cluster services with the script
    rwserver.sh -install rep1.srvcluster batch=yes in the first machine
    rwserver.sh -install rep21.srvcluster batch=yes in the second machine
    I also created the public key and the private key files in the machine A and I install
    them in the machine B and I put then in the corresponding configuration files(ORACLE_HOME\reports\conf\server_name.cluster_name.conf).
    Both machine A and B are in the same network(dmz)
    When I have requests from some form which calls the report I tested when the service from
    machine A is on and the service of machine B is stop works ok.The only possibility
    don't work is if both services from A , B are down.
    My question is where I found Oracle documentation for creating cluster report services
    in compination with firewall for the machines in which the clusters create.In our case
    for both machines A and B
    Thanks in advance Panos.

    panos,
    i am not quite clear what your question is. what kind of information are you looking for ? what is the exact problem in your environemnt ? also please specify exact platform and version of reports you are using.
    thanks,
    ph.

  • How to istall oracle forms service and oracle reports service and testing

    How to istall oracle forms service and oracle reports service ?
    and we can make test?

    How to istall oracle forms service and oracle reports service ?http://download.oracle.com/docs/cd/B19375_07/doc/frs/docs.htm
    and we can make test?Once installed, there is a test program both for Forms and Reports... or you mean something else ? if so, please clarify.

  • Operations Manager 2012 R2 Reporting Services and VMM Analysis Database

    Hi all,
    Hi All
    I have copied the post below from another post sent out a while ago, didn't get a reply on the fix and I am having the same issues, anyone come across this?
    I've integrated SCOM2012 R2 and VMM2012 and everything works fine. The SSAS are installed on the Server hosting the OPSMGR Reporting Server and Databases and the nessecary permissions where set decribed in the technet article
    http://technet.microsoft.com/de-de/library/hh882395.aspx. The collations for the DBs are SQL_Latin1_General_CP1_CI_AS and for SSAS Latin1_General_AS. All SQL Server Components are SQL Server
    2012 SP1 ENG. The OS is Server 2012 R2 SP1 ENG.
    When i try to execute The Host Group Forecasting Report the follwing error occured during report execution:
    Error: The Subreport can't be displayed.
    In the SSAS Logs the follwing Event was logged:
    Error (Data mining): The time series case set must be sparse when containing only one case. Server: The operation has been cancelled. Execution of the managed stored procedure GetTimeSeriesForecast failed with the following error: Exception has been thrown
    by the target of an invocation..
    Query Text:
    CALL AnalysisStoredProc.GetTimeSeriesForecast('08/31/2014, 71;09/05/2012, 76;', 1);
    No other errors are shown in the eventlogs but the SSAS Database VMMAnalysisServerDB size is only 0.02MB.

    Hi Xin
    The error I am seeing is
    Report Error
    Error: Not enough Historical data provided for this
    Subreport
    In the SSAS Logs the following Event was logged:
    Error (Data mining): Processing the 'VirtualManager_Model_7d609e9d-23f0-41b2-a6a7-e1f247608bdc' mining model failed because either the training data is empty or there were
    no significant attributes found. The current operation was cancelled because another operation in the transaction failed. Query (1, 6) execution of the managed Stored procedure GetTimeSeriesForecast failed with the following error: No Exception has been thrown
    by the target of an invocation.
    Query Text:
    CALL AnalysisStoredProc.GetTimeSeriesForecast('12/17/2014, 1;', 1);
    I have checked the VMMAnalysisServerDB and AnalysisStoredProc does exist, I do notice in the error the time stamp is in USA format (MM/DD/YYY) and not UK (DD/MM/YYYY) although
    the computers and Analysis server are set to UK locale. Where do you set the User account to UK locale??

Maybe you are looking for

  • Anyone know how to create a ringtone and drag it into your iPhone 4s ?

    I have downloaded various apps in order to cut a section of music of approimately 36 seconds and have been successful in getting it on to my desktop. I have then taken it into iTunes no problem converted it to aac format AND OR  m4r.but it will not d

  • Working on both Mac and PC, advice?

    First of all, I hope this is an acceptable forum for this question, I figured licensing is the root of the 'problem' so might as well ask here. I currently have a desktop PC with CS2 (I've also got MX 2004 of the other stuff), I really have no reason

  • What email program should I use?

    I have Safari 1.3.2 which I assume is the final upgrade for 10.3. I changed my browser to Firefox because of some of the problems with Safari. I was a long user of Netscape, including their email program. I want to keep Panther as my operating system

  • New line character and carriage return in XML, please help, thanks

    In XML, " " is only the new line character. I have tried that. If you put that in your XML, for example: <tag>line1 line2 line3</tag> You will get the output as follow: line1 ____line2 ________line3 (where ___ represents space) The output that I want

  • How to Open GUI Transaction when clicking in Hyper Link

    Hello All, I want to open GUI Transaction  when user will click on Hyper Link created in a particular column in a table view. For that I have created  Transaction Launcher ID using Transaction Launcher  Wizard. Then what will be the next step, i'm no