ExportData problem in version 11.1.11e Eval

Technical support and scripting issues

Moderators: JRL, Dorian (MJT support)

Post Reply
pasdad1
Junior Coder
Posts: 21
Joined: Wed Nov 17, 2004 1:09 am

ExportData problem in version 11.1.11e Eval

Post by pasdad1 » Tue Jun 16, 2009 9:19 pm

The ExportData command seems to be adding an extra character to the end of the file written to disk. The imported file is

----------------------------------------
-- THIS IS A TEST
;
-----------------------------------------

What comes out looks similar to this

-----------------------------------------
-- THIS IS A TEST
;
Æ’
-----------------------------------------

Note the extra character after the semicolon.

Here is the code I used.

Code: Select all


ExportData>INSTALLCERTIFIEDMAIL.SQL_DATA,C:\MS11.SQL

/*
INSTALLCERTIFIEDMAIL.SQL_DATA:
2D2D2054484953204953204120544553540D0A3B0D0A
*/
[/code]

User avatar
Marcus Tettmar
Site Admin
Posts: 7395
Joined: Thu Sep 19, 2002 3:00 pm
Location: Dorset, UK
Contact:

Post by Marcus Tettmar » Wed Jun 17, 2009 10:14 am

Can replicate. We'll get it fixed. Thanks.
Marcus Tettmar
http://mjtnet.com/blog/ | http://twitter.com/marcustettmar

Did you know we are now offering affordable monthly subscriptions for Macro Scheduler Standard?

User avatar
Marcus Tettmar
Site Admin
Posts: 7395
Joined: Thu Sep 19, 2002 3:00 pm
Location: Dorset, UK
Contact:

Post by Marcus Tettmar » Fri Jun 26, 2009 10:30 am

This issue is now fixed in development, so will be fixed in the next maintenance release.
Marcus Tettmar
http://mjtnet.com/blog/ | http://twitter.com/marcustettmar

Did you know we are now offering affordable monthly subscriptions for Macro Scheduler Standard?

Post Reply
Sign up to our newsletter for free automation tips, tricks & discounts