No Entry in SOST Queue, but NAST entry exists

Hi ,
I have a peculiar problem. I have created sales order and could see output issued in sales order in green status.
Also the entry is present in NAST table. However i do not see any entry in queue in SOST.
I chcked with Basis guys and confirmed SMTP node is ON.
Is there any disconnect between NAST table and SOST queue?
Do i need anything additional to look after?
Regards,
Sarang

Hi,
Add the below line along with the Call function :
DESTINATION 'NONE'
the FM call should look like.
CALL FUNCTION 'SO_NEW_DOCUMENT_SEND_API1'
       DESTINATION 'NONE'
       EXPORTING
         document_data              = l_wa_doc_data
         commit_work                = 'X'
       IMPORTING
         sent_to_all                = l_var_sent
       TABLES
         object_content             = l_tab_objcont
         receivers                  = l_tab_receiver
       EXCEPTIONS
         too_many_receivers         = 1
         document_not_sent          = 2
         document_type_not_exist    = 3
         operation_no_authorization = 4
         parameter_error            = 5
         x_error                    = 6
         enqueue_error              = 7
         OTHERS                     = 8.
this should solve your issue

Similar Messages

  • How to delete the orphaned Expected Rule Entries exist in the FIM portal

    Hi,
    How to delete the orphaned Expected Rule Entries exist in the FIM portal.
    A large number of orphaned Expected Rule Entries exist in the FIM portal (originally 140000k+ objects, currently 75000+ objects). They consume the a lot of FIM database space and slows down the identity lifecycle management synchronization processes.
    Regards
    Anil Kumar

    Hello,
    in my environments i use this approach:
    https://social.technet.microsoft.com/Forums/en-US/1af6cf77-4c55-4a3e-93cc-0baae80bc88f/expiration-workflow-cannot-delete-ere?forum=ilm2
    This sets up a compination of Sets, Workflow and MPR to let the "Expiration Workflow" delete EREs as soon as they get orphaned.
    This works fine since 3 years now, even if there are comming SQL-Jobs within a FIM update, but I implemented this before this was done.
    I would suggest to clear the current orphaned EREs with PowerShell to avoid request flooding when implementing the above solution. Then implement that housecleening above.
    Regards
    Peter
    Peter Stapf - ExpertCircle GmbH - My blog:
    JustIDM.wordpress.com

  • No entries exist for the selection-FTR_EDIT

    Hi Experts,
    I created treasury deal in FTR_CREATE, after save the deal systems is prompting Message express document update terminated User Name so and so, after enter Deal is Created in Company Code. But when I check the deal no in FTR_EDIT system is prompting message "No entries exist for the selection", I checked in table VTBFHA also there also deal no is not showing, if try to create Deal again system is taking next available No for the deal. Please share some  ideas if you face same kind of issue.
    Thanks & Regards,
    AIM

    Hi Feng,
    Thanks for your reply.I tried that one also even though i am not able to reslove, please suggest any other solution.
    Thanks & Regards,
    AIM

  • Can I cancel mail job from SOST queue and make its status to be error or red

    Do you have any idea to cancel mail job from SOST queue and make its status to be error or red (msgno = 806) by using coding ??

    veekwall wrote:
    Hi,
    I recently (over this past summer) updated my phone and plan with Verizon.  I'm from Pittsburgh, Pennsylvania, and I got the phone in Pittsburgh.  It is a Droid Eris and very nice.  I got it and a month later I moved to Olympia, Washington for school.  Since moving there, I have hardly been able to use it.  The service is terrible and its been impossible to keep in touch with my family, I wasn't even able to call them over Thanksgiving.  I'm also having to pay extra money so I can use the internet on my phone, but I can't even access the internet let alone make phone calls.  It's really frustrating.  I can't use my phone to keep in touch with everyone in Pittsburgh-and if I am ever in trouble I wouldn't be able to call for help, which makes me really nervous.  Is there a way I can cancel my 2yr contract?  Yes.  Just visit a Verizon store, or dial *611 from your phone and let them know you would like to cancel your account.  Would I have to pay a fee-and how much would that cost? Yes, Verizon no longer waives ETFs due to moving to an area without service, so you will probably have to pay an Early Termination Fee.  Since you have a smartphone, it will probably be $350 less $10 for each month of service you have completed.  The Customer Service rep you contact about cancelling will be able to tell you the exact amount.  Would I have to go to the Verizon store I bought the phone from to do this or would I have to do this in Washington-where I am now living and having the problems? You can do it over the phone, or at a corporate Verizon store.  Help!
    -Victoria

  • Error: No entry exists in table TA20B argument (Create Expense Report page)

    Hello,
    I'm using SAP EP7 and configuring Travel&Expenses (ESS). When trying to display Create Expense Report page, I get the following errror: No entry exists in table TA20B argument and before this error: TA20C argument 01.
    Please, could you help me so as to show the correct content?
    Thanks

    Hi,
    it looks like there is missing record in the table AGR_FLAGS. But I do not know why it's not there. You can try to find some relevant OSS note. There are couple of notes related to the table AGR_FLAGS. Check this one 770358. It looks like it describes your problem. Btw this question is more suitable for Security forum and you will have higher chance of getting answer there.
    Cheers

  • How I can see the amount of sticky entries exist on CSM

    Hi everyone,
    I would like to know how I can see the amount of sticky entries exist on CSM.
    I understand I can not see the amount of sticky entries by executing one "show"
    command on Cat6k/CSM.
    So I have to calculate several output of "show ip slb sticky" to see it.
    However, I would like to get it by simple way.
    So I tried the following test by using SNMP (SNMP-GET point to several instance
    of "slbStats", of 1.3.6.1.4.1.9.9.161.1.1.1.1)
    Client ----- CSM ----- Server
    1: Reboot CSM to clear/initialize sticky table
    2: Client send ping to Server to confirm that the result of counter of "slbStats"
    remains zero (0).
    In this case, I understand CSM should not create an entry on sticky table because
    the packet pass through CSM is not either TCP or UDP.
    3: Then I tried to SNMP-GET to CSM point to several instance of "slbStats"
    The result of this SNMP-GET is as follows:
    Before sending ping
    slbStatsCreatedConnections.2 : 0
    slbStatsCreatedHCConnections.2 : 0
    slbStatsEstablishedConnections.2 : 0
    slbStatsEstablishedHCConnections.2 : 0
    slbStatsDestroyedConnections.2 : 0
    slbStatsDestroyedHCCConnections.2 : 0
    After sending ping
    slbStatsCreatedConnections.2 : 4
    slbStatsCreatedHCConnections.2 : 4
    slbStatsEstablishedConnections.2 : 1
    slbStatsEstablishedHCConnections.2 : 1
    slbStatsDestroyedConnections.2 : 3
    slbStatsDestroyedHCCConnections.2 : 3
    I wonder why all of above MIB objects are increased despite of the packets pass
    through CSM are ICMP.
    So I can not determine whether I should use this method (using SNMP) or not to
    see correct value of the amount of sticky entries
    And I would like to know alternative method to see it by SNMP or other simple way.
    Your information would be greatly appreciated

    Hi Gilles,
    Thank you very much for your pointing and suggestion and I am sorry for my delay response.
    I understand there are two kind of CLI on CSM depend on using CSM mode or RP mode.
    - show command begins with "show ip slb" when using CSM mode (ip slb mode csm)
    - show command begins with "show mode csm x" when using RP mode (ip slb mode rp)
    And "show mod csm x sticky config" command can be done on RP mode only.
    So I tried to "show ip slb sticky config" command on CSM mode, but I could not find
    "config" argument as follows,
    ct65svf1#sh ip slb sticky ?
    client sticky associated with a specific client IP address
    groups list configured sticky groups
    | Output modifiers
    ct65svf1#sh ip slb sticky
    So I think, on CSM mode, I can not calculate the amount of sticky entry by executing one
    show command.
    Is my understanding correct ?
    Best regards,

  • Creating Master to show only rows for which valid entries exist in Detai

    I have created a Master-Detail Form in my Apex application based off of views to tables in a private remote Database.
    In the Master-Detail Creation Wizard, at the "Link Master and Detail" page, I specified that the defined Primary Key in the Master Column should be equal to the corresponding Foreign Key in the Detail Column.
    My goal is to have my Master Form only display rows for which a valid corresponding entry exists in the Detail Form. Yet, the above setup returns all of the rows from the Master Table, even where the corresponding Detail entry is blank.
    Can you provide some light on what I'm doing wrong, and how I can accomplish what I want to do?
    Thank you!

    I have created a Master-Detail Form in my Apex application based off of views to tables in a private remote Database.
    In the Master-Detail Creation Wizard, at the "Link Master and Detail" page, I specified that the defined Primary Key in the Master Column should be equal to the corresponding Foreign Key in the Detail Column.
    My goal is to have my Master Form only display rows for which a valid corresponding entry exists in the Detail Form. Yet, the above setup returns all of the rows from the Master Table, even where the corresponding Detail entry is blank.
    Can you provide some light on what I'm doing wrong, and how I can accomplish what I want to do?
    Thank you!

  • Email gets queued, but not sent until I login to my account on the server.

    This is very strange. Let me explain.
    1. Snow Leopard Server 10.6.2 running on an iMac.
    2. I have the Mail Service running on the server. I can receive emails without problems.
    3. Using my Snow Leopard Server email account, I attempt to send an email to another account (e.g. a mac.com email account).
    4a. If I am actively logged into my Snow Leopard Server account *on the iMac* (e.g. via VNC, as long as my desktop is active), the email will arrive successfully. Here are the mail.log messages:
    postfix/smtpd\[69030]: connect from \[External Host Address]
    postfix/smtpd\[69030]: 942814AD55B: client=\[External Host Address], sasl_method=CRAM-MD5, sasl_username=MyUserName
    postfix/cleanup\[69037]: 942814AD55B: message-id=<[email protected]e. com>
    postfix/qmgr\[65313]: 942814AD55B: from=<[email protected]>, size=604, nrcpt=1 (queue active)
    postfix/smtpd\[69040]: connect from localhost\[127.0.0.1]
    postfix/smtpd\[69040]: C611B4AD568: client=localhost\[127.0.0.1]
    postfix/cleanup\[69037]: C611B4AD568: message-id=<[email protected]e. com>
    postfix/smtpd\[69040]: disconnect from localhost\[127.0.0.1]
    postfix/qmgr\[65313]: C611B4AD568: from=<[email protected]>, size=1043, nrcpt=1 (queue active)
    postfix/smtp\[69038]: 942814AD55B: to=<[email protected]>, relay=127.0.0.1\[127.0.0.1]:10024, delay=0.25, delays=0.1/0.01/0/0.14, dsn=2.0.0, status=sent (250 2.0.0 Ok: queued as C611B4AD568)
    postfix/qmgr\[65313]: 942814AD55B: removed
    postfix/smtp\[69042]: C611B4AD568: to=<[email protected]>, relay=smtp-mx005.mac.com\[17.148.17.5]:25, delay=0.48, delays=0/0.1/0.14/0.23, dsn=2.5.0, status=sent (250 2.5.0 Ok, envelope id [email protected])
    postfix/qmgr\[65313]: C611B4AD568: removed
    4b. If, however, my Snow Leopard Server account is either logged out, or even just "fast user switched" to the Login Window, the email gets queued, but not sent to the external email address. I get the following four messages in the mail.log file:
    postfix/smtpd\[69030]: connect from \[External Host Address]
    postfix/smtpd\[69030]: B5F574AD582: client=\[External Host Address], sasl_method=CRAM-MD5, sasl_username=MyUserName
    postfix/cleanup\[69037]: B5F574AD582: message-id=<[email protected]e. com>
    postfix/qmgr\[65313]: B5F574AD582: from=<[email protected]>, size=604, nrcpt=1 (queue active)
    4c. The instant I login to my machine at home (e.g. via VNC), the email finishes processing. The below messages are logged, and my external email account receives the email:
    postfix/smtpd\[69160]: connect from localhost\[127.0.0.1]
    postfix/smtpd\[69160]: 20B244AD5B0: client=localhost\[127.0.0.1]
    postfix/cleanup\[69037]: 20B244AD5B0: message-id=<[email protected]e. com>
    postfix/smtpd\[69160]: disconnect from localhost\[127.0.0.1]
    postfix/qmgr\[65313]: 20B244AD5B0: from=<[email protected]>, size=1043, nrcpt=1 (queue active)
    postfix/smtp\[69038]: B5F574AD582: to=<[email protected]>, relay=127.0.0.1\[127.0.0.1]:10024, delay=74, delays=0.1/0/0/73, dsn=2.0.0, status=sent (250 2.0.0 Ok: queued as 20B244AD5B0)
    postfix/qmgr\[65313]: B5F574AD582: removed
    postfix/smtp\[69163]: 20B244AD5B0: to=<[email protected]>, relay=smtp-mx006.mac.com\[17.148.17.6]:25, delay=0.49, delays=0.09/0.01/0.15/0.25, dsn=2.5.0, status=sent (250 2.5.0 Ok, envelope id [email protected])
    postfix/qmgr\[65313]: 20B244AD5B0: removed
    I'm very much at a loss here. It's as if the act of logging out (or fast user switching to the Login Window) suspends some process that is required for my email to process. But .... why?
    Any ideas? Any additional information I can provide to help figure this out? Fwiw, I used to run Tiger Server (never tried Leopard Server) and never had this problem.
    Rob

    Looks to me like the anti-virus scanner, amavis. The clue is the line:
    postfix/smtp[69038]: 942814AD55B: to=<[email protected]>, relay=127.0.0.1\[127.0.0.1\]:10024, delay=0.25, delays=0.1/0.01/0/0.14, dsn=2.0.0, status=sent (250 2.0.0 Ok: queued as C611B4AD568)
    where the 10024 is the default port that Amavis runs on. Postfix is configured to pass mail through this port, and queues the mail until Amavis is available.
    My guess, therefore, is that Amavis is set to run under your account rather than under the system, which is why it only runs when you're logged in. Off hand I have no idea how you managed this and that makes it hard to work out how to fix it. I'd start by looking for org.amavis.amavisd.plist in /System/Library/LaunchDaemons, /Library/LaunchDaemons and ~/Library/LaunchDaemons (it should be in the former, but if its in the latter that could explain it.

  • DAC Task are queued but not running

    Hi Everybody,
    Currently we are running the ETL for only Financials and there are 394 tasks in total out of which 285 have been completed successfully. At times some of the tasks would just get stuck on particular action. For e.g The analyze task after dimension population would remain in the queued status and would never switch to run mode. So we had to abort the ETL and restart it. This action resulted in successful completion of the previously queued task. Now for past two days the ETL is once again stuck (queued but not running).
    For e.g The following task is showing status of running
    51     SIL_InventoryProductDimension_SCDUpdate     Running     2009-03-02 21:09:59.0                    DataWarehouse     DataWarehouse     SILOS          Update Slowly Changing Dimension     Informatica     0     0     -2     CUST R11 5 10
    But if I right click on the details
    I get this
    1     SIL_InventoryProductDimension_SCDUpdate_Full     Running     2009-03-02 17:40:41.0     2009-03-02 21:09:09.0     3 hour(s), 28 min(s), 28 sec(s)     Verifying if workflow still running on Informatica Server 'Oracle_BI_DW_Server'.
    If still running will attach to the workflow.     DataWarehouse     Informatica     0          -2     0
    And the remaining detail tasks for this are in queued status.
    What could be the reason?
    Does it need the Infomartica workflow manager open? It is open currently open but must have been accidently closed in between.
    Informatica services have always been running.
    Thank you very much
    Nilesh
    [excel dashboard|http://www.exceldashboard.org]
    dashboard Software
    [Access Dashboard|http://www.accessdashboards.com]
    [Dashboard Reporting|http://www.reportingdashboard.com]
    Edited by: njethwa on Jan 6, 2010 5:39 PM

    Hi
    This Sometime happens with DAC.We faced the same issue and had an SR open with Siebel for almost 2 weeks,they Couldnt help us out.
    Restart your DAC Server and Do a Dryrun and then run your full ETL .
    The Analyze task would not hang anymore.
    I dot have any logical reason why this happens,but i am guessing it has to do with some java heap memory.So restarting the Server would free up the memory.(i am guessing but not sure).
    But it Works.
    Try it
    Let me know if this helps
    Thanks
    H

  • Remote Desktop Client Update 3.8.2 v.11 remains in Software Update queue but, is listed (several times) under "Updates Installed in Last 30 Days.

    Remote Desktop Client Update 3.8.2 v.11 remains in Software Update queue but, is listed (several times) under "Updates Installed in Last 30 Days". This is also the case with HP Printer Software update 3.0 and Digital Camera RAW Compatibility Update 6.03. Clicking the "update" button for these doesn't appear to install the software, but lists it in the "Updates Installed in Last 30 Days" without removing it from the Software Update queue.

    Thank you. I tried that and even gave it a few days to do its thing, but I still get the same results. Remote Desktop, HP Printer, Digital Camera all still appear in "Available Updates", but the same versions appear under "Updates Installed in the Last 30 Days". BTW, I had to manually install the Safari 8.0.4 update because it also wasn't updating.

  • Can't export .MOV in AE cc render queue, But I can Export .MOV using Media Encoder cc

    I get “[file path and name].mov”. An output module failed. The file may be damaged or corrupted. (-1610153464) when trying to export .mov using AE cc render queue but works fine in media Encoder cc. My problem is that i need to export animation with alpfa channel for a client and cannot find an alpha channel option in media encoder.
    Please help

    To export with an alpha channel in Adobe Media Encoder, choose "32 bit" from the Depth menu under the Video tab in the export settings. (That refers to 32 bits per pixel: 8 each for R, G, B, and A.) Of course, that option is only available if the codec can include an alpha channel, such as with the Animation codec in a QuickTime container.
    To deal with QuickTime problems with After Effects CC (12.0), start here:
    http://bit.ly/QT_AE_CC_12

  • Thunderbird won't print, even though Firefox will. Job queued, but seems to think printer is offline?

    Thunderbird won't print, even though Firefox will. Print preview works fine. Job queued, but seems to think printer is offline? Port is not listed when look at print job. (USB connection) Wasn't getting an error message... job just never printed or leaves the queue. Restarting job does not help.
    Setting details below.
    Application Basics
    Name: Thunderbird
    Version: 24.4.0
    User Agent: Mozilla/5.0 (Windows NT 6.2; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.4.0
    Profile Folder: Show Folder
    (Local drive)
    Application Build ID: 20140316131045
    Enabled Plugins: about:plugins
    Build Configuration: about:buildconfig
    Crash Reports: about:crashes
    Memory Use: about:memory
    Mail and News Accounts
    account1:
    INCOMING: account1, , (pop3) mail.comcast.net:110, alwaysSTARTTLS, passwordCleartext
    OUTGOING: smtp.comcast.net:587, alwaysSTARTTLS, passwordCleartext, true
    account2:
    INCOMING: account2, , (none) Local Folders, plain, passwordCleartext
    Extensions
    Test Pilot for Thunderbird, 1.3.9, true, [email protected]
    Important Modified Preferences
    Name: Value
    accessibility.typeaheadfind.flashBar: 0
    browser.cache.disk.capacity: 358400
    browser.cache.disk.smart_size.first_run: false
    browser.cache.disk.smart_size.use_old_max: false
    browser.cache.disk.smart_size_cached_value: 358400
    extensions.lastAppVersion: 24.4.0
    font.name.monospace.el: Consolas
    font.name.monospace.tr: Consolas
    font.name.monospace.x-baltic: Consolas
    font.name.monospace.x-central-euro: Consolas
    font.name.monospace.x-cyrillic: Consolas
    font.name.monospace.x-unicode: Consolas
    font.name.monospace.x-western: Consolas
    font.name.sans-serif.el: Calibri
    font.name.sans-serif.tr: Calibri
    font.name.sans-serif.x-baltic: Calibri
    font.name.sans-serif.x-central-euro: Calibri
    font.name.sans-serif.x-cyrillic: Calibri
    font.name.sans-serif.x-unicode: Calibri
    font.name.sans-serif.x-western: Calibri
    font.name.serif.el: Cambria
    font.name.serif.tr: Cambria
    font.name.serif.x-baltic: Cambria
    font.name.serif.x-central-euro: Cambria
    font.name.serif.x-cyrillic: Cambria
    font.name.serif.x-unicode: Cambria
    font.name.serif.x-western: Cambria
    font.size.fixed.el: 14
    font.size.fixed.tr: 14
    font.size.fixed.x-baltic: 14
    font.size.fixed.x-central-euro: 14
    font.size.fixed.x-cyrillic: 14
    font.size.fixed.x-unicode: 14
    font.size.fixed.x-western: 14
    font.size.variable.el: 17
    font.size.variable.tr: 17
    font.size.variable.x-baltic: 17
    font.size.variable.x-central-euro: 17
    font.size.variable.x-cyrillic: 17
    font.size.variable.x-unicode: 17
    font.size.variable.x-western: 17
    mail.openMessageBehavior.version: 1
    mail.winsearch.firstRunDone: true
    mailnews.database.global.datastore.id: 3e3245e7-bdfc-4ebf-98fb-abc47a5f973
    network.cookie.prefsMigrated: true
    places.database.lastMaintenance: 1395283212
    places.history.expiration.transient_current_max_pages: 104858
    plugin.importedState: true
    print.printer_Brother_MFC-9970CDW.print_bgcolor: false
    print.printer_Brother_MFC-9970CDW.print_bgimages: false
    print.printer_Brother_MFC-9970CDW.print_colorspace:
    print.printer_Brother_MFC-9970CDW.print_command:
    print.printer_Brother_MFC-9970CDW.print_downloadfonts: false
    print.printer_Brother_MFC-9970CDW.print_duplex: 0
    print.printer_Brother_MFC-9970CDW.print_edge_bottom: 0
    print.printer_Brother_MFC-9970CDW.print_edge_left: 0
    print.printer_Brother_MFC-9970CDW.print_edge_right: 0
    print.printer_Brother_MFC-9970CDW.print_edge_top: 0
    print.printer_Brother_MFC-9970CDW.print_evenpages: true
    print.printer_Brother_MFC-9970CDW.print_footercenter:
    print.printer_Brother_MFC-9970CDW.print_footerleft:
    print.printer_Brother_MFC-9970CDW.print_footerright:
    print.printer_Brother_MFC-9970CDW.print_headercenter:
    print.printer_Brother_MFC-9970CDW.print_headerleft:
    print.printer_Brother_MFC-9970CDW.print_headerright:
    print.printer_Brother_MFC-9970CDW.print_in_color: true
    print.printer_Brother_MFC-9970CDW.print_margin_bottom: 0.5
    print.printer_Brother_MFC-9970CDW.print_margin_left: 0.5
    print.printer_Brother_MFC-9970CDW.print_margin_right: 0.5
    print.printer_Brother_MFC-9970CDW.print_margin_top: 0.5
    print.printer_Brother_MFC-9970CDW.print_oddpages: true
    print.printer_Brother_MFC-9970CDW.print_orientation: 0
    print.printer_Brother_MFC-9970CDW.print_page_delay: 50
    print.printer_Brother_MFC-9970CDW.print_paper_data: 1
    print.printer_Brother_MFC-9970CDW.print_paper_height: 11.00
    print.printer_Brother_MFC-9970CDW.print_paper_name:
    print.printer_Brother_MFC-9970CDW.print_paper_size_type: 0
    print.printer_Brother_MFC-9970CDW.print_paper_size_unit: 0
    print.printer_Brother_MFC-9970CDW.print_paper_width: 8.50
    print.printer_Brother_MFC-9970CDW.print_plex_name:
    print.printer_Brother_MFC-9970CDW.print_resolution: 93725024
    print.printer_Brother_MFC-9970CDW.print_resolution_name:
    print.printer_Brother_MFC-9970CDW.print_reversed: false
    print.printer_Brother_MFC-9970CDW.print_scaling: 0.90
    print.printer_Brother_MFC-9970CDW.print_shrink_to_fit: false
    print.printer_Brother_MFC-9970CDW.print_to_file: false
    print.printer_Brother_MFC-9970CDW.print_unwriteable_margin_bottom: 0
    print.printer_Brother_MFC-9970CDW.print_unwriteable_margin_left: 0
    print.printer_Brother_MFC-9970CDW.print_unwriteable_margin_right: 0
    print.printer_Brother_MFC-9970CDW.print_unwriteable_margin_top: 0
    print.printer_Brother_MFC-9970CDW_Printer.print_bgcolor: false
    print.printer_Brother_MFC-9970CDW_Printer.print_bgimages: false
    print.printer_Brother_MFC-9970CDW_Printer.print_colorspace:
    print.printer_Brother_MFC-9970CDW_Printer.print_command:
    print.printer_Brother_MFC-9970CDW_Printer.print_downloadfonts: false
    print.printer_Brother_MFC-9970CDW_Printer.print_duplex: 0
    print.printer_Brother_MFC-9970CDW_Printer.print_edge_bottom: 0
    print.printer_Brother_MFC-9970CDW_Printer.print_edge_left: 0
    print.printer_Brother_MFC-9970CDW_Printer.print_edge_right: 0
    print.printer_Brother_MFC-9970CDW_Printer.print_edge_top: 0
    print.printer_Brother_MFC-9970CDW_Printer.print_evenpages: true
    print.printer_Brother_MFC-9970CDW_Printer.print_footercenter:
    print.printer_Brother_MFC-9970CDW_Printer.print_footerleft:
    print.printer_Brother_MFC-9970CDW_Printer.print_footerright:
    print.printer_Brother_MFC-9970CDW_Printer.print_headercenter:
    print.printer_Brother_MFC-9970CDW_Printer.print_headerleft:
    print.printer_Brother_MFC-9970CDW_Printer.print_headerright:
    print.printer_Brother_MFC-9970CDW_Printer.print_in_color: true
    print.printer_Brother_MFC-9970CDW_Printer.print_margin_bottom: 0.5
    print.printer_Brother_MFC-9970CDW_Printer.print_margin_left: 0.5
    print.printer_Brother_MFC-9970CDW_Printer.print_margin_right: 0.5
    print.printer_Brother_MFC-9970CDW_Printer.print_margin_top: 0.5
    print.printer_Brother_MFC-9970CDW_Printer.print_oddpages: true
    print.printer_Brother_MFC-9970CDW_Printer.print_orientation: 0
    print.printer_Brother_MFC-9970CDW_Printer.print_page_delay: 50
    print.printer_Brother_MFC-9970CDW_Printer.print_paper_data: 1
    print.printer_Brother_MFC-9970CDW_Printer.print_paper_height: 11.00
    print.printer_Brother_MFC-9970CDW_Printer.print_paper_name:
    print.printer_Brother_MFC-9970CDW_Printer.print_paper_size_type: 0
    print.printer_Brother_MFC-9970CDW_Printer.print_paper_size_unit: 0
    print.printer_Brother_MFC-9970CDW_Printer.print_paper_width: 8.50
    print.printer_Brother_MFC-9970CDW_Printer.print_plex_name:
    print.printer_Brother_MFC-9970CDW_Printer.print_resolution: 93725024
    print.printer_Brother_MFC-9970CDW_Printer.print_resolution_name:
    print.printer_Brother_MFC-9970CDW_Printer.print_reversed: false
    print.printer_Brother_MFC-9970CDW_Printer.print_scaling: 1.00
    print.printer_Brother_MFC-9970CDW_Printer.print_shrink_to_fit: false
    print.printer_Brother_MFC-9970CDW_Printer.print_to_file: false
    print.printer_Brother_MFC-9970CDW_Printer.print_unwriteable_margin_bottom: 0
    print.printer_Brother_MFC-9970CDW_Printer.print_unwriteable_margin_left: 0
    print.printer_Brother_MFC-9970CDW_Printer.print_unwriteable_margin_right: 0
    print.printer_Brother_MFC-9970CDW_Printer.print_unwriteable_margin_top: 0
    Graphics
    Adapter Description: Intel(R) HD Graphics 4000
    Vendor ID: 0x8086
    Device ID: 0x0166
    Adapter RAM: Unknown
    Adapter Drivers: igdumd64 igd10umd64 igd10umd64 igdumd32 igd10umd32 igd10umd32
    Driver Version: 8.982.6.0
    Driver Date: 8-1-2012
    Direct2D Enabled: Blocked for your graphics driver version.
    DirectWrite Enabled: false (6.2.9200.16581)
    ClearType Parameters: ClearType parameters not found
    WebGL Renderer: false
    GPU Accelerated Windows: 0
    AzureCanvasBackend: skia
    AzureFallbackCanvasBackend: cairo
    AzureContentBackend: none
    JavaScript
    Incremental GC: 1
    Accessibility
    Activated: 1
    Prevent Accessibility: 0
    Library Versions
    Expected minimum version
    Version in use

    gabri21 wrote: I have a very similar problem with my PSC1510 but only the colour cartridge light is blinking. I am also unable to find any useful information to set up printing in back up mode. Can anyone assist in resolving this problem for us?
    With only one cartridge light blinking I would suspect the cartridge, they do rarely fail (much more often for reman cartridges, see here).  Clean the cartridge contascts as shown here.  If that fails and the cartridge is an original HP then check the warranty date as shown here.  If the cartridge is in warranty return it to your dealer for a warranty replacement.
    The printer will automatically switch to backup mode if the black (or color in some printers) cartridge is removed.  I do not know if this works with the PSC 1510, some all-in-on devices insist on having both cartridges present.
    Bob Headrick,  HP Expert
    I am not an employee of HP, I am a volunteer posting here on my own time.
    If your problem is solved please click the "Accept as Solution" button ------------V
    If my answer was helpful please click the "Thumbs Up" to say "Thank You"--V

  • When import tables independent with queue,but show queue already exsists

    I try to import tables into my database, these tables are independent with queue, but errors show that ORA-24006: cannot create QUEUE, EMAUSER.EMA_CFG_QUEUE already exists, any idea why impdp is trying to create queue???
    command:
    impdp user/password TABLE_EXISTS_ACTION=REPLACE dumpfile=Cfg.dump directory=expcfgdir
    TABLES=tab_sogaccessview_cfg,tab_sysfunc_cfg
    logs:
    Import: Release 11.2.0.3.0 - Production on Tue Sep 18 08:07:03 2012
    Copyright (c) 1982, 2011, Oracle and/or its affiliates. All rights reserved.
    Password:
    Connected to: Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    Master table "EMAUSER"."SYS_IMPORT_FULL_01" successfully loaded/unloaded
    Starting "EMAUSER"."SYS_IMPORT_FULL_01": emauser/******** TABLE_EXISTS_ACTION=REPLACE dumpfile=Cfg.dump directory=expcfgdir
    Processing object type TABLE_EXPORT/TABLE/TABLE
    Processing object type TABLE_EXPORT/TABLE/TABLE_DATA
    . . imported "EMAUSER"."TAB_NE_CFG" 12 KB 8 rows
    . . imported "EMAUSER"."TAB_AUTHFUNCTIONGROUP_CFG" 5.789 KB 9 rows
    . . imported "EMAUSER"."TAB_AUTHGROUPFUNCTIONGROUP_CFG" 5.773 KB 11 rows
    . . imported "EMAUSER"."TAB_AUTHGROUP_CFG" 5.718 KB 7 rows
    . . imported "EMAUSER"."TAB_AUTHMO_CFG" 9.656 KB 100 rows
    . . imported "EMAUSER"."TAB_AUTHUSERGROUP_CFG" 5.554 KB 6 rows
    . . imported "EMAUSER"."TAB_AUTHUSER_CFG" 9.070 KB 6 rows
    . . imported "EMAUSER"."TAB_CONSISTENCYLIST_CFG" 5.601 KB 6 rows
    . . imported "EMAUSER"."TAB_LOOKUPTABLE_CFG" 7.890 KB 13 rows
    . . imported "EMAUSER"."TAB_NECMDPKG_CFG" 7.242 KB 10 rows
    . . imported "EMAUSER"."TAB_NELINK_CFG" 8.195 KB 6 rows
    . . imported "EMAUSER"."TAB_ROUTINGLIST_CFG" 10.11 KB 119 rows
    . . imported "EMAUSER"."TAB_SYSFUNCMAPPING_CFG" 9.804 KB 57 rows
    . . imported "EMAUSER"."TAB_SYSFUNCSUBSCRIBER_CFG" 5.867 KB 1 rows
    . . imported "EMAUSER"."TAB_SYSFUNC_CFG" 14.05 KB 19 rows
    . . imported "EMAUSER"."TAB_BOUNDLINK_CFG" 0 KB 0 rows
    . . imported "EMAUSER"."TAB_CLUSTEREDNE_CFG" 0 KB 0 rows
    . . imported "EMAUSER"."TAB_GUI_CFG" 0 KB 0 rows
    . . imported "EMAUSER"."TAB_NECLUSTER_CFG" 0 KB 0 rows
    . . imported "EMAUSER"."TAB_NELEH_CFG" 0 KB 0 rows
    . . imported "EMAUSER"."TAB_NERETRYFILTER_CFG" 0 KB 0 rows
    . . imported "EMAUSER"."TAB_NUMERATED_ROUTING" 0 KB 0 rows
    . . imported "EMAUSER"."TAB_SOGACCESSVIEW_CFG" 0 KB 0 rows
    Processing object type TABLE_EXPORT/TABLE/GRANT/OWNER_GRANT/OBJECT_GRANT
    Processing object type TABLE_EXPORT/TABLE/INDEX/INDEX
    Processing object type TABLE_EXPORT/TABLE/CONSTRAINT/CONSTRAINT
    Processing object type TABLE_EXPORT/TABLE/INDEX/STATISTICS/INDEX_STATISTICS
    Processing object type TABLE_EXPORT/TABLE/CONSTRAINT/REF_CONSTRAINT
    Processing object type TABLE_EXPORT/TABLE/STATISTICS/TABLE_STATISTICS
    Processing object type TABLE_EXPORT/TABLE/POST_INSTANCE/PROCACT_INSTANCE
    Processing object type TABLE_EXPORT/TABLE/POST_INSTANCE/PROCDEPOBJ
    ORA-39083: Object type PROCDEPOBJ failed to create with error:
    ORA-24006: cannot create QUEUE, EMAUSER.EMA_CFG_QUEUE already exists
    Failing sql is:
    BEGIN
    SYS.DBMS_AQ_IMP_INTERNAL.IMPORT_QUEUE(HEXTORAW('C96000AE3F6A2D17E0435B03A8C0F4C5'),'TAB_EMA_CFG_MESSAGE','EMA_CFG_QUEUE',0,5,0,512,0,'');COMMIT; END;
    ORA-39083: Object type PROCDEPOBJ failed to create with error:
    ORA-24006: cannot create QUEUE, EMAUSER.AQ$_TAB_EMA_CFG_MESSAGE_E already exists
    Failing sql is:
    BEGIN
    SYS.DBMS_AQ_IMP_INTERNAL.IMPORT_QUEUE(HEXTORAW('C96000AE3F692D17E0435B03A8C0F4C5'),'TAB_EMA_CFG_MESSAGE','AQ$_TAB_EMA_CFG_MESSAGE_E',1,0,0,0,0,'exception queue');COMMIT; END;
    ORA-39083: Object type PROCDEPOBJ failed to create with error:
    ORA-24006: cannot create QUEUE, EMAUSER.CONFIG_QUEUE already exists
    Failing sql is:
    BEGIN
    SYS.DBMS_AQ_IMP_INTERNAL.IMPORT_QUEUE(HEXTORAW('C96000AE3F682D17E0435B03A8C0F4C5'),'TAB_CONFIG_MESSAGE','CONFIG_QUEUE',0,5,0,512,0,'');COMMIT; END;
    ORA-39083: Object type PROCDEPOBJ failed to create with error:
    ORA-24006: cannot create QUEUE, EMAUSER.AQ$_TAB_CONFIG_MESSAGE_E already exists
    Failing sql is:
    BEGIN
    SYS.DBMS_AQ_IMP_INTERNAL.IMPORT_QUEUE(HEXTORAW('C96000AE3F672D17E0435B03A8C0F4C5'),'TAB_CONFIG_MESSAGE','AQ$_TAB_CONFIG_MESSAGE_E',1,0,0,0,0,'exception queue');COMMIT; END;
    ORA-39083: Object type PROCDEPOBJ failed to create with error:
    ORA-24006: cannot create QUEUE, EMAUSER.TASK_QUEUE already exists
    Failing sql is:
    BEGIN
    SYS.DBMS_AQ_IMP_INTERNAL.IMPORT_QUEUE(HEXTORAW('C96000AE3F662D17E0435B03A8C0F4C5'),'TAB_TASK_MESSAGE','TASK_QUEUE',0,5,0,0,0,'');COMMIT; END;
    ORA-39083: Object type PROCDEPOBJ failed to create with error:
    ORA-24006: cannot create QUEUE, EMAUSER.AQ$_TAB_TASK_MESSAGE_E already exists
    Failing sql is:
    BEGIN
    SYS.DBMS_AQ_IMP_INTERNAL.IMPORT_QUEUE(HEXTORAW('C96000AE3F652D17E0435B03A8C0F4C5'),'TAB_TASK_MESSAGE','AQ$_TAB_TASK_MESSAGE_E',1,0,0,0,0,'exception queue');COMMIT; END;
    Job "EMAUSER"."SYS_IMPORT_FULL_01" completed with 6 error(s) at 08:07:15

    http://ora-24006.ora-code.com/

  • Warning message: Storage location entries exist

    When I run program MMREO050 to ARchive Materias I receive this warning message:
    MARC:  0000000000650515  7301 dependet storage location entries exist.
    For reference:
    650515=article number
    7301= plant
    And if I check MARC, the article is set for deletion.
    Mainly, my doubt is to understand what exactly that warning message means.
    Thanks a lot!

    there may be stocks exists .please check at MMBE and EKPO table for that material also check MB51.

  • Distribution Cycle - No valid receiver entries exist.

    Hi,
    I'm creating a distribution cycle wherein my receiver in the segment is an order. I tried to select a sample with an order type 9A00:Internal orders: Accrual cost accounting. Then I went to the receiving factor tab and it allowed me to enter a portion/percent. However, when I try to select the order type PP01: Standard Production Order and go to the receiving factor tab, the message "No valid receiver entries exist" appears.  May I know what am i missing?
    Thanks,
    Darrel

    Hi,
    Do you have internal orders of type PP01 in your system?
    Regards,
    Eli

Maybe you are looking for

  • Interface not registered (Exception from HRESULT: 0x80040155) when calling Microsoft.Office.Interop.Outlook.MAPIFolder.get_Folders()

    Hi All, I have an Outlook COM addin written in C#. It is working without any issues on most client machines, but since of late it has started giving the above Exception for some clients running Outlook 2010. I understand that the issue is that the pa

  • Mass upload Create External doc URLs using Services for object-Materialmast

    Hi All, Services for object is not active during SHDB recording or ECATT recording in order to mass update Create External doc URLs using Services for object. Any body know how to Upload this for any master data ex.Material master.

  • Behaviors

    i recently had a post that asked, where is the play sound in dwcs3 as it has gone from the behaviors panel. The answer was it is in the Deprecated submenu. Going by other posts about it, it sounds like this is not a good option as it uses invalid cod

  • WLST deployment scripts not installing ODSI created services

    Some time ago, I modified some example scripts that installed ALDSP 3.0 assets into an ALDSP 3.0 domain, and everything was working dandily. A few months ago, we upgraded our ALDSP 3.0 domain to ODSI 10gR3. We also found we were still able to use the

  • Pop up required on save

    Hi All, We have a requirement that a popup should be provided onSave of the Sales orders with address. We have referred to the PC UI example in the cook book and integrated CRMD_BUS2000115. The event is triggered and message is also set, but the POPU