Search found 138 matches

by nsm
Wed Dec 24, 2008 11:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: FTP Enterprise stage Error: read file from windows XP server
Replies: 18
Views: 13256

ftp://servername/folder1/Data transfer/Data load/New files/Files to Load/Filename.csv
by nsm
Wed Dec 24, 2008 9:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: FTP Enterprise stage Error: read file from windows XP server
Replies: 18
Views: 13256

Ray,

I gave full file path for URI.

Under connection I mentioned:
ftp command :ftp
username: user id for windows server
pasword: password.

can you help me anything with details above..I am confused on why its not connectig?

nsm.
by nsm
Tue Dec 23, 2008 2:17 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: FTP Enterprise stage Error: read file from windows XP server
Replies: 18
Views: 13256

FTP Enterprise stage Error: read file from windows XP server

I wanted to read file from Windows2000 server and write it into DB2. My job design is like FTP Enterprise stage----->Transformer--->DB2/API stage. Below are the errors I got . I gave userid, Password and gave full path for URI. >##E IIS-DSEE-TFOP-00020 15:13:43(006) <FTP_Enterprise_11> Error occurre...
by nsm
Tue Dec 23, 2008 1:43 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DS Function to reformat SSN
Replies: 6
Views: 3034

Use Trim function
by nsm
Wed Dec 17, 2008 2:45 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: JOIN stage issue with one input link not passing data
Replies: 1
Views: 765

JOIN stage issue with one input link not passing data

Hi all,

I am using ODBC enterprise stage to pass rejects to a Join stage and then doing my logic.

Join stage is failing when I have no rejects coming out of ODBC enterprise.

How do I overcome this? and I don't want to split the job in to multiple jobs

Thanks
nsm.
by nsm
Wed Dec 17, 2008 2:42 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Retrieving Identity Column values from DB2/UDB
Replies: 11
Views: 10938

thanks all.

We spoke to DBA's and had ID columns disabled as IDENTITY columns.
by nsm
Mon Dec 08, 2008 12:34 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Retrieving Identity Column values from DB2/UDB
Replies: 11
Views: 10938

Ray, I kind of guessing you didn't read my previois post detailing why I have to read those ID's again. IF you did and if I Overlooked something let me know. Vinnz, the function you mention can be used with in a database procedure or if you are using JDBC you have a way to do the similar but not fro...
by nsm
Fri Dec 05, 2008 1:33 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Retrieving Identity Column values from DB2/UDB
Replies: 11
Views: 10938

Mike, When an IDENTITY column is defined as "GENERATED ALWAYS" Database can only create them. To answer your point of generating ID's shared between applications is kind of no, Bcoz I am doing conversion and after conversion there is another application inserts data in it. but at conversio...
by nsm
Fri Dec 05, 2008 9:17 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Retrieving Identity Column values from DB2/UDB
Replies: 11
Views: 10938

no..the ID columns in DB2/UDB are IDENTITY columns.
by nsm
Thu Dec 04, 2008 3:27 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Retrieving Identity Column values from DB2/UDB
Replies: 11
Views: 10938

Retrieving Identity Column values from DB2/UDB

Hi, I have a requirement to maintain Legacy IDs and new Target ID's for all the legacy tables in a cross-ref table. These Target ID's are IDENTITY columns in DB2/UDB. The only way I know to get the ID columns from target tables is: After populating each table in target with src table values, create ...
by nsm
Tue Nov 25, 2008 11:30 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Writing XML strings to Database
Replies: 5
Views: 1207

Writing XML strings to Database

Hi, My database guys wanted to write data into an XML string in the database. For ex: Key from Source will stay as Key in the target but all other attributes go as an XML String. I think its doable but wanted to get opinions if anybody faced issues with it and what do I use : XML Transformer and XML...
by nsm
Wed Nov 19, 2008 3:35 pm
Forum: General
Topic: error calling sybase stored proc from stored procedure stage
Replies: 3
Views: 1366

when tried connecting to Sybase as a source or lkup(Via ODBC Connector) I get no issues. Is it still to do with Env variables?

nsm.
by nsm
Wed Nov 19, 2008 10:20 am
Forum: General
Topic: error calling sybase stored proc from stored procedure stage
Replies: 3
Views: 1366

error calling sybase stored proc from stored procedure stage

Hi , I tried calling a Sybase stored procedure through a stored procedure stage and below are the errors I get: Stored_Procedure_3,0: Error: Could not load dsstpsyb.so Stored_Procedure_3,0: Error occurred in call to ORPHCallActivePluginInitialize(). Please suggest on what causing this..My guess is &...
by nsm
Tue Nov 18, 2008 2:01 pm
Forum: General
Topic: ODBC vs Plug-in stages
Replies: 6
Views: 2586

As I didn't have Sybase stages setup, I can't even test Sybase OC stage vs ODBC connector. I can see them in the palette but Sybase databse conectivity is setup as ODBC connection so I can't connect to Sybase using SYBASEOC. what I am trying to get to is performance wise and usability wise which wil...
by nsm
Tue Nov 18, 2008 8:59 am
Forum: General
Topic: ODBC vs Plug-in stages
Replies: 6
Views: 2586

Thanks Chulett, Ray.

I have source as Sybase and Target as DB2.
So are you suggesting to use ODBC connector, ODBC Enterprise instead of sybase Enterprise, Sybase OC(not sure what this is)?