Setting up a new client. Is "client copy" necessary?

Hi,
I just installed NSP. As I don't want to work in client 000, I have created a new development client 100.
Our internal notes suggest that I must always copy client 000 to client 100. However, this takes up a few hours and chews up another 30G of harddisk space.
This is a freshly installed system just for testing. I am wondering if "client copy" is really a must or just a suggestion. What exactly do I lose if I don't do a client copy?
Thank you in advance for your help.
Peter

Can someone please help me? I still haven't received a good reply on how important it is to do a client copy.
In my test case, I like the base client 000 to have nothing in it. I then would like to set up two totally different companies as two different clients. These companies have nothing in common. I don't see why I really should do a client copy.
Regards,
Peter

Similar Messages

  • HT1218 I'm trying to set up a new iPad..it asks for my WiFi network.. I find the network..then it asks for information that I have no idea about: IP address, Subnet Mask, Routet, DNS, Search Domains, Client ID..also the headings are: DHCP,BootP, Static..c

    I am trying to set up my new iPad. it asks for a WiFi connection.. I have one..then the next page asks for these things:DHCP,BootP,Ststic then IP address, Subnet Mask, Router, DNS, Search Domain, Client ID  then HTTP Proxy  I have no idea what any of this means...can someone please help me???

    Thank you sooo much. I was so disappointed...I couldn't wait to get started with the new iPad..then ran into the problem. So simple. You made my day. Thank you for your expertise!!

  • Copy one list items new list using client side object model

    Hi,
    I have a requirement like i need to copy one list information to new list with createdby and modified by fields.I need to use client side object model code.Can u please send me the code sample.
    Regards,
    Praveen

    Hi,
    According to your post, my understanding is that you want to copy one list items new list using client side object model.
    You can use console application.
    Here is a similar thread for your reference:
    https://social.technet.microsoft.com/Forums/sharepoint/en-US/28a43891-7505-4d34-b513-fdd66773c2a3/copy-list-item-to-another-list-using-client-object-model-in-console-application?forum=sharepointdevelopmentprevious
    Best Regards,
    Linda Li
    Linda Li
    TechNet Community Support

  • Client Create and copying default profiles

    Hi,
    This is Sanjeev.. I have created a new client(678) in IDES ECC6 and now i went inside the new client(678) with sap* user and tried to copy default profile sap_all from 001 client using local client copy. It results in error saying rfc source destination for 001 is to be given.. ?? i also have the doubt whether the 000 client should be copied instead of 001.what is the proper procedure in creating and copying defaults...?? Kindly state it in steps...
    Thanks a lot in advance....
    Regards,
    Sanjeev Kumar C

    Hi,
    You can find all the information you need at the below link,
    http://help.sap.com/saphelp_erp2004/helpdata/fr/69/c24c0f4ba111d189750000e8322d00/frameset.htm
    Regards,
    Vishnu

  • Problem with AUTO PUBLISH nd update NEW POLICY to Client .

    To : who may concern , which really need urgent help .
    after few days of setting up the ZESM , but then i was unable to find is there any setting which can "AUTO PUBLISH " into the Client side . Without the Client need to use the manual "UPDATE POLICY " button ?
    Because , we find it that to make it silent update without the CLIENT side need to manually click the UPDATE POLICY , so i would wonder is there any way to have the AUTO UPDATE the policy from SERVER side ?
    thank alot first .
    From : NX ( which this few days has been keep on try and explore the ZESM 3.5 , 4.0 , 4.1IR )
    Which really need help in here , due to we are almost to the end of the setup server and the IT infrastructure .

    I would recommend that you READ and UNDERSTAND the Installation and Administration guides from the Documentation (somebody took the job to write those, so be kind enough to read it)
    Main Doc
    http://www.novell.com/documentation/zesm41/
    Your question is answered here:
    http://www.novell.com/documentation/...a/bnk7bdx.html
    See "Update Interval".
    Lastly, this is a public support forum, served on a best-effort basis from the community. As such, there's no guarantee that you'll get an answer, and if you get one, that works and is correct. So, if you have un urgent or important issue, go ahead an open a support ticket with Novell Technical Services in order to be served by professional support engineers backed up by the engineers who wrote the code.
    http://support.novell.com/contact/
    >>>
    From: nxgame<[email protected]>
    To:novell.support.zenworks.endpoint-security-management
    Date: 12/11/2010 3:06 pm
    Subject: problem with AUTO PUBLISH nd update NEW POLICY to Client .
    To : who may concern , which really need urgent help .
    after few days of setting up the ZESM , but then i was unable to find
    is there any setting which can "AUTO PUBLISH " into the Client side .
    Without the Client need to use the manual "UPDATE POLICY " button ?
    Because , we find it that to make it silent update without the CLIENT
    side need to manually click the UPDATE POLICY , so i would wonder is
    there any way to have the AUTO UPDATE the policy from SERVER side ?
    thank alot first .
    From : NX ( which this few days has been keep on try and explore the
    ZESM 3.5 , 4.0 , 4.1IR )
    Which really need help in here , due to we are almost to the
    end of the setup server and the IT infrastructure .
    nxgame
    nxgame's Profile: http://forums.novell.com/member.php?userid=99703
    View this thread: http://forums.novell.com/showthread.php?t=427947

  • How to create a Document Set in SharePoint 2013 using JavaScript Client Side Object Model (JSOM)?

    Hi,
    The requirement is to create ""Document Sets in Bulk" using JSOM. I am using the following posts:-
    http://blogs.msdn.com/b/mittals/archive/2013/04/03/how-to-create-a-document-set-in-sharepoint-2013-using-javascript-client-side-object-model-jsom.aspx
    http://social.msdn.microsoft.com/Forums/sharepoint/en-US/1904cddb-850c-4425-8205-998bfaad07d7/create-document-set-using-ecma-script
    But, when I am executing the code, I am getting error "Cannot read property 'DocumentSet' of undefined "..Please find
    below my code. I am using Content editor web part and attached my JS file with that :-
    <div>
    <label>Enter the DocumentSet Name <input type="text" id="txtGetDocumentSetName" name="DocumentSetname"/> </label> </br>
    <input type="button" id="btncreate" name="bcreateDocumentSet" value="Create Document Set" onclick="javascript:CreateDocumentSet()"/>
    </div>
    <script type="text/javascript" src="//ajax.aspnetcdn.com/ajax/jQuery/jquery-1.7.2.min.js"> </script>
    <script type="text/javascript">
       SP.SOD.executeFunc('sp.js','SP.ClientContext','SP.DocumentSet','SP.DocumentManagement.js',CreateDocumentSet);
    // This function is called on click of the “Create Document Set” button. 
    var ctx;
    var parentFolder;
    var newDocSetName;
    var docsetContentType;
    function CreateDocumentSet() {
        alert("In ClientContext");
        var ctx = SP.ClientContext.get_current(); 
        newDocSetName = $('#txtGetDocumentSetName').val(); 
        var docSetContentTypeID = "0x0120D520";
        alert("docSetContentTypeID:=" + docSetContentTypeID);
        var web = ctx.get_web(); 
        var list = web.get_lists().getByTitle('Current Documents'); 
        ctx.load(list);
        alert("List Loaded !!");
        parentFolder = list.get_rootFolder(); 
        ctx.load(parentFolder);
        docsetContentType = web.get_contentTypes().getById(docSetContentTypeID); 
        ctx.load(docsetContentType);
        alert("docsetContentType Loaded !!");
        ctx.executeQueryAsync(onRequestSuccess, onRequestFail);
    function onRequestSuccess() {       
        alert("In Success");
        SP.DocumentSet.DocumentSet.create(ctx, parentFolder, newDocSetName, docsetContentType.get_id());
        alert('Document Set creation successful');
    // This function runs if the executeQueryAsync call fails.
    function onRequestFail(sender, args) {
        alert("Document Set creation failed" + + args.get_message());
    Please help !!
    Vipul Jain

    Hello,
    I have already tried your solution, however in that case I get the error - "UncaughtSys.ArgumentNullException: Sys.ArgumentNullException:
    Value cannot be null.Parameter name: context"...
    Also, I tried removing SP.SOD.executeFunc
    from my code, but no success :(
    Kindly suggest !!!
    Vipul Jain

  • Can I set gmail as my default email client?

    I am having trouble with Apple Mail and would prefer to use gmail as my default email client. Is there any way to do that in aperture?

    Gmail is not a Mail Client. It's a mail service that needs a client to access it. That client can be a Web Browser, or an app like Mail, Entourage, Thunderbird etc. So, no you cannot set Gmail as the default email client. It's a bit like saying can I make HBO my Television Set.
    If you want to use an app as default mail client in Aperture then the chosen app has to be scriptable, and that limits your options. There are only four supported: Mail, Entourage, AOL and Eudora.
    Alternatively, you can access the Library from any Mail client or service via their Attach options:
    In any Open / Attach / Browse dialogue. On the left there's a Media heading, your pics can be accessed there. Command-Click for selecting multiple pics.
    Uploaded with plasq's Skitch!
    *+(Note the above illustration is not a Finder Window. It's the dialogue you get when you go File -> Open)+*
    Or any Media Browser.
    Regards
    TD

  • How do I edit the email address that's set-up in my iPad Mail client?  It's at iOS7

    How do I edit the email address that's set-up in my iPad Mail Client Account?  It's at iOS7 and the email address was entered incorrectly; this means the email doesn't work.  There's an Edit button, which causes 3 horizontal lines to apperar at the end of the field, but does not seem to allow me to place the cursor in the field and correct the error.  Unless I can correct this I'll have delete the account and start again so if anyone's able to tell me how to edit that address that would be briliant?  Here's hoping................

    Thanks mabaeyens; it IS the address entered in the email account, on the iPad, but sadly, as explained above, once you get to the Settings > Mail, Contacts, Calendars > Account > tap in the wrong account > Email and then hit edit, the 3 horizontal lines appear at the end of the field but touching the screen within the text of the incorrect address doesn't make the cursor appear, so I can't edit!  Very frustrating obviously.  In the edit mode you can drag the field up and down the page but that's all............

  • Confirm that client has received copy of form

    My client has a Customer Agreement in a secure zone.  After the customer submits the form, and my client receives a copy of that form, can that be taken as proof that their customer has also received a copy of the form?

    Hey Brendon.
    That is the workflow notification. You can never 100% be sure a person has received an email or not. They could delete them by mistake, get into their spam folder, never come through to them, not be read by them, issue on the net so they never get it, they got it but say they have not....... List is big.
    But BC sends out an auto responder unless you have turned that off and if you have left in the web form results tag then they will have received that email with that information.

  • How can I set up a new account without auto deleting messages on the server?

    Ive got accounts on COMCAST.NET (are those imap accounts?) and when I created a user account on Thunderbird for one of them the autocreate process immedaitely started downloading messages from my server before I was able to set the "keep messages on server" flag. (Its been a few months, forgive me if I am not using the exact right option text but you get the idea.)
    How can I create a Thunderbird account that will download all the message on my server (comcast.net) and leave them all there?
    That's the only thing keeping me from switching to Thunderbird. Please help - comcast's online web client is not the most bug free thing in the world.
    (Note, I am setting up a new win7 system, had been using OE 6 on winXP. I assume I am better off trying this than running OE in XP in a virtual window - and even if I moved my old message bases from XP I still need to create an account that won't immediately start downloading/deleting messages from my server before I can configure it not to.)
    Any help appreciated.

    Comcast only offers POP accounts, and one way to set up the account and enter all the settings before it connects to the mail server, might be to do it Offline:
    https://support.mozilla.org/en-US/questions/991539#answer-547878
    The server settings are given [http://customer.comcast.com/help-and-support/internet/setting-up-thunderbird/ here], but the method is for Online account setup.

  • Setting Up a New User Account - iTunes issue

    My wife and I were both using our Mac as a single user, but logging into iTunes under separate iTunes accounts to download our own music and apps.
    This week I set up a new User Account in her name, and transferred all music and apps to her User Account so she would be able to access and sync on her own account, just by fast switching, rather than logging into iTunes each visit.
    When she plugs her phone into the iMac to sync via iTunes, she gets the following message:
    *iTunes could not sync information to the iPhone " " because another sync client is already running*.
    Anyone had this problem and found a solution ?

    I recently had this same error message problem with my 3GS. Here's everything I did, one of the steps solved the problem...
    1. Restarted with the phone unattached.
    2. Repaired permissions using Disk Utility.
    3. Restarted the phone. Here's where I had some difficulty: After swiping to confirm the shutdown, the screen went black, and I had the spinning icon that wouldn't go away. I ended up having to hold the lock and home buttons down to force shutdown the phone. I powered it back up, and it took forever to start, but it eventually did. I then power-cycled it one more time, and everything was back to normal.
    4. Started up iTunes. Go into the preferences, and under the "Devices" tab, I found my previous backup. I deleted it.
    5. Plugged in the phone, and everything was normal. iTunes made a new backup, so the sync took awhile, but it was successful.
    Good luck!

  • I have two AppleID's. Can I set up a new Apple ID just for document syncing in iCloud? How?

    I have two AppleID's. Both use known email addresses. I need absolute security for documents. Can I set up a new Apple ID just for document syncing in iCloud? How?

    Sorry, I did not mean to imply that security was non-existant or horrible, just it is online, so no absolutes.
    iCloud is really not useful, IMO, for collaborating as only you or your AppleID enabled devices can access the files.
    I have multiple online storage accounts with the common free services, but my most used is www.box.net.  Many document apps will readily support it, and even if one does not, you can use the box.net app itself to access files, then open them in the app usually.  And you can share your online folders, with reasonable controls on access to keep control of who can see (and upload or download) what.
    A lot of people I know use dropbox as well, but they are usually using paid accounts (often their company sets one up for them to use to exchange files with clients) and I don't know how much better is the security on a paid dropbox account versus a free one.  I suspect the free ones are on a par with box.net.
    You could also use add security by using some sort of PGP or other encryption tools to encrypt files put up on the shared folder(s).  You'd exchange public keys with your colleagues so they could decrypt those files once they download them.  That may be overkill for many peoples needs though.
    Another option, if you have an online hosting account, is to get one that offers SFTP access and use that for sharing files (the downside of that is having to distribute the password to colleagues, so you could loose control of it if one of them is careless or thoughtless with it).  It seems more and more document-type apps for iOS are supporting generic FTP and SFTP as well as the popular free online storage solutions.

  • Hi, I set up my new iPhone S4 with iclouds. So the data of my old S3 should move to the S4. However, some applications could not be loaded on the S04. Now some apps are loaded and others not . How can I progress?

    Hi, I set up my new iPhone S4 with iclouds. So the data of my old S3 should move to the S4. However, some applications could not be loaded on the S04. Now some apps are loaded and others not . How can I progress?

    Thanks. I can change the forwarding settings in Gmail to be either POP or IMAP. That is quite simple. I just looked at those settings on the Gmail server and, to my surprise, both are enabled. In order for outlook client on my computer to receive IMAP emails I have to change the email account settings in my current outlook from POP to IMAP. I don't need to be using the Exchange version of Outlook to receive IMAP. I guess I'll do a little research tomorrow on Exchange so i can figure out what, if anything, it might do for me.
    I glanced at the link you sent me and it looks like it might be very helpful - another project for tomorrow.
    BTW: I hit "This Solved my Question" by accident. I meant only to "like' your response so you would get some benefit from the help you've given me so far. I hope I haven't discouraged others from taking a shot at helping me. I suspect there is more than one way to approach this and, as you know, my problem isn't really solved until I have what I need all set up and running smoothly.

  • Setting up a new network - How does this look?

    Hello,
    Current layout of network - http://i30.tinypic.com/fkywav.jpg
    We currently use this way of setting up our network and we may be moving to a new office so i'm looking at the best way of setting up the new network while we have a relatively clean slate. All wiring is done via CAT5e ethernet.
    We run OS X Server 10.5 and use the following services within the building. File sharing, email, internet. We backup all machines individually with external drives but i'm looking at getting a large storage device to enable everyone to backup to one location using Time Machine Server.
    I'd like to know if the way our network is currently set up is the correct way for what we need. In the near future i'd like to start using iCal sharing, and hosting websites internally for web development.
    Regards
    James

    What you have will work; it's fairly typical network.
    The physical plant, and the plans for expansion, and the current speeds and feeds are also key details when designing a network.
    Cat5e? Don't skimp. Go Cat6 or better. Wiring is always around and in use for far longer than any of us want, and the cost of installation is comparatively vastly higher than the cost of the wire itself; retrofitting is to be avoided.
    As part of avoiding unnecessary retrofitting, run extra Cat6 or better wiring in parallel, too. Prepare to segment your network based on business organization or on physical organization, or both. The extra runs can provide physical redundancy, and bandwidth. The incremental cost of building out with extra (spare) wire is negligible. The cost of not having a wiring run where you need it is higher.
    Without knowledge of the physical plant, I'd also look at the establishment of wiring closets and such; you'll usually have a star at the core of the network in a smaller configuration, then stars at the wiring closet(s) (if any) and out at the desktop. This may be a plan now, and you have the wiring in place for the main runs to retrofit a server closet as you need it. Long wire runs out from the core are a pain. In a moderate or larger network, you'll be using the backhaul connections to the network cores; runs between server closets. (And if you may add server closets, remember the need for cooling can arise.)
    Depending on your plans and your network activities, I might (also) establish higher-bandwidth wiring between the wiring closets; what amount to backhaul connections. Either used up front, or in the closets should you need to place switches further out.
    Also look for corner cases, such as a business and operational environment where you'll be running a dozen or two client netboot operations at exactly 8:01 each and every morning as each staffer arrives and boots up the workstation; these cases can play havoc with aggregate bandwidth and server requirements.
    You may want to consider a parallel network (whether WiFi or wired) for guest access; a conference room or conference center network. You'll almost certainly want 11G and 11N WiFi for your own internal use, too.
    Yes, I usually overbuild these things. Planning and wiring are (comparatively) cheap. Installation isn't.
    Backing up to a Mac OS X Server disk or a TC disk via TM is part of what you need. If you get corrupted archival volume(s) or if your RAID array is somehow damaged or lost or stolen, you're in deep sneakers. I've had a couple of TC archives corrupted; stuff happens. Plan for off-site archives.

  • Mac OS X Leopard Server 10.5 - Licence Upgrade (10 Client - Unlim Client)

    Hi.
    I've bought the Mac OS X Leopard Server 10.5 - Licence Upgrade (10 Client - Unlim Client). But now I realize that I own only the Mac OS X Server Version 10.4. And I do need only the 10 User-Licence.
    Is it possible to install just a 10 Client-Version from this Edition? Or do I have to get a new Version?
    Bye,
    Nico

    Let me get this clear: you have a copy of Mac OS X 10.4 Server, and bought a 10 user to unlimited user upgrade of Mac OS X 10.5. Is that correct? If it is, then sorry, but you cannot use the 10.5 license upgrade; it's not valid with 10.4 Server (the serial number format is different between 10.4 and 10.5). The 10.5 license upgrade is only usable with a copy of Mac OS X 10.5 10-user edition. So you'll have to purchase a copy of 10.5 10-user, or (if possible) just return the license upgrade and purchase a copy of 10.5 Server Unlimited Users.
    If I've misunderstood, please post back and clarify what it is you have and want to accomplish.

  • Create users for other clients from client 000

    Hello!
    I have the following question:
    What is the Tcode allows me to see all created users (perhaps wuth their password) in all clients from e.g. client 000?
    Is it possible to create new users for other clients from client 000?
    Thank you very much!
    regards
    Thom

    <b>SU10 User Mass Maintenance</b>
    SCUA Central User Administration
    SCUM Central User Administration
    SCUG Copy users
    SU01/SUCOMP User Maintenance/User company address maintenance
    SU01D User Display
    SCUL Central User Management Log

Maybe you are looking for

  • Where did my Adobe PDF Printer go?

    Just last week, I was printing to PDF's via Word, Excel, Photoshop, etc. Now I just went to print to PDF in word, or any of my programs and it's not there anymore. I can't seem to find it anywhere!I'm unsure of how to re-install it, someone told me I

  • How to Change a Calendar

    Hello, I have not been able to sync my bb with my outlook calendar for a while now.  I've referred to several forums, fixes, reinstalled the desktop software, did the "MOVE" to put all calendars together, enabled NET 3.5, etc.  I get error: A program

  • How to transfer my data to the Internet

    Hello everyone ! Because we share one router,so when I use the method InetAddress.getLocalHost(),I get my ip is:192.168.1.100. My question is how can I find my real Internet ip,not this local ip,because I want to transfer my data on the Internet not

  • DMS - Information Needed

    Hi All, I am working on DMS. I am a fresher in this domain. I need some help to understand the different options available with DMS. I need clarification on the following front 1.  Can we use DMS without Content server ? If yes then how ? 2.  If we u

  • Capture PL/SQL Error Raised from API

    I am trying to call a PL/SQL API (apps.ota_tdb_api_ins2.create_enrollment) I use an OADBTransaction inside my AM and a CallableStatement to call the proc. When the user passes in an invalid parameter, the procedure uses fnd_message.set_name, fnd_mess