Search found 6 matches

by sabarimuthu0728
Fri Jan 11, 2013 4:27 pm
Forum: General
Topic: how to run the script as root with the help of sudo
Replies: 3
Views: 2697

Re: how to run the script as root with the help of sudo

Try this....

runsudo <command>
by sabarimuthu0728
Fri Jan 11, 2013 4:17 pm
Forum: General
Topic: Prevent to Update the DSParams file
Replies: 2
Views: 1934

Re: Prevent to Update the DSParams file

You approach should work.

Other way is, instead of adding newgroup to dstage you can have individual users assigned to newgroup & dstage; having newgroup mapped to developer role in admin to that project will allow the users with newgroup to update the parameters.
by sabarimuthu0728
Mon Dec 03, 2012 5:46 pm
Forum: General
Topic: Is there a way to search across projects for specific items
Replies: 3
Views: 2566

You can use Information Server Manager search function. This search is against all the projects on that server; but you cannot search against projects on different server.
by sabarimuthu0728
Mon Dec 03, 2012 5:37 pm
Forum: General
Topic: DataStage Client Connection issue
Replies: 11
Views: 11562

Compare your DNS server addresses under TCP/IP setting between your working and non-working machine. Go to your network and sharing center -- Click on Local or Wireless connection -- Properties -- (opens New window) Internet protocal version 6 (opens TCP/IPv6) -- properties -- (opens New window) Adv...
by sabarimuthu0728
Thu Nov 15, 2012 1:45 pm
Forum: General
Topic: export the project using istool without specifying subfolder
Replies: 1
Views: 1500

Re: export the project using istool without specifying subfo

Try the beow command; have tested this in 8.5 version; should work for other 8.x version. export -domain <domain_name>:<portnumber> -u <user> -p <password> -archive <archive filename> -datastage '-incexec "<dsserver name>/<project name>/*/*.*"' For more information you can also refer the b...
by sabarimuthu0728
Fri Nov 09, 2012 12:22 pm
Forum: General
Topic: Import a .pjb file using istool command
Replies: 15
Views: 16977

.pjb is the notification for parallel job. Ideally when you export anything out of Information Server Manager, it will export in .isx format; but the message window will display as listed below. For parallel job. <ServerName>/<Project Name>/Jobs/<Path>/Test_DB2.pjb For Server Job: <ServerName>/<Proj...