Can't define CF server in Builder

On 64-bit Windows Vista machine
CF 9 wouldn't install 64-bit version - threw Windows 216 error
Installed CF 9 32-bit over typical IIS 7 server
127.0.0.1 and localhost both serve  from c:\inetpub\wwwroot
CF templates in iis web sites execute normally
Installed Coldfusion Builder as stand alone
Going through Builder's Server Wizard, I can't find documentation to help me complete the process. Most help will provide specific examples for each field or check box, but they don't explain the why. So, when a problem arises, there is no explanatory information for troubleshooting.
Server settings under Server Setup:
Server Name: localhost
Application Server: Jrun
Host Name: localhost
"Is Local
WebServer Port: 8500
RDS User Name: admin
RDS PW: as entered during CF9 install
Server Home: C:\Coldfusion9
Document Root: C:\Coldfusion9\wwwroot
Version: 9.0.x
In the Servers tab within Builder, my localhost server appears with status of "Stopped"
When I right-click and select "Start Server" I get an error - "'Starting localhost' has encountered a problem.  Ensure that the server is not already running, or another application is not using the WebServer port."
This same problem occurs, no matter what I name the server, e.g., "myserver" instead of "localhost".
When I view http://localhost/, the files under c:\inetpub\wwwroot are displayed.
Any direction would be greatly appreciated. Adobe's web server wizard assumes knowledge I don't have about the contents of the various fields and their interactions.
Thanks!

Sagar,
Thanks for your response. The path is c:\inetpub\wwwroot\CFIDE/Administrator
Following  your instruction: "If the same is under \inetpub\webroot\ then please  specify the webserver port as 80."  I got a server running under  c:\ColdFusion9\wwwroot\. Both localhost/ and 127.0.0.1/ serve files from  this folder.
My CF Administrator is still located at  http://127.0.0.1/CFIDE/administrator/index.cfm. The \CFIDE folder is  under inetpub\wwwroot.
So far, so good.
ColdFusion  will serve CFM templates from c:\ColdFusion9\wwwroot\, but if I open  one of these files using Builder, it won't display under the browser  preview - it's simply white. I'm having difficulty understanding how to  create projects and to create or edit anything.
I have prior experience, from back in the version 4 and 5 days. I loved Studio and Homesite, so I'm not totally unfamiliar.
Now  that you've helped me get a server set up under Builder, I'm going to  go to some help I found in Ben Forta's blog on creating projects and  configuration.
If anyone has any quick advice, I would  certainly appreciate. While I'd love to be able to switch among several  projects in different subfolders, I'll settle for just one at this  point.
Thanks!
John

