Search found 128 matches

by oacvb
Tue Oct 18, 2011 12:10 am
Forum: General
Topic: dsexport without dependent items
Replies: 9
Views: 8554

Thanks for your reply kduke. I had already tried with all possible ways of ordering the /NODEPENDENTS but resulted with error as "the current user does not have the desired datastage role setup" and "failed to attach to project". Any other solution to avoid the list of dependent ...
by oacvb
Thu Oct 13, 2011 6:46 am
Forum: General
Topic: dsexport without dependent items
Replies: 9
Views: 8554

dsexport without dependent items

I need to export a list of datastage jobs using the command dsexport. I need the DSX export excluding the dependent items. i tried with the below command dsexport.exe /D=domain /H=hostname /U=username /P=password /Job=xyz_abc project pathname1 When /NODEPENDENTS was included to the command i get the...
by oacvb
Wed Dec 08, 2010 6:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ORCHESTRATE Exception
Replies: 9
Views: 11048

We are using DataStage V 8.0 and received the following error when we tried to run the job main_program: Fatal Error: Table `AGG_TENDER_TILL_MB' must exist before querying the node group. But the table exists and we could able to insert manually by using the same user. So it was clear that there wer...
by oacvb
Wed Nov 10, 2010 12:09 am
Forum: General
Topic: commit on sequence success
Replies: 2
Views: 2410

Hi, You cannot do the rollback for data which is inserted through Job1. You can do the followings. a. Add a lookup and verify for primary key, insert the data if it is not present else update. b. Use insert and update after defining the primary key in database. c. If it is staging area, always do tr...
by oacvb
Wed Sep 15, 2010 8:48 am
Forum: IBM QualityStage
Topic: Dataload into Multi Table
Replies: 3
Views: 2377

Dataload into Multi Table

I have 7 jobs that extracts data from 7 db2 tables and loads into respective 7 SQL Server tables at target in a batch mode, all 7 jobs will be called in 15 minutes interval. All 7 tables doesn't have metadata column to identify the data load for any batch. Challenge is if any one of the job is faile...
by oacvb
Mon Sep 13, 2010 6:07 am
Forum: IBM QualityStage
Topic: Performance Log Issue
Replies: 2
Views: 2089

Performance Log Issue

In Designer, the jobs are enabled to log the performance statistics. So it logs the statistics in the directory (/opt/IBM/InformationServer/Server/Performance/%Project Name%). Now the job fails due to insufficient space in the directory /opt/IBM/InformationServer/Server/Performance/%Project Name%. C...
by oacvb
Mon Jun 21, 2010 11:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sql driver issue
Replies: 14
Views: 10826

The issue is fixed. I have mentioned both Schema name and Table name which was giving erro, so i modified to have only the table name. It is working fine. Thanks for your help.
by oacvb
Mon Jun 21, 2010 10:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sql driver issue
Replies: 14
Views: 10826

Hi, I modified all the configuration files, now i could able to connect to database. I am receiving the following error. ODBC_Contr_PoS_Baskets: [IIS-CONN-ODBC-000031] Unexpected character found at offset 19 parsing table name POS_Storage_ITF.dbo.POS_Baskets (CC_OdbcTableNameParser::parse, file CC_O...
by oacvb
Sun Jun 20, 2010 1:51 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sql driver issue
Replies: 14
Views: 10826

I don't think it is a problem with .odbc.ini or DSN's because the same parameter is working fine through ODBC stage but not able to connect to same DSN by using ODBC Connector stage.
by oacvb
Fri Jun 18, 2010 10:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sql driver issue
Replies: 14
Views: 10826

Hello,

I have configured in ODBC.ini and .uvobdc config files. Please let me know if i need to configure in other places.
by oacvb
Fri Jun 18, 2010 10:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DataStage Import Command Line
Replies: 4
Views: 8877

Hello, I could able to import the job from Designer. Please see the below commands that is used to import the job from Command Line. #!/usr/bin/ksh #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # # Import DataStage jobs # Parameters: 1. Directory where DSX files reside # 2. DS p...
by oacvb
Mon Jun 14, 2010 8:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sql driver issue
Replies: 14
Views: 10826

I am also facing the same problem. I am extracting it from Db2 database and inserting the data into SQL Server 2000. I modified the job to write into a dataset and it work fine, so there were no issues with Source. I am using ODBC Connector Stage only to connect SQL Server Database. Using DataStage ...
by oacvb
Mon Apr 26, 2010 5:22 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DataStage Import Command Line
Replies: 4
Views: 8877

DataStage Import Command Line

Hi, We are importing our code from One environment to other by using dssh and DS_IMPORTDSX. After compiling the jobs in Development environment, We have exported out code and moved to common place. We have exported both Design and Executables. When we imported the code into Testing environment by us...
by oacvb
Sat Feb 06, 2010 10:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: db2nodes.cfg must exist and be readable by all users!
Replies: 4
Views: 4578

Hi,

I got the same error. i am able to run the job that extracts the data but the job inserts / updates the data is failing stating the above error. Any suggestion / solution for this please.
by oacvb
Thu May 28, 2009 5:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to make the job only in read mode.
Replies: 3
Views: 2490

Hi Vinod, Log on to Administrator, Enable the option "Protected Project". All the jobs will be made read only. If you want few of the jobs to be read-only, then export the job and open dsx file in notepad / editplus. You can see the datastage code "Read-Only" in dsx file. It shou...