Setting the parameters of the server cache search

In the cluster manager of research under Administration utilities of the World Coal Institute in the console of the WCI portal, we see a warning messages like below:

Docset - used cache size does not match the recommended size for this configuration
-Used Index cache size does not match the recommended size for this setting

How to set the cache of search server settings?

Go to $ALUI_HOME/ptsearchserver/10.3.0/server_name/config

In node.ini, set the parameters below:

# Of the cache directory: 1000MB
RF_INDEX_CACHE_BYTES = 1048576000
# Docset hiding: 333 MB
RF_DOCSET_CACHE_BYTES = 349175808

Restart the search service and check in the search of portal application server cluster manager

Tags: Fusion Middleware

Similar Questions

  • How to set the server time zone at the Site level profile option

    Hello
    I have the problem that is mentioned in the note of support ' cannot display the chart of status or does not work after upgrade (Doc ID 304685.1). This note offers this solution:

    To implement the solution, please perform the following steps:

    1 set the profile server time zone at the level of the Site (which should be set to the value of database time zone).
    2 bounce the Apache server.

    I also read the notes 275876.1 , but I was not able to understand what exactly I need to do...

    Please, can you explain in words simple (or orders) how can I 'set the server profile zone at the level of the Site (which should be set to the value of timezone database)?

    >
    1 set the profile server time zone at the level of the Site (which should be set to the value of database time zone).
    >

    PL identify the zone where the database server. Using responsibility of the system administrator, search profile--> system, application of the profile to the site level, and then select the time zone appropriate to the LOV. Then save.

    HTH
    Srini

  • Synchronize with the server not search entire site?

    I went to Dreamweaver CS6 CC recently, and when I hit the button "Synchronize with the server" to compare local files on the server, it seems to ignore this file I selected in the "files" window and compare the whole site.  It takes forever and I thought that it was "suspended" in the beginning, but without meaning to, let him consecrated in the background while I was doing another thing and found that it has finally completed the task, but rather than simply verify that a folder, he compared all the and all the files on the server for my entire site!

    I do the same thing, that I used to do with CS6, but the behavior is different.  I do it a lot, and if I can't fix this, I'll have to give up CC and return to the CS6.

    Can someone help me?

    Thank you!

    Theo

    Thanks for the reply!  The link you sent me is a completely different topic, synchronize my Dreamweaver with the Cloud parameters, considering what I've been struggling with syncs my files from the local site with files in the site on the remote server.

    But by going over it again just at the time, I discovered that I wasn't paying attention: when I used to hit the button "synchronize the files on the remote server" on CS6, there was a parameter in the dialog box that came that said to synchronize "local files only," while the same setting in CC said , "Holy Cross the entire Site" ("Holy Cross" is the site I'm working on the Church's web site) and I've done this so hundreds of times, I just wasn't looking for these options, and more, and it didn't occur to me that one of them could be causing my problem.

    Of course, when I set it to "only for local files", he did what I wanted.  I apologize for not having understood what was the problem before.

    Thanks again!

    Theophanes

  • How to set the location bar search regardless of the selected search engine bar?

    The search in the address bar searches with the currently selected in the search bar engine with 23 FF. I find the annoying behavior, because sometimes I select different engines in the search bar, if necessary, but most often I just need to research that I make from the location bar wihout need to change the quick google search engine.

    Is it possible to customize the behavior, so that the search in the address bar still points on a single engine, regardless of the engine that is selected in the search bar?

    Hello tadolo, you can use an addon like https://addons.mozilla.org/firefox/addon/keyword-search/ to get the old behavior.

  • How to clear the server cache?

    Hi guys,.


    I changed the inCallDetails_Incident.html file but I did not see this change in the ServiceManager
    I restarted all of Ionix Service Manager service and clean internet cache explore customer... but nothing


    Someone knows how to help me?

    Thank you very much!, sorry for my bad English

    You now agree what is considered "Advanced customizations", which is not covered in Designer online documentation, but is treated in the class Certified Developer. If you are make a lot of changes like this, I strongly suggest that you take this class if you can.

    Let me see if I can explain it easily...

    If you want to make a change to the InCallDetails.js I first would like to indicate that you should not change this file, but to create a Custom_InCallDetails.js file with your custom code. This will prevent your code to be replaced in patches. To get the reference to this file, called since the Incident call screen, you must do the following:

    1. Open details call - Incident form in the designer.
    2. Click on the button "Save as." This will allow you to save the file to a temporary location for editing.
    3. Open the file in your editor of choice and add the new line of script after script standard calls:
    4. Save the file.
    5. Return to the designer and click the 'Load From' button and click 'Yes' to accept the warning.
    6. Save the screen and close the designer. Updated the InCallDetails.htm file is now stored in the database, not on the application server.
    7. Empty the cache server and the client.

    If the changes work again today, there is something wrong with the code and you can add the code in the debugger in order to force your script debugger.

    If you create a new DB object then you need to add container widget to the call screen and take note of the value of the name of the container that will be used in the custom javascript code. All this is covered step by step in the class materials Certified Developer.

  • Connection to the server cache API IDK

    I was wondering, when writing a portlet that connects through the Republic popular of CHINA, is a good practice to save the connection somehwere, so you don't have to sign in again on each call? Is how important it? I have seen none along the lines of IsConnected() so I guessed that it was not necessary, but I wanted to just make sure.

    My use case, is that I have a portlet that makes a request in collab chat messages (using a service account). If this helps performance to store the connection in a static object, I want to do, but I don't know how to check wait times.

    No, it won't help; you don't have to bother. There is very little extra processing by instantiating the heel of the people's Republic of CHINA - all overhead costs comes from actually making a method call.

  • How to set the parameters of starting the server with WLST?

    I have scripts WLST create my WebLogic 10.0, managed servers, resources, etc. I want to add code to set the server start but I can't find the properties related to the launch of server as root, java House, arguments, classpath, etc..

    The relevant part of the script here I have at the moment is:

    def createManagedServer (d, noManagedServers, managed_server_port):
    Katia = DOMAINHOME + ' / ' + d
    readDomain (DOMAINHOME + "/" + d)
    x = 0
    While x < noManagedServers:
    MS = d + 'Man' + str(x+1)
    Create (ms, 'Server')
    CD ("servers /" + ms)
    LP = managed_server_port + (x * 10)
    Set ('ListenPort', LP)
    Set ('AutoRestart', 'true')
    Set ('AutoKillIfFailed', 'true')
    Set ('AutoRestart', 'true')
    Set ('IgnoreSessionsDuringShutdown', 'true')
    Set('GracefulShutdownTimeout',30)
    CD('/')
    x = x + 1
    updateDomain()
    closeDomain()

    Sorry, I forgot to say that we do in online mode.

    Online mode means that my server admin works and I've connected via connect() in my WLST, right?

    Yes, the server must be running.

  • The BI server cache

    Hello.
    I'm just trying to understand a few things about the BI server cache.

    1. is there a time-out for the server cache BI which means how long it keeps the cache and when it should be deleted. Y at - it all the parameters that can be set to determine when the server cacahe BI expires.

    2. when clears it BI server than the cacahe y at - it an order in which it gives off the sense cacahe if she has 10 inputs and reached a limit how he chooses only 10 entries to remove. How to determine which is deleted.

    All documents pointing to the same thing with useful as well.

    Thanks and greetings

    Hello

    In the case where if the time persistent cache is defined at the level of the physical table, then the cache associated with this table will be deleted after the time interval specified. Another stratergy to remove the Cache is using the events polling mechanism. There are also other ways to purge the cache. In addition, according to the value set for MAX_CACHE_ENTRIES in the NQSConfig file, the cache entries are replaced based on the algorithm least recently used (LRU).

    Below are the links for more details:
    http://555obiee.WordPress.com/category/OBIEE-cache-management/
    http://OBIEE-tips.blogspot.com/2009/09/OBIEE-query-caching.html

    Documentation:
    http://download.Oracle.com/docs/CD/E12096_01/books/AnyInConfig/AnyInConfigNQSConfigFileRef7.html#wp1005221

    Thank you

  • Cannot set the search index location Windows 7

    After you perform a partition merge, I discovered that I can't set the Windows 7 search index location.

    What seems to happen is that the "disappearance" of the partition where the search index had been stored caused Windows to 'lose' the location of the index. What I mean is that the dialog box that usually shows the index location and where it would normally go on the definition of a new location, is empty.
    The option "select new" is grayed out, and it is not possible to start the indexing service - probably because there is no index. Following the steps of troubling shooting is no help either (because he fails to step to start the indexing service).
    Any ideas? I hope that someone will know what registry entry, I can set up or change. I watch but couldn't find anything that seemed relevant and did not want to change whatever it is based on the work of the conjecture.

    You have a Setup disk for your operating system? If you do, perform a repair installation.  Done indexing your job before you have changed your score?

    http://www.SevenForums.com/tutorials/3413-repair-install.html

  • Set the name of server report dynamically at run time

    Hi guru,.

    I called reports of the forms that I hardcode the name of report server in my code.
    Is there no alternative to set the server name of report dynamically at run time, is how to find the name of the report server and that in through my code as a parameter.


    can you give some examples of codes... Thank you

    One way that we usually followed before was to store the name of the report server in other tables in the database, then choose this name whenever we want to run a report.

    In this way, it is easy even if there is no change in the name of the server.

  • Setting the seconds

    It is necessary to set the seconds after setting the time manually and the minutes to the clock or the correct time zone setting will take care of it automatically?

    No, the correct time zone don't take care of it automatically. If you want the exact time, you set seconds by yourself. Best way to get the exact time event would feature "Internet time" (NTP ).

    Settings dialog box just open 'Date and time' and click on the "Internet time" tab click on "change settings...". ». You must now enter theNTP server to use. You can find a lot of people to this page . Once you set the server, your clock will automatically be synchronized with the exact time of this server.

    Microsoft Student Partner

  • Number of the page of search results

    Hello

    Can anyone help me please with a problem that has me pulling my hair right now. I googled extensively and had no joy. My Indesign Scripting experience is pretty weak, but I spend a lot of time in VBA and PHP then coding and objects are not foreign to me.

    I'm modyfing the existing (and excellent) script to cover my needs. I need to find each instance of a paragraph style, then use the page number and the text to build a content page later. The original script achieved via an index, but it is not convinient for me in this case that I need to first make a change more.

    I successfully converted the original script to search all text that has a special paragraph on her style. I'm so succsefully entering the text. I just can't do, is to enter the number of the search result page. I understand that I probably need to look at the parent page of tags, but I don't see how. If there is no help, the paragraph style is likely to be nested within two or three tags embedded in a text box.

    Any help would be greatly appreciated.

    JavaScript document

    /*

    Based on the "marking of the character style index words" of Josha Hubbers who was based on the "Marking of the color index words" script by Thomas Silkjær

    http://indesigning.net/

    */

    var result_words_found = 0;

    var curr_document = 0;

    var my_document = app.documents.item (curr_document);

    Create a list of samples

    var list_of_paraStyles = my_document.paragraphStyles.everyItem () .name;

    var list_of_paraStyles is my_document.paragraphStyleGroups.item("Book").paragraphStyles.everyItem () .name;.

    var list_of_paraStyles is my_document. ParagraphStyleGroup.allParagraphStyles)

    var yesNoDialog = ['Yes', 'No'];

    That the dialog box to select the style of char at index

    var paraStyle_dialog = app.dialogs.add ({name: "Generate index of paragraph style"});

    {with (paraStyle_dialog.dialogColumns.Add ())}

    {with (borderPanels.Add ())}

    {with (dialogRows.Add ())}

    {with (dialogColumns.Add ())}

    staticTexts.add ({staticLabel: "choose the style of paragraph :"});})

    }

    {with (dialogColumns.Add ())}

    var selected_paraStyle = dropdowns.add ({stringList:list_of_paraStyles, selectedIndex:0});})

    }

    }

    {with (dialogRows.Add ())}

    {with (dialogColumns.Add ())}

    staticTexts.add ({staticLabel: "search all documents opened :"});})

    }

    {with (dialogColumns.Add ())}

    var selected_search_span = dropdowns.add ({stringList:yesNoDialog, selectedIndex:1});})

    }

    }

    }

    }

    catch the Cancel button

    var doSearch = paraStyle_dialog.show ();

    If selected_search_span.selectedIndex == 0 then search for 'all documents '.

    other searches only active document.

    an active document is element 0 of the array app.documents.item

    If {(doSearch)

    Set the options to search text to find all words with the selected character style

    app.findChangeTextOptions.caseSensitive = false;

    app.findChangeTextOptions.wholeWord = false;

    app.findChangeTextOptions.includeFootnotes = false;

    app.findChangeTextOptions.includeHiddenLayers = false;

    app.findChangeTextOptions.includeLockedLayersForFind = false;

    app.findChangeTextOptions.includeLockedStoriesForFind = false;

    app.findChangeTextOptions.includeMasterPages = false;

    app.findTextPreferences = NothingEnum.nothing;

    app.findTextPreferences.appliedParagraphStyle = my_document.paragraphStyleGroups.item("Book").paragraphStyles.item (selected_paraStyle.sel ectedIndex);

    Browse open documents to index all the...

    {}

    my_document = app.documents.item (curr_document);

    Search in the document

    var found_words = my_document.findText ();

    Make index

    var my_contents

    check if words are found

    If (found_words.length > 0) {}

    To loop through the paragraphs, create a list of words and mark them as index words

    myCounter = found_words.length - 1;

    {}

    var found_word = found_words [myCounter];

    var my_topic_name = found_word.contents;

    check if the subject is not empty

    If (my_topic_name.length > 1) {}

    items have been found

    result_words_found += 1;

    / / Need to retrieve the page number as a variable here.

    Create the page reference

    my_topic.pageReferences.Add (found_word);

    }

    -myCounter;

    } While (myCounter > = 0);

    }

    remove unused topics from the index, just for cleaning

    break if a single active document is extended search

    If (selected_search_span.selectedIndex == 1) {}

    break;

    }

    curr_document += 1;

    } While (curr_document < app.documents.count ());

    display the dialog result...

    If (result_words_found == 0) {}

    Nothing found alert

    Alert ("nothing has been found, try again...");

    } else {}

    Alert ("made of indexing! \n"+ result_words_found +" items found.\n\nNow choose \"Generate index\"in the Panel Index to update your index.")" ;

    }

    }

    The number of the page on which there is a text is the name of the parent of the text of the parent text block page (if you know what I mean):

    var found_words = my_document.findText ();

    $.writeln (found_words [0] .parentTextFrames [0].parentPage.name);

    Is CS5 and later versions. In CS4, it's a little different, I forgot the details.

    Peter

  • Put in Server cache does not cache its own installed on App Store

    I've set up the OS X Server App 5.1.5 (15S 7047) on an iMac running El Capitan 10.11.5 (Build 15F34). The iMac has 8 GB of Ram and a processor i5. It's mid-2011.

    He belongs to a Windows domain and put in a Time Capsule in Bridge mode.

    On the iMac's settings, etc.. :

    Overview of the server:

    Internet: Can be reached at 202.etc., no service available

    Public host name: no

    Network interface: Ethernet, Ip address 192.168.0.70 (assigned by DHCP - not static, but it never changes)

    Accounts: All users, all groups (filled by the domain Windows - Active Directory for the Windows domain controller).

    Only the caching Service is enabled.

    The said status caching service "available - devices on your local network automatically uses this service."

    Permissions: Only the local subnets

    Serve customers with public addresses: mapping network from this server.

    ICloud data: unchecked data cache personal iCloud

    Available cache: 150 GB

    Use cache: None

    When installing from the App Store, the cache is unchanged - still nothing.

    I also downloaded a MacBook Pro and nothing is cached as well.

    I'm new to Mac and must have missed a few settings, but have read a lot on various Forums. I suspect the accessibility by saying 'no available services' cannot be part of the problem.

    I checked the logs - log service for caching can help. The first installation of the application server was a week ago, and I see a problem with "black list... demand." "(see below)

    About 12:15 today, I uninstalled the application server by moving it to the trash, removed the Library\Server, etc. then installed the App Server again. Now the failed activity is not currently recorded.

    PART OF THE FIRST INSTALLATION OF THE APP SERVER FOR CACHING OF LOG FOR TODAY:

    June 20 at 11:14:10 dlserver AssetCache [351]: server closing caching (15)

    June 20 at 11:14:10 dlserver com.apple.xpc.launchd [1] (com.apple.AssetCache [351]): Service came out with abnormal code: 15

    June 20 at 11:14:34 dlserver AssetCache [1110]: Server version 149.4 started caching

    June 20 at 11:14:37 dlserver AssetCache [1110]: successful registration.  Recovery of the server.

    June 20 at 11:41:56 dlserver AssetCache [321]: Server version 149.4 started caching

    20 Jun 11:41:57 dlserver AssetCache [321]: request for http://suconfig.apple.com/resource/registration/v1/config.plist configuration failed: the Internet connection appears to be offline.

    20 June-11:41:57 dlserver AssetCache [321]: back to the last accepted configuration

    20 June-11:41:57 dlserver AssetCache [321]: http://suconfig.apple.com/resource/registration/v1/blacklist.plist blacklist request failed: the Internet connection appears to be offline.

    20 June-11:41:57 dlserver AssetCache [321]: chess 1 consecutive cleaning.  Retries in 16 seconds.

    June 20 at 11:42:18 dlserver AssetCache [321]: successful registration.  Recovery of the server.

    June 21 at 08:55:28 dlserver AssetCache [319]: Server version 149.4 started caching

    June 21 at 08:55:28 dlserver AssetCache [319]: application of http://suconfig.apple.com/resource/registration/v1/config.plist configuration failed: the Internet connection appears to be offline.

    June 21 at 08:55:28 dlserver AssetCache [319]: back to the last accepted configuration

    June 21 at 08:55:43 dlserver AssetCache [319]: successful registration.  Recovery of the server.

    June 21 at 10:07:47 dlserver AssetCache [334]: Server version 149.4 started caching

    June 21 at 10:07:49 dlserver AssetCache [334]: application of http://suconfig.apple.com/resource/registration/v1/config.plist configuration failed: the Internet connection appears to be offline.

    June 21 at 10:07:49 dlserver AssetCache [334]: back to the last accepted configuration

    June 21 at 10:07:52 dlserver AssetCache [334]: http://suconfig.apple.com/resource/registration/v1/blacklist.plist blacklist request failed: the Internet connection appears to be offline.

    June 21 at 10:07:52 dlserver AssetCache [334]: chess 1 consecutive cleaning.  Retries in 63 seconds.

    June 21 at 10:09:07 dlserver AssetCache [334]: successful registration.  Recovery of the server.

    June 21 at 10:15:53 dlserver AssetCache [307]: Server version 149.4 started caching

    June 21 at 10:15:53 dlserver AssetCache [307]: application of http://suconfig.apple.com/resource/registration/v1/config.plist configuration failed: the Internet connection appears to be offline.

    June 21 at 10:15:53 dlserver AssetCache [307]: back to the last accepted configuration

    June 21 at 10:15:57 dlserver AssetCache [307]: http://suconfig.apple.com/resource/registration/v1/blacklist.plist blacklist request failed: the Internet connection appears to be offline.

    June 21 at 10:15:57 dlserver AssetCache [307]: chess 1 consecutive cleaning.  Retries in 60 seconds.

    21 June 10:17 dlserver AssetCache [307]: successful registration.  Recovery of the server.

    June 21 at 12:05:11 dlserver AssetCache [287]: Server version 149.4 started caching

    June 21 at 12:05:13 dlserver AssetCache [287]: application of http://suconfig.apple.com/resource/registration/v1/config.plist configuration failed: the Internet connection appears to be offline.

    June 21 at 12:05:13 dlserver AssetCache [287]: back to the last accepted configuration

    June 21 at 12:05:13 dlserver AssetCache [287]: http://suconfig.apple.com/resource/registration/v1/blacklist.plist blacklist request failed: the Internet connection appears to be offline.

    June 21 at 12:05:13 dlserver AssetCache [287]: chess 1 consecutive cleaning.  Retries in 72 seconds.

    June 21 at 12:06:30 dlserver AssetCache [287]: successful registration.  Recovery of the server.

    June 21-12:14:36 dlserver AssetCache [287]: server closing caching (15)

    June 21-12:14:36 dlserver com.apple.xpc.launchd [1] (com.apple.AssetCache [287]): Service came out with abnormal code: 15

    (THIS IS THE POINT WHEN THE APP SERVER HAS BEEN REINSTALLED)

    21 June at 14:55:50 dlserver AssetCache [2986]: Server version 149.4 started caching

    21 June at 14:55:54 dlserver AssetCache [2986]: successful registration.  Recovery of the server.

    BUT STILL NO CACHING OF HIS PEOPLE MOVED FROM THE APP STORE.

    I also tried it with OS X Firewall disabled, Avira Real - Time Protection off tension, but nothing is.

    I suspect the State available services no. for the Internet parameter, mentioned at the beginning of this post, to be meaningful, but did not find what is missing.

    I thank very you much for any help.

    Update:

    After downloading a few elements of the App Store, this poster now implementing log cache (again). I have certainly given internet I installed from the App Store:

    June 22 at 09:50:12 dlserver AssetCache [314]: Server version 149.4 started caching

    June 22 at 09:50:12 dlserver AssetCache [314]: request for http://suconfig.apple.com/resource/registration/v1/config.plist configuration failed: the Internet connection appears to be offline.

    June 22 at 09:50:12 dlserver AssetCache [314]: back to the last accepted configuration

    June 22 at 09:50:12 dlserver AssetCache [314]: http://suconfig.apple.com/resource/registration/v1/blacklist.plist blacklist request failed: the Internet connection appears to be offline.

    June 22 at 09:50:12 dlserver AssetCache [314]: chess 1 consecutive cleaning.  Retries in 74 seconds.

    June 22 at 09:51:40 dlserver AssetCache [314]: successful registration.  Recovery of the server.

    And nothing is recorded in the Server Cache.

  • OSX Server caching does not work after update

    It was low on my priority list, but the OSX Server that we run in the House for the caching seems to have stopped caching; from what I remember, it was related to the update software to 10.11.4 of what it was before, and server software everything that has been installed to 5.1. Updates both to the latest versions now have not helped. It of kind of frustrating, but all he puts in cache are now asking that makes for itself. No customer request is visible. It worked before.

    There seems to be no useful diagnostic that I can find to establish why the hell it suddenly does not work.

    Platform: Mac Mini, "the end of 2014", bought this year. OSX currently on 10.11.5; 5.1.5 Server

    Network configuration: IP public addresses multiple; several subnets.

    Clients do not use the same IP address as a server.

    Full assignment of the IP of the site listed in _aaplcache._tcp TXT DNS records (plural - because I did it for the DNS records for each subdomain DNS LAN client) using the type prs; DNS is on Windows Server 2012R2. Any length of characters, because they were not specified during the installation of OSX Server cached the required DNS records.

    No firewall is between the server and clients on the local network (only a L3 switch), but obviously, if the customer traffic leaves our network, it passes through a firewall. No change to the rule group since it worked finally.

    The Mac Mini has an interface (with IP address and corresponding DNS record) in each subnet of the client (using virtual LANs), but it seems to register with the Apple servers using its main wired LAN IP (which can reach customers) with the Apple servers.

    Mac Mini connects via gigabit ethernet.

    Wireless connectivity is through a mix of HP MSM and Ubiquiti access points; no system seems to result in customer traffic.

    My understanding of the protocols involved are something along these lines.

    -OSX server registers with Apple, using its normal connection; transmits the local LAN IP address for the cache clients to use; can pass TXT DNS records to help "seed" of customers, or can use the parameter entry in the cache server configuration.

    -Customers use the TXT DNS record to inform the global servers of Apple that they need the IP address of the server cache.

    -Apple returns the local LAN IP address.

    -The customer is for the server cache.

    -Profit.

    I certainly see the first happening party - the Debug.log show apparently successful registration; the cache in the applet Server service is green - but no client request seems to happen.

    Obscured address IP addresses are correct.

    Things are green and just seem to.

    Looks like he should be happy.

    IPs are correct and correspond to the DNS records.

    Help! What other steps can I take to diagnose - and trouble - this problem? The Apple Help documentation is not really very useful (I understand what he says), but he doesn't really give sysadmin level overview of what to do when he's not "just works".

    Thanks in advance for all understand how to debug properly and fix this.

    .. .clients can and collect software on the internet (that we want to avoid as much as possible).

    Amount of updated data in cache is so small that I did it (reset button) in the case which has been randomly a question. No joy. Was previously more than 300 GB in size, across many types of content.

    If it is not clear, the clients and servers using NAT, but different IP are used, depending on the subnet they come. He previously worked.

  • I've set up a website in Muse. Any excerpt from fine to preview in a browser. When I download the file to make it live I am getting this error some files on the server may be missing or incorrect. Clear the cache of the browser, and then try again. If the

    I've set up a website in Muse. Any excerpt from fine to preview in a browser. When I download the file to make it live I am getting this error some files on the server may be missing or incorrect. Clear the cache of the browser, and then try again. If the problem persists, please contact Web site author. Art seems to be fine and the host site says it's probably coding error. What should I do?

    Hello

    Have you tried a few steps in the following article

    "Some files on the server may be missing or incorrect" Warning Message

    See if that helps. Let me know if you have any question.

Maybe you are looking for