Search found 42 matches

by als110
Wed Sep 21, 2005 9:59 am
Forum: Information Analyzer (formerly ProfileStage)
Topic: Importing Oracle Meta
Replies: 10
Views: 8364

Ok so as it turns out I was never connecting to the db at all, I made a few changes to the odbc instance and I can now connect to the db but I am still getting no where, I can't even select tables here is the message I get now: Error Retreiving Table List. Error maybe database or schema in this conn...
by als110
Tue Sep 20, 2005 12:35 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Add/substract months from date
Replies: 5
Views: 1911

I handled it by converting the date into a julian day added or subtracted the 3 months (-90) then converting it back to the date format:

DateFromJulianDay((JulianDayFromDate(lnkStmOut.POL_SYS_KEY_DT) - 180))
by als110
Tue Sep 20, 2005 8:08 am
Forum: Information Analyzer (formerly ProfileStage)
Topic: Importing Oracle Meta
Replies: 10
Views: 8364

I changed to the ip address and I get the exact same error and in fact it just errors out faster with the ip than the box name.
by als110
Mon Sep 19, 2005 1:16 pm
Forum: Information Analyzer (formerly ProfileStage)
Topic: Importing Oracle Meta
Replies: 10
Views: 8364

Does anyone have any other ideas on this, I can import the meta data if I use an analysis server that is installed on my local windows machine but I can not import it using the analysis server on my unix box. I now am getting the following error: Unable to connect to database using DSN/service 'AHQ2...
by als110
Thu Sep 15, 2005 9:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Calculation on DATE
Replies: 7
Views: 2475

I have done this first by converting the date to a julian day and since you wanted to know 24 months ahead add 730 to the julian date and then convert if back to date. It is a crazy work around but it works for what you need
by als110
Wed Sep 14, 2005 1:47 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Cobol Copy book layout
Replies: 1
Views: 2087

Cobol Copy book layout

I have a fairly large cobol copybok with comp-3 fields. If I want to be able to run jobs from the file what is the easiest way to import it. I have the file in both asci and binary and the meta data is imported into datastage with both the levels and occurs defined. Do I need to us a complex flat fi...
by als110
Wed Aug 24, 2005 1:30 pm
Forum: Information Analyzer (formerly ProfileStage)
Topic: Creating a NEW DB and specs
Replies: 4
Views: 4481

Ray,

It turns out that you do in fact have to have an Analysis Server Installed in both places in order to properly export and create new target db's in profile stage. Once the Analysys Server was installed on my Windows Machine and configured in profile stage then jobs ran fine.
by als110
Tue Aug 23, 2005 2:45 pm
Forum: Information Analyzer (formerly ProfileStage)
Topic: Creating a NEW DB and specs
Replies: 4
Views: 4481

Thanks for everyone's help, but according to the documentation It looks like I not only need an analysis server on my unix box but I need a copy of it on my client machine as well. I currently have a ticket in with ascential support, and i will see what they say. Any other help would be greatly appr...
by als110
Tue Aug 23, 2005 12:05 pm
Forum: Information Analyzer (formerly ProfileStage)
Topic: Creating a NEW DB and specs
Replies: 4
Views: 4481

It turns out that the ip address that it is trying to use is my local machine where the PS client is installed. I'm not sure why for the generate DB it is trying to do this but for all other processes that require the use of hte Analysis server it is point to the one on the unix box where my analysi...
by als110
Tue Aug 23, 2005 11:30 am
Forum: Information Analyzer (formerly ProfileStage)
Topic: Creating a NEW DB and specs
Replies: 4
Views: 4481

Creating a NEW DB and specs

I am attempting to build a new db schema and specs after I have completed a full analysis of a source db. I get the following error: 8/23 12:26:09: INFO - +ERROR 100 5208 There is no Analysis Server running at IP address 165.245.228.74 The thing the really jumps out at me is the fact that the error ...
by als110
Mon Aug 22, 2005 3:31 pm
Forum: Information Analyzer (formerly ProfileStage)
Topic: Setting Up Profile Stage Tutorial
Replies: 1
Views: 3527

I ended up putting the data on the AIX box however I also set up a local ODBC text connection to be able to browse the source data. Prior to setting up this text odbc connection I was able to do everything but veiw the source data.
by als110
Thu Aug 18, 2005 9:25 am
Forum: Information Analyzer (formerly ProfileStage)
Topic: Setting Up Profile Stage Tutorial
Replies: 1
Views: 3527

Setting Up Profile Stage Tutorial

If my Message Switch and Analysis Server Reside on an AIX box can I set up the Profile Stage Tutorial so that the sample data resides on my profile stage client machine? Basically I want to be able to use a ODBC text connection I believe, to connect to the sample data on my local machine. Any Sugges...
by als110
Thu Aug 18, 2005 7:29 am
Forum: Information Analyzer (formerly ProfileStage)
Topic: Importing Oracle Meta
Replies: 10
Views: 8364

Yes oracle is running on this computer and I am able to connect to the instatance through other sql tools.
by als110
Wed Aug 17, 2005 12:48 pm
Forum: Information Analyzer (formerly ProfileStage)
Topic: Importing Oracle Meta
Replies: 10
Views: 8364

Importing Oracle Meta

I have successfully imported sql server meta data into ps, however when I try to do the import on an Oracle DB it times out with the following messages:

MetaDate Loader Done.
Problem Number 88: The server program was terminated unxepectedly.
Please Call Technical Support.

Any Suggestions??
by als110
Wed Aug 17, 2005 12:36 pm
Forum: Information Analyzer (formerly ProfileStage)
Topic: Viewing sample data after columns Analysis
Replies: 2
Views: 4078

Viewing sample data after columns Analysis

I have done column analysis on a table and when i veiw the results I attempt to view sample data i get the following error. Failed to Populate sample data. Under Connection Manager for the given source I have set up the browse option for the source, and the only option I have is to use the Repositor...