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…
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…
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…
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…
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…
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…
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…
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…
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…
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…
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…
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…
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…
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…
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…
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…
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
We have custom modules built for V8 2004 that we are now porting to V8i. The code works fine in V8 2004, and when recompiled in V8i doesn't report any error, but we've lost some functionality for no readily apparent reason.
Specifically, we have…
MS Version 08.09.04.88
We currently use ProjectWise to update our title block cell which includes a tag set defined and attached to the cell. When the cell is placed in a design file the "named" Tag Set definition, PWTB in our case, is defined…
We want Users to create PDF plot files (Single or sets) using interplot and not make them have to login to ProjectWise every time.
If they don't login to PW AGAIN (remember they are already logged in for the Microstation/Inroads session,
they won…
Would like to ask if there is any available .NET wrapper Dll or code snipets for document management functionality ?
As in calling the PWISE Dll functionality and methods that are C based in .NET environment C# preferably
Thnkx
I took a sample application from the Bentley Developer Network and stripped it down to a very simple test application to make sure I could connect to ProjectWise from VBA (code below). There is no error checking going on here and I usually run it while…
Hi,
I've recently been messing around with the customprojwizard provided as part of the samples in the PW SDK.
I noticed that the wizard in the sample does not extend/expose the security interface as the standard wizard does. I've created the…
I'm trying to use the PWWS interface to upload files into the repository. The documentation indicates that this can be done via a POST; however, it also says that the post must use a multi-part form content type. The .NET WebClient implementation doesn…
Hopefully this won't sound as stupid to you as it does to me, and if it does, then hopefully it will be a really easy question.
I need to get some information out of my Projectwise program that I can feed into another program. Either being able to…