Search found 53125 matches

by ray.wurlod
Mon Jun 22, 2009 5:16 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Read lookup file into memory using basic routine
Replies: 15
Views: 4431

Speed of search can be improved by using BY seq clause in both LOCATE statements.
by ray.wurlod
Mon Jun 22, 2009 5:12 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: not able to create new project
Replies: 27
Views: 8187

I agree with Arnd. Take two backups. That number of errors is weird - UV_SCHEMA ought only to contain very few records. You might like to involve your support provider, as there may be an issue with mismatched file units going on here. Before trying a fix, can you add the option -level 5 to the fixt...
by ray.wurlod
Mon Jun 22, 2009 5:07 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Getting Number of Columns of Hashed File
Replies: 5
Views: 1434

Try this.

Code: Select all

ColCount = DCount(Convert(@TM,@FM,RVal),@FM)
The single physical key is typically made up of values separated by text mark characters (@TM).
by ray.wurlod
Mon Jun 22, 2009 5:05 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Datastage Routines
Replies: 3
Views: 1111

There's even a DSXchange Learning Center Webinar on exactly this topic - how to use job sequences to process file-based lists or lists of file names.
by ray.wurlod
Mon Jun 22, 2009 5:02 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How can I use DSRunJob with Parameter Set ?
Replies: 3
Views: 1596

You can change just one parameter in the set leaving the others to default using "dot notation" syntax.

Code: Select all

-param setname.parametername=value
There was a recent Webinar on how to use Parameter Sets.
by ray.wurlod
Mon Jun 22, 2009 4:59 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Identify the server version
Replies: 3
Views: 883

Even easier is to use the Help (About) menu in any DataStage client.
by ray.wurlod
Mon Jun 22, 2009 4:58 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to enable selection tab in hash file
Replies: 14
Views: 3481

That's a good response. It means that the VOC pointer has been created. There are many more, some of which the system needs. A pre-stored query that will show them is LISTFR (executed at TCL).
by ray.wurlod
Mon Jun 22, 2009 4:56 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Not able to log in IBM Datastage after reboot of server
Replies: 30
Views: 20714

NOT telnet!!! Go there physically. Or use Remote Console.
by ray.wurlod
Mon Jun 22, 2009 4:54 pm
Forum: IBM QualityStage
Topic: How do you make changes to USFIRSTN.TBL ?
Replies: 12
Views: 4262

The client prevents you from editing out-of-the-box rule sets. However, you can edit the rule set files (they are all text files) directly.
by ray.wurlod
Sun Jun 21, 2009 11:27 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Not able to log in IBM Datastage after reboot of server
Replies: 30
Views: 20714

There is a Windows machine on which DataStage server is installed.
Can you login to that machine - ignore any IBM software for the moment - can you achieve a Windows login on the Windows machine? If so, can you open a CMD shell there?
by ray.wurlod
Sun Jun 21, 2009 9:09 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: What Protocal used by Infosphere to connect UNIDATA
Replies: 5
Views: 1373

It uses ODBC protocol to connect to Unidata.
  • SQLAllocEnv()
    SQLAllocConnect()
    SQLSetConnectOption() as many times as needed
    SQLConnect()
by ray.wurlod
Sun Jun 21, 2009 9:00 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Not able to log in IBM Datastage after reboot of server
Replies: 30
Views: 20714

NOT from the client.

"directly on the server", for example using its console.
by ray.wurlod
Sun Jun 21, 2009 7:10 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Not able to log in IBM Datastage after reboot of server
Replies: 30
Views: 20714

Can you log in to Windows using a CMD shell directly on the server?
by ray.wurlod
Sun Jun 21, 2009 5:43 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Surrogate Key Generator Stage
Replies: 14
Views: 3540

And they ask me to respond to.... AmI staisfied? Sure we spend all this money and there going to ask us to do the ETL in the database or withing shell scripts!!! Hello John, Since the job is working with the workaround and there is nothing additional I can assist with for this PMR, may I close it? ...
by ray.wurlod
Sun Jun 21, 2009 5:41 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Not able to log in IBM Datastage after reboot of server
Replies: 30
Views: 20714

Use Information Server web console to reset the password or create a new user ID for testing. Make sure that the domain name given in the connection dialog is the correct hostname (and port 9080) for Information Server.