Search found 299 matches

by swades
Sat Apr 26, 2008 5:34 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SQL Server (DRS) stage error
Replies: 5
Views: 2796

This issue has been resolved :D . Actually in my Target SQL server table two columns are defined as datetime , Before, I was defining this two column as Timestamp in my DS job. I changed to char now its working fine.
I created new server job.
SQL type :- Auto Generated
by swades
Tue Apr 15, 2008 9:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: What are the datastore options in Datastage?
Replies: 6
Views: 1496

Namit,
You can connect to SQL server by ODBC Stage or DRS Stage.
Make sure you have configured your ODBC connection on ETL server.


Thanks
by swades
Wed Apr 09, 2008 9:46 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job sequence is keep running (Might be hanging)
Replies: 4
Views: 1765

The same job you are trying to run? No. Thanks Ray, I included DSLogInfo() into routine code then I realize that routine code was getting kicked but it was stucking there it self. Now I included Bad Handle check and DSDetachJob (I found from one of your post ;) )so it is working fine :D . Once agai...
by swades
Wed Apr 09, 2008 8:28 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job sequence is keep running (Might be hanging)
Replies: 4
Views: 1765

Not without a better explanation of your job. I can't follow what you are doing in the UserVariable Activity stage... running a routine? And the return value is passed as a Job Parameter to the Job Activity stage? Yes Sorry for creating confusion :cry: Routine is simple. It takes jobname as argumen...
by swades
Wed Apr 09, 2008 7:42 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job sequence is keep running (Might be hanging)
Replies: 4
Views: 1765

Job sequence is keep running (Might be hanging)

I am running job sequence. It has two activity 1. user variable activity and 2. job activity. In user variable activity I am defining job parameter and value of that parameter is return value of a routine. this Parameter I am passing in following job activity. Problem is: It is starting but keeps ru...
by swades
Mon Apr 07, 2008 9:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SQL Server (DRS) stage error
Replies: 5
Views: 2796

DSguru2B wrote:Do you have BigInt as any of your target datatypes?
I Have Int(10), varchar(50), char(5), timestamp(32)
by swades
Mon Apr 07, 2008 9:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SQL Server (DRS) stage error
Replies: 5
Views: 2796

chulett wrote:User-defined SQL?
I tried both way USER DEFINED and AUTO GENERATED SQL
by swades
Mon Apr 07, 2008 7:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SQL Server (DRS) stage error
Replies: 5
Views: 2796

SQL Server (DRS) stage error

Hi All, I am getting following error log while loading to SQL server DB using DRS stage. Dynamic_RDBMS_8,0: Warning: Audit_job.Dynamic_RDBMS_8: [DataDirect][ODBC SQL Server Driver]20172 Dynamic_RDBMS_8,0: Failure during execution of operator logic. Dynamic_RDBMS_8,0: Fatal Error: Fatal: SQLBindParam...
by swades
Tue Mar 25, 2008 11:42 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Passing datas from hashed files to the where clause
Replies: 3
Views: 1327

Or try UtilityHashLkp - gerenate DUMMY key as lkp key.
by swades
Tue Mar 25, 2008 9:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Not able to restart DS Server
Replies: 3
Views: 2537

arsheshadri wrote:Hi,
Can you please explain a bit on socket?
Can I ask him to kill dsrpc process?
Search with clear+socket words(Search for all terms)
by swades
Tue Mar 25, 2008 8:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Not able to restart DS Server
Replies: 3
Views: 2537

Ask your system admin to clear the socket,in this case.
by swades
Thu Feb 28, 2008 9:13 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DS Version clarification
Replies: 11
Views: 4460

Wolfgang,
Can you please share those useful links ?

Thanks
by swades
Fri Dec 07, 2007 2:05 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How can I genarate multiple rows from a single row
Replies: 5
Views: 2940

Can you provide more details.

You can do:-
Read installments as source ,and do ODBC look up against same table,using installments as key.
by swades
Sat Oct 20, 2007 2:57 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Issue with $PRJOJDEF while doing View Data
Replies: 2
Views: 1073

Thanks Ray,
by swades
Sat Oct 20, 2007 12:56 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Issue with $PRJOJDEF while doing View Data
Replies: 2
Views: 1073

Issue with $PRJOJDEF while doing View Data

All, I have searched thru this forum but I could not resolve: Iusse is: I am using Env. verialble as job paramenter.I have set default value at Administrtor client and In job level parameter I have kept default value as $PROJDEF. So when I am doing view data and when windows to enter parameter value...