Data problems on test machine

Post questions here relative to DataStage Server Edition for such areas as Server job design, DS Basic, Routines, Job Sequences, etc.

Moderators: chulett, rschirm, roy

Post Reply
rmcclure
Participant
Posts: 48
Joined: Fri Dec 01, 2006 7:50 am

Data problems on test machine

Post by rmcclure »

Hi,

We Datastage server set up on a Windows Server 2003 Enterprise edition machine. We want to do a simple test so we decided to use a Windows 2000 SP4 desktop and installed Datastage server on it.

Our source data is coming from an AS/400 or SQL server 2005 using ODBC.

We then did a straight copy of a server job from our 2003 Development server to this test desktop, but when we do a view data on the test desktop, the data is truncated, strange characters, zeros or blank.

While debugging this problem we did a query using MS Query with the same ODBC datasources that Datastage uses. The Data looked fine. therefore we don't think it is the ODBC driver set up.

The Driver version is the same on both machines.
The Drivers are set up the same.
The MDAC level is the same.
The server job is the same.

The only difference is that one machine is Windows Server 2003 and the other is Windows 2000 SP4.

Any ideas?

thanks
Rich
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Re: Data problems on test machine

Post by ArndW »

Hello Rich,

when I see
rmcclure wrote:...the data is truncated, strange characters, zeros or blank...
in this scenario I think of two main possibilities:

1. EBCDIC to ASCII conversion isn't being done anymore
2. NLS Settings might be different.

Both might apply in your case, since the new server is on a Win2k box instead of the Win2003 of the original.

Can you write a record from the new box to the database and read that same record from the original DS system to see if the data is also transmogrified? Do you have NLS installed on either, both or neither machine?
rmcclure
Participant
Posts: 48
Joined: Fri Dec 01, 2006 7:50 am

Re: Data problems on test machine

Post by rmcclure »

NLS was installed and both machines are set the same.

Convert Binary is set.
kduke
Charter Member
Charter Member
Posts: 5227
Joined: Thu May 29, 2003 9:47 am
Location: Dallas, TX
Contact:

Post by kduke »

The AS400 ODBC driver does have the NLS character set defined as well. This could be the issue.

By the way welcome to DSX.
Mamu Kim
Post Reply