Dataset corruption, SIGSEGV while reading

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

niremy
Participant
Posts: 23
Joined: Tue Sep 22, 2009 3:17 am

Post by niremy »

chulett wrote:Have you involved your official support provider yet?
Not yet,
We are in a phase that prevents us from reinstalling the DataStage project or the server, as they will probably ask us :? (or I may be a bit dishonest towards the offical support and its capability to analyse the problem)
PaulVL
Premium Member
Premium Member
Posts: 1315
Joined: Fri Dec 17, 2010 4:36 pm

Post by PaulVL »

Well, try looking at your column definitions and make sure your NLS mappings are the same between server and enterprise for that job.

I've seen seg faults due to that type of mismatch.
sarjushah
Premium Member
Premium Member
Posts: 40
Joined: Thu May 12, 2005 3:59 pm

Post by sarjushah »

I was receiving the exact same error today in my job. Check if you handled all your nulls.

Once I took care of some nulls the error got away.

Best of luck

Sarju Shah
niremy
Participant
Posts: 23
Joined: Tue Sep 22, 2009 3:17 am

Post by niremy »

Thanks PaulVL and sarjushah,

I'll try to have a look on your tips on monday !
clarcombe
Premium Member
Premium Member
Posts: 515
Joined: Wed Jun 08, 2005 9:54 am
Location: Europe

Post by clarcombe »

niremy wrote:Thanks PaulVL and sarjushah,

I'll try to have a look on your tips on monday !
If I were you I would get the original programmers bqck to fix it. Sounds like they are a bunch of cowboys :?
Colin Larcombe
-------------------

Certified IBM Infosphere Datastage Developer
niremy
Participant
Posts: 23
Joined: Tue Sep 22, 2009 3:17 am

Post by niremy »

clarcombe wrote:If I were you I would get the original programmers bqck to fix it. Sounds like they are a bunch of cowboys :?
We don't need cowboys because we don't have cows :roll:

I'm glad to announce that we found the problem : APT_AUTO_TRANSPORT_BLOCK_SIZE was set to true.

When we put it to it's default value (false) the SIGSEGV problem was gone.

Thanks for your help and support, problem's resolved :wink:
ajay.vaidyanathan
Participant
Posts: 53
Joined: Fri Apr 18, 2008 8:13 am
Location: United States

Dataset corruption, SIGSEGV while reading

Post by ajay.vaidyanathan »

Hi,
Delete your DataSet from the location using DataSet Management and then try running your job again from the beginning.

This should solve your problem. If this resolves your problem i will let you know what was the problem.
Regards
Ajay
Post Reply