Search found 111 matches

by bollinenik
Tue Apr 14, 2009 1:39 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: can you output data to a text file?
Replies: 8
Views: 2127

Yeah, you just need to define metadata in sequential file give the file extension as .txt at end of file name and properties should be Fixedwidth Delimiter=none record delimited= newline and try to define metadata exactly as Data length and give data type as char so that is going to be fixed width f...
by bollinenik
Tue Apr 07, 2009 10:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage Manager - Selecting & Moving multiple jobs
Replies: 3
Views: 3413

I think that option will not work for multiple selection, It will work for single job/folder selection, try in that way I don't think there is any way to move multiple jobs at single shot.
by bollinenik
Tue Apr 07, 2009 10:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Date Time manipulation
Replies: 3
Views: 1299

Hi,
Create a routine and call that to do the caluculation and change into required format.
by bollinenik
Mon Mar 09, 2009 11:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle open command
Replies: 10
Views: 4616

Hi,
You have to split the task into couple of jobs like, one job will read the data and write into a sequential file and at the same time you can delete records by using other ;pipeline', and second job would be loading data into target so that it will not give any problems.
by bollinenik
Mon Mar 09, 2009 11:47 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Invocation id for multiple instance jobs
Replies: 9
Views: 7579

Hi,
The easy way is , Create a sequence with mutiple job activities and call the same job in all job activities with different invocations-ID's so that you can see different logs in director for different Invocation-IDs.
by bollinenik
Tue Mar 03, 2009 3:00 pm
Forum: Information Analyzer (formerly ProfileStage)
Topic: got "Error Encountered" while trying column analys
Replies: 4
Views: 3483

Hi,
Some times re starting the server would work for this kind of issues, other wise first logout all the sessions and kill all active sessions from unix and then try to run it, this solution would help some times becuase unix box is over loaded or more processers are running.
by bollinenik
Mon Mar 02, 2009 3:07 pm
Forum: General
Topic: Changing case of parameters on the fly
Replies: 8
Views: 5395

Re: Changing case of parameters on the fly

Hi, The easy and best way is , save values for SRC file name and Company name in a file and invoke the file in Datastage job or before starting the job you can read the file pass the values to those parameters on teh fly. either way you can follow read the file before triggering the job or read the ...
by bollinenik
Mon Mar 02, 2009 2:46 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to Convert Decimal to binary
Replies: 6
Views: 4559

Re: Decimal to binay conversion

Hi Raj,
If you can pass business logic so that I can help you out.
as per your example: INput is 10 and Output is 1010
Does it mean what ever input is there you just need to concatinate the same value again to the input value , If you can explain it clearly I can help you out.
by bollinenik
Mon Mar 02, 2009 2:33 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Runtime Error in 8.1
Replies: 3
Views: 2162

Re: Runtime Error in 8.1

Are you working remote system, If yes then that might be the reason DS server is not able to establish connection with other source or TGT systems., try with one simple job like seq file to seq file keeping in the same DS server box, then you can identify the actual probelm. If the above case works ...
by bollinenik
Mon Mar 02, 2009 2:28 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job Locked
Replies: 10
Views: 5404

Re: Job Locked

Hi, You can find by using DS command "DSTOOLS", there you can see all the options to view the locks and clear the locks. But still you need dsadmin previliges this can be done through DSadmin client or UNIX, there you can see all information about jobs. Actually some times in your case it ...
by bollinenik
Mon Mar 02, 2009 1:11 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DELIMITER IN MLOAD STAGE
Replies: 6
Views: 6442

Re: DELIMITER IN MLOAD STAGE

Hi, You can check your self , Is delimiter correct or not by checking view data. Once you are able to view Data properly then come to Target Mload stage and inside NLS tab check UTY option, try to change that or try to view data in TEXTPAD, so that you can find the Difference in Data. I am trying to...
by bollinenik
Fri Jun 27, 2008 1:38 am
Forum: Information Analyzer (formerly ProfileStage)
Topic: How to generate reports from PSDB data base
Replies: 0
Views: 1882

How to generate reports from PSDB data base

Hi, We are trying to generate profile reports from PSDB data base!, we are able to generate analsis report but we are not able to provide sample data from PSDB data base, It seems Profile stage is loading all records into a table in CLOB format or in some other format .....!, But we are not able int...
by bollinenik
Fri Jun 27, 2008 1:31 am
Forum: Information Analyzer (formerly ProfileStage)
Topic: Calling ProfileStage jobs from DataStage
Replies: 5
Views: 5248

Hi,
Can u tell me how to call profile stage jobs in command line prompt
by bollinenik
Thu Feb 07, 2008 2:41 am
Forum: Information Analyzer (formerly ProfileStage)
Topic: Special characters probelm
Replies: 5
Views: 3763

Re: Special characters probelm

If you are working on "information server" version 8 then its suite so there is no question to install profile stage separately. Its "installation issue" Try to change your NLS or code page settings. No, We are not using information analyser version 8, We are working with profil...
by bollinenik
Wed Feb 06, 2008 4:18 am
Forum: Information Analyzer (formerly ProfileStage)
Topic: Special characters probelm
Replies: 5
Views: 3763

Re: Special characters probelm

Hi, am quite sure its issue bcoz of NLS(National language Support) charcter set. Please check your NLS SETTINGS WHEN YOU INSTALL INFORMATION SERVER OR DATASTAGE, if you using languge other then english then you have to enable this NLS charcter SET but if you are using english charcter then you must...