MS Access 2010 and TFS problem when I try to "create form team foundaition"

I am using MS Access 2010 and trying to use TFS for source control.
I installed MSSCCI for 2010 and the "Access Developer Extensions"
I am able to create a project in TFS and check in and check out access objects.
My only problem is when I click on "Create from Team Foundation" it asks me to specify the server and when I click OK it gives me the following error message:
"Cannot create a new Microsoft Access database from this source code control project. It contains neither a Data and Misc. objects file nor a database name file."
I have tried different ways and could not get it to work.
Thanks for your help

Did you figure out a solution for this!>?
I am having the same issue.  I can issue a GET and bring down all the objects (including the very files that it says it can't find) - then when "creating from team foundation" I get the same problem.
https://social.msdn.microsoft.com/Forums/en-US/704a18d7-6687-49c2-8830-a24aa794303e/tfs-2013-with-access-20072010-cant-create-a-local-tfs-copy?forum=tfsgeneral

Similar Messages

  • A problem when I try to create a application view throug a Bea MQSeries Adapter8.1

              Hi, guys!
              I have installed Weblogic platform 8.1 beta, and try to use the MQSeries Adapter
              which provide by Bea weblogic, and it's seems I must deploy the .ear file which
              is an application include the MQ Adapter, on a domain which provide the Integration
              function, the ear file I was download from bea site. So I deploy it in the samples/domain/platform
              domain as the docs told me. And after that I create a new directory called session
              and a subdirectory contain a manifest.xml file, I do this also due to the docs
              provide by Bea. And then I can create the application view in the application
              view console, BUT, when I try to add a Event in the console, the page and OS console
              both print this message :
              DEBUG 21 ?? 2003 20:43:11,906 BEA_MQSERIES_1_0.DesignTime - getMergedDictionary
              got exception:
              DEBUG 21 ?? 2003 20:43:11,906 BEA_MQSERIES_1_0.DesignTime -
              StackTrace:
              java.lang.NullPointerException
              at com.ibi.beamqseries.web.DesignTimeRequestHandler.getMergedDictionary(DesignTimeRequestHandler.java:372)
              at jsp_servlet.__addservc._jspService(__addservc.java:120)
              at weblogic.servlet.jsp.JspBase.service(JspBase.java:33)
              at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:1047)
              at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:383)
              at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:301)
              at weblogic.servlet.internal.RequestDispatcherImpl.include(RequestDispatcherImpl.java:547)
              at weblogic.servlet.internal.RequestDispatcherImpl.include(RequestDispatcherImpl.java:364)
              at weblogic.servlet.jsp.PageContextImpl.include(PageContextImpl.java:153)
              at jsp_servlet.__display._jspService(__display.java:632)
              at weblogic.servlet.jsp.JspBase.service(JspBase.java:33)
              at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:1047)
              at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:383)
              at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:301)
              at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:6319)
              at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:317)
              at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:97)
              at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3525)
              at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2553)
              at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:178)
              at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:151)
              And I'm not quit sure about how to make the Schema directory correcttly, I just
              make one manifest.xml file. and hope I can find more document about the adapter,
              or can fix this problem.
              by the way, I just have userguid, installguide and releasenotes pdf file which
              can be download from Bea
              Regards,
              shannon
              

    Can you tell me the exact url of the BEA_MQSERIES_8_1.ear?
              Please give it to me... Thanks in advance...

  • Problems when I try to create a new Dashboard

    Hi.
    I am trying to create a new dashboard, I am doing in the Oracle BI Presentation Services Administration. I was do click in the "Manage Interactive Dashboards" link. But I receive the next message: "You don't currently have access to any shared Dashboards". Then I couldn't create the dashboard. I tried to create in the catalog manager the _portal folder inside the shared folder, but this doesn't work either
    Some idea?
    Edwin

    The problem was solved after doing the following:
    -Go to Manage Catalog
    -Select Shared Folders
    -Create a new shared folder
    After creating a new shared folder I was able to start creating dashboards. Seems like a bug of the product, has presented itself sometimes but never had time to explore it before.
    Cheers

  • Any limitation when you try to create a sdo_geometry in the fly?

    I was trying to use sdo_relate to find the IDs of the lines(geodetic data) in the database by contructing a long line with long/lat values, and spatially relate it with those lines in database. There are about 400 points that make that long route(I'm sure that it's a valid line). The interesting thing is that if I only use small portion of it(let's say, the first 40 points of that line), and use those long/lat value to build the sdo_geometry in my query, it worked, and returned me some IDs. However, if I use the whole line to do that(the SQL query is exactly the same except I have MORE values for the SDO_ORDINATE_ARRAY parameter. and this time it returned nothing????? The following is the query that I used the first small part of the line. I'm really confused here. Any limit on contructing a sdo_geometry in the fly? actually I had a similar problem when I tried to contruct a polygon sdo_geometry by using the points value that make a MSA area(which usually is a long list of points value), it failed, but the same query worked for less points that makes a polygon. I could get around with that problem. But for this, I have to work it out.Any idea about how to get around with it?
    The following query only have the first part of the line, and it worked! but not if I put the whole long line data there!!!
    select ID from MIAMI_AREA_LONG where sdo_relate(geoloc, mdsys.sdo_geometry(2002,8265,NULL,mdsys.sdo_elem_info_array(1, 2, 1),mdsys.sdo_ordinate_array(-80.34217071533203,25.76181411743164,-80.3421655,25.7615084,-80.3421655,25.7615084,-80.340347,25.761539,-80.340347,25.761539,-80.332611,25.761629,-80.332611,25.761629,-80.324547,25.7618009,-80.324547,25.7618009,-80.321007,25.76193,-80.321007,25.76193,-80.320374,25.761959,-80.320374,25.761959,-80.3186489,25.762051,-80.3186489,25.762051,-80.317002,25.7621499,-80.317002,25.7621499,-80.3162229,25.76222,-80.3162229,25.76222,-80.315803,25.76222,-80.315803,25.76222,-80.310852,25.762409,-80.310852,25.762409,-80.303726,25.762659,-80.303726,25.762659,-80.296356,25.76292,-80.296356,25.76292,-80.288299,25.7630899,-80.288299,25.7630899,-80.279953,25.763439,-80.279953,25.763439,-80.277801,25.763519,-80.277801,25.763519,-80.271446,25.763701,-80.271446,25.763701,-80.263413,25.76404,-80.263413,25.76404,-80.255081,25.764219,-80.255081,25.764219,-80.249946,25.764481,-80.249946,25.764481,-80.248383,25.764481,-80.248383,25.764481,-80.247704,25.764481,-80.247704,25.764481,-80.24527,25.764561,-80.24527,25.764561,-80.241463,25.76474,-80.241463,25.76474,-80.239029,25.76474,-80.239029,25.76474,-80.238983,25.76474,-80.238983,25.76474,-80.238297,25.764771,-80.238297,25.764771,-80.23764,25.7654299,-80.23764,25.7654299,-80.23729,25.76569,-80.23729,25.76569,-80.234177,25.76585,-80.234177,25.76585,-80.230957,25.766041,-80.230957,25.766041,-80.2268069,25.766041)),'mask=overlapbdydisjoint querytype=window') = 'TRUE'
    Thanks!
    Tim

    Hi Dan,
    The following is the one that failed, the difference between this and the last one worked is this the whole line, while the one above is just first part of this long line. Actually it didnot give any error, but just did not return anything. It doesnot make sense because I am using a longer line now, while it returned something if I just use part of it. Thanks a lot!
    I had a similar limitation problem when I try to create a SDO_GEOMETRY with the points I got from a MSA polygon by using the SDO API.
    I'm using Oracle 9i and it reside at window 2000 platform. BTW, when is the spatial patch coming out?
    select ID from MIAMI_AREA_LONG where sdo_relate(geoloc, mdsys.sdo_geometry(2002,8265,NULL,mdsys.sdo_elem_info_array(1, 2, 1),mdsys.sdo_ordinate_array(-80.34217071533203,25.76181411743164,-80.3421655,25.7615084,-80.3421655,25.7615084,-80.340347,25.761539,-80.340347,25.761539,-80.332611,25.761629,-80.332611,25.761629,-80.324547,25.7618009,-80.324547,25.7618009,-80.321007,25.76193,-80.321007,25.76193,-80.320374,25.761959,-80.320374,25.761959,-80.3186489,25.762051,-80.3186489,25.762051,-80.317002,25.7621499,-80.317002,25.7621499,-80.3162229,25.76222,-80.3162229,25.76222,-80.315803,25.76222,-80.315803,25.76222,-80.310852,25.762409,-80.310852,25.762409,-80.303726,25.762659,-80.303726,25.762659,-80.296356,25.76292,-80.296356,25.76292,-80.288299,25.7630899,-80.288299,25.7630899,-80.279953,25.763439,-80.279953,25.763439,-80.277801,25.763519,-80.277801,25.763519,-80.271446,25.763701,-80.271446,25.763701,-80.263413,25.76404,-80.263413,25.76404,-80.255081,25.764219,-80.255081,25.764219,-80.249946,25.764481,-80.249946,25.764481,-80.248383,25.764481,-80.248383,25.764481,-80.247704,25.764481,-80.247704,25.764481,-80.24527,25.764561,-80.24527,25.764561,-80.241463,25.76474,-80.241463,25.76474,-80.239029,25.76474,-80.239029,25.76474,-80.238983,25.76474,-80.238983,25.76474,-80.238297,25.764771,-80.238297,25.764771,-80.23764,25.7654299,-80.23764,25.7654299,-80.23729,25.76569,-80.23729,25.76569,-80.234177,25.76585,-80.234177,25.76585,-80.230957,25.766041,-80.230957,25.766041,-80.2268069,25.766041,-80.2268069,25.766041,-80.222717,25.766109,-80.222717,25.766109,-80.2195969,25.766199,-80.2195969,25.766199,-80.214569,25.766371,-80.214569,25.766371,-80.2114409,25.76646,-80.2114409,25.76646,-80.207703,25.7665599,-80.207703,25.7665599,-80.202682,25.76672,-80.202682,25.76672,-80.200653,25.766781,-80.200653,25.766781,-80.200363,25.768009,-80.200363,25.768009,-80.200027,25.769131,-80.200027,25.769131,-80.199768,25.77026,-80.199768,25.77026,-80.1996,25.77072,-80.1996,25.77072,-80.199417,25.7711599,-80.199417,25.7711599,-80.200027,25.7732199,-80.200027,25.7732199,-80.200104,25.77634,-80.200104,25.77634,-80.200287,25.778589,-80.200287,25.778589,-80.200493,25.78067,-80.200493,25.78067,-80.201134,25.78252,-80.201134,25.78252,-80.202133,25.78413,-80.202133,25.78413,-80.203506,25.787081,-80.203506,25.787081,-80.204163,25.788469,-80.204163,25.788469,-80.205147,25.790529,-80.205147,25.790529,-80.205933,25.79591,-80.205933,25.79591,-80.206307,25.80196,-80.206307,25.80196,-80.20668,25.809231,-80.20668,25.809231,-80.20668,25.809389,-80.20668,25.809389,-80.206573,25.812071,-80.206573,25.812071,-80.206512,25.813629,-80.206512,25.813629,-80.206627,25.8182389,-80.206627,25.8182389,-80.2070619,25.8251,-80.2070619,25.8251,-80.206207,25.830151,-80.206207,25.830151,-80.206284,25.83301,-80.206284,25.83301,-80.206307,25.83536,-80.206307,25.83536,-80.206467,25.838181,-80.206467,25.838181,-80.206512,25.841261,-80.206512,25.841261,-80.206863,25.843189,-80.206863,25.843189,-80.208153,25.846741,-80.208153,25.846741,-80.208389,25.852449,-80.208389,25.852449,-80.208511,25.857861,-80.208511,25.857861,-80.208794,25.86475,-80.208794,25.86475,-80.209007,25.868769,-80.209007,25.868769,-80.209053,25.869551,-80.209053,25.869551,-80.209579,25.876141,-80.209579,25.876141,-80.209427,25.877729,-80.209427,25.877729,-80.209396,25.881929,-80.209396,25.881929,-80.209557,25.88719,-80.209557,25.88719,-80.209824,25.892879,-80.209824,25.892879,-80.210213,25.898029,-80.210213,25.898029,-80.210213,25.901569,-80.210213,25.901569,-80.210213,25.90596,-80.210213,25.90596,-80.210213,25.91148,-80.210213,25.91148,-80.210587,25.916759,-80.210587,25.916759,-80.210587,25.92079,-80.210587,25.92079,-80.210953,25.921801,-80.210953,25.921801,-80.210953,25.92268,-80.210953,25.92268,-80.210213,25.923929,-80.210213,25.923929,-80.20932,25.92482,-80.20932,25.92482,-80.208946,25.925199,-80.208946,25.925199,-80.207581,25.926451,-80.207581,25.926451,-80.207718,25.92651,-80.207718,25.92651,-80.207977,25.926701,-80.207977,25.926701,-80.208237,25.92696,-80.208237,25.92696,-80.208588,25.927311,-80.208588,25.927311,-80.20903,25.927731,-80.20903,25.927731,-80.209534,25.9281599,-80.209534,25.9281599,-80.210747,25.929461,-80.210747,25.929461,-80.211197,25.929899,-80.211197,25.929899,-80.2118069,25.93051,-80.2118069,25.93051,-80.212227,25.9308489,-80.212227,25.9308489,-80.212593,25.9312,-80.212593,25.9312,-80.213013,25.931629,-80.213013,25.931629,-80.213623,25.93224,-80.213623,25.93224,-80.2142329,25.9328499,-80.2142329,25.9328499,-80.214752,25.933359,-80.214752,25.933359,-80.215271,25.9338799,-80.215271,25.9338799,-80.216049,25.934589,-80.216049,25.934589,-80.2163999,25.934839,-80.2163999,25.934839,-80.216659,25.935101,-80.216659,25.935101,-80.217163,25.935619,-80.217163,25.935619,-80.217507,25.93597,-80.217507,25.93597,-80.217957,25.936489,-80.217957,25.936489,-80.2185669,25.937099,-80.2185669,25.937099,-80.219254,25.93779,-80.219254,25.93779,-80.221161,25.939619,-80.221161,25.939619,-80.222992,25.941441,-80.222992,25.941441,-80.223862,25.942381,-80.223862,25.942381,-80.2246399,25.94334,-80.2246399,25.94334,-80.225418,25.94421,-80.225418,25.94421,-80.226097,25.945431,-80.226097,25.945431,-80.226723,25.9463009,-80.226723,25.9463009,-80.227226,25.94734,-80.227226,25.94734,-80.227753,25.94846,-80.227753,25.94846,-80.228287,25.94994,-80.228287,25.94994,-80.228623,25.951229,-80.228623,25.951229,-80.228973,25.952971,-80.228973,25.952971,-80.229141,25.9541,-80.229141,25.9541,-80.229141,25.95558,-80.229141,25.95558,-80.2292329,25.957399,-80.2292329,25.957399,-80.229317,25.95982,-80.229317,25.95982,-80.229507,25.96278,-80.229507,25.96278,-80.229584,25.96538,-80.229584,25.96538,-80.229752,25.97006,-80.229752,25.97006,-80.2298129,25.971371,-80.2298129,25.971371,-80.229843,25.9718,-80.229843,25.9718,-80.229851,25.971907,-80.229851,25.971907,-80.229919,25.973881,-80.229919,25.973881,-80.229927,25.97397,-80.229927,25.97397,-80.230103,25.978041,-80.230103,25.978041,-80.230186,25.97978,-80.230186,25.97978,-80.23027,25.98238,-80.23027,25.98238,-80.230011,25.984119,-80.230011,25.984119,-80.229683,25.985689,-80.229683,25.985689,-80.229317,25.98698,-80.229317,25.98698,-80.228973,25.98802,-80.228973,25.98802,-80.228554,25.989059,-80.228554,25.989059,-80.227943,25.9902799,-80.227943,25.9902799,-80.227333,25.99123,-80.227333,25.99123,-80.226547,25.992359,-80.226547,25.992359,-80.225418,25.993839,-80.225418,25.993839,-80.224289,25.994961,-80.224289,25.994961,-80.222382,25.99687,-80.222382,25.99687,-80.2195969,25.999559,-80.2195969,25.999559,-80.21701,26.002331,-80.21701,26.002331,-80.21579,26.00407,-80.21579,26.00407,-80.215012,26.005369,-80.215012,26.005369,-80.214661,26.006241,-80.214661,26.006241,-80.214142,26.00728,-80.214142,26.00728,-80.213882,26.00815,-80.213882,26.00815,-80.213531,26.009279,-80.213531,26.009279,-80.213493,26.00946,-80.213493,26.00946,-80.2132869,26.01022,-80.2132869,26.01022,-80.213097,26.011869,-80.213097,26.011869,-80.213013,26.01335,-80.213013,26.01335,-80.213013,26.01474,-80.213013,26.01474,-80.2132029,26.0182,-80.2132029,26.0182,-80.213463,26.023331,-80.213463,26.023331,-80.213623,26.02766,-80.213623,26.02766,-80.213707,26.031481,-80.213707,26.031481,-80.213814,26.034611,-80.213814,26.034611,-80.213882,26.035391,-80.213882,26.035391,-80.213966,26.03635,-80.213966,26.03635,-80.214142,26.03755,-80.214142,26.03755,-80.214317,26.0392,-80.214317,26.0392,-80.214577,26.042139,-80.214577,26.042139,-80.214767,26.04414,-80.214767,26.04414,-80.21492,26.0463099,-80.21492,26.0463099,-80.215103,26.04987,-80.215103,26.04987,-80.215271,26.053511,-80.215271,26.053511,-80.215447,26.05827,-80.215447,26.05827,-80.215622,26.062189,-80.215622,26.062189,-80.2157129,26.0668599,-80.2157129,26.0668599,-80.215881,26.07147,-80.215881,26.07147,-80.216049,26.076229,-80.216049,26.076229,-80.2161409,26.0796199,-80.2161409,26.0796199,-80.216232,26.082491,-80.216232,26.082491,-80.2163999,26.0863,-80.2163999,26.0863,-80.216583,26.09012,-80.216583,26.09012,-80.216614,26.09038,-80.216614,26.09038,-80.214213,26.091271,-80.214213,26.091271,-80.212619,26.090851,-80.212619,26.090851,-80.211955,26.090623,-80.211955,26.090623,-80.211055,26.090272,-80.211055,26.090272,-80.210063,26.089842,-80.210063,26.089842,-80.209056,26.089383,-80.209056,26.089383,-80.20721,26.088421,-80.20721,26.088421,-80.205332,26.087412,-80.205332,26.087412,-80.204173,26.086802,-80.204173,26.086802,-80.203242,26.086362,-80.203242,26.086362,-80.202669,26.086055,-80.202669,26.086055,-80.2021199,26.085826,-80.2021199,26.085826,-80.2014559,26.085595,-80.2014559,26.085595,-80.201036,26.085452,-80.201036,26.085452,-80.2002119,26.085263,-80.2002119,26.085263,-80.199121,26.085033,-80.199121,26.085033,-80.198328,26.084912,-80.198328,26.084912,-80.197672,26.084853,-80.197672,26.084853,-80.196947,26.0848039,-80.196947,26.0848039,-80.1960919,26.084792,-80.1960919,26.084792,-80.1952529,26.0848039,-80.1952529,26.0848039,-80.194155,26.0848039,-80.194155,26.0848039,-80.189112,26.084844,-80.189112,26.084844,-80.184671,26.0847729,-80.184671,26.0847729,-80.1801009,26.084533,-80.1801009,26.084533,-80.176912,26.084422,-80.176912,26.084422,-80.175096,26.083972,-80.175096,26.083972,-80.172197,26.083223,-80.172197,26.083223,-80.1712639,26.083015,-80.1712639,26.083015,-80.168663,26.081181,-80.168663,26.081181,-80.164663,26.082414,-80.164663,26.082414,-80.164709,26.084285,-80.164709,26.084285,-80.164694,26.084625,-80.164694,26.084625,-80.164694,26.084976,-80.164694,26.084976,-80.164663,26.085386,-80.164663,26.085386,-80.164579,26.086336,-80.164579,26.086336,-80.164495,26.087314,-80.164495,26.087314,-80.164495,26.087795,-80.164495,26.087795,-80.164511,26.087934,-80.164511,26.087934,-80.164518,26.088665,-80.164518,26.088665,-80.164518,26.089305,-80.164518,26.089305,-80.1645489,26.0902059,-80.1645489,26.0902059,-80.164633,26.091104,-80.164633,26.091104,-80.164678,26.092254,-80.164678,26.092254,-80.16474,26.094554,-80.16474,26.094554,-80.164755,26.098415,-80.164755,26.098415,-80.16477,26.099506,-80.16477,26.099506,-80.16474,26.100296,-80.16474,26.100296,-80.164694,26.101024,-80.164694,26.101024,-80.164625,26.101795,-80.164625,26.101795,-80.164518,26.102464,-80.164518,26.102464,-80.164404,26.103105,-80.164404,26.103105,-80.164312,26.103784,-80.164312,26.103784,-80.164175,26.105045,-80.164175,26.105045,-80.164076,26.106176,-80.164076,26.106176,-80.164053,26.1068849,-80.164053,26.1068849,-80.164066,26.107339,-80.164066,26.107339,-80.1640396118164,26.10733985900879)),'mask=overlapbdydisjoint querytype=window') = 'TRUE'

  • TS1368 My wifi works fine and I can access the store fine, but when I try to install an app, I get the message "cannot connect to iTunes store"

    My wifi works fine and I can access the store fine, but when I try to install an app, I get the message "cannot connect to iTunes store"

    I am guessing there is an issue with the store right now considering so many people are having the same problem on different platforms. I can't access it with my iPod Touch 4th Gen, yet my wifi is working and I can access the internet using other apps, but when I go to update a couple of apps from the iPod, I get the same error message after I try to sign in to the store.

  • I bought a new MacBook Pro (Mac Os 10.8.4) when conecting my mobile broadband dongle (Huawei E122) the computer does not read it at all. I do not have problems when connecting it to my former computer (PC) and a Mac from last year. Any suggestions?

    I bought a new MacBook Pro (Mac Os 10.8.4) when conecting my mobile broadband dongle (Huawei E122) the computer does not read it at all. I do not have problems when connecting it to my former computer (PC) and a Mac from last year. Any suggestions?

    Thanks,
    Yes, I did that. They have uppgrades for the dongles, but just untill Mac Os 10.7. Their solution is to buy a new modem from them or getting one for free if I sign a contract for 24 months! So, i think from that side not very helpful.
    It is just that I do not want to buy a new modem, when it works in quite recent computers and after having spent money in the new Mac.
    But thank you for your reply!

  • I have recently changed my apple id and password, but when i try to access music on an external hard drive that i bought on iTunes it asks me to authorize my computer with my old apple id? can anyone help?

    I have recently changed my apple id and password.  When i try to access music that i bought on itunes on an external hard drive,  it asks me to authorize my computer with my old apple id? can anyone help?

    Please try to sign in at https://appleid.apple.com
    Check if your new username/email address is verfied
    If this works, delete your account on your iPhone (Settings > iCloud)
    Sign back in

  • I bought a new laptop and can access my itunes library but when i try to add purchased playlist songs to my ipod message appears asking if I'm ok with erasing all other songs on the ipod. Help needed.

    I bought a new laptop and can access my itunes library but when i try to add purchased playlist songs to my ipod message appears asking if I'm ok with erasing all other songs on the ipod. How do I add purchased playlist to ipod without erasing existing ipod playlists?

    cujoftw wrote:
    wow ... I get a headache just trying to read what you just said. I went and read how to migrate my library and found that you can only migrate purchased media.
    No, you can easily migrate your entire library from one working compter to another.
    If you fail to backup or migrate your library and find yourself with nothing but a new empty computer and a device full of content iTunes is designed to only recover the iTunes purchased content, however third party tools can help recover everything if needed.
    tt2

  • TS1967 i have a problem when i try to update or install apps in my ipad, and a message come up says "can not connect to Itunes Store", anyone know why? please advise. however i had update all my detail of payment method.

    i have a problem when i try to update or install apps in my ipad, and a message come up says "can not connect to Itunes Store", anyone know why? please advise. however i had update all my detail of payment method.

    Settings > General > Reset > Reset Network Settings.
    Power cycle the router.
    Basic troubleshooting from the User's Guide is reset, restart, restore (first from backup then as new).  Try each of these in order until the issue is resolved.

  • I upgraded to the new IOS, but lost data and apps. When I try and restore the only backup I see is the one made AFTER the lost data. How can I access an older backup from the cloud?

    I upgraded to the new IOS, but lost data and apps. When I try and restore the only backup I see is the one it made AFTER the lost data. How can I access an older backup from the cloud?

    Why don't you talk to apple and find out if backup exists? That conversation with apple will stop your guessing.

  • I create a project w/iMovie and I have two problems:  When I try to finalize the project iMovie crashes; when I share to DVD sometimes it crashes also; if I can successfully send it to DVD and then burn a DVD there are wavy lines on the screen.  Help!

    I create a project w/iMovie and I have two problems:  When I try to finalize the project iMovie crashes; when I share to DVD sometimes it crashes also; if I can successfully send it to DVD and then burn a DVD there are wavy lines on the screen.  I'm uising photos in my project, not video.  Help!

    You can split a project in two by doing this.
    1) Go to the Project Library View.
    2) Select your project, and click FILE/DUPLICATE PROJECT. Give it a name like "your project name - part 1".
    3) Do this again. This time name it "your project name - part 2"
    4) Open Part 1 for editing. Delete everything in the second half.
    5) Open Part 1 for editing. Delete everything in the first half of the project.
    At the end you should have your original project, plus the same project in two parts.

  • HT1498 We have created account, and password, but when we try to rent a movie is says password is invalid. It is not, because we can access the websute using it. Anyone help me. We have checked over and over. What are we missing?

    We have created account, and password, but when we try to rent a movie is says password is invalid. It is not, because we can access the websute using it. Anyone help me. We have checked over and over. What are we missing?

    On your mac/Win PC can you log into the iTunes Store with your Apple ID and password??
    Can you download one of the free songs/books/ videos (look under Free on iTunes)?

  • My apple ID was hacked and a game by GodGame Inc was bought and installed. When I try to report a problem about this transaction, the link automatically sends me to the apple store support. The application is bugged. Please help.

    My apple ID was hacked and a game by GodGame Inc was bought and installed. When I try to report a problem about this transaction, the link automatically sends me to the apple store support. The application is bugged. Please help.

    thanks for your response roaminggnome. I changed my password immediately after it happened and I have contacted i tunes to let them know of this dillemma.
    The I-tunes credit was a promotional thing by Apple to buy their laptop. So I didn't pay for the i-tunes credit in the first place. Do you think my bank will be able to reinburse Itunes credit then? I will ask support when they get back to me.

  • I have an ipod touch 4th genereation and have problems when i record you can barley hear the voices and sounds recording i don't know what the problem is?

    i have an ipod touch 4th genereation and have problems when i record you can barley hear the voices and sounds recording i don't know what the problem is?

    sounds like ur ipod's mic is blocked with something check the back on the ipod near the back camera

  • Why display hanging and software problem when upgraded to ios 8

    Why display hanging and software problem when upgraded to ios 8

    Hi Redhazel,
    Thank you for using Apple Support Communities.
    To troubleshoot this issue where you're experiencing a poor image quality with your iPhone's camera, please follow the troubleshooting below.
    Camera isn't functioning or has undesired image quality
    If the screen shows a closed lens or black image, force quit the Camera app.
    If you do not see the Camera app on the Home screen, try searching for it in Spotlight. If the camera does not show up in the search, check to make sure that Restrictions are not turned on by tappingSettings > General > Restrictions.
    Ensure the camera lens is clean and free from any obstructions. Use a microfiber polishing cloth to clean the lens.
    Cases can interfere with the camera and the flash. Try gently cleaning the lens with a clean dry cloth or removing the case if you see image or color-quality issues with photos.
    Try turning iPhone off and then back on.
    Tap to focus the camera on the subject. The image may pulse or briefly go in and out of focus as it adjusts.
    Try to remain steady while focusing:
    Still images: Remain steady while taking the picture. If you move too far in any direction, the camera automatically refocuses to the center.
    Note: If you take a picture with iPhone turned sideways, it is automatically saved in landscape orientation.
    Video: Adjust focus before you begin recording. You can also tap to readjust focus while recording. Exiting the Camera application while recording will stop recording and will save the video to the Camera Roll.
    Note: Video-recording features are not available on original iPhone or iPhone 3G.
    If your iPhone has a front and rear camera, try switching between them to verify if the issue persists on both.
    iPhone: Hardware troubleshooting
    Cheers,
    Alex H.

