User bio
404 bio not found
Member since Dec 9, 2018
Posts:
Replies:
The database your data is written to is mounted read only or write protected for the user you are running the database engine (write deamon) with
No that's not really what I meat. My question was much more generic about data projection of object data like listOfObjects.
When you look at the projected data of those "object" collections they are projected as $LISTBUILD lists in SQL. So the question was, is there a reporting tool out there in use, that can handle the object data from IRIS as for IRIS there is no object binding anymore like there was for Caché.
For Java there is the cachedb.jar and that binding doesn't exist for IRIS.
Certifications & Credly badges:
Stephan has no Certifications & Credly badges yet.
Global Masters badges:




Followers:
Stephan has no followers yet.
Following:
Stephan has not followed anybody yet.
Hi Brett, Unfortunately, your answer is not fully satisfactory, as Export Documents to XML File... does not automatically export the project and all its content (at least not for me), and it doesn't fire the server-side studio extension hook "ExportProject" that in our case would automatically
* Check that the project contains all necessary classes and files by checking the content of about 1000 classes.
* Export the project's individual files for server-side source control into individual files.
* Export the entire project into a single XML file to be given away or as a backup of the project at a certain point in time.
Am I missing something, or is that very convenient method of automation not possible with the VS Code integration?
* Check that the project contains all necessary classes and files by checking the content of about 1000 classes.
* Export the project's individual files for server-side source control into individual files.
* Export the entire project into a single XML file to be given away or as a backup of the project at a certain point in time.
Am I missing something, or is that very convenient method of automation not possible with the VS Code integration?
Ah I forgot to mention ExportProject is in our case fired by "OnBeforeLoad" of any prj file and on OnAfterSave if an "prj" item saves. Unfortunately these two operations seem to never fire when working with projects in VS Code