Search found 226 matches

by synsog
Wed May 02, 2012 12:41 pm
Forum: General
Topic: Failed to locate information for server
Replies: 8
Views: 4652

Re: Failed to locate information for server

dsjob -file dslogininfo.txt -run -mode NORMAL XXX YYYY So, dslogininfo.txt is in the same location as dsjob? If not, provide a location for it. Mike dsloginfo.txt is located on a seperate path, and i m providing the path like this... dsjob -file c:\temp\dslogininfo.txt -run -mode NORMAL XXX YYYY
by synsog
Wed May 02, 2012 10:34 am
Forum: General
Topic: Failed to locate information for server
Replies: 8
Views: 4652

But in Programmer's guide it specified: for dsjob command only: -file filename NONE enginename domainname specifies the domain for which the file contains logon details. For dsjob, you can set NONE to log on to the engine rather than the domain. enginename specifies the engine for which the file con...
by synsog
Wed May 02, 2012 10:01 am
Forum: General
Topic: Failed to locate information for server
Replies: 8
Views: 4652

I am passing the servername, userid,password through a file to the dsjob command.
But i am getting error saying "Failed to located Information for Server"
by synsog
Wed May 02, 2012 9:10 am
Forum: General
Topic: Failed to locate information for server
Replies: 8
Views: 4652

Failed to locate information for server

Project Name = XXX
DataStage Job Name = YYYY

dsjob -file dslogininfo.txt -run -mode NORMAL XXX YYYY

Login Info is in the file name = dslogininfo.txt
servername,userid,password
cnaetl101,ds1245,htu098yg
by synsog
Wed Apr 25, 2012 9:11 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Float to Varchar Data Type conversion
Replies: 0
Views: 941

Float to Varchar Data Type conversion

I am converting float(126) to varchar(255) using transformer function DFloatToStringNoExp(<inputcolumn>,10) .Source is oracle and target is sequential file. Source column data is 80721804.076 but in target i am getting the value 80721808. I don't want to use cast at oracle side.Can any one help me t...
by synsog
Fri Apr 13, 2012 6:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Multiple Repition Elements in XML
Replies: 5
Views: 2672

Hi Erine, Thanks for your reply; Then, even before your reply, I resolved, i did the same thing which you mentioned in your reply :-) In XML for each of "independently" repeating nodes, each one must have its own link. <purchase order> <items> <address> So item will have product info.. <it...
by synsog
Thu Apr 12, 2012 2:11 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Multiple Repition Elements in XML
Replies: 5
Views: 2672

Got same error...

Hi Ernie, As you mentioned, I kept only 1 XML input stage and tried to pull the XML chunk into a flat file; I am getting; Now if i replace the flat file and put another XML input stage to further falttern the XML , it is throwing error: XML_Input_185: XML input document parsing failed. Reason: Xalan...
by synsog
Wed Apr 11, 2012 2:47 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Multiple Repition Elements in XML
Replies: 5
Views: 2672

Multiple Repition Elements in XML

I am getting Error: The column of the output link is relative. Error occurred in call to ORPHCallActivePluginInitialize(). The runLocally() of the operator failed. Here is my part of XML: - <ns9:ProgressiveQuoteChoice> - <ns9:ProgressiveAutomobileQuote> <ns9:sourceOfBusiness>Progressive.com</ns9:sou...
by synsog
Tue Apr 10, 2012 11:31 pm
Forum:
Topic: Unable to see extended data sources in reports
Replies: 2
Views: 1238

Hi Ernie, We are generating reports using jobs. If we use extract job and then create a report for 'where does data come from' then we are able to see extended data sources but if we use any other job (which uses Database as reference) then we are unable to see extended data sources in the report. A...
by synsog
Mon Apr 09, 2012 11:42 pm
Forum:
Topic: Unable to see extended data sources in reports
Replies: 2
Views: 1238

Unable to see extended data sources in reports

Hi everyone, We are using automated services for our data lineage project and recently we imported all the extended data sources and completed extension mappings as well. Now when we generate report for 'where does data come from', we are unable to see the extended data sources for either those jobs...
by synsog
Wed Apr 04, 2012 10:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: .html file creation
Replies: 5
Views: 1914

So u meant to say i can use HTML coding in datastage..? Sorry i didnt understand can you please shed some light on this.....
by synsog
Wed Apr 04, 2012 9:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: .html file creation
Replies: 5
Views: 1914

.html file creation

Hello, I was trying to create a .html file in datastage. Structure of the file contains two columns. When i generate the file in .html and move the file from Unix to windows i was not able to get the output in a tabular form. Its coming as a line. Please can anybody help me on this. Thanks in advanc...
by synsog
Fri Mar 23, 2012 8:17 am
Forum: General
Topic: Audit Check & Balance Layer
Replies: 5
Views: 2426

Audit Check & Balance Layer

Hi, I understand as part of the ETL Architecture design we can have an Audit Check & Balance layer. The idea being to be able to reconcile between source record counts against the rejects + loaded records. Gathering Statistics at a link level can also be done via a script that pulls this data fr...
by synsog
Tue Mar 20, 2012 10:52 pm
Forum:
Topic: Unable to see extended data sources in the report
Replies: 0
Views: 841

Unable to see extended data sources in the report

hi everyone, Recently we created extended data sources and extention mappings for our project. Now when we generate a report using extended data source for 'where does data go to' we are able to see a proper report which includes extended data sources, extention mappings, jobs and tables. But when w...
by synsog
Wed Feb 01, 2012 9:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle Enterprise Stage - Insert statement using Upsert
Replies: 2
Views: 2058

Oracle Enterprise Stage - Insert statement using Upsert

Hi, We have an insert statement and we are using the Write Method as Upsert in Oracle Enterprise Stage. My Question is - What is the difference between using the upsert mode - "User Defined Update Only" mode and writing the Insert statement here against using the "User Defined Update ...