Search found 8 matches

by jetlim
Fri Nov 18, 2005 12:50 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Deleting corrupted Empty category/folder
Replies: 8
Views: 4876

Yes tried with Datastage manager but still fail to delete the folder. Any other how to resolve ?
by jetlim
Thu Nov 17, 2005 9:43 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Deleting corrupted Empty category/folder
Replies: 8
Views: 4876

Deleting corrupted Empty category/folder

Hi,

I tried to delete empty category/folder in my datastage project but to no avail. The category remains there even after perform delete action using Datastage designer.

I suspect the folder is corrupted. Is there any way to clean up these empty folder/category ?


Thanks,
Jet
by jetlim
Mon Sep 26, 2005 7:37 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Encrypted Environment variables
Replies: 14
Views: 11436

I am using v7.1 I create a user-defined environment variable A (encrypted) I create a job sequence, add in a parameter from environment variable A, set default value to $PROJDEF. This job sequence call another job Job1 with a encrypted job parameter B. Job sequence assign its parameter A to Job1's p...
by jetlim
Mon Sep 26, 2005 2:25 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Encrypted Environment variables
Replies: 14
Views: 11436

Encrypted Environment variables

My point here is the encrypted is set by people other than Datastage administrator for security purpose. Having it set as string in Administrator will expose the confidential value to datastage administrator.

Is this a known bug in Datastage? any work around on this? Patches?
by jetlim
Mon Sep 26, 2005 1:29 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Encrypted Environment variables
Replies: 14
Views: 11436

Encrypted Environment variables

I tried to use a user-defined environment variables (encrypted) in a job. Even though the environment variable is defined as encrypted data type, the data type under job parameter is always set to string and this is not updateable. I have set the value to $PROJDEF but yet the encrypted parameter val...
by jetlim
Wed Aug 17, 2005 2:41 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: C Stage PlugIn function "Get" required
Replies: 7
Views: 3606

Do you mean this error appear because the SAP pack used is not paid ?

If it is bought and still get this error, what is the cause and how to overcome?
by jetlim
Wed Aug 17, 2005 12:57 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: C Stage PlugIn function "Get" required
Replies: 7
Views: 3606

C Stage PlugIn function "Get" required

I am getting this error when running a job extracting data from SAP into hashfiles. Stage for SAP R/3 is used to connect to SAP.

Any idea what is lacking in my system? Where can I get the plug-in?


Thanks,
Jet
by jetlim
Tue Aug 02, 2005 11:49 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: De-encrypting parameters
Replies: 8
Views: 2968

De-encrypting Parameters

try this :

DSGetParamInfo(DSJ.ME,"<parameter name>", DSJ.PARAMVALUE)

eg:

DSGetParamInfo(DSJ.ME,"Database_Password", DSJ.PARAMVALUE)

regards,
Jet