Published URL overwrite question

I had a published temporary site fail at 60% because (I'm assuming) I had assets that were not sampled correctly. Now that I have fixed that issue, can I publish again to the temp site that I created with my first attempt. (url address at business catalyst? I received the email from Adobe stating the site had been created, but when going to the url is gives me "coming soon"  Thanks

Yes, you can publish to the same URL. When you publish you will be given that option. (May take a moment to show up)

Similar Messages

  • Publishing and Overwriting a Universe, Updates new measures quickly in Business Explorer / Information Spaces but taking time in dashboard to be updated.

    Hi gurus:
    I have a continuous problem while Publishing and Overwriting a Universe from IDT, new measures UPDATES quickly in Business Explorer / Information Spaces but taking time in dashboard to be updated. it approximately takes half an hour to be updated while accessing universe from dashboards.
    Regards:
    Jawad Khalid

    Hi gurus:
    I have a continuous problem while Publishing and Overwriting a Universe from IDT, new measures UPDATES quickly in Business Explorer / Information Spaces but taking time in dashboard to be updated. it approximately takes half an hour to be updated while accessing universe from dashboards.
    Regards:
    Jawad Khalid

  • How to Execute or Publish URL using ABAP

    Hi,
        I would like to publish URL (Ex: HTTP://WWW.SDN.SAP.COM  ) Using any ABAP Statement.
        If i execute ABAP Report, it should publish the URL.
       Please guide me to achive this. Thanks in Advance!
    Thanks,
    Nagesh Ganisetti.

    DATA: edurl(2048).
    DATA: html_control TYPE REF TO cl_gui_html_viewer,
          g_custom_html_container TYPE REF TO cl_gui_custom_container.
    DATA: l_html_container_name(30) TYPE c.
    l_html_container_name = 'CUSTOM_BROWSER'.
      CREATE OBJECT g_custom_html_container
        EXPORTING
          container_name              = l_html_container_name
        EXCEPTIONS
          cntl_error                  = 1
          cntl_system_error           = 2
          create_error                = 3
          lifetime_error              = 4
          lifetime_dynpro_dynpro_link = 5.
      CREATE OBJECT html_control
           EXPORTING
                parent    = g_custom_html_container.
    edurl = 'http://www.sap.com'.
      CALL METHOD html_control->show_url
           EXPORTING
                url = edurl
           EXCEPTIONS
                cnht_error_parameter = 1
                OTHERS = 2.
    Just create a Dynpro with a custom control called "CUSTOM_BROWSER".
    Greetings,
    Blag.

  • Passing parameters along with portlet publishing url

    Hi All
    Any idea if portlet publishing url can take some custom parameters along with the publishing url when using disc api
    Thanks

    Hi Muthaiah,
    Is this IView a Web Dynpro IView. If yes then you can easily do this by simply adding a Url parameter to the default inbound plug of the interface Controller of your WD application.
    You can refer to this link: <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sapportals.km.docs/library/webdynpro/inter-application-navigation%20in%20web%20dynpro.pdf">Tutorial 15</a>, <a href="/people/jochen.guertler/blog/2004/11/23/web-dynpro-best-practices-how-to-navigate-between-different-web-dynpro-applications Blog</a>
    Do reward points if it helps.
    Regards
    Sid

  • ICal published URL

    I'm having problems with iCal's published URL. Sometimes it asks for my login 3-4 times. When it does work it won't let me go to the next month. It gives me Authorization Required.
    Is there some kind of Java or plug-in I should update on my Windows XP computer so that I can see my published calendar without the grief?
    Thanks much.

    Hi Leona,
    Welcome to Apple Discussions.
    I don't know if this'll work, but have you tried http://www.icalx.com/html/leonaruth
    Best wishes
    John M

  • BI Publisher report scheduler questions

    Question 1: Is there a way to cancel a scheduled report? I have users that scheduled reports in BI Publisher but these reports take too long to run that the users decide to cancel it. It seems that there is not an option to do this. I have admin rights, so I think that I should be able to do this but I don't see any option. If there is a way to do this can someone please explain how.
    Question 2: If a scheduled report is running while the BI Publisher application is re-started,  can the status of the report be changed from 'C' to 'F' in the xmlp_sched_ouput schema? During the development of an application that uses the scheduler from BI Publisher, we have re-started BI Publisher application serveral times while a scheduled report is running. When we query BI Publisher schema, we can see that the status of the report that was running before the application is re-started keeps showing 'C' (for current). How we can change this status? Is there any configuration that I need to change to for the change to be automatic?
    Thanks in advance for your help.

    Try like this. Make sure your BIP parameter name and Presentation variable name matches; i assume Region
    SELECT distinct REF_REGION_CODE
    FROM REGION
    WHERE REF_REGION_CODE BETWEEN '01' AND '10'
    and (LEAST(:Region) is null OR
    REF_REGION_CODE LIKE (CASE WHEN :Region='' THEN '%%' ELSE :Region END)
    or
    REF_REGION_CODE = substr(:Region,1,2) )
    SELECT distinct REF_REGION_CODE
    FROM REGION
    WHERE REF_REGION_CODE BETWEEN '01' AND '10'
    and (LEAST(:Region) is null OR
    REF_REGION_CODE LIKE (CASE WHEN :Region{}='' THEN '%%' ELSE :Region END)
    or
    REF_REGION_CODE = substr(:Region,1,2) )
    If this is not working try to tweak with single quotes for Region
    Edited by: Srini VEERAVALLI on May 30, 2013 1:18 PM

  • BI Publisher URL

    I am trying to access Bi publisher report using url which is embedded in oracle form, I am able to access it, but the issue is i don't want to be asked for user name and password. Is there any way that we can pass user name and pass word through URL, so that i can directly see the Publisher report. Its very urgent..any help in this regard is highly appreciated.
    Thank you.

    Use the Guest folder
    Enable the Guest folder via the Security Configuration tab of the Security Center page (for more information see Allowing Guest Access, Oracle Business Intelligence Publisher Administrator's and Developer's Guide). Any report in this folder is open to all users to see and run. Use this option if the report does not contain sensitive data.
    Use SSO
    If both the calling application and BI Publisher are configured as partner applications in an SSO server, you can call any report via a URL and as long as the user has rights to see or run the report, then BI Publisher will render it without the need for the user to log in. For more information on setting up security options, see Defining a Security Model, Oracle Business Intelligence Publisher Administrator's and Developer's Guide.

  • Jdbc.url newbie question

    Hi there,
    Apologies for this very begginerish question.
    I have been working with oracle in college for the last year. Have been conecting from java using these settings
    jdbc.driver=oracle.jdbc.driver.OracleDriver
    jdbc.url=jdbc:oracle:thin:@nc-oracle-2.students.collegename.ie:1521:orcl
    jdbc.username=username
    jdbc.password=password
    I am trying to finish up project at home for the weekend and have installed oracle 9.20.10.
    I am not sure what these settings should be or how to find out. I have user name and password set up and can work away in sqlplus. How do I find out what the jdbc.url is?
    Thanks in advance
    stuart.

    thanks, I ran those commands and now have this
    jdbc.url=jdbc:oracle:thin@localhost:1521:stuart
    When I run my app I am getting this message:
    java.sql.SQLException: Io exception: The Network Adapter could not establish the connection
    Any suggestions?
    Message was edited by:
    newbie101
    Message was edited by:
    newbie101
    Message was edited by:
    newbie101

  • IWeb Publishing url

    When I publish my home page on my .Mac site I have my site address as :
    http://web.mac.com/groups.ajbraun/iWeb/Site/Welcome.html
    But when it finishes publishing it always inserts the following 90D0FC3C-1D6F-49FE-83BC-4762AB7CB77E
    so now shows :
    http://web.mac.com/groups.ajbraun/ajbraun/iWeb/90D0FC3C-1D6F-49FE-83BC-4762AB7CB 77E/Welcome.html
    I have done a few searchs re this but haven't found a answer yet to why it keeps doing this.
    Alex
    G4 Laptop   Mac OS X (10.4.9)   12 inch version
    G4 Laptop   Mac OS X (10.4.9)   12 inch version

    When I publish the site it should be
    http://web.mac.com/groups.ajbraun/Welcome.html
    and it tells be that when it published ie it asked if you want to visit the site but when I do the url starts off as http://web.mac.com/groups.ajbraun/Welcome.html
    then changes to
    http://web.mac.com/groups.ajbraun/ajbraun/iWeb/90D0FC3C-1D6F-49FE-83BC-4762AB7CB 77E/Welcome.html
    and the numeric sequence is always the same and there in the directory path is a folder called 90D0FC3C-1D6F-49FE-83BC-4762AB7CB77E
    Note all this started when I had to recover from my backup files when my laptop crashed.

  • Another URL/Servlet question...

    Say a user types in:
    http://www.ttonline.org?country=italy/
    In the servlet that services this request, how can I retrieve the string "italy" ?
    Would it be something like
    String value = req.getParamter("country") ?
    And what do you call the stuff on the right hand side of the question mark ? Is that the query string?
    Just in case you want to know why I would have such a URL, is because we want to have different URLs for each country so we can track the number of hits from each country.
    Many thanks,

    In your doGet (or a method performed from the doGet) do the following
         String[]  countries = request.getParameterValues("country");
         // this block of code is to find the form that has been submitted and
         // get the value of the parameter as appropriate.  Each HTML page
         // can only have one instance of a variable name regardless of how
         // many forms it contains.
         if countries != null  && countries .length > 0) {     
              country  = countries [0];     
         }That will get you the parameter value you are looking for.
    good luck!

  • Url Label Question

    I did this to emulate a URL Label
    jLabel3.setForeground(new Color(168, 156, 156));
              jLabel3.setText("Click here to launch in default browser ..");
              jLabel3.addMouseListener(new MouseAdapter() {
                   public void mouseClicked(MouseEvent e)
                        jLabel3_mouseClicked(e);
                   public void mouseEntered(MouseEvent e)
                        jLabel3_mouseEntered(e);
                   public void mouseExited(MouseEvent e)
                        jLabel3_mouseExited(e);
              }); and
    private void jLabel3_mouseClicked(MouseEvent e)
              try {
                   URI uri = new URI("http://lalala/fxrates.xml");
                   Desktop desktop = null;
                   if (Desktop.isDesktopSupported()) {
                        desktop = Desktop.getDesktop();
                   if (desktop != null)
                        desktop.browse(uri);
              } catch (IOException ioe) {
                   ioe.printStackTrace();
              } catch (URISyntaxException use) {
                   use.printStackTrace();
         private void jLabel3_mouseEntered(MouseEvent e)
              jLabel3.setForeground(Color.BLUE);
         private void jLabel3_mouseExited(MouseEvent e)
              jLabel3.setForeground(new Color(168, 156, 156));
         } The question is how do I underline the Labels text ?

    You can search the net for my Visual Font Designer (without the spaces) class, which will allow you to preview the font and generate the code needed to reproduce it elsewhere.
    db

  • ADFLibraryFilter & JpsFilter URL mapping question

    Hi,
    The ADFLibaryFilter and JspFilter are both mapped to the URL /*.
    When accessing static content (e.g. css and image files) the filter hierarchy is build which seems to be unneccessary.
    One of our customers is complaining about this issue, after they have monitored the application using Dynatrace to check server resource usage.
    My question: Is it neccessary to map both filters to the /* or is it okay to map them to the Faces Servlet? Do I need to add other servlets to the mapping (e.h. resources, adfLibResources)?
    ADF version: JDEVADF_11.1.2.1.0_GENERIC_110907.2314.6081
    WebLogic Server: 10.3.5
    Regards,
    Steven.
    Message was edited by: Steven Janssens

    Is it neccessary to map both filters to the /* or is it okay to map them to the Faces Servlet?
    Filters are not mapped to Faces Servlet, but to /*.
    <filter>
       <filter-name>ADFLibraryFilter</filter-name>
       <filter-class>oracle.adf.library.webapp.LibraryFilter</filter-class>
       <init-param>
       <param-name>provider-lazy-inited</param-name>
       <param-value>true</param-value>
       </init-param>
      </filter>
    <filter-mapping>
       <filter-name>ADFLibraryFilter</filter-name>
       <url-pattern>/*</url-pattern>
       <dispatcher>FORWARD</dispatcher>
       <dispatcher>REQUEST</dispatcher>
      </filter-mapping>
    Do I need to add other servlets to the mapping (e.h. resources, adfLibResources)?
    Other servlets may be added.
    <servlet>
       <servlet-name>resources</servlet-name>
       <servlet-class>org.apache.myfaces.trinidad.webapp.ResourceServlet</servlet-class>
      </servlet>
    <servlet>
       <servlet-name>adflibResources</servlet-name>
       <servlet-class>oracle.adf.library.webapp.ResourceServlet</servlet-class>
      </servlet>
    <servlet-mapping>
       <servlet-name>resources</servlet-name>
       <url-pattern>/adf/*</url-pattern>
      </servlet-mapping>
      <servlet-mapping>
       <servlet-name>resources</servlet-name>
       <url-pattern>/afr/*</url-pattern>
      </servlet-mapping>
    <servlet-mapping>
       <servlet-name>adflibResources</servlet-name>
       <url-pattern>/adflib/*</url-pattern>
      </servlet-mapping>

  • With URL, overwrite the "title" tag of a browser tab/window

    I've got a dashboard that will link out to other dashboards. Is there a known OBIEE URL parameter or other method to overwrite the title of the browser window? Right now they all say the generic "Oracle BI Interactive Dashboards." I know I can overwrite this globally, but what if i want to change on a case-by-case basis?

    How you are showing this dashboard using URL?
    Just in case if you are manually opening then try to use custom html page that should have frame object with src=obiee url
    give more details to go for any other options if that is not working out

  • Silly insert/overwrite question

    evidently hit a wrong key on rush job, and now when i try to overwrite or insert, clip goes to the end of the sequence.
    how to fix it?
    thanks

    Did you inadvertently set an In Point at the end of your sequence?
    If there is no In or Out point set on the timeline, the clip will be edited at the playhead location.

  • Publishing w/ Random Questions

    Hi,
    I am using random questions in one of my programs and about
    to send it off to the client. This client has Captivate and would
    like for me to send the CP files. My question is, if I send the CP
    file for the program, will the random questions in the pool go with
    it? If not, how do I get them there?
    Many thanks for your help!

    Hi gbcvette
    Yes, your random questions would be contained inside the .CP
    file.
    Cheers... Rick

Maybe you are looking for