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

Similar Messages

  • How to send MMS without a picture?

    Am I right that there is'nt the possibility to send a MMS without attachnig a picture? That's a function of all phones I know supporting MMS.
    Post relates to: Pre p100ueu (O2)

    YourBiggestFan wrote:
    That definition is correct but not complete. MMS also offers you the opportunity to send (formatted) texts with several thousand signs
    That would EMS - Enhanced Messaging Service, where you can send formatted text. As to your question the device does not have the ability to send MMS with out some type of Media. As the question you asked about MMS I am unsure why you referenced the "send an email argument". That is not the topic you posted about and as such wouldn't bring that into this and I am confused as to why you made that statement.

  • How to enable delta without data transfer option for Collections - Extracts

    Hi All,
    My question is basically related to FSCM - Collections related data sources and Init and Delta loads of the same.
    Once the Init is completed, I wanted to do delta without data transfer and option is graded out - means can not really select the option for Collections Data Sources ..
    For Example I have OCLM_INVOICE as my data source which has lot of data to extract - and in the Init stage itself, its either giving errors or keeps running for longer time (Records to be extracted is ONLY 400000) and finally shows in the monitor as 400000 of 0 Records..
    And also Is there any place where I can find that all of Collection data sources are TIME STAMP based or other options.
    I appreciate your quick an ddetails reply and points will be awarded for sure.
    Thanks
    AK.

    As far as I remember there some datasources which wont support init w/o data transfer. I guess COPA is one of them. I havent worked on datasource 0CLM_INVOICE but it is possible that even this could be same case. When I seached on help.sap.com for this datasource, I found this info -
    (I am pasting content because strangely the webpage doesnt give html link for this search result window)
    DataSource Transactional Data: 0CLM_INVOICE
    This DataSource is used to extract the transaction data of an invoice from Accounts Receivable Accounting (FI-AR). The system determines the key figures from the amounts of the line items belonging to the invoice. The date fields each contain the respective date of an action that refers to a line item. The extractor provides the data in optimized form for SAP Collections Management.
    Technical Data
    Application Components Collections Management (0FSCM-CLM)
    Available as of Release mySAP ERP Value Pack 2005.1
    Shipment SAP NetWeaver 2004s BI Content Add-On 3 SP02
    Content Versions There are no content versions.
    RemoteCube-Capable No
    Delta-Capable Yes
    Extraction from Archives No
    Verifiable Yes
    Data Modeling
    Delta Update
    The DataSource permits delta update with generic delta processing using the time stamp. The system determines the invoice reference for a document in Business Transaction Event (BTE) 5010 and saves it with a time stamp. In the case of a delta upload, it determines the amounts of the line items based on these document numbers.
    Extractor Logic
    Verification of Key Figures
    If necessary, you can check the key figures of the individual customers as follows:
    In the source system, from the SAP Easy Access screen, choose the following function: Accounting  u2192 Financial Supply Chain Management u2192 Collections Management u2192 Integration with Accounts Receivable Accounting  u2192 Process Receivables (Old).
    Enter the required customer.
    The Customer Account - Process Receivables screen appears. Here you see a list of all invoices for which there are open receivables.
    Using this list, you can compare the following key figures:
    Original Amount of Invoice or Credit Memo (INVOICE_AMOUNT)
    Amount Paid (PAID_AMOUNT)
    Open Amount (OPEN_AMOUNT)
    Total of All Credit Memos for Selected Invoice (CREDITED_AMOUNT)
    Amount Arranged for Payment (PAYMENT_ARRANGED)
    Unsychronized Backup Recovery in BW System
    If you import backup copies asynchronously, you have to initialize the delta procedure for the DataSource again.
    Abhijit
    Edited by: ABHIJIT TEMBHEKAR on Nov 18, 2008 5:00 PM

  • SQL - How to attach FileStream enabled db without log file

    I'm trying to attach a FileStream enabled database without a log file. My SQL looks something like this:
    USE master
    CREATE DATABASE MyDB
    ON PRIMARY(NAME = N'MyDB', FILENAME = 'C:\myDB.MDF' ),
    FILEGROUP myFileGroup CONTAINS FILESTREAM ( NAME = myData, FILENAME = 'C:\myFileGroup')      
    For Attach
    Here is the error I'm receiving:
    Msg 5173, Level 16, State 3, Line 2
    One or more files do not match the primary file of the database.
    If you are attempting to attach a database, retry the operation with the correct files.  
    If this is an existing database, the file may be corrupted and should be restored from a backup.
    Does anyone know if it's possible to attach a FileStream enabled database without the original log file?  Thanks!

    Hi cgregory,
    The error might occur if the database is not shutdown cleanly. In this case, log file is required, or, you will have some data lost. Please pay attention to this thread addressing this type of issue:
    attaching DB without .ldf file ???
    For attach a database with FILESTREAM enabled, please refer to this article:
    How to Detach and Attach a SQL Server FILESTREAM Enabled Database.
    Stephanie Lv
    TechNet Community Support

  • TS2755 How can I enable mms on my iphone 5?

    How can I enable mms on my Iphone 5?

    Make sure you have a text plan with your cell carrier.
    Settigns> Mesages - MMS Messaging to On.

  • How can I enable synch without losing my apps?

    Hello,
    I read the forums and I cannot find a solution to my unique situation.
    I have a 2nd gen iPod Touch and synced apps and music with iTunes and everything was mostly great. The only problem was the slowness of iTunes so I started using MediaMonkey instead to transfer music. I also downloaded apps exclusively through wifi, so I never bothered to sync my iPod with iTunes for months. Then I upgraded the harddrive, did a clean install of Windows, and sold my old harddrive. It was not possible to sync my iPod anymore and I didn't care because MediaMonkey/Wifi worked perfectly for my needs ...
    Until I installed firmware 3.1! Now MediaMonkey crashes and I can't add/remove songs from my iPod. So I was going to wipe my iPod and give the new version of iTunes another try, but now I am worried about losing all the apps I've downloaded over wifi. I've logged into iTunes and I cannot find a record of apps that I have downloaded/purchased. *Which brings me to my question: How can I enable synch without losing my apps?* I'm particularly worried about the apps that were free when I got them but they now cost money.
    Thank you for your time,
    bougatsa

    The "File -> Transfer Purchases" option didnt work at first, but then I clicked around and managed to get this new computer image added to the new Home Sharing feature. Now all my iPod apps have been transferred to my local iTunes apps folder, thank you Julian!
    And Anna, thank you (tack?), I believe you that it works but now that I have my apps locally I won't try I'm sure you'll understand.
    I had bad thoughts of ditching my iPod for something else but I won't now! This forum rocks! Thank you all again
    Bougatsa

  • How to enable an axis without affecting the others ?

    I use an 7340 4 axis card with MID7654 driver unit. I have to make several independant programs, using each 1 or 2 of the 4 available axis on the card. I wonder how to enable/disable a single axis without affecting the other, because the "enable axis" VI is not three states : an axis can only be enabled or disabled, but not "not affected". I didn't find any NIMotion VI to do it or to give "all axis" information.
    Any idea ?

    Hi,
        It is possible to check the states of the axis with the function "Read per axis status".
        It is possible to eanable and disable axis with the function "Enable axis".
        Hope it can help.
    .NIDays2008 {font-family:Arial, Helvetica, sans-serif; font-size:12px; color: #065fa3; font-weight: bold; text-decoration: none; text-align: right;} .NIDays2008 a, a:hover {text-decoration: none;} .NIDays2008 a img {height: 0; width: 0; border-width: 0;} .NIDays2008 a:hover img {position: absolute; height: 90px; width: 728px; margin-left: -728px; margin-top:-12px;}
    >> Avez-vous entendu parler de NI Days ?

  • How to enable a disable ipad without losing all my data.Forget password.

    I forgot password. Tried so many times and now my IPAD is disabled. Is there a way to enable it without losing all my data. The computer that I use to back it up CRASHED and there is no way I could retrive all my important and its such a waste to lose all my pics n 3000++ songs.

    No. If you don't have a backup, then whatever data on the iPad you don't have backed up is gone. That's what a passcode is for...
    You can re-download music and apps using the same Apple ID you purchased them with without paying for them a second time.
    You might want to consider using iCloud to back up in the future...

  • Z10 without BIS just a kind of pale iPhone copy

    I'ma  faithful blackberry customer almost for decade now and I had in mind to switch from my 9860 to Z10. I purchased it from my carier, ORANGE and got it last monday. I had already changed from old to new blackberry several time and I was prapared to it with Z10, not that way!
    After having trasfered data from my 9860 to Z10 and connecting it to network I was waiting for the BBY registration message and the Services directories, but I'll keep on waiting if the customer support hadn't told me (after having placed 15 calls and spent hours) "Z10 doesn't use BIS anymore" ... Thus NO MORE push mail, no more filters set up on BIS end, no more auto CCI when sending messages from the Z10, no more Blackberry email management success at all!
    You just have to set up each and every email address teh way you did on other device email client:
    Using GMAIL you should know if you connect to you Gmail account using any email client you should use the recent:[email protected] to get new messages even they already had been downloaded by other client. NO WAY to set up a gmail email address in Z10 using ":" you get this message error "IMAP server is not available yet, try again latter" !!
    If you try to connect to server using plain text authen. it doesn't work either.
    I've sent back Z10 to my carrier: without BIS Z10 is just a new smartphone maybe not worst than i5 or S4 (I'm not a Apple oy Samsung addict) and certainely not better.
    WHY don't you let your customers decide if they want to keep using BIS or straight connect using POP3 or IMAP?

    Hi and Welcome to the Community!
    DIDFOR wrote:
    I'ma  faithful blackberry customer almost for decade now...
    To add to the above...
    While an answer is now moot for you (since you returned your Z10), nevertheless...it is a shame you didn't give it more time. Had you done so, you may have come across the "Advanced" email configuration screens, on which you can indeed select POP, IMAP, CalDAV, CardDAV, EAS, and several others. Using the wizard requires the server to provide back to the device the proper settings...using the Advanced settings allows the user control over how a specific account is configured to their Z10 (within the limits of what the server supports, of course).
    As for PUSH...there certainly is that! But, of course, only for server environments that support it. But, to compare, even under BIS, PUSH was (for non-PUSH supporting email servers) only truly from the perspective of the BB...BIS was polling the server at a 15 minute interval, and then pushing to the device things that arrived on the server. BIS would shorten that interval whenever it found something, but during periods of inactivity, BIS was polling every 15 minutes...which is exactly what ActiveSync does for non-PUSH enabled servers. So it is relatively the same as before.
    As for the message ("IMAP server is not yet available..."), that normally happens when you have not, inside of GMail itself, activated IMAP. The user has control over what is faced to email clients (POP, IMAP, or both)...at least for non-paid accounts, I am not sure if it's different for paid GMail accounts (e.g., your own domain, hosted within GMail)...but, I do know that paid accounts have support available from Google...but it would appear that you did not try that either.
    As for BIS...that's gone for BB10, replaced by on-device ActiveSync. We can debate forever "why" they may have chosen to do so, but that debate is moot...for it is what it is.
    Good luck with whatever other platform you decide upon!
    Occam's Razor nearly always applies when troubleshooting technology issues!
    If anyone has been helpful to you, please show your appreciation by clicking the button inside of their post. Please click here and read, along with the threads to which it links, for helpful information to guide you as you proceed. I always recommend that you treat your BlackBerry like any other computing device, including using a regular backup schedule...click here for an article with instructions.
    Join our BBM Channels
    BSCF General Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • HT1212 My iPod touch is disabled after too many attempts and I want to enable it without getting it clear so can you please help me out in this....

    My iPod touch is disabled after too many attempts and I want to enable it without getting it clear so can you please help me out in this....

    A data recovery company MAY be able to do it for a price. The Disabled is a very good security feature.
    JWhy not just restore from the last backup you have?
    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 most iTunes purchases by:
      Downloading past purchases from the App Store, iBookstore, and iTunes Store

  • How to enable logging for mail.app in Mountain Lion

    I am at my wits end trying to figure this out....
    Does anyone have a clue how to enable the logging for mail.app under Mountain Lion?
    In the past, you could open up Console and click on Console.log and see the logging of mail. Under mountain Lion, there is no more console.log. I cannot figure out how to enable it.
    I have tried to run the AppleScript of "Turn On Logging" but the script errors out under Mountain Lion.
    Does anyone know how to do this or a better way, maybe a tool or something that can help you troubleshoot mail.app issues?
    Thanks in advanced

    Hello,
    I have a similar problem. The script "Turn on Logging.scpt" runs without error, but I do not see any socket logging. I only get two messages, which I also get when I start mail without the script by just clicking the mail.app icon in the dock. The Messages are:
    1/10/13 3:43:32.618 PM Mail[11276]: Using V2 Layout
    1/10/13 3:43:36.388 PM Mail[11276]: *** -[IADomainCache init]: IA domains cache is out of date.
    Any help would be appreciated

  • Lost Mode and Play Sound are "Pending."  However, iCloud indicates that it connected and backed up to iCloud at a date that is 1 week after it went missing.  How is this possible without locking (Lost Mode Pending an internet connection)

    Hi,
    My wife lost her iPhone two weeks ago while on vacation in London (cell service inoperative in foreign country).  Using Find My iPhone app on my device, I activated Lost Mode and Play Sound.  However, both are listed as "Pending," since it those actions require the phone to connect to the internet (wifi only due to no cellular data coverage.).
    We recently returned home and purchased a new iPhone.
    However, when looking to restore the apps/settings from her old phone using a previous iCloud backup, iCloud indicates that the old phone connected to iCloud and backed up the original phone at a date that is 1 week after it went missing.  How is this possible without locking (Lost Mode Pending an internet connection)?
    If the phone was activated and connected to the internet via a wifi signal, shouldn't it immedately lock, show up on the map, Play Sound, and send me an email that the phone has been found?
    I also read somewhere that if running iOS 7, the iCloud website interface enables you to track previous locations, for instance if the phone moves from wifi hotspot to hotspot.  Is that true?  If so, how do I do that?
    Thank you for your time, and have a great day!
    Sincerely,
    - Matt

    just giving this a wee bump as time is of the essence here and i need advice/ answers quick!
    apologies if i've broke any rules!
    alex

  • How to enable FGA in 9i

    Hi,
    Oracle database version : 9.2.0.8
    OS: Linux4
    as per client requirement we need to enable Fine Grain Auditing.
    So please provide the process to enable FGA in 9.20.8 database and also provide procedure how to enable FGA on particular table or particular column on a table.
    Also let me know what are the views to get the Audit info on that column.
    It's too Urgent please update ASAP.
    Thanks,
    Naveen.

    Handle:      user8936206
    Status Level:      Newbie
    Registered:      Dec 29, 2009
    Total Posts:      19
    Total Questions:      15 (15 unresolved)
    so many questions without ANY answers.
    It's too Urgent please update ASAP.I do not understand why it is URGENT for me to provide answer to you.
    when all else fails, Read The Fine Manual
    http://www.oracle.com/pls/db92/search?word=fine+grained+audit

  • How to enable DDE communication and Network DDE DSDM on windows 7

    How to enable DDE communication and Network DDE DSDM on windows 7

    Hi,
    For Network DDE to function, NetDDE.EXE needs to be installed and running on both machines before attempting to conduct a Network DDE conversation. NetDDE.exe is a Windows Service system file that is used to communicate the shared dynamic data exchange used
    by Network DDE. It has no graphical user interface (it runs as a background Windows service).
    For more information, please refer to this article:
    http://www.citect-webhelp.schneider-electric.com/vijeo/Content/Starting_network_DDE_services.html
    http://support.ge-ip.com/support/index?page=kbchannel&id=S:KB15377&actp=search
    Please Note: Since the website is not hosted by Microsoft, the link may change without notice. Microsoft does not guarantee the accuracy of this information.
    Karen Hu
    TechNet Community Support

  • How to Enable Loopback Processing in W2K8

    How to Enable Loopback Processing in Windows Server 2008. I am unable to find following:
    In the Group Policy Microsoft Management Console (MMC), click Computer Configuration.
    Locate Administrative Templates, click System, click
    Group Policy, and then enable the Loopback Policy option.
    http://support.microsoft.com/kb/231287

    > I don't understand why you would respond with the name of the setting,
    > without describing the path to it.  As far as I can tell, there is no
    > search function in the Group Policy Management Editor to serach for the
    > name.  Is it too much to ask for the precise location?
    That's why MSFT provides
    http://gpsearch.azurewebsites.net/ :)
    Martin
    Mal ein
    GUTES Buch über GPOs lesen?
    NO THEY ARE NOT EVIL, if you know what you are doing:
    Good or bad GPOs?
    And if IT bothers me - coke bottle design refreshment :))

Maybe you are looking for