<?xml version="1.0"?>
<rss version="2.0">
<channel>
<title>RC-WinTrans - RC-WinTrans Support - Multiple Errors and Corruption of rc-wintrans - Messages</title>
<link>https://www.rc-wintrans.com/forum_srv/messages.aspx?TopicID=280</link>
<description>RC-WinTrans - RC-WinTrans Support - Multiple Errors and Corruption of rc-wintrans - Messages</description>
<language>en-us</language>
<docs>http://blogs.law.harvard.edu/tech/rss</docs>
<generator>Jitbit AspNetForum</generator>
<pubDate>Mon, 07 Nov 2016 20:29:15 GMT</pubDate>
<lastBuildDate>Mon, 07 Nov 2016 20:29:15 GMT</lastBuildDate>
<item>
<link>https://www.rc-wintrans.com/forum_srv/messages.aspx?TopicID=280</link>
<title>Message from Support</title>
<description><![CDATA[Hello Greg,<br/><br/>I want to let you know that we will have a new implementation/solution for the command line. <br/><br/>The new command line will fix the problems you still have/had.  The new solution is starting/using the RC-WinTrans<br/>application directly -- not via the command line tool as COM server. <br/><br/><br/>The current command line tool RWTCmd.exe will stay available to use.<br/><br/><br/>The new command line will be available with RC-WinTrans 11 in February/March 2017.<br/><br/><br/>Regards,<br/>Support, Schaudin.com<br/><em>edited by Support on 18.11.2016</em>]]></description>
<pubDate>Mon, 07 Nov 2016 20:29:15 GMT</pubDate>
</item>
<item>
<link>https://www.rc-wintrans.com/forum_srv/messages.aspx?TopicID=280</link>
<title>Message from greg roberts</title>
<description><![CDATA[Outcome - the following changes now work for us :<br/>- build one language at a time <br/>- don't use session 0 (i.e. a scheduled task or TFS build not in "interactive mode"), i.e. build interactively<br/>- close rcwintrans between calls from rwtcmd.exe]]></description>
<pubDate>Thu, 03 Nov 2016 00:27:14 GMT</pubDate>
</item>
<item>
<link>https://www.rc-wintrans.com/forum_srv/messages.aspx?TopicID=280</link>
<title>Message from greg roberts</title>
<description><![CDATA[Update<br/>Still get intermittent errors though more common now. i.e. we can have a good run for the exactly the same files as the next run which has issues. <br/>Have passed on hints to developers and we are continuing with trials. <br/>NB: We are processing one language at a time <br/><br/>Thus the issue has a "random" characteristic. Memory is good. VMs are configured for 6G<br/>Startup crash call stack is v9.4.076 <br/>  &gt;        RCWinTrans9.exe!0058e331()        Unknown<br/>           [Frames below may be incorrect and/or missing, no symbols loaded for RCWinTrans9.exe]        <br/>           RCWinTrans9.exe!0054760f()        Unknown<br/>         RCWinTrans9.exe!00549a82()        Unknown<br/>         RCWinTrans9.exe!0054d51d()        Unknown<br/>         RCWinTrans9.exe!004ede62()        Unknown<br/>         RCWinTrans9.exe!00552a55()        Unknown<br/>EAX = 00000000 EBX = 00000000 ECX = 02CD2980 EDX = 02CD2A08 ESI = 00000000 EDI = 00000000 EIP = 0058E331 ESP = 0018FA30 EBP = 0018FA74 EFL = 00010246 <br/>  regards<br/><em>edited by greg roberts on 14.10.2016</em>]]></description>
<pubDate>Fri, 14 Oct 2016 04:34:12 GMT</pubDate>
</item>
<item>
<link>https://www.rc-wintrans.com/forum_srv/messages.aspx?TopicID=280</link>
<title>Message from Support</title>
<description><![CDATA[Hello Greg,<br/><br/><br/>&gt; So three questions arise :<br/><br/><br/>1. <br/><br/>&gt; is there additional debug other than the log file ? e.g. the rcwintrans output going to log, e.g. Error (95) The file is read only...<br/>&gt;<br/>No. No additional debug/error informations.<br/><br/><br/>2.  <br/>&gt;  Does /IsProjectUpTodate need the arguments ? Without this will it update all projects ?<br/>&gt;  The help has () around the arguments, so I am not sure if these are optional.<br/>&gt;<br/>Yes. The argument "TargetLangCode" is required. <br/>There is no options to get the information for all target languages at once.<br/><br/><br/><br/>3. <br/>&gt; suggestions to make our system stable ?<br/>&gt;<br/>RC-WinTrans uses a large number of COM objects. At least one COM object for each translation unit.<br/>The memory use and the used COM objects increases proportionally with each target language prcessed/load<br/>within one RC-WinTrans session.  Most COM objects are not released until the .NET garbage collection  (GC)<br/>clears the GC when RC-WinTrans is closed.<br/><br/>Suggestion: <br/>Process only one language at a time/session. <br/>For the command /UpdateAll and /WriteAllTargetFiles do not use /a so RC-WinTrans is closed after the command. <br/>Maybe it is necessary (or a good idea) to wait (delay) a while (e.g ~1 min. it depends) to give the .NET GC the time <br/>to free the memory and therefor to release the COM objects before running the commands for the next target language.<br/><br/>Example :<br/><br/>  rem   Update for all languages<br/>  rem   do not use /a so RC-WinTrans is closed when the command is done.<br/>  /UpdateAll  <br/>  rem  Wait/delay  before the next command will start RC-WinTrans again<br/>  -------------------------------------------------------------------------------------------------<br/><br/>  rem Japanese -- /WriteAllTargetFiles <br/>  rem   do not use /a so RC-WinTrans is closed when the command is done.<br/>  /WriteAllTargetFiles projfilename  ja <br/>  rem Wait/Delay  ~1 min.,   the next command will start RC-WinTrans again<br/>  --------------------------------------------------------------------------------------------------<br/><br/>  rem Chinese -- /WriteAllTargetFiles 9<br/>  rem   do not use /a so RC-WinTrans is closed when the command is done.<br/>  /WriteAllTargetFiles projfilename  zh-chs <br/>  rem Wait/Delay  ~1 min,  the next command will start RC-WinTrans again<br/>  --------------------------------------------------------------------------------------------------<br/>   <br/><br/>Regards,<br/>Support, Schaudin.com<br/><em>edited by Support on 11.10.2016</em>]]></description>
<pubDate>Tue, 11 Oct 2016 11:28:18 GMT</pubDate>
</item>
<item>
<link>https://www.rc-wintrans.com/forum_srv/messages.aspx?TopicID=280</link>
<title>Message from greg roberts</title>
<description><![CDATA[In recent months our build use or rcwintrans9.exe (v9.4.0.9 has become unstable). We upgraded to v9.4.0.76 with the same result. <br/>Some errors are recoverable after a reboot, in other cases an uninstall is needed and a re-install , i.e. running rcwinrans interactively comes up with a popup error. <br/>We use Windows 8.1<br/>We have changed our logic to call RWTCMD.exe more times with less projects. And are trialling a wrapper for RWTCMD.exe  to terminate rcwintrans.exe if it is still running to see if we can get stable builds. And use of   <br/><b><i>/IsProjectUpToDate<br/></i></b><br/>So three questions arise :<br/><br/>- is there additional debug other than the log file ? e.g. the rcwintrans output going to log, e.g. Error (95) The file is read only...<br/>- suggestions to make our system stable ?<br/>- Does /IsProjectUpTodate need the arguments ? Without this will it update all projects ?<br/>The help has () around the arguments, so I am not sure if these are optional.<br/><br/>Thanks<br/><br/>An example of a manual session can be seen below <br/> <br/>"C:\Program Files (x86)\RC-WinTrans\Program\RWTCmd.exe" /UpdateAll           "F:\tfs\SCADA_Rio\Ri<br/>o\Development\CitectSCADA\Localization\Prebuild.rwtproject" zh-chs /a /log "F:\tfs\Email\RC-WinTr<br/>ans.log"<br/>                                                "C:\Program Files (x86)\RC-WinTrans\Program\RWTCm<br/>d.exe" /WriteAllTargetFiles "F:\tfs\SCADA_Rio\Rio\Development\CitectSCADA\Localization\Prebuild.r<br/>wtproject" zh-chs /log "F:\tfs\Email\RC-WinTrans.log"<br/>"C:\Program Files (x86)\RC-WinTrans\Program\RWTCmd.exe" /UpdateAll           "F:\tfs\SCADA_Rio\Ri<br/>o\Development\CitectSCADA\Localization\Prebuild.rwtproject" ja /a /log "F:\tfs\Email\RC-WinTrans.<br/>log"<br/>                                                "C:\Program Files (x86)\RC-WinTrans\Program\RWTCm<br/>d.exe" /WriteAllTargetFiles "F:\tfs\SCADA_Rio\Rio\Development\CitectSCADA\Localization\Prebuild.r<br/>wtproject" ja /log "F:\tfs\Email\RC-WinTrans.log"<br/><b>Object reference not set to an instance of an object.</b><br/>"C:\Program Files (x86)\RC-WinTrans\Program\RWTCmd.exe" /UpdateAll           "F:\tfs\SCADA_Rio\Ri<br/>o\Development\CitectSCADA\Localization\Prebuild.rwtproject" ko /a /log "F:\tfs\Email\RC-WinTrans.<br/>log"<br/>                                                "C:\Program Files (x86)\RC-WinTrans\Program\RWTCm<br/>d.exe" /WriteAllTargetFiles "F:\tfs\SCADA_Rio\Rio\Development\CitectSCADA\Localization\Prebuild.r<br/>wtproject" ko /log "F:\tfs\Email\RC-WinTrans.log"<br/>"C:\Program Files (x86)\RC-WinTrans\Program\RWTCmd.exe" /UpdateAll           "F:\tfs\SCADA_Rio\Ri<br/>o\Development\CitectSCADA\Localization\Prebuild.rwtproject" es /a /log "F:\tfs\Email\RC-WinTrans.<br/>log"<br/>                                                "C:\Program Files (x86)\RC-WinTrans\Program\RWTCm<br/>d.exe" /WriteAllTargetFiles "F:\tfs\SCADA_Rio\Rio\Development\CitectSCADA\Localization\Prebuild.r<br/>wtproject" es /log "F:\tfs\Email\RC-WinTrans.log"<br/>"C:\Program Files (x86)\RC-WinTrans\Program\RWTCmd.exe" /UpdateAll           "F:\tfs\SCADA_Rio\Ri<br/>o\Development\CitectSCADA\Localization\Prebuild.rwtproject" fr /a /log "F:\tfs\Email\RC-WinTrans.<br/>log"<br/>                                                "C:\Program Files (x86)\RC-WinTrans\Program\RWTCm<br/>d.exe" /WriteAllTargetFiles "F:\tfs\SCADA_Rio\Rio\Development\CitectSCADA\Localization\Prebuild.r<br/>wtproject" fr /log "F:\tfs\Email\RC-WinTrans.log"<br/>"C:\Program Files (x86)\RC-WinTrans\Program\RWTCmd.exe" /UpdateAll           "F:\tfs\SCADA_Rio\Ri<br/>o\Development\CitectSCADA\Localization\Prebuild.rwtproject" de /a /log "F:\tfs\Email\RC-WinTrans.<br/>log"<br/>                                                "C:\Program Files (x86)\RC-WinTrans\Program\RWTCm<br/>d.exe" /WriteAllTargetFiles "F:\tfs\SCADA_Rio\Rio\Development\CitectSCADA\Localization\Prebuild.r<br/>wtproject" de /log "F:\tfs\Email\RC-WinTrans.log"<br/>"C:\Program Files (x86)\RC-WinTrans\Program\RWTCmd.exe" /UpdateAll           "F:\tfs\SCADA_Rio\Ri<br/>o\Development\CitectSCADA\Localization\Prebuild.rwtproject" it /a /log "F:\tfs\Email\RC-WinTrans.<br/>log"<br/>                                                "C:\Program Files (x86)\RC-WinTrans\Program\RWTCm<br/>d.exe" /WriteAllTargetFiles "F:\tfs\SCADA_Rio\Rio\Development\CitectSCADA\Localization\Prebuild.r<br/>wtproject" it /log "F:\tfs\Email\RC-WinTrans.log"<br/><b>The remote procedure call failed and did not execute. (Exception from HRESULT: 0x800706BF)</b><br/><b>"</b>C:\Program Files (x86)\RC-WinTrans\Program\RWTCmd.exe" /UpdateAll           "F:\tfs\SCADA_Rio\Ri<br/>o\Development\CitectSCADA\Localization\Prebuild.rwtproject" ru /a /log "F:\tfs\Email\RC-WinTrans.<br/>log"<br/>                                                "C:\Program Files (x86)\RC-WinTrans\Program\RWTCm<br/>d.exe" /WriteAllTargetFiles "F:\tfs\SCADA_Rio\Rio\Development\CitectSCADA\Localization\Prebuild.r<br/>wtproject" ru /log "F:\tfs\Email\RC-WinTrans.log"<br/>"C:\Program Files (x86)\RC-WinTrans\Program\RWTCmd.exe" /UpdateAll           "F:\tfs\SCADA_Rio\Ri<br/>o\Development\CitectSCADA\Localization\Prebuild.rwtproject" pt /a /log "F:\tfs\Email\RC-WinTrans.<br/>log"<br/>                                                "C:\Program Files (x86)\RC-WinTrans\Program\RWTCm<br/>d.exe" /WriteAllTargetFiles "F:\tfs\SCADA_Rio\Rio\Development\CitectSCADA\Localization\Prebuild.r<br/>wtproject" pt /log "F:\tfs\Email\RC-WinTrans.log"<br/>Unable to cast COM object of type 'RCWinTrans.ApplicationClass' to interface type 'RCWinTrans.IDu<br/><b>alRWTApp'. This operation failed because the QueryInterface call on the COM component for the int<br/>erface with IID '{B3DB1E36-4E42-4D4C-A738-1DDEAA83A381}' failed due to the following error: The R<br/>PC server is unavailable. (Exception from HRESULT: 0x800706BA).</b><br/>edited by greg roberts on 05.10.2016<br/><em>edited by greg roberts on 05.10.2016</em>]]></description>
<pubDate>Wed, 05 Oct 2016 08:16:22 GMT</pubDate>
</item>
</channel>
</rss>
