Domain\account logon error in run a command line sequence

Hi,
we have some strange authentication problems, deploying computers with SCCM 2012,
we have sometimes the following error:
The task sequence execution engine failed executing the action (Add to Dept collection) in the group (****) with the error code 2147943726  Action output: [ smsswd.exe ] PackageID = 'CDT00032' BaseVar = ''; ContinueOnError='' ProgramName = 'cscript.exe
AddComputerToCollection.vbs /CollectionID:****** /ComputerName:******' SwdAction = '0001' ::LogonUser(sUserAccountName; sUserDomainName; sUserPassword; LOGON32_LOGON_INTERACTIVE; LOGON32_PROVIDER_DEFAULT; &hUserToken); HRESULT=8007052e (e:\nts_sccm_release\sms\client\osdeployment\installsoftware\runcommandline.cpp;324)
cmd.Execute(pszPkgID; sProgramName; dwCmdLineExitCode); HRESULT=8007052e (e:\nts_sccm_release\sms\client\osdeployment\installsoftware\main.cpp;372) LogonUser failed with the error 0x8007052e Install Software failed to run command line; hr=0x8007052e. The operating
system reported error 2147943726: Logon failure: unknown user name or bad passwd.
The user is correctly Set. , password works (because sometimes sequence is ok)
No errors before executing.
Computer is correctly registered in AD.

no,
the domain account is not under policies.
but the vbs is connecting sur SCCM server to add the computer account in specific collection.
The domain accoutn is SMSADMIN also.
i modify my script and TS.:
script is now logging actions.
in TS i Add a network drive connexion to SCCM server with same account.
in TS a change COM3 registry key to 0x100000 as i saw in other pages.
JEFFDEG

