Search found 41 matches

by Sathishkumarins
Mon Feb 16, 2009 7:00 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Controller problem: Error calling Job
Replies: 2
Views: 2089

Re: Controller problem: Error calling Job

Hi, Ray once posted that for Code -99 there is no specific diagnostic handler within DataStage code. Try making a copy of that seq job which is giving you the error and if you still face the same error then make a copy of server job and try running it... And if it works fine then rename it...... Als...
by Sathishkumarins
Mon Feb 16, 2009 6:45 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: WriteHash() - Write failed for record id
Replies: 6
Views: 11403

Some times Hashed file size may be a problem.
Try using a 64 bit hashed file. This might solve your problem.

Because in a 64 bit hashed file largest address that can be represented is 19million TB.
by Sathishkumarins
Mon Feb 16, 2009 5:42 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Implementing scd-1 and scd-2
Replies: 2
Views: 2957

Re: Implementing scd-1 and scd-2

Yes Of course. You can develop a scd 1 and scd 2 in server edition. Using OCI stage you have to deveop a source view and a deleted view(Which is target minus source in order to get deleted records). You have to add indicator flag which says whether it is current record or updated or deleted. And obv...
by Sathishkumarins
Wed Dec 24, 2008 9:08 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to empty a HASH file?
Replies: 12
Views: 5052

Re: how to empty a HASH file?

Simply you can add a transformer before hashed file and you can pass null values to the columns and as Ray mentioned you have check the option ''Delete file before create".
by Sathishkumarins
Tue Dec 16, 2008 7:17 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Trying to insert Black where columb datatype is Date
Replies: 3
Views: 1443

Re: Trying to insert Black where columb datatype is Date

mshilpa wrote: I am trying to insert "Blank" in one of my column where my column data type is DATE.
If you are using any database like oracle then you have to give 'Y' in nullable column in table or view as well as in DS. Otherwise you might get "cannot insert null error".
by Sathishkumarins
Tue Dec 16, 2008 12:42 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: best practice to handle billion records
Replies: 3
Views: 2500

Re: best practice to handle billion records

Hi, In this case you can initially load the data with a bulk loader and then you can go for normal job design for incremental load(Update and delete). Also you can use link partitioner to load target table so that it can also reduce the time. Along with you can also use a Primary key indexes, useful...
by Sathishkumarins
Fri Dec 12, 2008 11:38 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error calling subroutine: DSR_JOB (Action=9)
Replies: 3
Views: 2609

Re: Error calling subroutine: DSR_JOB (Action=9)

how many dsx are you going to import?

Export all dsx once again and try.
(OR)
The job might be locked check Job resources in Director and if there is any lock release it if it is a existing job.
(OR)
And if you are going to import more number of jobs then the connection issue might also be a prob.
by Sathishkumarins
Fri Dec 12, 2008 11:16 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Combine multiple rows into one row (Vertical Pivoting)
Replies: 10
Views: 15001

kandyshandy wrote: In your method, you don't need 5 seq files at all. You can directly load to hash files.
Yes you are right. I removed that and tried and it's working and faster too....

Thanks,
Kandy.

@rohit_mca2003: Hope this might be suffcient enough to get your desired output :)
by Sathishkumarins
Fri Dec 12, 2008 10:40 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Combine multiple rows into one row (Vertical Pivoting)
Replies: 10
Views: 15001

Kandyshandy provided the right method. But in order to get your o/p in a simple way and with same order you have mentioned then you can have source and link partitioner with 5 seq after and 5 hash file and followed by a transformer where you can pull the data from the hash files and finally a seq fi...
by Sathishkumarins
Fri Dec 12, 2008 8:02 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Combine multiple rows into one row (Vertical Pivoting)
Replies: 10
Views: 15001

Re: Combine multiple rows into one row (Vertical Pivoting)

"Input Data: ------------- Id Fname Sname Section Ques Ans -------------------------------------------------------------------- 100 Sam Roy S1 Q11 A11 100 Sam Roy S1 Q12 A12 100 Sam Roy S1 Q13 A13 100 Sam Roy S2 Q21 A21 100 Sam Roy S2 Q22 A22 I like output data as follows in one row and differe...
by Sathishkumarins
Fri Dec 12, 2008 12:42 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Reg Loading using ODBC
Replies: 2
Views: 1769

Re: Reg Loading using ODBC

If you are using oracle then use a primary key index and if possible add a parallel hint to your query. So that you no need to change your DS code.
by Sathishkumarins
Thu Dec 11, 2008 11:17 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: not able to open oci stage
Replies: 8
Views: 2277

Hi,

Just try copying the installed files from a system where this OCI stage function is working properly and paste it into yours ie., files in C:\Program files\ Ascential\ Datastage 7.5.1 but don't re - install.

Even i faced this issue and got rectified this way.
by Sathishkumarins
Thu Dec 11, 2008 6:13 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: TNS: Protocol adapter not loadable
Replies: 1
Views: 1573

Re: TNS: Protocol adapter not loadable

Probably the Database settings won't be properly set in case if you are running those jobs for the first time.
Please check with the server.
by Sathishkumarins
Thu Dec 11, 2008 1:43 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Cannot get exclusive access to executable file
Replies: 4
Views: 3092

Hi,

Probably job might be corrupted.
by Sathishkumarins
Thu Dec 11, 2008 12:58 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Oracle process continue even after the jobs are stopped
Replies: 4
Views: 1532

If you are running a job with high volume of data and when you stop the job may be the oracle might try to commit those rows. So the query might still run. In that case you can't avoid that.