Configure JNDI and deploy crystal report in Infoview

Hi all,
I am trying to create a JNDI context and use it while generating a
crystal report.Now this report is deployed in Business Objects XI R3.1 Edge repository so users can view them through Infoview. The main reason I wanted to use JNDI is so I dont need to specify the database connection credentials in every report.
Issue is that I am not able to figure out the process to achieve this. I created a JNDI in tomcat as per instructions in the one of the SAP notes but there is no information of how to configure the same in CMC / Infoview. If I can get information on how to
1. configure crconfig.xml (if need be) for jndi or specify jndi while creating connection in crystal report
2. configure the JNDI in CMC or Infoview so that we dont have to specify the db connection credentials for every report
that would be great.
we are using crystal reports 2008 sp1.
thanks
Joe.
Edited by: Joe P Kumar on Jan 31, 2011 5:30 PM

I guess I found the issue. I was missing weblogic.jar in the classpath. After adding this, it worked.
Just noting the steps so anyone who comes here could be benefited. This is for Weblogic app server using Oracle 10g and Crystal reports 2008
1. Open CRConfig.xml in C:\Program Files\Business Objects\common\4.0\java
2. Inside <DataDriverCommon> and <Classpath> add the path of your ojdbc and weblogic jars
3. For the JDBC tag, the entry would be like. The <JNDIUserName> tag should reference your weblogic app server user. This is generally the userid you would use to login to weblogic console.
<JDBC>
     <CacheRowSetSize>100</CacheRowSetSize>
     <JDBCURL>jdbc:oracle:thin:<db_user_name>/<db_pwd>@<server_where_db_runs>:1521/<SID></JDBCURL>
     <JDBCClassName>oracle.jdbc.driver.OracleDriver</JDBCClassName>
     <JDBCUserName><db_user_name></JDBCUserName>
        <JNDIURL>t3://localhost:7001</JNDIURL>
     <JNDIConnectionFactory>weblogic.jndi.WLInitialContextFactory</JNDIConnectionFactory>
     <JNDIInitContext>/</JNDIInitContext>
     <JNDIUserName>weblogic</JNDIUserName>
     <GenericJDBCDriver>
          <Default>
               <ServerType>UNKNOWN</ServerType>
               <QuoteIdentifierOnOff>ON</QuoteIdentifierOnOff>
               <StoredProcType>Standard</StoredProcType>
               <LogonStyle>Standard</LogonStyle>
          </Default>
          <Sybase>
               <ServerType>SYBASE</ServerType>
               <QuoteIdentifierOnOff>OFF</QuoteIdentifierOnOff>
               <DriverClassName>com.sybase.jdbc2.jdbc.SybDriver</DriverClassName>
               <StoredProcType>Standard</StoredProcType>
               <LogonStyle>MySQL</LogonStyle>
          </Sybase>
     </GenericJDBCDriver>
</JDBC>
4. Open Crystal reports designer and when you create a new connection, choose JDBC / JNDI
5. In the pop-up choose JNDI (you will see the values for Provider URL, username and context as how you specified in the CRConfig.xml file). Specify the password for weblogic user
6. Hit next and it should show you the available jndi
7. Choose a JNDI and create the report
8. Enjoy.

