Reports Builder 6.0.8.13.1 Connection to problems

I have installed the Oracle iDS 1.0.2.4.0 for Windows on a
Windows 2000 box. I selected the express install and everything
installed successfully.
I also created a database orcl on the same machine, to which I am
able to connect (SQL Plus) and also TNSping.
The problem however is that, whenever I try connecting the Report
Builder to this database, I get the following error message:
REP-0501: Unable to connect to the specified database.
ORA-12203: TNS:unable to connect to destination
I get similar message when I try connecting Forms Builder aswell.
Could someone please help/guide me on what else to check, so that
I could connect my Reports Builder to the database.
Thanks

U Have to prepare the tnsname.ora file (ora_home\net80\admin\tnsname.ora)with the correct Ip-Adress an DB-Alias.
U can open this file with the standard texteditor or u can configure the tnsname.ora by using "Net8 Config".
This is a oracle program that will installed by NET 8 Client software.
success
udo

Similar Messages

  • Run a report in report builder connect with dynamic nav developpement

    I can't run my report for testing it in report builder app. Each time i have to save it, close report builder et run the report i create in dynamic nav developpement. It is possible to run the report create in report builder directly?
    In report builder
    I set the data source connection string in the datasource propreties an is ok.
    The error is about the dataset_result  (when i run the report)
    Query execution failed for dataset 'dataset_result'  Query CommandText isn't initialize.
    When i use dynamic nav developpement the query is construct and past to report builder i think ?
    Do i have to rebuild query for each report i use ?
    Sorry for the english, i'm french

    Try on Dynamics Community forum: https://community.dynamics.com/nav/f/34.aspx

  • ApplicationIntent and Report Builder

    I have a SQL Server 2012 AlwaysOn AG setup including the read-only intent for a secondary. I setup a data source to point to the Listener with the data source type of Microsoft SQL Server entry to include ApplicationIntent=ReadOnly. The Test connection was
    successful. When I created a new report and added a dataset using that datasource and asks for data source credentials, I specify use the current windows user. I get the error "Unable to connect to data source" with Details - "Keynword not supported:
    'applicationintent'.
    I see that there was a fix for .NET but that seems to apply to XP and 2008R2.
    What wrong?
    I should also mention that I am using Report Builder 3.0 that I had used for 2008 R2 reports. I see that there seems to be a 2012 Report Builder version (I can't find where the version of Report Builder is indicated?). Is that the problem? Can this version
    be used for 2008 R2 reports - backward compatible?

    I am running the 2012 version of Report Builder 3.0. My build is 11.0.2100.60 (installed several months ago). You can find this by opening the filesystem location where MSReportBuilder.exe resides, right-click MSReportBuilder.exe, choose properties, Select
    Details. The File and Product versions are there.
    I don't have a similar SQL server setup to test against so I can't answer the initial question but it won't hurt to install the latest report builder anyway. Then try it again and see what happens. Good luck.
    "You will find a fortune, though it will not be the one you seek." -
    Blind Seer, O Brother Where Art Thou
    Please Mark posts as answers or helpful so that others may find the fortune they seek.

  • HELP: Reports Builder 9iDS Rel2 and SQL Server 2000

    Hi,
    I need to connect to a SQL Server 2000 database from within Report Builder (for a proof of concept) and I am getting error 62000-Failed to connect to datasource.
    Can you help?
    My OS is Windows Prof 2000.
    I have Downloaded Oracle 9iDS Rel2 and Oracle 9i AS J2EE and Web Cache. They are installed in the same Oracle Home.
    I have modified the REPORTS_CLASSPATH with the datadirect jar files and the j2ee oc4j.jar.
    The oc4j.jar is in my system classpath.
    I have added the classpath definition with jars to my rwserver.conf.
    I start Report Builder select JDBC Query
    enter my connect info:
    Username: user
    Passowrd: pwd
    Database: dbname
    and select the merant-sqlserver driver from the list.
    What am I doing wrong?
    I have been at this a week can anyone help?
    Thanks.

    Hi Jeanne
    1. When you run the report to paper design from builder, you need to add the necessary jar file of driver to REPORTS_CLASSPATH env variable in registery.
    2. To run the report from report server and to generate to file from report builder, you need to add the jar files via classPath attribute of engine element in server/builder conf file. It would be like this
    <engine id="rwEng" .....classPath="<yr classpath>" >
    3. Have a look at jdbcpds.conf file in OH/reports/conf dir. This file need to have the driver information for the driver you are using. The entry here also specifies the connect sting format which is required by the driver. You need to refer to driver doc for connect string format.
    Once you have all this set up ready, run the report. You need to mention the connect string in same format as specified in driver info in jdbcpds.conf file.
    Try this.
    Thanks
    Rohit

  • Reports Builder 9iDS Rel2 and SQL Server 2000

    Hi,
    I need to connect to a SQL Server 2000 database from within Report Builder (for a proof of concept) and I am getting error 62000-Failed to connect to datasource.
    Can you help?
    My OS is Windows Prof 2000.
    I have Downloaded Oracle 9iDS Rel2 and Oracle 9i AS J2EE and Web Cache. They are installed in the sale Oracle Home.
    I have modified the REPORTS_CLASSPATH with the datadirect jar files and the j2ee oc4j.jar.
    I have added the classpath definition with jars to my rwserver.conf.
    I start Report Builder select JDBC Query
    enter my connect info:
    Username: user
    Passowrd: pwd
    Database: dbname
    and select the merant-sqlserver driver from the list.
    What am I doing wrong?
    I have been at this a week can anyone help?
    Thanks.

    You should ask this on the Reports discussion forum, you'll get a better answer there.
    http://forums.oracle.com/forums/index.jsp?cat=19

  • Concate column into char in report builder

    Helllo!
    I am working on a report in report builder 6.0.8.27.0 connected to a 10g database.
    In my report i summarize a workers pick performance over a specified period of time on each new row (things like picks, active pick time). Most of the data is summarized using the in-built sum-function in report builder. But i have also a column in my table where i want to concate/aggregate the work zones(physical locations) that a worker has been in over a day.
    A simplified example of how my input query table can look like:
    user | picks | inlogged_time | work_zone
    mav | 100 | 10 | AREA1
    mav | 200 | 30 | AREA2
    ant | 100 | 10 | AREA3
    max | 100 | 10 | AREA3
    This should generate a report that has this structure:
    user | picks | inlogged_time | work_zone
    mav | 300 | 30 | AREA1, AREA2
    ant | 100 | 10 | AREA3
    max | 100 | 10 | AREA3
    My problem is i dont know how to concate the work_zones togheter. I tried using the PL/SQL editor for a function (using vm_concate()), but i could not get it to work and i can't use a new Select statement in my PL/SQL editor because the tables are to large for doing a new query on each row.
    Grateful for any help!
    Regards,
    Martin
    Edited by: 1009483 on 2013-jun-03 08:13

    Hi,
    A small modification to the above query ....
    with data as ( select 'mav' username, 100 picks, 10 inlogged_time, 'AREA1' work_zone from dual union all
    select 'mav' username, 200 picks, 30 inlogged_time,'AREA2' work_zone from dual union all
    select 'ant' username, 100 picks, 10 inlogged_time, 'AREA3' work_zone from dual union all
    select 'max' username, 100 picks, 10 inlogged_time, 'AREA3' work_zone from dual  )
    select username, sum(picks) picks , sum(inlogged_time) inlogged_time , wm_concat(work_zone) work_zone
    from  data
    group by usernameOutput:
    USERNAME,PICKS,INLOGGED_TIME,WORK_ZONE
    'max','100','10','AREA3'
    'mav','300','40','AREA1,AREA2'
    'ant','100','10','AREA3'Regards,
    Archana

  • Problem printing a report in Report Builder 6

    Hi people, I'm experiencing tremendous difficulty when attempting to print a report in Report Builder 6. I've NEVER had this problem before, and it is a bone of contention to our client. Whenever I try to print a report from the report previewer, I get the following error:
    "REP-1849: Failed while printing."
    This error occurs irrespective of the query's complexity!
    Even if I write a simple query such as, "SELECT 'johann' FROM dual", I get the above error. PLEASE help! Failure to test my report (and implement it) is causing a loss of approximately R570,000.00 to the company.
    Your feedback will be appreciated; feel free to e-mail your suggestions to me at:
    [email protected]
    Thanks!

    The latest patch(patch 11) addresses this issue.
    Thanks.

  • Bug in Report Builder

    We are facing a problem with Oracle Developer Report Builder
    6.0.5.28.0 . The Problem is as Follows.
    When we print a report from the previewer of a
    character mode report it is giving a GPF error and we are
    unable to print the
    Report but if the report is in Bitmap then it works
    properly. The same character mode report if printed as
    Detination
    'Printer' then it prints properly.
    When debugged using a VC++ Debugger we get the following
    error
    ' Unhandled Exception RWRBE60.EXE(CORE40.DLL) ;
    OXC0000005; Access Violation; and the system hangs.
    Because of this we a facing a delay in the Release of Our
    Product to our customers.
    Requesting you to the needful and send me details
    regarding this .
    Thanks and Regards
    Syam Shankar.K
    Datacons Pvt Ltd
    4-C, Chitrapur Bhavan,
    Malleswaram ,
    Bangalore -560055
    null

    Hi Mike,
    According to your description, I am not very clearly about you requirement. If possible, please send me the pictures to sqltnsp AT Microsoft.com (Please replace AT with @) or upload the files to skydrive.live.com and tell us your requirement based on
    the pictures, so that we can make further analysis.
    Thank you for your understanding.
    Regards,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

  • Drill Down Error / Report Builder Limitations

    I have been having alot of problems recently with the new
    version of 7.0.2. A few things that i have noticed is that i can't
    do drill downs anymore. I don't think it's a coding issue since it
    was working in the previous 2 releases of Report Builder(7.0,
    7.0.1).
    Another problem is that I have reports that return around
    1,000 pages. Now, I know there is a limitation on Flash Paper/Flash
    Player, whoever i was wondering if there is a work around or
    something i can do to get this reports to finish. Right now I get
    the error roughly stating "A script has cause this flash movie to
    become unstable and if you continue it might make the computer
    unresponsive". Currently the only work around that i have is to
    offer the same report in PDF format, however 90% of our customers
    want to run it in flash paper, and my boss wonts it to work using
    flash paper aswell.
    Any sugguestions that you might have or anything please email
    me. If you have any questions please email me aswell.
    Thank you,
    Daniel

    Yeah, still having this issue... Can't get the links working
    in Flash Paper. A temp fix is to have the report in PDF instead of
    Flash.

  • Connecting to db2 from report builder via odbc

    Hi!
    Some manuals said, it is possible to connect to DB2 from Oracle SQL*Plus (we have version 8.0.6.0.0)
    and from Oracle Report Builder.(6.0.8.11.3)
    User must install OCA (Oracle Open Client Adapter for ODBC (6.0.5.29.0)) and make ODBC entry.
    I did it.
    run with: plus80 db2user/db2pass@odbc:db2test
    SQL*Plus made the connection, but with errors:
    SQL*Plus: Release 8.0.6.0.0 - Production on Fri Oct 17 16:12:56 2003
    (c) Copyright 1999 Oracle Corporation. All rights reserved.
    ORA-00022: invalid session id; access denied
    ORA-00022: invalid session id; access denied
    ORA-00022: invalid session id; access denied
    Error accessing PRODUCT_USER_PROFILE
    Warning: Product user profile information not loaded!
    You may need to run PUPBLD.SQL as SYSTEM
    Server not available or version too low for this feature
    ORA-00022: invalid session id; access denied
    Connected to:
    Oracle Open Client Adapter for ODBC 6.0.5.29.0
    DB2/NT 08.01.0000
    SQL>
    The error refers PUPBLD.SQL, but I think it is Oracle specific, don't help.
    Worse, that it can't connect from Report Builder, it just throws error.
    If I set OCA_DEBUG=TRUE in registry, I have bonus messages:
    oca-30053 unsupported network call (oracle code: 3115)
    oca-30002 ubofssw function not supported (1010)
    I tried to connect to MsAcces too, but I got same errors.
    Have you any idea, how can I solve this?
    Thanks

    resolved
    I just add the master entry in the c:\Report\NET80\ADMIN\tnsnames.ora, and it works.
    but I can't connect with the system or sys accounts, it work just with scott/tiger.

  • Report builder connect to datasource outside of the network

    Hi,
    Locally, we installed report server on Machine (A) and the sql Server on Machine (B).
    My machine is also in the same network and via Report builder i can connect to report server and create shared dataset.
    but outside of network, when i use report builder i can connect to report server but i cannot create shared dataset : there is window appears titled "Enter data source credentials" demanding to enter login/password.
    I entered the same login/password defined in datasource created in report server but i obtained this message:
    "A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections.
    (provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server)"
    how i can resolve it ?

    Disabling the windows firewall doesn't mean that there isn't a network firewall.  Try using a port scanning utility from outside your network to see if the port is being filtered (behind a firewall), listening, or being blocked.
    http://www.microsoft.com/en-us/download/details.aspx?id=24009
    You'll need to scan the port have configured for your report server URL, found through reporting server configuration manager in the advanced settings. Typically this is going to be port 80 or 443, but it could have been adjusted to something else, like
    8080.

  • Connection failed on report builder 2.0

    Hi,
    i use report builder 2.0 connect to the server by using http://servername/reportserver, it came out an error
    Unable connect to the server that is specified in the URL, make sure http://servername/reportserver, make sure server is running, URL is correct and you have the permission.
    my server is running and URL is correct then how i check the permission? 
    Thanks
    Yue

    Hi,
    1. Please make sure you can browse this URL http://servername/reportserver in MS internet explorer.
    2. Please make sure the URL is of SSRS 2008 report server, Report builder 2.0 can not work with SSRS 2005.
    3.If the operating system is Vista or window 2008, please use "Run as administrator" to open your Report Builder 2.0, or turn off the UAC.
    By the way, open the MSReportBuilder.exe.config file (by default, it is stored at C:\Program Files\Microsoft SQL Server\Report Builder 2.0) to configure the report server url.
    Hope this help,
    thanks,
    Jerry
    Hi Jerry,
    Now i facing another error message, when i right click the datasource and click add dataset, after that i click query designer, an error message came out:
    Login failed.  The login is from an untrusted domain and cannot be used with Windows authientication.
    What the mean of this message?
    Thanks
    Yue

  • ColdFusion Report Builder and RDS connection

    I'm trying to build report in CF report builder 8. Under the RDS server connection I have
    Description: TEST
    HostName:  ColdFusionServerHost
    Port:            8001
    I don't have the RDS PWD.
    When I hit Test connections it gives me the following message:
    The RDS server was successfully contacted, but your security credentials were invalid...
    If I hit OK and go to Query builder I don't see and DB. Is there a way around this....
    Any help is appreciated...

    Exactly the same problem here
    Windows 7 IIS7  Local installation
    None of the obvious steps works.

  • Can not connect Oracle 10g express edition from report builder.

    I have newly installed report builder . Different home was selected for Report builder and oracle. Oracle database server is also in the same machine. But i am not able to connect my oracle 10g express edition database. It throws error ORA-12154 : TNS could not resolve service name.( same error displayed while trying to connect from SQL Plus).But from toad i am able to access the database. May be because here I am able to select the proper home.
    Here i am adding my tns entry
    XE =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 1ECA66A679AB494)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = XE)
    can any one suggest what the actual problem is?
    Thanks ..........

    Hello,
    Oracle 10g XE is rather specific and, I'm not sure that you can upgrade it to 10.2.0.4 .
    However, Oracle published an Upgrade Guide for Oracle Express Edition but, it's limited to *10.2.0.3*:
    http://download.oracle.com/docs/cd/B25329_01/doc/server.102/b32391/toc.htm
    But be careful:
    Once you have upgraded to Oracle Database 10g, you cannot downgrade back to Oracle Database Express Edition.Hope this help.
    Best regards,
    Jean-Valentin
    Edited by: Lubiez Jean-Valentin on May 22, 2010 12:06 AM

  • Not able to connect to database from Report builder

    hello,
    I installed oracle 9i in my machine and is accessable from SQLPLUS . In the same drive i installed Report builder, i am getting the below error when i tried to connect DB from Report builder.
    REP-0501: Connecting to the database not specified.
    ORA-12521: TNS: address symbolic have not been resolved
    I create 2 accounts "system/ensa2010" and "sys/mrs2010" and a DB "master"
    to connect I use this informations
    User: system
    Password: ensa2010
    Database: master
    the contents of my tnsnames.ora file is:
    # TNSNAMES.ORA Network Configuration File: C:\oracle\ora92\network\admin\tnsnames.ora
    # Generated by Oracle configuration tools.
    MASTER =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = toto-86fb8e5b52)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = master)
    INST1_HTTP =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = toto-86fb8e5b52)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = SHARED)
    (SERVICE_NAME = MODOSE)
    (PRESENTATION = http://HRService)
    EXTPROC_CONNECTION_DATA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC0))
    (CONNECT_DATA =
    (SID = PLSExtProc)
    (PRESENTATION = RO)
    Please, if you have any ideas help and thanks.

    resolved
    I just add the master entry in the c:\Report\NET80\ADMIN\tnsnames.ora, and it works.
    but I can't connect with the system or sys accounts, it work just with scott/tiger.

Maybe you are looking for