Recieves 81002 error after new client install

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
mczern
Premium Member
Premium Member
Posts: 80
Joined: Thu Jan 20, 2005 8:38 am
Location: Atlanta, GA
Contact:

Recieves 81002 error after new client install

Post by mczern »

Yesterday I have moved to a new laptop, which was recently upgraded from XP Home to XP Pro SP2 and then installed the DataStage 7.51a client.
Now, when I attempt to save or compile a job, I receive an 81002 error (See below).
Some other points to note:
Occurs for any datastage userid used on the laptop.
Occurs on all existing jobs within the project created from other client machines.
Jobs created from scratch on this laptop save and compile correctly. And, can be modified, and saved by other users and then re-opened by me using my laptop again.
I can log into a different project containing previously created jobs and can edit, save and compile with no issues.
So it seems to be an issue between the laptop and 1 specific project.

Uninstalling and re-installing the 7.51a client does not fix the issue.

Below are the errors displayed on Save and Exit from the job:
Error calling subroutine: DSR_RECORD (Action=2); check DataStage is set up correctly in project DWH_DEV
(The connection is broken (81002))

Error calling subroutine: *DataStage*DSR.ADMIN (Action=10); check DataStage is set up correctly in project DWH_DEV
(The connection is broken (81002))


Error calling subroutine: DSR_RECORD (Action=2); check DataStage is set up correctly in project DWH_DEV
(The connection is broken (81002))

Error calling subroutine: *DataStage*DSR.ADMIN (Action=10); check DataStage is set up correctly in project DWH_DEV
(The connection is broken (81002))

Error calling subroutine: *DataStage*DSR.ADMIN (Action=10); check DataStage is set up correctly in project DWH_DEV
(The connection is broken (81002))


Error calling subroutine: DSR_RECORD (Action=2); check DataStage is set up correctly in project DWH_DEV
(The connection is broken (81002))

Error calling subroutine: *DataStage*DSR.ADMIN (Action=10); check DataStage is set up correctly in project DWH_DEV
(The connection is broken (81002))

Error calling subroutine: DSR_RECORD (Action=2); check DataStage is set up correctly in project DWH_DEV
(The connection is broken (81002))

-- when I then close without save I recieve the following:

Error calling subroutine: DSR_JOB (Action=4); check DataStage is set up correctly in project DWH_DEV
(The connection is broken (81002))
Mike Czerniawski
DSguru2B
Charter Member
Charter Member
Posts: 6854
Joined: Wed Feb 09, 2005 3:44 pm
Location: Houston, TX

Post by DSguru2B »

Does your laptop have a VPN ?
How are you connecting to the Datastage server?
Creativity is allowing yourself to make mistakes. Art is knowing which ones to keep.
mczern
Premium Member
Premium Member
Posts: 80
Joined: Thu Jan 20, 2005 8:38 am
Location: Atlanta, GA
Contact:

Post by mczern »

DSguru2B wrote:Does your laptop have a VPN ?
How are you connecting to the Datastage server?
Yes. My laptop has VPN. However, I'm behind the firewall and connecting directly to Project. Hosted on a Linux server.
I can open the jobs fine. But I can not save or compile any existing job.
If I create a new parallel job it works fine.

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

Post by ray.wurlod »

Do you have the Ascential DataStage XP SP2 patch installed?
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
mczern
Premium Member
Premium Member
Posts: 80
Joined: Thu Jan 20, 2005 8:38 am
Location: Atlanta, GA
Contact:

Post by mczern »

ray.wurlod wrote:Do you have the Ascential DataStage XP SP2 patch installed?
I have installed a client side patch provided by IBM.
It updates the following dlls:
jobseqpages-<rel>.dll - client patch component (7.5.1)
jobseqframe-<rel>.dll - client support dll
dsguictrls-<rel>.dll - client support dll
dsjsjobgen-<rel>.dll - client support dll
dsdesign-<rel>.exe - client support dll
vmdsedit-<rel>.dll - client support dll
vmdsobj-<rel>.dll - client support dll
vmdsrpos-<rel>.dll - client support dll
vmdstool-<rel>.dll - client support dll

Is there another patch?

Uninstalled. Rebooted. Installed patch. Did not work!
I have installed the patch. Rebooted. Did not work!
Re-registered the dlls above manually. Rebooted. Did not work!

:cry:
Mike Czerniawski
mczern
Premium Member
Premium Member
Posts: 80
Joined: Thu Jan 20, 2005 8:38 am
Location: Atlanta, GA
Contact:

Post by mczern »

mczern wrote:
ray.wurlod wrote:Do you have the Ascential DataStage XP SP2 patch installed?
I have installed a client side patch provided by IBM.
It updates the following dlls:
jobseqpages-<rel>.dll - client patch component (7.5.1)
jobseqframe-<rel>.dll - client support dll
dsguictrls-<rel>.dll - client support dll
dsjsjobgen-<rel>.dll - client support dll
dsdesign-<rel>.exe - client support dll
vmdsedit-<rel>.dll - client support dll
vmdsobj-<rel>.dll - client support dll
vmdsrpos-<rel>.dll - client support dll
vmdstool-<rel>.dll - client support dll

Is there another patch?

Uninstalled. Rebooted. Installed patch. Did not work!
I have installed the patch. Rebooted. Did not work!
Re-registered the dlls above manually. Rebooted. Did not work!

:cry:

OK.... Here's the twist!!!

I am working from my home office through VPN (actually Check Point VPN-1 Secure Remote) and it's working!!!!!

Anyone have any ideas why being behind the firewall running 100 MB doesn't work and running through VPN at DSL speed does?

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

Post by ray.wurlod »

Are you correctly identifying the host name when trying to connect from work? Try using the IP address rather than the machine name, to eliminate the possibility that gethostbyname() is the culprit.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
mczern
Premium Member
Premium Member
Posts: 80
Joined: Thu Jan 20, 2005 8:38 am
Location: Atlanta, GA
Contact:

Post by mczern »

ray.wurlod wrote:Are you correctly identifying the host name when trying to connect from work? Try using the IP address rather than the machine name, to eliminate the possibility that gethostbyname() is the culprit.
Tried connecting using only IP address.
Same result. Breaks connection when attempting to save or compile job.
Mike Czerniawski
mczern
Premium Member
Premium Member
Posts: 80
Joined: Thu Jan 20, 2005 8:38 am
Location: Atlanta, GA
Contact:

Post by mczern »

mczern wrote:
ray.wurlod wrote:Are you correctly identifying the host name when trying to connect from work? Try using the IP address rather than the machine name, to eliminate the possibility that gethostbyname() is the culprit.
Tried connecting using only IP address.
Same result. Breaks connection when attempting to save or compile job.
Finally a solution...
After countless hours of frustration, I have solved the problem.

From my home office, I went into the Device Manager, Network adapters section in the Computer Management console and deleted the network driver for my internal NIC card. I used my wireless connection to download the latest NIC driver for my laptop. Installed the driver and reconnected using the hardwire. I tested the DataStage client app through VPN and it worked. I went to the my client site the next day and it worked there as well.

The only thing I can think of is that the VPN software somehow got entangled in the driver and created this issue.

Hope this helps if someone ever gets the same strange issue.

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

Post by ray.wurlod »

Thanks for posting the solution. I use a very similar configuration, but have never seen this problem.
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