Search found 1724 matches

by priyadarshikunal
Fri Aug 14, 2015 2:57 pm
Forum: General
Topic: Missing Jobs from Director
Replies: 7
Views: 5498

Mike wrote:It appears to me that the tree in Designer gets populated from the local repository; while the Director tree appears to get populated from XMETA.
I think its other way round. Designer from XMETA and director from Local repository.
by priyadarshikunal
Thu Aug 13, 2015 4:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Case statement in transformer
Replies: 6
Views: 6348

why you are putting a filter condition when you want to just flip the sign? if (column = '-12') then column else (if (left(convert('+-','',column),1) = '1') then column * -1 else column) if (left(convert('+- ','',column),1) = '1' and (left(convert('+- ','',column),2) <> '12') then column * -1 else c...
by priyadarshikunal
Wed Aug 12, 2015 2:09 pm
Forum: General
Topic: Connection problem from Clients & Adminsistration Consol
Replies: 4
Views: 3658

did you see the log generated in SystemOut.log?

A server restart may solve this problem but to fix the problem you should try to find the root cause which you may be able to find in SystemOut.log
by priyadarshikunal
Wed Aug 12, 2015 4:42 am
Forum: General
Topic: Renaming Datastage user name
Replies: 2
Views: 1599

If you are using internal registry, map to the same OS user as the DS user you are deleting.
by priyadarshikunal
Mon Aug 10, 2015 12:09 pm
Forum: General
Topic: MultiInstance Sequncer failing with Error code 255
Replies: 19
Views: 9591

************************************************** STATUS REPORT FOR JOB: Px_Jb_File.ACE101120150708223915 Generated: 2015-07-08 22:39:51 Job start time=2015-05-20 18:30:39 Job end time=2015-07-08 22:39:51 Job elapsed time=1180:09:12 Job status=99 (Not running)The Parameter file Job has Failed. Wel...
by priyadarshikunal
Mon Aug 10, 2015 1:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Performance bench marks on External source stage
Replies: 8
Views: 7032

You are anyways reading a file in perl script and sending data to stdout, it seems. Correct me if the assumption is wrong. so that requires the same read with one additional step. even if perl is generating the record on fly, it requires additional processing.
by priyadarshikunal
Mon Aug 10, 2015 1:08 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Join in Server Job
Replies: 3
Views: 5571

Re: Join in Server Job

ankursaxena.2003 wrote:Let me know if you have any questions.....
Yes, on what basis you are expecting these two records in output.
2 2 1 ghi
2 2 2 jkl
by priyadarshikunal
Fri Aug 07, 2015 2:55 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: RFC Connection drop with error CALL_FUNCTION_OPEN_ERROR
Replies: 1
Views: 2512

Is it the complete log? Did you try to check the SAP side logs? Timeouts are very common while fetching data from SAP. And this may be related to that. in case you do not have access to SAP side, do you see any pattern like the jobs aborting exactly after same time duration like 30 mins from job sta...
by priyadarshikunal
Fri Aug 07, 2015 1:00 am
Forum: General
Topic: NullPointerException occurs during installation
Replies: 11
Views: 9533

May be not when you are using domain administrator account, been a long time since I installed it, so I may be wrong.

However IBM says this should not stop the installation and applicable to 64 bit windows. So I guess its a question for IBM.
by priyadarshikunal
Thu Aug 06, 2015 4:02 pm
Forum: General
Topic: Way to Retrieve the Transformations of a Job
Replies: 17
Views: 9258

:idea: Yeah, completely forgot about that. dsdesign.exe can be used to automate that as well. Depends on the requirement though.
by priyadarshikunal
Thu Aug 06, 2015 4:38 am
Forum: General
Topic: Way to Retrieve the Transformations of a Job
Replies: 17
Views: 9258

use metadata workbench or try investigating xmeta.
by priyadarshikunal
Thu Aug 06, 2015 2:43 am
Forum: General
Topic: NullPointerException occurs during installation
Replies: 11
Views: 9533

Error: ERROR: The system was unable to find the specified registry key or value.
Are you using a local administrator account with all privileges?
by priyadarshikunal
Thu Aug 06, 2015 2:38 am
Forum: General
Topic: Sequence status is 99
Replies: 18
Views: 11214

SURA wrote:I set the purge variable to 9999; Not running 100s of jobs. Anyhow let me have a look.
Do have a look at the job level auto purge as well.
by priyadarshikunal
Wed Aug 05, 2015 6:59 am
Forum: General
Topic: Sequence status is 99
Replies: 18
Views: 11214

Yes, you should check for the status for invocation, however you might be passing the same in parameter. So please confirm.

Also check the auto purge for that job or project is not set to a small value.
by priyadarshikunal
Wed Aug 05, 2015 6:52 am
Forum: General
Topic: Mass update for all stage names - Crazy or possible?
Replies: 10
Views: 4938

Yeah, the reason to ask whether OP has prior experience is because possibility to do damage to the project grows higher. As already noted, have a backup in safe place before you start with editing. Its a good idea to import it in a fresh project and compile all objects to see if it was done correctly.