Tape Compression for Protection Groups Not Working

Hi everyone,
We've since started using DPM 2012 R2 to backup our systems. Everything is working except for tape compression. I've read some other discussions regarding similar issues, but none have been of any help to me.
DPM (version 4.2.1254.0) is running on a physical server (HP BL460c G6) running Windows Server 2008 R2 Enterprise SP1. Microsoft SQL Server 2008 R2 is also running on the same machine providing the database for DPM. Other roles installed: Hyper-V, WDS,
WSUS, IIS, and File Services. The tape drive is an HP StorageWorks SB1760c which is partnered to the blade server in a C3000 chassis. Tapes are LTO-4. Everything is fully patched from Windows Updates.
The backup starts off fine, but because the tape drive is a not an auto-loader, the backup fails because it is waiting for a new tape to be inserted so it can complete the backup. If DPM would compress the data, it will all fit on the one tape.
So far, I've:
Reinstalled the operating system and all the server roles on it (twice!).
Used HP's Library and Tape Tools to perform a tape compression test (which passes - the results did show that the data written during the test was compressed).
Reviewed other similar discussions.
None of which have been of any use. To start off, I would like to look at the logs produced during the backup to see if there is anything useful in them. Can someone please direct me to where they may be?
Any help with this problem would be greatly appreciated. I quite like DPM over the competition, it's just this one problem causing me grief.

Hi
You can enable DPM Verbose logging, then manually start a tape backup of a datasource that is in a protection group that has tape compression option checked.  Once the backup starts writing data to the drive, you can open a command prompt and CD to
the DPM log location and run the following command.
    Find /i "TapeInfo DriveAccessPath=" msdpm*.errlog
It should show that the MTASetMedia command set the block size to 65536, and HWcompression to true on the drive we're writing to.
[Example showing HWCompression was set to true]
VERBOSE       <TapeInfo DriveAccessPath="\\.\Tape2147483645" PhysicalBlockSize="65536"
HWCompression="true" xmlns="http://schemas.microsoft.com/2003/dls/MediaManager/StorageXMLSchema.xsd" />
VERBOSE CMTATapeInfo::InitializeFromDOM => m_ssDrivePath = [\\.\Tape2147483645] m_dwPhysicalBlockSize = [65536]
m_bHWCompression = [1]
If you see that, then DPM did it's job and it's up to the tape drive to honor the request and compress data as written.
If you keep the verbose logging on for the duration of the tape backup jobs, it should detail switching tapes as well, so you can take a look and see if you can figure out why we changed media when we did.  If you search for "EOM hit: 1" 
that means we hit end of media.
To enable full VERBOSE logging, under HKLM\Software\Microsoft\Microsoft Data Protection Manager, add a DWORD value named TraceLogLevel and set it to 0x43e, then stop and restart the msdpm and dpmra services.   The DPM log files will now contain
MUCH MORE logging to help troubleshoot issues without requiring a DPM trace.
DPM 2010 or upgrade to DPM 2012 the Logs are in the C:\program files\Microsoft DPM\DPM\temp folder
DPM 2012 (clean install) logs are in the C:\program Files\System Center 2012\DPM\DPM\temp folder.
After you reproduce the problem, be sure delete or rename the TraceLogLevel registry setting and restart the DPM services so normal (non-Verbose) logging resumes.
SAMPLE OUTPUT DPM2012 SP1
C:\Program Files\Microsoft DPM\DPM\Temp>find /i "tapeinfo" *.errlog
---------- DPMRA56.ERRLOG
165C    0C80    06/14   16:32:26.771    05      defaultsubtask.cpp(527) [0000000000370750]      40292CEC-FBEE-4D6A-9763-031FB711A480    VERBOSE      
<TapeInfo DriveAccessPath="\\.\Tape2147483645" PhysicalBlockSize="65536"
HWCompression="true" xmlns="http://schemas.microsoft.com/2003/dls/MediaManager/StorageXMLSchema.xsd" />
165C    0C80    06/14   16:32:26.771    29      mtastoragexml.cpp(28)   [0000000003F77AA0]      40292CEC-FBEE-4D6A-9763-031FB711A480   
VERBOSE ==>CMTATapeInfo::CMTATapeInfo
165C    0C80    06/14   16:32:26.771    29      mtastoragexml.cpp(28)   [0000000003F77AA0]      40292CEC-FBEE-4D6A-9763-031FB711A480   
VERBOSE <--CMTATapeInfo::CMTATapeInfo
165C    0C80    06/14   16:32:26.771    29      mtastoragexml.cpp(68)   [0000000003F77AA0]      40292CEC-FBEE-4D6A-9763-031FB711A480   
VERBOSE CMTATapeInfo::InitializeFromDOM => m_ssDrivePath = [\\.\Tape2147483645] m_dwPhysicalBlockSize = [65536]
m_bHWCompression = [1]
165C    0C80    06/14   16:32:26.771    29      mtastoragexml.cpp(42)   [0000000001F2F340]      40292CEC-FBEE-4D6A-9763-031FB711A480   
VERBOSE ==>CMTATapeInfo::~CMTATapeInfo
165C    0C80    06/14   16:32:26.771    29      mtastoragexml.cpp(42)   [0000000001F2F340]      40292CEC-FBEE-4D6A-9763-031FB711A480   
VERBOSE <--CMTATapeInfo::~CMTATapeInfo
165C    0C80    06/14   16:32:26.771    29      mtastoragexml.cpp(42)   [0000000003F77AA0]      40292CEC-FBEE-4D6A-9763-031FB711A480   
VERBOSE ==>CMTATapeInfo::~CMTATapeInfo
165C    0C80    06/14   16:32:26.771    29      mtastoragexml.cpp(42)   [0000000003F77AA0]      40292CEC-FBEE-4D6A-9763-031FB711A480   
VERBOSE <--CMTATapeInfo::~CMTATapeInfo
---------- MSDPMCURR.ERRLOG
18DC    1B80    06/14   16:32:26.756    01      TaskInstance.cs(1034)           40292CEC-FBEE-4D6A-9763-031FB711A480   
VERBOSE       <TapeInfo DriveAccessPath="\\.\Tape2147483645" PhysicalBlockSize="
65536" HWCompression="true" xmlns="http://schemas.microsoft.com/2003/dls/MediaManager/StorageXMLSchema.xsd" />
18DC    0574    06/14   16:32:26.756    04      cmdproc.cpp(2432)       [0000000003B8A470]      40292CEC-FBEE-4D6A-9763-031FB711A480   
VERBOSE       <TapeInfo DriveAccessPath="\\.\Tape2147483645" PhysicalBlockSize="65536" HWCompression="true"
xmlns="http://schemas.microsoft.com/2003/dls/MediaManager/StorageXMLSchema.xsd" />
Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread. Regards, Mike J. [MSFT] This
posting is provided "AS IS" with no warranties, and confers no rights.

