Page 1 of 1

how to look for the directory in quality stage

Posted: Thu Jan 25, 2007 11:07 am
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...

Posted: Thu Jan 25, 2007 11:30 am
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. :-)

Posted: Thu Jan 25, 2007 11:37 am
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...

Posted: Thu Jan 25, 2007 11:54 am
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. :-)

error:error from transfer:socket error occured

Posted: Thu Jan 25, 2007 2:57 pm
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...

Posted: Thu Jan 25, 2007 4:37 pm
by ray.wurlod
That's a security issue. Consult with your network administrator.