Search found 154 matches

by dspxguy
Wed Aug 29, 2018 12:04 pm
Forum: General
Topic: Assign role from command line
Replies: 15
Views: 8778

Thank you !
by dspxguy
Fri Aug 24, 2018 7:43 am
Forum: General
Topic: Assign role from command line
Replies: 15
Views: 8778

Thanks Ray - But still no luck
by dspxguy
Tue Aug 21, 2018 12:32 pm
Forum: General
Topic: Assign role from command line
Replies: 15
Views: 8778

Yes, I am able to assign other roles. Just struggling to get the right syntax for Common Metadata User, Common Metadata Administrator and Common Metadata Importer. ./DirectoryCommand.sh -url https://nnnnnnnnn:9080 -user xyz -password xyz -sub_list_sep ^ -usr_roles "UserDev^SuiteAdmin" ----...
by dspxguy
Mon Aug 20, 2018 2:07 pm
Forum: General
Topic: Assign role from command line
Replies: 15
Views: 8778

./DirectoryCommand.sh -url https://nnnnnnnnn:9080 -user xyz -password xyz -sub_list_sep ^ -assign_user_roles "UserDev^CommonMetadataUser" ------------------ Executing "assign_user_roles" command. ------------------ Error RoleId "CommonMetadataUser" is not a valid Suite...
by dspxguy
Fri Aug 17, 2018 10:26 am
Forum: General
Topic: Assign role from command line
Replies: 15
Views: 8778

Assign role from command line

How do I grant a user the common metadata user role from command line [root~]# ./DirectoryCommand.sh -url https://nnnnnnnnn:9080 -user xyz -password xyz -sub_list_sep ^ -usr_roles "UserDev^Common Metadata User" ------------------ Executing "assign_user_roles" command. -----------...
by dspxguy
Tue Jun 14, 2011 10:42 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Another type of sync timeout in v8/TD
Replies: 3
Views: 4523

Thanks for the information
by dspxguy
Tue Jun 07, 2011 1:13 pm
Forum: General
Topic: Any Env Variable to Suppress Warnings in DS
Replies: 4
Views: 3063

Re: Any Env Variable to Suppress Warnings in DS

Hello, My job aborts after 50 Warnings, as per the scheduled default limit, is there an alternative approach, to avoid this, perhaps like addition of an Env Variable, which ignores the same and continues execution even after 50 Warnings? I cannot run the job individually from Director since its tri...
by dspxguy
Fri Jun 03, 2011 5:30 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Another type of sync timeout in v8/TD
Replies: 3
Views: 4523

Brad,

I would like to know about this error message "Sync timeout of 300 seconds expired while waiting for the " and how it got resolved.
Appreciate any insights.

Thanks
by dspxguy
Wed Jun 01, 2011 11:58 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ISA Lite Error while running
Replies: 2
Views: 3990

set your JAVA_HOME to %IS_HOME%/ASBNode/apps/jre
by dspxguy
Wed Jun 01, 2011 11:29 am
Forum: General
Topic: DSJOBS - Command Line
Replies: 4
Views: 4489

You need to set COMO on in administrator

In Admin command line:

COMO ON filename

Then execute your query and output will be written to file in Projects/ProjectName/'&COMO&'/ path

Dont forget to turn off COMO.

COMO OFF

Thanks
by dspxguy
Wed May 25, 2011 1:16 am
Forum: Information Analyzer (formerly ProfileStage)
Topic: IA column analysis error in IIS 8.5 Fix Pack 1
Replies: 12
Views: 13966

hi,
is the bug on client side or server?
by dspxguy
Wed May 25, 2011 1:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Any comments from DataStage 8.5 users?
Replies: 15
Views: 14023

8.5 fixpack 1

wondering if anyone applied fixpack 1 on 8.5 on Linux?
by dspxguy
Fri Apr 29, 2011 11:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Find Datasets used in Project
Replies: 2
Views: 5890

I was able to find the datasets in the Project but I would also like to find out what is the path for each dataset and if it is an input dataset or output? I think I can use OLETYPE = 'CCustomOutput' or OLETYPE = 'CCustomIutput'. SELECT DS_JOBS.NAME , DS_JOBS.CATEGORY , DS_JOBOBJECTS.OBJTYPE FROM DS...
by dspxguy
Wed Apr 27, 2011 8:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Find Datasets used in Project
Replies: 2
Views: 5890

Find Datasets used in Project

Hi, I need to find out datasets used in a DataStage project. >SELECT @ID FROM DS_STAGETYPES WHERE @ID LIKE '%PxDataSet%'; DS_STAGETYPES PxDataSet >SELECT DISTINCT DS_JOBS.NAME JobName, DS_JOBOBJECTS.NAME StageName FMT '48L' FROM DS_JOBS, DS_JOBOB JECTS WHERE DS_JOBS.JOBNO = DS_JOBOBJECTS.OBJIDNO AND...
by dspxguy
Tue May 25, 2010 3:12 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ANALYZE.FILE
Replies: 8
Views: 4574

That is a Universe command and not a Unix command.

Run it from TCL prompt.