Unable to get into Designer & Director

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
Prashantoncyber
Participant
Posts: 108
Joined: Wed Jul 28, 2004 7:15 am

Unable to get into Designer & Director

Post by Prashantoncyber »

All of sudden ,we are not able to log in Designer & Director client (both from the clients on my machine as well as the clients on the server) after rebooting the server in post automatic install update of the .net & SDK from Microsoft.

Coming across the following errors:

On designer and director clients:

Error calling subroutine: *DataStage*DSR_PROJECT (Action=1); check DataStage is set up correctly in project Dbmig
(Subroutine failed to complete successfully (30107))

But can see the dropdown list of projects from Designer.

While login to Admin coming across following massage

Error calling subroutine: *DataStage*DSR.ADMIN (Action=36); check DataStage is set up correctly in project UV
(Subroutine failed to complete successfully (30107))

Error calling subroutine: *DataStage*DSR_PROJECT (Action=1); check DataStage is set up correctly in project ANALYZERPROJECT
(Subroutine failed to complete successfully (30107))

Search fetched the following post

viewtopic.php?t=120746&highlight=Subrou ... ly+(30107)

But need bit of elaboration on it..

Any help shall be appreciated.....
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

from DOS, try to "TELNET {YourServer}" - does that work? If not, your DataStage did not start correctly.
Prashantoncyber
Participant
Posts: 108
Joined: Wed Jul 28, 2004 7:15 am

Post by Prashantoncyber »

Telnet is disabled in this company....however Datastage did start correctly...

Can log into through IBM webconsole from client machine...

Can you please let me know where can find PATH variable just to make sure that this is correct based upon the response of above post link...
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Control Panel > System > Environment
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Prashantoncyber
Participant
Posts: 108
Joined: Wed Jul 28, 2004 7:15 am

Post by Prashantoncyber »

found variable path as
D:\oracle\product\10.2.0\client_1\bin;D:\IBM\InformationServer\Server\DSComponents\bin;C:\PROGRA~1\MKS Toolkit\mksnt;C:\PROGRA~1\MKS Toolkit\bin;C:\PROGRA~1\MKS Toolkit\bin\X11;C:\PROGRA~1\MKS Toolkit\mksnt;D:\IBM\InformationServer\ASBNode\apps\jre\bin\classic;D:\IBM\InformationServer\ASBNode\lib\cpp;D:\IBM\InformationServer\ASBNode\apps\proxy\cpp\vc60\MT_dll\bin;C:\Program Files\Support Tools\;C:\Program Files\HP\NCU;%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;C:\PROGRA~1\CA\SHARED~1\SCANEN~1;C:\Program Files\Symantec\pcAnywhere\;D:\IBM\SQLLIB\BIN;D:\IBM\SQLLIB\FUNCTION;D:\IBM\SQLLIB\SAMPLES\REPL;D:\IBM\SQLLIB\BIN
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

Even if TELNET is disabled by policy, you can still try to connect to this DS server machine as DS installs it's own telnet listener.

try "TELNET {YourServer}" - does that work?
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

It may be listening on port #2300 (because the MKS Toolkit telnetd listens on port #23). Try

Code: Select all

telnet servername 2300
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