Search found 109 matches

by kjanes
Fri Aug 02, 2013 10:36 am
Forum: Information Analyzer (formerly ProfileStage)
Topic: Failed to save report
Replies: 13
Views: 9670

If the owner and user running the process do not match, it appears to be an issue. If the folder is there and owned by root or some other user other than the user running WAS, one could just recursively change the permissions throughout /tmp/informationServer. Once in the /tmp directory, all I did w...
by kjanes
Fri Aug 02, 2013 10:21 am
Forum: Information Analyzer (formerly ProfileStage)
Topic: Failed to save report
Replies: 13
Views: 9670

WAS is running under the wasadmin ID. That is correct. Not sure why that folder is created with owner root. If it is deleted and you restart WAS, the folders get recreated with the owner root. Is this a bug?
by kjanes
Fri Aug 02, 2013 10:13 am
Forum: Information Analyzer (formerly ProfileStage)
Topic: Failed to save report
Replies: 13
Views: 9670

I went to /tmp/informationServer directory and had noticed it was owned by root. when this structure is created, it was assigned the owner of root. I saw this yesterday and changed owner to dsadm thinking it might help. It did not. ****Resolution***** Having second thoughts today, I changed the owne...
by kjanes
Fri Aug 02, 2013 9:59 am
Forum: Information Analyzer (formerly ProfileStage)
Topic: Failed to save report
Replies: 13
Views: 9670

Yes, I did stop and restart WebSphere in the steps I laid out. Since DataStage/Info Server is dependent on WAS I stopped DataStage/Info Server first doing ./uv -admin -stop. I then stopped WAS using ./stopServer.sh server1. Once WAS was stopped, I deleted the files and folders recursively in /tmp/in...
by kjanes
Fri Aug 02, 2013 9:07 am
Forum: Information Analyzer (formerly ProfileStage)
Topic: Failed to save report
Replies: 13
Views: 9670

Re: Failed to save report

1) close Info Server Client
2) ./uv -admin -stop
3) ./stopServer.sh server1
4) cd /tmp
5) rm -R -f informationServer
6) ./startServer.sh server1
7) ./uv -admin -start
8 ) open info server client and rerun report

Unfortunately, this process did not resolve the problem.
by kjanes
Thu Aug 01, 2013 2:51 pm
Forum: Information Analyzer (formerly ProfileStage)
Topic: Failed to save report
Replies: 13
Views: 9670

Re: Failed to save report

I had this same error on v9.1 on RHEL 5.6 64 bit. I created the rest of the folders in the path and made sure the correct owner and permissions were set. I then restarted WebSphere and the initial message like you have is gone. I have a new message: ; nested exception is: com.ascential.acs.reporting...
by kjanes
Tue Feb 08, 2011 9:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error when I click in the view data in the OracleConnector
Replies: 2
Views: 4143

I had the same issue and just found this. http://www-01.ibm.com/support/docview.w ... wg21459498. There appears to be a new patch.
by kjanes
Wed Aug 13, 2008 10:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: reading xml datatype from sqlserver
Replies: 4
Views: 3211

I have not found any references to data type "XML" in any of the database connectors. I thought the SQL Server Enterprise Connector might support the XML datatype through an OLEDB connection but it echos the same error of "datatype not supported". I have tried most of the charact...
by kjanes
Wed Aug 13, 2008 10:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: reading xml datatype from sqlserver
Replies: 4
Views: 3211

I have not found any references to data type "XML" in any of the database connectors. I thought the SQL Server Enterprise Connector might support the XML datatype through an OLEDB connection but it echos the same error of "datatype not supported". I have tried most of the charact...
by kjanes
Wed Oct 06, 2004 11:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Lookup Stage
Replies: 2
Views: 2515

I didn't get a good feel for what your scenario is. Are the key columns for your source and lookup "nullable=no" before, during, and after the lookup?
by kjanes
Thu Nov 20, 2003 2:28 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Datadirect ODBC vs SQLNET & DB2 Connect
Replies: 3
Views: 2699

We use DataDirect for SQL Server to connect to SQL Server from our DataStage Server running on AIX. I haven't spent much time to see if there is an alternative (i.e. native SQL Server drivers for AIX?).

It works fine although traditionally, if there are native drivers they are usually faster.
by kjanes
Mon Nov 17, 2003 10:28 am
Forum:
Topic: Parameter of my query for finding the filename of a HashFile
Replies: 6
Views: 2367

I am not sure of the answer to your second question. I will have to try it.

The good thing about Find is you can do a "Find Within". This allows you to Find within your first answer set. This may get you a little bit further or offer some additional capabilities.
by kjanes
Mon Nov 17, 2003 8:11 am
Forum:
Topic: Parameter of my query for finding the filename of a HashFile
Replies: 6
Views: 2367

Instead of a "Query", maybe you could try "Find". Find is under the "Edit" menu and can be easier to use. You can find by metabroker and or class. You can also set criteria to use wildcards like *. Depending on the class you choose, only attributes for that class can be...
by kjanes
Fri Nov 14, 2003 2:09 pm
Forum:
Topic: Metastage7 with DS6
Replies: 6
Views: 2536

I think you should wait for v7 if is only a few weeks at the most. Maybe you can contiune your prototype using your current platform and change to v7 when available. I have not looked into this yet but it is my understanding there is a "web" interface between web pages you can code and Met...
by kjanes
Fri Nov 14, 2003 12:18 pm
Forum:
Topic: Metastage7 with DS6
Replies: 6
Views: 2536

I think the biggest changes in v7 were a nicer user interface and better integration with DataStage. In particular, PX support and NLS. I am not aware of any new reports per se but they have added a few new metabrokers and extended the SendToDB capabilites. Operational Metadata for DataStage 390 job...