how to look for the directory in quality stage

Infosphere's Quality Product

Moderators: chulett, rschirm

Post Reply
raghav123reddy
Participant
Posts: 20
Joined: Mon Oct 02, 2006 8:07 pm

how to look for the directory in quality stage

Post by raghav123reddy »

I created a directory in UNIX and transferred the file from windows to UNIX using filezilla...I changed the Master Project Directory and now I am able to see the data in UNIX but how do i find that directory in Quality Stage to view that data and remove the redundancies using quality stage...
I selected UNIX because later this job should be deployed in UNIX...

Somebody Please help me out with this issue...
Help will be appreciated...
Thanks...
jhmckeever
Premium Member
Premium Member
Posts: 301
Joined: Thu Jul 14, 2005 10:27 am
Location: Melbourne, Australia
Contact:

Post by jhmckeever »

QualityStage files must reside in the Data directory within the relevant project directory. These project directories are under your Master Project Directory. E.g.

Code: Select all

MyMasterProjectDiretory
    PROJECT1
    PROJECT2
        Controls
        DIC
        Data
            DATA1IN
            DATA1OUT
            DATA2IN
            DATA2OUT
        IPICFG
        Logs
        Scripts
        Temp
    PROJECT3
    PROJECT4
Creating a Datafile Definition in PROJECT2 will allow you to specify DATA1IN, etc. Remember files are a max of 8 characters with no punctiation or '.TXT' style extensions.

HTH,
J. :-)
<b>John McKeever</b>
Data Migrators
<b><a href="https://www.mettleci.com">MettleCI</a> - DevOps for DataStage</b>
<a href="http://www.datamigrators.com/"><img src="https://www.datamigrators.com/assets/im ... l.png"></a>
raghav123reddy
Participant
Posts: 20
Joined: Mon Oct 02, 2006 8:07 pm

Post by raghav123reddy »

Hi,
I am still not able to understand...Where do i see that kind of code u showed under master project directory...and how do i create datafile definitions...

Thanks...
jhmckeever
Premium Member
Premium Member
Posts: 301
Joined: Thu Jul 14, 2005 10:27 am
Location: Melbourne, Australia
Contact:

Post by jhmckeever »

Sorry...

The code block above is a directory structure.

1. Choose somewhere sensible to keep you QualityStage projects on your server. (E.g. /home/qsadm/QSProjects) and create a run profile that uses this directory as its Master Project Directory.

2. Create a project, and define a Datafile definition which should match the metadata of the file you FTP'd to your server.

4. Create a simple Stage (E.g. an Investigation) and create a simple Job using this stage.

5. Deploy the job using the Run Profile defined in [1] above - Do not run the job. When you deploy this will create the following structure in your Master Project Directory:

Code: Select all

MyMasterProjectDiretory 
    PROJECTX
        Controls 
        DIC 
        Data 
        IPICFG 
        Logs 
        Scripts 
        Temp 
6. Now just copy your datafile to the Data directory above and you shouldn't have any problem running your test job!

Questions about creating datafile definitions, stages, jobs, etc. are best answered by the manual.

HTH,
J. :-)
<b>John McKeever</b>
Data Migrators
<b><a href="https://www.mettleci.com">MettleCI</a> - DevOps for DataStage</b>
<a href="http://www.datamigrators.com/"><img src="https://www.datamigrators.com/assets/im ... l.png"></a>
raghav123reddy
Participant
Posts: 20
Joined: Mon Oct 02, 2006 8:07 pm

error:error from transfer:socket error occured

Post by raghav123reddy »

i am getting the error error:error from transfer:socket error occured

error:10061:connection is forcefully rejected

This is coming while i try to deploy a job in quality stage...
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

That's a security issue. Consult with your network administrator.
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