Bentley Communities
Site
Search
User
Site
Search
User
Welcome
Products
Support
About
More
Cancel
Browse By Tags
All tags
projectwise
Programming
.NET
AAAPI
API
API SDK programming
c#
C++
connect
Database
Dialog
MicroStation
PowerCivil
powershell
Project Wise SDK
ProjectWise API
ProjectWise help API
ProjectWise Interface
ProjectWise SDK
ProjectWise SDK samples
ProjectWise V8i
samples
SDK
v8 xm
v8i
VBA
VS 2010
Get-PWUserByLastLogin
Adrian Abshere
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…
7 months ago
ProjectWise
ProjectWise PowerShell Extensions Forum
ProjectWise SDK connection client
Ajomon George
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…
8 months ago
Developers and Programming
Developers and Programming Forum
Is there a way to find just the users that are assigned to a userList that has other UserList and groups in it?
Franklin Henderson-C
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…
over 1 year ago
ProjectWise Programming
ProjectWise Programming Forum
Anyone know what the problem is with calling recursive common table expressions from the PowerShell Select-PWSQL Cmdlet?
Adrian Abshere
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…
Answered
over 1 year ago
ProjectWise
ProjectWise PowerShell Extensions Forum
Load references with a macro
Davide Carnesecchi
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…
over 1 year ago
ProjectWise Programming
ProjectWise Programming Forum
Create New DGN Using VBA Form with ORD/ProjectWise
Darren Waschow
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…
over 1 year ago
Developers and Programming
Developers and Programming Forum
ProjectWise API accepts incorrect values for Document Code
Per Bodin
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…
over 2 years ago
ProjectWise Programming
ProjectWise Programming Forum
Rich Project Select Dialog
Geoffrey Samples
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…
Answered
over 3 years ago
ProjectWise Programming
ProjectWise Programming Forum
Creating new work area attributes using PW SDK
Matthew Howdill
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…
over 3 years ago
ProjectWise Programming
ProjectWise Programming Forum
ProjectWise SDK - Bentley IMS Login
Matthew Howdill
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…
Answered
over 3 years ago
ProjectWise Programming
ProjectWise Programming Forum
WSG 2.00 and 2.06 Performance.
Christian Jakobsen
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…
over 4 years ago
ProjectWise Programming
ProjectWise Programming Forum
How to add a new tab to the preview pane in ProjectWise explorer?
satish patil
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…
over 4 years ago
ProjectWise Programming
ProjectWise Programming Forum
Rewrite Logical references in Projectwise. How to sync that into the DGN:s afterwards?
johan.friberg
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…
over 7 years ago
Developers and Programming
Developers and Programming Forum
Finding all documents in subfolders/subprojcets with a specific name, fast!
Per Bodin - AEC AB
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…
Answered
over 8 years ago
ProjectWise Programming
ProjectWise Programming Forum
Do I need ProjectWise client to connect my C# application to ProjectWise Web Server
Sergey Aleinikov
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…
over 8 years ago
ProjectWise Programming
ProjectWise Programming Forum
Get document thumbnails
matinau
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…
Answered
over 9 years ago
ProjectWise Programming
ProjectWise Programming Forum
Export Projectwise geospatial data in Excel or XML format
MJOHNSON
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
over 12 years ago
ProjectWise
ProjectWise Design Integration Forum
connect to a datasource and enumerate its files in a console app
Lloyd Dupont
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…
over 10 years ago
ProjectWise Programming
ProjectWise Programming Forum
ProjectWise SDK and C# Wrapper Classes - Heap Corruption
Nicholas Chong
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…
over 10 years ago
ProjectWise Programming
ProjectWise Programming Forum
Create document with aaApi_CreateDocument in VB.net
Maik Schulze
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…
over 13 years ago
ProjectWise Programming
ProjectWise Programming Forum
PWISE SDK XML Functions
ame54
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…
over 10 years ago
ProjectWise Programming
ProjectWise Programming Forum
Difference between aaApi_CopyOutDocument and aaApi_FetchDocumentFromServer
DmitryY
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…
over 14 years ago
ProjectWise Programming
ProjectWise Programming Forum
Custom window creation
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…
over 12 years ago
ProjectWise Programming
ProjectWise Programming Forum
Cannot Connect my DLL to my customised menu item (mrredit.exe)
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…
over 12 years ago
ProjectWise Programming
ProjectWise Programming Forum
Re: Compatibility of Visual Studio 2010 with PW V8i SS3
mike.lazear
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…
over 11 years ago
ProjectWise Programming
ProjectWise Programming Forum
>