Search found 99 matches

by csri
Tue May 01, 2012 4:10 pm
Forum: General
Topic: DataStage projects not visible
Replies: 6
Views: 4332

Ray, thanks for the response. I ran verify.sql on the project with errors and got the following messages. ---------------------------- verify.sql schema project123 output: checking permission. * 'C:\Ascential\DataStage\Projects\project123' is not a DataStage account. * Data for the schema project123...
by csri
Mon Apr 30, 2012 7:40 am
Forum: General
Topic: DataStage projects not visible
Replies: 6
Views: 4332

Ray, we replaced UV.Accounts file from previous file and all the projects are now visible in datastage client and admin except one project. I am getting error for this one project both in admin and while log in to designed. Below are the error messages. The directory you are connecting to either is ...
by csri
Sun Apr 29, 2012 3:26 pm
Forum: General
Topic: DataStage projects not visible
Replies: 6
Views: 4332

DataStage projects not visible

Hi all, we had issues with our datastage server and had to move to a new server with same configuration and similar environment. The datastage folder including projects folders were copied to the new server. When I login to datastage adim I am seeing only initial default project and no other project...
by csri
Thu Dec 08, 2011 9:01 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Date issue
Replies: 5
Views: 3087

As far as I can recall, the Hashed Files stage automatically performs a conversion if the data type is Date. You can check for this by temporarily dropping your Oconv() function. The internal form ... Thank you Ray for the reply. 1. I did view data on hash file. I am seeing integer number (internal...
by csri
Wed Dec 07, 2011 6:58 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Date issue
Replies: 5
Views: 3087

Re: Date issue

Any suggestions from gurus appreciated.
by csri
Wed Dec 07, 2011 2:11 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Date issue
Replies: 5
Views: 3087

Date issue

Hi, I have 10 million records loaded into a hash file and one of the fields is a date field. I forgot to convert it into timestamp (yyy-mm-dd hh24:mi:ss) format and the date loaded into hash file is in internal format. Now when I apply the OConv funtion to getthe date I am not getting the right date...
by csri
Tue Jun 09, 2009 12:50 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Months between two dates
Replies: 3
Views: 6716

Months between two dates

Hi,

I need to findout number of months between two dates same as Oracle function months_between. I can not use Oracle function because I am reading the dates from sequential file and loading into a table where I need to findout number of months between dates.

Any help is appreciated.

Thanks,
Sri
by csri
Mon Jun 01, 2009 12:00 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle enterprise edition data read warnings
Replies: 1
Views: 1905

Oracle enterprise edition data read warnings

Hello, I need your help on Oracle enterprise stage. I am reading two fields (cal_year and cal_quarter) from an Oracle table using Oracle enterprise stage and writting to a sequential file. When I run the job following warning messages are logged. Fields in database: cal_Year - Number(4) Nullable cal...
by csri
Mon May 18, 2009 12:14 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle enterprise edition connectivity issue
Replies: 1
Views: 2932

Hello, the error is resolved. I found a solution while googling. Here is what I did if it helps anyone in future: Apart from what I mentioned earlier in this post, 1. I have changed the extention of "C:\IBM\InformationServer\Server\DSComponents\install\install.liborchoracle" to "insta...
by csri
Mon May 18, 2009 11:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle enterprise edition connectivity issue
Replies: 1
Views: 2932

Oracle enterprise edition connectivity issue

Hello, I am running into errors while trying to view data using Oracle enterprise stage. I have referred documentation and searched this forum but still unable to resolve the issue. Your help is really appreciated. Error details: ------------------------------------------------- ##E IIS-DSEE-TOSH-00...
by csri
Thu May 07, 2009 1:21 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: TNS:Could not resolve service name
Replies: 10
Views: 6977

Re: TNS:Could not resolve service name

Code: Select all

Go to Command and issue this command.

>SH -c "tnsping datasourcename"
[/quote]

I missed to mention that I also tried this command and it returned saying this command do not avaible in this environment. I guess "SH" is for UNIX environment.
by csri
Thu May 07, 2009 1:13 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: TNS:Could not resolve service name
Replies: 10
Views: 6977

Re: Please add the database entry in tnsnames.ora file

Please note I am able to view the data by manually entering the parameters instead of defaulting to enviroment variable values. Also, I have added and verified that a database entry exists in tnsnames.ora file.
by csri
Thu May 07, 2009 12:50 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: TNS:Could not resolve service name
Replies: 10
Views: 6977

TNS:Could not resolve service name

Hi, I am trying to view data from Oracle OCI8i stage and receiving "ORA-12154 TNS:Could not resolve service name" error. Details: server job reading from a sequential file and writting to a Oracle OCI8i stage. I am using environment variables for Oracle user id, password and connect string...
by csri
Tue Jan 20, 2009 12:11 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error compiling job - Input string too long, limit 8192
Replies: 6
Views: 5267

Total length of field names of all the 53 target fields is 1491 and max length of field name used for one of the fields is 47.

Any inputs appreciated.