6i to 10g migration report error.

when i migrated my 6i reports to 10g it doesnt show frames. Please help me.....
Thanks in advance...

fasilvadakoot wrote:
no 6i forms and reports to 10g........no 6i forms and reports 10g means ???
Do u test the report at design time from reports developer. What is the output ? Check it at Layout Mode and run Layout view.
Hope this will help you.

Similar Messages

  • 10g Migration Problem: error shown when trying to call a report from form

    Dear Friends,
    I am working on migrating developer 2000 forms to 10g forms. I am using migration tool for this. Everything is going fine except calling report from a form.
    Say, in the original form I had the following:
    RUN_PRODUCT(REPORTS,’ C:\test1.rdf’,SYNCHRONOUS,RUNTIME,FILESYSTEM,pi_id,NULL);
    After migration its has become:
    rp2rro.rp2rro_run_product(REPORTS, ’ C:\test1.rdf’,SYNCHRONOUS,RUNTIME,FILESYSTEM,pi_id,NULL);
    Then, I have kept the report ‘test1.rdf’ in the ‘OraHomeAS\reports\samples\demo\’ location and changed the above code into:
    rp2rro.rp2rro_run_product(REPORTS,'test1.rdf',SYNCHRONOUS,RUNTIME,FILESYSTEM,pi_id,NULL);
    Now the form runs fine on application server but it can’t call the report. While attempting to call the report, it shows the following error:
    ORA-06508
    FRM-40735
    Please note that the report ‘test1.rdf’ individually runs fine on the application server and at the time of migration I provided all the information (e.g. report server name) correctly. If I am missing any package, please tell which package I am missing and where should I paste it.
    Please help me because I am very close to the deadline!
    Rgds,
    Luther

    Hi,
    The conversion to use the rp2rrp call needs a library to resolve the call which I think is called rp2rro.pll.
    It seems that this library is not being found at run time, which is what the ora-06508 error often means.
    I guess that you have compiled the form and must therefore have the pll to compile, so it is the forms_path setting in the app server run time that might not be set.
    Look at the environment file (default.env is the original name for this, if you haven't created a custom one) for the entry FORMS_PATH. Is the location of your library specified in the path ?? If not put the directory in, then stop and restart the app server.
    rgds
    Tony

  • Migration Report Errors- Failed to map index

    I am very new to oracle and databases, so my terminology is limited. Could someone explain to me what this means? And if possible, a suggestion as to how should i go about to rectify this error.
    <<<"Failed to map index :
    Column list specified is already used in an existing index. This index will not be created.">>>
    This occured when i captured the database from MySQL to OMWB during the truncation to Oracle.
    Any help will be greatly appreciated. TIA
    Andrew

    Hi Andrew,
    What this message means is that the index that is failing to create is doing so because there is no need for it. This is because there is already an index created on the same columns.
    If you need any more assistance then please e-mail [email protected]
    Regards
    John

  • Migrate reports from 6i to 10g

    Hello friends,
    I want to migrate reports created in oracle 6i report builder
    to
    oracle 10g.
    Please give me steps for that.
    Arvind2

    It happens on all machine. We use browser to launch the application and the report is called from forms (10.1.2). We didn't change any code in report and neither the fonts (Tahoma). In 6i, client server environment, windows can find the font. I guess in 10g web environment, the font is not as default. HP Laserjet 8000N is a network printer which I use to testing my report. everything is fine in 6i but not 10g. Here is my question.
    1. How to check printer setup? Should I use the default font from Linux instead of Tahoma?
    2. I found a note in metalink, Note:356221.1 which explains the procedures to deploy reports from windows to Linux. I am not sure my problem is related to the font or something else...
    Thanks for you reponse.

  • Migrate report template 6i to 10g

    Hi All
    I am working on Oracle Report 10g.
    but in my company I have one old template which was made in 6i.
    i have question that how to Migrate report template 6i to 10g?
    i have read in forum that i just have to compile template into 10g report. is that right answer or not i just want to make sure.
    Thanks In advanced for your Answer.

    The easiest way to find out is to just give it a try. ;-)

  • How do I view Migrate Data errors - Access 2003 - Oracle 10g

    I'm trying to use the SQL Developer to migrate data from an Access 2003 database to an Oracle 10g database. I followed the instructions found here:
    http://www.oracle.com/technology/tech/migration/workbench/files/omwb_getstarted.html
    I was able to complete every step except the actual data move. I exported the xml for the Access database, I captured the export and then ran the generation scripts on my target Oracle database (I'm using the same schema for the migration repository and the actual data). It created the tables with only one or two errors which I resolved.
    Now, when I select Migration->Migrate Data, I get the dialog that appears to start 4 or 5 threads and attempts to migrate each table. They all error and do not transfer any rows. I can see that there's one error per table, but I can't see the error text. I just know that an error occurred. Is there a log somewhere or is the error displayed somewhere else? How do I know what's gone wrong?
    Thanks.

    I too receive unexplained error counts using the Migrate Data menu selection and unexplained failures using the Generate Data Move Scripts menu selection. Permissions granted by role or direct grants should not be a problem, but a Migrate Data error appears in the Migration Log panel at the bottom of the SQL Developer window, "Failed to disable constraints: ORA-00942 ... ". No further details available on what constraints or why the error. No other errors were detected while following the instructions found in the Oracle SQL Developer Migration Workbench Getting Started guide. SQL Developer never migrates the data from the existing Access 2000 mdb file to the newly created schema objects in Oracle 10g using either method. The following roles and privileges have been granted to both the repository owner and the target schema owner:
    GRANT RESOURCE TO MIGRATE_USER WITH ADMIN OPTION;
    GRANT CONNECT TO MIGRATE_USER WITH ADMIN OPTION;
    ALTER USER MIGRATE_USER DEFAULT ROLE ALL;
    -- 25 System Privileges for MIGRATE_USER
    GRANT CREATE ROLE TO MIGRATE_USER;
    GRANT ALTER TABLESPACE TO MIGRATE_USER;
    GRANT ALTER ANY SEQUENCE TO MIGRATE_USER;
    GRANT INSERT ANY TABLE TO MIGRATE_USER;
    GRANT SELECT ANY TABLE TO MIGRATE_USER;
    GRANT CREATE ANY TABLE TO MIGRATE_USER;
    GRANT UNLIMITED TABLESPACE TO MIGRATE_USER WITH ADMIN OPTION;
    GRANT DROP TABLESPACE TO MIGRATE_USER;
    GRANT CREATE ANY TRIGGER TO MIGRATE_USER;
    GRANT ALTER ANY ROLE TO MIGRATE_USER;
    GRANT CREATE VIEW TO MIGRATE_USER WITH ADMIN OPTION;
    GRANT DROP USER TO MIGRATE_USER;
    GRANT CREATE TABLESPACE TO MIGRATE_USER;
    GRANT GRANT ANY ROLE TO MIGRATE_USER;
    GRANT CREATE ANY SEQUENCE TO MIGRATE_USER;
    GRANT ALTER ANY TABLE TO MIGRATE_USER;
    GRANT DROP ANY TRIGGER TO MIGRATE_USER;
    GRANT DROP ANY ROLE TO MIGRATE_USER;
    GRANT DROP ANY SEQUENCE TO MIGRATE_USER;
    GRANT UPDATE ANY TABLE TO MIGRATE_USER;
    GRANT ALTER ANY TRIGGER TO MIGRATE_USER;
    GRANT COMMENT ANY TABLE TO MIGRATE_USER;
    GRANT DROP ANY TABLE TO MIGRATE_USER;
    GRANT CREATE PUBLIC SYNONYM TO MIGRATE_USER WITH ADMIN OPTION;
    GRANT CREATE USER TO MIGRATE_USER WITH ADMIN OPTION;
    -- 1 Tablespace Quota for MIGRATE_USER
    ALTER USER MIGRATE_USER QUOTA UNLIMITED ON USERS;
    Operating system for both Access 2000 and Oracle 10g is Windows XP PRO SP2.
    Oracle SQL Developer is version 1.1.2.25 build MAIN-25.79 on Windows XP PRO SP2. All three are on the same PC.
    Since only the last step failed, I created a User DSN with the ODBC administrator. Then, linked the newly created Oracle table to Access via ODBC using the DSN created. Next, I created an append query with the source being the Access table and the target being the Oracle table. I moved the data by pressing the red exclamation mark.

  • Reports Error Page 10g NullPointerException

    We have created a JSP report that produces Excel output via method outlined in the example given in the HowTo:
    http://otn.oracle.com/products/reports/htdocs/getstart/demonstrations/excel/index.html
    The JSP runs fine under 9.0.2 iAS but when we moved the report to a 10g AS we get the following error:
    Reports Error Page
    Mon May 24 11:50:26 BST 2004
    java.lang.NullPointerException
    java.lang.NullPointerException
         at com.evermind.server.http.EvermindBodyContent.setCharacterEncoding(EvermindBodyContent.java:458)
         at com.evermind.server.http.EvermindPageContext.pushBody(EvermindPageContext.java:630)
         at oracle.jsp.runtime.OracleJspRuntime.pushBodyIfNeeded(OracleJspRuntime.java:1385)
         at examples.test._test1._jspService(_test1.java:55)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:349)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:509)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:413)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:65)
         at oracle.security.jazn.oc4j.JAZNFilter.doFilter(Unknown Source)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:604)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:317)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:790)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:208)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:125)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:186)
         at java.lang.Thread.run(Thread.java:534)
    Any ideas what could be causing the report to fail and ways to make the report run under 10g As?

    Try adding charset to the content type
    e.g:
    <%@ page contentType="application/vnd.ms-excel;charset=ISO-8859-1" %>
    - Vinayak

  • Where to find the migration reports and errors

    i am using Oracle SQL developer 3.0 for migrating MS SQL 2008 to oracle using migration wizard,after clicking on finish the tool throws the null as error window and asked me to look into migration reports. where should i find the migration reports and errors
    KK
    Edited by: 860986 on May 25, 2011 9:33 PM

    Log into the SQL Developer Migration repository and you get the list of Migration Projects.
    Click on the project you're interested into and on the right side you get a pane with Status, Summary, Analysis...
    The Summary pane shows you how many objects SQL Dev migrated.
    You also have Capture isues showing you the issued during the capture phase as well as Conversation Issues etc.

  • Forms/Reports 6i to 10g migration process

    Hello !
    I will start a process in order to migrate our currently Forms/Reports 6i application to Oracle DS 10g (Forms/Reports 10g). What I need to know in order to begin this process.
    For example: What Oracle Application Server my customers needs to buy ? and about licenses that they need to have ?
    Can someone give me a initial direction ?
    Tank you

    I would recommend using 10g Release 2 which is version 10.1.2.
    You will need Oracle Developer Suite 10.1.2 for development and application maintenance needs. This distribution includes a light weight http listener used for testing applications while being developed. This light weight listener is not supported for multi-user access or production deployment.
    You will need Oracle Application Server 10.1.2 for deployment. If you only plan to use Forms and Reports and do not need additional security features or Identity Management (SSO, OID, etc), you can use the Forms/Reports Services distribution which is smaller than the complete Application Server installation. Refer to the following for more information:
    http://www.oracle.com/technology/products/forms/htdocs/10g/FormsReportsServicesInstallation.htm
    This document refers to version 9.0.4 but mostly still applies to 10.1.2.
    Do not attempt to use versions newer than 10.1.2 as they do NOT support Forms or Reports.
    Additional Forms upgrade information can be found here:
    http://www.oracle.com/technology/products/forms/htdocs/upgrade/index.html

  • I just migrated from one Mac to another and I got a msg to contact Adobe tech support and report error code 150:30. What do I do?

    I just migrated from one Mac to another and I got a msg to contact Adobe tech support and report error code 150:30. What do I do?@

    Reinstall the software properly. Migration is useless due to the specifics of the activation system.
    Mylenium

  • Error while migrating reports from one instance to another(no torch seen)

    Hi,
    I am facing this problem when I am trying to migrate reports from UAT to Production. After migration when I try to run the report from Discoverer plus, I cannot see the torch symbol which is general if we have any parameters for that report. So, I again migrate the same .eex file and now I see the torch.
    Can any one throw some thoughts why is this happening, why I cannot see the torch symbol in the first time itself?
    Thanks,
    Srini.

    Hi Srini
    The list of values is not being associated with the item the first time around. The order in which the items are selected is important so for example if lists of values were imported first without the items upon which they depend they will be ignored. Running the import a second time will cause the LOVs to recognize their associated item and thus the association will be made.
    Generally I do two exports. I will export my folders and workbooks first and then export my item classes.
    Hope this helps explain what you are seeing.
    Best wishes
    Michael

  • Issue migrating reports with Graphical features.

    Hi guys,
    I am working on migrating reports from 10g to 11g and I have an issue with the reports which contains a Graph. They are giving the following error when I run them against the 11g report server(they are running fine against the 10g server with out any issues)
    The report terminated with error:
    REP-56048: Engine rwEng-1 crashed., job Id: 24.
    I have searched on Google, for a solution to fix them, the closest I found was Installing Oracle Graphics 6i engine in a separate Oracle Home, but this was said for 9i and 10g, you can find that in the below oracle document:
    http://www.oracle.com/technetwork/middleware/reports/graph-faq-with-style-094084.html#q101
    Does anyone know, if I can Install Oracle Graphics 6i engine in a separate Oracle Home for 11g too?, to make them work at least, if not modifying the existing ones?
    Thanks,
    Sona.

    Hi Sona,
    unfortunately installing Graphics 6i in a separate OH for 11g wont work. This option was only possible until Reports 10g as a temporary option while migrating to the new BI beans graphing functionality included in 10gR2 and 11g.
    Reference
    http://www.oracle.com/technetwork/middleware/reports/graph-faq-with-style-094084.html
    Migrating Oracle Graphics 6i charts
    How do I migrate my charts from Oracle Graphics to the new graph format in Oracle9i Reports or Oracle Reports 10g?
    Oracle9i Reports Release 1 onwards, Oracle Graphics has been desupported. Oracle9i Reports and Oracle Reports 10g use BI Beans to generate graphs. Because of the underlying technology, there is no direct migration path from Oracle Graphics to the BI Bean graphing functionality. As such, the user will need to rewrite all of their graphs using the new Graph Wizard within the Reports Builder.
    Top of Page
    Can I still run my existing Oracle Reports Developer 6i reports containing Oracle Graphics charts in Oracle Reports?
    As noted in the Oracle Reports Statement of Direction, Oracle Graphics is no longer shipped with Oracle Reports. However, as part of the migration path, you can still run Oracle Graphics charts in Oracle Reports if you install the Oracle Graphics 6i engine in a separate Oracle Home. You should only maintain Oracle Graphics 6i as a temporary measure while you redesign your charts using the new Graph Wizard. For further details on how to configure Oracle to use Oracle Graphics 6i, please see the Graphics Migration section in the Oracle9i Application Server Migration from Oracle9iAS Release 1 (1.0.2.2.x) to Release 2 (9.0.2) manual.
    Top of Page
    Can I modify or add Oracle Graphics 6i charts to my reports with Oracle9i Reports or Oracle Reports 10g?
    No. You must have a separate installation of Oracle Graphics 6i Builder in order to modify your existing Oracle Graphics 6i charts since Oracle Graphics is not shipped with Oracle Reports. We strongly recommend that you migrate your charts to the new standard in Oracle Reports.
    Thanks, RZ

  • Migrating report from 6i to 11g

    I am migrating reports from 6i to 11g.
    I am calling report from form. All the reports works fine.
    But in this report I have to pass parameter at runtime and report should save in pdf format at a given location.
    forms & report version : 11.1.2
    Database : 11g
    Operating system : windows 7 professional.
    Below is the code i am running.
    declare
    pl_name VARCHAR2(30) := 'tempdata';
    pl_id ParamList;
    x VARCHAR2(150);
    y NUMBER;
    repid REPORT_OBJECT;
    v_rep VARCHAR2(100);
    rep_status VARCHAR2(20);
    BEGIN
    repid := FIND_REPORT_OBJECT('MALWADKARCONSUMPTIONSTMTDBR1');
    pl_id := Create_Parameter_List(pl_name);
    Add_Parameter(pl_id,'background',TEXT_PARAMETER,'Yes');
    Add_Parameter(pl_id,'PARAMFORM',TEXT_PARAMETER,'NO');
    Add_Parameter(pl_id,'DESTYPE',TEXT_PARAMETER, 'FILE') ;
    Add_Parameter(pl_id,'DESFORMAT',TEXT_PARAMETER, 'PDF') ;
    Add_Parameter(pl_id,'VCOMPANY',TEXT_PARAMETER,:block50.COMPANYNAME);
    Add_Parameter(pl_id,'VLYCOMPANY',TEXT_PARAMETER,:block50.COMPANYNAME);
    Add_Parameter(pl_id,'FROMDATE',TEXT_PARAMETER,VFROMDATE); -- VFROMDATE calculated from query
    Add_Parameter(pl_id,'TODATE',TEXT_PARAMETER,:BLOCK50.DOCDATE);
    Add_Parameter(pl_id,'VACNAME',TEXT_PARAMETER,VACNAME); -- VACNAME calculated from query
    Add_Parameter(pl_id,'DESNAME',TEXT_PARAMETER, 'D:\dbr\'||vACNAME||' '||:BLOCK50.DOCDATE||'.PDF') ;
    SET_REPORT_OBJECT_PROPERTY(repid,REPORT_COMM_MODE,SYNCHRONOUS);
    SET_REPORT_OBJECT_PROPERTY(repid,REPORT_EXECUTION_MODE,RUNTIME);
    set_report_object_property(repid,report_filename,'D:\dbr\'||vACNAME||' '||:BLOCK50.DOCDATE||'.PDF' );
    SET_REPORT_OBJECT_PROPERTY(repid,REPORT_DESTYPE,FILE);
    SET_REPORT_OBJECT_PROPERTY(repid,REPORT_DESFORMAT,'PDF');
    SET_REPORT_OBJECT_PROPERTY(repid,REPORT_SERVER,'rep_adminserver_paresh-pc_asinst_1');
    y := LENGTH ('rep_adminserver_paresh-pc_asinst_1') + 2;
    x := RUN_REPORT_OBJECT (repid, pl_id);
    WEB.SHOW_DOCUMENT('http://PARESH-PC:7001/reports/rwservlet/getjobid'||SUBSTR(x, y)||'?server=rep_adminserver_paresh-pc_asinst_1&userid=scott/TIGER@ORCL');
    Destroy_parameter_list('tempdata');
    END;
    Above code doesn't show any error but report is not generated in the provided location.
    Is modification to be done in the above code?
    Please suggest.
    Thanks in advance.
    Edited by: parapr on Oct 2, 2012 1:30 AM

    Hi,
    as stated before if the desname value is pointing to the client filesystem it wont create the output there because Reports Server is not running on the client, it is running on the server as this is the way it is.
    If you want to save output to the client you need to use the options mentioned before.
    For testing purposes only change your code as follows.
    e.g
    Add_Parameter(pl_id,'DESNAME',TEXT_PARAMETER, 'c:\'||vACNAME||' '||:BLOCK50.DOCDATE||'.PDF') ;
    As you can see I changed the original folder name to C:\ .. (I hope your reports serve is running on a Windows machine if not then changed to /tmp). Run your form and check c:\ or /tmp and see if you see the report output there. If so,
    than your code is fine the only problem is what I have already stated.
    Regards, Roberto

  • Issues while migration reports to 2012 report server .

    I am stuck in report server related issue . Following are steps and log files details  for migrating report server database from 2005 to 2012 :-
    Back up the encryption key for the report server database.
    Back up the report server database a SQL Server database.
    Back up the report server configuration files.
    Restore the database from the backup created , As temporary database and the main database are depend so they should be restored together.
    Start the Reporting Services Configuration tool and connect to the Reporting Services instance you just installed.
    Configure URLs for the report server and Report Manager
    Configure the report server database, selecting the existing report server database from your previous installation. After successful configuration, the report server services
    will restart, and once a connection is made to the report server database, the database will be automatically upgraded to SQL Server 2012 Reporting Services.
    As we were not able to figure out the password I tried another approach to test if the
    report server works after deleting the encrypted data . I deleted encrypted data.
    Error below is shown in log files when I try to access report manager .
    Log Files Details:-
    at Microsoft.ReportingServices.UI.FolderItems.LoadItems()
       at Microsoft.ReportingServices.UI.SortableItems.Control_Init(Object sender, EventArgs args)
       at System.EventHandler.Invoke(Object sender, EventArgs e)
       at System.Web.UI.Control.OnInit(EventArgs e)
       at System.Web.UI.Control.InitRecursive(Control namingContainer)
       at System.Web.UI.Control.InitRecursive(Control namingContainer)
       at System.Web.UI.Control.InitRecursive(Control namingContainer)
       at System.Web.UI.Control.InitRecursive(Control namingContainer)
       at System.Web.UI.Control.AddedControl(Control control, Int32 index)
       at Microsoft.ReportingServices.UI.FolderContentsPageCtrl.Control_Init(Object sender, EventArgs args)
       at System.EventHandler.Invoke(Object sender, EventArgs e)
       at System.Web.UI.Control.OnInit(EventArgs e)
       at System.Web.UI.Control.InitRecursive(Control namingContainer)
       at System.Web.UI.Control.InitRecursive(Control namingContainer)
       at System.Web.UI.Control.InitRecursive(Control namingContainer)
       at System.Web.UI.Control.InitRecursive(Control namingContainer)
       at System.Web.UI.Control.InitRecursive(Control namingContainer)
       at System.Web.UI.Control.InitRecursive(Control namingContainer)
       at System.Web.UI.Control.InitRecursive(Control namingContainer)
       at System.Web.UI.Control.InitRecursive(Control namingContainer)
       at System.Web.UI.Control.AddedControl(Control control, Int32 index)
       at Microsoft.ReportingServices.UI.SharedArea.Control_Init(Object sender, EventArgs args)
       at System.EventHandler.Invoke(Object sender, EventArgs e)
       at System.Web.UI.Control.OnInit(EventArgs e)
       at System.Web.UI.Control.InitRecursive(Control namingContainer)
       at System.Web.UI.Control.AddedControl(Control control, Int32 index)
       at Microsoft.ReportingServices.UI.FolderPage.Page_Init(Object sender, EventArgs e)
       at System.EventHandler.Invoke(Object sender, EventArgs e)
       at System.Web.UI.Control.OnInit(EventArgs e)
       at System.Web.UI.Page.OnInit(EventArgs e)
       at System.Web.UI.Control.InitRecursive(Control namingContainer)
       at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
    ui!ReportManager_0-1!1e18!07/30/2012-05:17:31:: e ERROR: HTTP status code --> 200
    -------Details--------
    System.Web.Services.Protocols.SoapException: System.Web.Services.Protocols.SoapException: An internal error occurred on the report server. See the error log for more details. ---> Microsoft.ReportingServices.Diagnostics.Utilities.InternalCatalogException:
    An internal error occurred on the report server. See the error log for more details.
       at Microsoft.ReportingServices.Library.ReportingService2005Impl.ListChildren(String Item, Boolean Recursive, CatalogItemList& CatalogItems)
       at Microsoft.ReportingServices.WebServer.ReportingService2010.ListChildren(String ItemPath, Boolean Recursive, CatalogItem[]& CatalogItems)
       at Microsoft.ReportingServices.UI.FolderItems.LoadItems()
       at Microsoft.ReportingServices.UI.SortableItems.Control_Init(Object sender, EventArgs args)
       at System.EventHandler.Invoke(Object sender, EventArgs e)
       at System.Web.UI.Control.OnInit(EventArgs e)
       at System.Web.UI.Control.InitRecursive(Control namingContainer)
       at System.Web.UI.Control.InitRecursive(Control namingContainer)
       at System.Web.UI.Control.InitRecursive(Control namingContainer)
       at System.Web.UI.Control.InitRecursive(Control namingContainer)
       at System.Web.UI.Control.AddedControl(Control control, Int32 index)
       at Microsoft.ReportingServices.UI.FolderContentsPageCtrl.Control_Init(Object sender, EventArgs args)
       at System.EventHandler.Invoke(Object sender, EventArgs e)
       at System.Web.UI.Control.OnInit(EventArgs e)
       at System.Web.UI.Control.InitRecursive(Control namingContainer)
       at System.Web.UI.Control.InitRecursive(Control namingContainer)
       at System.Web.UI.Control.InitRecursive(Control namingContainer)
       at System.Web.UI.Control.InitRecursive(Control namingContainer)
       at System.Web.UI.Control.InitRecursive(Control namingContainer)
       at System.Web.UI.Control.InitRecursive(Control namingContainer)
       at System.Web.UI.Control.InitRecursive(Control namingContainer)
       at System.Web.UI.Control.InitRecursive(Control namingContainer)
       at System.Web.UI.Control.AddedControl(Control control, Int32 index)
       at Microsoft.ReportingServices.UI.SharedArea.Control_Init(Object sender, EventArgs args)
       at System.EventHandler.Invoke(Object sender, EventArgs e)
       at System.Web.UI.Control.OnInit(EventArgs e)
       at System.Web.UI.Control.InitRecursive(Control namingContainer)
       at System.Web.UI.Control.AddedControl(Control control, Int32 index)
       at Microsoft.ReportingServices.UI.FolderPage.Page_Init(Object sender, EventArgs e)
       at System.EventHandler.Invoke(Object sender, EventArgs e)
       at System.Web.UI.Control.OnInit(EventArgs e)
       at System.Web.UI.Page.OnInit(EventArgs e)
       at System.Web.UI.Control.InitRecursive(Control namingContainer)
       at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
    library!ReportServer_0-2!160c!07/30/2012-05:17:31:: i INFO: Call to GetSystemPropertiesAction().
    ui!ReportManager_0-1!1e18!07/30/2012-05:17:32:: e ERROR: System.Threading.ThreadAbortException: Thread was being aborted.
       at System.Threading.Thread.AbortInternal()
       at System.Threading.Thread.Abort(Object stateInfo)
       at System.Web.HttpResponse.End()
       at Microsoft.ReportingServices.UI.ReportingPage.ShowErrorPage(String errMsg)

    Hello Manish,
    I am sorry for my delay.
    As we know, the service pack of SQL Server is free to download and install, and the latest SP for SQL server 2005 is SP4, so that Microsoft recommend that we migrate the service from SQL Server 2005 SP4 to SQL Server 2012. If you still want to upgrade the
    service from SSRS 2005 SP3, we cannot guarantee that all features can work properly, and we did not test it yet. Therefore, I still recommend you upgrade the SQL server 2005 to SP4 if possible.
    In addition, you can refer to the following article on MSDN to see whether it can meet your requirement. It is a general step to migrate the SSRS.
    http://msdn.microsoft.com/en-us/library/ms143747.aspx
    I hope it is helpful to you.
    Regards,
    Edward
    Edward Zhu
    TechNet Community Support

  • Communication channel reports error after system restart.

    Hello,
    We have third party adapter Aria installed in our PI 7.1 system and whenever systems is restarted interface is reporting errors
    in default trace and communication dies. but after we manually activate each time it works properly.
    Is anyone had similiar issue ?
    Our env. PI 7.1 Sp6 on AIX 5.3 with Oracle 10g
    1.5^H#DAD940003002003700000019000C1090472DA00666EED4D9#1245188236500#
    com.sap.engine.core.thread.execution.ExecutorImpl##com.sap.eng
    ine.core.thread.execution.ExecutorImpl####n.a.##416c9f105abd11deb4e9dad940003002#
    System [43]##0#0#Warning##Plain###Too big value[100
    0] specified for maxConcurrency argument on Executor [Thread
    forcom.sap.ip.bi.sdk.dac.connector.sapq.rarresource adapter] creation.
    Allowed max concurrency rate for every Executor is not more than 30% of
    the total thread pool capacity [60]. Thread Management will
    lower the max concurrency rate of this executor to [18]. Config tool
    can be used to increase the value of ApplicationThreadManager p
    roperty [ExecutorPoolMaxSize] to reach higher quota for Executor
    concurrency. Switch the severity of this location to DEBUG to see t
    he stack trace of the executor creation.#
    #1.5^H#DAD940003002003500000017000C1090472DA00666EED4D9#1245188480930#System.err##
    System.err#J2EE_GUEST#101##n.a.##6a74c5905abd11de9
    dacdad940003002#Application [45]##0#0#Error##Plain###Jun 16, 2009
    4:41:20 PM org.apache.commons.httpclient.HttpMethodDirector execut
    eWithRetry
    INFO: I/O exception (java.io.IOException) caught when processing
    request: Invalid keystore format
    #1.5^H#DAD940003002003500000018000C1090472DA00666EED4D9#1245188480933#System.err##
    System.err#J2EE_GUEST#101##n.a.##6a74c5905abd11de9
    dacdad940003002#Application [45]##0#0#Error##Plain###Jun 16, 2009
    4:41:20 PM org.apache.commons.httpclient.HttpMethodDirector execut
    eWithRetry
    INFO: Retrying request
    #1.5^H#DAD940003002003500000019000C1090472DA00666EED4D9#1245188480938#System.err##
    System.err#J2EE_GUEST#101##n.a.##6a74c5905abd11de9
    dacdad940003002#Application [45]##0#0#Error##Plain###Jun 16, 2009
    4:41:20 PM org.apache.commons.httpclient.HttpMethodDirector execut
    eWithRetry
    INFO: Retrying request
    #1.5^H#DAD94000300200350000001B000C1090472DA00666EED4D9#1245188480943#System.err##System.err#
    J2EE_GUEST#101##n.a.##6a74c5905abd11de9
    dacdad940003002#Application [45]##0#0#Error##Plain###Jun 16, 2009
    4:41:20 PM org.apache.commons.httpclient.HttpMethodDirector execut
    eWithRetry
    INFO: I/O exception (java.io.IOException) caught when processing
    request: Invalid keystore format
    #1.5^H#DAD94000300200350000001C000C1090472DA00666EED4D9#1245188480944#System.err##System.err#
    J2EE_GUEST#101##n.a.##6a74c5905abd11de9
    dacdad940003002#Application [45]##0#0#Error##Plain###Jun 16, 2009
    4:41:20 PM org.apache.commons.httpclient.HttpMethodDirector execut
    eWithRetry
    INFO: Retrying request
    #1.5^H#DAD94000300200350000001D000C1090472DA00666EED4D9#1245188480948#
    com.ariba.asc.connector.exception.util.ExceptionMgr##com.ariba
    .asc.connector.exception.util.ExceptionMgr.handleError(Exception e,
    ChannelProfile cp)#J2EE_GUEST#101##n.a.##6a74c5905abd11de9dacdad
    940003002#Application [45]##0#0#Error##Plain###
    [CC_AdvanceShipNotice_cXML_Sender_2] [Error Level] 2[Error Code] ECC103[Error Desc]
    Ariba SN Not Available[Error Message] Cannot connect to Ariba
    SNcom.ariba.asc.connector.exception.AribaSNException: Cannot connect t
    o Ariba SN
    at com.ariba.asc.connector.cxml.util.CXMLSender.sendRequest
    (CXMLSender.java:207)
    at com.ariba.asc.connector.cxml.util.CXMLSender.sendCXMLRequest
    (CXMLSender.java:122)
    at
    com.ariba.asc.connector.controller.action.ProfileUpdateAction.sendProfileRequest(ProfileUpdateAction.java:167)
    at
    com.ariba.asc.connector.controller.action.ProfileUpdateAction.updateProfile(ProfileUpdateAction.java:142)
    at
    com.ariba.asc.connector.controller.action.ProfileUpdateAction.updateChannelProfile(ProfileUpdateAction.java:110)
    at
    com.ariba.asc.connector.controller.action.ProfileUpdateAction.perform
    (ProfileUpdateAction.java:72)
    at com.ariba.asc.connector.controller.ScheduleTaskMgr.run
    (ScheduleTaskMgr.java:88)
    at com.sap.engine.core.thread.impl3.ActionObject.run
    (ActionObject.java:37)
    at java.security.AccessController.doPrivileged(Native Method)
    at com.sap.engine.core.thread.impl3.SingleThread.execute
    (SingleThread.java:152)
    at com.sap.engine.core.thread.impl3.SingleThread.run
    (SingleThread.java:247)
    Caused by: java.io.IOException: Invalid keystore format
    at sun.security.provider.JavaKeyStore.engineLoad
    (JavaKeyStore.java:632)
    at java.security.KeyStore.load(KeyStore.java:1150)
    at
    com.ariba.asc.connector.cxml.util.AuthSSLProtocolSocketFactory.createKeyStore(AuthSSLProtocolSocketFactory.java:218)
    at
    com.ariba.asc.connector.cxml.util.AuthSSLProtocolSocketFactory.createSSLContext(AuthSSLProtocolSocketFactory.java:275)
    at
    com.ariba.asc.connector.cxml.util.AuthSSLProtocolSocketFactory.getSSLContext(AuthSSLProtocolSocketFactory.java:300)
    at
    com.ariba.asc.connector.cxml.util.AuthSSLProtocolSocketFactory.createSocket(AuthSSLProtocolSocketFactory.java:315)
    at
    com.ariba.asc.connector.cxml.util.AuthSSLProtocolSocketFactory.createSocket(AuthSSLProtocolSocketFactory.java:384)
    at org.apache.commons.httpclient.HttpConnection.open
    (HttpConnection.java:704)
    at
    org.apache.commons.httpclient.HttpMethodDirector.executeWithRetry
    (HttpMethodDirector.java:384)
    at
    org.apache.commons.httpclient.HttpMethodDirector.executeMethod
    (HttpMethodDirector.java:170)
    at org.apache.commons.httpclient.HttpClient.executeMethod
    (HttpClient.java:396)
    at org.apache.commons.httpclient.HttpClient.executeMethod
    (HttpClient.java:324)
    at com.ariba.asc.connector.cxml.util.CXMLSender.sendRequest
    (CXMLSender.java:169)
    ... 10 more

    Hi
    In visual Admin check for that particular Adapter Service there would be a parameter which has to be set as boolean (true) , am not sure , actually it is present in rest of adapter , kindly check
    lemme know if any parameters present
    rgds
    srini

Maybe you are looking for

  • Hf901-00001 won't install at all on some instances.

    Hi, We have multiple servers with CF 9.0.1 installed, all with the multiple servers configuration and all with multiple instances. Yesterday I started patching to hf901-00001 (http://kb2.adobe.com/cps/890/cpsid_89094.html).  It worked properly on 30

  • Hexadecimal error during activation of DSO from datasource

    hi guys, im facing this error during DSO data activation: Value '"1st anniversary,birthday & staff party"' (hex. '2200310073007400200061006E006E00690076006500720073') of characteristic ZTXOSIK1 contains invalid characters is there any routine that i

  • Adobe Reader X with Outlook 2010 preview pane

    Hi all, We have an Windows 2003 32bits Terminal Server with Outlook 2010 installed. We also use Adobe Reader X. But the preview pane gives us an error: We tried re-installing the reader, but that didnt helped. I know there where some issues with 64bi

  • CM5 support the third party SIP phone?

    Does CCM5 support the third party SIP phone? what manufacturer? all manufacturer? Does IP phone support the third party SIP server? what manufacturer? all manufacturer?

  • How can i get Master Data Server?

    Just follow the link as mentioned below: https://websmp207.sap-ag.de/swdc then click on Download>Support Packages and Patches>Entry by Application Group>SAP NetWeaver> SAP MDM>SAP MDM 5.5>Master Data Server i cant find it! then the correct link is: D