Search found 74 matches

by altruist
Mon Aug 04, 2014 8:03 am
Forum: General
Topic: datastage log with C++
Replies: 3
Views: 2081

datastage log with C++

Hi,

Can anyone let me know who we could write messages from C++ routine to datastage logs
by altruist
Thu Jul 24, 2014 5:52 am
Forum: General
Topic: Job ID for Multiple Instances
Replies: 2
Views: 844

Job ID for Multiple Instances

Hi,

I am creating generic jobs for various purposes, however, I am concerned about the Job id that gets assigned to the multiple instances.

Will all invocations of a job pick the same job id ? If so, I might exceed limits on RT_LOGxxx table
by altruist
Tue Jul 01, 2014 3:47 am
Forum: General
Topic: dsjob -logdetail for Command/Routine Activity
Replies: 1
Views: 1389

dsjob -logdetail for Command/Routine Activity

Hi,

I am trying to obtain log for Command/Routine activities within a sequence. Can you please let me know how we could do this using dsjob -logdetail command.
by altruist
Thu Jun 26, 2014 6:24 am
Forum: General
Topic: Identify sequence/job
Replies: 3
Views: 1313

Identify sequence/job

Hi,

I want to find out whether the name passed as an argument is a sequence or a datastage job. Can you please tell me how we can do this through unix.

Thanks & Regards
by altruist
Mon May 05, 2014 11:28 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: IsValid for Time
Replies: 9
Views: 7165

if IsValid('Timestamp',field(DSLink.INPUT,'.',1)) and IsValid('int64',field(DSLink.INPUT,'.',2)) and len(field(DSLink.INPUT,'.',2)) <= 6 then @TRUE else @FALSE IsValid('Time',DSLINK.INPUT) if IsValid('Time',field(DSLink.INPUT,'.',1)) and IsValid('int64',field(DSLink.INPUT,'.',2)) and len(field(DSLi...
by altruist
Mon May 05, 2014 9:26 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: IsValid for Time
Replies: 9
Views: 7165

This is what I found in the documentation for IsValid Description: Return whether the given string is valid for the given type. Valid types are ″date″, ″decimal″, ″dfloat″, ″sfloat″, ″int8″, ″uint8″, ″int16″, ″uint16″, ″int32″, ″uint32″, ″int64″, ″uint64″, ″raw″, ″string″, ″time″, ″timestamp″. ″ustr...
by altruist
Mon May 05, 2014 6:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: IsValid for Time
Replies: 9
Views: 7165

IsValid is not taking three arguments. I am using Datastage 8.1
by altruist
Fri May 02, 2014 5:42 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: IsValid for Time
Replies: 9
Views: 7165

IsValid for Time

Hi,

How can we check the validity of the below fields coming in as string from source

Code: Select all

Timestamp  --- IsValid('TIMESTAMP',InputField)
Timestamp (Microseconds)
Time
Time (Microseconds)
Thanks & Regards
by altruist
Mon Feb 17, 2014 8:28 pm
Forum: General
Topic: Projects not available in XMETA
Replies: 6
Views: 3567

Thanks stuart, I was hitting the 8.5 repository until now. I have obtained the credentials of 9.1 and as you mentioned it is working fine now.
by altruist
Mon Feb 17, 2014 8:52 am
Forum: General
Topic: Projects not available in XMETA
Replies: 6
Views: 3567

The XMETA tables that I am using are correct. I have basically queried all the XMETA tables start with DATASTAGEX_XMETAGEN%.

We have 8.5 and 9.1 on same server. Could this be causing any issues ?
by altruist
Sun Feb 16, 2014 9:29 am
Forum: General
Topic: Projects not available in XMETA
Replies: 6
Views: 3567

Sorry I have missed the query

Code: Select all

SELECT * FROM XMETA.DATASTAGEX_XMETAGEN_DSPROJECTC2E76D84;
Not just this table, but in other XMETA tables as well, I only see information about default projects (ANALYZERPROJECT and dstage) [I have enabled OR Logging in administrator v9.1]
by altruist
Wed Feb 12, 2014 11:21 pm
Forum: Information Analyzer (formerly ProfileStage)
Topic: Column Analysis or any analysis fails
Replies: 2
Views: 3794

Thanks its working :D
by altruist
Wed Feb 12, 2014 3:41 am
Forum: Information Analyzer (formerly ProfileStage)
Topic: Column Analysis or any analysis fails
Replies: 2
Views: 3794

Column Analysis or any analysis fails

Hi, We had an itag installation of 8.5 and 9.1 This is the first time I am using Information Analyzer. I am currently trying to perform column analysis using DS9.1 and getting the below error. Unable to validate DSOptions: missing username Analysis Settings seems to be fine, I have verified the belo...
by altruist
Tue Jan 28, 2014 10:36 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle Configuration
Replies: 8
Views: 4795

My apologies, restarting ASBNode solved the issue.
by altruist
Tue Jan 28, 2014 8:51 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle Configuration
Replies: 8
Views: 4795

ISSUE: : Now I am able to import metadata definitions, but not able to connect through oracle connector. While connecting I am specifying Client version as 11g. ERROR: Error loading connector library libccora11g.so. Could not load module /opt/IBM91/InformationServer/Server/DSComponents/bin/libccora...