Search found 12 matches

by Network_CIS
Mon Oct 26, 2009 4:57 pm
Forum: General
Topic: Restrict Admin Users from Importing Jobs into Prod project
Replies: 3
Views: 2296

Thanks rajngt.

Is there a way to restrict users having DS Admin access as well? As these users can always go n unprotect the project.

Potentially only one user should have access to import jobs into this project.

Can I set admin rights at project Level?

Thanks
by Network_CIS
Mon Oct 26, 2009 1:19 am
Forum: General
Topic: Restrict Admin Users from Importing Jobs into Prod project
Replies: 3
Views: 2296

Restrict Admin Users from Importing Jobs into Prod project

Hi All, have jumped from 7.5 to 8.1 Need help with restricting all but one users from importing jobs into the Production Environment/Project. Please suggest what all steps are required at Project level and/or User Access Level to make this happen. Is it possible to restrict job import access for use...
by Network_CIS
Mon Aug 10, 2009 11:07 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Generating Column names in XML Input Stage
Replies: 3
Views: 3139

Thanks Ernie.

Issue was resolved by placing xsd locally. (Probably ds was not able to connect to online schema from unix box)

steps:
1) copy xsd to local machine (local to datastage)
2) modify path for xsd in xml files
3) import schema again from a file

Thank you.

Regards
Satish
by Network_CIS
Sun Aug 09, 2009 7:18 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Generating Column names in XML Input Stage
Replies: 3
Views: 3139

Hi, Still in process of debugging above job. Could you please help me understand following error: extract_CMR..XML_HDR_Tran: XML input document parsing failed. Reason: Xalan fatal error (publicId: , systemId: , line: 0, column: 0): An exception occurred! Type:NetAccessorException, Message:Could not ...
by Network_CIS
Thu Aug 06, 2009 12:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Generating Column names in XML Input Stage
Replies: 3
Views: 3139

Generating Column names in XML Input Stage

Was following this guide to read from xml file and write to a table. http://www.ibm.com/developerworks/data/library/techarticle/dm-0703xiong/ However, columns are not getting generated after mentioning the namespace declaration as: -------------------------------------------------------------- xmlns...
by Network_CIS
Wed Aug 05, 2009 7:50 pm
Forum: General
Topic: Guide or tutorial to write Datastage Routines
Replies: 5
Views: 10900

by Network_CIS
Wed Aug 05, 2009 6:00 pm
Forum: General
Topic: Guide or tutorial to write Datastage Routines
Replies: 5
Views: 10900

Hi Ray, Length in source data is variable could be anywhere between Empty to 4000 chars; however, target can only store 132 chars max for that column. Could you please help me with a example of using either function, where I could still maintain following format. 'Key1<TAB>Note1' 'Key1<TAB>Note1' 'K...
by Network_CIS
Tue Aug 04, 2009 10:21 pm
Forum: General
Topic: Guide or tutorial to write Datastage Routines
Replies: 5
Views: 10900

Guide or tutorial to write Datastage Routines

Hi, Could anybody help me with Guides or tutorials for writing and using Datastage routines. Or could anybody suggest to do this without routines > source: oracle target: tab delimited sequential file requirement:I need to break a line into two rows if text in a row is more than 132 chars. col1: key...
by Network_CIS
Mon Aug 03, 2009 12:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to add tab space between two strings
Replies: 4
Views: 3421

Found the solution :)

"string1" : Char(9) : "string2"


Char(9) is a conversion function.

Cheers!!
by Network_CIS
Mon Aug 03, 2009 12:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to add tab space between two strings
Replies: 4
Views: 3421

How to add tab space between two strings

Hi all,
could you please suggest how to add a Tab Space between two strings in transformer.

eg. A="ABC"
and B="XYZ"

I need output as "ABC <\t> XYZ"

Thanks in advance

Regards,
Satish
by Network_CIS
Thu Jul 30, 2009 6:50 pm
Forum: General
Topic: Converting hex to char
Replies: 14
Views: 6555

While my premium membership is still under review... Found this solution in unix: hexchar="FF" octchar=$(echo "ibase=16;obase=8;$hexchar"|bc) hexInChar=$(echo "\0$octchar") Could you please suggest how to embed this code in DS job. Via oracle char code could be found by...
by Network_CIS
Thu Jul 30, 2009 2:07 am
Forum: General
Topic: Converting hex to char
Replies: 14
Views: 6555

given link says its Premium content :(

is there any work around?