04-08-2010 08:41 AM
Hello,
I have a very annoying problem in my program which uses DSC 2009: I need to create programmatically shared var that's why I use last features of DSC which permit that. all work fine, but my application needs also to log shared var values in Citadel database. The problem is, I have to deploy my program via an installer on several PC's, which requires differents shared var names (that's why I have to create them programmatically, based on a csv file) and also differents logging data path....So, I wanted to use Configure Process Log State VI, which normally permit to programmatically doing that, but a problem happens : I received a Windows Message regarding tagsrv.exe app which says Runtime error.....
I saw this is a bug on forums, I reinstalled LabVIEW and DSC, try to use Distributed system Manager SP1, but the trouble remains....and I am tired to re-install LabVIEW!
Anyone can help me to solve that? Is there another way to programmatically config Logging?
Thanks a lot
Antoine
04-12-2010 08:13 AM
Hello,
I am a bit surprised that nobody could help me....
I saw on forums some other stuff to do. So, I post a message from event viewer that can explain something
I will add ShowReleaseAsserts in registry to have more infos..and also DisablePSPXT.
For info, I tried to install Distributed manage SP1 and also Labview SP1 and DSC SP1, nothing happens.
I will let you know, but please, try to help me!
Thanks
:
04-14-2010 06:34 AM
Hello Antoine,
I suppose you were refering to this post.
I will try to help you troubleshooting your issue.
- Do you have mutliple LV and LV DSC version do you have installed on your machine?
- How did you proceed for LV and LV DSC uninstallation? format, simple uninstallation, cleaning of registers? (see document in attachments)
- Could you describe it step by step so that I get a fully understanding of the situation.
By looking at the event viewer, it seems that a register may have been deleted or corrupted.
Best regards,
Laurent
04-15-2010 02:36 AM
Hello,
I found the origin of my problem, and I made a misunderstanding : I used Configure Process Log State VI without create previously a database, because i thought this Vi, which reflects DSC Settings: Database properties window, create also directly the database, as we can do also with DSC Settings: Database properties window. Now it's OK, but perhaps NI should make a better protection regarding this VI, since a bad using (as I did) crashes tagsvr.exe, and sometimes irremediably, obliging a reinstallation...
Thanks for your help,
Antoine