Similar Messages

  • Error while running ComponentTool command line

    Hi ,
    I am getting following exception while running command line component tool in linux
    ./ComponentTool --list
    csPathUnableToFindParameter(IdcProductName,$IdcResourcesDir/core/config/defaultconfig-$IdcProductName.cfg)
    Please give some pointer to get out of this issue
    Thanks
    Hari
    Edited by: Hari on Apr 2, 2012 4:04 AM

    Hi Jonathan,
    configFileList value is ConfigFileList=$IdcResourcesDir/core/config/defaultconfig-$IdcProductName.cfg
    we have following files in core/config directory
    defaultconfig.cfg launcher-aix.cfg launcher-hpux64.cfg launcher-hpux-ia.cfg launcher-linux-s390.cfg launcher-solaris64.cfg launcher-solaris-x86.cfg
    defaultconfig-idccs.cfg launcher.cfg launcher-hpux.cfg launcher-linux64.cfg launcher-linux-s390x.cfg launcher-solaris-amd64.cfg launcher-win32.cfg
    launcher-aix64.cfg launcher-freebsd.cfg launcher-hpux-ia64.cfg launcher-linux.cfg launcher-osx.cfg launcher-solaris.cfg launcher-windows-amd64.cfg
    Thanks
    Hari

  • Error while running the SAP JCO java program running via command line

    Hi,
        We are facing an issue while using SAP JCO. When i try to run the sample program using RAD 8.0 ( IBM IDE tool For Java Development) its working fine.
    The same sample program if i try to run using command line, Then its giving below exception message.
    Exception in thread "main" java.lang.NoClassDefFoundError: Integration
    NOTE: I have configured proper sapjco jar & Dll files path in class path settings in my batch file.

    Hi,
    class loader can't find class definition during runtime but it could find it during compilation. So the problem is with your classpath. Does your classpath point to file with class Integration? Check this [blog|http://javarevisited.blogspot.com.au/2011/06/noclassdeffounderror-exception-in.html].
    Cheers
    Added reference to blog.

  • Clear screen in "Run SQL Command Line" causes the utility to dump in Window

    Just for your notice... I have not checked if i can reproduce this on Linux platform or on second node running Windows XP Pro.
    But if I use "Run SQL Command Line" utility and do
    clear screen
    The utility dumps, (not the database though only the utlility)
    Maybe some other people could confirm if this findings is a bug or not and if it is a port specific issue with Windows XP only.
    Kindly Rgds
    /Ulf, Kentor IT Sweden

    Tracking info is in
    Re: SQL*Plus generated Program Error
    -- cj

  • Running a command line in Java

    Dear all,
    I have a question, I need to run a command line in a Java program. The commands line is the next:
    cas.exe -i file1
    I have been seeing in internet and I have tried:
    Process ls_proc = Runtime.getRuntime().exec("cmd /c start D:\\cas>cas.exe -i file1");
    it start the window where the cas folder is... but it dont run the commands line : cass.exe -i file1 :(
    Somebody can help me, please??
    Andrea

    try running it like this.
    Process ls_proc = Runtime.getRuntime().exec("cmd /c start D:\\cas>cas.exe -i file1" +"\n");
    if that does not work put this underneath the original.
    ls_proc.newLine();
    or look into the ProcessBuilder class in java.lang.

  • How to run a command line argument

    i want to run a command line argument, say for eg......i want to execute the "dir" command on the dos prompt and capture the output.
    how can i do this.
    actually i want to capture the output of the ping command and write it to a file. can any body plsssssss help

    This command runs a ping to "address" and writes the output back to the command line. To capture it, just put strings into an array or do whatever you want with it. If you want to wait until the program completes before reading its input, use p.waitFor().
    Process p = Runtime.getRuntime().exec("ping " + address);
    BufferedReader in = new BufferedReader(new InputStreamReader(p.getInputStream()));
    String currLine = null;
    while((currLine = in.readLine()) != null)
      System.out.println("ping: " + currLine);
    [/code                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • Error while running Snapshot Command

    We have Create a MDX Query in Model Designer to display Revenue and Demand Plan units from Demand cube.
    SELECT{ [FiscalCalendar].[FiscalCalendar]} ON COLUMNS,
    { CROSSJOIN({ [Product].[Product] },
    { [Measures].[Revenue Plan],
    [Measures].[Demand Plan Units] })}
    ON ROWS FROM [Demand] QUERY PROPERTIES flattenColumns=true
    and while running a query it is giving correct Output
    Row Count: 2
    Product Measures FiscalCalendar
    Product Revenue Plan $3,777,202,750.00
    Product Demand Plan Units 7,515,860
    On we Logging into Isadmin environment and run a snapshot command which gives error.
    Admin> snapshot data using query test (Our Query name)
    it does not work and gives error, please suggest a valid way to run this command.

    We ran into this, too. It was filed as a bug and will be fixed in the PS1 release (11.1.2.1). Oracle wouldn't commit to a release date tho. As this is core functionality, it would be good if you raised it with Oracle support. This will make it easier to lobby for a patch.
    Edited by: matt on Dec 29, 2010 4:23 PM

  • Error when running netca command

    Hi guru's,
    My database version ;11.1.0.7
    i am running netca command in linux
    in /u01/oracle/TEST/db/tech_st/11.1.0/network/admin
    i am going to TCPs litener with port 2484.
    following error is appeared
    so please Guide me to solve this problem.
    Oracle Net Services Configuration:
    Xlib: connection to ":0.0" refused by server
    Xlib: No protocol specified
    java.lang.NullPointerException
    at oracle.ewt.lwAWT.BufferedApplet.<init>(Unknown Source)
    at oracle.net.ca.NetCA.<init>(Unknown Source)
    at oracle.net.ca.NetCA.main(Unknown Source)
    Oracle Net Services configuration failed. The exit code is -1
    Regards,
    ***SBJ***

    user8909477 wrote:
    i am running netca command in linuxGreat. But WHICH Linux???? Surprisingly it makes a difference. Just like asking to talk to a person, and specifying by family name, you might get the mother, the father, the son - and each might give a different response.
    >
    in /u01/oracle/TEST/db/tech_st/11.1.0/network/admin
    i am going to TCPs litener with port 2484.
    following error is appeared
    so please Guide me to solve this problem.
    Oracle Net Services Configuration:
    Xlib: connection to ":0.0" refused by server
    Xlib: No protocol specified
    Are you logging on as root? Are you SU'ing to Oracle or trying to run as riit?
    Try logging out - all the way out. Don't stop there, you need to log ALL the way out.
    And then log in as user Oracle.
    Logging in as root causes all sorts of headaches. Only SU to root, and then only when you absolutely need it.
    Now that you have logged out of root, and logged in (not just su'd) to oracle, what happens??

  • Getting errors while running cpio command on software download

    i am trying to run cpio command on BPEL Process Manager (10.1.2.0.2) downloaded software and getting below error.
    $ cpio -icdmv < as_hpux_parisc_integration_101202_disk1.cpio
    Out of phase--get help
    Perhaps the "-c" option shouldn't be used
    i tryed without the c option
    $ cpio -idmv < as_hpux_parisc_integration_101202_disk1.cpio
    Out of phase--get help
    Perhaps the "-c" option should be used
    I download 5 times and had problems all the time .this is on HP 11.23. I tryed with rest of the softwares from oracle site and I am successful

    no luck
    $ cpio -idv < as_hpux_parisc_integration_101202_disk1.cpio
    Out of phase--get help
    Perhaps the "-c" option should be used

  • Getting errors while running cpio command on software downloaded

    i am trying to run cpio command on BPEL Process Manager (10.1.2.0.2) downloaded software and getting below error.
    $ cpio -icdmv < as_hpux_parisc_integration_101202_disk1.cpio
    Out of phase--get help
    Perhaps the "-c" option shouldn't be used
    i tryed without the c option
    $ cpio -idmv < as_hpux_parisc_integration_101202_disk1.cpio
    Out of phase--get help
    Perhaps the "-c" option should be used
    I tryed to download 5 times this is on HP 11.23. I tryed for rest of the softwares from oracle site and I am successful

    no luck
    $ cpio -idv < as_hpux_parisc_integration_101202_disk1.cpio
    Out of phase--get help
    Perhaps the "-c" option should be used

  • Execution timed out error when running opcagt command on linux server with agent 11.12.009 installed

    Hi,
    Can anyone help me in the below issue.
    we have a Linux server with agent version 11.12.009 installed on it. when I try running opcragt command on it through are management server it gives the output that all agent components are running.
    but when I check the agent status or version through opcagt command on it it gives below error:
    ERROR:   (depl-86) Unable to execute command 'opcagt' on node
                       (depl-176) Message returned from host           
    (xpl-117) Timeout occurred while waiting for data.
    Below are the error lines that I got from system.txt file of the server:
    0: ERR: Fri Dec 19 09:09:38 2014: ovconfd (3708/140429034952480): (conf-180) Could not create messenger for configuration server 'ovconfd' and register its methods with the messenger object.
    1: ERR: Fri Dec 19 09:09:38 2014: ovconfd (3708/140429034952480): (xpl-89) write(11)[012C5430] failed.
    2: ERR: Fri Dec 19 09:09:38 2014: ovconfd (3708/140429034952480): (RTL-28) No space left on device
    Could anyone please let me know what can be the issue in this.
    Thanks,
    Akansha

    ORA-00600: internal error code, arguments: [kzxcInitLoadLocal-7], [942],
    [ORA-00942: table or view does not exist
    ORA-01403: no data found
    ORA-06512: at "SYS.DBMS_NETWORK_ACL_ADMIN", line 252
    ORA-06512: at line 36
    ORA-01403: no data foundWhat does this query return?
    SQL>  SELECT HOST, ACL
    FROM DBA_NETWORK_ACLS;Please see (Redefining a Network Access Control List Fails with ORA-1403 [ID 854083.1]).
    Thanks,
    Hussein

  • Error while running pdeploy command

    Hi all sun one portal gurus,
    Here i m trying to run pdeploy command to deploy the portlet application packaged into a war file
    After running It gives me output as follows
    Empty File. Request ignored
    Deploying to IWS.
    I don't know where i m missing or doing wrong.
    is there any other way to deploy a portlet application ?
    Thanks in advance
    all reply will be appriciated.
    ~Neeraj

    We ran into this, too. It was filed as a bug and will be fixed in the PS1 release (11.1.2.1). Oracle wouldn't commit to a release date tho. As this is core functionality, it would be good if you raised it with Oracle support. This will make it easier to lobby for a patch.
    Edited by: matt on Dec 29, 2010 4:23 PM

  • Query runs from command line, but not from scheduler

    We use Control-M to schedule shell scripts to be run on a Solaris server. Some of the scripts have to access an Oracle database and in that case our security team will include the DB user and password in the script, then encrypt it and the sys admin team schedules the encrypted shell script with Control-M. That works fine, but we've been trying to have the DB user and password on a separate encrypted file so that we don't have to ask for file encryption every time it's necessary to modify a script (this is a test environment).
    We have the script at ~/system_name/scripts, the query at ~/system_name/sql and the encrypted file and key at ~/system_name/keys. The SQLPlus call in the script is:
    ${ORACLE_HOME}/bin/sqlplus "`decrypt -a 3des -k ./../keys/key.3des.system -i ./../keys/login.system`"@instance_name <<EOF
    @${DIR_SQL}/TEST_QUERY.SQL
    quit
    EOF
    The security analyst has tested is successfully from command line, but when we schedule it with Control-M the job abends and we get the following in the sysout:
    + decrypt -a 3des -k ./../keys/key.3des.system -i ./../keys/login.system
    decrypt: cannot open ./../keys/key.3des.system
    decrypt: invalid key.
    + /u00/app/oracle/product/11.1.0/db_1/bin/sqlplus @instance_name
    + 0<<
    @/sistemas/hmp/system_name/sql/TEST_QUERY.SQL
    quit
    SQL*Plus: Release 11.1.0.6.0 - Production on Mon May 3 09:41:55 2010
    Copyright (c) 1982, 2007, Oracle. All rights reserved.
    SP2-0310: unable to open file "instance_name.sql"
    Enter user-name: SP2-0306: Invalid option.
    Usage: CONN[ECT] [logon] [AS {SYSDBA|SYSOPER|SYSASM}]
    where <logon> ::= <username>[<password>][@<connect_identifier>] [edition=valu\
    e] | /
    SP2-0306: Invalid option.
    Usage: CONN[ECT] [logon] [AS {SYSDBA|SYSOPER|SYSASM}]
    where <logon> ::= <username>[<password>][@<connect_identifier>] [edition=valu\
    e] | /
    Enter password:
    ERROR:
    ORA-12545: Connect failed because target host or object does not exist
    SP2-0157: unable to CONNECT to ORACLE after 3 attempts, exiting SQL*Plus
    0000000080
    Any ideas?

    Looks like the command is being split in some way - the connection to sqlplus is being made before it completes the whole string
    It appears to be seeing the @instance_name as a script to execute rather than a db to connect to.
    Is the database on the same server as the script?
    If so, try setting your environment to the correct databsae, so that you can omit the @instance_name part of the syntax and see if it helps
    Also just noticed the failure to open the decrypt script. It would appear uyou are not using a full path name. Have you checked which directroy the scheduled job starts in? You may need to look at running some environment specific scripts first.
    Edited by: LindaA on 05-May-2010 07:43

  • Class files created with JBuilder don't run from command line ?

    I have created an Application with JBuilder which is
    running perfectly from within JBuilder.
    However when I tried to run the app from the command line using c:\java ...... I got an error
    Exception in thread "main" java.lang.NoClassDefFoundError: ItasApplication/class
    I also tried to compile my .java files with javac which
    worked perfectly but I got the same message when trying
    to run the app!
    Can you help me ?

    I did this and I got this message :
    Exception in thread "main" java.lang.NoClassDefFoundError: ItasApplication (wron
    g name: itasgui/ItasApplication)
    at java.lang.ClassLoader.defineClass0(Native Method)
    at java.lang.ClassLoader.defineClass(ClassLoader.java:486)
    at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:11
    1)
    at java.net.URLClassLoader.defineClass(URLClassLoader.java:248)
    at java.net.URLClassLoader.access$100(URLClassLoader.java:56)
    at java.net.URLClassLoader$1.run(URLClassLoader.java:195)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:297)
    at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:286)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:253)
    at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:313)

  • Vague error message with Administrator command line

    OS: Windows XP
    Discoverer Administrator 10.1.2.1
    Disco Admin client 10.1.2.48.18
    Oracle Database 10.2.0.4.0 64bit
    I am trying to export a report from our EUL that is encountering the error "Join "" not found in the EUL. Attempt to open workbook failed". However, when I try to run this through the command line, I get a completely vague and unhelpful error message:
    dis51adm.exe /connect euluser/pass@database /export "C:\report_export.xml" /workbook "ReportName" /xmlworkbook
    I get the error message "Command failed."
    If I run the above command and output a log file, it looks like this:
    3/25/2011 12:08:13 PM
    dis51adm.exe /connect /export C:\report_export.xml /workbook ReportName /xmlworkbook /log C:\dis_log.txt
    Exporting the following Business Areas:
    Exporting the following Folders:
    Exporting the following Items:
    Exporting the following Hierarchies:
    Exporting the following Functions:
    Exporting the following Summaries:
    Exporting the following Workbooks:
         ReportName
    3/25/2011 12:08:15 PM
    Exported the following Data:
    Exported the following Business Areas:
    Exported the following Folders:
    Exported the following Item classes:
    Exported the following Item Hierarchies:
    Exported the following Date Hierarchies:
    Exported the following Functions:
    Exported the following Summaries:
    Exported the following Workbooks:
         ReportName
    Exported the following Automated Summary Management Policies:
    Command failed.
    I know that I've been able to do this in the past (very long ago, and I don't remember exactly how I accomplished it...). What am I doing wrong?
    Thanks!

    Hi,
    I am not sure about the error but try the export again using the EUL owner.
    If the join wasn't found that it will find it using the EUL owner.
    Tamir

Maybe you are looking for

  • Error while creating a report in BI publisher

    Hi all , I am getting an error while creating a new report in BI publisher . the error shown in console is -- java.lang.SecurityException: / In the front end - i am getting Operation failed: d:/OracleBI/xmlp/XMLP/Users/~administrator/annapurna/test/t

  • As Of Date in OBI EE

    I have been attempting to create reports that are similar to those in the old Daily Business Intelligence. I have created all the necessary data in the meta layer, or so I believe. My problem is when I try to create the reports in Answers. I would li

  • FormCalc. Hiding the subtotal footer in PDF form

    Hi, LCD gurus! I've got a problem that I'm unable to solve for a couple of days. There is a PDF form (consignment note) with header, lots of positions and footer. The original task with it was to make the last position of the data table be on the sam

  • Why is allways telling me that the back up disk is stopped to be connected when then still is

    I mean that is allways telling me that the disc is aborted but noone are disconnecting then, so why?

  • Audio out port is intermittent

    I couldn't decide what category to choose, because my MacBook isn't "black and white". It is just white. The audio out port (marked with headphone symbol) is intermittent with headphones or speakers. I can't say what causes it. Unplugging / plugging