Pages in topic:   < [1 2 3 4] >
SDL Trados 2007 Service Pack 2 (SP2)
Thread poster: RWS Community
Jacques DP
Jacques DP  Identity Verified
Switzerland
Local time: 08:33
English to French
Smooth upgrade here Jan 23, 2008

Upgrade went smoothly, and basic tests didn't reveal any problem. (Better than SP1, which in my case broke everything.)

 
Stefan Gentz
Stefan Gentz
Local time: 08:33
English to German
+ ...
SDL TRADOS Filter Settings does not work Jan 24, 2008

SDL Support wrote:
• New file format support
Users can now work with new file formats including Adobe FrameMaker 8.0, Adobe InDesign CS3 and QuarkXPress 7.x (via CopyFlow from Napsys*)


Running the 2008 SP2 on Windows Vista, I get an error when starting the "SDL Trados Filter Settings". Before the Filter Settings Wizard appears, a dialog opens:

Unbehandelte Ausnahme in der Anwendung. Klicken Sie auf "Weiter", um den Fehler zu ignorieren und die Anwendung fortzusetzen. Wenn Sie auf "Beenden" klicken, wird die Anwendung sofort beendet.

Der Wert für einen Int32 war zu groß oder zu klein.

[Details] [Weiter] [Beenden]


When I press the [Details] button the dialog expands and shows the following error report:

Informationen über das Aufrufen von JIT-Debuggen
anstelle dieses Dialogfelds finden Sie am Ende dieser Meldung.

************** Ausnahmetext **************
System.OverflowException: Der Wert für einen Int32 war zu groß oder zu klein.
bei System.Convert.ToInt32(UInt64 value)
bei System.UInt64.System.IConvertible.ToInt32(IFormatProvider provider)
bei System.Convert.ToInt32(Object value)
bei TRADOSFilterSettings.JVM.GetTotalRAM()
bei TRADOSFilterSettings.JVM.InitLists()
bei TRADOSFilterSettings.Navigation.Navigation_Load(Object sender, EventArgs e)
bei System.Windows.Forms.Form.OnLoad(EventArgs e)
bei System.Windows.Forms.Form.OnCreateControl()
bei System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
bei System.Windows.Forms.Control.CreateControl()
bei System.Windows.Forms.Control.WmShowWindow(Message& m)
bei System.Windows.Forms.Control.WndProc(Message& m)
bei System.Windows.Forms.ScrollableControl.WndProc(Message& m)
bei System.Windows.Forms.ContainerControl.WndProc(Message& m)
bei System.Windows.Forms.Form.WmShowWindow(Message& m)
bei System.Windows.Forms.Form.WndProc(Message& m)
bei System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
bei System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
bei System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


************** Geladene Assemblys **************
mscorlib
Assembly-Version: 2.0.0.0.
Win32-Version: 2.0.50727.1433 (REDBITS.050727-1400).
CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll.
----------------------------------------
TRADOSFilterSettings
Assembly-Version: 1.0.0.0.
Win32-Version: 1.0.0.0.
CodeBase: file:///C:/Program%20Files/SDL%20International/T2007/TT/TradosFilterSettings.exe.
----------------------------------------
System.Windows.Forms
Assembly-Version: 2.0.0.0.
Win32-Version: 2.0.50727.1433 (REDBITS.050727-1400).
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll.
----------------------------------------
System
Assembly-Version: 2.0.0.0.
Win32-Version: 2.0.50727.1433 (REDBITS.050727-1400).
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll.
----------------------------------------
System.Drawing
Assembly-Version: 2.0.0.0.
Win32-Version: 2.0.50727.1433 (REDBITS.050727-1400).
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll.
----------------------------------------
System.Xml
Assembly-Version: 2.0.0.0.
Win32-Version: 2.0.50727.1433 (REDBITS.050727-1400).
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll.
----------------------------------------
Sdl.Interop.s42gdf
Assembly-Version: 1.0.0.0.
Win32-Version: 1.0.0.0.
CodeBase: file:///C:/Windows/assembly/GAC/Sdl.Interop.s42gdf/1.0.0.0__4316ebe69d6f1d49/Sdl.Interop.s42gdf.dll.
----------------------------------------
Accessibility
Assembly-Version: 2.0.0.0.
Win32-Version: 2.0.50727.1433 (REDBITS.050727-1400).
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/Accessibility/2.0.0.0__b03f5f7f11d50a3a/Accessibility.dll.
----------------------------------------
System.Management
Assembly-Version: 2.0.0.0.
Win32-Version: 2.0.50727.1433 (REDBITS.050727-1400).
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Management/2.0.0.0__b03f5f7f11d50a3a/System.Management.dll.
----------------------------------------
mscorlib.resources
Assembly-Version: 2.0.0.0.
Win32-Version: 2.0.50727.1433 (REDBITS.050727-1400).
CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll.
----------------------------------------
System.Windows.Forms.resources
Assembly-Version: 2.0.0.0.
Win32-Version: 2.0.50727.312 (rtmLHS.050727-3100).
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms.resources/2.0.0.0_de_b77a5c561934e089/System.Windows.Forms.resources.dll.
----------------------------------------

