Search found 531 matches

by prasson_ibm
Fri Sep 13, 2013 4:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need to run sql server package after job(loading) done
Replies: 7
Views: 4070

Hi,
Can you please tell me the full syntex to connect to seqserver from unix command prompt using sqlcmd.
When i am running this command it got failed.

Code: Select all

dsadm@ait-etl01dev:/inboundetl/dev $ sqlcmd
ksh: sqlcmd:  not found.
by prasson_ibm
Fri Sep 13, 2013 2:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need to run sql server package after job(loading) done
Replies: 7
Views: 4070

Need to run sql server package after job(loading) done

Hi, I am connecting to SQL Server using ODBC connection and i have requirement where i need to call package after job completes. EXEC msdb.dbo.sp_start_job @job_name = 'app.GetVisionCasaDailyExtract'; My question is can i run this in Stored Proc stage if not then which stage should i use to trigger ...
by prasson_ibm
Wed Sep 11, 2013 8:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to perform bulk load(insert) on seq server database
Replies: 11
Views: 23207

Hi Chulett,

This is interesting.I am going to talk to DBA fist to check if it is using bulk load.

Thanks a lot for this information. 8)
by prasson_ibm
Wed Sep 11, 2013 8:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to perform bulk load(insert) on seq server database
Replies: 11
Views: 23207

Hi,
I made changes in DSN

EnableBulkLoad=1

Rest are having default value:-

BulkBinaryThreshold=32
BulkCharacterThreshold=-1
BulkLoadBatchSize=1024
BulkLoadOptions=2

I reran the job but still i cant see any change :( .Again in log i can check is job is generating insert statement.
by prasson_ibm
Wed Sep 11, 2013 7:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to perform bulk load(insert) on seq server database
Replies: 11
Views: 23207

My ODBC connection details are below:- [MSSQL_SRE] QEWSD=2456224 Driver=/opt/IBM/InformationServer/Server/branded_odbc/lib/VMsqls25.so Description=DataDirect SQL Server Native Wire Protocol AlternateServers= AlwaysReportTriggerResults=0 AnsiNPW=1 ApplicationName=Caissa ApplicationUsingThreads=1 Auth...
by prasson_ibm
Wed Sep 11, 2013 7:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to perform bulk load(insert) on seq server database
Replies: 11
Views: 23207

How to perform bulk load(insert) on seq server database

Hi, I want to perform bulk load on sql server databse but i am using ODBC connection to sql server. I tried to do bulk insert using DRS connector stage but it seems that it is inserting throgh normal load.I got below entry in log. Generated INSERT statement: INSERT INTO AIT_Staging.dbo.SRE_CORRECTED...
by prasson_ibm
Sun Sep 08, 2013 4:47 pm
Forum: General
Topic: how to unschedule a run of a job while it is running
Replies: 2
Views: 1513

Where the batch is scheduled and which scheduling tool you are using?
by prasson_ibm
Sat Sep 07, 2013 5:06 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Any stage to read or write OAG message
Replies: 7
Views: 2837

Hi ,
Its good to use mq connector stage because it has useful supports like mq dynnamic queue, transmission queue,shared clusted queue. It can also have standard reject link.
by prasson_ibm
Fri Sep 06, 2013 8:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: date format issue
Replies: 2
Views: 2918

IsValid("date", to_transf.EMP_START_DT_ORIGINAL, "%yyyy%mm%dd")=1 Put this in transformer constraint to output link and draw another link as reject from transformer and make constraint condition as "Otherwise". If your input records are not in valid date format it will ...
by prasson_ibm
Thu Sep 05, 2013 5:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Loading same table in db by 2 different parallel jobs
Replies: 5
Views: 3949

What load tecnique you are using in connector stage...bulk load or normal load?
by prasson_ibm
Wed Sep 04, 2013 11:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Aggregation By row-wise
Replies: 4
Views: 2318

Hi,

Iit seems to be a interview question.
Please tell us that what you have attempted so far.
by prasson_ibm
Wed Sep 04, 2013 11:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: capturing the stored procedure log
Replies: 2
Views: 1643

Hi There,
You need to get return value from SP and based on return value you need to success or fail the job, that you can do in downstream transformer stage.
First you have to understand and check the procedure what return code you get in case of fail and success.
by prasson_ibm
Wed Sep 04, 2013 4:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: IsValidDecimal issue in IIS8.7
Replies: 25
Views: 9894

Thanks Sura and everyone.
by prasson_ibm
Mon Sep 02, 2013 9:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Conversion from decimal(25,2) to decimal(14,2)
Replies: 9
Views: 6026

Hi Chullet,

My job design is like below:-

Ora Src-------TSFM------> OraTgt-------->Reject

and i have defined below reject condition in oracle reject:-

sql error-data truncation.

I made target column type as varchar,and hence value more then (14,2) for this column is going to reject.
by prasson_ibm
Mon Sep 02, 2013 9:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: IsValidDecimal issue in IIS8.7
Replies: 25
Views: 9894

Hi There, I have done below tests :- IsValid("decimal[12,2]","1234567891011.123")=0 IsValid("decimal[12,2]","12345.12")=1 IsValid("decimal[12,2]","ABC01")=0 IsValid("decimal[12,2]","12345,12")=0 It seems to working fine....