DS Design is running on Windows, DS SErver on Unix.
First, I had:
Failed to connect to host: MYDSSERVER, project: MYDSPROJ01
( The directory you are connecting to either is not a UV account or does not exist (39125))
>> I tried to recover.
After that I am getting:
Error calling subroutine: DSR_PROJECT (Action=1); check DataStage is set up correctly in project MYDSPROJ01
(Unable to load subroutine on host (30105))
Unable to load subroutine on host (30105).
Moderators: chulett, rschirm, roy
I think that, if you search the forum, you'll find that the FIX option actually removes any record of the project.
There were several discussions in the recent past that could be found using those keywords from what I remember, they might help with a solution to your problem.
There were several discussions in the recent past that could be found using those keywords from what I remember, they might help with a solution to your problem.
-craig
"You can never have too many knives" -- Logan Nine Fingers
"You can never have too many knives" -- Logan Nine Fingers
-
ray.wurlod
- Participant
- Posts: 54595
- Joined: Wed Oct 23, 2002 10:52 pm
- Location: Sydney, Australia
- Contact:
FIX can remove or create system table entries, depending on whether the schema (project) is specified by name or pathname.
Never use FIX straight away. Always run VERIFY.SQL without FIX first, so that it reports to you what it intends to do.
Never use FIX straight away. Always run VERIFY.SQL without FIX first, so that it reports to you what it intends to do.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
I follow your indication and got this:
>VERIFY.SQL SCHEMA MYDSPROJ01
Checking permission.
* The VOC at '/opt/Ascential/DataStage/Projects/MYDSPROJ01' is not a schema
VOC.
* Data for the schema '' should be deleted.
2 fixable errors found.
Items marked with a '!' are information messages only.
Items marked with a '*' can be fixed by using the FIX option to VERIFY.SQL.
Items marked with a '**' are situations where VERIFY.SQL could not continue.
>VERIFY.SQL SCHEMA MYDSPROJ01
Checking permission.
* The VOC at '/opt/Ascential/DataStage/Projects/MYDSPROJ01' is not a schema
VOC.
* Data for the schema '' should be deleted.
2 fixable errors found.
Items marked with a '!' are information messages only.
Items marked with a '*' can be fixed by using the FIX option to VERIFY.SQL.
Items marked with a '**' are situations where VERIFY.SQL could not continue.