************** JIT-Debuggen **************
Um das JIT-Debuggen (Just-In-Time) zu aktivieren, muss in der
Konfigurationsdatei der Anwendung oder des Computers
(machine.config) der jitDebugging-Wert im Abschnitt system.windows.forms festgelegt werden.
Die Anwendung muss mit aktiviertem Debuggen kompiliert werden.

Zum Beispiel:

<configuration>
<system.windows.forms jitDebugging="true" />
</configuration>

Wenn das JIT-Debuggen aktiviert ist, werden alle nicht behandelten
Ausnahmen an den JIT-Debugger gesendet, der auf dem
Computer registriert ist, und nicht in diesem Dialogfeld behandelt.


After pressing the [Weiter] button, the Wizard shows up, and you can work with it as usual. However, when I change something and press "Save", no changes are applied in the filter settings files (the xml files in "C:\ProgramData\SDL International\Filters") and another error dialog appears:

Der Objektverweis wurde nicht auf eine Objektinstanz festgelegt.
auf "Beenden" klicken, wird die Anwendung sofort beendet.
Der Objektverweis wurde nicht auf eine Objektinstanz festgelegt.


Details:

Informationen über das Aufrufen von JIT-Debuggen
anstelle dieses Dialogfelds finden Sie am Ende dieser Meldung.

************** Ausnahmetext **************
System.NullReferenceException: Der Objektverweis wurde nicht auf eine Objektinstanz festgelegt.
bei TRADOSFilterSettings.Navigation.SaveALL()
bei TRADOSFilterSettings.NaviButtons.bSave_Click(Object sender, EventArgs e)
bei System.Windows.Forms.Control.OnClick(EventArgs e)
bei System.Windows.Forms.Button.OnClick(EventArgs e)
bei System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
bei System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
bei System.Windows.Forms.Control.WndProc(Message& m)
bei System.Windows.Forms.ButtonBase.WndProc(Message& m)
bei System.Windows.Forms.Button.WndProc(Message& m)
bei System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
bei System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
bei System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


