Search found 2288 matches

by roy
Wed May 18, 2005 8:51 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Missing account name or path for remote UniVerse connection
Replies: 7
Views: 1890

Hi and welcome aboard , A job runs in the scope of a project hence a default location for files you fail to specify another location for => reading writing your own made files work. On the other hand connecting to a universe DB is another issue and is similar to any other table in a DB you must supp...
by roy
Wed May 18, 2005 8:48 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Client-side backups using " dscmdexport"
Replies: 15
Views: 3231

:oops: using that one myself
by roy
Wed May 18, 2005 8:45 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Corporate Standard is no Job Sequences - I need to change it
Replies: 17
Views: 7513

Can you have log agents placed there ? if so you can manage an ascii log file (writing in append to it) and they will monitor those ascii logs. I had some projects where we used this method to get the relevant info to the organization's central monitor system. any flavour of this solution (like logi...
by roy
Wed May 18, 2005 8:29 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Read file names from file list into parameter while looping
Replies: 13
Views: 3720

type it is Craig,
give that man a cigarrrrrr j/k ;)
I quit so here you go

▓▓▒▒▒▒▒│
by roy
Wed May 18, 2005 8:27 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Client-side backups using " dscmdexport"
Replies: 15
Views: 3231

Hi,
from the client performing the exports perform a manual export and in the option tab check the read only objects.
after that you should be fine.

IHTH,
by roy
Wed May 18, 2005 8:22 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Corporate Standard is no Job Sequences - I need to change it
Replies: 17
Views: 7513

Hi,
can you post what is the reason for the limitations?
(so we might understand better and offer an apropriate solution).

Geussing you have a central schedualer and monitor?!
by roy
Wed May 18, 2005 8:09 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: xml data leading and trailing spaces between the tags.
Replies: 2
Views: 666

Hi,
I think it's in the output under the options tab in the generate fomatted section there is an indentation
also check the new line style.

IHTH,
by roy
Wed May 18, 2005 8:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Configuration file problem
Replies: 1
Views: 1002

Hi,
Have you shown this to your sysadmins?

can it be you reached a limit for max processes?

Or perhaps something to do with the scratch path of node 2?

there are some posts with similar info, have you searched the forum?

IHTH,
by roy
Wed May 18, 2005 7:56 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Read file names from file list into parameter while looping
Replies: 13
Views: 3720

While some may say use the folder stage I personally prefer DSExecute and basic code
by roy
Wed May 18, 2005 6:44 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Read file names from file list into parameter while looping
Replies: 13
Views: 3720

Funny people u2 :D (no offence u 2 just made me laugh) The poster said he/she built the list using an excecute command stage and wants to use the loop stages in the 7.5 sequence. So I sugested to use a basic routine to get the list into the "/path/file1.dat,/path/file2.dat,...." format and use the l...
by roy
Wed May 18, 2005 6:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Failed to connect JobMonApp
Replies: 2
Views: 2074

Hi, It seems your Job Monitor is down (the application that reports the link progress) its a java program that is brought up after the engine. you can bring it back up by running the jobmoninit from your $APT_ORCHHOME/java directory. also check the JobMonApp.log in the same location (Guess I don't r...
by roy
Wed May 18, 2005 3:34 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Read file names from file list into parameter while looping
Replies: 13
Views: 3720

Hi,
Build a Basic routine that uses DSExecute to run ls command and format the output you get to a delimited string (delimiter comma=,)
then use the list seperated with commas in the loop options in your sequence job.
IHTH,
by roy
Tue May 17, 2005 1:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reading rows using schema file
Replies: 5
Views: 2477

Hi, If my mempory serves me .... Not 100% sure of this so give it a try. When reading from an ascii sequential file using C/C++ which is the parallel jobs always read as char/varchar and such types even if you deal with numbers. later "Modify" the column types to suite your needs. to verify this try...
by roy
Mon May 16, 2005 4:47 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: abnormal termination of stage-job reset
Replies: 3
Views: 1074

Hi,
The thing being reset is the "process" that was run.
Since active stages are processes, mostly being transformer, that is what you see being reset.
IHTH,
by roy
Sun May 15, 2005 9:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Automatically deletion of .ds files
Replies: 1
Views: 970

Hi,
you can build a script/job/ what ever to get the list of .ds files then use orchadmin commands to manipulate them or gather information about them including delete them.
search for orchadmin in this forum.

IHTH,