Report Builder can't setup RDS

When trying to setup RDS in the report builder for CF8 I get
an http 1.1 404 Object not found error.
Windows authentication is off and I can use RDS with
Dreamweaver.
Any thoughts?

Try and temporarily turn off Windows Integrated
Authentication.
If it works, double-check to be sure you turned it off for
the CFIDE directory permanently.

Similar Messages

  • Report Builder: can i define a function in  the rdf file ?

    Hi All,
    About the report builder, can i define a function in the rdf file ? and then i want invoke it in the report SQL, just like :
    function Get_Ap_Prepay_Balance(p_Invoice_Id IN NUMBER, p_End_Date IN DATE) RETURN NUMBER IS
    l_Amount number;
    begin
    RETURN l_Amount;
    end;
    thanks.

    You can create functions in reports, but slightly different from doing it in PL/SQL
    function Get_Ap_Prepay_Balance return number is
    l_Amount number;
    begin
    assuming that you have invoice_id in your select statement and p_End_Date is a report parameter, you can refer to them in your function as :p_End_Date and :invoice_id
    for example select prepay_amount_remaining into l_Amount from ap_invoice_distributions where invoice_id = :invoice_id and accounting_date = :p_End_Date
    return(l_Amount);
    hope this helps

  • Report Builder: Can I use a prompt filter in multiple ways?

    Hi,
    I'm new to Report Builder 3, which we use at my office for a number of custom made reports to access our project management server. On one of these we basically want to allow the user to pick a date, and then see all historic data before that date,
    and all forecast data after that date.
    Thus far the only way we can achieve this is by adding a prompt filter on a date at the field filter level; but as one of these is a
    before X and another is on or after X this creates two input filter prompts, and in some cases we end up needing the user to put the same date in 4 separate input fields!
    Does anyone know a way around this - I basically want to allow them to input a single variable date, and then be allowed to filter that in different ways.
    Thanks,
    James

    "adding a prompt filter on a date at the field filter level"
    Not sure what you mean by that. All you should need to do is create the parameter in the report as a Date/time type parameter; I will call it @FocusDate. If you have 2 datasets, HistoricalData and ForecastData, you would set the parameter in the filter criteria.
    If both are SQL queries then:
    HistoricalData:
    SELECT [field list] FROM history WHERE history.Date < @FocusDate
    ForecastData:
    SELECT [field list] FROM forecast WHERE forecast.Date > @FocusDate
    I am guessing this is not your scenario so I will need more information. Are you using the parameter to filter the data in a tablix (table, list, matrix) instead of the dataset query? Are you trying to display both historical and forecast data in the same
    tablix? If so is the data in  single dataset?
    "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.

  • Report Builder Can't Connect after IP Change

    I can write the queries that I need to but continually run into issues with SRS and its Report Builder
    Someone moved the report server onto another LAN and it has a new IP.  All the reports can still connect to the data source and so work just fine.
    When I launch Report Builder 2 from the Report Server/Report itself, it pops up that "connection failed" and follows up with "Unable to connect to the server that is specified in the URL"
    Basically I need to configure it to point to itself I guess but that seems to not be happening.  The changes were already in the report manager when I went to check them.  I have no idea how long it's been this way.
    I've attached a pic to show the successful connection to report server, but bad from report builder.  Also the configuration of the report server. 
    I found posts related to proxy but that can't possibly help b/c the thing is looking for an IP that doesn't exist!  It's own has changed.

    Hi Kirkee,
    According to your description, after someone moved the report server to another LAN and a new IP, all the reports can still connect to the data source and work fine. When you launch Report Builder 2 from report manager or report, you got the error message.
    The error message "Connection failed. Unable to connect to the server specified URL <Report Server URL>" means we are not able to connect to the Report Server. We can follow these steps to troubleshoot the issue:
    Open the Web Services URL (known as Report Server URL) in the Internet Explorer (IE). Make sure it is able to open it.
    Try to use IP to access the Report Server from the Report Builder.
    Run the Report Builder under the domain account (Press key SHIFT and then right click the Report Builder, click 'Run as different user').
    Check the Reporting Services error logs (by default, it can be found from C:\Program Files\Microsoft SQL Server\<SQL Server Instance>\Reporting Services\LogFiles).
    If you have any more questions, please feel free to ask.
    Thanks,
    Wendy Fu

  • Report builder and the AS

    When we run reports in the report builder, does it always use the application server? I have seen some posts where people have said yes and some that have said no, that the report builder is automatically setup to act as the AS. Does anyone have a definite answer and how can a developer tell? Reason is that apparently some of our older reports are attempting to retreive parameter values from the AS and I'm told that these values are null when running the reports in the builder when testing.
    Thanks for any help.

    After I shutdown db under sqlplus and startup it, I got error message:
    ora-00356: inconsistent lengths in change description
    ora-00353: log corruption near block 6166 change
    ora-00312: online log 3 thread 1: d:\oracle\oradata\oracledb\redO03.log
    After I tried to rman the db, got
    ora-01033.
    I am new to oracle, but guess the root cause of those error is either ora-01219 or ora-01033.
    Thanks very much in advance.
    Charles

  • 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.

  • Comma separated output using report builder

    Hi Experts,
    I am working with EBS 11.5.10, database 9i, and report builder 6i. I have a XML Publisher report, with output type EXCEL, which is working fine. But if i get huge data like 1million, 2million, it's not able accommodate the output in EXCEL. Since it's EXCEL 2003, it can't handle data more than it's capacity(i think 60,000 rows).
    So we thought, if we can generate the output in CSV file with comma separte, then we can open the file in EXCEL 2007. Could somebody help me how to generate the CSV output using report builder 6i.
    or is there any work around to our problem, kindly help me, it's urgent.

    Hi,
    Not sure if report builder can be made to generate csv output.
    But you can create a PLSQL Report. Just use the query of Report Builder and write a Plsql procedure based on this query
    -Idris

  • Age calculation in report builder query

    I am using SQL reporting services 2008 and report builder I have setup a report where I want to calculate the age of each student. 
    I have table called Students with a DOB field. 
    I want to display the age of each student and also use the age field in a parameter. 
    Any one have any ideas on best way of doing this.

    Hi,
    Below is my query and at the end I am trying to work out the age of student but when I run this I get an error "ORA-00933: SQL command not properly ended". Any one got any ideas.
    SELECT  s.forename, s.surname, to_char(s.DOB,'dd-Mon-yyyy') DOB, s.gender,s.ethnic_or, s.post_code,p.prov_name,e.term_desc,e.fin_yr,e.age_calculation_date,lc.paid_amt,       lc.paid_hrs_term,lc.paid_status,lc.paid_hrs_wk,lc.yearlyentitlement,lc.act_hrs_term,lc.act_hrs_wk,lc.act_wks_term,lc.oth_settings,lc.unpaid_hrs
    FROM     student s, provider p, ey_term e, la_service_provider lp, la_service_provider_detail ld, la_service_provider_service ls, la_serv_prov_child_hours lc, corresp_address c
    WHERE   lc.term_id = e.term_id
    AND             lc.stud_id=s.stud_id
    AND             lc. LA_SERVICE_PROVIDER_DETAIL_ID =ld.LA_SERVICE_PROVIDER_DETAIL_ID
    AND              LD.LA_SERVICE_PROVIDER_SERVICE_ID = LS.LA_SERVICE_PROVIDER_SERVICE_ID
    AND      ls.LA_SERVICE_PROVIDER_ID = lp.LA_SERVICE_PROVIDER_ID
    AND      lp.EARLY_YEARS_PROVIDER_ID = P.PROVIDER_ID
    AND S.STUD_ID =C.entity_id (+)
    select DATEDIFF(YEAR, '20121231', CURRENT_TIMESTAMP) as Age

  • What is the permission to restrict end user to use Report builder

    Hi experts,
     What is the permission to restrict send user to user report builder in SSRS?
    Thanks

    Only member of the role "Report Builder" can use the Report Builder to create reports:
    Olaf Helper
    [ Blog] [ Xing] [ MVP]

  • Report Builder RDS setup errors

    Although RDS works in Dreamweaver, I can't seem to be able to
    setup RDS in report builder. I get the following EM:
    "The RDS server was successfully contacted, however the
    server does not support validating security credentials"
    If this is referring to the RDS password, I'm certain that
    I've got it right.
    My IIS guys say they have setup IIS as per this technote
    http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=231ca7fa
    Is there anything else I need to look at ???

    Try and temporarily turn off Windows Integrated
    Authentication.
    If it works, double-check to be sure you turned it off for
    the CFIDE directory permanently.

  • Can't get Report Builder to work with Apache Webserver

    I'm running ColdFusion 7.0.1 and have it configured to work
    with Apache. I've got an application named realestate. I created
    the following entry in my host file:
    127.0.0.1 realestate
    In Apache, I've created a virtual server that uses the
    realestate server name. But I can't get the Report Builder to
    connect to it at all. When I run the wizard, I try to install an
    RDS server. I've used 127.0.0.1 for the host name as well as
    realestate and I've set the port to 80. I can't get port 8500 to
    work at all. I set my ColdFusion root location to fall under
    Apache's htdocs. Should I have left it under C:\CFMX7 ? How would I
    change the location?

    Please review the "stickied" threads near the top of this board, about syncing with Windows 7 and Vista.  It's all there. 
    After you've been through and tried everything there is to try, and still have problems, please post back with specific info about exactly what you've tried, what version of Windows 7 you have (32-bit or 64-bit), etc.
    smkranz
    I am a volunteer, and not an HP employee.
    Palm OS ∙ webOS ∙ Android

  • RDS Server timed out in CF Report Builder

    I am so frustrated I could scream!!! For some reason, CF
    Report Builder is timing out on ALL reports - even ones that I have
    previusly created. Whenever I try to access the Report Query, it
    times out. Whether I'm trying to edit a previously created query,
    or create a new query. I have stopped and started both IIS and RDS
    Server numerous times already, and that has not helped at all.
    HELP!!! How can I fix this?

    Found the answer in one of the old discussions.
    Correct syntax is report.functionname(). I was using report.functionname.
    Thanks anyway!

  • Can Coldfusion Report Builder Lock .MDB Files?

    I have been seeing an issue where an .mdb file will be locked into a read only mode state. There is no .ldb lock file on the object, but when I open the DB up a banner pops up at the top stating it is in read only mode. While it is in this mode it cannot be queried by CF pages and nothing on the site works.
    If I rename the same file to soemthing else it works find. If I rename it back to its original name it says it is locked and will not respond. I have been trying to figure out what has a hold o f the .mdb file when this is happening.
    Yesterday afternoon I was working in the coldfusion report builder and was connected to the datasource .mdb through the rds server. I am now wondering if it is report builder that is locking the DB.
    Has this happened to anyone else? Has anyone ever seen issues like this?

    I have never found a solution. It is a problem specific to report builder and PDFs. If you output to flashpaper it will work fine. If you output in coldfusion directly to pdf, it is fine as well with Cyrillic. I have just given up and used flashpaper for a little while longer though would prefer going to pdf for longevity and ease for the users of saving the documents.
    May not hurt to post a bug report specifically for this one. I didn't know this tool existed. It does seem like a bug because the fonts that I have tried to use have Cyrillic available, it just can't deal with them.

  • SCCM 2012 R2 CU2 Can't Edit WMI Query Code in Report Builder

    I first posted this in the SCCM but the issue is not solved so I thought I'd try here in the SQL Reporting forum. Original thread here: http://social.technet.microsoft.com/Forums/en-US/b0a6ca3d-7471-4b49-8447-7403a65c2ec0/sccm-2012-r2-cu2-cant-edit-wmi-query-code-in-sccm-reports?forum=configmanagergeneral
    I'll repost info here to make this easier.....
    I built a new SCCM 2012 R2 CU2 suite on Server 2012 R2. This also uses SQL 2012 SP1 CU6. This suite has 4 servers: site server, two for WSUS and secondary DPs, and SQL. This problem is true for the built in reports and my custom reports. Our SQL guy has
    been helping me a lot but we've gotten nowhere. I can run a report. I can open one in edit mode after it prompts me for credentials. It loads Report Builder 3.0. But when I go to a dataset/query, enter credentials, and try to open it, I get a popup that
    says "Unable to connect to data source. 'AutoGen_5C6358F2_yayak..." When I click on details it says "The target principal name is incorrect. A connection was succesfully established with the server, but then an error occurred during the login
    process.  (SSL Provider, error: 0 -The target principal name is incorrect.)" In SQL Reporting Services Config Manager the paths for Web Service URL is
    http://ip.ip.ip.ip:80/ReportServer_SC01 and for Report Manager URL:
    http://ip.ip.ip.ip:80/Reports_SC01. A domain account is used to login. This happens when you r-click a dataset and select query to edit the code of a dataset, ie, when query designer tries to open up. It happens
    in both Admin Console and when using the Report Manager URL within SQL SSRS. All other functions of using edit mode of a report work fine.
    Ben JohnsonWY

    When I do that, browse is dimmed out.
    But, if I deselect "create a data set" and click "choose an existing dataset in this report..." there is no data connection at the end.
    But if I don't use report builder and instead use IE to browse to my ConfigMgr_ABC, I do see the connection at the end: {123...}.
    This problem is on a network that is not on the 'net, so it's hard to do screen shots, so I'll reproduce this problem step by step:
    I pick a report to edit, it doesn't matter which one.
    If I try it in Admin Console, I right-click, Edit the report, it asks me for a login, I login, then I get a popup that says "Cannot continue. The application is improperly formatted. Contact the vendor for assistance. I click the Details button and
    get a long set of text but the key part is "Your web browser settings do not allow you to run signed applications." This msg didn't appear before, so something changed, so I will investigate. I think it used to give a SPN error.
    If I use IE within report builder and navigate to whatever report, click open, everything works, except, when I click on Dataset0 (the key one I normally need to edit), click query, it prompts me for a login and no matter which one I use, i get a popup that
    says "unable to connect to data source 'AutoGen_123...'". If I click details I get "the targe principal name is incorrect. A connection was successfully established with the server, but then an error occurred during the login process. (provider:
    SSL Provider 0-The target principal name is incorrect.)
    Ben JohnsonWY

  • How i can save report updation on report builder 10g

    how i can save report updating on report builder 10g
    please help me
    any help will be appreciated

    See anwer in :
    why no body try to help me its possible no body has idea about how to save

