SQL Loader-2026 Error

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
chandi_k
Participant
Posts: 1
Joined: Mon May 25, 2009 5:23 am

SQL Loader-2026 Error

Post by chandi_k »

Hi, I am facing an error while loading more than 6 million data. Iam working on datastage 7.5.1 A version. The requirement is something like, we have source data coming out from an oracle enterprise which undergoes some processing(lookup with other tables, etc) and it is being loaded to another Oracle enterprise in another schema. While loading to this oracle enterprise iam getting an error:

SQL Loader-2026: The load was aborted because SQL loader cannot continue.
Regards,
Santosh
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

An error has occurred within the external SQL loader, if I recall correctly the error message itself will point to a file on disk which, in turn, contains the detailed error message(s) which caused the job to abort.
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

There should be other errors logged as well that explain why it "cannot continue". And you need to find the .log file it generated which will have all of the gory details in it. From what I recall, this and the .ctl file it built will be in your 'scratch' area.
-craig

"You can never have too many knives" -- Logan Nine Fingers
Post Reply