Search found 31 matches

by pksahu
Tue Oct 09, 2018 7:26 am
Forum: General
Topic: DataStage Job Deployment Datetime from XMETA Database
Replies: 4
Views: 4278

Thanks Craig. yes it normally follows job annotation and job modification history. But by the time it goes to production, it is few days/month after job modification time. So we are missing something to track the job which deployed into production as part of deployment (we are getting list which goe...
by pksahu
Tue Oct 09, 2018 7:18 am
Forum: General
Topic: DataStage Job Deployment Datetime from XMETA Database
Replies: 4
Views: 4278

Thanks PaulVL. I could not find the table -DATASTAGEX_DSJOBDEF However I found the table XMETA.DATASTAGEX_XMETAGEN_DSJOBDEFC2E76D84 where it stores the Job Created and Modified timestamp when the Job created and modified last time. The problem here, suppose a Job modified last time 1 month before in...
by pksahu
Mon Oct 08, 2018 3:42 am
Forum: General
Topic: DataStage Job Deployment Datetime from XMETA Database
Replies: 4
Views: 4278

DataStage Job Deployment Datetime from XMETA Database

Hi Friends, I am trying to find out the Job deployment Date timestamp(when any job deployed to an environment) from XMETA database. Is there any tables/views which stores the DataStage Job/Sequences deployment time in that environment. This we are trying to find out for Audit purpose. Any help to fi...
by pksahu
Tue Jan 10, 2012 4:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Decimal Rounding based on Parameter
Replies: 3
Views: 1996

Thanks James. The scenarios is like below: I have some derivation based on The Rate,Qty, Discount and then doing some percentage calculation. After that based on the [b]Currency precission[/b], I am doing the round up. By applying your math formula, it worked perfectly. Thanks a lot for all the help...
by pksahu
Mon Jan 09, 2012 6:22 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Decimal Rounding based on Parameter
Replies: 3
Views: 1996

Decimal Rounding based on Parameter

Hi Friends, I am trying to rounding of a Decimal based on a Parameter, which will give the length of digits after decimal points. When I am trying to use DecimalToDecimal() function, I need to use the Datatype as required, so I am not able to provide the Parameter for Rounding. Any idea how I can ro...
by pksahu
Mon Oct 18, 2010 7:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to Handle the MQ Failure
Replies: 1
Views: 1591

How to Handle the MQ Failure

Hi, I want to Handle the MQ Connector Stage sequence while the sequence abort in the middle (while reading the Message from the Queue). Example: Suppose I have 100 messages in the queue and writing into a Dataset. If due to some reason the message queue failed after reading 50 messages, how I should...
by pksahu
Mon Aug 10, 2009 4:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to Bring Up the DataStage Server in Unix
Replies: 8
Views: 5789

Re: How to Bring Up the DataStage Server in Unix

The DataStage Server is started. Can you please tell me how to know whether the server is running or not? Also I was trying to Login the DataStage Client by using the Userid and password. It is showing error that ; "Failed to authenticate the current user against the selected Domain" I hav...
by pksahu
Mon Aug 10, 2009 3:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to Bring Up the DataStage Server in Unix
Replies: 8
Views: 5789

How to Bring Up the DataStage Server in Unix

Hi,
We have re-booted the Unix server. Could anyone please help me how to restart the DataStage 8.0 Service to bring DataStage up?

Regards,
Pksahu
by pksahu
Wed Jun 17, 2009 8:23 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: SQL Server 2005 Connection Error
Replies: 4
Views: 2743

Thanks Craig. I added the ODBC connection string in the Project dorectory now. Sitll I am getting the same problem. The mesage is "DSR.MetaGeta(GET.DSNINFO)(SQLConnect('SRDNAVEEN','sa')): BCI Error:SQLSTATE=77,CODE=0,[DataStage][SQL Client][ODBC]523 76" Is there any other setup required fo...
by pksahu
Wed Jun 17, 2009 4:49 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: SQL Server 2005 Connection Error
Replies: 4
Views: 2743

SQL Server 2005 Connection Error

Hi All, I am trying to connect SQL Server 2005 from DataSatge server. But I am not able to connect and giving the below error: DSR.MetaGeta(GET.DSNINFO)(SQLConnect('SRDNAVEEN','sa')): BCI Error:SQLSTATE=77,CODE=0,[DataStage][SQL Client][ODBC]523 76 I have added 'SRDNAVEEN' as ODBS string and added i...
by pksahu
Tue May 05, 2009 7:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML File with Different tag at same level
Replies: 2
Views: 1763

XML File with Different tag at same level

Hi, I have one xml file with Header and Trailer at the same level. The Detail records below the header maintain parent-child relationship. Can anyone please guide me how to read and establish the parent-child relationship between those records. As the from date and tdate of the below file gets diffe...
by pksahu
Mon Nov 10, 2008 8:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem with JOIN stage
Replies: 9
Views: 5277

Can you verify both datatype from the Aggregator output? Both should be same for a match. -pksahu [quote="Sravani"]Hi Ray, I/P File1-->TRANSFORMER--->AGGREGATOR--->COPY --->O/P1 > [b]JOIN[/b]--->O/Pfinal I/P File2-->TRANSFORMER--->AGGREGATOR--->COPY --->O/P2 In the above structure, I am ve...
by pksahu
Mon Nov 10, 2008 8:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem with JOIN stage
Replies: 9
Views: 5277

Can you verify both datatype from the Aggregator output? Both should be same for a match. -pksahu [quote="Sravani"]Hi Ray, I/P File1-->TRANSFORMER--->AGGREGATOR--->COPY --->O/P1 > [b]JOIN[/b]--->O/Pfinal I/P File2-->TRANSFORMER--->AGGREGATOR--->COPY --->O/P2 In the above structure, I am ve...
by pksahu
Tue Jun 17, 2008 7:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: create surrogate key using @INROWNUM/@OUTROWNUM/@NUMPARTITIO
Replies: 7
Views: 4809

Generate Sequence number in PX

Yoc can use the below formula:-

@partitionnum+(@inrownum-1) * @NUMPARTITIONS
by pksahu
Tue Jun 17, 2008 7:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: create surrogate key using @INROWNUM/@OUTROWNUM/@NUMPARTITIO
Replies: 7
Views: 4809

Generate Sequence number in PX

Yoc can use the below formula:-

@partitionnum+(@inrownum-1) * @NUMPARTITIONS