Search found 53125 matches

by ray.wurlod
Sun Dec 07, 2014 4:17 pm
Forum: Site/Forum
Topic: Site slow today?
Replies: 12
Views: 13460

Maybe Dennis needs to get a new generation of younger hamsters to run in the treadmill.
:idea:
by ray.wurlod
Sat Dec 06, 2014 2:38 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: No records returned from Join & Sort stages
Replies: 3
Views: 1686

What were the error messages in the job log? It may simply be that the job aborted before any rows were emitted by the Sort stage or Join stage.
by ray.wurlod
Sat Dec 06, 2014 2:35 pm
Forum: Site/Forum
Topic: Site slow today?
Replies: 12
Views: 13460

qt_ky wrote:I saw a few php database error pages
That can happen if you try to connect at the time that they're backing up the database.
by ray.wurlod
Fri Dec 05, 2014 1:44 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Pswrd contains # character as starting and ending character
Replies: 8
Views: 4457

Perhaps you could supply the password as a job parameter, and have the value of the job parameter itself begin and end with "#" characters.
by ray.wurlod
Fri Dec 05, 2014 1:37 pm
Forum: General
Topic: firewall enables on redhat
Replies: 1
Views: 776

You need to have the firewall configured so that the particular ports needed for Information Server processes are left open.
by ray.wurlod
Fri Dec 05, 2014 1:24 pm
Forum: General
Topic: LDAP (PAM) configuration how to define ds security roles
Replies: 9
Views: 3533

It'd certainly be easier. That's what "shared" registry means - both IIS and the OS are using the same user registry.
by ray.wurlod
Fri Dec 05, 2014 12:59 pm
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: hierarchical query as web service input
Replies: 5
Views: 6789

Try changing the character set at the top of the DSX file to the same that your Windows system uses then attempt the import again.

You may also need to convert the UNIX linefeeds to Windows line terminators using a utility such as unix2dos.
by ray.wurlod
Fri Dec 05, 2014 12:57 pm
Forum: Site/Forum
Topic: Site slow today?
Replies: 12
Views: 13460

It's not just you. Over a minute per page load.
by ray.wurlod
Thu Dec 04, 2014 8:51 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Pswrd contains # character as starting and ending character
Replies: 8
Views: 4457

When entering the password replace each "#" with "__035__".
by ray.wurlod
Thu Dec 04, 2014 1:43 pm
Forum: IBM QualityStage
Topic: Qualitystage job getting aborted with qsavop error
Replies: 5
Views: 4343

PATH in particular, as specified in the error message itself.
by ray.wurlod
Wed Dec 03, 2014 3:36 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Maximo to Datastage
Replies: 5
Views: 2574

I think the CSV extract processed by DataStage would offer the best performance, and invoking Maximo via its web service the worst.
by ray.wurlod
Wed Dec 03, 2014 3:31 pm
Forum: General
Topic: Unable to delete Datastage Job
Replies: 3
Views: 4307

Do you mean "dropped" the XMETALOCKINFO table, or "deleted (all records from)" the XMETALOCKINFO table? If the former, a whole lot of things are about to stop working for you. For the rest, let's wait till you've reported whether RT_CONFIG205 exists. You might also tell us whethe...
by ray.wurlod
Tue Dec 02, 2014 8:25 pm
Forum: General
Topic: Metadata Repository on Oracle RAC
Replies: 9
Views: 3578

For example, your tnsnames.ora entry might look like TRADES_APP.WORLD = (DESCRIPTION = (ENABLE_BROKEN = TRUE)(CONNECT_TIMEOUT = 3)(TRANSPORT_CONNECT_TIMEOUT = 2)(RETRY_COUNT = 3) (ADDRESS_LIST = (LOAD_BALANCE = ON)(FAILOVER = ON) (ADDRESS = (PROTOCOL = TCP)(HOST = itgsing120-scan.trades)(PORT = 1521...
by ray.wurlod
Tue Dec 02, 2014 7:50 pm
Forum: General
Topic: Metadata Repository on Oracle RAC
Replies: 9
Views: 3578

Basically you need to have the tnsnames.ora entry changed so that there is only one ADDRESS component in the ADDRESS_LIST. Most DBAs put each ADDRESS component on a separate line, so it should be a simple matter of commenting out all but one. Once the installation is complete, you can reinstate them...
by ray.wurlod
Tue Dec 02, 2014 3:56 pm
Forum: General
Topic: Batch script running trouble from Datastage
Replies: 7
Views: 2724

Stick some echo commands into the script to see how far it actually gets.

For example, some variants of FTP do not allow the entry of the password to be subjected to redirection.