Maybe you are looking for

  • Cryptographic Errors during install of ZFH 5.1

    Hello, I have two NetWare 6 SP3 Servers running edirectory 8.6.2 SP2 and a Windows 2000 server running AD. I have tried unsuccessfully to install ZenWorks for HandHelds 5.1. I installed Client32 4.9 on the AD Server and logged into both the AD and eD

  • Using external drive in conjunction with music on my internal hard drive

    ok i, like many others, have way too much music haha. i have a 250 GB external drive with all my music on there. This is working great but i'm tired of plugging the hard drive in, using firewire, and then having to eject it when i'm ready to leave. w

  • Interactive forms in Interaction Center

    Hi, We want to integrate interactive forms (pdf) into the Interaction Center application. Based on some great tips from this forum I'm able to present pre-filled interactive form in a pop-up window. But the big question is: How can we submit the pdf

  • MSI-K7N2G vs Powercooler PCH-161

    Hi, I have a MSI-K7N2G-L mainboard... and a problem with a brand-new Powercooler PCH-161 (http://www.powercooler.com.tw). Well, I did all connections as indicated by the vendor, but the mainboard shuts down automatically. You can see a good picture o

  • Is it possible to do this ?

    Hi, i am using adobe livecycle and a java-web based application running in a jboss server. What i want is to submit the full pdf, and in the action servlet , do somethings and return an xml with the data that has to fill the form. I have 2 possibilit