Search found 178 matches

by nvalia
Sun Feb 08, 2015 4:02 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: FTP Related Error
Replies: 0
Views: 1431

FTP Related Error

Hi, I am trying to use the FTP Enterprise Stage to read a file from the Remote Windows Server (Cloud) and save a local copy to the InfoSphere Server before we can process the file Job Design is FTP Stage --> Sequential File Stage In FTP Stage, I am using URI - ftpes ://xyz.cloudapp.net:2501/<foldern...
by nvalia
Tue Jan 27, 2015 1:59 pm
Forum: General
Topic: Compare Jobs Between Environments
Replies: 3
Views: 2572

Compare Jobs Between Environments

Hi All,

Is there a way to programatically find the following details for each job
(in each Env we have , DEV, QA and PROD)

Last Run Date
Compile Date
and any other info that might help us compare jobs between Env

We want to do House keeping before upgrading to a new Datastage Version

Thanks,
NV
by nvalia
Mon Jan 26, 2015 8:32 am
Forum: General
Topic: Workload Management
Replies: 2
Views: 1622

Thanks Eric.
by nvalia
Thu Jan 22, 2015 3:51 pm
Forum: General
Topic: Workload Management
Replies: 2
Views: 1622

Workload Management

Hi All, We have the Work Load Management option available now where we can set the job priority. By default it is Medium. I see I can change this when I run a job from the Designer Client We plan to eventually use a script using dsjob to run the jobs. How can we incorporate work load management via ...
by nvalia
Wed Jan 21, 2015 3:53 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Get Netezza Sequence Number in Job
Replies: 7
Views: 4235

Thanks Chulett.
I am following that in context of TWT and I have no issues with the access/security related side of things..just that using the Netezza Sequence from within Datastage seems to be a problem.
by nvalia
Wed Jan 21, 2015 3:44 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Get Netezza Sequence Number in Job
Replies: 7
Views: 4235

Concurrency, No - I can create a separate State File for each dimension so only the associated job would access the corresponding Surrogate key and no other process would access that sequence at the same time But again is this a good practice from Datastage perspective, to have say 10 State Files, o...
by nvalia
Wed Jan 21, 2015 3:19 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Get Netezza Sequence Number in Job
Replies: 7
Views: 4235

It is a Datastage question as this needs to happen from the Netezza Connector stage Is using the Surrogate Key Generator a recommended approach to avoid this scenario of using a Netezza Sequence? My concern is since it File based (State File) and we could run the risk of file corruption and am also ...
by nvalia
Wed Jan 21, 2015 10:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Get Netezza Sequence Number in Job
Replies: 7
Views: 4235

Get Netezza Sequence Number in Job

Hi All, Netezza as Target Database Trying to design a job where I want to insert records to a target table from a staging table using the Netezza Connector Stage. As part of this I need to get the Next Value for a Sequence for every record and then load to the table. I found this article but how can...
by nvalia
Tue Jan 20, 2015 3:51 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Server Jobs Performance Very Slow post Infosphere Upgrade
Replies: 20
Views: 24579

Server Jobs Performance Very Slow post Infosphere Upgrade

Hi All, We migrated from 7.5.1. to 9.1 (All Server Jobs Only and a lot of Basic Routines) and No Job Design changes were made . The New Infosphere has better resources (more Memory, CPUs) than the old server on which we had the 7.5.1 Along with that we also upgraded SQL Server to 2012 from SQL Serve...
by nvalia
Wed Jan 07, 2015 11:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Path for ResourceDisk and ScratchDisk in Config File
Replies: 3
Views: 1872

Thanks Paul.

I am going to test it in Dev but wanted to see if someone has already tested/used this scenario and if so it helps to get some insight on that
by nvalia
Wed Jan 07, 2015 9:22 am
Forum: General
Topic: Balanced Optimized Jobs
Replies: 2
Views: 1380

Balanced Optimized Jobs

Hi, We create a Balanced Optimized job called job_BA from job called job_Original and then 1. If we change the job_Original, will Datastage ask me compile the job_BO (understanding the original job has changed) or I would need to run through the Optimize process again and save it as job_BO over writ...
by nvalia
Wed Jan 07, 2015 8:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Path for ResourceDisk and ScratchDisk in Config File
Replies: 3
Views: 1872

Path for ResourceDisk and ScratchDisk in Config File

Hi, We currently are starting a New Project and have all Tiers on the same server. 1. Can we have the Resource Disk and Resource ScratchDisk on a separate disk (on the same server) other than the Install Drive by altering the entries in the config file. The install drive is C: where as we want to us...
by nvalia
Wed Jan 07, 2015 8:42 am
Forum: General
Topic: dsjob command without passing password - Active Directory
Replies: 9
Views: 5128

It does not work if use Domain None but the solution to this is to NOT PASS the Domain, User and Password to the dsjob command and it will use the credentials of the logged in user irrespective of type of Authentication, Credential mappings or LDAP
by nvalia
Wed Dec 31, 2014 11:39 am
Forum: General
Topic: dsjob command without passing password - Active Directory
Replies: 9
Views: 5128

Using Authentication File is an option that I will end up using if nothing else works here. So In this case will I have do Credential Mapping for the Service Id in the Information Server even though we have AD? Also does this mean when we use dsjob we cannot leverage the Active Directory Integration?
by nvalia
Wed Dec 31, 2014 10:04 am
Forum: General
Topic: dsjob command without passing password - Active Directory
Replies: 9
Views: 5128

Not using both the user and password also does not work and it prompts for both to be entered at execution from command line The -Domain NONE did not work either, may be due to Active Directory Integration. Get this Error ERROR: Failed to open project Last recorded error message = java.rmi.RemoteExc...