• Re: PW Document Code Configuration

    Jeff Burrill
    Jeff Burrill
    You've got a lot going on here. Without getting into a lot of detail of what you are doing, some general thoughts. 1. Simplify the interface and naming (it's a bit overwhelming and confusing, at least to me). Attribute interface text labels are your…
    • over 10 years ago
    • ProjectWise Programming
    • ProjectWise Programming Forum
    • Jutin Jussal
  • Comment on Hard Disk space forecasting for ProjectWise

    Kevin van Haaren
    Kevin van Haaren
    If you use Microsoft's Shadow Copies you probably need to leave extra slack space for those as well (or set them to be created on a different drive).
    • over 6 years ago
    • ProjectWise
    • ProjectWise Design Integration Blog
  • HVAC Elemente koennen nicht mehr platziert werden

    CarstenGauger
    CarstenGauger
    Dieser Eintrag ist in unser neues Wiki umgezogen. Den Beitrag finden Sie unter folgendem Link: http://communities.bentley.com/products/building/building_analysis___design/w/building_analysis_and_design_-_wiki_de/26553.hvac-elemente-sind-nicht-sichtbar…
    • over 7 years ago
    • Bentley.general.de
    • bentley.general.de - WIKI
  • RE: PW Administrator: Display the data type of existing environment attributes

    Ranveer.Basra
    Ranveer.Basra
    Hi Kevin, Yes that is a accepted method. There is no way to see the type of data table for an attribute. Just make sure you do not alter the data via the database. Thanks, Ranveer
    • over 8 years ago
    • ProjectWise
    • ProjectWise Design Integration Forum
  • RE: PW Orchestration Framework Supported databases?

    Dean Lyon
    Dean Lyon
    Michael, In the configuration I run, Orchestration Framework's database is a localy installed SQL Express (free) database. The ProjectWise database where all the datasource information is held is Oracle 11g, soon to be Oracle 12c.
    • over 8 years ago
    • ProjectWise
    • ProjectWise Design Integration Forum
  • RE: Can you use the search function in ProjectWise to search for a dms folder?

    Molly Watts
    Molly Watts
    yes, you can use the search builder function, using the folder ID property
    • over 8 years ago
    • ProjectWise
    • ProjectWise Design Integration Forum
    • Ingo
    • Oto
  • RE: Is there a clear installation process to allow mobile naviator to access i-models? I did not find one in the .590 guide.

    Dean Lyon
    Dean Lyon
    I found it in the guide. Web Services - section 13. page 291.
    • over 8 years ago
    • ProjectWise
    • ProjectWise Design Integration Forum
  • RE: HTML ProjectWise Link in SharePoint .. probably just a default block

    Yvonne Veltman
    Yvonne Veltman
    Kevin, colleagues of mine built a little tool in Sharepoint that enables people to enter the PW (URN-)link; it returns a link that they can paste in any Sharepoint page, it will lead them without problems to the PW document or folder. Let me know if you…
    • over 8 years ago
    • ProjectWise
    • ProjectWise Design Integration Forum
    • Kevin
  • RE: Accessing a folder through explorer using O_PROJGUID

    danielproulx
    danielproulx
    I got it pw://datasource/Documents/p{4aec16de-639b-4fda-93c9-289038461db4}/ Projguid goes inside the P{ }
    • over 8 years ago
    • ProjectWise
    • ProjectWise Design Integration Forum
  • RE: upgrade projectwise ss3 to projectwise ss4

    Arturas Zidonis
    Arturas Zidonis
    Hi Jessie, There is very informative chapter 'Upgrade Planning' in ProjectWise Implementation Guide. This pdf file is included in ProjectWise Server installation files and it is named PWImplementationGuide.pdf. In that chapter you should find all the…
    • over 8 years ago
    • ProjectWise
    • ProjectWise Design Integration Forum
  • RE: ProjectWise Messaging Services

    PeterDundas
    PeterDundas
    Just found this note in the accompanying Help file for the Web Server: Note: Changing a document's state in ProjectWise Web Parts will not result in an email notification, even if the workflow has been assigned a messaging agent to do so; this functionality…
    • over 8 years ago
    • ProjectWise
    • ProjectWise Design Integration Forum
  • Comment on Frequently Asked Questions

    Oto
    Oto
    How to correctly upgrade to newer version?
    • over 9 years ago
    • Product Administration
    • Product Administration Wiki
  • RE: Attribute Change in Audit Trail

    Dan Williams
    Dan Williams
    Shawn, You could use the SDK to "capture" what you want to know. Basically you would have to use a PreHook and make a copy of the items that you are interested in that might change. Then in a Posthook, you would compare those items with what they…
    • over 9 years ago
    • ProjectWise
    • ProjectWise Design Integration Forum
  • A way to search only document versions in PW

    Dana Guthrie
    Dana Guthrie
    Just to share a way to search only document versions in PW. * select 'Search Builder' command * change dialog windows as attached image command text is : $FIELD$ IN (select o_docguid from dms_doc where o_original <> 0) That is all. you can also add additional…
    • over 1 year ago
    • ProjectWise
    • ProjectWise Design Integration Wiki
  • A way to search documents in a specific version and showing related references (references and referenced by) on search results

    Dana Guthrie
    Dana Guthrie
    Just to share a way to search documents in a specific version and showing related references (references and referenced by) * select 'Search Builder' command * change dialog windows as attached image command text is : $FIELD$ IN (select distinct d.o_docguid…
    • over 1 year ago
    • ProjectWise
    • ProjectWise Design Integration Wiki
    • jpln