How to replace a whole website

I recently redid a whole website for a friend and want to
take all of his old web site down and replace it with mine which is
currently stored on my computer, can someone tell me the steps of
how to do this? Thanks

You'll need to ftp onto the server where it is hosted,
(probably best to
download all the existing files to a temp dir - just in case)
then delete
them off the server, or store them in a /temp folder, then
upload all of
your files. Not much to it really.
Brendon
"billugs" <[email protected]> wrote in
message
news:e4gbg3$i9f$[email protected]..
>I recently redid a whole website for a friend and want to
take all of his
>old
> web site down and replace it with mine which is
currently stored on my
> computer, can someone tell me the steps of how to do
this? Thanks
>

Similar Messages

  • How do I default whole website to HTTPS?

    Hi all,
    How do I default whole website to HTTPS rather than HTTP?
    I imagine there is a setting to do in the .htaccess file - not sure what it is...
    === for a test - I tried this INSIDE just the folder to test called 'htest' - but did not work
    .htaccess.......
    RewriteEngine On
    RewriteCond %{SERVER_PORT} 80
    RewriteCond %{REQUEST_URI} htest
    RewriteRule ^(.*)$ https://www.mysite.com/htest/$1 [R,L]

    Thanks Rob - that worked great!
    ALSO - what if I didn't use the one you sent sent but wanted to just put on 1 folder????
    How about for JUST 1 folder?
    - I tried this INSIDE just the folder to test called 'htest' - but did not work
    .htaccess.......
    RewriteEngine On
    RewriteCond %{SERVER_PORT} 80
    RewriteCond %{REQUEST_URI} htest
    RewriteRule ^(.*)$ https://www.mysite.com/htest/$1 [R,L]

  • How to replace a whole class?

    Hello,
    What is the best and fastest way to replace a whole LabView class by another one?
    I have developed an application based using a LV class. Then I have copied the class to a new location and improved it and I have developed new VIs in the copied class. Now I would like to bring that class back to the application with a simple "replace with...". But in the context menu it is grayed out.
    The reason why I copied the class to a new location is that I wanted to keep a running version of my project and to make some minor changes in the main VI. The changes in the LV class took more time and where some basic changes in concept but without affecting the names and the connector of the subVIs. So a simple replace all VI would do. Does anyone knows whether there is such a tool? Or how do I perform this?
    Regards, Jörn

    I am aware of changing a SubVI with Find and Replace. But the class which I have created consists of about 40 VIs whereby some of them are used about 10 times in the main program. So changing them manually takes some awful time. (The last time when I tried to do it this way LabView 8.6 crashed multiple times so I need to spend this awful time repeatedly.) While replacing the VIs of one class by the VIs of the new class both classes get mixed up. Easily VIs of the old class get overwritten by mistake. 
    Do you think it is reasonable to
    1. change inheritance to make the old class an ancestor of the new class
    2. change the class Ctls (which by the way cannot be searched using CTRL + F) from ancestor/old class to child/new class
    3. save the main VI
    4. undo the inheritance
    Regards, Jörn

  • How to convert my whole website into PDF

    I have my own blog. How can I convert my whole blog into pdf for backup ?

    I am also looking for exact answer to backup my content of blog into PDF. So, How should I do for my blog ? Is there any software or tools for it?

  • How to replace an email website address.

    My email account is being deactivated so I don't want it listed in Thurderbird. How do I remove it (the listing) and replace it with a new account? All email has been forwarded to the new account--basically the old account is dormant.

    Select the old account, right-click it, select Settings. The Account Settings panel will appear. At the bottom, the Account Actions button will offer options to remove and add accounts.
    You say you have forwarded messages from the old account to the new. That word forward is ambiguous. If you mean you have re-emailed the messages to yourself, you didn't need to do that. You could move them within Thunderbird - the Local Folders account is provided for this. Re-emailed messages will typically appear to be from you and to you, so you lose their context and provenance.
    If you have set up a server to forward messages, how confident are you that this will continue after the demise of the old account?

  • Replace/Update default website on OS X Server (Yosemite)

    I am certain this comes down to a fundamental lack of understanding on my part, but I cannot for the life of me work out how to replace the default website on OS X Server.
    I have read that it is not designed to be replaced, so I have created a new entry in the website list... but with no luck. I followed the instructions here: Setting up a local web server on OS X but still continue to get 403 errors.
    Can anyone point me in the direction of a set of instructions for setting this up? I really (at this stage) only want it to serve locally, not over the internet - which I thought would make it simpler...
    Thanks!

    There's a bit of guesswork on my part here because I have not used OS X Server.
    Obviously you've found httpd.conf.
    The root directory of the standard web server is defined in there - on OS X it is:
    DocumentRoot "/Library/WebServer/Documents"
    <Directory "/Library/WebServer/Documents">
    Require all granted        <-------------- means anyone can access it from any domain ----------------->
    </Directory>
    The instructions to which you are referring I guess are the ones about allowing users to set up their own sites, needing the relevant modules to be activated in that file:
    #LoadModule userdir_module libexec/apache2/mod_userdir.so
    to
    LoadModule userdir_module libexec/apache2/mod_userdir.so
    #Include /private/etc/apache2/extra/httpd-userdir.conf
    to
    Include /private/etc/apache2/extra/httpd-userdir.conf
    ...then in http-userdir.conf....
    #Include /private/etc/apache2/users/*.conf
    to
    Include /private/etc/apache2/users/*.conf
    At this point I am assuming that Apache doesn't really care that this is a user-related issue and so any file ending in .conf in that directory will be included in the Apache Server config (once stopped and started). However, the fact the the site name is then ~shortname suggests the user model is important and access permissions may mean you need to be logged in as that user for all I know.
    ....in the shortname.conf file in that /private/etc/apache2/users/ directory would be something like this:
    <Directory "/Users/shortname/Sites/">
        AddLanguage en .en
        LanguagePriority en fr de
        ForceLanguagePriority Fallback
        Options Indexes MultiViews
        AllowOverride None
        Order allow,deny
        Allow from localhost
         Require all granted
    </Directory>
    The relevant directory is /Users/shortname/Sites/ ---- I suggest putting a simple index.html page there to test first.
    ....then http://localhost/~shortname
    .....should work.
    Remove the line Allow from localhost and access from elsewhere should also be possible.
    I wish I could be more help - but without a server to use and check what I am saying I think that is about all I can offer, and I suspect none of this is new to you.
    Andy

  • My fonts are changing in iWed after I publish. I need step by step instructions on how to go to my third party server and clear out all of my files and reload my whole website, the solution I saw posted by another. Please someone help me on this. Urgent

    My fonts are changing in iWed after I publish. I need step by step instructions on how to go to my third party server and clear out all of my files and reload my whole website, the solution I saw posted by another. Please someone help me on this. Urgent

    If your fonts are changing when viewed on other computers - epecially those running windows - you need to look at using web-safe fonts...
    http://www.iwebformusicians.com/iWeb/Fonts-Colors.html
    Also make sure you clear your browser cache before viewing you published files.

  • How we set up multiple websites on OSX Server

    BACKGROUND
    After fiddling and futzing around for weeks (actually since last year) I've finally figured out how to set up multiple websites (virtual sites) using one port and one IP address. While there seems to be lots of discussion on this topic, it seems that the basic assumption is that one knows everything about websites, DNS and all that stuff, which I do not.
    When our network was originally established the engineer set up a wiki and also configured webmail, so we had two sites, one secured for mail and the other open for Calendar and the wiki. We were not hosting any websites locally because our school website is hosted by a company in New England.
    This year I wanted to set up websites for teachers and students. As great as the wiki is, there are some things it just can't do as well as a website. So I figured if I set up the sites teachers could link back and forth from one to the other. In addition kids could now start to use a real website instead of the cobbled together file mess I had when we ran a Windows network. Also iWeb is a much more accessible tool than FrontPage.
    SERVER SIDE:
    Snow Leopard Server - 10.6.4
    There are two - actually three pieces if you want your iWeb clients to connect to the server: Server Side Web Services, DNS and, in my case, FTP.
    ================================================ SERVER SIDE - WEB SERVICES
    If you haven't turned on Web services, you'll need to open Server Admin and do that. If you don't know how to set up web services - just reply and I'll step you through that as well.
    Once web services are set up and turned on, you'll see it listed under your server’s name in the Server Admin sidebar. Click on "Web" and then click on the "Sites" tab at the top of page. This is where you list all your sites.
    Click the plus button and enter the fully qualified name of your site, for example: "students.myschool.org". Don't use the defaults here (no name) - that's what got me in trouble before. BE SPECIFIC!
    You'll be looking at the "General" tab (the other tabs, "Options", "Realms", etc. we'll deal with in a second).
    On the "General Tab", the default IP address ("any") and port (80) is just fine. We'll run everything over port 80. (Apache figures all the virtual site stuff out - you don't need your rocket science degree for that.)
    "Web Folder:" is important because this is how you'll "segment" your websites. While I would NEVER do this again, we have a solid state hard drive for the OS and a RAID array for our data files. IF you have that, make sure you do NOT use the default "Web Folder" because it will store all your files on your solid state drive. There may not be enough room, over time, on that drive. I've not experienced it yet, but it's my understanding that if the drive fills up, the server shuts down.
    I store my web sites on a folder on the RAID array.
    Everything else on that tab can be left as the default. (Just make sure that you have an "index.html" or "index.php" file in your web folder root, but iWeb will take care of that for you.)
    I would put in your email address in the "Administrator Email:" field.
    Under "Options" you really don't have to put anything. I've tested making websites with iWeb and it doesn't appear that anything needs to be checked.
    Nothing needs to be entered in "Realms" as well from what I see working w/ iWeb.
    The defaults in "Logging" are fine.
    You can leave "Security" alone, but we do have a (self-issued) certificate listed for our webmail site.
    "Aliases" is important. Under "Web Server Aliases" you enter how you want the site to respond to when users type in a URL in their web browsers.
    When our web server was initially set up the engineer set up "wiki.myschool.org" on port 80 and "mail.myschool.org" on port 443. In the aliases section was nothing but a "*" (the wildcard character). That means, from what I can figure out, that the webserver will respond to these sites regardless of what is typed in the URL. (Well, something like that - point is, if you create OTHER websites, you'll NEVER get to them because the wildcard character in the "Aliases" section, in effect, grabs those web requests and redirects them to the sites that are already there.
    In my case I deleted both of those wild card characters. For my "wiki.myschool.org" site, I entered "mail.myschool.org". That means if you type EITHER "wiki." or "mail.", go to the site that’s stored in the “Web Folder” we set up when those sites were created.
    For "mail.myschool.org" I just DELETED the wildcard character. I wanted that site (since it was secured) only to respond to "mail." - nothing else. (You're not going to that secured site for any other reason than to get your mail.)
    "Proxy" can be left blank. Have no idea what that does. As time permits I'll do some research and figure out what it's used for.
    "Web Services" is if you want to provide any MORE services to this particular site. Most likely you'll want to uncheck all the boxes. For our "wiki." site, we have checked "Wikis", "Blogs", and "Calendar". For our "mail." site we have those checked PLUS "Mail".
    I would create a separate "Web Folder" for each of your sites. I don't know if that's a requirement but for housekeeping purposes, I would keep the sites separated. And I SUSPECT that it's "best practice" to separate your wiki from your other websites.
    SERVER SIDE - DNS
    OK...now you have to make your site reachable and the only way to do that is to set up DNS so that folks don't need to type in the IP address of your web server. You need to set up DNS inside your network and, if you want folks in the outside world to reach your website, you'll need to set up an external DNS as well. I'm going to cover INTERNAL DNS - if you don't know how to set up EXTERNAL DNS - reply or email me and I'll post those instructions.
    Most likely you have already created Zones for you network...all you really need to do is create "Aliases" so that when you type "students.myschool.org" your web browser will know that site resides on IP address XXX.XXX.XXX.XXX.
    If you've set up Zones then you already have a "Machine" setting that translates your server’s name to an IP address and vice versa.
    All you need to do is create an "Alias" (CNAME) record for, in this case, "students". You’ll see the choices for types of records when you click the "Add Record" button.
    There are only two fields to configure for a record: "Alias Name" - in this case "students" and "Destination" - in this case "servername.myschool.org". (You've already entered a machine record that says "servername" = 192.168.1.x.)
    That's it for Internal DNS.
    SERVER SIDE - FTP
    Now you have to get iWeb to communicate with the webserver.
    There are only three ways iWeb will communicate with webservers: MobileMe, Local Folder and FTP Server.
    Local Folder is really only practical if you want to host a website on a laptop (I was blown away initially when I found out that all Macs had a built-in web server - how neat is that?). I think there are some very cool things teachers could do with configuration, and, of course, you wouldn't need to set up any web services on the web server, but that's for another discussion. You need to set up FTP services on the web server.
    Turn on and enable FTP on your webserver.
    You can leave the defaults for "General", "Messages" and "Logging". "Advanced" is the only thing you want to set. I set "Authenticated Users See:" to "Home Folder Only". I set the "FTP Root" to the same root folder in which I plan to store my web sites (/VOLUMES/RAID Array/WebServer/Documents). This setting sets that folder only to be accessible via FTP.
    I would suggest returning to your DNS settings and adding one more "Alias". Set "ftp." to point to your webserver. Why? So folks can edit their sites from home (see below).
    CAVEAT: If you are running FTP on other servers, make sure that the settings here do not conflict with the settings on the other servers. For example, I'm running FTP on my file server so that my scanners can communicate with it. However, I configure my FTP settings by machine name and NOT "ftp.myschool.org".
    ================================================
    CLIENT SIDE - CONFIGURING iWEB
    Now you have to configure iWeb so that it will communicate with your server.
    Click on the "Site" icon so that "Site Publishing Settings" appears.
    Publishing:
    "Publish to:" = "FTP Server"
    You can set the "Site name:" and "Contact email:" to whatever you want. But see below!
    FTP Server Settings:
    "Server address"=ftp.myschool.org (you could also enter in servername.myschool.org or the IP address. However, if you want folks to be able to work on the site from home, you will need to configure external DNS for that. If you use the IP address, you're out of luck for remote access to the site. (You can do it but it's beyond the scope of this discussion.)
    "Username" & "Password" should be your user's network login credentials.
    "Directory/Path" - this is important. Remember, you set your "FTP Root" to be "/VOLUMES/RAID Array/WebServer/Documents". If you leave this field blank then the website will be dumped into this folder. If you are only setting up one site, that may be OK. However I wanted to set up a "students" site folder, a "faculty" site folder and a separate site for our literary magazine.
    THEREFORE: I have, in my ..../Documents folder (on the server), a "students" folder, a "faculty" folder, and a "litmag" folder.
    SO...in my "Directory/Path:" field, I have "/faculty". That means the full path to this website is "ftp root/faculty" or "/VOLUMES/RAID Array/WebServer/Documents/faculty" (You don't need a trailing "/" character. iWeb will automatically append the folder for you user depending on what you entered in "Site Name:" in the "Publishing" area.
    Website URL:
    This is the root website depending on whether it is "students" or "faculty". Since iWeb will append the site name to this root website, I accomplished what I hoped to accomplish in this post (http://discussions.apple.com/message.jspa?messageID=12288561#12288561).
    Faculty sites will be @ http://faculty.myschool.org/username. Students @ http://students.myschool.org/username. PERFECT!
    iWeb is such a GREAT tool - NOW the kids can start using it!
    I want to reiterate that this works for our school but it should work for you as well. There may be better ways to do this but it works for us.
    Hope this has been helpful and you won't have to spend weeks trying to figure this all out by yourself!

    OK...here's how we did it.
    To get access to the website you created from outside your network there are a couple of steps.
    First, you have to have a STATIC IP address from your ISP. If you have a T1 circuit, no problem...you usually get a couple of static IPs you can use. However, if you have a cable modem circuit, most likely you have a dynamic IP address which changes when you connect to the internet. Usually a static IP will cost a bit more because the ISP has to go through a couple of steps to set it up for you. But once you have the address, you now have a way for folks outside your network to connect with you.
    (I’m also assuming that you use a router of some sort through which traffic flows out to the internet and that you aren’t using connection sharing or something like that.)
    The next thing you need to do is have your new static IP address associated with the server on which you are hosting your website. You've probably already done that if your website works inside your network. However, you've associated a private ip (192.168.x.x, etc.) to your web server. That doesn't mean anything to folks on the outside because private IP addresses are just that - private - folks can't access them. (I won't get into VPN because that's a whole other topic.)
    The way you associate your new static IP address to your web server is through some sort of dns application from your ISP. For example, we use TierraNet to manage our external DNS information. They have a web interface control panel that is very similar to the DNS interface for XServer. You can create CNAME records (aliases - other ways that folks can access your servers).
    Basically you create an "A" (CNAME) record with a fully qualified domain name (e.g. webserver.myschool.org) and point it to your public IP address (XXX.XXX.XXX.XXX) which you just got from your ISP. It's going to take a while (24-48 hours) for this change to take effect. BTW, you can create as many “A” records as you want. For example mail.myschool.com and wiki.myschool.com could point to the same place.
    You want to make sure that the fully qualified domain name you enter in the external dns utility matches the name you used when you created your internal dns records on your XServer.
    OK...so now folks can get to your domain - but, remember, you have a private network IP scheme between them and you. You now have to tell your router that when web traffic arrives, allow it inside the network and direct it to your web server.
    Let's say your public IP address is 205.100.112.50 and your web server is 192.168.0.5.
    You have to create, in your router’s "Security Zone" (router companies call them different things) a couple of rules. Usually the first rule is: "Let everything inside the network get out to the web." You've probably already done that if folks inside the network can reach the internet.
    You then have to tell the router to allow web traffic (port 80) into your network AND redirect that traffic to 192.168.0.5.
    We use AdTran routers and they have a web interface which allows you to write "rules" affecting public and private traffic. Public is folks outside the network, private is folks inside.
    AdTran calls them "Security Zones" and you modify those zones with policies.
    So my "Policy" would say, in the above example, redirect traffic from my public IP (205.100.112.50) -> to my web server -> (192.168.0.5).
    THEN you have to modify this policy with what AdTran calls "Traffic Selectors". You've said, OK, you can get in, but WHAT can get in?
    The "Traffic Selector" is written to say: "Permit" "TCP" traffic from 205.100.112.50 only through Port 80. (That's the port that web traffic goes over. If you wanted a secure website, you'd add another traffic selector that opens port 443, for example.)
    I'll tell you I'm no genius when it comes to this. I called AdTran and had them configure my router for me. I told them what I wanted done, they remoted into the router and configured it. But then I could go to the web interface and see what they did and then added rules later on when I wanted, for example, to get access to the network via Apple Remote Desktop or VPN into the network on my iPad.
    I'd bet that your router has a maintenance agreement that includes this service and if it doesn't it should have.
    I did find that I still had issues when I tried to set this up originally and it had to do with the ORDER of the policies. I can’t remember exactly what the issue was, but, effectively one of the policies highjacked traffic before the policy that I wanted got triggered. Simply moving them around in the list fixed that issue. So if you have this set up but still can’t access the site, check the order of your rules.
    I don’t know if that helps or not, but I try to think about this stuff conceptually and then get someone to help me with the details. I work with this stuff so infrequently that I forgot how I did something 6 months or a year ago. I’m in the process of creating a wiki for the school which documents all this stuff, but that’s a major undertaking.
    Cheers,
    John

  • How do I get the website icon to stay on the desktop?

    When I save a webpage to my desktop, via "drag webpage address to desktop", the website icon is replaced by a mozilla icon.
    How do I get the website icon to stay on the desktop?

    You can try to toggle the browser.shell.shortcutFavicons pref on the <b>about:config</b> page.
    *http://kb.mozillazine.org/about:config

  • How can i delete a website made in iWeb from MobileMe but not from iWeb

    The problem is that I have made changes to several pages (almost all of them) on my site and since the changes my site no longer displays correctly in Internet Explorer.
    I have looked in the IE CSS file and the CSS file for IE is completely messed up and would take a long time to correct by correcting the code for every page, so I decided just to delete the whole site from MobileMe and then republish it as a new site, rather then as an altered site.
    The problem is I don't want to delete the site from iWeb, because it has took me months to build it and I don't want to have to start again. I just want to delete the site from MobileMe, so I can republish it as a new site (and hopefully correct the screwed up code).
    So how can I delete a website created in iWeb and published on MobileMe from MobileMe without deleting it from iWeb.
    Huge thanks
    Jay

    Hey thanks for your reply, unfortunately I have already tried to delete my site from iDisk >> Web >> Sites. But it said that i didn't have permission and it wouldn't delete the files.
    I am loged in as an Admin and I still cant delete them
    Thanks again
    Jay

  • How to replace sapdba with brtools after upgrade database to 10.2

    All,
        I have update our database to oracle 10.2,my brtools version is 7.0 now ,
    but can't run analyze table and dbcheck in db13,
    seems to still use SQLDBA when run analyze table and dbcheck.
    please refer to the below informations.
    Detail log:                    0810080300.aly
    *****                 SAPDBA - SAP Database Administration for ORACLE     *****
    SAPDBA V6.10    Analyze tables
    SAPDBA release: 6.10
    Patch level   : 1
    Patch date    : 2001-05-25
    ORACLE_SID    : PRD
    ORACLE_HOME   : /oracle/PRD/102_64
    ORACLE VERSION: 10.2.0.2.0
    Database state: 'open'
    SAPPRD       : 46C
    SAPDBA DB USER:  (-u option)
    OS login user : prdadm
    OS eff.  user : prdadm
    SYSDBA   priv.: not checked
    SYSOPER  priv.: not checked
    Command line  : sapdba -u / -analyze DBSTATCO
    HOST NAME     : sapprd1
    OS SYSTEM     : HP-UX
    OS RELEASE    : B.11.31
    OS VERSION    : U
    MACHINE       : ia64
    Log file      : '/oracle/PRD/sapcheck/0810080300.aly'
    Log start date: '2008-10-08'
    Log start time: '03.00.09'
    ----- Start of deferred log ---
    SAPDBA: Can't find the executable for SQLDBA/SVRMGR. Please, install one of
            them or enter one of them in the SAPDBA profile (parameter
            sqldba_path).
            (2008-10-08 03.00.06)
    SAPDBA: Error - running temporary sql script
            '/oracle/PRD/sapreorg/dbacmd.sql' with contents:
    CONNECT /******** AS SYSDBA
    SAPDBA: Couldn't check SYSDBA privilege.
    SAPDBA: Can't find the executable for SQLDBA/SVRMGR. Please, install one of
            them or enter one of them in the SAPDBA profile (parameter
            sqldba_path).
            (2008-10-08 03.00.06)
    SAPDBA: Error - running temporary sql script
            '/oracle/PRD/sapreorg/dbacmd.sql' with contents:
    CONNECT /******** AS SYSOPER
    SAPDBA: Couldn't check SYSOPER privilege.
    ----- End of deferred log ---
    Analyze parameters:
    Object: All tables in table DBSTATC ( for DB optimization run )
    Method: E ( Default )
    Option: P10 ( Default )
    Time frame: 100 hours
    Refresh   : All objects
    Option: DBSTATCO ( for the DB optimizer: Tables with Flag DBSTATC-TOBDO = 'X' )
    ** Refresh Statistics according control table DBSTATC **
    Total Number of Tables in DBSTATC to be analyzed:                           170
    Number of Tables with forced statistics update (ACTIV = 'U'):                 0
    SAPDBA: SELECT USER# FROM SYS.USER$ WHERE NAME='SAPPRD'
    ORA-00942: table or view does not exist
               (2008-10-08 03.00.09)
    SAPDBA: Error - getting size of segment 'SAPPRD.D010INC'
    SAPDBA: Error - during table analysis - table name: ->D010INC
    SAPDBA: No tables analyzed ( No entries in DBSTATC with TOBDO = X or errors ).
    SAPDBA: 0 table(s) out of 170 was (were) analyzed
            Difference may be due to:
               - Statistics not allowed ( see DBSTATC in CCMS )
               - Tables do not exist on database and were skipped
    Detailed summary of Step 1:
    Number of Tables that needed new statistics according to DBSTATC:             1
    Number of Tables marked in DBSTATC, but non-existent on the Database:         0
    Number of Tables where the statistics flag was resetted:                      0
    ******* Creating statistics for all tables without optimizer statistics *******
    SAPDBA: Using control table DBSTATC
            for taking optimizer settings into account
    SAPDBA: 0 table(s) without statistics were found.
    SAPDBA: 0 table(s) ( out of 0 ) was (were) analyzed/refreshed.
            0 table(s) was (were) explicitely excluded or pool/cluster table(s).
    SAPDBA: 0 index(es) without statistics was (were) found.
    SAPDBA: 0 index(es) ( out of 0 ) was (were) analyzed/refreshed.
            0 index(es) was (were) explicitely excluded or pool/cluster indexe(s).
    SAPDBA: 157 table statistics from 157 tables were dropped.
            They are either explicitely excluded in DBSTATC,
            or R/3 Pool- or Cluster- tables
            that must not have CBO Statistics
    SAPDBA: The whole operation took 10 sec
    SAPDBA: Step 1 was finished unsuccessfully
    SAPDBA: Step 2 was finished successfully
    Date:   2008-10-08
    Time:   03.00.19
    *********************** End of SAPDBA statistics report ****************
    How to replace sapdba by brtools?please give me support,thanks.
    Best Regards,
    Mr.chen

    >     I have update our database to oracle 10.2,my brtools version is 7.0 now ,
    > but can't run analyze table and dbcheck in db13,
    > seems to still use SQLDBA when run analyze table and dbcheck.
    Yes, it does so, because somebody forgot to upgrade the BASIS SP as well...
    What BASIS SP are you using?
    regards
    Lars

  • How to replace a character in a string with blank space.

    Hi,
    How to replace a character in a string with blank space.
    Note:
    I have to change string  CL_DS_1===========CM01 to CL_DS_1               CM01.
    i.e) I have to replace '=' with ' '.
    I have already tried with <b>REPLACE ALL OCCURRENCES OF '=' IN temp_fill_string WITH ' '</b>
    Its not working.

    Hi,
    Try with this..
    call method textedit- >replace_all
      exporting
        case_sensitive_mode = case_sensitive_mode
        replace_string = replace_string
        search_string = search_string
        whole_word_mode = whole_word_mode
      changing
        counter = counter
      exceptions
        error_cntl_call_method = 1
        invalid_parameter = 2.
    <b>Parameters</b>      <b> Description</b>    <b> Possible values</b>
    case_sensitive_mode    Upper-/lowercase       false Do not observe (default value)
                                                                       true  Observe
    replace_string                Text to replace the 
                                         occurrences of
                                         SEARCH_STRING
    search_string                 Text to be replaced
    whole_word_mode          Only replace whole words   false Find whole words and                                                                               
    parts of words (default                                                                               
    value)
                                                                               true  Only find whole words
    counter                         Return value specifying how
                                        many times the search string
                                        was replaced
    Regards,
      Jayaram...

  • My Macbook Air hinge is broken. How to replace it.

    My Macbook Air hinge is broken. How to replace it.

    Don't bother if it's not under warranty. I had the same problem. They wanted $440 for a whole new display. Bought a new Droid tablet for that price

  • Identiying what screen I need to replace a screen on a hp630 and how to replace

    Hi
    I have a hp530 which needs the screen replaced. I have the Product No: A6E95EA#ABU.   #could possible advice me on the part number for the following:
    Part number with enclosure and wireless components
    Part number of RAW lcd panel
    And also instructions and how to replace the screen
    Kind regards
    Zara

    Here is the Service Manual which will answer all your questions:
    Manual
    The whole lcd unit with wireless cables is 440716-001 and the panel is 440711-001
    If you open up the display housing and get the screen model you can also have a lot more choices in finding a lower cost replacement. It is a 15.4 inch lcd screen....very common and relatively inexpensive:
    http://www.ebay.com/itm/HP-530-DV6000-DV500-LCD-Screen-15-4-N154I2-L02-REV-C2-Laptop-Tested-/2308974...

  • How to replace video chip. hp pavilion g4 notebook

    hp pavilion g4 notebook. apparently video chip burnt out. computer does seem to run hot. dead black screen but makes all
    the other customery noises. video chip burnt? If so, what to do and how to do it?   Product key: gf6hx-2ymk7-hm9kv-r488-wqvr7

    Hi,
    From your message, it can be anything, not the video chip, can be the HDD. g4 is a series of many models/products and on many models the video chips are soldered to the motherboards that means you have to replace the whole board. Again, we need to know your machine. Please use the following instructions for find out the model/product of your machine:
        http://h10025.www1.hp.com/ewfrf/wc/document?lc=en&cc=us&docname=c00033108
    Regards.
    BH
    **Click the KUDOS thumb up on the left to say 'Thanks'**
    Make it easier for other people to find solutions by marking a Reply 'Accept as Solution' if it solves your problem.

Maybe you are looking for

  • Grey Screen w/ logo on startup, crashes in disk utility and FW disc mode

    So yesterday I woke my computer from sleep and launched firefox. After a few minutes it crashed and the froze. I restarted and got the grey screen with apple logo. Restarted many more times and would either get the grey screen with logo or if it mana

  • Comparing the creation time of two jars.

    Hi, My requirement is that i need to compare the creation time of two of the jars and see which one of the jar is the latest. I did it using the following code i get the output in the form of strings so i cant compare them to find which one is the la

  • IPhone 3GS Shuts Down When I Get To 20% Battery - Battery Doesn't Last

    So like everyone now, I'm experiencing battery issues on the 3GS after upgrading to 4.3. My phone can barely get through a 5 hour day at school & it's dead before I even get to work at night. I'm constantly having to keep my phone plugged in to the e

  • How to do without TABLES statement allowed..??

    Hi all, In OO programming many things are not allowed eg the keyword TABLES is not allowed. The statement "SELECT-OPTIONS: kunnr FOR  vbak-kunnr." requires statement "TABLES vbak." but in OO we can't use "tables.." so how do we declare variables whic

  • Lenovo g505s graphics questions

    I just bought a G505s and its a model without the dual graphics, so I was wondering if there is a way for me to add a dedicated card in an expansion slot or does it have an Expansion slot? Moderator comment: New thread created. Subject edited foe cla