Offline Files, not available offline after server 2008 R2 upgrade

I have a few users on Windows 7 Enterprise. They have their H (home) drive "Always Available Offline". If we check the offline files folder they show up. If the user shuts down, takes their laptop off the network, starts up and logs back in, the
offline copy of the H: does not show up like it did before.   If I unc into the path where the H is, I can get to it or if I run the log in script. (note: only the files that had Always available offline show up). This tells me the files sync and wre
copied to the client machine, it's just not "mapping" the offline drive for the user like it use to. 
I've gone as far as to completely wipe one of the laptops (with users permission of course) and re-install everything, all updates and it still happens. I am begging to think it is something with the servers but the Sys admin doesn't think so. I am at loss
of what to try next. 

Glad to hear it is solved, thanks for sharing your solution and experience here.
Regards
Yolanda
TechNet Community Support

Similar Messages

  • DBCA error ORA-01034 oracle not available on Windows server 2008 r2 64

    Hi All,
    I have installed oracle 11.2.0.1 on my system having OS Windows server 2008. Then after that through DBCA i was creating the database during that i got ORA-01034 oracle not available. if any body know how to resolve it please reply me.
    Thanks & Regards,
    Arya

    Did you got the error in between when DBCA executed some percentage of work? PLease check its logfiles to get the exact error.

  • DRM Folder not available in Windows Server 2008

    Click Start, type regedit.exe in the Start Search box, and then press ENTER.
    Expand the following registry key:
    HKEY_CURRENT_USER\Software\Microsoft\Office\12.0\Common\DRM
    Note
    If DRM was not already created as a part of the key, you must create it manually. For Microsoft® Office 2003, the registry entry is as follows:HKEY_CURRENT_USER\Software\Microsoft\Office\11.0\Common\DRM.
    Right-click DRM, click New, and then click Expandable String Value.
    In the Value name box, type AdminTemplatePath, and then press ENTER.
    Double-click the AdminTemplatePath registry value and type %LocalAppData%\Microsoft\DRM\Templates in the Value data box,
    and then click OK.
    After, restarting the machine,
    i can't found "%LocalAppData%\Microsoft\DRM\Templates"
    Folder in machine
    Plz help me resolve the issue.
    Regards,
    kathirvel nagaraj

    Hi,
    you have to create the folder, it will no show up automatically.
    Regards,
    Lutz

  • Legitimate newly purchased Premiere Elements-10 32-bit install files not available

    Friends:
    I purchased an $1100 Nikon camera and the deal included OEM PS Premiere Elements 10.
    Legit purchase with a CD and legit Serial #.
    Can't install because what is Adobe's fault, not the camera vendor's and certainly not mine.
    Adobe's own published notice:
    "The 64-bit version of Adobe Premiere Elements 10 only installs on Windows 7 64 bit. If you have Windows XP 64 bit or Vista 64 bit, it's necessary to install the 32-bit version. Because the Adobe Download Assistant automatically downloads the 64-bit version in error, it's necessary to download the 32-bit version manually through alternate means."
    The problem is that the same holds true for installing on XP Pro SP3 and Adobe makes no mention of it in the above admission.
    Then, Adobe's own Solutions 1, 2 & 3 for manual download all fail, even after fussing for days over it.
    Even Solution 3, the last ditch option, fails perhaps because Elements 11 is out and Adobe has killed the 10 download Ftp sites.
    Files I am unable to download from Adobe (without entrapment by so called Free Dowload sites) are:
    http://trials2.adobe.com/AdobeProducts/PRE/10/win32/PremiereElements_10_LS15_win32.exe
    http://trials2.adobe.com/AdobeProducts/PRE/10/win32/PremiereElements_10_LS15_win32.7z
    How can I solve my dilemma, being denied my right to learn Elements from a legally purchased 10 and being
    forced to purchase 11 instead on top it. Fair?
    I am requesting Adobe politely to make it possible to download the Adobe recommended two files withou hassles.
    I must mention in this context my own  (and thousands of others') sad experience with Flash updates. Just follow
    my own (and others') posts in Adobe forums. Plus, just read the Internet posts along these lines:
    "It's impossible to download anything from Adobe. I have given up and I have given up on Adobe products."
    Not that I want to, but I am forced into echoing the same sentiment.
    Can anyone help, please ?
    Thanks,
    Pradip A.

    Hello Mr. Wright:
    The download now works. Appreciate your help.
    The ...7z file is 1.37 Gb long. I have super high speed Fibre Optic Internet connection with Bell. I rarely have the ocassion to download files of this size. After downloading more than 1 Gb, the transfer hung - either at the Client end, or at the Server end. Bell is sending tech Thursday to mitigate some line noise they detected. Hopefully, the stars will fall into the right place before long.
    Regards,
    Pradip Acharya
    Date: Tue, 13 Nov 2012 11:54:11 -0700
    From: [email protected]
    To: [email protected]
    Subject: Legitimate newly purchased Premiere Elements-10 32-bit install files not available
    Re: Legitimate newly purchased Premiere Elements-10 32-bit install files not available created by Jeff A Wright in Downloading, Installing, Setting Up - View the full discussion
    You can find the 32-bit installer at http://prodesigntools.com/photoshop-elements-10-direct-download-links- pse-premiere-pre.html.  Please make sure to complete the Very Important Instructions section prior to clicking on the link to download the file.
    Please note that the Adobe Forums do not accept email attachments. If you want to embed a screen image in your message please visit the thread in the forum to embed the image at http://forums.adobe.com/message/4844309#4844309
    Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: http://forums.adobe.com/message/4844309#4844309
    To unsubscribe from this thread, please visit the message page at http://forums.adobe.com/message/4844309#4844309. In the Actions box on the right, click the Stop Email Notifications link.
    Start a new discussion in Downloading, Installing, Setting Up by email or at Adobe Community
    For more information about maintaining your forum email notifications please go to http://forums.adobe.com/message/2936746#2936746.

  • Add does not run with sql server 2008

    Hi all,
    My add on in the development environment does not run with SQL SERVER 2008. It ran well with SQL Server 2005 and sap b1 2207 B.
    On executing the project file system throws an error "YOU ARE NOT CONNECTED TO THE COMPANY"
    we are trying this scenario on a test machine where SAP B1 2007B with temporary license for one month and SQL server 2008
    is installed.
    Help needed.
    Thanking you
    Pradnya

    Hi Use this
    Dim i as integer
    i=oCompany.Connect()
    if i<> 0 Then
    msgbox(ocompany.GetLastErrorDescription ())
    end if
    the you will get the error description also use try catch wherever necessary
    Alternatively you can use
    Dim SboGuiApi As SAPbouiCOM.SboGuiApi
    Dim sConnectionString As String
    Set SboGuiApi = New SAPbouiCOM.SboGuiApi
    sConnectionString = Command
    SboGuiApi.Connect sConnectionString
    Set SBO_Application = SboGuiApi.GetApplication()
    Set ocompany = New SAPbobsCOM.Company 'initialate DI company object
      ocompany = SBO_Application.Company.GetDICompany
    HTH,
    Atul

  • Advance features available in sql server 2008 R2 compared with SQL 2008 SP2

    Hi,
    Can some one brief me the advance features available in sql server 2008 R2 compared with SQL Server 2008 SP2.
    I am planning to upgrade my existing sql server 2008 SP2 to sql server 2008 R2, before that i need the advantages to proceed , if the advantages are not suite to my requirements then i will drop out this option.
    Please give me the detailed reply for my analysis
    hemadri

    Hi Hemadribabu,
    There are some new features in SQL Server 2008 Service Pack 2(SP2), including SQL Server utility, Data-tier Application (DAC), Reporting Services in SharePoint Integrated mode and partitioning improvement. Features are supported by the different editions
    of SQL Server 2008 R2. For example, the Report Builder 3.0, PowerPivot for excel are available on the SQL Server Datacenter and SQL Server 2008 R2 Parallel Data Warehouse, they can assist you creating business intelligence documents. Here are the Top
     new features in SQL Server 2008 R2, including 
    Report Builder 3.0, SQL Server 2008 R2 Datacenter, SQL Server 2008 R2 Parallel Data Warehouse, 
    StreamInsight, Master Data Services and so on.
    For more information about SQL Server 2008R2 and SQL Server 2008 SP2, you can review the following articles.
    http://msdn.microsoft.com/en-us/library/cc645993(v=sql.105).ASPX
    https://social.technet.microsoft.com/wiki/contents/articles/1486.microsoft-sql-server-2008-sp2-release-notes.aspx
    Regards,
    Sofiya Li
    Sofiya Li
    TechNet Community Support

  • Addon not working on Windows Server 2008 OS

    Dear Friends,
    I have developed an addon in XP and its working fine with XP operating system but it is not working on Windows Server 2008 Standard. Error is "An Attempt was made to load a program with an incorrect format.(Exception from HRESULT: 0x8007000B)".
    Regards,
    Mahesh.
    Edited by: mahesh A on Sep 19, 2009 9:26 AM

    Hi,
    Since only Windows 2008 SBS is supported with SAP Business One and that Server is available for 64bit Hardware as defined by Microsoft, I guess you should look into that direction.
    Regards
    Mario

  • "Preview for Files Not Available" & "Failed to Find a Place for the Imported File"??

    When I export RAW images into LR, some say "Preview for Files Not Available".  Also, it says "Failed to Find a Place for the Imported File".  Why?  What can I do to resolve this

    Hi,
    Tried with this but still the same issue..
    Stop the application services, recompile the JSP files manually, and start the application services. Check the login page then.
    Note: 435550.1 - R12 Login issue on target after cloning , fresh install or upgrade
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=435550.1
    Any other area to look into?
    Thanks for your time!
    Regards,

  • Now there is no available of windows server 2008 R2 64bit download. so i want to know the equivelent product in server 2012?

    now there is no available of windows server 2008 R2 64bit download. so i want to know the equivelent product in server 2012?

    Hi,
    Windows 2008 R2 and Windows 2012 are not equivelent product, there are many new features in Windows 2012, and Windows Server 2008 R2 Evaluation (180 days)  still availabe:
    http://www.microsoft.com/en-us/download/details.aspx?id=11093
    Regards,
    Yan Li
    Yan Li
    TechNet Community Support

  • Databases are not coming up after server reboot(sun solaris).

    Hi
    OS - Sun OS 5.10 local zone. RDBMS version - 11.2.0.3
    Databases are not coming up after server reboot.
    We have verified the below points.
    Cat/etc/init.d/oracle
    $ORACLE_HOME/bin/oradism file permissions are 4550.
    lock_sga is parameter set to false.
    cat /var/opt/oracle/oratab entries are set to Y
    Still Databases are not coming up after server reboot.
    Please advise.

    Hi,
    Can you post further information from alert log. Doesn't coming up, means you needs to share the information some thing about your environmente settings about kernel parameter and init$ORACLE_SID parameters details.
    That would be easy for others to look into it further to analyze things.
    - Pavan Kumar N

  • Web Service Client(Console App) not working on Windows Server 2008 R2 Standard Edition

    I am trying to consume an ASMX Web Service in a console app, its working fine in Windows 7,Windows Server 2012 Standard,Windows Server 2008 R2 DataCenter,Windows Server 2008 R2 Enterprise, But its not working in Windows Server 2008 R2 Standard Edition which
    is the deployment server.
    I tried consuming the ASMX web service using Web Reference and Service Reference as well but its not helping. Its throwing up the following error,
    Message:There is an error in XML document (1, 331491).
    Inner Exception : System.Xml.XmlException: '.', hexadecimal value 0x00, is an invalid character. Line 1, position 331491.
    The scenario is that i call the web service and it returns me an XML i am not able to receive the XML on Windows Server 2008 R2 Standard Edition.
    Please provide suggestions on this I need to resolve this ASAP.

    Hi,
    This question is better asked here:
    http://social.msdn.microsoft.com/Forums/en-US/home?forum=asmxandxml
    Experts here are more familiar about it and they can give you more efficient suggestion.
    Thank you.

  • Hard drive not recognized during windows server 2008 setup

    hard drive not recognized during windows server 2008 setup

    Hi,
    Whether the hard disk is recognized in BIOS?
    Connect it to another computer to see if it could be recognzied incase the cause is the disk itself. Also please check if it is really a RAID instead of a single hard disk - a single disk should be recognized directly while RAID cannot be recognized until
    a suitable driver is installed.
    Please remember to mark the replies as answers if they help and un-mark them if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • Group Chat feature in Office Communications Server 2007 R2 does not work in Windows Server 2008 R2 domains

       Hello to all, there are two confliting articles about this topic:
       1-
    http://technet.microsoft.com/en-us/library/upgrade-domain-controllers-to-windows-server-2008-r2(v=ws.10).aspx#BKMK_Whatsnew : this one says that it does not work "The Group Chat feature in Office Communications Server 2007 R2 does not work in Windows
    Server 2008 R2 domains". This article was updated in 2013.
       2-
    http://technet.microsoft.com/en-us/library/ee692314(office.13).aspx: this other article says that it will function "Office Communications Server 2007 R2 Group Chat will function in a Windows Server 2008 R2 forest". This article was updated in
    2010 and was refered by the first one.
       What is the correct support position for Group Chat feature in Office Communications Server 2007 R2 and Windows Server 2008 R2 domains?
       Regards, EEOC.

    Hi,
    I notice the following sentence in the link below “Office Communications Server 2007 R2, Group Chat will not function in a Windows Server 2008 R2 forest or when Group Chat member servers are joined to a Windows Server 2008 R2 domain.
    We know of an issue with changes in Windows 2008 R2 that requires a Group Chat Client and Group Chat Admin Tools hotfix. The Group Chat Client and Group Chat Admin Tools hotfixes are currently scheduled for mid-April 2010.”
    http://blogs.technet.com/b/nexthop/archive/2010/11/06/supportability-for-office-communications-server-2007-r2-and-windows-server-2008-r2.aspx
    So in my opinion, if you update to the latest version of Windows Server 2008 R2, OCS Server 2007 R2 and Group Chat Client, Group Chat Admin Tools to the latest version, it should work.
    However, the best method for you is make a lab to test the problem firstly.
    Best Regards,
    Eason Huang
    Eason Huang
    TechNet Community Support

  • Downloaded movie to ipad, won't play. error - url not available on this server

    Downloaded a movie on the iPad, played it once. Now get error message the "url not available on this server".  How do I fix? 

    Where did you rent them from?
    iTunes?  If so are they downloaded enough that they can be played?
    If from another App, its best to contact the App developer.

  • HT201210 what does it mean when it says 'firmware file not compatible?' after downloading itunes?

    what does it mean when it says 'firmware file not compatible?' after downloading itunes?

    Update your itunes to the newest version.

Maybe you are looking for

  • Availability of Docker in Windows Server 10

    Hi Folks, We are actively looking at dockerizing our applications. As per the news articles, Microsoft is supporting Docker in their next version. We have downloaded the Server 10 Technical Preview and searched around. However, we could not find Do

  • Which graphics card will my MBP be using in bootcamp?

    Hey guys I'm considering installing bootcamp on my MBP. It has Intel HD4000 and Nvidia gt 650m. I was wondering which graphics card it would be using in bootcamp. THanks

  • To get Length of each word in a String.

    Hi, I wanted to know, how to calculate the length of each word in a string.Suppose for example if the input is like this: i/p:'Tech on the Net' o/p:4 2 3 3 ie Tech-4 on-2 the-3 Net-3 another Ex:i am a good boy o/p:1 2 1 4 3 Kindly let me know any PL/

  • Trouble browsing photos to attach to e-mail

    I'm trying to attach a photo to an e-mail and have tried two different ways but have not had luck with either.  First, I clicked the paperclip icon to attach, then clicked the Pictures folder.  I have iPhoto folders for each year 2005-2012 (all with

  • View mode in Reader X

    Just wanted to post a follow up to a question I asked a few weeks ago, for which I got a bad answer. I wanted to know if users could turn off the new "View Mode" as default in Reader X when it is part of an application. It seemed like it should have