BOSource

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
shivadas
Participant
Posts: 48
Joined: Tue Jun 12, 2007 12:10 am

BOSource

Post by shivadas »

Hi,
Can any one help me...

Where is bosource1728-0.C/H file is located?


Thanks
Shiva
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

"BO" for Business Objects? Where are you seeing this error message?
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Why not let Windows Explorer search for it?
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
shivadas
Participant
Posts: 48
Joined: Tue Jun 12, 2007 12:10 am

bosource

Post by shivadas »

ray.wurlod wrote:Why not let Windows Explorer search for it? ...
When you build the Custom Build stage with ex name as Xstage, Xstage.C file will be created and in that file you have the line #include "bosourceXXX-0.h" // header file for this operator
i want to know when this file will be created and stored, because this file is included as .h file ie means this file should be available to execute the operator...
and in bosourcexxx-0.C file C/C++ code will be stored what we have writen inthe code window ie Pre-Loop code for that operator.
#line 342 "bosourceXXXX-0.C"

I have searched all my drives but could not locate the files.

In my assumption i dont think these files any way related to Business Objects... Currect me if am wrong.

shiva
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

OK, so maybe "bo" stands for BuildOp.

Find the job number from the Administrator client's command window by executing the query

Code: Select all

SELECT NAME,JOBNO FROM DS_JOBS WHERE NAME = '<<JobName>>';
(substitute your own job number)

If your job number is nnn, then these files are all created in RT_SCnnn directory within your project.

This directory should automatically be included in your shared library search path by DataStage.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
shivadas
Participant
Posts: 48
Joined: Tue Jun 12, 2007 12:10 am

BOSource

Post by shivadas »

ray.wurlod wrote:OK, so maybe "bo" stands for BuildOp.

Find the job number from the Administrator client's command window by executing the query

Code: Select all

SELECT NAME,JOBNO FROM DS_JOBS WHERE NAME = '<<JobName> ...[/quote]

there is no jobno with that no....
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Every job has a number. Did you provide a valid job name? They are case sensitive and must be spelled correctly.

Or are these problems arising even before you try to use the Build stage in a job?
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Post Reply