Similar Messages

  • Can't define testing server

    I want to put dynamic content on my site. I am on the step where you add a testing server but when I do that they checkmark doesn't appear. It's like it's not recognizing it. I've done this a million times and can't figure out why it's not working for this site! I'm very frustrated.
    Info I'm using:
    Server model: ASP VBscript
    Access: Local/Network
    Server folder: I selected the folder on our server.
    This always works. Today it's not and I'm totally stumped!

    Everything is fine with the server. It has been set up to run ASP and PHP. I've used it in the past, recently actually and it worked just fine. But now it won't let me define the testing server for some reason. Or at least it won't recognize that I have so I can connect to the database.

  • 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

  • Can we define users for both studio and integrator server

    Can someone please let me know how can we define users for both studio and integrator server so that the user can be used to view UI page but not modify it.I want to define user in studio which will access the Page but not modify it. And the user in integrator server should be able to view scheduled jobs.
    Thanks a lot.
    Regards,
    Amrit

    Amrit,
    Both Studio and Integrator Server support LDAP. See http://docs.oracle.com/cd/E35976_01/studio.240/eid_studio_users/toc.htm#Integrating%20with%20an%20LDAP%20System%20to%20Manage%20Users for details about implementing LDAP in Studio. For Integrator Server, see "LDAP Authentication", p. 38 (document pagination; p. 44 pdf file pagination) in the Integrator Server Guide (http://docs.oracle.com/cd/E35976_01/integrator.240/DataIntegratorServer.pdf).
    RLJII

  • Can I define a SQL Server View to Oracle data?

    So I have a subset of data whose source of truth resides in an Oracle Database. Can I define a SQL Server View to retrieve this subset of data and make it available on the SQL Server side for say Reporting and SSRS? I think I also saw where they tend to
    prefer User-Defined functions as opposed to a view. If I define the view using an OPENQUERY, I have noticed that it seems to run FOREVER on the SQL Server side and returns pretty timely if I run in Oracle SQL Developer. Is there anything I can tweak to improve
    this timeliness or lack there of?
    And the whole reason I'd like to create a view of this Oracle data is so that I can take advantage of all the views and functions that we have created on the SQL Server side.
    Has anyone gone down this path and can offer some advice and web sites or YouTubes as to the best way to approach this?
    Thanks for your review and am hopeful for a reply while I keep Googling this.

    There are couple of ways by which you can connect and fetch the data
    OPENQUERY - which you are already using [uses linked server] -
    runs on remote server
    OPENROWSET - I would like to avoid this because it requires crenditials
    OPENDATASET - Similar issue like OPENROWSET
    Directly access linked server like LINKEDSERVER.DATABASE.SCHEMA.TABLE -
    runs on your local server
    Now, performance
    basically, they have the same performance advantages and disadvantages when connecting to remote server. But you can enhance it by 
    Avoiding data conversion 
    Using procedure on Oracle and then call it from SQL Server (due to compiled plan your result will be faster)
    Avoiding dealing with complex data types
    If you are dealing with large number of records, try using Oracle connector in SSIS. I found it working much better than SQL sometimes.
    Hope this will help
    Glad to help! Please remember to accept the answer if you found it helpful. It will be useful for future readers having same issue.
    My Profile on Microsoft ASP.NET forum

  • How can we define no of processors for a server

    How can we define no of processors for a server.on what factor that No of Processors depends? Is it based on
    1.Application type,
    2.No of transaction perday,
    3.No Of users connected simulatneoulsy

    You can also add the quality of the application to your list. A poorly writtern application cangobble up resources faster than you can spend.
    Also, the size of the database. Bigger size means increased memory, disk, and CPU.

  • KM Search: How can I define a query for the user who currently logged on?

    Hello,
    I want to use the KM Search iView to display all documents from the currently logged on user in a certain sort order. The result should be some kind of report for the user...
    In the search option I can define a default sort order. And I can also define it for a special user with cm_modifiedby(value=username)
    But how can I define the predefined property value generically for the current user?
    I tried to insert following values in the parameter Predefined Properties of the search option:
    Predefined Properties (csv): cm_modifiedby(value=<user.id>)
    Predefined Properties (csv): cm_modifiedby(value=%user.id%) -> like in the predefined properties
    Predefined Properties (csv): cm_modifiedby(value=$sap_user) -> like in the xml forms builder
    But non of these 3 parameters worked. Has anybody an idea what the right variable is?
    Thanks a lot.
    Best regards
    Nicole

    Hi Nicole,
    1. First of all you need to use "<User.UserID>" to get the currently logged on user.
    2. You need to create an AppIntegrator iView (so based on com.sap.portal.appintegrator.sap.Generic) in order to be able to use this dynamical parameter. The parameter "URL template" should look like:
    <Request.Protocol>://<Request.Server>/irj/servlet/prt/portal/prtroot/com.sap.km.cm.basicsearch?layoutSetMode=exclusive&ResourceListType=com.sapportals.wcm.SearchResultList&SearchType=quick&rndLayoutSet=SearchResultLayoutSet&SearchCompsName=UISearchComponents&QueryString=*&SelectedCustomProps=cm_modifiedby(value=<User.UserID>)
    Best regards,
    Robert

  • Query a dataset in MS SQL Server Report Builder and get splitted output of one of the fields

    Hi experts,
    I have a dataset in MS SQL Server Report Builder containing some rows like the following:
    FIELD-1
    FIELD-2
    FIELD-3
    1
    efgh
    xjhg[R]ztazutsuz[R]9
    2
    abcd
    1234[R]abcd[R]5678
    What I need is:
    FIELD-1
    FIELD-2
    FIELD-3
    1
    efgh
    xjhg
    1
    efgh
    ztazutsuz
    1
    efgh
    9
    2
    abcd
    1234
    2
    abcd
    abcd
    2
    abcd
    5678
    Can this be done?
    I'll be very happy when one finds a solution.
    Kind regards,
    Peter

    try like this..
    Declare @ta table ([FIELD-1] int, [FIELD-2] nvarchar(100), [FIELD-3] nvarchar(100))
    insert into @ta
    select 1, 'efgh', 'xjhg[R]ztazutsuz[R]9' union all
    select 2, 'abcd', '1234[R]abcd[R]5678'
    select t.[FIELD-1],t.[FIELD-2], a.b.value('.','nvarchar(100)') as [FIELD-3] from @ta t
    Cross apply
    (select cast('<R><C>' + replace(t.[FIELD-3],'[R]','</C><C>')+ '</C></R>' as xml) as XStr ) x
    Cross apply x.xstr.nodes('R/C')a(b)
    Thanks,
    Saurabh 
    http://www.linkedin.com/in/sbhadauria http://www.experts-exchange.com/M_6313078.html

  • How can i define a boolean variable with the condition if i got a specific text on a selected column?

    How can i define a boolean variable with the condition if i got a specific text on a selected column?
    Example:
    my select results:
    [id = 102] [Company = 'Microsoft']
    If i got microsoft in 'Company' i want to my another table with the columnName "Microsoft" get "true".
    Can you help me?

    That is called 2-table UPDATE.
    Example:
    http://www.sqlusa.com/bestpractices2005/updatewithcorrelatedsubquery/
    Kalman Toth Database & OLAP Architect
    Free T-SQL Scripts
    New Book / Kindle: Exam 70-461 Bootcamp: Querying Microsoft SQL Server 2012

  • How can I define the Oracle data source flexible so that I can change?

    Dear all:
    I have a problem in define the crystal report file(.rpt) in Crystal report desinger 9 by using Oracle database.
    Since in the "Control Pancel" -> "ODBC" ->, I can't find the oracle DNS definition in order to define the ORACLE database's IP address, port etc. So I can't allocate the Datasource in "Data base" -> "Define Data source" of Crystal report 9 desinger.  Finally, I have to explicitly define the Data source by browsing the Oracle DB in "Define Data source" function. It is not flexible while I want to switch the DB server by change its IP adress.
    But in contrast, I can easily define a MS SQL server DNS and allocate it to .rpt file.
    Is that something I was wrong?  Any reference or answer are appriciated!

    Hello,
    Moved to Crystal Reports Database forum.
    CR needs an Oracle Client installed. Once it is installed then you'll find a driver to create a DSN and then you can set location to another Oracle Server.
    You have to first install the Oracle Client.
    It's also better to create your reports off of Oracle, it's easier to then set location to MS SQL Server.
    Thank you
    Don

  • Adding parameter to a MySQL query in MS SQL Server Report Builder

    So I have a MySQL DB connected to MS SQL Server Report Builder via ODBC connector. Everything is fine, I can execute queries and put the fields into report.
    But I can't add an parameter to the query.
    Example query:
    SELECT column1, column2 FROM table WHERE column3 = (@parameter1)
    The result set is just empty. I think the problem is that I'm using MySQL and not MS SQL. Any suggestion?

    Hello Alan,
    Named parameters like @param works with SQL Server / .NET data provider, but not for OleDB, here you have to use the question mark instead
    SELECT column1, column2
    FROM table
    WHERE column3 = ? and column9 = ?
    When you assign the report parameter to query parameter you have to take care about the order of used ? in query
    Olaf Helper
    [ Blog] [ Xing] [ MVP]

  • Can we define cursors from in procedure while using .procedure file?

    Hi Team,
    Can we define cursors from in procedure while using .procedure file?
    I have a catalog procedure in which am using cursors and it is working fine. But while trying to create the same procedure using .procedure , the validation is failing with "An error occurred while parsing your procedure".
    Request your suggestions.
    Regards,
    Krishna Tangudu

    Hi Krishna,
    I also tried to find the validation for procedure and failed. What was on my mind when I posted earlier was related to Window -> Properties -> SAP HANA -> Modeler -> Validation Rules but this is not the same for procedure.
    Also the validation error seems to not being raised by Studio but the server, so it's not a frontend validation anyway.
    Trying to replicate your error I create two procedures here and both worked fine with cursor.
    The behavior you found was the same I found, the .procedure goes to repository and _SYS_BIC after activation and .hdbprocedure goes to catalog only.
    As far as I understood as you are moving from catalog (manually) and it worked on catalog (.hdbprocedure), I could check the declaration of table types of header as it's the main difference.
    Despite this investigation of declaration, you can try create it on modeler direct and see what you found on .procedure created. This can speed up investigation.
    Regards, Fernando Da Rós
    BTW: I'm faced an very strange behavior that each caracter I type on .procedure or .hdbprocedure freezes studio by around 15 seconds ?!?!?!?! (studio rev73)

  • Can I define a Function as part of the Report?

    In an Oracle Report, I want to define a Function, to use in the report query. I defined a Function CALC_DIFFERENCE under Program Units. It compiled OK.
    But when I tried to use this function in the query it get them message ORA-00904 “CALC_DIFFERENCE” invalid identifier.
    Can I define a Function as part of the Report? Or does it need to be on the database?
    Report Builder 9.0.4.0.33
    Thanks

    You have to put it in the database if you want to use it in your query. The reason is simple: the query runs in the database, so it won't see the function in the Report.
    If you really need the function in the report (because it uses other values only known in the report), you have to create a formula column.

  • Migrate VS SSDT Reporting Project to SQL Server Report Builder?

    In the past, I have developed SSRS reports using Visual Studio (BIDS/SSDT). Unfortunately, a company server migration has made it impossible for me to deploy my reporting projects using that devlopment environment, so it appears I have to resort to Report
    Builder now.
    I see that the SQL Server Reporting Services web app has an "Upload File" menu item.  However, it's not clear to me how these would then be translated into a Report Builder project.  I've heard that the SSRS project-building
    capabilities of Visual Studio go considerably beynd those of the Report Builder in SQL Server.
    What I'd like to know is: Can I develop a Reporting Services project in Visual Studio and then migrate it to Report Builder via upload? If so, what are the steps to accomplish this, and what, if any, are the drawbacks?
    - Mark Z.

    Hi Mark Zudeck,
    As per my understanding, you developed SSRS reports with report designer, now you could not deploy the reports to report manager, and you want to open the projects with report builder. If that is the case, please refer to the following steps:
    On the Start menu, click All Programs, and then click Microsoft SQL Server Report Builder.
    To create a new report, click the SQL Server icon in the upper left-hand corner of Report Builder, and then click New.
    To open an existing report stored on your local machine or a report server, click the SQL Server icon in the upper left-hand corner, and then click Open.
    If you don’t see the report server in the list of existing servers, close the Open Report dialog box and then click Connect at the bottom of Report Builder to connect to the server.
    For detail information about Report Builder, please refer to the following document:
    https://msdn.microsoft.com/en-us/library/ms159221.aspx
    If you have any more questions, please feel free to ask.
    Thanks,
    Wendy Fu
    If you have any feedback on our support, please click
    here.
    Wendy Fu
    TechNet Community Support

  • How can i define folder to save files in DMS

    Dear all,
    How can i define folders to save uploaded files.
    Regards,
    Gaurav Sood

    Hi Gaurav,
    generally there are no 'folders' in DMS. In DMS we use document info records (DIR) which are mainly a kind of box which contains data like
    - descriptions
    - object links
    - classification data
    - original files
    So if you create such a DIR in transaction CV01N then you can also upload or assign a file to this document info record and check it in. So you can say that the folder is the document info record.
    Another possibility for DMS is to use EasyDMS which is a kind of small Add-On to the Windows explorer. In this Add-On
    folders are displayed to simplify the navigation for the user equal to the Windows Explorer. The folders you see in EasyDMS is a document BOM header in the SAP backend system. But mainly this is also a DIR which has additional DIRs assigned to build up a document BOM. If you have such a BOM header DIR than you can display the detailed BOM items by using transaction CV13 for example.
    So in a nutshell, if you want to upload files in DMS you need to create a document info record in transaction CV01N first. Therefore the customizing in transaction DC10 and DC30 is important.
    Best regards,
    Christoph

Maybe you are looking for