import error from 8 version to 7.5

A forum for discussing DataStage<sup>®</sup> basics. If you're not sure where your question goes, start here.

Moderators: chulett, rschirm, roy

Post Reply
srinath0253
Participant
Posts: 45
Joined: Sat May 08, 2010 11:07 pm
Location: banglore

import error from 8 version to 7.5

Post by srinath0253 »

Hi All,

I'm getting this errors while importing jobs. jobs are created in 8.0.1. importing into 7.5.2 version.

" The DSX export format version number (8) of the incoming files is greater than that supported by this version of datastage (4). do you want to continue the import." then if i press YES. one more error coming as

" file <file path of my dsx> does not appear to be a valid datastage export file or is an incompatible release. A valid datastage export file is expected to be in windows format( i.e., using CRLF line terminators)."

i tried, by exporting in 7 bit encoded format then also i'm getting same error.
by xml format, same error..


Any suggestions please...
Srinath
qt_ky
Premium Member
Premium Member
Posts: 2895
Joined: Wed Aug 03, 2011 6:16 am
Location: USA

Post by qt_ky »

Importing objects from newer version into older versions is not going to be supported and should generate errors. Do it the other way around.
Choose a job you love, and you will never have to work a day in your life. - Confucius
srinath0253
Participant
Posts: 45
Joined: Sat May 08, 2010 11:07 pm
Location: banglore

Post by srinath0253 »

you are correct in case of new stages. but that job contains sequential file, transformer then sequential file...

i didnt used stages that are not availble in 7.5... still its errored out..
Srinath
kandyshandy
Participant
Posts: 597
Joined: Fri Apr 29, 2005 6:19 am
Location: Singapore

Post by kandyshandy »

Eric said "importing newer version object (from 8.x vesion) into older version will not work". This is how DataStage is and you got to live with that. It does not matter whether you are using exisiting stages or new stages applicable only to newer version ;)
Kandy
_________________
Try and Try again…You will succeed atlast!!
arvind_ds
Participant
Posts: 428
Joined: Thu Aug 16, 2007 11:38 pm
Location: Manali

Post by arvind_ds »

Backward compatability is not supported.
Arvind
jwiles
Premium Member
Premium Member
Posts: 1274
Joined: Sun Nov 14, 2004 8:50 pm
Contact:

Post by jwiles »

It does not matter that you didn't use stages not available in the earlier versions, there may be features of the stages that you DID use in 8x that are not available in 7x.

Your best solution would be to recreate the job within 7.5. You are not going to be able to import it from 8x dsx files.

Regards,
- james wiles


All generalizations are false, including this one - Mark Twain.
mobashshar
Participant
Posts: 91
Joined: Wed Apr 20, 2005 7:59 pm
Location: U.S.

Post by mobashshar »

Please follow these steps:

1.Open your dsx file using any text editor like notepad++
2. Click Edit and change EOL Conversion to Windows Format.
3. Save your dsx.

Try importing it and it will work.
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Got nothing to do with EOL, as noted it is strictly an incompatible version issue.
-craig

"You can never have too many knives" -- Logan Nine Fingers
srinath0253
Participant
Posts: 45
Joined: Sat May 08, 2010 11:07 pm
Location: banglore

Post by srinath0253 »

mobashshar wrote:Please follow these steps:

1.Open your dsx file using any text editor like notepad++
2. Click Edit and change EOL Conversion to Windows Format.
3. Save your dsx.

Try importing it and it will work.
Tried it. its not working...
Srinath
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Well... we did tell you that wasn't the issue.
-craig

"You can never have too many knives" -- Logan Nine Fingers
qt_ky
Premium Member
Premium Member
Posts: 2895
Joined: Wed Aug 03, 2011 6:16 am
Location: USA

Post by qt_ky »

I'm not going to say it's impossible, but it's still not going to be supported (same answer as before).
Choose a job you love, and you will never have to work a day in your life. - Confucius
Post Reply