************** Geladene Assemblys **************
mscorlib
Assembly-Version: 2.0.0.0.
Win32-Version: 2.0.50727.1433 (REDBITS.050727-1400).
CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll.
----------------------------------------
TRADOSFilterSettings
Assembly-Version: 1.0.0.0.
Win32-Version: 1.0.0.0.
CodeBase: file:///C:/Program%20Files/SDL%20International/T2007/TT/TradosFilterSettings.exe.
----------------------------------------
System.Windows.Forms
Assembly-Version: 2.0.0.0.
Win32-Version: 2.0.50727.1433 (REDBITS.050727-1400).
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll.
----------------------------------------
System
Assembly-Version: 2.0.0.0.
Win32-Version: 2.0.50727.1433 (REDBITS.050727-1400).
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll.
----------------------------------------
System.Drawing
Assembly-Version: 2.0.0.0.
Win32-Version: 2.0.50727.1433 (REDBITS.050727-1400).
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll.
----------------------------------------
System.Xml
Assembly-Version: 2.0.0.0.
Win32-Version: 2.0.50727.1433 (REDBITS.050727-1400).
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll.
----------------------------------------
Sdl.Interop.s42gdf
Assembly-Version: 1.0.0.0.
Win32-Version: 1.0.0.0.
CodeBase: file:///C:/Windows/assembly/GAC/Sdl.Interop.s42gdf/1.0.0.0__4316ebe69d6f1d49/Sdl.Interop.s42gdf.dll.
----------------------------------------
Accessibility
Assembly-Version: 2.0.0.0.
Win32-Version: 2.0.50727.1433 (REDBITS.050727-1400).
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/Accessibility/2.0.0.0__b03f5f7f11d50a3a/Accessibility.dll.
----------------------------------------
System.Management
Assembly-Version: 2.0.0.0.
Win32-Version: 2.0.50727.1433 (REDBITS.050727-1400).
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Management/2.0.0.0__b03f5f7f11d50a3a/System.Management.dll.
----------------------------------------
mscorlib.resources
Assembly-Version: 2.0.0.0.
Win32-Version: 2.0.50727.1433 (REDBITS.050727-1400).
CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll.
----------------------------------------
System.Windows.Forms.resources
Assembly-Version: 2.0.0.0.
Win32-Version: 2.0.50727.312 (rtmLHS.050727-3100).
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms.resources/2.0.0.0_de_b77a5c561934e089/System.Windows.Forms.resources.dll.
----------------------------------------

************** JIT-Debuggen **************
Um das JIT-Debuggen (Just-In-Time) zu aktivieren, muss in der
Konfigurationsdatei der Anwendung oder des Computers
(machine.config) der jitDebugging-Wert im Abschnitt system.windows.forms festgelegt werden.
Die Anwendung muss mit aktiviertem Debuggen kompiliert werden.

Zum Beispiel:

<configuration>
    <system.windows.forms jitDebugging="true" />
</configuration>

Wenn das JIT-Debuggen aktiviert ist, werden alle nicht behandelten
Ausnahmen an den JIT-Debugger gesendet, der auf dem
Computer registriert ist, und nicht in diesem Dialogfeld behandelt.


Therefore it is not possible to work with the SDL Trados Filter Settings Wizard.

I have not checked, if manually changing values in the filter settings xml files will effect how TagEditor handles files during conversion to ttx.

Kind Regards,
Stefan Gentz

[Bearbeitet am 2008-01-24 12:14]


 
Jerzy Czopik
Jerzy Czopik  Identity Verified
Germany
Local time: 08:33
Member (2003)
Polish to German
+ ...
Same error here Jan 24, 2008

SDL Support is already analysing this.
Manually changing the settings in the corresponding xml's has the same effect, as using the Filter Settings dialogue.

When I get new informations, I'll post here.

Regards
Jerzy


 
Daniel García
Daniel García
English to Spanish
+ ...
Is it Vista-specific? Jan 25, 2008

Jerzy Czopik wrote:

SDL Support is already analysing this.
Manually changing the settings in the corresponding xml's has the same effect, as using the Filter Settings dialogue.

When I get new informations, I'll post here.


Thanks, Jerzy, do you have this errror with Windows Vista or with Windows XP?

Daniel


 
Jerzy Czopik
Jerzy Czopik  Identity Verified
Germany
Local time: 08:33
Member (2003)
Polish to German
+ ...
Windows XP Jan 25, 2008

I do not (yet) use Windows Vista.

 
Stefan Gentz
Stefan Gentz
Local time: 08:33
English to German
+ ...
Fix available Jan 25, 2008

Update:
A fixed version of the SDL Trados Filter settings application is available meanwhile. Please contact your support representative. I have tested the updated version and do not get any errors any longer. The settings application runs just perfectly now.

Kind regards,
Stefan Gentz


 
Jerzy Czopik
Jerzy Czopik  Identity Verified
Germany
Local time: 08:33
Member (2003)
Polish to German
+ ...
Patch may also be downloaded from here Jan 25, 2008

Patch for Filter Settings

 
Selcuk Akyuz
Selcuk Akyuz  Identity Verified
Türkiye
Local time: 09:33
English to Turkish
+ ...
re: fixed version Jan 25, 2008

Stefan Gentz wrote:

