Search found 32 matches

by manishk
Wed Feb 06, 2008 3:14 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: tracing log from director using parallel routines
Replies: 8
Views: 3647

Hi Ardw,

Are you saying that the person has a Server routine to extract the log, and this routine can be called in the parralel jobs ?

If so then please let me know how can you use it.

Thanks
Manish
by manishk
Wed Feb 06, 2008 3:12 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: tracing log from director using parallel routines
Replies: 8
Views: 3647

Hi Ardw,

Are you saying that the person has a Server routine to extract the log, and this routine can be called in the parralel jobs ?

If so then please let me know how can you use it.

Thanks
Manish
by manishk
Wed Feb 06, 2008 1:28 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: tracing log from director using parallel routines
Replies: 8
Views: 3647

I think code has to be in C++ if you are using the Parallel routine ..
by manishk
Wed Feb 06, 2008 1:01 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Modify - String_To_Timestamp
Replies: 8
Views: 4277

Syntax is : STAGING_LOAD_DATE:timestamp=timestamp_from_string (column_name)

This will bring it to the format [%yyyy-%mm-%dd hh:nn:ss]

Dont put the job parameter here. assisgn the parameter to "column_name" in seprate stage or use the row_generator or column generator


This should work
by manishk
Wed Feb 06, 2008 10:58 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to view the table contents
Replies: 10
Views: 2482

Guess if you make NLS as NONE then it will work
by manishk
Wed Feb 06, 2008 10:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Remove duplicates stage unable to remove duplicates on 1 nod
Replies: 5
Views: 1739

Re: Remove duplicates stage unable to remove duplicates on 1

Seems its Sorting problem.. Hi all, I am facing a weird issue with the Remove duplicates stage. The job is a straight job input_dataset===>remove_duplicates===>output_dataset It just has two columns which are varchars(these were trimmed before the data was inserted). Now when we try to remove the du...
by manishk
Tue Apr 03, 2007 12:00 pm
Forum: General
Topic: Unable to use Job parameter in JobControl
Replies: 5
Views: 2483

HI Thanks for the input. My intention for writing JobControl is : Want to run Job every 10 min and evry ten minute it will wait for the file and run the job which depends on the file. To schedule the job to run between 10 am to 5 pm i am using Sequence. The loopin and wait for file, is being handled...
by manishk
Mon Apr 02, 2007 12:21 pm
Forum: General
Topic: Unable to use Job parameter in JobControl
Replies: 5
Views: 2483

Unable to use Job parameter in JobControl

Hi I have a job "manishtest". This is a server job which i am running on Windows NT. I have defined the job parameters : 1 FileWatch ( String type ) 2 JobToRun (Strin Type ) 3 Loop (String Type ) I will be assigning the value through Job Sequence. So want to have these as dynamic. When i a...
by manishk
Tue Aug 08, 2006 2:26 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error while running the Routine in Job
Replies: 0
Views: 674

Error while running the Routine in Job

Hi All, I created the Parallel routine. Made both the object file (.o) and .so file using MakeFile. When i am compiling the job which uses routine then the compilation is successful.I tried to run the C++ code from the command line and that too is successfull.When i am running the job it is giving t...
by manishk
Fri May 19, 2006 8:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XSLT Error (javax.xml.transform.TransformerException)
Replies: 2
Views: 1999

XSLT Error (javax.xml.transform.TransformerException)

HI , This is the Error details. AfterJob (ExecSH): Error when executing command: dsjob -report Abc jbabcr XML > /data/rpt/jbabcr_293.xml /data/scripts/afterjob_rtn_SSP.ksh[63]: dsjob: not found. /usr/java14_64/bin/java org.apache.xalan.xslt.Process -IN /data/rpt/jbabcr_293.xml -XSL /data/scripts/dsj...
by manishk
Wed May 17, 2006 8:58 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Internal Processing of DataStage with ref to temp space.
Replies: 0
Views: 692

Internal Processing of DataStage with ref to temp space.

Hi All , I am using DS PX . When i looked at the scratch disk size , it is having enough space. As per my understanding PX uses the configuration file which has nodes and scratch disk details. There is a possbility that /tmp space of Unix can get full as there are lot of process running. As per my u...
by manishk
Wed May 10, 2006 11:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DS ERROR -need help urgent
Replies: 2
Views: 2442

hi

This happens when the unix resource are over utilised . check the heap size , core dump size , sratch disk size. I guess u must have got the error resource unavailable error as well. U have manipulate the size of Unix file system or need to modify the job or can run the job when Less jobs are runnin...
by manishk
Fri Mar 31, 2006 6:28 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2 API
Replies: 7
Views: 2888

SQLAllocHandle: Failed to allocate environment handle 'ENV'

Hi I am running the PX jobs . I am currently using DB2 API. Here is the error which i am getting. FIRST ERROR :" stgDB2ReadScotiaGlobe,0: Failure during execution of operator logic." SUBSEQUENT ERROR : "stgDB2ReadScotiaGlobe,0: Fatal Error: Fatal: SQLAllocHandle: Failed to allocate en...
by manishk
Wed Feb 22, 2006 8:48 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error Connecting to Remote DB2 Server
Replies: 1
Views: 844

Error Connecting to Remote DB2 Server

Hi, My DataStage Server is in one Unix box (Say Server A) and Database Db2 Server (Say Server B)is on other box. The connection has been defined in the Server A which points to the Db in Server B. Through telnet, from Server A, i am able to connect to the remote database as well i am able to qry the...
by manishk
Tue Nov 08, 2005 3:44 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Can a stopped sequence be restartable
Replies: 3
Views: 974

Can a stopped sequence be restartable

HI , The Sequence gets restarted from the point where the job failed, because of the checkpoint option. Suppose the sequence is stopped manually, is it possible that the sequence can start from the point where are job has been stoped. Please let me know the options in this case. FYI ..we are using D...