Execute " net use \\servername\..... "

Hi.
If i run this command from my Windows XP machine.
net use \\timecare\winlas winlas /USER:winlasuser &&\\timecare\winlas\winlas.exe
It works perfect ....
But when I try it with Zenworks ..... it aint ... the cmd.exe just pops up and then
dissaperes, and then no more.

yes... but that didn´t help.
Had to make two ZFD objects.
The first one..
net use \\timecare\winlas \\timecare\winlas> winlas /USER:winlasuser
the second one..
\\timecare\winlas\winlas.exe
and the second one, has a dep. with the first one.
// Patrik
>>>
Från:craig wilson<[email protected]>
Till:novell.support.zenworks.desktop-management.7x.applications
Datum:2010-04-12 14:46
Ärende:Re: Execute " net use \\servername\..... "
the path to file should be net.exe
On 4/12/2010 6:58 AM, xilefp wrote:
> Hi.
> If i run this command from my Windows XP machine.
> net use \\timecare\winlas <file://\\timecare\winlas> winlas
> /USER:winlasuser &&\\timecare\winlas\winlas.exe
> It works perfect ....
> But when I try it with Zenworks ..... it aint ... the cmd.exe just pops
> up and then
> dissaperes, and then no more.

Similar Messages

  • Can't execute net use with CF9

    On our win 2003 dev server we cfexecute a batch file which in turn calls another batch file, CONNECT.COM  which temporarily connects to each of our production servers so that we can copy new files over to production using BeyondCompare. This has been working fine for years.
    CONNECT.COM  is like this but of course encrypted:
    REM %1 is drive letter, e.g. X: $2 is sharename, e.g. "\\dw1\dw"
    net use %1 %2 {synchuser password here}  /USER:domainname\synchuser /persistent:no
    We recently upgraded from CF7 to CF9 and at the same time switched to using a non-administrative account to run CF under. Now our synchronization script won't complete, i.e. it runs the batch file to the point where CONNECT.COM is called then times out while trying to make the connection.
    We also run this script as a CF scheduled task and have the same problem so we tried running the task using an admin username/password.. That didn't help.
    I'm an administrator and can run the batch file with no problem. I can also run it using a windows scheduled task running under the admin uesrname/password we tried with the CF scheduled task. It just seems that ColdFusion can no longer execute the NET USE command.
    Any ideas?
    Thanks

    It sounds like the account used to start the ColdFusion service does not have the rights it needs on the servers in question. Either change the account that the CF service runs under, or give the CF account the necessary priviledges to the files in question.

  • Requirement is to run CMD.EXE under the Local System Account. So that we can map a network drive to be used by a windows service, which will be created by command: - net use z: \\servername\sharedfolder /persistent:yes

    Environment:
    OS:  Windows 7 32/64 bit, Windows 2008 Server 64
    bit/ Windows 2012 Server 64 bit
    Priority:
    - Critical
    Requirement: - Since
    the Windows Service is running under the Local System Account, we would like to emulate this same behaviour.
    Basically, we would like to run CMD.EXE under the Local System Account. So that we can map a network drive to be used by a service using following
    command
    net use z: \\servername\sharedfolder /persistent:yes.
    Already Attempt:
    We tried to launch the CMD.exe using the DOS Task Scheduler AT command.  Here’s a sample command:
    AT 10:36 /interactive cmd.exe
    But I received a warning that “due
    to security enhancements, this task will run at the time excepted but not interactively.”
    It turns out that this approach will work for XP, 2000 and Server 2003 but due to session isolation
    Interactive services no longer work on Windows 7, Windows Server 2008 and above.
      2.  We
    tried to create a secondary Windows Service via the Service Control (sc.exe) which merely launches CMD.exe.
    <Drive>:\sc create RunCMDAsLSA binpath= "cmd" type=own type=interact <Drive>:\sc
    start RunCMDAsLSA
    In this case the service fails to start and results it the following error message:
    FAILED 1053: The service did not respond to the start or control request in a timely fashion.
      3. One
    suggestion, we found to launch CMD.exe via a Scheduled Task, but
    it is not giving any option to launch CMD.exe in interactive mode; so that I can map network drive using net command.
      4. I read an article, which
    demonstrates the use of PSTools from SysInternals. I launched the command line and executed following command
    psexec -i -s cmd.exe
    PSTools worked fine, but It seems that in scope of Sysinternals Software License
    Terms. You may not "use the software for commercial software hosting services."
    Application will deploy on client, which will be like commercial,
    so we are not able to use PSTools.         
    Kindly assist us for achieving the requirement. We have tried all the ways, but nothing is working for us. Kindly suggest.
    I will be really thankful.

    Hi Sir,
    Nothing worked from above for us. You can see our remarks on posted query.
    That’s why, we posted on forum.
    And there will not be any vulnerability, because, if we will use "net
    use ..."
    in network domain; definitely,
    we will provide username and password of mapped drive system.
    And, that system, itself is given by client; so that, there must not be any vulnerability; they are ready to provide user name and password.
    We need a way; by which we can complete the requirement. Kindly assist.
    Regards,
    S. P. Singh

  • Schedule and windows 2003 "net use"

    ver 10.2.0.2
    lastest patch 9
    windows 2003
    trying to get the scheduler to work with a batch file that uses NET USE etc..
    for ex
    net use q: \\workstation\sharename mypass /user:domain_admin
    I have tried to put this in a BATCH file
    begin
    dbms_scheduler.drop_job('t1');
    dbms_scheduler.purge_log;
    dbms_scheduler.create_job
    ('t1',
    job_action=>'C:\WINDOWS\system32\cmd.exe',
    number_of_arguments=>3,
    job_type=>'executable',
    enabled=>false,
    auto_drop=>false);
    dbms_scheduler.set_job_argument_value('t1',1,'/q');
    dbms_scheduler.set_job_argument_value('t1',2,'/c');
    dbms_scheduler.set_job_argument_value('t1',3,'e:\move_net\see.bat');
    dbms_scheduler.enable('t1');
    dbms_lock.sleep(3);
    commit;
    end;
    pl/sql procedure successfully completed.
    see.bat
    net use q: \\workstation\sharename mypass /user:domain_admin
    go into OEM
    look at the job status: SUCCEEDED
    look that the history find
    Details     STANDARD_ERROR="System error 1312 has occurred. A specified logon session does not exist. It may already have been terminated. The system cannot find the drive specified."
    now I have look high and low in metalink..really did not see an answer.
    I know what the answer is if I was on unix, but nothing on windows 2003
    I have made sure i got all the rights to extjob.exe etc
    I have change the job to reflect
    1= /q
    2=/c
    3=c:\windows\system32\net.exe use q: \\workstation\share mypass /user:domain_admin
    when i do this,
    I get a new error
    ORA-27369: job of type EXECUTABLE failed with exit code: The system cannot find the file specified. STANDARD_ERROR="System error 1312 has occurred. A specified logon session does not exist. It may already have been terminated. "
    just wonder if anyone has used NET USE...
    thanks
    p-

    Hi,
    Try to start OracleJobScheduler<SID> Windows service and try again.
    Start->Run->services.msc
    (This service is disabled by default)

  • How to use Net use command in SAP

    Dear All,
    Any one knows how to user Net use command in SAP to connect to other system  i have Created in SM69. when i am executing the program it is asking login Details of other system.
    Regards
    SNB

    Hi,
    What is the exact command you exceuting?
    Message was edited by:
            Pavel sheynkman

  • Windows 7 - Net Use LPT Issue

    Hello TechNeter,
    I have a small network running with a DOS legacy invoice application with a shared DOT printer connected to a Windows 08 server. This script is triggered once the computers started:
    net use LPT2 /delete
    net use LPT2 \\ServerName\PrinterName /persistent:yes
    exit
    Everything has been working well for years on all Windows XP clients until I replaced one of the PC with Windows 7, the printing job stopped running on this PC. Message read like "Printer not found...". It took me days to work around and search, but
    still no luck.
    Anyone knows why Windows 7 doesn't like this "net use" command and how to fix it?
    I really appreciate it.

    Hi Vinhng,
    You may also take a try with the command below:
    NET USE LPT2: \\ServerName\PrinterName  /USER:username userpasswd
    /persistent:yes
    Add the user account and the password and then check if issue insists.
    For more reference, you may check this thread:
    net use LPT access denied
    Net use
    Best regards
    Michael Shao
    TechNet Community Support

  • "net use" in an axis webservice

    Hi,
    I've written a webservice which, amongst other things, maps a shared folder on its local disk drive to an unused drive. Heres the neccessary code, but the problem isn't here:
    Process proc = execAtCmdPrompt("net use "
    +env.getMapDrive()+ ": " +p.getProperty("thisMachine")+
    "\\" +env.getFolderName()+" /persistent:yes",0);
    BufferedReader bR =
    new BufferedReader(new InputStreamReader(proc.getInputStream()));
    String read = null;
    while( !(read=bR.readLine()).contains("The command completed successfully.")){
    System.out.println(read);
    System.out.println(read);
    bR.close();
    private static Process execAtCmdPrompt(String exec, int wait)throws IOException{
    if(wait<1000)wait = 1000;
    Process p = Runtime.getRuntime().exec("cmd.exe /k " +exec);
    try{
    //Let it execute
    Thread.sleep(wait);
    }catch(InterruptedException iE){
    iE.printStackTrace();
    return p;
    return p;
    }This code runs fine in eclipse runing its own tomcat server as does the rest of my webservice. However, if I deploy it in its own standalone tomcat server running axis, it wont map the drive.
    If I do a net use from the command prompt it tells me the drive status is unavailable. Also, I have already setup the logon details in the server with this windows user and set it to logon as a service.
    All help is greatly appreciated. Any ideas?
    Edited by: E30s50 on Nov 26, 2008 7:49 AM
    Edited by: E30s50 on Nov 26, 2008 7:51 AM

    1.Actually when you developing a Portal component you are actually developing a UserControl (ascx file).
    So, maybe what you are really wish to know is: Can I run a ascx files (User Controls) within an iView or PortalComponent?
    So the answer is <b>YES</b>, the only different between consuming ascx files (UserControls) in ASP .NET Pages to consuming them in PortalComponent is that we don’t support the dragging of the ascx file to the consumer – Portal Component designer. But you can overcome this limitation if you add the necessary code to the html source.
    for example if you have two ascx files in one PortalApplication (PortalComponent1.ascx and PortalComponent2.ascx) and you want to consume as UserControl you need to add the following code to  PortalComponent1.ascx:
    <%@ Register TagPrefix="uc1" TagName=" PortalComponent2" Src=" PortalComponent2.ascx" %>
    And
    <uc1: PortalComponent2id="MyUserControl1" runat="server"></uc1: PortalComponent2>
    under the
    <body>
    tag.
    2.What do you mean – “…tell the ASP.NET WebControls to behave like SAP Netweaver Controls..” ?
    If you did mean that you want to have the same look and feel and behavior like the SAP controls – So the answer that you can’t.
    3.Read this - <u>https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/ep/sap netweaver .net controls vs. asp.net controls.pdf</u>
    Regards,
    Yehuda

  • Net Use in Script Client Side Extension

    Hi,
    I just rebuild my home Network. In my old home Network I had my loginscripts added to each user in AD. However - now I want to move my Loginscripts to GPO. So I added a batch to User Configuration\Policies\Windows Settings\Logon
    The script is just a simple net use Batch.
    But after logon and multiple GPUpdates - drives were not mapped. So I started to troubleshoot.
    First I thought the script wasn't started. And yes there were some Problems:
    - Sync Processing,
    - Local Intranet for \\domain.name\sysvol
    But it still didn't work. Executing the script from
    \\domain.name\sysvol... mapped the drives.
    So I changed the script to vbs and added a msgbox now() - and I got a messagebox during logon. But still no drives mapped.
    If I map the drive by Configuration\Preferences\Windows Settings\Drive Maps - the drives will be mapped.
    If I add the script to the user object in AD - I also works.
    So maybe I am wrong - but is there a Problem to map drives in Script Client Side Extensions?
    I searched the web - but didn't find a clear Statement.
    thx in advance

    Hi,
    Since the issue persists when you turned off UAC, I suggest you could try to enable the following policy setting “Always wait for the network at computer startup and logon”
    to see if it works at this time. You could configure it from the following path in GPMC:
    Computer Configuration\Administrative Templates\System\Logon\. For details, please refer to the following article.
    Description of the Windows Fast Logon Optimization feature
    http://support.microsoft.com/kb/305293
    In addition, I suggest you’d better map these drives via GPP. It will reduce your logon scripts. Here is an article as reference, hope it helps.
    GP Preferences Will Reduce Logon Scripts : Mapping Drives
    http://blogs.technet.com/b/grouppolicy/archive/2009/02/11/gp-preferences-will-reduce-logon-scripts-mapping-drives.aspx
    Best Regards,
    Andy Qi
    TechNet Subscriber Support
    If you are
    TechNet Subscription user and have any feedback on our support quality, please send your feedback
    here.
    Andy Qi
    TechNet Community Support

  • Map printer via 'net use' batch file

    Hello, 
    I have a shared printer on a server in the domain AAA 
    From another domain BBB, I map the printer with a simple batch script 
    net use \\SERVER\printer /USER:AAA\login password 
    it works fine under Windows XP but not with Windows 7 
    Moreover, I also change this option in gpedit.msc 
    Local Computer Policy> Computer Configuration> Windows Settings> Security Settings>
    Local Policies> Security Options> "Network security: LAN Manager authentication level" >> Change to: “Send LM & NTLM, use NTLMv2 session security is negotiated”
    other precision the command line for mapping is correct and execute successfully but print documents never leave while on a job in windows 7 the same domain AAA it works.
    Does anyone have any idea why it does not work with windows 7
    Thanks 

    Hi,
    Have you tried adding the printer to Windows 7 from Devices and Printers control panel?
    http://groups.haas.berkeley.edu/HCS/howdoi/Printing/add_network_printer_vista_win7.pdf
    Or you can use GPP to add a new printer:
    http://blogs.technet.com/b/grouppolicy/archive/2009/06/24/gp-preferences-set-a-default-printer.aspx
    Andy Altmann
    TechNet Community Support

  • Net Use give error 67 when trying to mount network share in Windows PE

    I am trying to deploy Windows 7 Pro by PXE booting Windows PE5 and applying a WIM file over a network share.  The problem that I am running into is that I get an system error 67.  I can ping the server with the network share with both the IP
    and the FQDN, but whether I use the machine name OR the IP I get a system error 67.  I verified that the account that I am using to connect has permissions, but even excluding the user name and waiting for it to prompt me for a user name gives the same
    error.  Any idea what is going on?

    Check : http://social.technet.microsoft.com/Forums/en-US/9c429bef-edf0-4bad-83a3-644e6ba28ea8/net-use-system-error-67?forum=winservergen
    Arnav Sharma | http://arnavsharma.net/ Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading
    the thread.

  • Drives mapped via GPO, NET USE shows mapping but doesn't show up in Explorer - Win 8.1

    Fresh install of Windows Enterprise 8.1
    Connected PC to domain, logged in, drive mapping worked as it should.
    Rebooted a few times after installing software that I normally install on my computers (from the same sources/locally from my file server, etc).  Rebooted a few more times all is well.
    A few reboots later, the only drive that is mapped is X: which is my user drive done via the user profile in AD.  The rest of the mappings that normally show up done by the GPO no longer show up.
    After some digging, and noticing no errors in any logs I ran NET USE in a CMD prompt window, low and behold the drives are actually mapped and I can access them via the CLI without issue.  I can navigate via their mapped drive letters, etc.
    They just don't show up in Windows Explorer at all and I cannot navigate to the drive letters via the address bar.  Strangely enough, it still kinda works since the Downloads start menu item is mapped to a network drive and that still works (Q:\) and
    Chrome can access it as well if I try to download something.
    I'm really not sure what else to check/try here. 
    Have other Windows 7 and Windows 8.1 machines (my laptop) and all works just fine, so it's only this specific install on my desktop that is showing this issue.

    Hi,
    There are several reasons causing the issue:
    First, The problematic client doesn't reconnect to the target share at logon. 
    Please follow the steps to re-configure the mapped driver on the client and then check if the issue will re-occur.
    Steps:
    a. Open "My Computer"
    b. Click on "Tools" and then select "Map Network Driver"
    c. input the \\ipaddressofserver\sharename to give the path of the share
    d. Check "Reconnect at logon"
    e. Drive gets mapped
    f. Double click on the drive to check.
    Second, Antivirus software or Windows Firewall may block the mapped share.
    If there is any Antivirus software and the Windows Firewall is enabled on the problematic client. If so, please disable them to check if the issue can be resolved.
    Third, Fast Logon Optimization is enabled on the clients.
    The fast logon feature may affect the display and drive letter assignment of a mapped network drive. As a result, the drive may have been mapped; however, the user on client cannot see it in Windows Explorer. He may recognize it as a failed network drive
    mapping. This is the reason why we usually suggest you to disable fast logon on the clients via a GPO, and please check if the mapped network drive will be occur under this circumstance.
    Please also configure the following group policy setting to disable Fast Logon Optimization to see if the issue still exists on the problematic clients.
    Computer Configuration\Administrative Templates\System\Logon\Always wait for the network at computer startup and logon
    If we cannot get this issue fixed, please post back the event log related to this issue.
    Kate Li
    TechNet Community Support

  • Issue in Selection Screen of ABAP report after executing it using TCode

    Hi,
    I have one Z program having a selection screen for it. One selection variable is non editable for the users (has default value) whereas user can enter the value in other selection variable.
    To make the first variable non editable, I have used the following code.
    INITIALIZATION.
      LOOP AT SCREEN.
        IF screen-name = 'P_USER'.
          screen-input = 0.
          MODIFY SCREEN.
        ENDIF.
      ENDLOOP.
    Now when I execute this program from SE38, it works fine. But when I execute it using a Tcode (assigned in SE93), the first variable also become editable for users.
    How can I keep the first variable non editable even after executing the program using a Tcode?
    Regards,
    Yogesh

    Hi,
    It seems you create a Transaction type: Dialog transaction.
    Delete current transaction and create one with Transaction type: Report transaction (radio button in row 2nd)
    regards,

  • Net use map drive is working with built-in admin account only

    I currently have a windows 7 PC that I use
    net use in cmd file to map drive to Windows server 2008. 
    It works if I use built-in admin account/password but I've tried another account that's in the administrator group on the server and I get errors.
    NET USE X: \\IPADD\c$\inetpub\ftproot  password /User:adminuseraccount
    NET USE X: \\IPADD\c$\inetpub\ftproot password /User:server\adminuseraccount
    After tweaking the net use command a number of ways,  the 2 following errors are what I'm getting for the most part:
    System error 1219 has occurred.
    Multiple connections to a server or shared resource by the same user, using more
     than one user name, are not allowed. Disconnect all previous connections to the
     server or shared resource and try again.
    OR
    System error 5 has occurred.
    Access is denied.
    I've looked at many searches on this but can't get this to work. 
    Also,  one thing I'm thinking of doing is changing the built-in admin name and password.  Is this a safe thing to do?
    Thanks,
    Dave

    Hi,
    Can you check this link?
    http://support.microsoft.com/kb/938120
    Thanks,
    Umesh.S.K

  • "Net use" not working in application that runs as "system"

    Hello,
    I am trying to create an application object to distribute a program which
    during the setup procedure creates two local users on the workstation. I
    tried to set up the application to run as an unsecure system user and
    start the setup.exe. This method worked fine for quite a number of apps in
    the past.
    However this app needs a drive mapping to a windows 2003 server to start
    the setup.exe. Apparently under windows 2003 it is no longer possible to
    use the "net use" command when running a script as system user. I get
    system error 1312 "A specified logon session does not exist. It may have
    already been terminated". There seems to be no solution from microsoft
    since this is probably working as designed.
    In another similar situation I copied the complete setup directory to a
    novell drive, but in this case the setup procedure needs to write
    information into a database located on the windows server. I might be able
    to set up the application via snapshot and create the user accounts using
    a distribution script. But I would need the consent of the windows
    administrators since I need the passwords for those user accounts, and I
    am not sure that they are cooperative in this respect. Furthermore I get
    the feeling that this program is going to present a number of other
    problems and surprises which probably will make the snapshot method very
    tricky.
    Is there any solution or workaround for this problem?
    Any suggestions would be appreciated.

    1) It should not be an issue to run "Net Use" to authenticate to a Windows
    2003 server from an "Unsecure System Prompt". This is quite common.
    2) If the PC is in the domain already, this may be part of the issue since
    you are already authenticated to the domain. Try adding the Domain
    Workstation Object the proper rights.
    3) Does the "Setup.exe" expand to an MSI install in the temp directory? In
    such a case you could like create an MSI install that runs as a normal user
    but the Windows Install will allow for the elevated rights.
    Craig Wilson - MCNE, MCSE, CCNA
    Novell Support Forums Volunteer Sysop
    Novell does not officially monitor these forums.
    Suggestions/Opinions/Statements made by me are solely my own.
    These thoughts may not be shared either Novell or any rational human.
    "Anna Schmitz" <[email protected]> wrote in message
    news:BBvdi.3656$%[email protected]...
    > Hello,
    >
    > I am trying to create an application object to distribute a program which
    > during the setup procedure creates two local users on the workstation. I
    > tried to set up the application to run as an unsecure system user and
    > start the setup.exe. This method worked fine for quite a number of apps in
    > the past.
    >
    > However this app needs a drive mapping to a windows 2003 server to start
    > the setup.exe. Apparently under windows 2003 it is no longer possible to
    > use the "net use" command when running a script as system user. I get
    > system error 1312 "A specified logon session does not exist. It may have
    > already been terminated". There seems to be no solution from microsoft
    > since this is probably working as designed.
    >
    > In another similar situation I copied the complete setup directory to a
    > novell drive, but in this case the setup procedure needs to write
    > information into a database located on the windows server. I might be able
    > to set up the application via snapshot and create the user accounts using
    > a distribution script. But I would need the consent of the windows
    > administrators since I need the passwords for those user accounts, and I
    > am not sure that they are cooperative in this respect. Furthermore I get
    > the feeling that this program is going to present a number of other
    > problems and surprises which probably will make the snapshot method very
    > tricky.
    >
    > Is there any solution or workaround for this problem?
    >
    > Any suggestions would be appreciated.
    >
    >
    >
    >

  • [DC2] An net use or LsaPolicy operation failed with error 67 - Moving AD from 2003R2 to Server 2012

    Hello, i hope someone can help me with this tricky situation.
    The plan is to move AD from 2003R2 name "DC" to a server 2012 "DC2"
    I have made all the adjustments and transferred all the role to the new 2012 server, and both are now GC servers.
    The problem is "transferring" the netlogon share.
    in DCDIAg on the new server i get:
    Directory Server Diagnosis
    Performing initial setup:
       Trying to find home server...
       Home Server = DC2
       * Identified AD Forest. 
       Done gathering initial info.
    Doing initial required tests
       Testing server: Default-First-Site-Name\DC2
          Starting test: Connectivity
             ......................... DC2 passed test Connectivity
    Doing primary tests
       Testing server: Default-First-Site-Name\DC2
          Starting test: Advertising
             ......................... DC2 passed test Advertising
          Starting test: FrsEvent
             There are warning or error events within the last 24 hours after the
             SYSVOL has been shared.  Failing SYSVOL replication problems may cause
             Group Policy problems. 
             ......................... DC2 passed test FrsEvent
          Starting test: DFSREvent
             ......................... DC2 passed test DFSREvent
          Starting test: SysVolCheck
             ......................... DC2 passed test SysVolCheck
          Starting test: KccEvent
             ......................... DC2 passed test KccEvent
          Starting test: KnowsOfRoleHolders
             ......................... DC2 passed test KnowsOfRoleHolders
          Starting test: MachineAccount
             ......................... DC2 passed test MachineAccount
          Starting test: NCSecDesc
             ......................... DC2 passed test NCSecDesc
          Starting test: NetLogons
             Unable to connect to the NETLOGON share! (\\DC2\netlogon)
             [DC2] An net use or LsaPolicy operation failed with error 67,
             The network name cannot be found..
             ......................... DC2 failed test NetLogons
          Starting test: ObjectsReplicated
             ......................... DC2 passed test ObjectsReplicated
          Starting test: Replications
             ......................... DC2 passed test Replications
          Starting test: RidManager
             ......................... DC2 passed test RidManager
          Starting test: Services
                NtFrs Service is stopped on [DC2]
             ......................... DC2 failed test Services
          Starting test: SystemLog
             ......................... DC2 passed test SystemLog
          Starting test: VerifyReferences
             ......................... DC2 passed test VerifyReferences
       Running partition tests on : ForestDnsZones
          Starting test: CheckSDRefDom
             ......................... ForestDnsZones passed test CheckSDRefDom
          Starting test: CrossRefValidation
             ......................... ForestDnsZones passed test
             CrossRefValidation
       Running partition tests on : DomainDnsZones
          Starting test: CheckSDRefDom
             ......................... DomainDnsZones passed test CheckSDRefDom
          Starting test: CrossRefValidation
             ......................... DomainDnsZones passed test
             CrossRefValidation
       Running partition tests on : Schema
          Starting test: CheckSDRefDom
             ......................... Schema passed test CheckSDRefDom
          Starting test: CrossRefValidation
             ......................... Schema passed test CrossRefValidation
       Running partition tests on : Configuration
          Starting test: CheckSDRefDom
             ......................... Configuration passed test CheckSDRefDom
          Starting test: CrossRefValidation
             ......................... Configuration passed test CrossRefValidation
       Running partition tests on : dom1
          Starting test: CheckSDRefDom
             ......................... domain passed test CheckSDRefDom
          Starting test: CrossRefValidation
             ......................... domain passed test CrossRefValidation
       Running enterprise tests on : domain.xxxxx.no
          Starting test: LocatorCheck
             ......................... domain.xxxxx.no passed test LocatorCheck
          Starting test: Intersite
             ......................... domain.xxxx.no passed test Intersite
    I have as a last option the burflags issue, i tried this with the option D2, but i think i have done it wrong, because the netlogon share is gone on the old DC. i took a backup of the files and folders before
    i did this. http://support.microsoft.com/kb/290762/en-us But i am a little confused on which server i am going to set the D4 value on now? COuld someone help? Best regards Aksel

    Hello Dirk
    And thank you for your answer, in regards of the KB, do i have to follow the steps regarding:
    Global vs. replica set specific reinitialization
    You can locate the replica set specific
    BurFlags
    registry key by determining the GUID for the replica set that you want to configure. To determine which GUID
    corresponds to which replica set and configure a restore, follow these steps:
    Click Start, and then click Run.
    In the Open box, type cmd and then press ENTER.
    In the Command box, type net stop ntfrs.
    Click Start, and then click Run.
    In the Open box, type regedit and then press ENTER.
    To determine the GUID that represents the replica set that you want to configure, follow these steps:
    Locate the following key in the registry:
    KEY_LOCAL_MACHINE\System\CurrentControlSet\Services\NtFrs\Parameters\Replica Sets
    Below the Replica Sets subkey, there are one or more subkeys that are identified by a GUID. In the left pane, click the GUID, and then in the right
    pane note the Data that is listed for the Replica Set Root value. This file system path will indicate which replica set is represented by this GUID.
    Repeat step 4 for each GUID that is listed below the Replica Sets 
    And so on?
    I have only thos 2 DC's in the network...