Maybe you are looking for

  • Is there a google-hangout plugin for arch ?

    Hi Sorry if this is a dumb question, but is the google-talk plugin in AUR the same as the hangouts plug-in available as an RPM or DEB at https://www.google.com/tools/dlpage/han - nload.html If not anyone know if there is a package for hangouts? I hav

  • All iTunes Playlists Have Disappeared - Can't Even Create New Ones...

    So there you have it – my entire playlist pane has gone blank. I can't even create any new playlists (smart or ordinary). Absolutely nothing happens. Because of past problems with iTunes, and Time Machine being utterly useless, I started making backu

  • HOW TO DEFAULT CONDITION TYPES FROM INCO TERMS?

    Hi, I want to Default Condition types based on the Inco terms selected. once the user selects the Inco terms the Corresponding Condition types should default in the Purchase Order. Ex: For Inco Terms EXW: Ex Works the Condition type Frieght should no

  • Selection screen as subscreen in module pool main screen

    hello i having problem with a module pool  and a selection screen subscreen , i have my main screen 100 in my module pool i create a sub screen area , then in my top include i define a seleccion screen as subscreen  150 i define some paramets and sel

  • Same request with different Author

    Hi,       I have created the program ,the request created for the same . But after sometime, I got a call that the program is changed.While watching the versions ,  it was found that, same request is created with different author. Now my problem is i