Error in mail command line

when i enter this command: mail [email protected], a error return as this:
General Warning: could not get server configuration in ldap, using cached configuration information
my server is iMS 5.2 bundled, anyone could help me?

Sounds like you have installed Messaging more than one time.
Assuming you're on some form of Unix, look at the
/etc/msregistry.inf
file, and edit it so that you only have the active instance of Messaging in it.
Or, set the environmental varialbe
CONFIGROOT
to point to the configuration directory of your running instance. by default
/usr/iplanet/server5/msg-<name_of_your_server>/config
Either should work.

Similar Messages

  • Error message: "invalid command line argument" while lodaing itunes

    I'm trying to load Itunes onto a computer that already has a version of itunes on it. I get a message that says "error: -1639 invalid command line argument" Does anyone know what this means? Does this mean I can't load itunes onto a computer that already has itunes on it?
    Also, I was able to load itunes on my laptop, but My ipod Icon is not appearing anywhere, not in itunes, not in explorer, not in my computer. I am, however, able to transfer music automatically when I plug the Ipod into the laptop. I have created several playlists and they have transferred over to the ipod as playlists. Any ideas why I can transfer despite not being recognized anywhere on the computer?
    Last thing is, I have plugged the Ipod into three different computers with itunes on them, and the ipod does not show up in the source list.
    I'm somewhat perplexed by all of this. Any help or insight would be greatly appreciated
    Dell   Windows XP Pro  

    hiya!
    "error: -1639 invalid command line argument"
    hmmm. folks typically only get that error if they are installing from removable media (such as a CD), although i have seen it happen if someone tries to install into the "recovery partition" of certain makes of PC.
    if you download and save an installer to your C drive and run the install from there, do you still get the 1639?
    iTunes 6.0.4.2 Installer
    love, b

  • ERROR: -1639 INVALID COMMAND LINE ARGUMENT

    Trying to install software for Shuffle that Santa brought and get this error messsage...
    "Error: -1639 invalid command line argument. Consult the windows Installer SDK for detailed command line help."
    Install stops at this point.
    SOMEONE HELP... My kid is chomping at the bit !
    Thanks.

    Ok I'll do some more searching but I found something in the community forums.
    APPSearch can not return this data into a property, so instead, for some unspeakable reason, returns a value of Null, follwed by another Null. This means that the property is created, and populated with two null characters. Bad news if the property also happens to be a PUBLIC property. All public properties are passed as part of the command line sent in a stream to the background installer process by the Execute Action. Since this stream now contains a double null value in a property, the stream is prematurely terminated. This creates an invalid command line, and thus the 1639 error.
    This user solved it by using the MSi Cleanup installer util.
    EDIT: A little more info...
    This problem is almost impossible to detect through the MSI log files since our friends at Microsoft chose to limit the length of any line in the log. It is impossible to get a dump of the full command line that generates this error.
    EDIT2:Note that error 1639 only ocurrs when the install package is run from removable media. When the package is run from local storage, the behavior is far more obtuse. The background install process, failing to receive a complete command line, is forced to run as if there had been no UI session, which in turn causes the APPSearch action to run again as if the install was running in silent mode. This causes re-evaluation of all properties a second time, destroying the feature selections made in the UI session, and also forcing the install to run under user credentials instead of elevated, even though AdminUser, ALLUSERS and Privleged properties are set. This is a very serious error that causes total failure of the installation.

  • Setup error 530 invalid command line!!!!??

    hi guys,
    i have the following error in my addon installation process
    <i>"Setup error 530 invalid command line"</i>
    all my files .ard and setup.exe was generated correctly but whene i try to install my addon
    image capture
    http://aycu19.webshots.com/image/13218/2000674717812036508_rs.jpg

    Hi Manza,
    What are you using to create your setup?
    Have you tried the B1DE package? It contains 2 wizards to automatically create the setup of your addon together with the .ard file.
    You can try to use it at least to use it as a sample of what is needed for your setup.
    Are you setting something in the .ard Command Line arguments for installing/deinstalling your addon? Maybe the error is talking about it...
    Regards
    Trinidad.

  • JAVA_HOME path error in hadoop command line

    Hi All,
    Am new to hadoop, i did the hadoop installation in windows by following the link as follows
    http://www.codeproject.com/Articles/757934/Apache-Hadoop-for-Windows-Platform
    but here when i run any thing from hadoop command line am getting the following error
    C:\hadoop-2.3.0\bin>hadoop version
    The system cannot find the path specified.
    Error: JAVA_HOME is incorrectly set.
           Please update C:\hadoop-2.3.0\conf\hadoop-env.cmd
    i had given a paths like this.
    and upto bin in path system variable
    The hadoop command line error is as follows, the path it is showing to update JAVA_HOME path is not there in my hadoop directory i.e conf folder is not there
    Please help me to resolve this.

    Hi
    This forum is specific to Microsoft Azure HDInsight service. It does not support the other ways through which you can install Hadoop on Windows as well (Your scenario is also in that category). I suggest you post your questions in the codeproject forum from
    where you got the installation steps.
    Regards.
    Debarchan Sarkar - MSFT ( This posting is provided AS IS with no warranties, and confers no rights.)

  • Error message in Command line (cannot mount database in EXCLUSIVE mode)

    Hello Experts
    I'm new in Oracle and trying to connect to my database though SQL command line. After I login as SYS I user I get the message that 'connected to idle instance'. Then I use “STARTUP” to connect to database. Now from my understanding it should mount the database and open it as well. But it does'nt happens.Instead I get the message 'cannot mount database in EXCLUSIVE mode' . I'm not sure why it can't mound the database and what should I do to make it working. Please can somebody show me how to make it working again. Here are the details about my problem
    Enter user-name: SYS as SYSDBA
    Enter password:
    Connected to an idle instance.
    SQL> startup
    ORACLE instance started.
    Total System Global Area 595591168 bytes
    Fixed Size 1220748 bytes
    Variable Size 301993844 bytes
    Database Buffers 285212672 bytes
    Redo Buffers 7163904 bytes
    ORA-01102: cannot mount database in EXCLUSIVE mode
    Thanks a lot in advance.

    Thank you so much for both of you. I've checked everything. All looks fine to me and then i tried to connect though SQL and it worked. Now what I've notice that this time I didn't start Enterprise Manager only I started the listner and then start sql it worked. Does this means that I can't use both SQL and EM at a time together?

  • Xsl:attribute error in oraxsl command line

    Hi Forum,
    I'm getting error XML-22047 when trying to use xsl:attribute.
    Here's the test XML I'm using:
    <?xml version="1.0" encoding="UTF-8"?>
    <root>
       <level1>Test-Content</level1>
    </root>
    now, this is the stylesheet I'm using:
    <?xml version="1.0" encoding="UTF-8"?>
    <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:mdm="schema.condes.org/mds/meta" version="2.0" xml:space="preserve">
       <xsl:output method="xml" version="1.0" encoding="UTF-8" indent="yes"/>
       <xsl:template match="/">
          <xsl:apply-templates/>
       </xsl:template>
       <xsl:template match="root">
          <Foo>
             <xsl:attribute name="test">testing attribute</xsl:attribute>
             <xsl:apply-templates/>
          </Foo>
       </xsl:template>
    </xsl:stylesheet>
    If I run this, it throws error XML-22047, invalid instantiation of 'attribute' in 'element' context (translated from the German error message...)
    Has anybody seen this and could advice me some help?
    Thanks, Jürgen

    Use xsl:element instead of explicit element.
    <xsl:template match="root">
    <xsl:element name="Foo">
    <xsl:attribute name="test">testing attribute</xsl:attribute>
    <xsl:apply-templates/>
    </xsl:element>
    </xsl:template>

  • Create captive runtime error in adt command line

    Hi i go to
    cd C:\Program Files\Adobe\Adobe Flash CS6\AIR3.2\bin
    adt -package -keystore D:\Games\MAFIL\VSS\Production\Proto\tisApk.p12 -storetype pkcs12 -target bundle D:\fromexamplarr\9thmarch\MAFIL_GoldAppraisalGame D:\fromexamplarr\9thmarch\GoldAssessmentGame-app.xml D:\fromexamplarr\9thmarch\GoldAssessmentGame.swf D:\fromexamplarr\9thmarch\docs D:\fromexamplarr\9thmarch\assets
    file ...  .swf is not      relative to directory ..\bin
    also i need to add complete folder for resources and doc folder for all the icons.
    how do i do this.
    Please help.

    Try it like this:
    cd D:\fromexamplarr\9thmarch
    "C:\Program Files\Adobe\Adobe Flash CS6\AIR3.2\bin\adt" -package -keystore D:\Games\MAFIL\VSS\Production\Proto\tisApk.p12 -storetype pkcs12 -target bundle MAFIL_GoldAppraisalGame GoldAssessmentGame-app.xml GoldAssessmentGame.swf docs assets

  • Robot Test fails  with error message Invalid command line: process must be

    public class test
        public static void main(String [] args) throws Exception
            new java.awt.Robot();
    }I'm using SLES Linux.
    Is there any problem in my machine ?
    How Robot tests generally works ?
    Thanks !

    try:
    public class test{
        public static void main(String [] args) {
            try{
               java.awt.Robot myRobot = new java.awt.Robot();
            }catch(Exception e){
              System.out.println("It didn't work");
    }from the API:
    Note that some platforms require special privileges or extensions to access low-level input control. If the current platform configuration does not allow input control, an AWTException will be thrown when trying to construct Robot objects. For example, X-Window systems will throw the exception if the XTEST 2.2 standard extension is not supported (or not enabled) by the X server.

  • Command line import

    I am getting an error on my command-line import from SQLPLUS.
    I entered the schema_owner angelac/password@xe @f108.sql
    and I get the following error:
    APPLICATION 108 - Lease_Facility_Inspection
    Set Credentials...
    Illegal security group id value for this schema.
    Check Compatibility...
    API Last Extended:20050501
    Your Current Version:20050501
    This import is compatible with version: 20050501
    COMPATIBLE (You should be able to run this import without issues.)
    Set Application ID...
    begin
    ERROR at line 1:
    ORA-20001: Package variable g_security_group_id must be set.
    ORA-06512: at "FLOWS_020100.WWV_FLOW_API", line 56
    ORA-06512: at "FLOWS_020100.WWV_FLOW_API", line 296
    ORA-06512: at line 4

    Angela,
    I am not understanding the DB user vs. Application Users.
    Are they the same?They are different concepts. The application user is the user that the application authenticated. The record for that user's account may be a database schema (user) or it may be a row in your own users table or it may be an entry in an LDAP directory or it may be something else. It's up to you as the developer to decide how you authenticate users as part of your application design.
    Is it because I am a developer that I get the DB login page? which is from the DB_users view ??I don't know what you're seeing exactly or what you're asking.
    When I run the application, I am taken to another login page.Another login page distinct from what other login page?
    Where are these users stored? or are they the same as the DB_Users?See above.
    Also, does all of the application users need a DB user account?No, as explained above. Your app can use database account credentials as the authentication method if you want that in which case each application user would need a database account.
    Read the "recap" section in my post here, especially after step 8 and see if that helps: Re: Priveleges to create procedures/functions in schemas
    Scott

  • ORA-12012: error on auto execute of job 754461 ORA-29279: SMTP permanent error: ORA-29279: SMTP permanent error: 501 Syntax error, parameters in command "RCPT TO:" unrecognized or missing ORA-06512: at "SYS.UTL_SMTP", line 20 ORA-06512: at "SYS.UTL_SMTP",

    Hi ,
    I am getting below error frequently in alert log of database.
    ORA-12012: error on auto execute of job 754461
    ORA-29279: SMTP permanent error: ORA-29279: SMTP permanent error: 501 Syntax error, parameters in command "RCPT TO:" unrecognized or missing
    ORA-06512: at "SYS.UTL_SMTP", line 20
    ORA-06512: at "SYS.UTL_SMTP", line 98
    ORA-06512: at "SYS.UTL_SMTP", line 240
    ORA-06512: at "APPS.EIS_UTIL_PKG", line 94
    ORA-06512: at "APPS.HKD_PO_ADDON_PKG", line 110
    ORA-06512: at line 1

    You have a job running in the database. Its job ID is 754461
    It looks as if that job runs APPS.HKD_PO_ADDON_PKG
    That job is attempting to send mail using UTL_SMTP and apparently passing some strange value to SMTP server for the RCPT TO: parameter.

  • Cron mail is not delivered, but can from command line

    Hello, I have a strange problem with cron and sendmail that I cannot understand.
    On my Solaris hosts, running Solaris 9 and 10, I have setup sendmail to masquerade to a Solaris zone acting as a mail relay.
    This works fine, I can send mail from the command line using, for example:
    # /usr/bin/cat somefile | /usr/bin/mailx -s "test message" usernameAs I said, on all hosts, this works fine.
    When I add the above command to a cron job, to email me a log for example, the mail is not deliverable and comes back to me (an alias as root).
    Is this a mailx/cron thing or am I missing something??
    I have copied the sendmail.cf file from a working machine to one of the ones with a problem and still the same problem exists.
    My config file (relay.mc) for sendmail is as follows on each host that attempts to use the relay:
    divert(-1)
    # Copyright (c) 1983 Eric P. Allman
    # Copyright (c) 1988, 1993
    #       The Regents of the University of California.  All rights reserved.
    # Copyright (c) 1997-2000
    #       Sun Microsystems, Inc.  All rights reserved.
    # ident "@(#)subsidiary.mc      1.10    00/12/14 SMI"
    #  This is a configuration file for SunOS 5.8 (a.k.a. Solaris 8) and later
    #  subsidiary machines.  It has support for local and SMTP mail.  The
    #  SMART_HOST macro is enabled, which means that messages will be sent to
    #  the SMART_HOST, which is set to mailhost.$m ($m is the local domain).
    #  A short-cut rule is also defined, which says if the recipient host is
    #  in the local domain, send to it directly instead of the smart host.
    #  Note: if you do not need a smart host; i.e., you are in an environment
    #  where MX records are properly defined, then you should not be using
    #  this subsidiary config file; use main instead.
    #  If you want to customize this further, copy it to a name appropriate
    #  for your environment and do the modifications there.
    divert(0)dnl
    VERSIONID(`@(#)subsidiary.mc    1.10 (Sun) 12/14/00')
    OSTYPE(`solaris8')dnl
    DOMAIN(`solaris-generic')dnl
    define(`SMART_HOST', `mailhost$?m.$m$.')
    FEATURE(`masquerade_envelope')
    MASQUERADE_AS(`domain.com')
    MAILER(`local')dnl
    MAILER(`smtp')dnl
    define(`MAIL_HUB', `mailhost.domain.com')
    define(`SMART_HOST', `mailhost.domain.com')
    LOCAL_NET_CONFIG
    R$* < @ $* .$m. > $*    $#esmtp $@ $2.$m $: $1 < @ $2.$m. > $3Any advice would be greatly appreciated
    Thank you!

    What's the mail error you get? Any meaningful or pertinent output in system/mail logs?

  • Error while running a Discoverer Workbook with parameter from command line

    I am trying to run a discoverer report from command line and export the results in xls on to my local machine. I could do it fine for a simple workbook, but if I add a parameter(madatory) to the workbook and run it from command line specifying the parameter value I wanted to run the report for, I do not get any results. Here is the command line I am using.
    dis51usr.exe /connect user/password@database /apps_user /apps_responsibility "System Administrator" /eul EUL_US /open C:\Disco\Test.DIS /sheet Testsheet /parameter Period Jan-07 /export xls C:\Disco\X.xls /batch
    Parameter value is entered in correct format(Jan-07).
    When I removed /batch from this to see if I get any error, Discoverer Desktop opened up, logged in and gets terminated saying 'Oracle Discoverer Desktop has encountered a problem and need to close. We are sorry for the inconvenience.'
    Did anybody come across this issue before?

    Hello,
    If you have a few minutes, Windows is also aborting for me:
    the differences are, my situation is:
    a) am running the command line from a .bat file
    b) am NOT running with parms, want the discoverer query to come up for the user
    c) am running a query from the database
    i am signing in as myself BUT running a query that was created by a generic user called SREG
    c) if i run the .bat file from Windows Explorer, the query opens fine
    d) if i execute the .bat file from within Microsoft Access using the shell command,
    the query opens and then aborts RIGHT BEFORE the parm screen would display
    e) btw, if i modify the .bat file, to run a query from MY database signon, then (d) - running .bat file
    from vb using SHELL command works
    Do you have a ideas as to why (d) does not work? I would be very grateful for your time, tx, sandra
    this is what i posted yesterday, tx: Re: Running Discoverer command line
    tx, sandra

  • Error Received When Trying To Create DSN From The Command Line

    All,
    Your help is greatly appreciated in advance. I am having trouble packaging Oracle 10G for a batch file deployment. Everything is done except for getting the DSN created which is causing me major problems. We am working with the Oracle 10G R2 10.2.0.1.0 Client on Windows XP Professional SP2. The Oracle database resides on a Windows 2000 Professional Server SP4 running Oracle 9i.
    Our Environment: I am creating two packages of the Oracle 10G client. The first is for a batch file distribution via LANDesk and the other package is for normal batch file install if someone from IT is installing this from a user's desk. Both scripts are really identical the only differences are how they are laid out. I only need help with the DSN creation as everything else is ready to go. I am going to focus on the Non-LANDesk batch file as once I fix this in one script the other one should also be fixed.
    The Problem: The batch script copies the neccesary files to the temporary directory. I then extract the setup files to the temp folder. I run a custom Oracle install using the RSP file from a recorded install. After the install is complete I copy the TNS Names file to the proper location. I then try to call a CMD file with the ODBC command seen below the main script.
    Script (May be easier to read if you download using link below):
    @ECHO ON
    ::This batch files installs Oracle 10G Release 2 Version 10.2.0.1.0 with a Custom Response File
    ::Installation is Interactive
    ::All files are extracted from the ZIP file via the 7-Zip command line tool
    ::The Net Configuration Assistant TNS Names File is copied to its proper location
    ::The CCR ODBC connection is created once the install is complete
    ::All folders used for installation are cleaned up-deleted
    @ECHO Setting Variables
    set NetworkPath=\\dc-landesk\SoftwareForLDAgent\Oracle10G-R2-10.2.0.1.0\Non-LD
    set DefaultPackagePath=C:\Program Files\LANDesk\LDClient\sdmcache\SoftwareForLDAgent\Oracle10G-R2-10.2.0.1.0\Non-LD
    set ExtractionPath=C:\Temp_Oracle10G
    set TempInstallFromPath=C:\Temp_Oracle10G\SetupFiles
    set FileFolderCleanupPath=C:\Program Files\LANDesk\LDClient\sdmcache\SoftwareForLDAgent
    @ECHO Creating Directories
    mkdir "C:\Program Files\LANDesk\LDClient\sdmcache\SoftwareForLDAgent\Oracle10G-R2-10.2.0.1.0\Non-LD"
    @ECHO Copying Files to DefaultPackagePath
    copy /Y "%NetworkPath%\7za.exe" "%DefaultPackagePath%"
    copy /Y "%NetworkPath%\CCR-ODBC.cmd" "%DefaultPackagePath%"
    copy /Y "%NetworkPath%\Oracle10GCustom.rsp" "%DefaultPackagePath%"
    copy /Y "%NetworkPath%\SetupFiles.zip" "%DefaultPackagePath%"
    copy /Y "%NetworkPath%\tnsnames.ora" "%DefaultPackagePath%"
    @ECHO Changing to Extraction Directory
    cd "%DefaultPackagePath%"
    @ECHO Extracting Files to path with no spaces
    "%DefaultPackagePath%\7za.exe" x SetupFiles.zip -o%ExtractionPath% -aoa
    @ECHO Please Open the "Task Manager" manager, Sort by "CPU" Descending
    @ECHO Watch Task Manager For Javaw.exe, press any key when the process Disappears
    @ECHO Install using Custom Response File
    "%TempInstallFromPath%\setup.exe" -responseFile "%DefaultPackagePath%\Oracle10GCustom.rsp" -force -silent -noconsole
    pause
    @ECHO Copying NETCA (Net Configuration Assistant) TNS Names File to proper Location in Oracle Product Directory
    copy /Y "%DefaultPackagePath%\tnsnames.ora" "C:\oracle\product\10.2.0\client_1\NETWORK\ADMIN\tnsnames.ora"
    @ECHO Creating ODBC Connections Using Oracle Driver installed by this Batch File
    call "%DefaultPackagePath%\CCR-ODBC.cmd"
    @ECHO Waiting 20 seconds before proceeding
    ping -n 21 127.0.0.1 >NUL
    @ECHO Remove Temp Files and Folders created during Install
    rmdir /S /Q %ExtractionPath%
    del /Q "%DefaultPackagePath%\*.exe"
    del /Q "%DefaultPackagePath%\*.ora"
    del /Q "%DefaultPackagePath%\*.rsp"
    del /Q "%DefaultPackagePath%\*.reg"
    del /Q "%DefaultPackagePath%\*.zip"
    rmdir /S /Q %FileFolderCleanupPath%
    @ECHO The Oracle 10G installation has been Completed
    pause
    ODBC Script
    odbcconf.exe /a {CONFIGSYSDSN "Oracle in OraClient10g_home1" "DSN=CCR|Description=CCR_data|SERVER=BWB|Database=CCR"}
    As soon as the command is called I see the following error message appear.
    "CONFIGSYSDSN: Unable to create a data source for the 'Oracle in OraClient10g_home1' driver: Could not load the setup or translator library with error code -2147467259"
    The really strange thing though is that if I let the main part of the script run (Not the ODBC call) and then immediately manually start the ODBC call script it works just fine. So, I don't really understand why the script can't add it itself. Or, I can go the Administrator Tools>Data Sources (ODBC)>and then add it manually which also works. I have tried just pasting the command directly in the main script, therefore, bypassing the call feature but it doesn't make a difference.
    Link (Zip with all scripts mentioned above): http://www.cbridegum.com/Fourms/Oracle/Files.zip
    Has anyone ever seen this kind of issue before? Does anyone have any idea on how to fix this? Any thoughts or suggestions would be great.
    Thanks so much for your help in advance,
    Clif Bridegum

    All,
    I thought it may be related to spaces in the path in which the script was called from. I tried having the ODBC command script in another directory but the same thing happens. It will give me the "CONFIGSYSDSN: Unable to create a data source for the 'Oracle in OraClient10g_home1' driver: Could not load the setup or translator library with error code -2147467259". As soon as the script is done running I can manually double click the script and it adds the DSN fine.
    Thanks,
    Clif Bridegum

  • How to send e-mail attatchement from command line

    Hi,
    Is it possible to send an e-mail with some attatchment like a .zip file through command line in iPlanet messaging Server 5.2.
    Please let me know the procedure.,
    Thanks
    Rajeev

    I suggest you try blat.exe from www.blat.net
    I use it regularly to send myself statistics and logfiles from servers without any client. Can be automated in a script.
    Eli

Maybe you are looking for