Update:
A fixed version of the SDL Trados Filter settings application is available meanwhile. Please contact your support representative. I have tested the updated version and do not get any errors any longer. The settings application runs just perfectly now.

Kind regards,
Stefan Gentz


Is this a separate file or included in SP2?

One more question, is this problem related to Vista only?


----------------------------------
Thanks Jerzy

[Edited at 2008-01-25 14:40]


 
Jerzy Czopik
Jerzy Czopik  Identity Verified
Germany
Local time: 08:33
Member (2003)
Polish to German
+ ...
Also Windows XP Jan 25, 2008

Replace the original file in TT-folder in your Trados installation with the file in the downloadable ZIP archive. That's all.

 
VdeMoor (X)
VdeMoor (X)  Identity Verified
Local time: 08:33
French to Dutch
+ ...
anyone knows what error 2715 means? Jan 28, 2008

When I want to install the new patch, I get constantly errorcode 2715

anyone willing to solve this?

frederic


 
Jerzy Czopik
Jerzy Czopik  Identity Verified
Germany
Local time: 08:33
Member (2003)
Polish to German
+ ...
Do you have administator rights? Jan 28, 2008

Are you using Vista?
Did you chose standard installation or did you modify the contents?
If you modified the contents of the installation, try to install the package with standard settings. In my case this helped way ago, with another Trados release.

J.


 
VdeMoor (X)
VdeMoor (X)  Identity Verified
Local time: 08:33
French to Dutch
+ ...
reply Jan 28, 2008

Jerzy Czopik wrote:

Are you using Vista?
Did you chose standard installation or did you modify the contents?
If you modified the contents of the installation, try to install the package with standard settings. In my case this helped way ago, with another Trados release.

J.


Dear Jerzy,

I selected standard settings and I work with XP

Any help? I took a screenshot of the errorcode, perhaps this might help you... this code is followed by a much larger number

frederic


 
Jerzy Czopik
Jerzy Czopik  Identity Verified
Germany
Local time: 08:33
Member (2003)
Polish to German
+ ...
Sorry, but I'm not Trados-Support Jan 28, 2008

My knowledge regarding installation issues and most error messages is very limited.
So I'm sorry, but this seems really to be a case for the support.

Regards
Jerzy


 
VdeMoor (X)
VdeMoor (X)  Identity Verified
Local time: 08:33
French to Dutch
+ ...
error 2715 picture :) Jan 28, 2008

Dear Support,

I updated all my files except the Trados 835 part... I got an error message right after checking for disk space. My harddisk is nearly 20% full, so that can't be the reason.



frederic


 
Marek Buchtel
Marek Buchtel  Identity Verified
Czech Republic
Local time: 08:33
Member (2005)
English to Czech
+ ...
SITE LOCALIZER
Corrupt file? Jan 28, 2008

Belgoglot wrote:

Dear Support,

I updated all my files except the Trados 835 part... I got an error message right after checking for disk space. My harddisk is nearly 20% full, so that can't be the reason.



frederic



Error 2715 is The specified File key ('[2]') not found in the File table. (http://msdn2.microsoft.com/en-us/library/aa372835.aspx)

A few ideas:
What is your current build of SDL Trados? Is it 822 or 826? (Full installer is necessary for build 820).
Maybe the SP2 installation file is corrupted (try downloading it again).
Or one of the files in the temp folder (from previous installation), which the SP2 needs, may be corrputed. In that case, you will probably have to uninstall trados and install the Full SP2 release.

Regards

Marek


 
Pages in topic:   < [1 2 3 4] >


To report site rules violations or get help, contact a site moderator:


You can also contact site staff by submitting a support request »

SDL Trados 2007 Service Pack 2 (SP2)







CafeTran Espresso
You've never met a CAT tool this clever!

Translate faster & easier, using a sophisticated CAT tool built by a translator / developer. Accept jobs from clients who use Trados, MemoQ, Wordfast & major CAT tools. Download and start using CafeTran Espresso -- for free

Buy now! »
TM-Town
Manage your TMs and Terms ... and boost your translation business

Are you ready for something fresh in the industry? TM-Town is a unique new site for you -- the freelance translator -- to store, manage and share translation memories (TMs) and glossaries...and potentially meet new clients on the basis of your prior work.

More info »