Search found 44 matches

by irshanuddin
Wed Jun 25, 2014 1:35 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Expected identifier; got: "*"
Replies: 6
Views: 5842

Expected identifier; got: "*"

Have a job that is getting a lot of these errors: APT_CombinedOperatorController(0),1: Expected identifier; got: "*" The job uses a shared container that is being used to convert Julian Dates to Oracle Dates The basic transformer has a stage variable that does a NullToValue(Date,'') and pa...
by irshanuddin
Tue Aug 06, 2013 9:41 am
Forum: Information Analyzer (formerly ProfileStage)
Topic: Failed to save report
Replies: 13
Views: 10413

I just came back from being out a few days, and saw this resolution. I tried to log in as wasadmin and it didnt work. Found out wasadmin was never set up as a user on the websphere server ( we have a 3-tier setup). Having an account created now, but hopefully this still holds true for me. Thanks to ...
by irshanuddin
Fri Aug 02, 2013 10:07 am
Forum: Information Analyzer (formerly ProfileStage)
Topic: Failed to save report
Replies: 13
Views: 10413

Same here. Stopped and restarted WAS several times and Info Server too.
I remember this worked for me back when we upgraded to 8.1.
No dice here on 8.5.
Any other ideas?
by irshanuddin
Fri Aug 02, 2013 9:22 am
Forum: Information Analyzer (formerly ProfileStage)
Topic: Failed to save report
Replies: 13
Views: 10413

Kevin,

You mention restarting Information Server and not Websphere Server.
Have you tried that yet?

Unix :
cd WAS_home/bin
./stopServer.sh server_name [options]
./startServer.sh server_name

refer to :
http://www-01.ibm.com/support/docview.w ... wg21497966
by irshanuddin
Thu Aug 01, 2013 9:01 am
Forum: Information Analyzer (formerly ProfileStage)
Topic: Failed to save report
Replies: 13
Views: 10413

Failed to save report

Just setup IA and ran column analysis. Tried to create a report and got this error: com.ascential.acs.reporting.ReportingEngineException: /tmp/informationServer/Reporting(ServerName)Node01server1/engine/JREPORT/realm/defaultRealm/dhtmlPreference.properties (No such file or directory) Checked the web...
by irshanuddin
Tue Jul 30, 2013 12:32 pm
Forum: Information Analyzer (formerly ProfileStage)
Topic: IA Database setup
Replies: 2
Views: 4052

I found out that when database is a cluster, I can provide the instance name for one node and the database name and it worked.

Hope this helps someone!
by irshanuddin
Mon Jul 29, 2013 1:42 pm
Forum: Information Analyzer (formerly ProfileStage)
Topic: IA Database setup
Replies: 2
Views: 4052

IA Database setup

We are setting up our IA environment and I am unable to create a database connection for IA to use for analysis. The IADB is an Oracle database on RAC. I believe RAC setups have no SIDs. I mentioned IADB(Name of database) in "Database Name" and it said it couldnt find the database. I tried...
by irshanuddin
Fri Aug 17, 2012 8:26 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job hangs
Replies: 5
Views: 2959

Yes, we are running 64-bit on RHEL 5.7 64-bit...
by irshanuddin
Tue Aug 14, 2012 10:51 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job hangs
Replies: 5
Views: 2959

Ray, I apologize but I have no idea what that means. I am just using the built in routine WaitForStage and pointing it to a transformer. I tried splitting the job into 2 jobs instead of 2 streams in same job and it works great. Rough sketch: DimLookups | | OracleSource---Xfmr---Xfmr---Aggr---Xfmr---...
by irshanuddin
Mon Aug 13, 2012 11:45 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job hangs
Replies: 5
Views: 2959

Job hangs

I have a simple job that splits rows into 2 streams and then aggregates and writes to one table, with a waitforstage routine to write one after another. I have been able to run the job succesfully for a small subset of rows, but larger sets of data hang the job and it just sits there doing nothing, ...
by irshanuddin
Mon Jun 18, 2012 2:27 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Schema Library Manager
Replies: 2
Views: 1886

Schema Library Manager

I installed 8.5 recently and also the FP1 and am currently on 8.5.0.1 on Linux RHEL 5.7 server edition. I am trying to use XML for the first time and tried to import using the Schema Library Manager. But every time I click on it, it comes back with an error: "The remote server returned an error...
by irshanuddin
Wed Jan 11, 2012 12:15 pm
Forum: General
Topic: Error adding to schedule.You do not have permssion to use at
Replies: 5
Views: 1853

Once I explained to my admin what I was trying to do, he set me up in the at.allow and its all good now.

Thanks Craig!
by irshanuddin
Wed Jan 11, 2012 9:37 am
Forum: General
Topic: Error adding to schedule.You do not have permssion to use at
Replies: 5
Views: 1853

I am still looking to see if I can find the cron.allow and at.allow directories.
But I did find a /var/spool/at directory and asked my admin to give write permissions to dsadm to this. Not sure if this is the right directory, its basically at the same level as the cron is.
by irshanuddin
Wed Jan 11, 2012 9:08 am
Forum: General
Topic: Error adding to schedule.You do not have permssion to use at
Replies: 5
Views: 1853

Error adding to schedule.You do not have permssion to use at

Trying to schedule a one time run on Linux RHEL 5.7 in DS 8.5. Searched DSXchange and asked admin to give dsadm permissions to write to atjobs directory, and he goes "what atjobs directory?" I do not have a /usr/spool/cron, but I do have a /var/spool/cron which has the OS level user dsadm ...
by irshanuddin
Wed Nov 16, 2011 2:23 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Creating ODBC Connection in Linux
Replies: 3
Views: 2029

I found my answer browsing the web.
I had to add this line to my .odbc.ini entry for the particular AS400 connection:
CharsetFor65535=2028

Hope this helps someone.