Search found 303 matches

by JPalatianos
Fri Feb 05, 2016 11:50 am
Forum: General
Topic: dsjob -ljobs with invocation id
Replies: 3
Views: 3261

dsjob -ljobs with invocation id

Hi, I am trying to produce reports on job statuses on our various project and was wondering how I can also get the invocation id in the report. I run the following as a test: dsjob.exe -domain NJROS1A2495:9080 -user ##### -password ###### -server NJROS1A2495 -ljobs -status 3/2/96/97 EDW I do get a l...
by JPalatianos
Tue Dec 29, 2015 7:30 am
Forum: General
Topic: Question on MKS running on Windows
Replies: 5
Views: 3762

I receive the following from the command line:


D:\JohnP>SH
$ iconv -f iso-8859-15 -t utf-8 00201720100318011426.xml
iconv: Invalid codeset: utf-8: The system cannot find the file specified.
iconv: Invalid codeset: iso-8859-15: The system cannot find the file specified.
by JPalatianos
Thu Dec 24, 2015 2:00 pm
Forum: General
Topic: Question on MKS running on Windows
Replies: 5
Views: 3762

The developers have not tried that as they are waiting for me to guide them. If the project is defaulted to another Character-set could we still use the Iconv with the ISO8895-15 character set?
Would you happen to know if this can be used when the input is an XML file?
Thanks - - John
by JPalatianos
Wed Dec 23, 2015 2:05 pm
Forum: General
Topic: Question on MKS running on Windows
Replies: 5
Views: 3762

Question on MKS running on Windows

Hi, I was hoping someone roaming this forum may give me some direction on this. We are running DatasStage 9.1.2 on Windows with NLS enabled. When I check the installed Charactersets in NLS in the Administrator Client I see the Characterset ISO8859-15 as installed. When I run the command iconv -l it ...
by JPalatianos
Thu Sep 10, 2015 8:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Dynamically naming a file based on the value in column1
Replies: 5
Views: 3089

Perfect..This solution works perfectly!

Thank You All!!
by JPalatianos
Thu Sep 10, 2015 8:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Dynamically naming a file based on the value in column1
Replies: 5
Views: 3089

Thank You everyone for your suggestions! When using the "Generate Multiple file" option using a key do you know the default directory where the output files get written too?
by JPalatianos
Fri May 01, 2015 10:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Question on Link Counts in the Director Monitor view
Replies: 1
Views: 1590

Question on Link Counts in the Director Monitor view

Hi, We have a simple Job that has a DB2 connector as the source data going into a LookUp stage and the reference data into the LookUp is another DB2 connector. The link name from the reference DB2 connector to the Lookup Stage is named "inCurrentAPP". In the monitor when I look at this lin...
by JPalatianos
Fri May 01, 2015 10:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2 Connector Commit and processing question
Replies: 4
Views: 2400

Thanks Craig!! I tested it out and it does behave the way IBM described.
by JPalatianos
Wed Apr 29, 2015 11:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2 Connector Commit and processing question
Replies: 4
Views: 2400

I opened a Ticket with IBM and here is the response I received...not what I expected: "Good morning John, I pinged one of our DB2 Connector engineers to answer your question: When one batch has duplicate keys there are two scenarios: 1) If the table does not have the key the update will fail fo...
by JPalatianos
Wed Apr 29, 2015 7:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2 Connector Commit and processing question
Replies: 4
Views: 2400

DB2 Connector Commit and processing question

Hi, We have a few different theories on how the following would process and wanted to hear from folks on this forum: We have a DB2 connector with a commitcount of 5000 that is running in Update then Insert mode. If we have two records with the same key in the same batch of 5000 records will the seco...
by JPalatianos
Thu Apr 16, 2015 12:28 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Stored Procedure Stage question
Replies: 4
Views: 3298

Looks like the DBA's were right....They proved it tom showing that when the proc is called directly a new transaction id is issued with every commit but when called from DataStage it is the same transaction id for the entire 34 billion row delete. I engaged IB engineering and they were aware of this...
by JPalatianos
Tue Apr 14, 2015 3:22 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Stored Procedure Stage question
Replies: 4
Views: 3298

Stored Procedure Stage question

Hi, We have a simple job that calls a stored procedure on SQL Server that deletes around 34 billion rows in chunks (Commits on the DB every few 100, 000 deletes or so). We tested the job today and received the following from the production DBA: "We are stuck, The Datastage processing is done as...
by JPalatianos
Wed Oct 01, 2014 5:31 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: NLS suggestion
Replies: 1
Views: 1581

NLS suggestion

Hi, We are migrating our final DataStage project from 8.0.1 to version 9.1.2 and are having an issue with NLS. We never installed NLS on the 8.0.1 instance and jobs are all running fine there for the past three years. I just migrated the dev project and since NLS was installed on our 9.1.2 environme...
by JPalatianos
Wed Aug 27, 2014 9:09 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Question on MS SQL Server Load stage
Replies: 5
Views: 3138

I enabled "bulk load" in the SQL SERVER ODBC driver definition and my question is what stage are you using that is enabiling you to bulk load into SQL server. Is there a check box?