not complete load table

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
swades
Premium Member
Premium Member
Posts: 323
Joined: Mon Dec 04, 2006 11:52 pm

not complete load table

Post by swades »

Hi all.
I m running a job.which load data to Teradata table.
But in my DS job is show 40 rows transfer ,i open that table its shows only 16 rows.
so plz tell me whats reason?

and also i use following FTP script to transfer file to Unix from windows.
but it shows me check username/password.

@echo off
echo open server name>d:\sampleftp.txt
echo username>>d:\sampleftp.txt
echo password>>d:\sampleftp.txt
echo put
file name path
echo quit>>d:\sampleftp.txt
echo bye>>d:\sampleftp.txt
ftp -vs:d:\sampleftp.txt
echo End of script
pause
Exit

so i run this script in .bat mode.
i getting error so plz tell me.thanks .
DSguru2B
Charter Member
Charter Member
Posts: 6854
Joined: Wed Feb 09, 2005 3:44 pm
Location: Houston, TX

Re: not complete load table

Post by DSguru2B »

swades wrote:Hi all.
I m running a job.which load data to Teradata table.
But in my DS job is show 40 rows transfer ,i open that table its shows only 16 rows.
so plz tell me whats reason?
Check the director. It seems that the rest of the data got rejected. Look into the Director's log for this job. You will see a bunch of warnings and the reason of rejection.
Creativity is allowing yourself to make mistakes. Art is knowing which ones to keep.
samythiru
Participant
Posts: 13
Joined: Tue Feb 28, 2006 3:55 pm

Re: not complete load table

Post by samythiru »

Hi ,

There may be any foreign key constraints in the database where you are loading . So check the datastage director to get more information and also check the schema for foreign key issues.


DSguru2B wrote:
swades wrote:Hi all.
I m running a job.which load data to Teradata table.
But in my DS job is show 40 rows transfer ,i open that table its shows only 16 rows.
so plz tell me whats reason?
[/quo ...
narasimha
Charter Member
Charter Member
Posts: 1236
Joined: Fri Oct 22, 2004 8:59 am
Location: Staten Island, NY

Post by narasimha »

Is the row mismatch and the FTP problem related to each other?
Narasimha Kade

Finding answers is simple, all you need to do is come up with the correct questions.
swades
Premium Member
Premium Member
Posts: 323
Joined: Mon Dec 04, 2006 11:52 pm

Re: not complete load table

Post by swades »

DSguru2B wrote:
swades wrote:Hi all.
I m running a job.which load data to Teradata table.
But in my DS job is show 40 rows transfer ,i open that table its shows only 16 rows.
so plz tell me whats reason?
Check the director. It seems that the rest of the data got rejected. Look into the Director's log for this job. You will see a bunch of warnings and the reason of rejection.
hi i checked.i shows insufficient blocks for partition-no of partition.reading suppressed.
swades
Premium Member
Premium Member
Posts: 323
Joined: Mon Dec 04, 2006 11:52 pm

Post by swades »

narasimha wrote:Is the row mismatch and the FTP problem related to each other?
no they r both different.right now i update my text using vi editor.copy-paste.but i have lots of file to transfer,so i need help?
narasimha
Charter Member
Charter Member
Posts: 1236
Joined: Fri Oct 22, 2004 8:59 am
Location: Staten Island, NY

Post by narasimha »

Check if this is similar to your first issue

viewtopic.php?t=96405&highlight=insuffi ... +partition

With your second issue with FTP, as per your error message says check the username/password


A couple of things I want to mention

- Post one issue per post, it gets more attention.
- Post exact error messages (copy and paste) rather than typing out the messages, There are chances that you miss some.
Narasimha Kade

Finding answers is simple, all you need to do is come up with the correct questions.
swades
Premium Member
Premium Member
Posts: 323
Joined: Mon Dec 04, 2006 11:52 pm

Post by swades »

thanks narasimha.
but actually i am running datastage from other system.
and there is no internet excess.sorry for that.

narasimha wrote:Check if this is similar to your first issue

viewtopic.php?t=96405&highlight=insuffi ... +partition

With your second issue with FTP, as per your error message says check the username/password


A couple of things I want to mention

- Post one issue per post, it gets more attention.
- Post exact error messages (copy and paste) rather than typing out the messages, There are chances that you miss some.
narasimha
Charter Member
Charter Member
Posts: 1236
Joined: Fri Oct 22, 2004 8:59 am
Location: Staten Island, NY

Post by narasimha »

swades wrote:thanks narasimha
but actually i am running datastage from other system.
and there is no internet excess.sorry for that.
Did you issues get resolved?
I am sorry I did not get your point, about not having internet on your system running datastage.

Try to resolve your issues one at a time.
You need to rectify, your issues with the dropping of rows.
Then you can go to the next step to rectify your FTP script. (Or according to your priority)
Giving details about the errors, this will help get answers more quickly.
Narasimha Kade

Finding answers is simple, all you need to do is come up with the correct questions.
Post Reply