Maybe you are looking for

  • Bleeds not showing up in exported pdf

    Hi. I'm having issues with the pdf after it has been exported. I have added bleeds to the design file and when I export it (and check the bleeds box in the exporting window) they do not show up. What does show up are these crop marks, which is strang

  • How to remove EventListener inside a movie clip

    I have a movie placed on stage (on first frame of Timeline) and an Event.ENTER_FRAME EventListener inside the movie , when I click a button on stage that takes me to 2nd frame, I want to remove the Event Listener inside the movie. How can that be don

  • MacBook Pro won't start after being powered off for extended period of time

    Hi all, I have a 2013 MacBook Pro (OS X Mountain Lion) that I've owned for about fourteen months.  I have just been away for several weeks, during which time my computer has been left completely powered down.  However, now it will not start up again.

  • GOODS ISSUE AGAINST GRN NO.

    Hello Can we do Goods Issue against the GRN No. ??? Regards Jay Moderator message: locked because of violating forum rules - please read the rules before posting. Subject must not be in capital letters only Edited by: Jürgen L. on Feb 22, 2012 3:31 P

  • Dump while saving ALV output

    Hi All, I have developed an ALV report by OOPS method. After displaying the report when I want save as local file, it dumps. Anyone received this type of dump. Dump decription: The current statement requires a character-type data object. Error analys