Search found 170 matches

by abyss
Mon Oct 17, 2016 12:47 am
Forum: General
Topic: can NOT set UserStatus via routine
Replies: 12
Views: 5853

changed code to if Arg1 = "Y" then Call DSSetUserStatus("Y"); Call DSLogInfo(Arg1,"Arg1"); Call DSLogInfo(DSGetJobInfo(DSJ.ME, DSJ.JOBNAME),"userstatus"); Ans = 'Y'; END ELSE Call DSSetUserStatus("N"); Call DSLogInfo(Arg1,"Arg1"); Call DSLo...
by abyss
Mon Oct 17, 2016 12:10 am
Forum: General
Topic: can NOT set UserStatus via routine
Replies: 12
Views: 5853

hey i think i find part of the problem, the job can compile now. new the problem is the routine never return 'Y' even argument Arg1 is 'Y', but in the test window if i specify the Arg1 is 'Y' then the routine returns Y
by abyss
Sun Oct 16, 2016 11:36 pm
Forum: General
Topic: can NOT set UserStatus via routine
Replies: 12
Views: 5853

i call this routine in basic transformer stage derivation area
by abyss
Sun Oct 16, 2016 10:54 pm
Forum: General
Topic: can NOT set UserStatus via routine
Replies: 12
Views: 5853

can NOT set UserStatus via routine

Hi I have searched the form regrading to set userstatus but I still can NOT assign value to it! I create a transform function type server routine the code as following: if Arg1 = 'Y' then Call DSSetUserStatus("Y"); Call DSLogInfo(DSGetJobInfo,"set_userstatus"); Ans = 'Y'; end els...
by abyss
Wed Sep 21, 2016 12:52 am
Forum: General
Topic: how to parameterize the db sequence password field
Replies: 1
Views: 1325

how to parameterize the db sequence password field

how to reference the password value from parameter set into db sequence password filed in PxSCD stage?

I created a PxSCD data connector and load it in my scd stage but job gives me incorrect user name and password error unless I hard code the password into that field, bloody hell!

thanks
Abyss
by abyss
Thu Sep 01, 2016 2:46 am
Forum:
Topic: Can not delete an empty host in IMAM
Replies: 4
Views: 3627

it can be seen on IGC :?
by abyss
Sun Aug 28, 2016 11:27 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: oracle stage suspended during insertion
Replies: 10
Views: 5747

grrr, the problem happened again :?
now the log shows oracle connector will run in parallel on 1 processing nodes. but still shows 2 connections on database side......
by abyss
Fri Aug 26, 2016 4:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: oracle stage suspended during insertion
Replies: 10
Views: 5747

ok, i created new config file and make first node to ORACLE dedicated node, so oracle stage should only use that node for the job. let's see what happens......
by abyss
Thu Aug 25, 2016 11:30 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: oracle stage suspended during insertion
Replies: 10
Views: 5747

yes chulett. i have talked to DBA this morning, he can't find any deadlock, blocking locks or whatsoever on database and that's why i felt a bit helpless, the only thing he could find was there were 2 insertion sql processes on this table it may cause the problem and this is confirmed with SURA's op...
by abyss
Thu Aug 25, 2016 9:59 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: oracle stage suspended during insertion
Replies: 10
Views: 5747

yep it is parallel (auto partition), i was thinking parallel could be the problem.
you mean change the whole job to server job? then the dataset wouldn't work then, so change the dataset to sequential file?
by abyss
Thu Aug 25, 2016 8:00 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: oracle stage suspended during insertion
Replies: 10
Views: 5747

oracle stage suspended during insertion

hi all: I have a very simple job that load the data from data set and insert around 300 thousands rows into oracle table: data set ---------> oracle stage the job suspended after insert 150 to 250 thousands rows, suspend means stage stop inserting new rows and it doesn't return any error or warning ...
by abyss
Wed Aug 24, 2016 11:49 pm
Forum:
Topic: Can not delete an empty host in IMAM
Replies: 4
Views: 3627

Can not delete an empty host in IMAM

Hi I can not delete an empty host on IMAM. there is no asset under nest it. it shows the following message: [CDIMR2306E] You cannot delete a host that contains other assets. You cannot delete a database domain, physical domain, or data item definition if the metadata repository contains database col...
by abyss
Wed Aug 24, 2016 11:39 pm
Forum:
Topic: import failure via metadata import wizard
Replies: 4
Views: 3014

no never, but it is a bad approach anyway. we stopped using it now
by abyss
Wed Aug 24, 2016 2:09 am
Forum:
Topic: delete import area on IMAM
Replies: 3
Views: 4499

To enable deletion of import areas in which imports were shared to the metadata repository, the Common Metadata Administrator must select Allow users to delete import areas in which imports were shared to the repository on the Import Settings page of the Administration tab in InfoSphere Metadata Ass...
by abyss
Fri Aug 12, 2016 12:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: get current year
Replies: 2
Views: 2157

get current year

hi hi all, i am trying to get current year value from transformer stage, the way i do it is: DateToDecimal(CurrentDate(),"%yyyy") and it output warning message: APT_CombinedOperatorController(1),0: Conversion error calling conversion routine decimal_from_date data may have been lost does a...