the list of data centers cannot be obtained

!

This error/warning message appears when I try to publish [an example of free site] Muse. It was working fine before. no idea why?

Hey mate-

These errors are usually only temporary.  Also, I noticed in the http://status.businesscatalyst.com/ that there was a warm patch of today who seemed to take 10 hours and ended about two hours ago.  There are sometimes intermittent connectivity during the BC maintenance problems, and that's probably what it was.

If you continue to see the same problem with the http://www.businesscatalyst.com/contact support

Tags: Business Catalyst

Similar Questions

  • Could not get the list of data centers

    Does this sound like an infrastructure problem, or something I did wrong. Muse worked very well for me until today.

    http://www.miliobrodelasletras.com

    A Muse reboot fixed it. Maybe because I had spent between home networks and work with the application open.

  • How can I get the list of data stores in a cluster data store?

    How can I get the list of data stores in a cluster data store? I mean the command line option.

    Hello

    by command line, you mean PowerCLI?

    If so, you can display data with this warehouses:

    Get-DatastoreCluster-name DSClustername | Get-Datastore

    Tim

    Edit: Moved the thread to the PowerCLI community

  • A loop in a refcursor for the list of dates as a string

    Hello
    I have a simple procedure that gives me the list of dates and dates
    I need to get the dates dates separated by commas
    I don't know if this can be done directly by making a loop on the refcursor or I have to go pick her up in a file/table and then concatenate with comma, or is there anything else that can be done.
    I tried some stuff like below

    PS help out me
    the procedure is that returns the list of dates
    CREATE OR REPLACE procedure SALUSER.prm_sp_rpt_payslip_lop_dates(p_empid in int,p_tran_year in int,p_tran_month in integer,o_dates out sys_refcursor)
    as
    begin
     open o_dates for select  to_char(PHL_LOP_FROM,'DD-Mon-YYYY'),to_char(PHL_LOP_TO,'DD-Mon-yyyy') 
                     from prm_h_lop
                     where phl_emp_id=p_empid
                       and phl_tran_year=p_tran_year
                       and phl_Tran_month=p_tran_month;
    
                   
     end;
    /
    I need my o/p as
    dates :<date1>,<date2>...etc
    Kind regards

    Maybe sth. as

    SQL>  var cur refcursor
    
    SQL>  declare
     cr sys_refcursor;
     procedure prm_sp_rpt_payslip_lop_dates (cr in out sys_refcursor)
     as
     begin
       open cr for select hiredate from emp;
     end prm_sp_rpt_payslip_lop_dates;
    begin
     prm_sp_rpt_payslip_lop_dates(cr);
     open :cur for select 'Dates: ' || column_value dates from xmltable('string-join(//text(), ", ")' passing xmltype(cr));
    end;
    /
    PL/SQL procedure successfully completed.
    
    SQL>  print cur
    
    DATES
    --------------------------------------------------------------------------------
    Dates: 17-Dec-1980, 20-Feb-1981, 22-Feb-1981, 02-Apr-1981, 28-Sep-1981, 01-May-1
    981, 09-Jun-1981, 19-Apr-1987, 17-Nov-1981, 08-Sep-1981, 23-May-1987, 03-Dec-198
    1, 03-Dec-1981, 23-Jan-1982                                                     
    
    1 row selected.
    
  • How to create the new folder in the title of data centers

    I have a data center called 'DR', which I can't seem to create a folder under the root with PowerCLI. Whenever I try to try: new-folder-name-location Test (Get-Data Center DR) it does not place the folder everywhere perceptible in the GUI. I only see it if I do: Get-folder or Get-file-name Test.

    Any help would be appreciated.

    Thank you.

    You are in the computers view virtual and models of vSphere Client by chance?  Because the file is not there.  It'll be in the hosts and Clusters discovered.  You can tell by the 'Id' of the folder property in your screenshot.  The 'h' in "File-group-h265" essentially tells the view of "Hosts and Clusters".  You should see a 'v' here instead of him was in the models and virtual computers discovered.  An excerpt from the "New folder" command help page for help:

    -Map

    Specify a container object (for example, a folder, a list of resources and so etc.) where you want to place the new folder. If a data center is specified for the - Location parameter, then the file is created in the folder "hostFolder" and contains hosts and clusters. The "hostFolder" is a system folder and is guaranteed to exist.

    Since a data center can contain folders, objects VM and host and cluster, you must specify what "view" to create your folder in.  There are some files hidden (for lack of a better term) that technically the child objects are data centers.  We're called 'vm' and another is called 'host '.  So, if you were to run this command:

    Get-Folder vm
    

    You should get a record returned for each datacenter, you (and all the folders that you simply named 'vm' because the folder names need not be unique).  You could also run ' host of Get-file ' and also to get a folder of "host and Cluster view" for each datacenter you have.

    Given that the cmdlet New-folder by default is the 'host' of the data center specified folder, a way you could force it to be created in the "vm" folder with a command like this:

    Get-Folder vm | ?{$_.Parent.Name -eq "DR"} | New-Folder "YourNewFolderName"
    

    Maybe it's not the quickest way to accomplish the task, but it should work for you, assuming that my intuition need you according to the evil the vSphere Client inventory is correct, of course.

  • How to have the list of dates automatically updated the site, without manually changing in Muse

    Hey, I design a site for a group that I play the drums in and I was wondering how I could update the list of concerts, we have, without having to manually edit in Muse then download again. Is there a way to past shows being removed without doing me it manually?

    I believe you are referring to events with calendar on the page where you can update the calendar with the dates, in which case you use the event of third party system then Muse will not control it, but if you created that in Muse itself then you will need to manually edit of Muse.

    If the site is hosted on BC, then you can use the events module to view the dates and details, the end site, you can schedule events and that expired will be removed from the calendar.

    Thank you

    Sanjit

  • Meter of the week in the list of dates

    Consider the following query, which lists a bunch of dates for a given day and cumulative account of days/weeks.

    There are probably a dozen different ways to calculate the third column in 'WEEKS', but I was wondering if there is a simpler and more elegant than my cold ravaged head come with method?

    select trunc(sysdate)+rownum-1 dt
      ,rownum days
      ,case when mod(rownum/7,0) = trunc(mod(rownum/7,0)) then mod(rownum/7,0) end weeks
    from dual
    connect by level < 100
    
    

    DTDAYSWEEKS
    FEBRUARY 11, 2015 00:00:001
    12 FEBRUARY 2015 00:00:002
    13 FEBRUARY 2015 00:00:003
    FEBRUARY 14, 2015 00:00:004
    15 FEBRUARY 2015 00:00:005
    16 FEBRUARY 2015 00:00:006
    FEBRUARY 17, 2015 00:00:0071
    18 FEBRUARY 2015 00:00:008
    19 FEBRUARY 2015 00:00:009
    20 FEBRUARY 2015 00:00:0010
    FEBRUARY 21, 2015 00:00:0011
    FEBRUARY 22, 2015 00:00:0012
    FEBRUARY 23, 2015 00:00:0013
    24 FEBRUARY 2015 00:00:00142
    FEBRUARY 25, 2015 00:00:0015
    FEBRUARY 26, 2015 00:00:0016
    27 FEBRUARY 2015 00:00:0017
    FEBRUARY 28, 2015 00:00:0018
    MARCH 1, 2015 00:00:0019
    2 MARCH 2015 00:00:0020
    3 MARCH 2015 00:00:00213
    MARCH 4, 2015 00:00:0022

    See you soon

    Post edited by: scott.wesley (clearer column names)

    Something like that?

    Select

    trunc (sysdate) + rownum-1 dt

    rownum dys

    case when mod(rownum/7,0) = trunc (mod(rownum/7,0)) then mod(rownum/7,0) end act_wk

    , case when (end mod(rownum,7) = 0) then rownum/7 x

    of the double

    connect by level<>

  • Query for the list of dates

    Hello

    I have a column called period and there dates with all Fridays in it until the end of October. I want to list all the dates only until last Friday. For example, I have values below

    07/01/11
    08/07/11
    07/15/11
    07/22/11
    07/29/11
    05/08/11
    12/08/11
    19/08/11
    26/08/11
    02/09/11
    09/09/11
    ......

    I want to list all the values until last Friday. For example today it should show me data only until 08/26/11. Next week it should show me data only until 09/02/11 and so on. How to write an application to do?

    Thanks for your time and your help.

    Hello

    Assuming that the time data type is DATE, and this delay is not necessarily a Friday, you can do somehting like:

    WHERE   period <= TRUNC (SYSDATE + 3, 'IW') - 3
    

    This is not your NLS settings.

    If you run this on Friday, 2 September, then he will understand until September 2 itself.

    The 'magic number' 3 reflects makes that your week begins 3 days before the ISO week (which begins Monday).

    If you know this period is always a Friday, then it is simpler:

    WHERE   period <= SYSDATE
    

    I hope that answers your question.
    If not, post a small example data (CREATE TABLE and INSERT statements), some examples of performance dates (include at least a Friday) and results desired of each given rundate data of the sample.
    Explain, using specific examples, how you get these results from these data.
    Always tell what version of Oracle you are using.

  • create a list of dates for the month of spefic

    I need to create the function that I send two parameters frist for year (2013) and the second prameter for months (09)

    to exit the list of dates this month.

    Hello

    What kind of data do you want to return the function?

    Here is a function that returns a cursor:

    FUNCTION to CREATE or REPLACE days_in_month
    (ENTIRE year
    ENTIRE month
    )
    RETURN SYS_REFCURSOR
    DETERMINISTIC
    IS
    c SYS_REFCURSOR;
    START_DATE DATE: = ADD_MONTHS (DATE ' 2000-01-01')
    , (12 * (year - 2000)) + month - 1
    );
    BEGIN
    OPEN FOR C
    SELECT the LEVEL - 1 AS a_date + start_date
    OF the double
    CONNECT BY LEVEL<= add_months="" (start_date,="">
    -start_date
    ;

    RETURN C;
    END days_in_month;
    /

    You can test it in SQL * more like this:

    M VARIABLE REFCURSOR

    EXEC: m: = days_in_month (2013, 9);

    PRINTING: m

    This function tries to avoid mistakes.  For example, if you pass 0 as the months, it triggers an error; It assumes that you meant the month before 1, i.e. from December of the previous year.

    How can you get pln to use?  Perhaps a pipeline function would be your needs better, or no function at all: just a subquery.

  • See the entry with a list of data form

    Hi all

    I apologize in advance if I do not use terminology appropriate here.  What I'm trying to do is quite simple, I think, but this isn't something I've done before.  I have a short list of the dates in a DB table.  I would like a user enters a date in a form field and by submitting it, SEE to check the date of the user entered against the list of dates in the table.  I wish I could create a cfif/cfelse statement if the entry corresponds to one of the dates in the table. Can someone point me in the right direction?

    Thank you!

    Oh, sorry I misunderstood.

    "on the sending of a form" - then in the action page, you create a query on the subject date.

    WHERE date_column =

    The if statement looks like this:

    Register response 1

    register the answer 2

  • you want to add data dynamicallly in the list item.

    Hello friends...

    My data to see & I want to add that the list item data can add that?

    Thank you...

    In this case, your list item can be a data point and then your gave values in the elements in the list property and has set some initial value too, no?

    If so,.
    Remove all items in the list by pressing ctrl SHIFT<>
    Then give any character dummy in the list item and a space in the value that grant list them agenda.
    Give the initial value also as space so as to avoid the warning...

    Now, try

  • If I delete a song in the list of duplicates itunes, it has an effect on the existing playlist?

    If I delete a song in the list of duplicates itunes, it has an effect on the existing playlist?

    Official notice of Apple on the duplicates is here: find and remove duplicates in your iTunes library. This is a manual process and article fails to explain some of the potential pitfalls such as the lost coast and membership of playlist, or sometimes the same file can be represented by multiple entries in the library as well as a removal and recycling the file will break all the others.

    Use MAJ > view > show items to reproduce exactly to display the duplicates because it is normally a selection more useful. You must manually select all but one of each group to remove. Sort the list by Date added can make easier select appropriate tracks, but it works better when executed immediately after the dupes were created.  If you have several entries in iTunes connected to a same file on the disk hard then don't not send to trash.

    Use my DeDuper script (Windows only) If you are not sure, do not want to do it by hand, or want to maintain ratings, play counts and playlist membership. See this background thread , this post for detailed instructions and Please take note of the warning toback up your library before deduping.

    (If you don't see the menu bar press ALT to temporarily view or CTRL + B to keep displayed.)

    The latest version of the script can put away the dead links as long as there is at least a double live to merge his stats and membership of the playlist and must deal wisely when the same file has been added through multiple paths.

    With this many files, it might pay to break down the problem into smaller pieces.

    TT2

  • Virtual data centers how to a campus of double site?

    We begin to plan for a migration of vSphere 4.1 and 5.1.  We have two data centers several miles share a link 10 gig.  In our current setup, we have a virtual data center that includes the host esx on both sites.  VMotion and storage vmotion work well on the link 10 gig.  HA and DRS are not currently configured, but it will be included in the new configuration.  I'm looking for the advantages and disadvantages to continue having a virtual Datacenter, against two, one for each physical site that includes only the servers at this place, that is, buildling1-vdc, would include esx1 bldg1, bldg1-esx2, etc., and construction2-vdc, would include construction2-esx1, bldg2-esx2, etc.. We would be able to preserve the beaches of IPS to each site in the case of a link failure.    As I understand it, we would not power of vmotion or HA and DRS established between the two virtual data centers.  Other have a virtual infrastructure of several location connected by links broadband?  If you do, how much virtual datcenters you have and how they are configured?

    Please ask questions if you need more specific information to answer the question.

    a "Datacenter" vCenter object is a limit for the vMotion and distributed vSwitches. So, if you want to migrate virtual machines between the buildings / clusters these groups must be part of the object of data center. Also if you want to have similar networks on both sides and you want to use Distributed vSwitched then you will need to have both part of clusters of the same domain controller so that the VDS objects are pushed down.

  • When I try to check my plugins are up to date I am immediately linked to a java download page and cannot access the list of plugins

    When I'm in the Manager of the ad - ons and I click on 'check to see if my plugins are up to date' I am bound to the list of plugins that they are sent immediately to a java download page. I uninstalled java because of the ongoing security issues

    Try this page:

  • HP workspace: where are located the workspace of HP data centers?

    Hey everybody,

    Where are located the workspace of HP data centers?

    Thank you

    Bill

    HP workspace is currently supported by seven, SSAE16-SOC certified, regional data centers, serving many countries. Data centers are located in Australia, Germany, Ireland, Japan, Singapore, and two in the United States (California and Virginia). The workspace of HP team will be allowing multiple data centers in the coming months to provide global coverage for customers. To see a current list of regional data of the workspace of HP centers refer to www.hpworkspace.com.

Maybe you are looking for