Search found 40 matches

by ghila
Wed Jun 13, 2012 2:42 am
Forum: General
Topic: dsjob -report in xmeta database ?
Replies: 3
Views: 2916

Re: dsjob -report in xmeta database ?

If using 8.7, you better have to install the Operations Console. It's based on a dedicated "open" database that is documented.

Regards
Daniel
by ghila
Thu Dec 01, 2011 9:49 am
Forum: General
Topic: How to convert datastage assets into .isx file on Windows
Replies: 11
Views: 9456

or -datastage ' -incexec "<hostname>/<project name>/Jobs/*.*" ' if you want job design with depended objects
by ghila
Thu Dec 01, 2011 9:47 am
Forum: General
Topic: How to convert datastage assets into .isx file on Windows
Replies: 11
Views: 9456

Try using -datastage ' -incexec -nodesign "dsetltest2he/<project name>/Jobs/*.*" '
by ghila
Thu Aug 19, 2010 12:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Heap size error in Generic job
Replies: 4
Views: 4278

Re: Heap size error in Generic job

Hello,

We got similar troubles. Seems some heap allocation limitations are due to the setting of the AIX environment variable LDR_CNTRL.
You might check how it is set in your "dsenv" file.

That link can also be useful :
http://www-01.ibm.com/support/docview.w ... wg21411997
by ghila
Mon Jun 14, 2010 4:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error while loading data to DB2 table
Replies: 8
Views: 7870

Re: Error while loading data to DB2 table

Hi, I already got this problem last week. Seems the problem is not on "orchdb2op" library but on the "libdb2.a" first. "libdb2.a" is a DB2 libray. So if you add the path to .../lib64 in LIBPATH in dsenv file, that should work. We added /opt/IBM/db2/V9.5/lib64 and that w...
by ghila
Tue Oct 20, 2009 1:18 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: dsjob command in V8 is slow
Replies: 3
Views: 3194

Hi Chulett, It takes at least 6 -7 second to run a dsjob command and display the result in version 8.0 than in version 7.5.2 Hello, You may try to contact tech support and check with them about some APAR that fixed part of the dsjob performances issues. They may provides you with some patchs for yo...
by ghila
Thu Oct 15, 2009 7:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Getting rid of an invisible project
Replies: 17
Views: 11725

The PMR was 88246,999,706 but was originally opened because of the abnormal amount of time taken to delete a project. The support sent us a procedure ( and the script ) to manually delete a project as well as a procedure to delete a job ( using same script ). Ghila, how long do you defined 'abnorma...
by ghila
Thu Oct 15, 2009 7:46 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Getting rid of an invisible project
Replies: 17
Views: 11725

The PMR was 88246,999,706 but was originally opened because of the abnormal amount of time taken to delete a project. The support sent us a procedure ( and the script ) to manually delete a project as well as a procedure to delete a job ( using same script ). Ghila, how long do you defined 'abnorma...
by ghila
Thu Oct 15, 2009 3:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Getting rid of an invisible project
Replies: 17
Views: 11725

Thanks ghila, I'll look into it. Did you have a PMR or case number that I can reference when we talk to them? Brad. Brad, The PMR was 88246,999,706 but was originally opened because of the abnormal amount of time taken to delete a project. The support sent us a procedure ( and the script ) to manua...
by ghila
Wed Oct 14, 2009 2:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Getting rid of an invisible project
Replies: 17
Views: 11725

The schema is still there, this could be the result of a partial delete, i.e. someone trying it from the (undocumented) commands in DS. ... Undocumented? Are you talking about the dsadmin comand and the -deleteproject option? Should I not be using this? Brad. I already got some similar problems. Th...
by ghila
Thu Oct 08, 2009 6:35 am
Forum: General
Topic: How to extend the licence?
Replies: 3
Views: 3364

Re: How to extend the licence?

hello, Connect to <domain>:9080 on your browser, then choose "Domain Management" and "Licensing" . You will got a "Upload a Licensing File" on the right corner. Hope this will help. Hi guys, on 10.10. my licence is running out, so Ive got sent a new one till end of the ...
by ghila
Fri Mar 20, 2009 1:18 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Delete jobs from project .
Replies: 9
Views: 4285

In Information Server 8.x you need to delete records in the xmeta repository ( located in DSJobDef and DSItem ). Deleting in Universe is not enough.
So, please ask IBM tech support the DStageWrapper script and the way to use it.

Regards
Daniel
by ghila
Thu Mar 19, 2009 1:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Delete jobs from project .
Replies: 9
Views: 4285

thumati.praveen wrote:When i am trying to delete it is giving error message like (SOURCE OBJECT CANOT FOUND IN REPOSITORY )ANY body can help the same
Ask the IBM tech support. They will provide you a script that will let you delete job in the xmeta repository as well.

Regards
Daniel
by ghila
Tue Mar 17, 2009 5:17 am
Forum: General
Topic: Command Line Interface manual entry
Replies: 5
Views: 2776

Ray,

I add same problem. You should look on the server now instead of client :

http://<server>:9080/infocenter/?topic=/com.ibm.swg.im.iis.ds.cliapi.ref.doc/topics/r_dsvjbref_Commands_for_Controlling_WebSphere_DataStage_Jobs.html

Hope this help.

Regards.
Daniel
by ghila
Wed Mar 05, 2008 8:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage PX Ports
Replies: 3
Views: 2315

Hello Francois, Port is 31538 ( configured in /etc/services on your AIX box ). This is default port and this can be changed by modifying in /etc/services the "dsrpcd" line. If changed, you need to add port number to server when using Designer, Director , etc... like server:port number You ...