Search found 132 matches

by Amit_111
Thu Nov 08, 2012 12:23 pm
Forum: General
Topic: Import a .pjb file using istool command
Replies: 15
Views: 17021

Hi Mike, We are on version 8.7 and as you said, we are doing that simple right-click mouse operation and sending the oject in the version control tool but the problem is it goes in .pjb format and not in .isx format in to the VC tool. This is our issue. Now since its going in .pjb format in the vers...
by Amit_111
Thu Nov 08, 2012 10:37 am
Forum: General
Topic: Import a .pjb file using istool command
Replies: 15
Views: 17021

Actually we are planning to integrate IBM Information Server Manager with our Version Control tool wherein we can directly send an export of a particular job directly to the Version Control Tool i.e. without performing the manual export and not needing to check-in this export manually in the VC Tool...
by Amit_111
Thu Nov 08, 2012 9:36 am
Forum: General
Topic: Import a .pjb file using istool command
Replies: 15
Views: 17021

Hi, 1. Below is the command i am trying to execute to import .pjb using istool: ./istool import -domain <Domain_Name>:<Port> -u <username> -p <password> -ar /tmp/filename.pjb -ds ' "<Server Name>/<Project_Name>" ' 2. Yes, I have confirmed that the file exists in tmp folder.
by Amit_111
Wed Nov 07, 2012 3:51 pm
Forum: General
Topic: Import a .pjb file using istool command
Replies: 15
Views: 17021

The exact error I am getting is as below:
Beginning import
Import failed: Error opening archive file /tmp/filename.pjb
by Amit_111
Wed Nov 07, 2012 3:34 pm
Forum: General
Topic: Import a .pjb file using istool command
Replies: 15
Views: 17021

Import a .pjb file using istool command

Hi, I have a .pjb file which i received when i sent a DataStage job to my Version control tool using the source control option in IBM Information Server Manager. Now, when I take this file from my version control tool and manualy import this .pjb file using the Import option in IBM Information serve...
by Amit_111
Tue Aug 21, 2012 9:55 am
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: Bad Request Error when calling a Web Service through WST
Replies: 10
Views: 11329

Thank you Ray !! Right now installing this software is restricted so will check with my Admin guys if they can do something. Meanwhile, from DataStage perspective I am curious to know why a DataStage Server Job is sending an XML request to a web service in a different format when compared to that of...
by Amit_111
Mon Aug 20, 2012 9:08 am
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: Bad Request Error when calling a Web Service through WST
Replies: 10
Views: 11329

Further updates from my side: I started with a parallel job to invoke the web service but after reading few posts here, I found that we have an option to trace the logs in Server Job. I created a Server Job and looking at the logs I found that I had declared few extra Namespces in "Input Namesp...
by Amit_111
Thu Aug 16, 2012 3:07 pm
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: Bad Request Error when calling a Web Service through WST
Replies: 10
Views: 11329

I tried to analyze this further and I observed that the import namespace declared in WSDL i.e. http://xmlns.oracle.com/HelloWorldSynchronousRequestReplyWS is not accessible from IE. I contacted the person who created the WSDL and he said that this Webservice is working fine and has been called many ...
by Amit_111
Thu Aug 16, 2012 7:46 am
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: Bad Request Error when calling a Web Service through WST
Replies: 10
Views: 11329

Thanks Ernie and Ray for your reply !!!

I will keep trying from my side till it gets resolved or we get the patch installed.

Meanwhile, please reply at your convenience
by Amit_111
Wed Aug 15, 2012 1:35 pm
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: Bad Request Error when calling a Web Service through WST
Replies: 10
Views: 11329

Thnaks Ray !! I tried changing the Namespace labels with actual links in the Description section for the "Input" column in "Input-->Columns" Tab. Accordingly I changed the description from /ns1:HelloWorldSynchronousRequestReplyWSProcessRequest/ns1:input/text() to /http://xmlns.or...
by Amit_111
Tue Aug 14, 2012 12:42 pm
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: Bad Request Error when calling a Web Service through WST
Replies: 10
Views: 11329

Bad Request Error when calling a Web Service through WST

I need to call a Web Service which is a simple Request Response Synchronous Web Service. I am not able to import the Web service metadata though the importer as it is giving me the error mentioned in below link: http://www-01.ibm.com/support/docview.wss?uid=swg1JR41390 We are yet to install the FP1 ...
by Amit_111
Wed Feb 23, 2011 10:37 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Minimum Modulus Issue in Hashed Files
Replies: 1
Views: 1630

Minimum Modulus Issue in Hashed Files

Dear All, I have created a hashed file which stores the Primar key and an amount value which i cumulate whenever an instance from source is found. The Minimum modulus of my file is set to 1 and the strange thing which is happening is after around 100000 apprx. records are processed from the source t...
by Amit_111
Wed Feb 02, 2011 4:09 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: To Update DSParams file through DS Routine
Replies: 3
Views: 2188

Thanks but then what should be the correct approach to do the same?
by Amit_111
Fri Jan 21, 2011 3:46 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: To Update DSParams file through DS Routine
Replies: 3
Views: 2188

To Update DSParams file through DS Routine

Can I update DSParams file to assign a value to a particular parameter declared in the DSParams file through a user defined DS routine?

If Yes, Please help me with some pointers to do the same.

Thanks.
by Amit_111
Thu Jul 22, 2010 6:30 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: To Avoid a Possible Deadlock
Replies: 4
Views: 2728

Sorry, By saying DB I meant to use Database stage i.e. Oracle wherein two links in a target stage will be possible. So i hope i can go ahead with this design and avoid causing possible deadlocks.