Browse By Tags

  • Get-PWUserByLastLogin

    Get-PWUserByLastLogin is returning a significant number of users (with the command Get-PWUserByLastLogin -DaysAgo 60) where the user LastLogin day is 1/1/1979 (the equivalent of a zero maybe?). Looking at the audit history of some of these turns up…
  • ProjectWise SDK connection client

    We are looking for some help on the ProjectWise SDK. So could you please provide some help on the below item. Issue: We are in the process of infrastructure migration to cloud. Upgrade from PWv8i to CONNECT is part of it. To interface PW from GIS…
  • Is there a way to find just the users that are assigned to a userList that has other UserList and groups in it?

    I have several UserLists where they have other UserLists imbedded. These lists were created and users were not supposed to be assigned. However, over time users have been assigned and we are trying to unravel this. I have found a way to find all the…
  • Anyone know what the problem is with calling recursive common table expressions from the PowerShell Select-PWSQL Cmdlet?

    simple common table expressions seem to work: e.g. ;with cte as ( Select proj.o_projectno ,proj.o_parentno ,proj.o_projectname From dms_proj proj where proj.o_parentno > 0 and o_instanceID <> 0 ) select * from cte However, adding the…
  • Load references with a macro

    Hi! I have a database in project wise it consists of several projects. Each project is subdivided into zones, each zone contains references, the name of each file is the same, zone+area+service. there are many references, how i could load with a macro…
  • Create New DGN Using VBA Form with ORD/ProjectWise

    I am moving a team to OpenRoads Designer (10.09) and I've been asked to implement an in-application "wizard" to replace the standard File > New functionality. Rather than have users manually key in the new DGN filename from scratch, I'd like to have a…
  • ProjectWise API accepts incorrect values for Document Code

    Hi Someone who can help me, would be greatly appreciated. Will try to explain in my poor English Has developed a function for sending files with metadata (attribute values) from a document system to a ProjectWise data source. The ProjectWise data…
  • Rich Project Select Dialog

    Hello, I'm currently working on a small tool that will let you mass copy files to multiple projects. I would like to narrow down the users selection options for destinations to just rich projects. Currently I'm using the "aaApi_SelectProjectDlg2" function…
  • Creating new work area attributes using PW SDK

    I'm having some difficulty creating new work area attributes using the SDK (aaOApi_CreateAndInitializeAttribute), specifically assigning the control type i.e. none, pick list or select: using the following function the attribute is created but it…
  • ProjectWise SDK - Bentley IMS Login

    I need to use the ProjectWise SDK (not the pwps_dab module) to login using Bentley IMS authentication. The documentation indicates 'aaApi_LoginWithSecurityToken' is the function but I'm not sure how to acquire the 'security token'. Does anyone have a…
  • WSG 2.00 and 2.06 Performance.

    Hi all. We are developing some interface through the WSG and using the older version plus the new of the WSG. When logging in to a DataSource with a few WorkAreas (Projects) performance seems to be ok. What we notice is that the login can take a while…
  • How to add a new tab to the preview pane in ProjectWise explorer?

    is there any way to add new tab to preview pane in projectwise explorer? i want to customize preview pane tab as per my requirement. is it possible? if yes then how can i do this. Any information regarding this topic would be helpful. is there any documentation…
  • Rewrite Logical references in Projectwise. How to sync that into the DGN:s afterwards?

    Hello there. I am migrating documents from one datasource to another using the Projectwise API. Some of the documents are logical sets containing references to other documents. Thiese relations can be viewed on the Dependency Service-tab. I start…
  • Finding all documents in subfolders/subprojcets with a specific name, fast!

    Can anyone point me in the right direction on how to accomplish this? I need to find if there is a document in a project that already have a specific filename. I use the aaApi_SelectParentRichProject to find the current project and I want to…
  • Do I need ProjectWise client to connect my C# application to ProjectWise Web Server

    Hello, I am new to ProjectWise programming and currently trying to have an existing C# based application connect to and communicate with ProjectWise Web Server (V8i). For now, the app extension will need to log in to the Web Server, read documents…
  • Get document thumbnails

    Does anyone have an example or experience in returning the thumbnail associated with a document? The API provides several thumbnail functions such as aaApi_ThumbnailDataBufferSelectByDoc but all my attempts return null. I use this to get the Doc GUID…
  • Export Projectwise geospatial data in Excel or XML format

    Hi, is it possible to export Projectwise data in a XML or excel format which would provide document properties (name, state etc) but including geospatial reference coordinates where applicable? Many Thanks
  • connect to a datasource and enumerate its files in a console app

    Hi, I'm new to Bentley and Project Wise. For some integration work (with other products) I need to access a Project Wise datasource and enumerate all it files of a certain types. Here is what I got so far: int main(array<System::String…
  • ProjectWise SDK and C# Wrapper Classes - Heap Corruption

    Hi everyone, I've hit a bit of a brick wall and I am running out of clues on how else to debug this problem. In a nutshell, I've got C# wrapper classes written around the ProjectWise API and in turn, this library is consumed and used by an MVC3 web…
  • Create document with aaApi_CreateDocument in VB.net

    Hi everyone, I'm trying to program an application that is able to create documents in ProjectWise. To this purpose the tool logs successfully into the datasource by single sign-on. Unfortunately when trying to create the document, the API function…
  • PWISE SDK XML Functions

    Regarding document management functionality Are there any methods to get data in XML format? Ex return 1) Project list with folder structure related to it 2) Environment list in a project 3) Document list in a project/Folder 4) Document…
  • Difference between aaApi_CopyOutDocument and aaApi_FetchDocumentFromServer

    Hi all. In my application I am trying to copy out old version of document using aaApi_CopyOutDocument, but for some reason it doesn't work and aaApi_GetLastErrorId () returns AAERR_DMS_ERR_ALLREADY_CHECKOUT. As I can see in ProjectWiseExplorer…
  • Custom window creation

    Anonymous
    Anonymous
    Hi guys, I create a custom menu in projectwise explorer using the menu editor (mrredit.exe) and a dll that i create in visual studio. I want to pop up a window when the user clicks on the custom menu. a window with button and want to have actions…
  • Cannot Connect my DLL to my customised menu item (mrredit.exe)

    Anonymous
    Anonymous
    Hi everyone, I'm trying to create a custom menu item with the Menu editor (mrredit.exe). I created the menu and specify the dll and the function it must run when the its clicked but nothing seem to happen. Can someone please give me a small example…
  • Re: Compatibility of Visual Studio 2010 with PW V8i SS3

    The ProjectWise SDK samples can be built using VS 2010. I have compiled, run and tested all of the sample apps except two that don't compile. I have another thread going now to try and figure out why. In going thru the process I've been documenting what…