Re enable dequeueing for expired messages in AQ

Dear all,
I need to reprocess expired messages in an advanced queue.
Is there a script that allows either to retry dequeuing or to re insert/enqueue again the messages?
The creation script of the queue follows:
BEGIN
  SYS.DBMS_AQADM.CREATE_QUEUE
    QUEUE_NAME          =>   'CC.PMTS'
   ,QUEUE_TABLE         =>   'CC.PMTS_DATA'
   ,QUEUE_TYPE          =>   SYS.DBMS_AQADM.NORMAL_QUEUE
   ,MAX_RETRIES         =>   0
   ,RETRY_DELAY         =>   0
   ,RETENTION_TIME      =>   0
   ,COMMENT             =>   'Comment'
END;
Thanks

There is another forurm for AQ queries: https://forums.oracle.com/community/developer/english/oracle_database/advanced_queueing

Similar Messages

  • Enable routing for failed messages on receive port

    Hi,
    I have a receive port with a WCF-CustomIsolated receive location.
    On receive port I checked "Enable routing for failed messages".
    In pipeline settings I have set ValidateDocument to true.
    When a client sends me an incorrect schema, it receives a validation error (that happened in pipeline) and it's OK.
    But it's not routed as a fault message to message box.
    Could you help me why does it happen?
    Why "routing for failed messages" does not work in this case? And in what cases it should work?
    Thank you!

    Hi Vlad,
    Failed Message is created only when there are subscribers for it.
    Create a send port with following filter 
    ErrorReport.ErrorType=FailedMessage
    Please mark the post as answer if this answers your question. If this post is helpful, please vote as helpful by clicking the upward arrow mark next to my reply.

  • Forums : Enable Attachments for Private Messages

    Hi
    I have installed the Forums SP18 on EP7.
    The Create New Thread option in Forums allows attachemnts option.
    But the Create New Private Message Screen Does not allow attachements.
    How to enable this option? Is it Supported ?
    Regards
    Rajendra

    Dear
    users with the necessary permissions can attach a file to a message.
    Enabling Private Messages  setting following link will be useful for you
    http://help.sap.com/saphelp_nw70/helpdata/en/44/9bbed088d53489e10000000a155369/content.htm
    for Defining the Message Attachment Policy  ,this following link will be useful for you
    http://help.sap.com/saphelp_nw70/helpdata/en/44/93780e2d206999e10000000a11466f/frameset.htm
    Regards
    Tushar Dave

  • Getting "licensing for this product has expired" message after reinstalling CS6

    I recently upgraded my operating system on the same computer from Windows 7 32-bit to Windows 7 64-bit. This of course meant I had to do a clean reinstall of all my software.
    When I reinstalled Photoshop CS6, I got an error "licensing for this product has expired."
    In hindsight, after researching the problem, I realize I should had deactivated CS6 on my 32-bit installation before upgrading the computer, but I didn't. I did, however, upgrade to a new hard drive when I upgraded my operating system, so I was able to put the old hard drive back in and deactivate the original installation after the fact.
    However, on the 64- bit installation, even when I try uninstalling CS6 and installing it again, it accepts my serial number, but then gives me the "licensing for this product has expired message."
    I have tried contacting Adobe online chat help twice. Each time I get an agent quickly, but after asking a few questions they tell me they need to transfer me to the "install department." The other night I was left in limbo a half hour waiting for the install department before I gave up. Tonight I've been on for almost an hour and am still waiting.
    I assume that CS6 has left something in the registry of the 64-bit installation that no longer allows me to install Photoshop with my current (valid) serial number, but I have no idea how to fix it or get through to Adobe help. Any ideas? Thanks.

    Just to update this, I was able to connect with Adobe by phone and resolve the problem. The guy on the phone was much more helpful than my two previous attempts to contact Adobe by their online chat.
    The guy had me repeat the steps outlined in Solution 3 in the document that Bill refers to, however we also did the additional step of running a program called Adobe Creative Cloud Cleaner tool. That program removed the files from my system that were preventing Photoshop from running.
    Thanks all.

  • I cant send MMS using my iphone 5s . it keep on prompt me a msg "MMS Messaging needs to be enabled to send this message", but inside "setting/message" there's no button for me to ON the SMS/MMS. pls help. Thks

    I cant send MMS using my iphone 5s . it keep on prompt me a msg "MMS Messaging needs to be enabled to send this message", but inside "setting/message" there's no button for me to ON the SMS/MMS. pls help. Thks

    @Dmitriy Buldakov, have you found the solution to the issue yet? I have the same problem, no option to turn on MMS in my iPhone settings. I checked the settings on my friend's iPhone, which has the same iOS version as me (8.1.1), and the option is there. It's really annoying...

  • I have set up my work Exchange email/calendar. After setting up I am getting passcode expired message and asking for changing the passcode with a 16   digit and 4 special characters. No combination of numberic, alphanumeric, special characters works. Help

    I have set up my work Exchange email/calendar. After setting up I am getting passcode expired message and asking for changing the passcode with a 16 +  digit and 4 special characters. No combination of numberic, alphanumeric, special characters is working. Help!!

    I have set up my work Exchange email/calendar. After setting up I am getting passcode expired message and asking for changing the passcode with a 16 +  digit and 4 special characters. No combination of numberic, alphanumeric, special characters is working. Help!!

  • Hi, I cant login to the facebook app on my iphone 5 ios 6.0.2.  I keep getting an error message saying 'There was an error logging in using single sign on' when im asked to log in again i get a 'session expired' message.  This only started happening yeste

    Hi, I cant login to the facebook app on my iphone 5 ios 6.0.2.  I keep getting an error message saying 'There was an error logging in using single sign on' when im asked to log in again i get a 'session expired' message.  This only started happening yesterday. Anyone else having this problem? Thanks.

    I am having the same problem and took the following steps to mitigate it to no avail.
    1. I deleted the Facebook app on the phone and turned off Facebook in the iPhone's system-wide settings.
    2. I re-enabled Facebook in the iPhone's system-wide settings and reinstalled the Facebook app and logged in again. It worked. For about an hour.
    3. I completely restored the phone to a previous backup (before the problems started) and reenabled Facebook .... reinstalled the app.... and now it works intermittenly. But it hasn't worked in about 12 hours now (just tried a few minutes ago).
    Please advise.

  • Weblogic 10.3 Not Removing Expired Messages from JMS Queues

    Dear All,
    We have an application that is running on Weblogic 10.3.
    This application (let us call this application Y) receives messages on a JMS queue. These messages are placed on the queue by another application (let us call this application X). We would like to have these messages expire within a certain amount of time (i.e. 90000 ms) if they are not consumed.
    Now when application X places the messages onto the queue for application Y to consume, the JMS producer sets the time to live to 90000 ms. We can see that expiration time has been set appropriately in the weblogic console. If a message sits on the queue for longer than 90000 ms the state string of the message is changed to "receive expired". What we don't understand is why the expired messages still end up being consumed from the queue.
    We understand that Weblogic is supposed to have an 'Active Message Expiration' thread that will remove expired messages from the queue. The Expiration Scan Interval for the JMS Server is set to 30 (seconds).
    Can anyone tell us why our expired messages don't seem to be deleted from the queues?
    Tim

    Thank you for the response Rene.
    We have set up both the active expiration scan and the message expiration policy. The active expiration scan is set for every 30 seconds. The message expiration policy is set to "discard". However, the expired messages are still being consumed. Is it possible we are doing something wrong? See a portion of our configuration files below.
    We have set up the expiration scan time interval. See a portion of our config.xml below:
    <jms-server>
    <name>brokerJMSServer</name>
    <target>AdminServer</target>
    <persistent-store xsi:nil="true"></persistent-store>
    <store-enabled>true</store-enabled>
    <allows-persistent-downgrade>false</allows-persistent-downgrade>
    <hosting-temporary-destinations>true</hosting-temporary-destinations>
    <temporary-template-resource xsi:nil="true"></temporary-template-resource>
    <temporary-template-name xsi:nil="true"></temporary-template-name>
    <message-buffer-size>-1</message-buffer-size>
    *<expiration-scan-interval>30</expiration-scan-interval>*
    <production-paused-at-startup>false</production-paused-at-startup>
    <insertion-paused-at-startup>false</insertion-paused-at-startup>
    <consumption-paused-at-startup>false</consumption-paused-at-startup>
    </jms-server>
    <jms-system-resource>
    <name>broker-jms</name>
    <target>AdminServer</target>
    <sub-deployment>
    <name>EhrBrokerRequestQueue</name>
    <target>brokerJMSServer</target>
    </sub-deployment>
    <descriptor-file-name>jms/broker-jms.xml</descriptor-file-name>
    </jms-system-resource>
    <admin-server-name>AdminServer</admin-server-name>
    We have set up the message expiration policy in our jms descriptor. See a portion below:
    <?xml version='1.0' encoding='UTF-8'?>
    <weblogic-jms xmlns="http://www.bea.com/ns/weblogic/weblogic-jms" xmlns:sec="http://www.bea.com/ns/weblogic/90/security" xmlns:wls="http://www.bea.com/ns/weblogic/90/security/wls" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.bea.com/ns/weblogic/weblogic-jms http://www.bea.com/ns/weblogic/weblogic-jms/1.0/weblogic-jms.xsd">
    <queue name="EhrBrokerRequestQueue">
    <delivery-params-overrides>
    <redelivery-delay>-1</redelivery-delay>
    </delivery-params-overrides>
    <delivery-failure-params>
    <redelivery-limit>-1</redelivery-limit>
    *<expiration-policy>Discard</expiration-policy>*
    </delivery-failure-params>
    <jndi-name>EhrBrokerRequestQueue</jndi-name>
    </queue>
    </weblogic-jms>
    What could we be doing wrong?
    Kind Regards,
    Tim

  • Expired messages not logged correctly

    The Expiration Policy is set to "Log" and the Expiration Logging Policy is set to "%header%,%properties%" yet there are no entries in the server log.
              I am using a JMS template to configure my destinations and I can see that the other template settings (Redelivery Delay Override, Redelivery Limit) are correctly recognized. This is configured on WebLogic Server 8.1 SP5
              I can see the messages are being redelivered as many times as specified in the template but after the final attempt nothing is logged in the server log. Please advise how to resolve this issue.

    TimeToLive is a synonym for "expiration time".
              TimeToDeliver is only activated if your application or configuration has enabled an optional extension for scheduled messaging - sometimes also referred to as "setting the message's birth time" to be sometime in the future rather than immediate.
              Expired messages and messages that have reached redelivery limit can be automatically moved to an error destination - see http://e-docs.bea.com/wls/docs81/ConsoleHelp/domain_jmsqueue_config_redelivery.html
              Tom

  • Delivery expired (message too old)

    Hello,
    I am getting a few errors each day related to the following type of message.  I have done some web searches, and a few pointed to Windows 2008 DNS as a possible problem.  However, our Ironports point to our external DNS which is BIND.   Here is the relevant data from message tracking.
    SMTP delivery connection (DCID 163673330) opened from IronPort interface 10.193.13.181 to IP address 10.192.3.45 on port 25.
    19 Jul 2011 17:20:01 (GMT -04:00)
    (DCID 163673329) Message 492404228 to [email protected] bounced by destination server. Reason: 5.4.7 - Delivery expired (message too old) ('000', ['[Errno 61] Connection refused']) [(\'X-SBRS\', \'None\'), (\'X-HAT\', \'Group: RELAYLIST, Policy: $RELAYED\'), (\'X-VITAFiles\', \'Attached: image001.jpg, image002.jpg\'), (\'subject\', \'RE: orientation\'), (\'from\', \'"Evans, PATRICIA EVANS (DBHDS)" <[email protected]>\'), (\'to\', \'"Breeding, Myra" <[email protected]>\')]
    Anyone else see this?  Any ideas on how to fix it?
    Thanks ahead of time!
    Elias

    Greetings Elias,
    With the data you provided its a bit difficult to say if this is related to a DNS issue or not. A couple of things you may want to do here to further diagnose this.
    If delivery attempts fail, this means the destination's mail server  did not accept a given message after 72 hours or 100 iterations of  consecutive tries (example).   This issue can be seen either incoming  (delivery to your internal groupware server) or outgoing (towards  another domain via the Internet).   While this does not necessarily  signal a problem with your local IronPort ESA, you can work around this  by extending the retransmission period or number of attempts, and  therefore increasing the chances for successful delivery.   These values  are controlled by the IronPort's Bounce Profiles.
    Note: If you  wish to make the retransmission timeout more lax, increasing the value  may increase your chance for successful delivery.   The overall duration  (i.e., "maximum number of seconds") defines times in terms of seconds.  The default value is 259,200 seconds, or three days. We'd recommend  increasing this threshold to 345,600 seconds (four days) or 432,000  (five days) if necessary.
    To edit the "Default" bounce profile via the GUI:
    1) Go to Network > Bounce Profiles > select your Profile Name
    2) set "Maximum Number of Retries" to change the number of times we attempt delivery
    3) set "Maximum Time in Queue" to specify the total length of time to store the message for retransmission
    4) set "Maximum Time to Wait per Message" to give the maximum interval between retries
    Alternatively, we can use the CLI 'bounceconfig' command to set the same values.
    You may also want to enable the domain debug logs to this host. This way you can see the full smtp conversation between your appliance and the remote host. This may provide some more detail on the previous failures before it gets to this state.
    Additionally you may want to also consult the mail logs for the previous failures.
    Below is some more information on setting up the domain debug logs.
    The domain debug log is a system log  designed to record all SMTP traffic between a specific domain and an   Email Security Appliance (ESA)  for a finite number of sessions. This  log type can assist in troubleshooting issues that relate to a specific  recipient domain or host. Each session is recorded until the number of  session defined has been reached, at which time the log will stop  collecting data. You can stop domain debug before all sessions have been  recorded by deleting or editing the log subscription.
    Configuration
    Logs can be configured and created through the IronPort CLI   using the logconfig command or via the GUI.
    To configure logs via the GUI, see the Advanced User Guide: Log Subscriptions .
    Below is an example of creating a Domain Debug Log subscription using the CLI:.
    example.run> logconfig
    Currently configured logs:
    1. "antispam" Type: "Anti-Spam Logs" Retrieval: FTP Poll
    2. "antivirus" Type: "Anti-Virus Logs" Retrieval: FTP Poll
    3. "asarchive" Type: "Anti-Spam Archive" Retrieval: FTP Poll
    4. "avarchive" Type: "Anti-Virus Archive" Retrieval: FTP Poll
    5. "bounces" Type: "Bounce Logs" Retrieval: FTP Poll
    6. "cli_logs" Type: "CLI Audit Logs" Retrieval: FTP Poll
    7. "error_logs" Type: "IronPort Text Mail Logs" Retrieval: FTP Poll
    8. "euq_logs" Type: "IronPort Spam Quarantine Logs" Retrieval: FTP Poll
    9. "euqgui_logs" Type: "IronPort Spam Quarantine GUI Logs" Retrieval: FTP Poll
    10. "ftpd_logs" Type: "FTP Server Logs" Retrieval: FTP Poll
    11. "gui_logs" Type: "HTTP Logs" Retrieval: FTP Poll
    12. "mail_logs" Type: "IronPort Text Mail Logs" Retrieval: FTP Poll
    13. "reportd_logs" Type: "Reporting Logs" Retrieval: FTP Poll
    14. "reportqueryd_logs" Type: "Reporting Query Logs" Retrieval: FTP Poll
    15. "scanning" Type: "Scanning Logs" Retrieval: FTP Poll
    16. "sntpd_logs" Type: "NTP logs" Retrieval: FTP Poll
    17. "status" Type: "Status Logs" Retrieval: FTP Poll
    18. "system_logs" Type: "System Logs" Retrieval: FTP Poll
    19. "updater_logs" Type: "Updater Logs" Retrieval: FTP Poll
    Choose the operation you want to perform:
    - NEW - Create a new log.
    - EDIT - Modify a log subscription.
    - DELETE - Remove a log subscription.
    - SETUP - General settings.
    - LOGHEADERS - Configure headers to log.
    - HOSTKEYCONFIG - Configure SSH host keys.
    []> new
    Choose the log file type for this subscription:
    1. IronPort Text Mail Logs
    2. qmail Format Mail Logs
    3. Delivery Logs
    4. Bounce Logs
    5. Status Logs
    6. Domain Debug Logs
    7. Injection Debug Logs
    8. System Logs
    9. CLI Audit Logs
    10. FTP Server Logs
    11. HTTP Logs
    12. NTP logs
    13. LDAP Debug Logs
    14. Anti-Virus Logs
    15. Anti-Virus Archive
    16. Scanning Logs
    17. IronPort Spam Quarantine Logs
    18. IronPort Spam Quarantine GUI Logs
    19. Reporting Logs
    20. Reporting Query Logs
    21. Updater Logs
    [1]> 6
    Please enter the name for the log:
    []> debug_example
    Enter the name of the domain for which you want to record debug information.
    []> example.com
    Please enter the number of SMTP sessions you want to record for this domain.
    [1]> 8
    Choose the method to retrieve the logs.
    1. FTP Poll
    2. FTP Push
    3. SCP Push
    4. Syslog Push
    [1]>
    Filename to use for log files:
    [example.com.text]>
    Please enter the maximum file size:
    [10485760]>
    Please enter the maximum number of files:
    [10]>
    Currently configured logs:
    1. "antispam" Type: "Anti-Spam Logs" Retrieval: FTP Poll
    2. "antivirus" Type: "Anti-Virus Logs" Retrieval: FTP Poll
    3. "asarchive" Type: "Anti-Spam Archive" Retrieval: FTP Poll
    4. "avarchive" Type: "Anti-Virus Archive" Retrieval: FTP Poll
    5. "bounces" Type: "Bounce Logs" Retrieval: FTP Poll
    6. "cli_logs" Type: "CLI Audit Logs" Retrieval: FTP Poll
    7. "debug_example" Type: "Domain Debug Logs" Retrieval: FTP Poll
    8. "error_logs" Type: "IronPort Text Mail Logs" Retrieval: FTP Poll
    9. "euq_logs" Type: "IronPort Spam Quarantine Logs" Retrieval: FTP Poll
    10. "euqgui_logs" Type: "IronPort Spam Quarantine GUI Logs" Retrieval: FTP Poll
    11. "ftpd_logs" Type: "FTP Server Logs" Retrieval: FTP Poll
    12. "gui_logs" Type: "HTTP Logs" Retrieval: FTP Poll
    13. "mail_logs" Type: "IronPort Text Mail Logs" Retrieval: FTP Poll
    14. "reportd_logs" Type: "Reporting Logs" Retrieval: FTP Poll
    15. "reportqueryd_logs" Type: "Reporting Query Logs" Retrieval: FTP Poll
    16. "scanning" Type: "Scanning Logs" Retrieval: FTP Poll
    17. "sntpd_logs" Type: "NTP logs" Retrieval: FTP Poll
    18. "status" Type: "Status Logs" Retrieval: FTP Poll
    19. "system_logs" Type: "System Logs" Retrieval: FTP Poll
    20. "updater_logs" Type: "Updater Logs" Retrieval: FTP Poll
    Choose the operation you want to perform:
    - NEW - Create a new log.
    - EDIT - Modify a log subscription.
    - DELETE - Remove a log subscription.
    - SETUP - General settings.
    - LOGHEADERS - Configure headers to log.
    - HOSTKEYCONFIG - Configure SSH host keys.
    []>
    example.run> commit
    Domain Debug Log
    Below  is an example of a Domain Debug Log looks like when the IronPort  appliance delivers a message to the recipient domain: "example.com". 
    Tue Mar 22 16:52:07 2005 Info: 411 Rcvd: '220 ESmtp mail.example.com ESMTP service ready'
    Tue Mar 22 16:52:07 2005 Info: 411 Sent: 'EHLO ironport.com'
    Tue Mar 22 16:52:07 2005 Info: 411 Rcvd: '250-mail.example.com'
    Tue Mar 22 16:52:07 2005 Info: 411 Rcvd: '250-8BITMIME'
    Tue Mar 22 16:52:07 2005 Info: 411 Rcvd: '250-SIZE 31981568'
    Tue Mar 22 16:52:07 2005 Info: 411 Rcvd: '250 PIPELINING'
    Tue Mar 22 16:52:07 2005 Info: 411 Sent: 'MAIL FROM:<[email protected]>'
    Tue Mar 22 16:52:07 2005 Info: 411 Rcvd: '250 sender <[email protected]> ok'
    Tue Mar 22 16:52:07 2005 Info: 411 Sent: 'RCPT TO:<[email protected]>'
    Tue Mar 22 16:52:07 2005 Info: 411 Rcvd: '250 recipient <[email protected]> ok'
    Tue Mar 22 16:52:07 2005 Info: 411 Sent: 'DATA'
    Tue Mar 22 16:52:07 2005 Info: 411 Rcvd: '354 go ahead'
    Tue  Mar 22 16:52:07 2005 Info: 411 Sent: 'Received: from unknown  (HELO)(10.250.7.164)rn by ironport.com with SMTP; 22 Mar 2005 16:52:08  -0800rn'
    Tue Mar 22 16:52:07 2005 Info: 411 Sent: 'Message-ID:  <[email protected]>rnFrom: "User"  <[email protected]>rnTo:<[email protected]>rn  Subject:TestrnDate:Tue,22Mar200516:57:28-0800rnMIME-Version:1.0rn
    Content-Type:multipart/alternative;rntboundary="----=_NextPart_000_000A_01C52F00.3AA3B580"rnX-Priority:  3rnX-MSMail-Priority: Normalrn X-Mailer: Microsoft Outlook Express  6.00.2900.2180rnX-MimeOLE: Produced ByMicrosoft  MimeOLEV6.00.2900.2180rnrnThis is a multi-part  messageinMIMEformat.rnrn------=_NextPart_000_000A_01C52F00.3AA3B580rnContent-Type:text/plain;rntcharset=  "iso-8859-1"rnContent-Transfer-Encoding: quoted-printablernrnThis  isthebodyofthemail.rnThisisadisclaimer.rnrn------=_NextPart_000_000A_01C52F00.3AA3B580rnContent-Type:text/html;rntcharset=   "iso-8859-1"rnContent-Transfer-Encoding:quoted-printablernrnrnrnrnrnrnrnrnThis is the  body of thernmail.
    This is a  disclaimer.rn  rnrn------=_NextPart_000_000A_01C52F00.3AA3B580--rn'
    Tue Mar 22 16:52:07 2005 Info: 411 Sent: '.rn'
    Tue Mar 22 16:52:07 2005 Info: 411 Rcvd: '250 ok dirdel'
    Tue Mar 22 16:52:12 2005 Info: 411 Sent: 'QUIT'
    Tue Mar 22 16:52:12 2005 Info: 411 Rcvd: '221 mail.example.com'
    Christopher C Smith
    CSE
    Cisco IronPort Customer Support 

  • XML Forms with Expiring Message Date

    Hi,
      I need to create a XML form with Expiring Message Date i.e the messages should not be visible in the iview after entered expiring date. Kindly let me know how can I achieve this.
    Thanks & Regards,
    Ravi

    Hello Ravi
    This can be achieved through the Time-based Publishing service provided by SAP.  To make sure the service is active for your repository, go to System Administration > System Configuration > Knowledge Management > Content Management > Repository Managers > CM Repository (if that's the kind of repository you're working in).  Then select your repository and make sure that 'tbp' is in the list of Repository Services assigned.  If not, assign that service and restart the portal.
    Then, within KM Content, enter the Details menu of the folder within that repository for which you'd like this service activated, then go to Settings > Lifetime and click the 'Enable Time-Dependent Publishing' button.  This will activate the service for that folder.
    Then in your XML form, you can provide the Lifetime properties "Valid From" and/or "Valid To" to specify when a message should be active, and when it should expire.  At that point, anyone who has read access to that folder would only see the messages that are within these active dates.
    Hope this helps!  For more information, see SAP's <a href="http://help.sap.com/saphelp_nw04/helpdata/en/e8/a9a76828b8dc469969ff450ec81ced/frameset.htm">Lifetime of Documents</a> documentation.
    Cheers,
    Fallon

  • How to resolve "Your Trial Has Expired" message when launching InDesign CS6

    Hello, just joined the Creative Cloud via the "Free" option.  The Adobe Application Manager downloaded and installed after which I was presented the list of Adobe Products which I could "Try" for the 30-day trial period.  After installing InDesign CS6 for trial, I'm getting a "Your Trial has Expired" message when I launch InDesign C6.
    My PC environment is: Windows 7 Pro - SP1 (x64 bit)
    I do have Adobe Acrobat X installed (with Enfocus PitStop v10 plugin)
    Any thoughts as to what is causing this error??
    How do I resolve it??

    Hi MickyRatz,
    If the trial version indicates as being expired then it has expired. There is no way to extend the trial.
    You can find more details at Adobe trial software expired early -http://helpx.adobe.com/x-productkb/global/trial-software-expired-early .html.

  • Enabling SSL for Oracle Enterprise Manager 10.1.3.1 is Failing!!!

    Hi All,
    I have followed the steps described in
    http://download-uk.oracle.com/docs/cd/B31017_01//core.1013/b28940/em_app.htm#BABCEEAH.
    However when I am trying to start the application server using 'opmnctl startall' the server is not starting and some timeout is getting generated in the log file.
    Is it that enabling SSL will only make the EM console secured? Then how to enable SSL for other soa components like - BPEL,ESB,OWSM? Are there any documentations available?
    Also please let me know how can I enable SSL for Oracle Application server console?
    Please any advice will be appreciated. I am in the middle of a project delivery.
    Thanks

    Hi,
    Let me first highlight the installation that I have done. I have installed SOA components with 'basic installation' mode.
    The log file under <ORACLE_SOA_HOME>/opmn/config/ has generated the following stack:-
    08/07/25 11:03:34 Start process
    08/07/25 11:03:37 WARNING: XMLApplicationServerConfig.overwriteSiteConfigPort Port assignment is ignored: web-site not found in the server OC4JServiceInfo id: default-web-site protocol: http hostname: null port: 8890 description: null
    08/07/25 11:03:37 WARNING: XMLApplicationServerConfig.overwriteSiteConfigPort Port assignment is ignored: web-site not found in the server OC4JServiceInfo id: secure-web-site protocol: https hostname: null port: 1156 description: null
    08/07/25 11:03:47 log4j:WARN No appenders could be found for logger (wsif).
    08/07/25 11:03:47 log4j:WARN Please initialize the log4j system properly.
    08/07/25 11:03:53 WARNING: OC4J Service: ascontrol-web-site with protocol: https and port: 1156 was not declared in opmn.xml
    08/07/25 11:03:53 Oracle Containers for J2EE 10g (10.1.3.1.0) initialized
    08/07/25 11:03:53 WARNING: OC4J will not send ONS ProcReadyPort messages to opmn for service: OC4JServiceInfo id: default-web-site protocol: http hostname: null port: 8890 description: null
    08/07/25 11:03:53 default-web-site hostname was null
    08/07/25 11:03:53 WARNING: OC4J will not send ONS ProcReadyPort messages to opmn for service: OC4JServiceInfo id: secure-web-site protocol: https hostname: null port: 1156 description: null
    08/07/25 11:03:53 secure-web-site hostname was null
    On the command prompt I am getting the following error:-
    opmn id=CALTP8BB32:6203
    0 of 1 processes started.
    ias-instance id=home.CALTP8BB32.cts.com
    +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    ias-component/process-type/process-set:
    default_group/home/default_group/
    Error
    --> Process (index=1,uid=301928631,pid=2944)
    failed to start a managed process after the maximum retry limit
    Log:
    D:\product\SOASuite\opmn\logs\\default_group~home~default_group~1.log
    --------------------------------------------------------------+---------
    ias-component | process-type | pid | status
    --------------------------------------------------------------+---------
    OC4JGroup:default_group | OC4J:home | N/A | Down
    ASG | ASG | N/A | Down
    Please let me know where am I going wrong?
    Thanks,
    Mandrita.

  • #550 4.4.7 QUEUE.Expired; message expired ## With LastError "A storage transient failure has occurred during content conversion." In submission Queue. (Exchange 2013)

    Greetings,
    We seem to be having a problem with some users who are attempting to send e-mails from within the organisation to an external domain. Not all users are affected, and not all outgoing e-mails have this issue.
    Some e-mails get stuck in the submission queue. This is the error message in Last Error : "A storage transient failure has occurred during content conversion."
    Days later, the internal user who send the message gets a #550 4.4.7 QUEUE.Expired; message expired ## NDR.
    We did have some initial configuration issues, but these were fixed more than a week ago :
    - The external FQDN during EHLO was set to the wrong address, now pointing to the correct one.
    - SPF record was updated with new IP adress.
    Here is some additional information on the issue :
    - Not on any blacklists - checked using dnsbl.info
    - Telnet to remote servers works from exchange server, connections are accepted and can send mail.
    - Outbound SMTP test ran using Microsoft Remote Connectivity Analyser : Passed with both External (Static) and Smarthost IP.
    - This seems to happen only with emails that have an attachment and that are transfered, but only for the affected users. 
    - If content from these e-mails is manually copied over to a new email, email is sent to destination without problem.
    Configuration information :
    - Exchange 2013 running on Windows 2012 Datacenter with all latest updates.
    - Outgoing e-mail is sent via smarthost. Only one outbound transport rule is active.
    - Using internal DNS server.
    - There is only one mailbox database.
    Thank you for taking the time to read this!

    On Wed, 16 Jan 2013 15:31:14 +0000, Ipigi wrote:
    >Sorry, I often get some terms mixed up when I explain things as our users use the French version of outlook.
    >
    >E-mails are not transferred, but forwarded manually from their outlook. Message format in outlook is set to HTML and not Rich Text when they foward the e-mail.
    Do they forward the message as an attachment?
    >When forwarded internally, this is in the internet headers :
    >
    >Content-Type: application/ms-tnef; name="winmail.dat" Content-Transfer-Encoding: binary
    Within your organization I'm prety sure that messages will use TNEF.
    What does the message contain at the external recipient's side?
    >It really seems to me that Exchange is not converting RTF to Plain Text. The first link you provided states in it's final paragraph that Exchange should be doing this conversion.
    If you can, try creating a mail-enabed Contact for one of the external
    recipients and set the message format on that.
    >If I disabled TNEF as that link suggests, offending messages will get stuck in the submission queue again.
    >
    >I thank you for your help so far. This is not an issue I've had with any previous installations/migrations of Exchange that I have done.
    >
    >Please let me know if you need any additional information.
    Have you tried UNsetting TNEF on the remote domain?
    Set-RemoteDomain Default -TNEFEnabled $null
    That should leave it up to the client to determine the format. It's
    probably not what you're after, but see it makes a difference in the
    format.
    Rich Matheisen
    MCSE+I, Exchange MVP
    --- Rich Matheisen MCSE+I, Exchange MVP

  • Cannot Read Body Parts for certain messages on IMAP Server

    Hi There
    I get the following exception on some (not all) messages when trying to extract and save body parts from an email message on the IMAP server. I can iterate through all the body parts, get the filenames, etc. but when I try to read them I get the following error. Any ideas?
    It is MS Exchange (not sure what version) and seems to happen more when there are multiple file attachments or embedded images. We also have a POP3 option and this seems to work fine, only fails when using IMAP...
    java.io.ByteArrayOutputStream baos = new java.io.ByteArrayOutputStream();
    DataHandler dh = bodyPart.getDataHandler();
    dh.writeTo(baos); // <=== Exception here
    TYPE=TEXT/PLAIN; name="New Text Document.txt"/Disposition=attachment
    java.lang.NullPointerException
         at com.sun.mail.iap.Response.parse(Response.java:130)
         at com.sun.mail.iap.Response.<init>(Response.java:87)
          at com.sun.mail.imap.protocol.IMAPResponse.<init>(IMAPResponse.java:48)
         at com.sun.mail.imap.protocol.IMAPResponse.readResponse(IMAPResponse.java:122)
         at com.sun.mail.imap.protocol.IMAPProtocol.readResponse(IMAPProtocol.java:230)
         at com.sun.mail.iap.Protocol.command(Protocol.java:263)
         at com.sun.mail.imap.protocol.IMAPProtocol.fetch(IMAPProtocol.java:1234)
         at com.sun.mail.imap.protocol.IMAPProtocol.fetch(IMAPProtocol.java:1226)
         at com.sun.mail.imap.protocol.IMAPProtocol.fetchBody(IMAPProtocol.java:994)
         at com.sun.mail.imap.protocol.IMAPProtocol.fetchBody(IMAPProtocol.java:983)
         at com.sun.mail.imap.IMAPBodyPart.getContentStream(IMAPBodyPart.java:169)
         at javax.mail.internet.MimePartDataSource.getInputStream(MimePartDataSource.java:94)
         at javax.activation.DataHandler.writeTo(DataHandler.java:297)
         at com.workpool.interactionservices.EmailMessageUtils.saveBodyPartToFile(EmailMessageUtils.java:250)
         at com.workpool.interactionservices.EmailMessageMimeConvertor.processBodyPart(EmailMessageMimeConvertor.java:305)

    I presume the work around you refer to is to make a copy
    of the message? That's all I could find in the FAQ under
    IMAP. I'll try that.
    Unfortunately the server is sitting with a client on their LAN
    and we don't have remote access for debugging. We don't
    currently have a way to easily enable debugging for testing.
    Getting access for testing can take a few days ... but I shall
    do this if the work around does not work.

Maybe you are looking for

  • MacBook Pro Software/Gaming software help??

    Ok, First of all im planning in getting myself a MacPro 13" This xmas for myself, And i had a couple questions. First of all: 1. Does Mac Pro already come with Mac OS X Snow Leopard?? Or do we have to buy the software also? 2. Would it be used for a

  • Rpm's required for installing 11i

    Hi, can any one help me in getting the list of rpm's that are needed for installing 11i in oel 5.5 ????? Thank u, Deepu

  • Adobe Premiere 13 doesn't recognize my DVD burner

    I am running Premiere 13 and am trying to burn a DVD.  I can burn the project to a folder, but cannot burn directly to a DVD.  The program doesn't recognize my DVD burner.  When I use Windows Explorer to copy the files to a DVD, the DVD will not play

  • Start premiere pro 2.0

    I installed Premiere pro 2.0 successfully, but it will not start. Is it compatible with windows 7?

  • Quantity showing zero using T.Code FBL1N & FBL5N

    Hi All, Quantity showing ZERO using T.Code FBL5N & FBL1N. Please help. Thanks & Regards Ritu Verma