How to enable smq2 automatic reprocessing

Hello
I wander how to enable smq2 automatic reprocessing in ERP system (messages are comming from xi system)

check if following link helps you.
[http://esagenie.com/index2.php?option=com_content&do_pdf=1&id=49]

Similar Messages

  • How to enable bonjour, services indicate it is on automatic

    how to enable bonjour
    services indicate it is on automatic

    Bonjour is Apple's implimentation of Zero Configuration networking and is the services discovery networking technology used by all Apple hardware and software. It is turned on and used automatically when the various sharing services are activated on your Apple computers and connected devices.
    What is the problem you are having?

  • How to enable automatic punctuation on a new MacBook Pro with retina?

    Can you tell me how to enable automatic punctuation on a new MacBook Pro with retina? Thanks

    In which application?  (There is no system wide punctuation.) 
    And how is the computer supposed to know what is the correct punctuation?  For example "Let's eat, Mom!" versus "Let's eat Mom!"  (Sort of depends upon whether your computer has weathered the zombie apocalypse, I guess.)

  • How do I enable the automatic download of music books etc so that they stay enabled

    I have just received my new ipad3 and tried to download a book sample, but I cannot seem to enable the automatic download. When I tap the screen the legend goes from off to on for about 5 seconds and then reverts to off. What am I doing wrong.

    OK I have just found out how to do this from a previous question. Sign out and then back in and it all works as it should.

  • How to Enable MMS without BIS

    How to enable MMS without BIS
    This guide is for you if:
    you have an BlackBBerry OS 7 device on a regular (non-BIS) data plan
      and
      2. you cannot send MMS (multimedia) messages.
    Getting MMS working requires you to split, hex edit, merge and install service books, so read through the instructions and decide whether you’re up to it. I’ve attempted to explain everything as clearly as possible, but it’s a complex process and requires you to follow instructions carefully.
    It's worth asking your carrier if they can just enable MMS for you. If they can and will, you don't need this guide.
    Notes:
    The process described here may also work on earlier devices with OS 4, 5, and 6, but I don’t have those devices to test.
    Many carriers require you to have a data plan in order to send MMS messages. If you don’t have one, this guide may not help you.
    Depending on your cellular plan, sending MMS messages may involve extra charges.
    Preparation: Before You Get Started
    Software
    First, you need some tools to do the work. Download and install these three programs on your computer:
    MagicBerry 3.5 (here)
    A Hex editor (I like HxD, here)
    BlackBerry Desktop (link)
    Service Books
    You will also need a copy of the service books attached to post #1 in this thread over at CrackBerry. Extract the contents of the .zip file to a location of your choice.
    MMS Configuration Information
    Once you have the tools and service books, you need to get the MMS configuration information from your cellular carrier.
    Specifically, you need three settings: MMS Proxy, MMSC, and APN. Search on Google for something like, “MMS settings for [insert your cellular carrier’s name here]” and you should find them. Note that you also need the port number for the MMS Proxy. It should be there on the settings page.
    Note: if the port number for your MMS Proxy is in the 9000s, this process probably won’t work, since your cell carrier may be using the older WAP 1.2 specification. If anyone runs across this, let me know, and I’ll try to help you out.
    A Note on MagicBerry
    MagicBerry is an .ipd file editor. Service books, like the ones responsible for MMS, are .ipd files. The logical conclusion would be that you could edit service books with MagicBerry. But MagicBerry only shows you certain pre-set fields within the .ipd file. As a result, you can't see or edit a lot of the information in the service book. Even worse, if you do edit a service book file with MagicBerry, that unseen information is not saved, so you end up deleting it and rendering the service book useless.
    MagicBerry does have good uses, though: it splits and merges service book files perfectly. In fact, it is the best tool for splitting and merging service books, which is why you downloaded a copy.
    Due to MagicBerry’s limitations, you’re going to edit the files with the hex editor.
    Let’s get started!
    The MMS How-to Guide
    Step 1: Split the .ipd Files
    Start MagicBerry, click File > Open, and open the tmo_servicebooks.ipd file.
    Click Manipulate > Split.
    Tick the box for the MMS Config 2.0 file.
    Press “Split Selected,” enter a file name (and select a directory, so you know where the file is being saved), and press “Save.” Name the file “MMS_Config_20” so that you easily recognize it.
    Note: there are "MMS Config" and "MMS Config 2.0" service books in the tmo_servicebooks.ipd file. Make sure you select the 2.0 version.
    Step 2: Hex Edit the MMS Config 2.0 File
    Now, start your hex editor and open the “MMS_Config_20.ipd” file. It will look like this, without the highlights and bolding. I’ve added those so that it will be easier to provide instructions on editing.
    Hex Editing Basics
    In the HEX editor, the blue numbers don’t matter to you (they’re just column and row labels). Only the black ones are part of the file.
    The bytes (the two-character pairs) on the left side are all numbers, expressed in hexadecimal or “base-16”. The same information is expressed in ANSI characters on the right side.
    The basics of hexadecimal numbering are that you count as follows:
    Base-16 (hexadecimal):  1 2 3 4 5 6 7 8 9  A  B  C   D  E  F  10
    Base-10 (decimal):         1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
    So in the two-character byte pair, 0D = 13, 1F = 31, 50 = 80, etc. If you can figure out those conversions, you’re good. If not, google hexadecimal numbering, and spend some time at a lesson. You need to understand how hex works to do this. There are also decimal to hexadecimal converters online. Use them to check your work, or to do the conversion work for you.
    You can edit the file from either side of the hex editor. As you edit the information on one side, you’ll see it automatically changing on the other as well.
    It’s easier to edit the information in the green, turquoise, and red fields on the right side.
    The information in the grey, yellow, and pink fields must be edited from the left (hex) side, because it’s the hex value that matters, and it shows up as periods or jibberish on the right side. All those “dots” on the right side are not identical when you look over at the left side. They’re actually very different values. The nonsensical letters on the right side are likewise meaningful values on the left side.
    It’s not a bad idea to just spend some time playing around in the hex editor before you move on. When you’re done, close the file without saving it, and the changes you make while experimenting won’t be made permanent.
    Editing the File
    The green blocks: enter your MMS proxy in each one, with the port number following the colon. Add to or delete bytes from the highlighted field if necessary, but whatever you do, do not write over or delete bytes outside the highlighted field! Those bytes contain necessary information, and if they are not there, the service book will not work. The same rule holds true for all of the other edits. You must stay within the highlighted fields. To delete bytes, just press delete. To insert bytes, position the cursor, and go to Edit > Insert Bytes on the menu bar, and choose the number of bytes to insert. If you’re using HxD hex editor, ctrl-z will undo a mistake. It also makes your changes in red, which makes them a little easier to follow. As with all programming, the work has to be perfect. There can be no mistakes. Check everything you do carefully.
    The turquoise block: enter the MMSC address here.
    The red block: enter your APN here.
    The yellow blocks: total number of bytes in the highlighted green, turquoise, or red range that follows. Adjust it when you’ve finished editing. The number must be expressed in HEX of course. Use a decimal to hexadecimal converter online if you prefer that.
    The pink blocks: the total number of bytes in the bolded range that follow (again, in hex). Adjust it when you’re finished editing the field.
    The grey block: a count of the total number of bytes that follow it. In the original file, the value is 30 01 00 00, which breaks down as: 30(hex)=48 01(hex)=256. The total (48+256) is 304. If the number of bytes following the grey block was less than 256, there would be no 01 in the second place. For example, if there were 226 bytes following the block, the grey block would look like this: E2 00 00 00. When you are finished editing the entire file, go back and adjust the number in the grey block accordingly.
    Once you’re done, save the file.
    Step 3: Merge the MMS Config 2.0 and Wap Push Config Service Books
    Open the “MMS_Config_20.ipd” file in MagicBerry
    Once you’ve opened the file, click Manipulate > Merge.
    Tick the box for the MMS Config 2.0 file.
    On the right side of the “Merge” window, where it says, “Choose second IPD file,” press the button with the three dots.
    Choose the tmo_servicebooks.ipd file.
    Tick only the box for the “Wap Push Config” service book.
    Press “Merge Selected,” enter a file name (and select the directory if necessary), and press “Save.”
    Close MagicBerry
    Step 4: Backup Your Phone
    This is mandatory. You’ll need the backup file for step 6.
    You need to have BlackBerry Desktop installed on your computer. If you haven’t done that yet, do it.
    Connect your BlackBerry device to your computer with a USB cable. If BlackBerry Desktop does not start automatically, start it.
    Do a backup. Just hit “Back up now” and follow the prompts. Do a full backup. Once you’re done, go to step 5.
    Step 5: Merge the combined MMS Config 2.0/Wap Push Config service book file with your existing service books
    Open MagicBerry
    Press File > Open and at the bottom of the Open dialogue window beside the File name box, change “IPD Files (.ipd)” to “BBB Files (.bbb)”. Navigate to the folder where you stored your backup, and open it. It might take a while to open.
    Click Manipulate > Merge.
    Go down the list on the left hand side and tick the checkboxes for the service book entries (they will be way down). If there are service books listed for MMS Config or Wap Push Config, uncheck those boxes.
    On the right side of the “Merge” window, where it says, “Choose second IPD file,” press the button with the three dots. Choose your merged MMS Config 2.0/Wap Push Config file.
    Press “Merge Selected,” enter a file name (and select the directory if necessary), and press “Save.”
    Optional: You can merge the newly created file again with any other service books you may need – such as the Anworm service books for the browser mentioned in my thread on CrackBerry. Just follow the process used in step 3.
    Step 6: Install the Service Books to your phone:
    Connect your BlackBerry to your computer with a USB cable if it isn’t still connected.
    On your BlackBerry, go to Options > Device > Advanced System Settings > Service Book
    Hold down the “Alt” key and press S B E B. You should see a message that says, “Legacy SB Restore Enabled.” Press Okay.
    On your computer, open BlackBerry Desktop.
    Go to Device > Restore.
    Press “Change” and navigate to the folder with the merged .ipd file you created. Press “OK.” You should now see the file listed in the Restore window.
    Click on the merged .ipd file you created to select it.
    Under the heading “Select Data to Restore,” select “Select Device Data and Settings” and then tick the box for “Service Book.” This step is really important. Make sure it's done right. If you screw it up you could end up wiping a lot of settings and data.
    Press “Restore” and answer “Yes” to the confirmation dialogue.
    Close the BlackBerry Desktop software, disconnect your device, and do a battery pull to reboot.
    Voila! If everything went well, you should have MMS capabilities. Test your ability to send and receive multimedia by sending yourself a picture message. You should receive the message within about 10 seconds.
    If it doesn’t work, go back and make sure EVERYTHING in the file is done perfectly. If you find a problem, fix it, merge the files again, and reinstall the service books.
    Solved!
    Go to Solution.

    Why not just ask carrier to enable MMS? I know T-Mobile can and will do it, even if there is no data plan at all on the line. We did it for my daughter and I know T-Mobile has done it for others. I assume other carriers do the same, but don't know....Which is why I ask.
    - Ira

  • How to enable the comment option in the pdf file

    Hi,
    How to enable the comment option in the pdf file using acrobat sdk[IAC, javascript],
    Give me idea on this to automate.
    If not leave it.
    Regards,
    jkrishnanvenkat

    jkrishnanvenkat,
    I can also do this from Acrobat Pro. Click Comments - Enable for Commentingand Analysis in Adobe Reader. This can not be done through the DSK or JavaScript.
    Gregory

  • How do I disable automatic updates?

    I am going to have to use Firefox version 28 forever, exposing myself to many security risks in the process, because I do not like the drastic redesign of the interface in version 29 and Mozilla have not included an option to switch to the old interface.
    Many support forum posts argue that bringing back the old interface is a 'simple' matter, but it is not. I have spent many hours on two PCs so far, fiddling with the recommended third-party add-ons (e.g. Classic Theme Restorer) in the attempt to get the browser looking the old way again. I can ascertain with confidence that it is NOT possible to get things looking exactly as they did before, and certainly not looking like the particular customized setup I had myself.
    I have now re-installed version 28, and intend to continue using it indefinitely. However, automatic updates are still enabled, and Firefox has already tried to update itself to version 29 again. How can I disable automatic updates for good? I have tried some tricks like deleting the update files and then removing the update URL in about:config, but a new update was still downloaded somehow.
    How can I nix automatic updates for good?

    Hi,
    It is true that the Classic Theme Restorer add-on will NOT bring back all of your customized settings/appearance on Firefox 28, but it will help a little It's recommended that you stay on the latest version to receive the latest security fixes and bug patches but you're free to downgrade if you want.
    You can set these prefs in <code>about:config</code> to disable automatic updating:<br>
    app.update.auto - false<br>
    app.update.enabled - false<br>
    app.update.silent - false<br>

  • How to enable /disable MWI ?

    Hi,
    I want to write a small application to enable/disable IP Phone lamp. But confused by how to enable MWI(Message Waiting indicator). TAPI ? AXL ? or some others , which can implement it . Could you give me some direction, thank you !

    I never checked what happens on a database level. However, for any actions that have a direct influence on a device, writing directly into the database is the wrong approach.
    As an example: if you set a forward (callforward all) via database (and not AXL), calls may well be forwarded, but the phone's status won't be adapted (so you don't have the callforward indicator and no information about the callforward). If you set the callforward via JTAPI or AXL, the phone's status will also be updated to show that it has been forwarded.
    When you configure a phone, you'll see the same thing in many cases.. especially in older CCM releases, you were often told that you need to reset the phone to apply a change you've made. In newer versions, this is often (but not always done automatically.. you'll see the phone restart after pressing update).. it's the same thing here.. you write into the database, but then you also have to apply those changes to the phone (one good example is changing a line label.. you won't get the label to change on the phone by just writing to the database.. you have to restart the phone for it to load the new label name).
    Even if you need to get the mwi status, JTAPI will do that for you (CiscoAddress.getMessageWaiting - and to set it, it's CiscoAddress.setMessageWaiting). Since you need a CTI command to set the MWI, you can as well resort to CTI to get the MWI status as well and don't bother with the database.
    fkcallingsearchspace_mwi is definitely not it though - I can tell you that without looking at the diagram since fk_anything is a foreign key and you have an uuid value in that field. The mwi status would be a boolean since it can have just two values. In fact, it's numplan.ismessagewaitingon but as I said.. with any element that has a direct influence on a phone's appearance or behavior, you cannot just change it... at best you need a phone reset. And if you do it with JTAPI (and probably TAPI too.. I can't be sure because I've never done TAPI and hope to never have to), you can change the MWI status on the fly without having to restart the phone, which is much more elegant.

  • How to enable AP to a new ledger

    Hi,
    Cst on SR 3-6428707821 asked,
    How to enable the AP module to a newly created ledger?
    Creating new instance is defining new ledger. create new responsibilities for other modules (AP, AR, GL, ONT,...) and enable it with this new Ledger
    In GL i know how to create New Ledger (Set Of Book).
    Now i need to know how to enable the payable responsibility in the new ledger.
    Thanks

    Hi
    If I understand correcly, you have created a GL within a new instance and also have some sub ledgers enabled (i.e. Payables, etc). What I am not clear on is whether you have created the AP responsibilities or not. If you have, you will need to associate the sub ledger responsibilities with the relevant GL Ledger. With each responsibility that you create, you will need to set the 'GL Ledger Name' profile option within SysAdmin. This will automatically set the profile option of 'GL Ledger ID' with a value. This value is a ledger ID which is unique (called set of books ID in 11i)
    If using Oracle Subledgers whose menus contain General Ledger windows that require data access set information, you must assign the appropriate ledger to this profile
    option for each subledger application or responsibility. This profile option controls the ledger that each subledger will use for transaction processing. The ledger assigned to the GL Ledger Name profile option will automatically be assigned to the GL: Data Access Set profile option. You can change the default assignment made to the GL: Data Access Set profile option if you want to access more ledgers in General Ledger. However, any changes made to the GL Ledger Name profile option will automatically be applied to the GL: Data Access Set profile option. You cannot view this profile option at the user level. Your System Administrator can set this profile option at the site, application or responsibility level.
    Should your question be related to actually configuring the sub ledger modules you will need to follow all related setup steps for each application assuming you have these licenced.
    http://docs.oracle.com/cd/E18727_01/nav/financials.htm
    Please mark this as helpful/correct if relevant. I hope this was helpful.
    Regards
    Ian
    www.project.eu.com

  • Under tools menu - clear recent history is grey hence cannot be used, How to enable it ?

    Tools menu has two Grey sub menus
    1. stop private browsing
    2. clear recen history.
    HOw to enable this?

    Tools > Options > Privacy = un-check '''Automatically start Firefox in a Private Browsing session''' - then restart Firefox

  • Thanks Skype - do I dare re-enable the automatic "...

    I'd lke to thank Skype for the refund that was (eventually) processed. It seems that I'd made the error of re-enabling the automatic "top-up" (credit addtion) option, when my credit was (according to Skype) "de-activated" (which is a designation created by Skype, I certainly didn't request it).
    What I'd like to do is to re-enable the "automatic top-up option".  This will permit my credit card and/or PayPal account to be charged, in the event that my Skype Credit goes below a certain amount ($2.00 US, the last I've heard).
    However, I'm extremely reluctant to do this. My concern has to do with the possibility that the Skype software will *INSTANTLY AND AUTOMATICALLLY* add another $25.00 to my credit (and bill me). I neither need, nor desire another $25.00 to be *INSTANTLY AND AUTOMATICALLY ADDED* to my Skype credit.
    That said, I do occasionally travel internationally, and would prefer that the option for additional automatic Skype credit were there. When I need it. Not when Skype wants to charge me more, but when I - as a customer - *desire* the additional $25.00 charge.
    I will NOT re-enable this feature, until I receive a response from a Skype *STAFF* person, who will be able to explain to me - CLEARLY AND UNEQUIVOCALLY* that my choice of re-enabling this feature will nto result in an *AUTOMATIC* charge of $25.00 US, regardless of what I have in my account at the moment.
    I wish Skype could spend more time trying to understand the needs and desires of its users, instead of figuring out how to charge them more.
    Thak you,
    --Raj Seshu

    There seems to be a slight difference in how we're using language. Perhaps my question wasn't clear. It was not about what I "needed" to do. It was about what the system would *AUTOMATICALLY* do, without warning me, or requesting my consent in any *EXPLICIT* manner.
    > If you still have valid recharge payment information on file you won't need to buy any Skype credits.
    If I don't get a reply to this in a day, I'll assume that you mean: "If your recharge information is valid, and you have at least $2.00 of credit, then the system will not AUTOMATICALLY increment your credit without asking for your EXPLICIT consent." (However it's not 100% clear that this is what you're saying, based on the words you have written.)
    > If you don't have valid payment inforation on file you can only re-enable auto-recharge via either a subscription or Skype credit purchase. You don't need to purchase 25 USD though as you can also use the minimal amount of 10 USD. During the credits purchase make sure to check the auto-recharge opt in checkbox.
    This is incorrect. If the auto-recharge information is invalid, Skype's software will AUTOMATICALLY increment the user's credit by $25.00, without asking for the user's consent in any way. Again, we are speaking at cross-purposes, it seems. You keep talking about what I or a user "needs" to do. And I keep asking about what the systems AUTOMATICALLY does. There's a critical difference.

  • How to enable LCD sensor in Satellite C850-B374 after BIOS update?

    Hi, friends
    I m currently a satisfied Toshiba customer since april 2013. I have been using laptops since 2007 having used various brands I found Toshiba to be good one.
    I have recently updated the Bios from 6.0 to 6.50 from the Toshiba service station.
    Update was successful and the computer works fine.
    But after rebooting the LCD sensor which activates the Power button in this specific model of laptop is not working. After entering the bios setting utility i came to know that ec version is 6 and bios version 6.50 At this point How to enable the lcd sensor to automatically boot while i open the lcd
    Ashik

    >How to enable the lcd sensor to automatically boot while i open the lcd
    You want to boot up the notebook by opening the lid. Right?
    In this case you have to enable the option within the Windows 8 system settings
    [Why does my Windows 8 notebook start automatically when opening the display lid?|http://aps2.toshiba-tro.de/kb0/FAQ2C03FA0001R01.htm]
    You have to look for the option called: +Panel Open - Power On" feature+
    This option needs to be enabled in order to boot up the computer automatically when the display lid is open

  • How to enable export option in oracle apps

    I have a custom form, which needs to export the data. File->Export option is disabled in all the responsibilities. How to enable this option only for this form?
    appreciate your help

    The Export function is disabled when the responsibility is opened initially .
    When we enter into a specific form its automatically enabled .
    Login to a user who has Application Developer responsibility & to Application >Register & press f11 and Ctrl f11 .

  • How to Enable Turbo Boost?

    I have HP Pavillion G6 (core i5 2430M) .. I want to know how to enable turbo boost?

    Intel® Turbo Boost Technology is a way to automatically run the processor core faster than the marked frequency if the part is operating under power, temperature, and current specifications limits of the Thermal Design Power (TDP). This results in increased performance of both single and multi-threaded applications. Intel® Turbo Boost Technology 2.0 takes advantage of the power efficiencies introduced with having an integrated die for processor and graphics. It is also optimized for the new micro-architecture that was introduced with the Intel® Core™ i7-2xxx processor series and the Intel® Core™ i5-2xxx processor series.

  • My Ipod was disabled... Can you please suggest me how to enable the set?

    My Ipod was disabled... Can you please suggest me how to enable the set?

    Place the iOS device in Recovery Mode and then connect to your computer and restore via iTunes. The iPod will be erased.
    iOS: Wrong passcode results in red disabled screen                          
    If recovery mode does not work try DFU mode.                         
    How to put iPod touch / iPhone into DFU mode « Karthik's scribblings         
    For how to restore:
    iTunes: Restoring iOS software
    To restore from backup see:
    iOS: How to back up
    If you restore from iCloud backup the apps will be automatically downloaded. If you restore from iTunes backup the apps and music have to be in the iTunes library since synced media like apps and music are not included in the backup of the iOS device that iTunes makes.
    You can redownload iTunes purchases by:
    Downloading past purchases from the App Store, iBookstore, and iTunes Store

Maybe you are looking for