Project canceled or unable to run project ....cpd

Hi,
Since this morning, when I try to open my project (RH 7 Html)
I've the message "Opening project has been canceled or application
is not able to open project d:\........... . cpd
If I reboot Xp, I also loose my connection to RoboSource
control 3.1, and must recreate it.
With 2 others pc, it continues to work fine

Good morning, and welcome to the forums.
Sounds like you just have to rebuild the .cpd file. This is a
relatively easy and safe thing to do, but as in all troubleshooting
exercises, I would heartily recommend that you back up your project
first.
Then, in Windows Explorer, rename the <project>.cpd
file in your project directory. I typically rename mine from
accounting.cpd to accounting.BAD (my project file is called
ACCOUNTING.)
You could delete it too, but that's just a personal
preference.
Then, double click on the project .XPJ file to open the
project in RoboHelp. It may take several minutes before you can do
anything in there, but let the program work without interference -
it is reindexing / rebuilding the Access database that acts sort of
like a traffic cop behind the scenes - the .CPD file.
Good luck.

Similar Messages

  • Unable to run project: illegal character in path - Flash Catalyst CS5.5

    Environment is a new install of Windows 7 x64 on a new Dell workstation in an Active Directory environment. Until fall of last year, we used redirected folders for the Application Data folders until issues with Adobe Reader 9.x forced us to abandon that and we reconfigured our network not to use redirected folders. We have not experienced any issues and all programs are using the Application Data folder on the local machines.
    Just installed Adobe Master Collection on a new workstation and all Adobe applications are using the C:\Users\cballew\AppData\Roaming\Adobe folder including Flash Catalyst. However, when I try to Run Project in Catalyst, it created a folder named Application Data using the network path to where we used to store the Application Data folder and is saving its workspace there. No other programs (including Adobe products) are doing this. Any ideads of how to fix it?
    Error message:
    Unable to run project
    Illegal character in path at index 47: file:///////xxxx.corp/home$/cballew/Application Data/Adobe/Flash Catalysts CS5.5/workspace/Project/bin-debug/Maim.html

    This seems to be configured in an ini file located at C:\Program Files (x86)\Adobe\Adobe Flash Catalyst CS5.5\configuration\config.ini
    [email protected]/Application Data/Adobe/Flash Catalyst CS5.5/workspace
    [email protected]/Application Data/Adobe/Flash Catalyst CS5.5
    [email protected]/Application Data/Adobe/Flash Catalyst CS5.5/configuration
    Can anyone tell me where the variable @user.home is defined and whether I can change it or not? I might find that some of the other applications might experience this same issue

  • Unable to run project

    Catalyst posts an error dialog, and if I choose to build and run anyway, I get:
    Unable to run the project   
    File not found: file:/Users/stevelombardi/Library/Application%20Support/Adobe/Flash%20Catalyst/workspace/ step_design/bin-debug/Main.html
    Any ideas?  I Went through a lot of work and now can't run the project.  I'm hoping it's something simple...

    Thanks for noting the errors you found in code view. The 'marginBottom' error was caused by a "space after" setting in the comp you imported from Illustrator. In Beta 1 marginBottom is an unsupported RichText attribute – as are marginRight, marginLeft, and marginTop. Support for these will be present for the 1.0 release and should be available in a later Beta.
    If you deleted the instances of text from the artboard and replaced them with Catalyst text, the original instances may still exist in the project (which could explain why you can't run, but don't see errors in code view). Try using the Layers panel to find the original text layers and delete them using the trash can there. Let me know if this works (or feel free to post the FXP file and I'll check it out).
    Otherwise, the best way to keep from getting these errors at runtime is to go back to your design comp in Illustrator and remove the space after values you have associated with the text. Or, in this case you could select the original text layers and choose Edit in Illustrator – then remove the space after value that way.
    -Eric
    Catalyst QE

  • Unable to run project on upgrading to azure sdk 2.3 while using cache

    We upgraded azure sdk from 1.8 to 2.3 and we are unable to run our project.
    following is the error.
    Attempt by method 'Microsoft.Web.DistributedCache.DataCacheFactoryWrapper.CreateDataCacheFactoryConfiguration(System.String)' to access method 'Microsoft.ApplicationServer.Caching.DataCacheFactoryConfiguration..ctor(System.String)' failed.
    However if we comment out the following lines of code in web.config we are able to run the project.
    <sessionState mode="Custom" customProvider="AFCacheSessionStateProvider">
    <providers>
    <add name="AFCacheSessionStateProvider" type="Microsoft.Web.DistributedCache.DistributedCacheSessionStateStoreProvider, Microsoft.Web.DistributedCache" cacheName="AppName" dataCacheClientName="default" applicationName="AFCacheSessionState"/>
    </providers>
    </sessionState>
    Below is the screen shot of error :

    Hi Jambor,
    Thanks for the reply.
    We have no other sessionState caching configured other than this one in WebRole.
    So, in webrole we.config, we have:
    <section name="dataCacheClients" type="Microsoft.ApplicationServer.Caching.DataCacheClientsSection, Microsoft.ApplicationServer.Caching.Core" allowLocation="true" allowDefinition="Everywhere" />
    <section name="cacheDiagnostics" type="Microsoft.ApplicationServer.Caching.AzureCommon.DiagnosticsConfigurationSection, Microsoft.ApplicationServer.Caching.AzureCommon" allowLocation="true" allowDefinition="Everywhere" />
    <sessionState mode="Custom" customProvider="AFCacheSessionStateProvider">
    <providers>
    <add name="AFCacheSessionStateProvider" type="Microsoft.Web.DistributedCache.DistributedCacheSessionStateStoreProvider, Microsoft.Web.DistributedCache" cacheName="AppName" dataCacheClientName="default" applicationName="AFCacheSessionState"/>
    </providers>
    </sessionState>
    <dataCacheClients>
    <dataCacheClient name="default">
    <!--To use the in-role flavor of Windows Azure Cache, set identifier to be the cache cluster role name -->
    <!--To use the Windows Azure Cache Service, set identifier to be the endpoint of the cache cluster -->
    <autoDiscover isEnabled="true" identifier="appname.cache.windows.net" />
    <!--<localCache isEnabled="true" sync="TimeoutBased" objectCount="100000" ttlValue="300" />-->
    <!--Use this section to specify security settings for connecting to your cache. This section is not required if your cache is hosted on a role that is a part of your cloud service. -->
    <securityProperties mode="Message" sslEnabled="true">
    <messageSecurity authorizationInfo="{authInfo}" />
    </securityProperties>
    </dataCacheClient>
    </dataCacheClients>
    <cacheDiagnostics>
    <crashDump dumpLevel="Off" dumpStorageQuotaInMB="100" />
    </cacheDiagnostics>
    And here are the installers that are installed in our win7 system:
    Windows Azure Authoring Tools - v2.3
    Windows Azure Compute Emulator - v2.3
    Windows Azure Libraries for .NET - v2.3
    Windows Azure Storage Emulator - v2.3
    Windows Azure Storage Tools - v2.2.2
    Windows Azure Tools for Microsoft LightSwitch for Visual Studio 2012 - October 2012
    Windows Azure Tools for Microsoft Visual Studio 2012 - v2.3
    EDIT: Tried with
    Windows Azure Tools for Microsoft LightSwitch for Visual Studio 2013 - v2.3
    But no luck.
    Please let us know if we are missing something.
    Thanks,
    - Sovan
    sovan kumar das

  • Project Server 2010 - Unable to open project, no valid Project Detail Page could be found for the project error

    I have a workflow being deployed for the first time on a farm. When I create a project with an EPT connected to the workflow it runs and can enter the required field in a PDP.  Then I Submit the workflow to go to the next stage and I get the "Unable
    to open project, no valid Project Detail Page could be found for the project" error.  After that the project is stuck on the same error.  All of the 18 stages have PDP and Schedules assigned to them.
    Any ideas on why the workflow cannot see the PDPs?  Is there a farm permissions that I am missing?  Thanks!

    Hi David,
    It starts to be a bit technical for me, but here is what I found on the web (seems to be an authentication issue with Sharepoint 2010):
    http://social.technet.microsoft.com/Forums/en-US/120ab535-63d2-4205-a51f-1987e9c0cf79/sharepoint-fba-the-content-type-texthtml-charsetutf8-of-the-response-message-does-not-match-the
    http://social.msdn.microsoft.com/Forums/silverlight/en-US/5cc70ff6-50d9-4cd3-b092-12007f4e495b/response-message-contenttypebindingtype-mismatch
    http://stackoverflow.com/questions/5263150/the-content-type-text-html-charset-utf-8-of-the-response-message-does-not-match
    Hope it will help you going forward in resolving your issue.
    Guillaume Rouyre - MBA, MCP, MCTS

  • Open project cancelled or unable to load database...

    I have been running version 9 sucessfully and moving projects around with no errors.  Today, I cannot load any of my projects.
    I have been through the threads and deleted the .cpj, moved the project to the root of my hard drive, etc.
    Something else is going on. 
    I did see some information on files being blocked by the virus scanner.  I'll pursue that with my help desk.
    Any other ideas would be appreciated.
    Thanks!

    The only file that is MS Access based is the CPD file and it does not matter which version of Access you have on your machine, indeed you don't have to have Access installed.
    If you have the same problems with the supplied sample projects, then maybe something has gone wrong with your installation of RoboHelp. Click Open on the RoboHelp Starter page and then click Samples in the ribbon on the left.
    See www.grainge.org for RoboHelp and Authoring tips
    @petergrainge

  • Unable to run project - Illegal Character

    Hi,
    when I try to run the project with Ctrl+Enter, I receive
    the following alert.
    I think it has something to do with workspace but I do not know how to solve the problem.
    Can somebody help me to solve this problem.
    Thanks a lot.

    Hi,
    I checked the home directory with the command "set home". The result is:
    HOMEDRIVE=C:
    HOMEPATH=\Users\ndgnc
    I checked also "set app" and "set user" and both results show that the results are all local. I have no idea how Flash Catalyst gets the network information. Also when i try to extract the downloaded data, the standard path suggested is:
    \\corp-comp\comp\Userhome_w7\ndgnc\Desktop\Adobe Flash Catalyst
    I also searched the register keys and couldn't find any reference to Userhome_w7\ndgnc\Application Data
    I have absolutely no idea how FC gets the UNC path and copies the workspaces in that folder.
    I have no more ideas. I would be happy to any solution.
    Thanks.
    ndgnc

  • Also unable to run project.. missing main.html?

    Screenshot of error dialog attached. Any suggestions? All I did was open an AI file and ran project.
    Thanks,
    Mark

    This seems to be configured in an ini file located at C:\Program Files (x86)\Adobe\Adobe Flash Catalyst CS5.5\configuration\config.ini
    [email protected]/Application Data/Adobe/Flash Catalyst CS5.5/workspace
    [email protected]/Application Data/Adobe/Flash Catalyst CS5.5
    [email protected]/Application Data/Adobe/Flash Catalyst CS5.5/configuration
    Can anyone tell me where the variable @user.home is defined and whether I can change it or not? I might find that some of the other applications might experience this same issue

  • MS Project Professional 2010 - Unable to open Project Plan from the Server.

    Dear Folks,
    Since morning we have been facing an issue with MS Project Professional 2010. When we try to open project plan, it takes time and then show nothing on the screen, project gets checked out to you as well but nothing comes on MS Project Professional Screen.
    Strange thing, when busy mouse cursor gets released MS Project Professional show "Disconnected from the Server" message with white icon instead of globe one at the bottom of MS Project Professional and disappear after few seconds.
    We are able to open small plans but the plans having 4000 lines is not able to open, Project Professional show busy status when we give it a try.
    Everything seems fine to me .. Project Server connection .. queue jobs .. no issues.
    What could be the possible problem and how to resolve this issue?
    Many thanks in advance.
    Best Regards

    Hi Mohsin,
    Is it happening for all users or just some of them? Is it happening for all projects? Have you tried on a different machine?
    First I'd suggest to try accessing the project plan through PWA to identify wheither it is a network issue or an application issue.
    Then check the Project Pro account to ensure that the connection settings to Project Server are correct. You could also try to remove the Project Server account in Project Pro and create it again.
    Finally, ensure that the PWA URL is added to IE trusted sites.
    Hope this helps,
    Guillaume Rouyre, MBA, MVP, P-Seller |

  • Cannot run project

    Not even an empty project, every time I select Run Project, I get an error message that basically says that cannot find the html file for it. Everything seems to be in place, the mxml, libs, tec. but the html page for the project never gets created.
    How can I get that html to be created?
    Thanks.

    More information on this one...
    When I hit Ctrl+F11, shoertcut for Run, a 'Run As' dialog windo pops-up with two options, 'FlexUnit Test' and 'Web Application. I select 'Web Application', then click on 'OK' and then an error message pops-up saying... 'File not found: file:/C:Users.....test2.html'.
    The name test2 is how I named the project.
    I am on Windows Vista running Flash Builder plug-in 4.0.1 build 277662 on Eclipse Version: Helios Service Release 1.
    Any idea anyone?
    Thanks.

  • Unable to run struts project from jdeveloper 10.1.3

    Hi,
    I have created a struts-based application project using jdeveloper 10.1.3(build JDEVADF_10.1.3.1.0_NT..) by importing an ear file .The project seems to be built fine as i get no errors in compiling the entire project.I have included the Struts runtime library as well in the project.
    But when i try to run the login.jsp from the struts-config.xml,i get the :
    The page cannot be displayed message in the browser.
    I dont see any errors in the Embedded OC4J log except few warnings lik dis:
    [Another instance of the server is still running.  JDeveloper will shut it down and then restart the server.]
    Process exited.
    [Starting OC4J using the following ports: HTTP=8898, RMI=23899, JMS=9235.]
    D:\jdevr12\jdevhome\jdev\system\oracle.j2ee.10.1.3.39.81\embedded-oc4j\config>
    D:\jdevr12\jdevbin\jdk\bin\javaw.exe -client -classpath D:\jdevr12\jdevbin\j2ee\home\oc4j.jar;D:\jdevr12\jdevbin\jdev\lib\jdev-oc4j-embedded.jar -Xverify:none -DcheckForUpdates=adminClientOnly -Doracle.application.environment=development -Doracle.j2ee.dont.use.memory.archive=true -Doracle.j2ee.http.socket.timeout=500 -Doc4j.jms.usePersistenceLockFiles=false oracle.oc4j.loader.boot.BootStrap -config D:\jdevr12\jdevhome\jdev\system\oracle.j2ee.10.1.3.39.81\embedded-oc4j\config\server.xml
    [waiting for the server to complete its initialization...]
    25-Jul-2007 18:46:28 com.evermind.server.jms.JMSMessages log
    INFO: JMSServer[]: OC4J JMS server recovering transactions (commit 0) (rollback 0) (prepared 0).
    25-Jul-2007 18:46:28 com.evermind.server.jms.JMSMessages log
    INFO: JMSServer[]: OC4J JMS server recovering local transactions Queue[jms/Oc4jJmsExceptionQueue].
    WARNING: Code-source D:\jdevr12\jdevbin\jdev\appslibrt\xml.jar (from <library> in /D:/jdevr12/jdevhome/jdev/system/oracle.j2ee.10.1.3.39.81/embedded-oc4j/config/application.xml) has the same filename but is not identical to /D:/jdevr12/jdevbin/lib/xml.jar (from <code-source> (ignore manifest Class-Path) in META-INF/boot.xml in D:\jdevr12\jdevbin\j2ee\home\oc4j.jar). If it contains different versions of the same classes, it will be masked as the latter is already visible in the search path of loader default.root:0.0.0.
    WARNING: Code-source D:\jdevr12\jdevbin\jdev\appslibrt\jazn.jar (from <library> in /D:/jdevr12/jdevhome/jdev/system/oracle.j2ee.10.1.3.39.81/embedded-oc4j/config/application.xml) has the same filename but is not identical to /D:/jdevr12/jdevbin/j2ee/home/jazn.jar (from <code-source> in META-INF/boot.xml in D:\jdevr12\jdevbin\j2ee\home\oc4j.jar). If it contains different versions of the same classes, it will be masked as the latter is already visible in the search path of loader default.root:0.0.0.
    WARNING: Code-source D:\jdevr12\jdevbin\jdev\appslibrt\jazncore.jar (from manifest of /D:/jdevr12/jdevbin/jdev/appslibrt/jazn.jar) has the same filename but is not identical to /D:/jdevr12/jdevbin/j2ee/home/jazncore.jar (from <code-source> in META-INF/boot.xml in D:\jdevr12\jdevbin\j2ee\home\oc4j.jar). If it contains different versions of the same classes, it will be masked as the latter is already visible in the search path of loader default.root:0.0.0.
    WARNING: Code-source D:\jdevr12\jdevhome\jdev\system\oracle.j2ee.10.1.3.39.81\embedded-oc4j\applications\datatags\webapp\WEB-INF\lib\uix2.jar (from WEB-INF/lib/ directory in D:\jdevr12\jdevhome\jdev\system\oracle.j2ee.10.1.3.39.81\embedded-oc4j\applications\datatags\webapp\WEB-INF\lib) has the same filename but is not identical to /D:/jdevr12/jdevbin/jdev/appslibrt/uix2.jar (from <library> in /D:/jdevr12/jdevhome/jdev/system/oracle.j2ee.10.1.3.39.81/embedded-oc4j/config/application.xml). If it contains different versions of the same classes, it will be masked as the latter is already visible in the search path of loader datatags.web.webapp:0.0.0.
    Ready message received from Oc4jNotifier.
    Embedded OC4J startup time: 26766 ms.
    pls help me out on what could be the problem.This application wsa running fine in Eclipse but i am unable to run it using Jdeveloper.

    Is this new develop page ?
    you check these points for this issue.
    1. Check JDEV_USER_HOME
    2. Design a Test PG and test it first.
    3. Your OAF patch level: is 12.0.4 ? Are you running with r12?
    Thanks

  • Unable to run ADF Project Using with Jdev 10 and Weblogic server 9.2

    Dear All,
    I am unable to run ADF Project on Weblogic Server 9.2. I am created Sample Project with ADF Control. This was when we create jsp at that time i am selected libraries ADF. After created war file. This war i am deploying into Server. At that time i am getting error java.lang.noclassfound error.
    so please tell me how we can run these application.
    Regards,
    Suresh.V

    Hard to help you here. JDev 10 used to work with OAS 10g as application server. This does not mean that you can't use Weblogic9.2, but because it is not the default configuration you may have some problems doing this.
    One problem is that you need to install the ADF runtime libraries in the WLS 9.2 server, but there is no installer I know of. You can try to deploy the needed libraries together with your app, but you have to figure out which libraries you need.
    Next thing is that you should deploy an EAR instead of a WAR.
    Timo

  • "Unable to open project file" Error Message

    I pulled an all-nighter (13 hours of editing) last night to create a critical project in FCE 3.5.1 on my Intel iMac running 10.4.11 then left this afternoon for a few hours and shut down my machine. Came back tonight and tried to open the project (which I saved on my Maxtor 1 TB external drive along with all of the scratch disk files). To my absolute panic, it won't open the file now with an error message that simply says, "Unable to open project file". HELP!!!! Anyone have any suggestions?!?!

    In the past I found (and reported to Apple Feedback) the same bug Steve reports here, but I should recall that the problem:
    - only appeared in PAL projects (probably not the case for kscritch) - never heard of it in NTSC
    - was consistent in FCE 3.x, not so in FCE 4
    I made tests importing .psd images with transparency into PAL projects using FCE 4, and I had various behaviours: sometimes the project worked, sometimes I couldn't open the project again (as in FCE 3), sometimes I had error messages with inconsistent behaviour (msg like "file error", but the project opened and file was there...), etc. so I decided to do without.
    Now I only import .tif or .png images when I need transparency
    Piero

  • 'Unable to open project File' Please help....

    Help. Since yesterday, Final Cut Pro has been crashing every time I have tried to render something. I have used the FSC Maintenance Pack that has been recommended and ran Crash Analyser and Corrupt Clip Finder. No corrupt clips were found and the Crash Analyser fixed the problem for a while and I was able to work for a couple of hours. (prior to this I also removed some Motion files and that also temporarily stopped the crashing). I began working on my project again today, and the same thing started to happen. I kept having to turn everything off at the source until finally I gave up! Just before I turned it off I started running Autosave Cleaner but it seemed to freeze too so I Force Quit it. I have just turned it all back on again and to my horror, my project is not even opening. My other FCP projects are opening but not the one I am working on. I have no idea what to do. Final Cut opens and the message is 'Unable to open Project File'. I am so upset and really hope that someone out there can help.
    I run 10.5.8, I have 10 GB memory. All my clips are imported as XDCAM EX 720p25 (original format MPEG HD) but I have been working in this project for weeks without a problem.
    Thanks in advance
    Gill

    I don't know why it is set to the internal disk, but that is the default. That is not project related. It is system related (hence System Settings). So probably you started fcp one without the external disk attached. FCP forces you then to choose another scratch-, waveform-, thumbnail-, autosave location.
    Probably you've set it all to the internal disk then.
    Next time when the external disk was there again you might have only reset the scratch disk, but not your Autosave location... Just a thought.
    That is, IMHO, the disadvantage of system orientated scratch disk settings...
    Rienk

  • Unable to Open Project Site Access Denied Issue Project 2013

    This issue is happening to select projects and select project managers, they can view certain project sites but receive the error on other projects.  After some extensive testing
    it looks like if the PM is the owner of the project plan they are not getting added to any of the synced groups for the project site.  I can change the project owner to any another PM and it processes correctly and adds them to the PM synced group on
    the Project site.  As soon as I make the original PM the Project plan owner again the previous PM gets removed from the PM synced group and added to the Team member synced group, the way its supposed to work.  However the PM with the problem never
    gets added to any group.  I have to manually add them to the non-synced Owner group on the project site so they don't get removed from the synced PM group the next time the sync runs at midnight.
    As I stated it is happening on select project plans and select PMs.  I have tried replublishing the project plan via Project professional and the web and the results are the same. 
    If I create a new project plan and assign one of the PMs with the issue to the plan everything works correctly.  We noticed the issue a few weeks ago; most of the plans with the issue are several months to a year old so they were working correctly until
    recently.  They had also made PM owner changes prior to the issue on most of those plans and everything worked correctly.
    If anyone is experiencing this issue and has a fix please let me know.  I am trying not to open an MS support ticket if possible.
    Frank Miranda Florida Hospital MIS

    I believe I've found the fix for this issue.  After opening a ticket with MS support and not getting anywhere with this issue I decided to do an in-depth review of all the Project and SharePoint 2013 CU's starting with December 2013 to September 2014. 
    To my amazement buried inside the July 2014 CU was a hotfix for this issue described almost word for word. (I will list all the relevant KB's at the end)  I contacted my support engineer inquiring about this hotfix and he stated it wasn't relevant because
    the "Synchronize Project Web App permissions to Project Site" was not failing or even generating any warnings in our Prod or Test environments.  I stated that is not always an indicator as ULS doesn't always catch all relevant errors.
    I informed him that I also found a second hotfix pertaining to the same issue released August 2014, apparently the first hotfix in July didn't totally resolve the issue and a second hotfix was released.  He was adamant that this would not resolve
    our issue and he requested or production databases because he was unable to replicate the issue in his test environment.  The reason, you may wonder, is because he was at a higher patch level that our farm.... Obviously!  His farm had the most current
    CU which included the hotfixes from July and August.  Apparently he didn't see the flaw in his logic.
    I decided to install the September CU on our test farm. Low and behold that fixed the problem, even though MS support stated the hotfix was not relevant to our issue.  I learned a long time ago to take MS support comments as suggestions instead
    of gospel truth, this isn't the first time they have confidently given me erroneous information.
    We are currently doing further testing to verify that this CU didn't break something else.  Unfortunately these rollups are not GA and Microsoft is very clear that you should only install them if the hotfixes pertain directly to your issue.
    Finding the hotfixes was a chore as Microsoft loves to create multiple KB's for the same thing and then nest (bury) them so you have to dig through four or five KB's to find the relevant fix.  I'll save you the trouble and list them below.
    Watch the
    September CU Webcast Brian Smith and team go into depth explaining why this issue has been happening and how they fixed it.
    September 2014 CU http://support.microsoft.com/kb/2882990 (the one I installed)
    August 2014 CU https://support.microsoft.com/kb/2989078
    August Project site sync hotfix
    https://support2.microsoft.com/kb/2883083
    July 2014 CU http://support.microsoft.com/kb/2882990
    July Project Site Sync hotfix http://support2.microsoft.com/kb/2882995
    Microsoft Project Server Blog
    http://blogs.technet.com/b/projectsupport/  (I find this to be more helpful than the TechNet site)
    Frank Miranda Florida Hospital MIS

Maybe you are looking for