Wen site with business report

I need to build a web site with business report to connect ColdFusion server and would like to know what product I need purchase.
I would like to know is it possible to purchase ColdFusion Report alone, or ColdFusion Report Builder is part of ColdFusion 10 which I need purchase.
I need to know the right product I need for the project to submit our purchase department
Your information and help is great appreciated,
iccsi,

To my knowledge, the CF10 Report Builder is free of charge.  You can also download and use a Developer Edition of CF10 (this is how I"m setup right now).
CF10 Report Builder - http://download.macromedia.com/pub/coldfusion/updates/10/reportbuilder/ColdFusion_10_Repor tBuilder_WWEJ.exe

Similar Messages

  • Hosting Client Sites with Business Catalyst?

         Do I have to HOST potential client sites with Business Cataylst in order for the forms widget to work? I am very excited about this tool but this is one major issue that I need clarity on that plan old experience and practice will not answer. I have already used form entry sites that give you the code, but it just isnt MUSE! I get redirected to their sites and makes the overall site look less authentic... Can someone provide a little insight please!!! I'd call in to 1800 MUSE HELP if I could. Thanks!

    Yes, the sites need to be hosted with Business Catalyst in order for the forms widget to work out of the box.
    Users have also reported success adding contact forms to their site using Adobe FormsCentral, Jotform, or Wufoo and inserting them via Object > Insert HTML.
    Read more about Muse's Contact form widgets here - http://www.adobekb.com/adding_contact_forms.html
    "If you want to create and style forms with Muse and then upload your site to a different web hosting service, the forms will display as you designed them, but they will not function. If you have experience working with code, you can use Muse to export your site and then open the files in an HTML editor. Update the source code of the form to make it compatible with the form processing technology used by your hosting provider before you upload the files to their server."
    Thanks,
    Vinayak

  • Problems deploying VS 2005 Web Site with Crystal Reports

    If it's not one assembly reported missing, it's another. Runs fine on my local machine, but can't deploy to a test environment on my company's server. How can I force crystal to install everything on the server that is needed so that my clients (end users) can run this report?
    We are not running Crystal RAS.
    When I set up my msi, I made sure to set it to take assemblies from my local machine. Yet, my local machine does not seem to contain all of the assemblies that it needs. They're not showing up in the bin anyway.
    I am using non-embedded report files (as you can see from my code below) so that I can change reports on the fly, if necessary without recompiling the entire app.
    I am using the ReportDocument object.
    Error as follows (when run from any desktop) in IE.
    Could not load file or assembly 'CrystalDecisions.ReportAppServer.CommLayer, Version=10.2.3600.0, Culture=neutral, PublicKeyToken=692fbea5521e1304' or one of its dependencies. The system cannot find the file specified.
    Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
    Exception Details: System.IO.FileNotFoundException: Could not load file or assembly 'CrystalDecisions.ReportAppServer.CommLayer, Version=10.2.3600.0, Culture=neutral, PublicKeyToken=692fbea5521e1304' or one of its dependencies. The system cannot find the file specified.
    Source Error:
    Line 21:         'Server.MapPath(strPath)
    Line 22:
    Line 23:         crMissing218 = New ReportDocument
    Line 24:
    Line 25:         Dim file As String = Server.MapPath("\reports\CrystalReports\crmissing218.rpt")
    Source File: C:\Inetpub\wwwroot\MicsaReports\Missing218s.aspx.vb    Line: 23
    Assembly Load Trace: The following information can be helpful to determine why the assembly 'CrystalDecisions.ReportAppServer.CommLayer, Version=10.2.3600.0, Culture=neutral, PublicKeyToken=692fbea5521e1304' could not be loaded.
    === Pre-bind state information ===
    LOG: User = NT AUTHORITY\NETWORK SERVICE
    LOG: DisplayName = CrystalDecisions.ReportAppServer.CommLayer, Version=10.2.3600.0, Culture=neutral, PublicKeyToken=692fbea5521e1304
    (Fully-specified)
    LOG: Appbase = file:///C:/Inetpub/wwwroot/MicsaReports/
    LOG: Initial PrivatePath = C:\Inetpub\wwwroot\MicsaReports\bin
    Calling assembly : CrystalDecisions.CrystalReports.Engine, Version=10.2.3600.0, Culture=neutral, PublicKeyToken=692fbea5521e1304.
    ===
    LOG: This bind starts in default load context.
    LOG: Using application configuration file: C:\Inetpub\wwwroot\MicsaReports\web.config
    LOG: Using host configuration file:
    ?\c:\windows\microsoft.net\framework\v2.0.50727\aspnet.config
    LOG: Using machine configuration file from C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\config\machine.config.
    LOG: Post-policy reference: CrystalDecisions.ReportAppServer.CommLayer, Version=10.2.3600.0, Culture=neutral, PublicKeyToken=692fbea5521e1304
    LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/Temporary ASP.NET Files/micsareports/aa1e0492/7939610/CrystalDecisions.ReportAppServer.CommLayer.DLL.
    LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/Temporary ASP.NET Files/micsareports/aa1e0492/7939610/CrystalDecisions.ReportAppServer.CommLayer/CrystalDecisions.ReportAppServer.CommLayer.DLL.
    LOG: Attempting download of new URL file:///C:/Inetpub/wwwroot/MicsaReports/bin/CrystalDecisions.ReportAppServer.CommLayer.DLL.
    LOG: Attempting download of new URL file:///C:/Inetpub/wwwroot/MicsaReports/bin/CrystalDecisions.ReportAppServer.CommLayer/CrystalDecisions.ReportAppServer.CommLayer.DLL.
    LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/Temporary ASP.NET Files/micsareports/aa1e0492/7939610/CrystalDecisions.ReportAppServer.CommLayer.EXE.
    LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/Temporary ASP.NET Files/micsareports/aa1e0492/7939610/CrystalDecisions.ReportAppServer.CommLayer/CrystalDecisions.ReportAppServer.CommLayer.EXE.
    LOG: Attempting download of new URL file:///C:/Inetpub/wwwroot/MicsaReports/bin/CrystalDecisions.ReportAppServer.CommLayer.EXE.
    LOG: Attempting download of new URL file:///C:/Inetpub/wwwroot/MicsaReports/bin/CrystalDecisions.ReportAppServer.CommLayer/CrystalDecisions.ReportAppServer.CommLayer.EXE.
    Stack Trace:
    [FileNotFoundException: Could not load file or assembly 'CrystalDecisions.ReportAppServer.CommLayer, Version=10.2.3600.0, Culture=neutral, PublicKeyToken=692fbea5521e1304' or one of its dependencies. The system cannot find the file specified.]
       CrystalDecisions.CrystalReports.Engine.ReportDocument..cctor() +0
    [TypeInitializationException: The type initializer for 'CrystalDecisions.CrystalReports.Engine.ReportDocument' threw an exception.]
       CrystalDecisions.CrystalReports.Engine.ReportDocument..ctor() +0
       Missing218s.Page_Load(Object sender, EventArgs e) in C:\Inetpub\wwwroot\MicsaReports\Missing218s.aspx.vb:23
       System.Web.UI.Control.OnLoad(EventArgs e) +99
       System.Web.UI.Control.LoadRecursive() +47
       System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1061
    Any help with this would be most appreciated. Is there a KB that deals with deploying a VS 2005 WEB SITE with Crystal?
    Thank you,
    Bob

    Okay. So I installed the correct MSMs, opened the deployment document that came with it entitled, "Crystal Reports for .net Framework 2.0 - Deployment using Merge Modules" and got to page 4. At the bottom of page 4. It had me create a new Web Setup Project. The MSMs are included in the project, as they should be.
    On page 4, #7, it says "Build the project."
    #8 says Run your development setup.
    There are 3 panes on my VS interface (4 including the Solution Explorer). To me, they look like they need the information regarding what Web Site this is to deploy.
    I don't see any instructions on how to do this. I just blew away my old MSIs that I created because the previous document said not to use them.
    So, how do I add my Web Site to these panes?
    Thank you for your help with this.
    Bob

  • Trouble hosting muse site with Business Catalyst

    I built a site with muse and am hosting with BC(creative cloud subscription). The original site is kittlesoncreekpress.businesscatalyst.com, trying to publish to www.kittlesoncreekpress.com but I get a 404 error when I try to publish. The namesservers are set correctly with domain registrar.
    HELP!!!
    Thanks so much!

    Hello Tony,
    When I tried to access kittlesoncreekpress.com, the URL that came up is http://www.kittlesoncreekpress.com/www.kittlesoncreek.com
    Notice the www.kittlesoncreek.com after the domain name.
    I have checked all the settings on the business catalyst end for the site kittlesoncreekpress.businesscatalyst.com, and they seem fine. The domain has been added correctly, the nameservers are fine as well. Please check if there is some fowarding etc. applied to the domain from the registrar's end.
    Cheers
    Parikshit

  • Reply or Forwarded emails will not send, sit with busy icon

    Please help,
    I am having problems where I can send and receive new email no problem on my Q10. If I try to reply to or forward an email it just sits with a busy icon and does not do anything ever. The odd time if I reset the phone it will work briefly however a little time after it will stop all together. I have tried remove and re installing the email 10 times, with different settings, both secure and un secure. I cannot seem to diagnose the problem in order to fix it. 
    Thanks for the help!

    ...add to that...I actually cannot send any mails on one of my accounts but the remainder work.Odd thing is...they all have the same outgoing smtp server name...so why the issue with one account???

  • CSM For Dreamweaver Site with Business Catalyst

    I am looking for a way to add a simple CMS to a few sites I have created in Dreamweaver CS5.5.  Can I "convert" a site built in Dreamweaver into a Business Catalyst site so I can use the CMS feature? 

    Hi,
    Yes this is possible as you can build the site and choose the "start from scratch" option which the system will create a blank site.  Then you can upload all your current page/content/files in DW using FTP. 
    Once you create the blank site follow the FTP guide for login details and you should be up and running once your files are all loaded.
    - http://kb.worldsecuresystems.com/153/bc_153.html
    Hope this helps!
    -Sidney

  • Taking a Muse site live with Business Catalyst

    I have a complete Student and Teacher creative cloud subscription through my school (I am a student). And I have designed a website in Muse. I would like to take it live via Business Catalyst, but when I click "Launch Site," I get a window that says, "To launch this site you should upgrade to a paid Adobe Creative Cloud Membership which includes hosting for 5 sites with Adobe Business Catalyst." Then it directs me to the purchase page. But I already have a cloud membership. What's happening? Can anyone help me out?

    Hi,
    Creative cloud individual subscription allow you to host 5 free sites with Business catalyst. As you are using Student edition, your product does not qualify for free sites. To push your site live, you must pay for it.
    Do let me know if you have any question.

  • I have created a Muse site for a client that wishes to host with Business Catalyst. How do I publish the site with their account rather than using one of my free sites?

    I have created a Muse site for a client that wishes to host with Business Catalyst. How do I publish the site with their account rather than using one of my free sites? This is so I can keep my free ones for personal projects but also so they can pay for their own hosting. I am happy to set it all up for them but not sure what to do.

    Hi
    You can use their BC login details and use them , which on publish the site will be under their account.
    Please change the BC login from Edit > Preferences > Publish > Switch Accounts , for Mac it would Adobe Muse > Preferences
    Thanks,
    Sanjit

  • Reporting of recursive tables with Business Objects 6.1

    Post Author: pk7
    CA Forum: Publishing
    Can anyone tell us how to traverse recursive tables with Business Objects 6.1?  For example, let's say you have an Employee table with Emp_ID, Name, Manager_ID.  Like so:
    Emp_ID  Name   Manager_ID
    1           Jeff           4
    2          Grace        3
    3           Stacey      1
    4           Wayne      null
    The task is to report the hierarchy of employees starting with one employee (e.g. Grace) and showing who ALL of her superiors are.  Desired result would be:
    Grace
          Stacey
                Jeff
                       Wayne
    We have seen the expanation the seems to require the duplication of a table but we prefer not to have the same data stored in multiple tables.
    Thx!

    Hi Dan,
    Thanks for your response. However, what I meant by client installation is exactly as what you have said below.
    I start the BusinessObjects Enterprise XI 3.1 Setup, go to custom install, which shows up the following options-
    Client Components
    Web Tier Components
    Server Components
    Database Access
    etc. etc.
    Initially I unselected all, drilled down Client Components and just installed the Developer Components. But the code used to fail with an InvalidCast exception when we used to cast an InfoObject to a Report as following-
    Report report = (Report)infoObjects[1];
    This code used to work fine with earlier installations of business objects.
    This happened with all 3 of us who installed just the Dev components. To get over this we installed the whole Client Components and the above problem got resolved.
    And now we realize that even the whole Client Comp is not enough because it gives the casting problem while doing the destination stuff.

  • I cannot create a new business catalyst site with Dreamweaver CC 2014. The error message states that Dreamweaver cannot connect with server, try again later. How can I fix this problem?

    I cannot create a new Business Catalyst site with Dreamweaver CC 2014 (Mac). The error message states that Dreamweaver cannot connect with server, try again later. In addition, I am also unable to load remotely a previously created Business Catalyst site as it says there is something wrong with my username or password. However when I put my password in and press test connection, it says it has connected successfully. What is going wrong and how can I fix this problem?
    Thanks

    Hi Ozy08,
    Can you try the solutions mentioned in Re: Can't Login to Business Catalyst within Dreamweaver CS6?
    If you still have problems, and you have a purchased version of DW CC, send me your Adobe ID, location, and contact details over a private message. Click my picture and use the message option.
    Thanks,
    Preran

  • Business sites with iweb

    Hi
    I've a few questions about creating my new business site with iweb and whether it's worth doing it with iweb (loving the designs I can do) or stick with dreamweaver or use sandvox.
    I've built one site already with iweb http://www.weddingcooperation.co.uk
    I've got this entered onto google using the webmaster tools, but i'm not sure if it'll be found properly. As it's a directory I need the company names and categories to be found, but I'm not sure if that'll work as they're imbedded into images. what's the best way around this, and does it work as it is?
    My main worry is doing all the work in making it look pretty in iweb and then it not being found.
    Any help greatly appreciated.
    Thanks

    angela,
    your one page looks lovely - and since you did it so nicely on iWeb, i suggest you do the other site on iWeb two! its just so much easier!
    and if you want to get your site on google - you always have to do something, wether sandvox or dreamweaver.
    check here:
    http://karreth.com/iweb/Google%20No.1.html
    max
    From the Apple Terms Of Use I must state to provide this link: I may receive some form of compensation, financial or otherwise, from my recommendation or link
    Check Out My iWeb Help under:     http://karreth.com/iweb

  • Publish site with muse to temp site but then Business Catalyst replaces site with Coming Soon. How d

    Hello. I will try to repeat my steps to find the issue:
    I create a new site from scratch on business catalyst so I can choose the package with the blog and ecommerce.
    I then create the site in Muse and publish it to the domain I created when I created the new site in Business Catalyst.
    I add some modules to my Muse design and publish.
    Everything works for a while but then later the Muse published site is replaced with Business Catalyst's default "Coming Soon" graphic.
    How do I stop this from happening?
    Thank you!

    Ok, I figured out what is happening, though I still don't know how to correct it.
    If the temp domain is put in without the index - http://bloomingarden.businesscatalyst.com - I get the coming soon graphic.
    If I add the index.html - http://bloomingarden.businesscatalyst.com/index.html the site shows up.
    How do I get the site to show up when just the domain is put in without the index.html?

  • Error message "SiteFile.getCRC called with no text or binary content" when trying to publish site to Business Catalyst

    I'm trying to publish my site to business catalyst, but keep getting a pop-up message and muse shuts down. The error message says "SiteFile.getCRC called with no text or binary content".
    No issues before, but I made a few font changes and now I won't upload. I've updated Air and uninstalled/reinstalled Muse. Not sure what the issue or where to start.
    Thanks for the help!

    Could you please share your .muse file with us to investigate? Please email it to [email protected] If your file is greater than 20MB you can use something like Adobe SendNow or SendThisFile or Dropbox. Please do not forget to mention the link to this forum thread in your e-mail so that we can identify the file.

  • Issue in using BIAccelerator with Business Objects WebIntelligence report

    Hi,
    I am trying to improve performance of Webi Reports on BW queries (with huge data load) with BI Accelerator.
    When I run one BW query (with millions of records) in Bex 7, am getting data within no time when I used BIA.
    When I run Webi report on universe which is developed on same BW query, report is running for long hours and finally giving message "No data to return Query1".
    Am not sure whether my report query is hitting BIA from WebI or not .
    Can we use BIA with WebI reports or not (to increase performance)?
    Any help on this please.
    Thanks,
    Dhana.

    Hi Dhana,
    Webi - like any tool that is based on BEx queries - will use BIA. However, for Webi the data has to be passed through the MDX interface which slows things down. Please make sure you apply all notes listed in SAP note <a href="http://service.sap.com/sap/support/notes/1142664">1142664 MDX: Composite SAP note about performance improvements</a>.
    Regards,
    Marc
    SAP NetWeaver RIG

  • Changing the program you build your site with

    I now have a dreamweaver version of my site design and I would like to push it live with catalyst in DW and I do not know the server info for uploading it or what to put in the fields wen I launch Business catalyst.  And will I need to delete the version that is there before I upload the new one?  Thank you
    I think I need to be more specific.  When I build in muse I publish and it is done automatically.  I have not had to fill in ftp or server info.  The catalyst panel in DW says it cannot log me in and when I try to upload, it says I need server info for that feature.  I have done this procedure before but I had more information for the server stuff.  I am afraid Adobe doing everything for me has me spoilled.
    Also, Muse has begun to tell me error: unable to upload (whatever file) resume or try later.  I have been trying later for 12 hours and thats why I decided to do DW.  PLEASE HELP

    If you have DW installed then use the Business Catalyst feature within DW to login to your sites.  For me, the Business Catalyst window in DW is launched by pressing Ctrl-Shift-B (or Cmd-Shift-B on Mac).  Or, you can goto the DW menu and goto Windows > Business Catalyst.
    Use your Adobe login information to login to BC in DW and it should ask you to setup your site.  You'll choose a local directory to store your files and it will ask you if you want to download your site initially to your local folder. I recommend not downloading it initially so be careful about that.
    If you still have trouble using the BC window in DW the FTP credentials for BC sites follow these conventions:
    Protocol: SFTP (not FTP)
    Hostname: yoursubdomain.businesscatalyst.com
    Username: yoursubdomain.businesscatalyst.com/[email protected]
    Password: yourAdobeCCPassword
    If you have a custom domain name setup for your BC site then you can use it in place of where i use "yoursubdomain.businesscatalyst.com" in the above FTP credentials. SFTP is the important part-- you can no longer login with standard FTP.

Maybe you are looking for

  • How do we remove Carriage Return (line feed) inserted in FCC files

    Hi Experts, The file that we generate has a carriage return at the end. Is there any way in which we can remove this carriage return (line feed) from the file? The FCC parameters used at our end are as below: structure.filedNames: structure.fieldFixe

  • How Can I View PDF Document In OLE Container , Not in Acrobat

    HI, I want to store The PDF File (Document) In Oracle Database, and want to view it in OLE Container, Not in Acrobat Reader while Retrieving Record Through Oracle Forms6i. Can any one suggest me how to do this job, by steps. Thanks.

  • Stuck at boot with spinning wheel for hours

    Hello, Yesterday I made a partition and cloned my Snow Leopard in order to see if Lion worked with the software I have. I then booted to my "backup Snow Leopard" partition and upgraded to Lion but for some reason I'm stuck with spinning wheel for hou

  • Inbound Delivery not getting transferred to GTS

    Hi Experts, We are presently implementing GTS 7.2 Customs Management in my company and we are experiencing this issue. Here are steps completed for the document transfer. 1. GTS plugis are activated for the Inbound Delvieries along with other documen

  • Artist search is broken for MP3 files in iTunes 11?

    I am having a first world problem. I am using iTunes 11.01 on 2 Macs - an old 2006 iMac running 10.7.5, and a new MacBook Pro running 10.8.2. Both exhibit the same odd behavior. If I add new MP3 files to iTunes (such as tracks from Amazon), artist na