Search found 52 matches

by koti9
Sat May 12, 2018 4:55 am
Forum: General
Topic: Not able to create "Information Services" Project
Replies: 2
Views: 2094

Not able to create "Information Services" Project

Sorry folks,
I forgot to mention that i have all the required licenses set up properly,i also validated installed products via ISATool.
by koti9
Fri May 11, 2018 8:16 pm
Forum: General
Topic: Not able to create "Information Services" Project
Replies: 2
Views: 2094

Not able to create "Information Services" Project

Hello Friends, I am trying to create a "Information Services" Type project with administrator rights.But i am not able to create it. Here is the error i am getting. Please let me know if you ever faced these and fixed them. Here are my issues 1) I made sure that i have Suite Component Role...
by koti9
Thu Sep 21, 2017 3:54 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: APT_ORACLE_LOAD_OPTIONS Issue
Replies: 3
Views: 2560

I was able to use "DIRECT=TRUE" explicitly in sqlldr command using external target, by taking the input from dataset using 'data=\"-\"' i.e.stdin
by koti9
Wed Sep 20, 2017 7:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: APT_ORACLE_LOAD_OPTIONS Issue
Replies: 3
Views: 2560

Hi Craig,

I am using Oracle Connector Stage. I put the bulk load option on and no indexes. Please let me know if you faced this.


Thanks & Regards
Koti
by koti9
Wed Sep 20, 2017 5:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: APT_ORACLE_LOAD_OPTIONS Issue
Replies: 3
Views: 2560

APT_ORACLE_LOAD_OPTIONS Issue

Hello, I am trying to bulk load the data, i also overrided the APT_ORACLE_LOAD_OPTIONS with "OPTIONS(DIRECT=TRUE,PARALLEL=TRUE)", however its not working, when i check the explain plan in Oracle(target db), its always going to Conventional Path though i set Direct Path as True. Did anyone ...
by koti9
Sat May 20, 2017 7:37 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ORA-39767: finish is not allowed when unloaded stream data
Replies: 4
Views: 5239

May be not an Oracle Connector Bug

Hi Craig/Timato, I did load the problematic fileset into a flat file and successfully loaded into Oracle using Connector via BulkLoad. I dont believe its problem with Oracle Connector.But i think its either problem with fileset or dataset.I am getting error with both Fileset and Dataset. Please let ...
by koti9
Sat May 20, 2017 2:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ORA-39767: finish is not allowed when unloaded stream data
Replies: 4
Views: 5239

ORA-39767: finish is not allowed when unloaded stream data

Hello all,

I am getting ORA-39767 while doing a bulk load from a fileset to Oracle DB using connector. I searched online and dsxchange with no luck. Please let me know if you ever faced this and solved it? Thanks a lot for your help in advance.


Thanks & Regards
Koti
by koti9
Tue May 09, 2017 1:43 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Null Handling Issue In Transformer
Replies: 3
Views: 3718

Hi Jerome, Are you adding any operators with IsNull Clause ie. IsNull(SourceColumn1) And Len(Trim(SourceColumn1))=0 , If yes then try to split it out like below in Stage Variable. If IsNull(SourceColumn1) Then "Do Something" Else (If Len(Trim(SourceColumn1))=0 Then "Do Something"...
by koti9
Tue May 09, 2017 12:26 pm
Forum: General
Topic: Appending timestamp to filename
Replies: 10
Views: 5137

You may simply call unix shell command in sequence `date +%Y%m%d%H%M%S` and pass it as parameter the next job activity
by koti9
Tue May 09, 2017 12:22 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: "orchadmin copy" command failing
Replies: 5
Views: 3908

Thanks for your help

Craig
you rock....Thanks for your help
by koti9
Mon May 08, 2017 8:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: "orchadmin copy" command failing
Replies: 5
Views: 3908

"orchadmin copy" command failing

Hello All, I am trying to copy a dataset using orchadmin copy command.Though the source dataset is of 160GB,(Counted the data file bytes), orchadmin copy command is making a file bigger than target file of 480GB(Again counted the data file bytes) and failing with no space on device-3times the size o...
by koti9
Fri Mar 17, 2017 6:13 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: A single process() call can handle the complete set of input
Replies: 5
Views: 3074

Java Client Stage, Datastage 8.5, JDBC, JDK1.6

Hi Craig, Thanks for changing the subject. Hi Ernie, I am trying to use java client stage as source and load dataset. My class file is compiling fine and able to call it successfully without any problem.I am using setFetchSize through get more data for ResultSet interface for tuning purposes in my I...
by koti9
Wed Mar 15, 2017 8:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: A single process() call can handle the complete set of input
Replies: 5
Views: 3074

A single process() call can handle the complete set of input

Hi all, I ran into problem of not able to process all records in one go, I am trying to process a large ResultSet, I am also using setFetchSize parameter for tuning purposes. However I want to know if a single process() call can handle the complete set of input records.As per the docs, its Yes, howe...
by koti9
Sun Mar 12, 2017 8:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage JDBC Connector
Replies: 1
Views: 2966

Hi,

You dont need to rely on JDBC Connector alone, you can invoke the class with Java Client/Transformer stage in 8.7, as long as you have proper JAR files to connect to Apache Kudu in your classpath while compiling your code.

Thanks & Regards
Koti