Search found 5 matches

by Alink
Tue Jul 11, 2006 3:29 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Calling Custom routine using environment variables
Replies: 3
Views: 1454

Thanks This works fine now :)

If (GetFileSize($JBrcvdpath:"\PREPAID_BAL_TRACKING.dat")) = 1 Then $Oradate[10] Else $Oradate[1,10]
by Alink
Tue Jul 11, 2006 2:37 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Calling Custom routine using environment variables
Replies: 3
Views: 1454

Calling Custom routine using environment variables

If GetFileSize(#$JBrecievepath# , "\PREPAID_BAL_TRACKING.dat") = 1 Then $Oradate[10] Else $Oradate[1,10] I am trying to call a routine through the transformer. The above statement this turns red and if i put all expressions between " " the variable is not resolved to its value. H...
by Alink
Sat Jan 07, 2006 1:22 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Login Issues
Replies: 4
Views: 2278

Thanks but ..

Thanks alot for your help ... i tried it but that didnt work as well :x
by Alink
Wed Jan 04, 2006 6:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Login Issues
Replies: 4
Views: 2278

Login Issues

I have 4 users created in the windows, All with proper groups assignment and given access rights through the DS Administrator. None of the 4 users can login :cry: The login only happens if i add these users to the administrator group. But then if users get the admin access they have access to virtua...
by Alink
Mon Oct 24, 2005 2:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: NLS Installation
Replies: 2
Views: 1349

NLS Installation

How do i install NLS after the installation is complete. When initially installing I didnt <check> the NLS and now after the complete installation when I import a project a CODE PAGE ERROR is encountered. I guess its because i didnt install NLS. Please let me know if I have to reinstall everything o...