D. Ackermann Posted December 3, 2008 Report Share Posted December 3, 2008 Hello I am working on a DSC project and am having trouble to find a way to programatically change the citadel logging path of a shared variables libraray. The application has to run as an Exe. So using the Project properties won't be a solution I guess. I hope someone can help me on this. Thanks Dermot Quote Link to comment
LAVA 1.0 Content Posted December 3, 2008 Report Share Posted December 3, 2008 QUOTE (D. Ackermann @ Dec 2 2008, 09:31 AM) HelloI am working on a DSC project and am having trouble to find a way to programatically change the citadel logging path of a shared variables libraray. The application has to run as an Exe. So using the Project properties won't be a solution I guess. I hope someone can help me on this. Thanks Dermot After taking a quick glance at some of my code it looks like... 1) Stop logging 2) Use "Create Database.vi" to specify where the data should be stored. 3) Re-start logging. Ben Quote Link to comment
nhollenback Posted December 3, 2008 Report Share Posted December 3, 2008 QUOTE (D. Ackermann @ Dec 2 2008, 08:31 AM) HelloI am working on a DSC project and am having trouble to find a way to programatically change the citadel logging path of a shared variables libraray. The application has to run as an Exe. So using the Project properties won't be a solution I guess. I hope someone can help me on this. Thanks Dermot Dermot - what is the overall big picture? Will this be programmatically changed periodically? Will you need to detach a database at the end of a test? In my 8.5 DSC application, we first called "Delete Process" before we created the new database. We ran into a few issues that were mostly resolved. Later today I'll dig up the old code and see what else we did that may help you. Make sure you thoroughly test this! Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.