office 365
97 TopicsProject Not Launching
Hi All, Not sure if anyone else has come across this yet seems to be a new "Feature" few users have raised a issue where they can't open project files by clicking on the file and opening it, you get the project splash screen and it just stays like that indefinitely The users are open the files from a OneDrive sync and its not a isolated issue 3 people have reported the exact same issue, the workaround I have found at the moment is launching Project by its self and opening the documents from within Project The Project version effected is: 16.0.17126.20132 Hoping this is just a broken MS update that can be patched out sooner rather than later.19KViews1like14CommentsUsers are not able to open Projects from O365 in Chrome to MS Project on the desktop
So we are running into an issue that appears may be attributed to a Chrome update. I am looking to gather feedback from others to see if you are experiencing the same issues as us. When a user logs into O365 and they navigate to Project Online, they locate the project they want to view and then they try to open it using the MS Project Pro software installed on their system. The normal result is the project opens without issue. What is happening now is MS Project opens but the Project itself fails to open. The current workaround is to use IE. Have you experienced this?Solved16KViews0likes26CommentsAccessing SharePoint Text file via VBA
I originally posted this query in the SharePoint community a while ago but didn't get a response so I'm posting here. I have a VBA macro in MS Project that needs to read a text file located on SharePoint. I have tried two different methods of opening the file (code below [https replaced with xxxxs as it wouldn't let me post]), both of which work fine on a local copy but fail when using SharePoint. The SharePoint I'm using is not an in-house system but is using Microsoft's SharePoint service offering. I have tried names using %20 instead of spaces and just using spaces with the same result. In my searches I have found multiple old references (10 years plus) about mapping drives or using UNC names. But mapping drives or using UNC are not possible with the SharePoint we use (I have tried). I have also found this - https://learn.microsoft.com/en-us/previous-versions/office/developer/sharepoint-2010/ms470176(v=office.14) that originally gave me some hope, but that is for VB and not VBA. I did consider OneDrive but the location of the file differs depending on whether the user has set up OneDrive sync or OneDrive shortcut from SharePoint. Plus, I need an option that will work regardless of a OneDrive connection being set up or not. Thanks in advance for any assistance. ======================================================= 'Const strLookup As String = "xxxxs://xxx.xxx.com/sites/xxxx/Shared%20Documents/xxxxx/xxxxx/My%20Text%20File.txt" ' Const strLookup As String = "\\xxx.xxx.com/sites\xxxx\Shared Documents\xxxx\xxxx\My Text File.txt" ' Const strLookup As String = "C:\Temp\My Text File.txt " intOutFileNum = FreeFile Open strLookup For Input As #intOutFileNum Line Input #intOutFileNum, strDataLine ' read in first line MsgBox (strDataLine) Close #intOutFileNum Const ForReading = 1, ForWriting = 2, ForAppending = 8 Const TristateUseDefault = -2, TristateTrue = -1, TristateFalse = 0 Set objFileSystem = CreateObject("Scripting.FileSystemObject") Set objFileSystem = CreateObject("Scripting.FileSystemObject") Set objTextStream = objFileSystem.OpenTextFile(strLookup, ForReading, False, TristateFalse) strDataLine = objTextStream.ReadLine MsgBox (strDataLine) objTextStream.Close14KViews0likes3CommentsPWA missing from our SharePoint Online tenant
We have 26 "Project for Office 365" licenses which I believe are now called Project Online Professional. We are supposed to have a PWA option within SharePoint online to setup and direct our Projects to be stored in the cloud plus setting up shared enterprise fields like resources etc. I am the SharePoint Admin yet I don't see this PWA anywhere on our tenants. If I click on New > I only have Private Site Collection and nothing about PWA. I also cannot configure an existing site collection to use it as it's just not there. We own this software and subscribe to it, so how do we simply setup a "SharePoint Server" online to host all of our project data?13KViews1like11CommentsHow to integrate Ms Project Online Desktop Client with Ms Teams Project App and Todo Planner?
Hello All, I am looking for a way to integrate my desktop Project client with Teams. Couple of questions that arised: I am working in desktop client. Can I save and have an immediate integration of the project in Teams? Example: A Team of my choice can access my file in the form that Teams allows, with buckets and timelines and charts and everything? I am working in Teams tasks kanban board. Can I save and export the board into desktop client? Let's say a project had been run in a kanban board so far and I have assigned People, tasks, due dates, labels etc. I don't want to manually copy every single information but would like to just somehow export the whole data into desktop format. Is that possible? Technical info, app version: Microsoft® Project® Online Desktop Client MSO (Version 2303 Build 16.0.16227.20202) 64-bitSolved10KViews1like5CommentsHow to enable Auto Save on Project 2016?
Hello everyone! When I posed this question to all encompassing search engines (including MS) I get a flurry of articles telling me to go into save options and enable autosave so it saves every 5 minutes, etc. That's not the autosave I'm looking for. All my other office apps have a toggle button on the title bar "Autosave ON or Off" which works in conjunction with Microsoft OneDrive to automatically save your file while working, as well as provide the ability to have your office files on your local system and automatically backed up to the cloud. I can't find any articles about how to enable this. Please advise what I am missing.Solved8.5KViews0likes5CommentsGuest access to Project for the Web
Hi, I've been trying to find the answer to this question in many different places but have yet to see a clear answer. Here is my scenario: I have Project Plan 3 and have create a new project in Project for the Web I have associated this project with an existing Office 365 group in my tenant The O365 group has 3 internal users and 3 guest users - the guest users can log in and view SharePoint, Teams, etc. resources associated with the Office 365 group. The guest users do not show up as members in the project; only the users in the tenant show up as being able to be assigned in the project. Am I missing something, or is guest collaboration not possible yet with Project for the Web?Solved8.1KViews1like7CommentsProblems with Microsoft Project office 365 Visual reports MSOLAP$cubes
Problems with Microsoft Project office 365 Visual reports MSOLAP$cubes Hi We have some problems with our Microsoft Project while trying to generate a Visual report: When we check the event viewer, we find following informationals: We tried the following: Reinstall and update the office 365 applications (we are running Version 2102 Build 13801.20960) Installed https://docs.microsoft.com/en-us/analysis-services/client-libraries?view=asallproducts-allversions drivers. Tried to repair office installation Tried to update Visual C++ redistributables + tried to repair Informational: We are running a Horizon VDI setup W10 enterprise Build 19042.12376.4KViews0likes15CommentsActual number of days working on the task VS period of time to complete the task
Hi All, You may find my question stupid, but after a long hassle, I decided to ask for help. Given: Say I input a new summary task for the project and say this summary task has 5 tasks. The time period for each task is 1 week (5 days) and the time gap between tasks is 3 weeks (15 days). I set the project time to be calculated in days. After all that, my summary task shows that the total amount of working time is 100 days (working + gap), instead of 25 days of actual work. Pop-quiz: how can I set the summary task to show the actual amount of working time instead of the total time including gaps? Sorry if it all sounds confusing, I tried to be as specific as I could. Thanks to everyone in advance! P.S. I use MP 3655.9KViews0likes6Comments