Similar Messages

  • Enabling the wiki service for a group not working

    Hey all,
    I am getting my server up and running and I have the following services: AFP, DNS, and Web. I am currently trying to enable the use of a Wiki but am running into some problems. I have enabled Wiki and blog in the Web Services in Server Admin and I have added the groups I wish to be able to use the Wiki. When I go to Workgroup Manager, I get stuck. In the Accounts tab and the group I am trying to give access to, I attempt to use the pulldown tab to "Enable the following serves for this group on:" I would like to get the pulldown to be set on "Default web site of server17.pretendco.com, but I cannot even use the pulldown. It is grayed over, and I cannot change the settings.
    I am using the Administrator account, so I should be able to change that. Any ideas?
    Thanks
    Pat

    Hi
    The reason the option is grayed out for your users is because your server is not an OD Master. Wiki, Blog and iCal won't be available unless this happens first.
    Page 61 Web Technologies Admin Manual
    Wiki will not work without a local Open Directory master. Your server can be connected
    to another directory server simultaneously, but for wiki to work, your server must be an
    Open Directory master. For more information, see Open Directory Administration.
    You can download the relevant manuals from here:
    http://images.apple.com/server/macosx/docs/WebTechnologies_Adminv10.5.pdf
    http://images.apple.com/server/macosx/docs/OpenDirectory_Admin_v10.5_2ndEd.pdf
    Other manuals may also be of use:
    http://www.apple.com/server/macosx/resources/
    Open Directory requires a tested and configured Internal DNS Service resolving on the forward and reverse lookups. DNS does not need to be running on the server itself just as long as it is running on a server on the same network. Don't confuse internal DNS Services with the external ones you are used to.
    Tony

  • Routing Method for Response Groups not Working as Expected

    I have a situation where Response Groups are not routing calls in the order specified in the group settings. Serial is the primary setting used in this situation so the same person is always called first. However, the calls are being routed randomly.
    One Response Group was deleted entirely and recreated which seemed to solve the problem temporarily but the problem returned as soon as the Response Group was modified.
    CU level appears to be July 2013.
    I have not had a chance to dig in and do any logging yet but will soon.  However, if anyone has seen this behavior or has any suggestions any feedback is appreciated.
    Thank you.

    I have some logs now and what I am seeing on a working call (in my lab) is what I would expect.  It tries each person in order top down.  If that person does not answer then a SIP 487 message is returned and it moves on to the next person and sends
    another INVITE, etc. until it gets to the end and does whatever is configured.
    Note: the timeout for trying each group member is 20 seconds.
    What I am seeing from the logs where this issue is occurring is it is trying the first user at the bottom of the list (another in the list before them was available).  It is sending multiple INVITE messages to that person (who I instructed to not answer)
    taking up the whole queue timeout (60 seconds) before trying the next person.  It tries that person for another 20 seconds (which is beyond the queue timeout at this point).  When that group member does not answer and it goes to voicemail
    as configured.
    Even more strangely in a second test it tried that same person at the bottom of the list, tried them twice, moved on to another available user, then back to the first user it tried (the queue timeout should have kicked in by now), then finally went to voicemail.
    Thanks.

  • Complex expression rules for customizable groups not working

    Hello Community,
    we have recently installed Cisco Prime 4.1 (running on Windows server 2008 R2 Standard  - 64bit Operating System).
    Our main buildings are connected via Gigabit Interfaces, so I wanted to change the threshold in Fault Monitor only for those devices and those interfaces, to be something different than the default value (40%).
    My regular expression is this:
    (Interfaces.SystemName contains "Sw-AM-C6509" AND
    Interfaces.Description contains "GigabitEthernet9/23")  OR
    (Interfaces.SystemName contains "Sw-KK-C6509"  AND
    Interfaces.Description contains "GigabitEthernet1/23")  OR
    (Interfaces.SystemName contains "Sw-MK-C6509"  AND
    Interfaces.Description contains "GigabitEthernet1/23")
    When I try to "Check Syntax" I get an error message:
    You have entered an invalid rule. Enter a valid rule. See the
    Help
    for examples of valid rules
    I also found the following thread "https://supportforums.cisco.com/message/646043#646043" that provided an example, but I got the same error message, when I tried to run the example.
    In my regular expression if I only type:
    Interfaces.SystemName contains "Sw-AM-C6509" AND Interfaces.Description contains "GigabitEthernet9/23"
    without any brackets and the like it seems to pass the syntax check.
    Any help will be highly appreciated!
    Thanks in advance,
    Katerina

    Hello Community,
    https://supportforums.cisco.com/message/646043#646043 mentions a bug that should have been removed on LMS2.6 but was still persistent. It states that:
    when defining complex rules you have to use the complete Object ID  (this info is available in the User Guide but wasn't described in DFM  On-line help), which is different for each application.
    :Campus:OGS:Device
    :DFM:VASA:DFMObject
    :CMF:DCR:Device
    :RME:INVENTORY:Device
    I would have thought that if this was actually a bug it should have been removed in the newest version of LMS4.1, but from what I understand it must still be there. I couldn't find anything relevent in the Administration of Cisco Prime LMS 4.1 document.
    In order to fix my problem I used the following syntax, which seems to pass the syntax check.
    :DFM:VASA:DFMObject:Interfaces.SystemName contains "6509" AND
    (:DFM:VASA:DFMObject:Interfaces.Description contains "1/23" OR
    :DFM:VASA:DFMObject:Interfaces.Description contains "9/23")
    It does get the job done, but this isn't exactly what I wanted.
    I hope that someone can update this post and verify that this is the correct way to go.
    Katerina

  • HP Protect Smart not working with windows 7

    Hi there
    i bought hp dv4 special edition with windows vista installed 
    hp protect smart was working fine on windows vista 
    i replaced vista by windows 7 RC
    but HP protect smart not working now ( disabled because the drive is not supported!!!!!!!!)
    i contact hp support and they send an update for hp protect smart but this did not fix the problem
    so i tried to install the software in compatibility mode as windows vista as microsoft suggested but the problem still exsist
    has anyone face this problem and fix it?
    please help.

    Hi,
    How to solve this problem informations here.
    ** Say thanks by clicking the "Thumb up" icon which is on the left. **
    ** Make it easier for other people to find solutions, by marking my answer with "Accept as Solution" if it solves your issue. **

  • Reflow in Adobe Reader for Android does not work

    The reflow option in my Adobe reader for Android does not work. The PDF book I am trying to read is too wide to be legible when I fit it into the screen (even in landscape), but the reflow button doesn't change that. When I click it, nothing happens. The only thing I know to do is to uninstall and re-install, but that did not work. Any other tips or ideas?

    Mehwish,
    Thank you so much for responding, and so quickly. I appreciate it.
    It does not appear as though the PDF I am trying to read would have an element in it that would block it from reflow, but that is always possible. It’s a textbook, and I understand that toward the end of the book there are some charts and diagrams, but I haven’t gotten to those chapters yet. So far, I’ve just been trying to use the Adobe Reader to read the introduction and first chapter and nothing I have done has made it reflow.
    I’m enclosing a copy of the entire book. Perhaps you can uncover something in it that I didn’t see.
    Thanks again for you help.
    Stan
    Dr. Stan G. Duncan
    123 Sumner St.
    Quincy, Massachusetts 02169
    617-855-7539 (hm)
    781-504-6875 (cell)
    215-647-7583 (fax)
    508-295-1630 (Ch)
    <mailto:[email protected]> [email protected]
    <http://homebynow.blogspot.com/> http://homebynow.blogspot.com
    <http://www.huffingtonpost.com/stan-duncan> http://www.huffingtonpost.com/stan-duncan

  • Enabling Global Script Protection is not working while adding "&"

    Hi All,
    To prevent crosssite scripting attacks I ticked the the check box "Enable Global Script Protection" in CF admin. But it is not working , I mean not able to prevent the scripting attacks.
    Steps I followed
    1] I executed the below URL.
         https://xyz.abc.com/index.cfm?cardholder_number=&<script>alert(1)</script>
    2] In the fornt end I got a javascript alert message as injected in the URL.
    But this alert message should not come as I have enabled script protection in CF admin. Right????
    Now I removed "&" (https://xyz.abc.com/index.cfm?cardholder_number=<script>alert(1)</script>) from the above URL  then I was not getting the javascript alert message. Does this mean that script protection will not work if we are adding "&" to the URL????.
    I searched the neo-security.xml and its looks like below.
    <var name='CrossSiteScriptPatterns'><struct type='coldfusion.server.ConfigMap'><var name='&lt;\s*(object|embed|script|applet|meta)'><string>&lt;InvalidTag</string></var></st ruct></var>
    Can any one help me out to fix this.

    Abdul L Koyappayil wrote:
    But still one doubt remains why alert message is coming only when there is "&" in the URL??
    This happens with "&" because it is a special Javascript symbol whose purpose is to delimit - that is, separate - the key-value value pairs in the URL's query-string. For example, in the URL www.myDomain.com/index.cfm?a=1&b=2, the "&" delimits the query-string into the 2 key-value pairs
    a=1
    b=2
    Let us then consider the case where the URL is www.myDomain.com/index.cfm?cardholder_number=&<script>alert(1)</script>. The & will delimit the query-string into
    cardholder_number=
    <script>alert(1)</script>
    The presence of '&' implies there are 2 variables. However, there is only one '=' sign, which means there is just one key-value pair. In addition, cardholder_number is a legal name for a URL variable, whereas <script>alert(1)</script> is not. The browser therefore sends the following query-string to your application
    cardholder_number=EMPTY_STRING&<script>alert(1)</script>
    However, Coldfusion's scriptprotect feature will intervene and neutralize this to
    cardholder_number=EMPTY_STRING&<invalidtag>alert(1)</script>
    which is harmless. These will enter into Coldfusion as the URL variables
    cardholder_number=EMPTY_STRING
    EMPTY_STRING=EMPTY_STRING
    The special nature of '&' as delimiter is what prompts the browser to run the script. In fact, by default, browsers will run any Javascript that you place in the query-string. Run this, for example
    http://www.myDomain.com/index.cfm?<script>alert(1)</script>
    But what reason will I say if they are asking me why javascript alert is coming then.
    As you have just seen, the <script> tag cannot come in. The alert occurs at the browser - that is, at the client - but Coldfusion runs at the server. Communication between client and server is by means of the URL variables that the client sends to the server. For the attack to be effective, it has to be sent in the form
    sneakyVar=<script>alert(1)</script>
    That is not the case here.

  • Response Groups not working

    Hi there
    My environment is a single Lync 2013 Front End Server installed on Server 2012.
    It works since a year and now we want to use some response groups. I created 2 of them and everything seems fine but i cant call these groups. Not from internal and also not from external.
    The clients shows an 500 internal server error with ID 26017.
    So i traced the whole thing on the Front End Server. It seems the Response Group Service cant work with the local SQL Server. I see three error messages.
    1. TL_ERROR(TF_COMPONENT) [2]0B90.37A8::07/23/2014-06:38:39.119.000002fb (RgsClientsLib,MatchMakingLocator.GetActiveInstanceFromDB:683.idx(479))
    (0000000000150BA8)No instance registered as the active instance!
    2. TL_ERROR(TF_COMPONENT) [1]1E08.2910::07/23/2014-06:38:42.462.00000a34 (RgsHostingFramework,CallControlManager.HandleAudioVideoCall:2049.idx(619))
    (000000000362D054)Call is declined because Call Control is not started.
    3. TL_WARN(TF_COMPONENT) [1]0B90.0B7C::07/23/2014-06:38:48.053.00000f2d (RgsClientsLib,MatchMakingLocator.GetActiveMatchMakingInstance:683.idx(301))
    (0000000000150BA8)There is currently no active MatchMaking instance in the pool.
    The Lync Server Event Log shows this error when the Response Group Service starts:
    LS Response Group Service ID 31067
    Lync Server 2013, Response Group Service Match Making could not find the Contact object used for subscribing to agents' presence.
    Cause: The application has not been properly activated or the Contact object was deleted.
    Resolution:
    Deactivate and then activate the application for this pool.
    Is there a way to reinstall / reconfigure the whole response group service incl. the active directory objects?
    I hope somebody could help
    Regards
    Andreas

    Have you seen this thread:
    http://social.technet.microsoft.com/Forums/lync/en-US/cd25ddec-6e1e-4d58-9a9a-a530abfa82e3/response-groups-not-working?forum=ocsclients ?
    He ran Get-CsApplicationEndpoint and received a warning that let him to a resolution.
    Short of that, I'd rerun step 2 in the deployment wizard and restart services when you can to see if I could jog anything loose.
    Please remember, if you see a post that helped you please click "Vote As Helpful" and if it answered your question please click "Mark As Answer".
    SWC Unified Communications

  • Content enrichment service for SP 2013 not working

    Content enrichment service for SP 2013 not working
    Not able to debug content enrichment service.. Can you please specify the steps for debugging the content enrichment service
    Any help will be greatly appreciated.
    Regards
    BKPA
    BKPA

    Hi ,
    Please see the following articles, run and debug service with breakpoints using F5 from VS, then register the custom content enrichment service with DebugMode and long Timeout to SharePoint, then start a full crawl to call the web service.
    http://www.dotnetmafia.com/blogs/dotnettipoftheday/archive/2014/04/08/how-to-use-the-sharepoint-2013-content-enrichment-web-service.aspx
    http://www.jeanpaulva.com/index.php/2014/05/21/content-enrichment-web-service/
    http://msdn.microsoft.com/en-us/library/office/jj163968(v=office.15).aspx#content_enrichment_configuration
    http://www.blendmaster.net/blog/2012/09/using-content-enrichment-web-service-callout-in-sharepoint-2013-preview/
    Thanks,
    Daniel Yang
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact [email protected]
    Daniel Yang
    TechNet Community Support

  • My email verification for psn does not work...

    My email verification for psn does not work... [email protected] SORT IT OUT SONY.
    Have had a ps4 since xmas day and am still yet to use it.

    1. You must send access code to a phone number that can receive SMS
    2. You can only use one phone number per iPad; cannot share one number with two devices

  • [svn] 3921: Fix for - @inheritDoc tag not working for get/ set overrides when you only override the setter of a base class

    Revision: 3921
    Author: [email protected]
    Date: 2008-10-28 06:23:00 -0700 (Tue, 28 Oct 2008)
    Log Message:
    Fix for - @inheritDoc tag not working for get/set overrides when you only override the setter of a base class
    QE Notes: Baselines for framework test will need to be updated.
    Doc Notes: None
    Reviewer: Paul
    Bugs: SDK-17304
    tests: checkintests
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-17304
    Modified Paths:
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/asdoc/ASDocExtension.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/asdoc/ClassTable.java

    Revision: 3921
    Author: [email protected]
    Date: 2008-10-28 06:23:00 -0700 (Tue, 28 Oct 2008)
    Log Message:
    Fix for - @inheritDoc tag not working for get/set overrides when you only override the setter of a base class
    QE Notes: Baselines for framework test will need to be updated.
    Doc Notes: None
    Reviewer: Paul
    Bugs: SDK-17304
    tests: checkintests
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-17304
    Modified Paths:
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/asdoc/ASDocExtension.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/asdoc/ClassTable.java

  • F4 help for 0MAT_SALES is not working in BI 7

    Hi Gurus,
    The F4 help for 0MAT_SALES is not working when distibution channel is selected as (!=02) in Bex Analyzer. But for all other values for distibution channel  i am getting values in F4 help.
    Since 02 is excluded it is supposed to give values for all other combination. but it not so.
    Could anyone of you please help me on this?
    Thanks in advance.

    Closing Thread

  • Short key for copy does not work all the time now.

    After I have installed the latest OSX - Yosemite, my short key for copy does not work all the time.  It is infrequent how it works. I'm using the same keyboard that I have always used, my wireless logitech keyboard for mac.  Please help.

    I've plugged in my default mac keyboard and the short key copy still does not work.

  • I have an iMac with OS Lion. The Smartart feature for Office for Mac will not work when I am logged on to my personal user account. It works with other user accounts on the same computer, and it works after "safe start". How can I fix the problem?

    The Smartart feature of Office for Mac will not work in my user account. It works for all other user accounts on the same computer, and it works after a "safe start". How can I fix the problem?

    You may also want to search/ask in the forums run by the people who make the product which is causing you problems:
    http://answers.microsoft.com/en-us/mac/forum/macoffice2011

  • The file to download the app for Android is not working from my phone--it says that the file isn't there. However it does see the one for the Iphone (even though it can't use it). I'm very computer literate and am pretty sure the problem is on your end.

    The file to download the app for Android is not working from my phone--it says that the file isn't there. However it does see the one for the Iphone (even though it can't use it). I've tried it multiple times and continue to get the same message: "NOT FOUND The requested item could not be found". I also tried through the Market application on the phone but ended-up with the same result.
    I'm very computer literate and am pretty sure the problem is on your end. If this is the case then no one can download the app. I considered that perhaps because it's still in Beta that it was removed due to some other type of software issue. I would really like to use Firefox on my new Droid (2.0); when with this be available?

    Firefox will not appear in the Market for most phones with incompatible hardware. You can check if your phone is supported here:
    https://wiki.mozilla.org/Mobile/Platforms/Android
    Even on some supported devices, a bug in the Market software prevents Firefox from showing up. This may be related to the fairly recent Android Market app update. If you go to Settings/Applications/Market and choose "Uninstall" you can uninstall the update, and then search for and install Firefox from the marketplace.
    Or, if you have a supported phone, you can download the app directly by typing this address into your phone's browser: http://bit.ly/fxbeta3
    (Note: To download the app directly for an AT&T phone, you will have to search for instructions on "sideloading" the APK file, since AT&T disables the option to install from non-Market sources.)

Maybe you are looking for

  • DRM-61045 : Error found for 11.1.2.4 version

    Hello Guys, Recently I have joined oracle community and got really good feedback and help from all followers. Hope we will stay connected and troubleshoot issues. Right now I'm working on DRM installation & configuration of latest version 11.1.2.4 on

  • Express, motorola sbg900 and g3

    1. can't use airport express assistant. i receive this error: this computer does not have a wireless card installed 2. itunes (6.0.1) does not recognize the express. express is connected to my receiver about 15 ft. away 3. express does nt recognize m

  • MM question

    I am looking through someone else's VBscript code for an ASP application and all of their variables have MM at the front of them. Examples: MM_UserAuthorization MM_UserID MM_dbTicket_STRING MM_Division Isn't that MM something that Dreamweaver automat

  • Installation failed. Error Code: U44M2P7

    Any idea how to solve this trying to update CS5 with 12.0.4? Thanks

  • Displaying most recent transactional edit vs parent transaction

    I have a Crystal XI report developed to display testing data. The data is displayed for example: ID             Parent ID           Date                           <additional columns for additional data> 10770                              8/5/2010  2