Search found 40 matches

by vibwipro
Thu May 07, 2015 12:29 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage Connectivity to Microsoft Directory.
Replies: 3
Views: 2116

Thx Chulett. Yes It is a Window machine over which FoxPro DB is hosted. You said "Is that directory mounted (NFS/Samba/whatever) on the ETL server?" What is 'NFS/Samba' is this a freeware ? Which all drivers i Will be required from ETL perspective ? We are able to read data .dbf file throu...
by vibwipro
Thu May 07, 2015 11:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage Connectivity to Microsoft Directory.
Replies: 3
Views: 2116

Datastage Connectivity to Microsoft Directory.

Hi,

I am having a requirement, where i need to connect to a FoxPro database hosted on a Microsoft directory.

User "infoadm" already given access over MS Dir.

Please suggest me steps to connect and access FoxPro DB through Datastage.

Regards.
by vibwipro
Thu May 07, 2015 9:21 am
Forum: General
Topic: Command to search Double quotes in data
Replies: 3
Views: 1256

Thx, it mean same. It worked.
by vibwipro
Thu May 07, 2015 9:15 am
Forum: General
Topic: Command to search Double quotes in data
Replies: 3
Views: 1256

Command to search Double quotes in data

Hi,

I am getting Double quotes in data.

Which Command to check for which records has Double quotes (") in it ?

Regards.
by vibwipro
Fri Apr 24, 2015 7:58 am
Forum: General
Topic: Connecting to FoxPro
Replies: 2
Views: 2162

Connecting to FoxPro

Hi All, I am having same requirement as noted here. I need to connect to FoxPro database through Datastage. Could any one please suggest me what all prerequisite i need to take care so that Datastage can successfully connect to FoxPro database. I know i need to make entry of DSN/connection to .odbc....
by vibwipro
Wed Feb 18, 2015 9:05 am
Forum: General
Topic: Improving Sequence Compilation times
Replies: 18
Views: 7124

Hi,

If project server is working fine, I will suggest to split your Seq may be at least in 2 to 3 parts. Holding around 120+ stages on a single canvas is bit hard and you may land up with such problems.

Regards.
by vibwipro
Wed Feb 18, 2015 8:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Conversion in Transformer
Replies: 4
Views: 2853

When ever data type char is defined then it will Pad spaces to existing data to make compatible with length of field.

So use Substring function to cut actual data characters form a space padded string. :idea:
by vibwipro
Wed Jan 28, 2015 11:14 am
Forum: General
Topic: DataStage Job's auditing
Replies: 9
Views: 6109

You can write a server routine using following list of functions :- DSAttachJob, DSGetJobInfo, DSGetJobInfo, DSGetJobInfo, DSGetJobInfo It will help you in getting all required Datastage jobs auditing values and then you can write all parameters in some place holder using "Call DSExecute" ...
by vibwipro
Mon Jan 19, 2015 2:11 pm
Forum: General
Topic: Prallel Routine Issue
Replies: 2
Views: 1394

This is C++ Program for parallel routine :-- #include <iostream> #include <stdlib.h> #include <stdio.h> #include <string.h> char java (char* str1) { char i; i= system("sh java.sh str1 str1"); return i; } Please suggest me ... if i am missing any environmental variable need to be set to get...
by vibwipro
Mon Jan 19, 2015 1:14 pm
Forum: General
Topic: Prallel Routine Issue
Replies: 2
Views: 1394

Prallel Routine Issue

Hi All I am getting following error when executing parallel routine :- "Xfmjava: Failed to load the library "V0S18_Load_Rec_MASS_ADJ_J_Xfmjava.o"; either the directory containing the library file is not on the library search path, or the library was compiled on a system that is incomp...
by vibwipro
Mon Jan 19, 2015 11:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Failed to load the library
Replies: 5
Views: 5479

Hi,

I am also facing same issue. As suggested i have changed job name as well as stage name still it is not getting resolved can any one suggest over it.
by vibwipro
Thu Jan 15, 2015 3:58 pm
Forum: General
Topic: Handle Java Encrypted Source file.
Replies: 10
Views: 3852

Thanks Means it is not a part of Datastage Install pack ...

If we have javac compiler in Dev environment so we need to make sure that same need to be installed on Other server as well where this code will be migrated. Right ..??
by vibwipro
Thu Jan 15, 2015 3:28 pm
Forum: General
Topic: Handle Java Encrypted Source file.
Replies: 10
Views: 3852

Do "Javac" Compiler comes with Datastage ?? When were a Datastage engine is installed so dose automatically 'JavaC' compiler also get installed ? So that all java code can get executed. I have a requirement where i need to develop a datstage code which can handle Java coded files and we ne...
by vibwipro
Wed Jan 14, 2015 9:51 am
Forum: General
Topic: Handle Java Encrypted Source file.
Replies: 10
Views: 3852

Thx. I am new to java stages ... Please share any tutorials how to use these all stages.

Even my last question is unanswered Can we execute ... Java code on Unix box or in Datastage through some routines directly or we need to install some addition patches.

Regards.
by vibwipro
Wed Jan 14, 2015 7:57 am
Forum: General
Topic: Handle Java Encrypted Source file.
Replies: 10
Views: 3852

Thx for reply.

Just wanted to check .. do we need to install some patches on Datastage sever or on Unix box to execute Java Code ??