I want to extract the "Filename" value from the DataBase table and automatically insert it into an attribute of my environment to be displayed in the TitleBlock of MicroStation files. I am a novice in SQL and my programming skills are minimal and can…
I have a URN for a Project and the name of a file, not including path, of a document in that Project folder. I need to copy the document out to the working directory.
Given a document's GUID I know how to do the CopyOut portion using aaApi_GUIDCopyOutDocument…
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…
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…
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…
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…
Stephanie,
Here's a bit of code that I used recently. Obviously, there are some of my own functions, etc. in this, but you should be able to get an idea of what you need to do to make it work. I suspect that you haven't setup the flags properly…
I am trying to use the aaApi_CopyProject function from the PW SDK to copy a project but keep getting an error with a returned (and unhelpful) message: "Folder copy failed" from aaApi_GetLastErrorMessage. I am logged in using the aaApi_AdminLoginDlg function…
Thank you for the suggestion Robert!
I disabled the opportunistic locking for the remote server by following the instructions on this webpage.
http://www.dataaccess.com/whitepapers/opportunlockingreadcaching.html
Microsofts instructions…