Similar Messages

  • How to Deploy crystal reports in BOE

    Hi,
        I have two questions.
        1.How to deploy crystal reports in BOE server.
        2.How many ways is there to deploy crystal reports in BOE server and name of the method is needed.
       Anyone knows about these details could you please reply me
    Regards
    Babu N

    I am not sure what you are asking.
    Are you trying to publish reports into Enterprise so they can be run from say infoview, scheduled etc?  If so you can either use the publishing wizard or do a save as from the Crystal Reports designer and save them to Enterprise directly.

  • Deploying crystal reports basic for visual studio 2008 for VB6

    My application has a module in .net and other in vb6.
    I have a problem on deploying crystal reports in client machines, for module in vb6.
    The vb6 application uses crystal viewer control obtained from crystal reports basic for visual studio 2008.
    What type of deployment should I use?
    Currently, I have a setup with prerequisite "crystal reports basic for visual studio 2008".
    But I think it misses the dlls crviewer.dll and craxddrt.dll, so I put them in setup and with the register COM options, and it works, but it's not working very well.
    When I open a form that uses crystal viewer, the setup (I have created) is lunched and says that have to restart machine. Then it opens the report, but the next time I use the application it does the same thing.

    Ok, thank's for the posts, they help so much.
    So I'm going to discard vb6 and move to .NET, but... there is a problem:
    Many reports have parameters that are asked before showing the report.
    The Crystal Viewer that is used in VB6 version isn't the same used in .NET.
    The viewer of VB6 asks the parameters in the way we want, however the .NET crystal viewer ask's the parameters in way that we don't like, because we have to do next -> next -> next...
    The links above show the diferences:
    VB6 ->  http://picasaweb.google.com.br/paulo.gonc/CrystalReports#5249249283702618322
    .NET -> http://picasaweb.google.com.br/paulo.gonc/CrystalReports#5249246459437178242
    There is a way to configure Crystal Viewer, so that parameters asking form will work like the vb6 away?

  • How do we create a jndi connection in crystal reports XI

    how do we create a jndi connection in crystal reports XI when the data soiurce is configured on websphere 6.1

    You need to use WLST online. I am not sure what your exact requirements are but one good way of working this is to have a WLST script that deletes all your WL customisations, like connection pools, JMS Servers etc and then creates it. That way you can run the same script repeatedly and it will get everything up to date for you. However you have to remember that everytime you add something new you need to update your delete section. Also your deleting should not fail if the item does not exist. I hope that makes sense!
    As to the specifics of WLST examples to do this then check out the WLST examples in CodeShare.
    If you are still having issues then post another message.
    Geoff

  • Deploying Crystal Reports runtime using merge module failed

    Hi,
    I am having a problem when deploying Crystal Reports using merge module runtime, included into MS Visual Studio web setup project, when installing my *.msi with CR runtime on a completely clean PC (with only MS Windows installed). Error: Failed to register one of the Crystal Reportsu2019 *.dll because it could not find Microsoft visual C++ runtime (msvcr71.dll was not in Windows\System32 folder)
    I am using Crystal Reports runtime merge modules, which I downloaded from here: https://websmp130.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/bobj_download/main.htm
    I tried both cr120_mm.zip (Crystal Reports 2008) and cr121_mm.zip (Crystal Reports 2008 SP1)
    cr120 could not find msvcr71.dll, cr121 could not find msvcp80.dll.
    Steps to reproduce:
    -          In MS Visual Studio 2008 create a new empty Web Setup Project.
    -          Add Crystal Reports merge module CRRuntime_12_0.msm or CRRuntime_12_1.msm
    -          Build *.msi
    -          Try to install this *.msi on a completely clean PC. I tried it on Windows Server 2003 R2 SP3, which did not have msvcr71.dll or msvcp80.dll files in C:\Windows\System32 or in any other PATH folders.
    -          During installation there is an error u2013 failed to register one of the Crystal Reportsu2019 *.dll
    I am looking forward to hear from you.
    Thank you.

    I believe these threads have the answer for you:
    https://forums.sdn.sap.com/click.jspa?searchID=19475295&messageID=6558989
    https://forums.sdn.sap.com/click.jspa?searchID=19475295&messageID=6559113
    Ludek

  • Error deploying Crystal Report XI R2 to Enterprise - Failed to read paramet

    Error deploying Crystal Report XI R2 to Enterprise - Failed to read parameter object.
    I know this issue has been addressed several times and the solution recommended was to install Service Pack 2. I have done that. It started working for me too; however recently I got some error saying some UDF***.DLL is missing. I re-installed Crystal Reports XI R2 and Service Pack 2. Unfortunately though, this error is back. I have restarted the machine n number of times but keep on getting this error.
    My report file has dynamic parameters defined through command object (SQL Query). My understanding is that once I publish the report to BoE Enterprise, BO will create LOVs and BV's in the repository. Now that is not happening.
    has any one else had this issue before and resolved it?
    Thanks

    Hi,
    do you export your CR report in your BOBJ repository using an account with administrator rights?
    Regards,
    Stratos

  • Deploy Crystal Report via ClickOnce without .msi

    Hi,
    I would like to know whether it's possible to deploy Crystal Report without requiring admin rights from the installer.
    My program uses many 3rd party components. Most of them very heavyweight with licensing, COM objects etc but Crystal Report is the only one that needs a .msi install. Is it possible to include Crystal Report's dll with the application? I tried it but Crystal Report failed to load at the form saying there's something wrong with the installation (I didn't "install").

    Only way to distribute the CR runtime is via the MSM or MSI files. For links to the msm and msi files see [this|https://wiki.sdn.sap.com/wiki/pages/viewpage.action?pageId=56787567] wiki.
    Ludek

  • How to display wide crystal reports in Infoview

    I have Crystal reports which are about 50 inches wide, I have chosen a PDF writer as the printer driver to fit the layout in the Crystal reports client tool and I export this report to the BO server on a AIX (Unix) server.
    This report when viewed via Infoview, the report gets chopped off anything more than 12 inches approx. I have tried various printer settings and even no printer, I am able to scale upto 24 inches at the maximum.
    How can I be able to display the 50 inches wide crystal report in infoview. Any help would be appreciable.
    Environment: BO XI R2 SP 3.5, AIX 5.3
    Thanks in advance,
    Venkat

    Please re-post if this is still an issue to the Business Objects Forum or purchase a case
    and have a dedicated support engineer work with you directly

  • Deploying crystal reports 8.5 - error in exporting to RTF & PDF

    Hi guys. I'm at my wits end, trying to get a valid build of a legacy app running reports under Crystal 8.5 going.
    I've scoured google for days, and I've tried almost everything people have suggested. At the moment I've got the installer working, it installs and registers all the crystal dll's that everyone says are needed. However, when I try and and export a report to RTF or PDF (other options like excel work fine), it simply dies, doing basically nothing. The save to disk dialog just closes and nothing happens. If I rename or delete crxf_rtf.dll, the program will crash or hang, indicating that this is the file responsible for exporting to rtf.
    However, the only machine in our office that this will work on is one with a C:\Program Files\Seagate Software\crtslv.dll file.. Same kind of test indicates that on this machine, the above file is being used for exporting. So, where am I going wrong? It seems ludicrously difficult to find a straight, no-nonsense guide on how to deploy crystal reports 8.5; the official documentation doesn't even mention it! What is the easiest way to do this?
    I have tried several third-party options ( http://www.fryan0911.com/2008/09/crystal-report-85-runtime-files.html ) like these..
    Any ideas?
    Ok so here's a further breakdown with some more information; hoping it might help someone to come up with an answer...
    If I install a crystal "distributable", like the one linked above, and then install my project (with all crystal stuff turned off in the installer), everything works perfectly apart from exporting reports to rtf.
    If I make my own installer, following the Runtime.hlp and the crpe32.dep, and put all dll's in the windows/system32 folder (apart from two, can't remember their names), I get two different errors, depending on the version of crpe32.dll I use.
    One gives me "Error 20599: Cannot connect to SQL Server", whenever I try and run a report.
    The other gives me "Error 20000: N", whenever I try and run a report.
    Anything sound familiar here guys? I have dll dependency headache.
    Again, more info - I just checked out the PC's already in deployment (we had to re-do in the installer for some changes, the guys who did it originally aren't around anymore), and here is a list of the dll's installed on the machine.. what deployment method would this point to?  And how can I replicate it?  I'm not sure if I grabbed all the required DLL's from the client machine, as it didn't seem to follow the Crystal 8.5 deployment instructions, I could have easily have missed some? So I can't just use what I've got to create an installer and hope that it works...
    "C:\Windows\Crystal\P2LIFMX.dll"
    "C:\Windows\Crystal\p2lora7.dll"
    "C:\Windows\Crystal\P2lsql.dll"
    "C:\Windows\Crystal\P2lsyb10.dll"
    "C:\Windows\Crystal\p2sacl.dll"
    "C:\Windows\Crystal\p2sexsr.dll"
    "C:\Windows\Crystal\p2sfs.dll"
    "C:\Windows\Crystal\p2sifmx.dll"
    "C:\Windows\Crystal\p2smapi.dll"
    "C:\Windows\Crystal\p2sNote.dll"
    "C:\Windows\Crystal\p2sora7.dll"
    "C:\Windows\Crystal\p2soutlk.dll"
    "C:\Windows\Crystal\p2srepl.dll"
    "C:\Windows\Crystal\p2ssql.dll"
    "C:\Windows\Crystal\p2ssyb10.dll"
    "C:\Windows\Crystal\p2strack.dll"
    "C:\Windows\Crystal\p2bbde.dll"
    "C:\Windows\Crystal\p2bxbse.dll"
    "C:\Windows\Crystal\P2ldb2.dll"
    "C:\Windows\System32\crviewer.dll"
    "C:\Windows\System32\crxlat32.dll"
    "C:\Windows\System32\CRXML15.DLL"
    "C:\Windows\System32\CRXML15R.DLL"
    "C:\Windows\System32\CRXML15S.DLL"
    "C:\Windows\System32\CRxmlx07.dll"
    "C:\Windows\System32\CRxmlx07r.dll"
    "C:\Windows\System32\crypt32.dll"
    "C:\Windows\System32\cryptdlg.dll"
    "C:\Windows\System32\cryptdll.dll"
    "C:\Windows\System32\cryptext.dll"
    "C:\Windows\System32\cryptnet.dll"
    "C:\Windows\System32\cryptsvc.dll"
    "C:\Windows\System32\cryptui.dll"
    "C:\Windows\System32\Crystl32.OCX"
    "C:\Windows\System32\cscdll.dll"
    "C:\Windows\System32\cpeaut32.dll"
    "C:\Windows\System32\craxdrt.dll"
    "C:\Windows\System32\Crbas14.dll"
    "C:\Windows\System32\CRBAS15.DLL"
    "C:\Windows\System32\CRBAS15R.DLL"
    "C:\Windows\System32\Crdb214.dll"
    "C:\Windows\System32\credssp.dll"
    "C:\Windows\System32\credui.dll"
    "C:\Windows\System32\Crgup14.dll"
    "C:\Windows\System32\CRiadx07.dll"
    "C:\Windows\System32\CRiadx07r.dll"
    "C:\Windows\System32\Crinf14.dll"
    "C:\Windows\System32\Crinf914.dll"
    "C:\Windows\System32\Cror714.dll"
    "C:\Windows\System32\Cror814.dll"
    "C:\Windows\System32\crpaig32.dll"
    "C:\Windows\System32\Crpaig80.dll"
    "C:\Windows\System32\crpe32.dll"
    "C:\Windows\System32\Crsyb14.dll"
    "C:\Windows\System32\crtdll.dll"
    "C:\Windows\System32\Crutl14.dll"
    "C:\Windows\System32\CRUTL15.DLL"
    "C:\Windows\System32\CRUTL15R.DLL"

    Wow. I've never seen an app load all 3 SDKs in one go. the RDC, Automation Server, OCS and print engine APIs all in one (?!)Who wrote this app?
    Don't know - the app was written years ago.. It's all a bit messed up, i'm just the cleaner :S
    Once again, I have not a clue as to what SDK you are using.
    What Sp1, SP2, SP3? Do you have links to these?
    By SP3, I meant Windows XP Service Pack  3, 2, 1 - I've read around the net that Crystal 8.5 exporting breaks when you install sp3, and I thought that perhaps my deployments were failing because they were compiled on a sp3 box?
    There is also CR 8.5 Service Pack 3 - apparently it can make CR work on Vista/Win7?
    http://resources.businessobjects.com/support/additional_downloads/service_packs/crystal_reports_en.asp
    I have tried installing on dev machine, recompiling installer and running on test box - doesn't seem to help..
    Do you have any machine where this actually works?
    Yep, it's working on the clients machine - that is the one suffixed as "AA" in the linked difference file above
    1st place to start is with a working app - is there such a thing? ^^
    Next you want to know what SDK you are using.
    Ok, so the VB6 app, under Project > References, lists : cpeaut32.dll
    under Project > Components, lists: Crystl32.ocx
    Is that any help?
    Then you want to know what dlls to deploy.
    Knowing the database connection type is good.  - ODBC
    Knowing the version of the db client that works is good. But that depends on having an actual working app.
    Do you have CR 8.5 designer and are you able to run and refresh the report there? 
    Yep, I have 8.5 designer, and I can run and export the report fine.. But when I run MODULES on it, it's referencing C:\Program Files\Seagate Software\Shared\ExportModeller.dll & crtslv.dll..  Which don't exist on the client machine at this point in time..
    I'd recommend you stop doing what ever you are doing, answer the questions and wait until I get back. As it is, you're all over the place and by the time I have a chance to reply, you're 1000 miles out in the bushes on your own. So, please answer the questions above and wait...

  • Installig and using Crystal Report for reporting on BW

    Dear Experts
    We are working on BW 7.00 and do't have BO(Business Objects) . Now we wnt to install and Use crystal Report for reporting purpose. Pl. let me know whether Crystal reports can be used to extact data from BW Query or We need to have BO in order to Use Crystal Report.
    Thanks in advance
    Dinesh Sharma

    Hello Dinesh,
    first of all Crystal Reports is not a extraction tool - it is a reporting tool - which is a huge difference.
    In regards to products you do need Crystal Reports, SAP Integration Kit, and SAP BusinessObjects Edge or SAP BusinessObjects Enterprise.
    Ingo

  • Crystal Report Server - InfoView question

    Hi . I have a question on the Crystal Report Server. I want to send the output ( excel file ) from a crystal report in Infoview. I tried to click the 'Send To' button, but it only sends out the .rpt file. Please help...

    Hi,
    If you schedule the report you will have output file options for Excel, PDF, Word...
    You should probably have  an Export option on your viewer as well - Excel should appear in this. (You need to have permissions to see this)
    Regards
    Alan
    PS: This should be posted to the BO General or Crystal Reports forums.

  • How to configure jdbc/jndi connection in crystal report 10

    Post Author: effy
    CA Forum: Data Connectivity and SQL
    i have tried to configure jdbc/jndi connection , i have both
    drivers  data base side and  crystal report side but i
    can't  configure it.  so please help if u know
    something. 

    Sorry, but I'm not on a home pc, I'm working on a virtualized pc with a long chain of permissions ... so I cannot simply download and run an utility...
    Instead... I think (I WAS thinking) someone from SAP can tell me this info ... Probably I'll buy a paid assistance ticket... But really it's a strange thing that a simply connection from a (so) paid software need a so difficult problem solving routine..
    I edited my environment variales: JAVA, PATH; CLASSPATH; JAVA_DIR, and a long list of others ... to ALL point to ALL of directory containing used jars...
    .. I asked my SysAdmin to edit CrConfig.xml and it's done ... classpath are rights, jdbc infos are also ok, ...
    .. but none ...

  • Not able to schedule Webi and Crystal reports in Infoview

    Hi All,
    We are using Business Objects XI 3.1.
    I am not able to schedule reports in Infoview irrespective of the report type.
    The Webi report throws the error "Bad Request(Invalid URL)" when I hit on the Format Destination section.
    The Crystal report without prompt hangs when I hit schedule button and the report with prompt throws the error "An error has occurred:Invalid postback or callback argument."
    Recently we installed the Fixpack 1.2 for XI 3.1.
    Thanks in Advance
    Umesh

    Hi Kilic,
    You mean to say re-install the Java version.
    Also there is issue in IIS Server. It always encounters a problem and stops. I have to restart the IIS Server. How to deal with these issues? Very confused
    Thanks and Regards,
    Umesh Jadhav
    Edited by: umesh jadhav on Mar 27, 2009 10:07 PM

  • JNDI lookup for Crystal Reports at runtime

    How to run a rpt to fetch data from database connection defined in Tomcat's JNDI resources ? We are using JDBC(JNDI) Data source while designing the report in the Crystal Report designer and we want to use 'Connection Name' at runtime for jndi lookup to Tomcats JNDI resources.

    Hi,
    Thanks, this helped in resolving the JNDI lookup problem. But we are not having an issue in connecting to DS as it fails with error "Unsupported JNDI Object".
    Tried suggestions on this link: "http://www.theserverside.com/discussions/thread.tss?thread_id=37430", but no luck.
    Here are the configuration files:
    context.xml:
    <Context>
    <Resource name="jdbc/remedy" auth="Container" type="javax.sql.DataSource" driverClassName="oracle.jdbc.OracleDriver" url="jdbc:oracle:thin:@10.76.85.68:1521:dtv" maxActive="20" maxIdle="10" maxWait="-1" />
    </Context>
    web.xml:
    <resource-ref>
              <description>DB Connection</description>
              <res-ref-name>jdbc/remedy</res-ref-name>
              <res-type>javax.sql.DataSource</res-type>
              <res-auth>Container</res-auth>
    </resource-ref>
    Log:
    2009-10-30 06:38:05,804 DEBUG [com.crystaldecisions.reports.formatter.a.c] - Export Supervisor: number of destination exporters:1
    2009-10-30 06:38:05,804 DEBUG [com.crystaldecisions.reports.formatter.a.c] - Export Supervisor: number of format exporters:4
    2009-10-30 06:38:05,865 INFO [com.businessobjects.reports.sdk.JRCCommunicationAdapter] - JRCAgent1 received request: fetchReportPageRequest
    2009-10-30 06:38:05,865 INFO [com.businessobjects.reports.sdk.JRCCommunicationAdapter] - JRCAgent1 attempting to acquire license
    2009-10-30 06:38:05,865 INFO [com.businessobjects.reports.sdk.JRCCommunicationAdapter] - JRCAgent1 successfully acquired license
    2009-10-30 06:38:05,867 DEBUG [com.businessobjects.reports.sdk.JRCCommunicationAdapter] - Requesting page 1
    2009-10-30 06:38:05,879 INFO [com.crystaldecisions.reports.queryengine.driverImpl] - Logon: Connecting to database using local JNDI server ...
    2009-10-30 06:38:05,888 DEBUG [com.crystaldecisions.reports.reportdefinition.datainterface] - Failed to open connection (Connection:  databaseType=JDBC (JNDI)  serverName=jdbc:oracle:thin:@10.76.85.68:1521:dtv  state=closed  databaseDriverName=crdb_jdbc.dll).
    com.crystaldecisions.reports.queryengine.al: Unsupported JNDI Object (remedy)
         at com.crystaldecisions.reports.queryengine.driverImpl.o.if(Unknown Source)
         at com.crystaldecisions.reports.queryengine.av.new(Unknown Source)
         at com.crystaldecisions.reports.queryengine.av.byte(Unknown Source)
         at com.crystaldecisions.reports.reportdefinition.datainterface.b.a(Unknown Source)
         at com.crystaldecisions.reports.reportdefinition.datainterface.b.a(Unknown Source)
         at com.crystaldecisions.reports.reportdefinition.datainterface.b.a(Unknown Source)
         at com.crystaldecisions.reports.reportdefinition.datainterface.b.if(Unknown Source)
         at com.crystaldecisions.reports.reportdefinition.datainterface.j.a(Unknown Source)
         at com.businessobjects.reports.sdk.b.i.if(Unknown Source)
         at com.businessobjects.reports.sdk.b.i.a(Unknown Source)
         at com.businessobjects.reports.sdk.b.i.byte(Unknown Source)
         at com.businessobjects.reports.sdk.JRCCommunicationAdapter.request(Unknown Source)
         at com.crystaldecisions.proxy.remoteagent.y.a(Unknown Source)
         at com.crystaldecisions.proxy.remoteagent.r.a(Unknown Source)
         at com.crystaldecisions.sdk.occa.report.application.cf.a(Unknown Source)
         at com.crystaldecisions.sdk.occa.report.application.ReportSource.a(Unknown Source)
         at com.crystaldecisions.sdk.occa.report.application.ReportSource.getPage(Unknown Source)
         at com.crystaldecisions.sdk.occa.report.application.AdvancedReportSource.getPage(Unknown Source)
         at com.crystaldecisions.sdk.occa.report.application.NonDCPAdvancedReportSource.getPage(Unknown Source)
         at com.crystaldecisions.report.web.event.ac.a(Unknown Source)
         at com.crystaldecisions.report.web.event.ac.a(Unknown Source)
         at com.crystaldecisions.report.web.event.b2.a(Unknown Source)
         at com.crystaldecisions.report.web.event.b7.broadcast(Unknown Source)
         at com.crystaldecisions.report.web.event.av.a(Unknown Source)
         at com.crystaldecisions.report.web.WorkflowController.do(Unknown Source)
    Edited by: MuralidharS on Oct 30, 2009 8:46 AM

  • Deploy Crystal report at BW

    Hello,
    I have developed a CR with underlying BW query via SAP toolbar. I saved the report to BW under my role and publish to BOE. It prompted a new transport request and I created the TR. Nex,t I launch /crystal/rptadmin at BW dev, I can see the report perfectly. Also I can see the report in BOE dev.
    Then I transported the TR to BW Test environment.
    My question is, after I deployed the Transport Request to BW Test server, I can't find the report at /crystal/rptadmin despite transported successfully.. Also the report is not found at BOE test server.
    Am I missing something? is this the correct approach to deploy CR at bw?
    Can someone please enlighten me the correct way to deploy CR from DEV->TEST->PROD?
    Thank you..
    Regards,
    KS

    Thanks for your prompt response.
    did you configure everything in transaction /CRYSTAL/RPTADMIN in the Test Environment ?
    >>Yes, I can save report to BW successfully.
    you also will have to publish the report to the BOE System in the test system ?
    >> No, I thought the report will automatically copied to BOE test system after transported BW transport request?
    I am still confuse on the transport part, I understood it transport the CR file from BW Dev to BW QA, but unfortunately I can't find the report in transaction /CRYSTAL/RPTADMIN in the BW QA system also BOE QA sysrem.....

Maybe you are looking for