What's the mean of  error infomation ?

tail /var/adm/messages
it shows as follows
Feb 4 09:32:44 mail3 last message repeated 1 time
Feb 4 09:34:45 mail3 SRS Proxy[1397]: [ID 663108 daemon.error] Could not upload bulk message
Feb 4 09:34:47 mail3 SRS Proxy[1397]: [ID 388765 daemon.error] Could not send message from queue: /var/SUNWsrspx/SRSQueueStore/store/queues/REGISTRATION/registration
Please tell me what's the mean?? thank you !!

One more time:
This appears to be some kind of Sendmail error, not an iMS error. First, iMS does not normally log anything to /var/adm, so errors you see there are very unlikely to be from Messaging Server.
Second, none of us here really is likely to know sendmail well.
I would first check that you haven't installed some patch that has restored sendmail. Normally, on install of iMS, we replace Sendmail with our "compatibility" binary. Patching can replace that with real Sendmail, and your startup scripts can start Sendmail, preventing iMS from fully starting. Please check that.
If you believe that this is an error coming from iMS, then you will need to provide some context, like where the message shows, and any other symptoms. This bare error message doesn't really allow me to help you,.

Similar Messages

  • HT201210 my iphone 3 couldn't restore, its saying the error 46. what is the meaning of error 46?and how can i resolve it?

    my iphone 3 couldn't restore, its saying the error 46. what is the meaning of error 46?and how can i resolve it?

    It doesn't matter when you installed antivirus software; if you have it on your computer it will frequently block access from applications to sites it does not know about. A sync does not require access to a site not on your computer; an upgrade clearly does. So if you have never jailbroken any device you do not need to be concerned about your hosts file, but you DO need to temporarily disable your antivirus during the update process.
    The hosts file is an operating system file on all computers that overrides DNS lookup. In order to jailbreak or hack an iDevice the programs that do it need to redirect iTunes so it does not go to the Apple activation server, but instead goes to the hacking program for activation instructions. It does this by adding a record to the hosts file that bypasses the DNS lookup for gs.apple.com. But you don't have to be concerned about this.

  • What is the meaning of error code 137

    I'm trying to backup the database into ldif file, and using the command as belows:
    ./ns-slapd db2ldif -D ../../../slapd-33389 -a /data/EXPORT/directory_services/offline/directoryDB.ldif -n InstallUpgradedata
    But under some condition, it returned me an error 137, and killed some process. The first time doing the backup is OK, just the second time. I'm running it in my script. After got the error, I tested the command using command line, and it is fine.
    Is anybody could tell me what is the error code 137 mean? Or where can I find it?
    Thanks in advance.

    Error -3150, normally mean there is no Internet connection or the connection is erratic and keeps dropping.
    So you are in the wrong forum, I think iTunes forum would be more helpful.
    Here is the support link for home-sharing, go through it step by step.
    http://support.apple.com/kb/TS2972
    Good Luck!

  • What is the meaning of error message ORA-12545

    Hi!
    I tried to access oracle through my program "passw.cgi". When the proram run locally, it works well. But when I used internet to invoke "passw.cgi", it could not run and give the error message ORA-12545. I did not know what's wrong with my program. Could any one tell me the meaning of the error message? I really appreciate the help!
    Thank you very much!
    null

    I am attaching the actual description of the above error as found in Oracle Server. This might help u
    12545, 00000, "Connect failed because target host or object does not exist"
    // *Cause: The address specified is not valid, or the program being
    // connected to does not exist.
    // *Action: Ensure the ADDRESS parameters have been entered correctly; the
    // most likely incorrect parameter is the node name. Ensure that the
    // executable for the server exists (perhaps "oracle" is missing.)
    // If the protocol is TCP/IP, edit the TNSNAMES.ORA file to change the
    // host name to a numeric IP address and try again.

  • What's the meaning of the error code 1009?

    What's the meaning of the error code 1009?

    See this support document http://support.apple.com/kb/TS3694 if you are doing a restore.
    Another option is you are trying to access an iTunes store that is not supported in your country.

  • What the meaning of error occurred while iPad (-50)

    Can anyone help me what the meaning of error occurred while restoring this iPad (-50)

    Getting the same exact message.  I updated to IOS 5 and every nothing was organized into the folders it took hours to build.  I spent a ton of time cleaning ths mess up and I still get the the error "error occurred while restoring IPAD (-50).  At this point, I would be happy to just stop the messages.
    I am finding out about Apples support policies, which really suck!  it seems like a disproportionate amount of people have this error after updating, yet there isn't a single thing about it on the Apple site and if I want to speak with someone, it will cost me money.  Not a bad business strategy, I must say.

  • Could you tell me what's the meaning of the logfile-path and log-level?

    we are running an productive xml database. but it is not stable now. Sometime it would report resource conflict error while you access xmldb via http protocol. I read the database logs and listener logs, but no abnormal message could be found. So, I want to find more information from the xmldb logs. While I run select DBMS_XDB.cfg_get().getclobval() from dual, I found that there are several logfile-path and log-level tags and I guess that these would be xmldb logs. Does anyone know what's the meaning of these tags?

    I wondered about that one often too. I didn't have a chance yet to investigate (but maybe Mark will elaborate a little here), my guess is that it / or will be a possibility to enable tracing regarding the protocols or servlets.
    Though It look like if you enable it it will trace to the XML file defined in the xdbconfig.xml. I also guess that (because there is also a XSD counterpart) that one could create an resource that streams the errors into a XDB ftp or http or ... xmltype table based on these settings.
    This would be great because it would mature the protocol server regarding functionality. You could enable the tracing and see what happens. Until now the documentation doesn't give much extra insight...
    <!-- FTP specific -->
    <element name="ftpconfig">
    <complexType><sequence>
    <element name="ftp-port" type="unsignedShort" default="2100"/>
    <element name="ftp-listener" type="string"/>
    <element name="ftp-protocol" type="string"/>
    <element name="logfile-path" type="string" default="/sys/log/ftplog.xml"/>
    <element name="log-level" type="unsignedInt" default="0"/>
    <element name="session-timeout" type="unsignedInt" default="6000"/>
    <element name="buffer-size" default="8192">
    <simpleType>
    <restriction base="unsignedInt">
    <minInclusive value="1024"/> <!-- 1KB -->
    <maxInclusive value="1048496"/> <!-- 1MB -->
    </restriction>
    </simpleType>
    </element>
    <element name="ftp-welcome-message" type="string" minOccurs="0"
    maxOccurs="1"/>
    </sequence></complexType>
    </element>
    <!-- HTTP specific -->
    <element name="httpconfig">
    <complexType><sequence>
    <element name="http-port" type="unsignedShort" default="8080"/>
    <element name="http-listener" type="string"/>
    <element name="http-protocol" type="string"/>
    <element name="max-http-headers" type="unsignedInt" default="64"/>
    <element name="max-header-size" type="unsignedInt" default="4096"/>
    <element name="max-request-body" type="unsignedInt" default="2000000000"
    minOccurs="1"/>
    <element name="session-timeout" type="unsignedInt" default="6000"/>
    <element name="server-name" type="string"/>
    <element name="logfile-path" type="string"
    default="/sys/log/httplog.xml"/>
    <element name="log-level" type="unsignedInt" default="0"/>
    <element name="servlet-realm" type="string" minOccurs="0"/>
    ...etc...

  • What does it mean quicktime error: -50

    what does it mean quicktime error: -50
    i try to export file video and show after 15percent The share operation Apple Devices 1080p has failed

    What kind of media are in your project?
    Does this happen with other projects or just this one?  Import a fresh clip and edit it to a fresh project, try exporting as a master file.
    Russ

  • TS3694 what do you mean by error 3194?

    I'm trying to restore my ipodtouch using the itunes and an error came out which is error 3194....what do you mean by error 3194?

    Unable to contact the iOS software update server gs.apple.com
    Error 1004, 1013, 1638, 3194: These errors may be the result of the connection to gs.apple.com being redirected or blocked. Follow these steps to resolve these errors:
    Install the latest version of iTunes.
    Check security software. Ensure that communication to gs.apple.com is allowed. Follow this article for assistance with security software. iTunes for Windows: Troubleshooting security software issues.
    Check the hosts file. The restore will fail if there is an active entry to redirect gs.apple.com. Follow iTunes: Advanced iTunes Store troubleshooting to edit the hosts file or revert to a default hosts file. See section "Blocked by configuration: (Mac OS X/Windows) > Rebuild network information".
    Try to restore from another known-good computer and network.
    If the errors persist on another computer, the device may need service.
    http://support.apple.com/kb/TS3694#error3194

  • What does LabVIEW mean by "Error 71: File Datalog Type Conflict"

    What does LabVIEW mean by "Error 71: File Datalog Type Conflict" (Hex code:47)
    Thank you.

    Please provide us further information on when you are getting the error and what the functionality of the VI is. That would help us to troubleshoot your issue.
    Is the error caused by a similar situation as the one descibed in this KnowledgeBase?
    Best regards,
    Philip C.
    National Instruments
    - Philip Courtois, Thinkbot Solutions

  • What's the meaning?

    My ex-colleague has put the code in the application developed in 10g like this:
    <af:panelHorizontal rendered="#{empty bindings.exceptionsList}"
    halign="center">
    and there is a 'golink' inside this panelHorizontal .
    Please let me know what's the meaning #{empty bindings.exceptionsList} is and how this one control the link click? Thanks!

    thank you Vanka81, Thank you for reply.
    Currently, there are two roles can see the 'golink' under this panelHorizontal, but one role can click it and go to the target page, but when the other role click it, will get error '500 Internal Server Error...', I have no idea if it is caused by this rendered setting?
    Regards

  • TS3694 what is the meaning eror 1015

    what is the meaning error 1015?

    Means your phone was jail broken, and you will have to search the web for information on that.

  • What is the meaning of the black line in the Layer 2 View?

    In the layer 2 View,there are many black line indicate "Ethernet 100M",what is the meaning?Does it mean the device is an end device that connected PC only?

    Since there has been no response to your post, it appears to be either too complex or too rare an issue for other forum members to assist you. If you don't get a suitable response to your post, you may wish to review our resources at the online Technical Assistance Center (http://www.cisco.com/tac) or speak with a TAC engineer. You can open a TAC case online at http://www.cisco.com/tac/caseopen
    If anyone else in the forum has some advice, please reply to this thread.
    Thank you for posting.

  • MM - PO - what is the meaning of this button?

    Dear friends,
    Could anybody help me with one question.
    There is a strange button in a Purchasing Order on the Account Assignment tab page on this screenshot (it is marked with red color).
    Screenshot below
    http://content.foto.mail.ru/mail/raiden87/81/i-84.jpg
    What is the meaning of this button? When it is used for?
    I hope that anybody knows the meaning =)

    hi raiden,
    as for as i have gone through the issue I have come to know that:
    If you want to use multiple account assignment for a line item in PO then at that moment you will have to first press the "repeat on " button. only after that multiple account button will be active that is just before your "repeat on " button.
    Steps:
    1:Save your PO.
    2:Go to transaction code ME22N to change the PO.
    (Here you will firstly see that the multiple a/c assignment button is firsty gray.It will become active only after when you press the "repeat on" button).
    I hope It will be helpfull for you.
    regards,
    Aslam Ansari.

  • So I have an iPad with the smart cover, and it's usually supposed to turn on the iPad when u open it, but it's no doing that for me. Nor is it turning off without pressing the button. What is the meaning of this?

    So I have an iPad with the smart cover, and it's usually supposed to turn on and off the iPad when u open it and close it, but it's not turning on for me. Nor is it turning off without pressing the button. What is the meaning of this?what caused it to be this way? Is there someway that I could fix it?

    Wait a sec did this just start?
    You set up the smart cover function in settings (you did that, right?) so, if you did that and it's failed you make an appointment at your nearest Genius Bar now.

Maybe you are looking for