Questions tagged [ibm-sterling]

IBM Sterling is a B2B platform offering secure file transfer, integration with other businesses, supply chain management,...

34 questions
0
votes
1 answer

IBM Sterling File Gateway - iFix zip - unzip fails

While unzipping iFix file downloaded from Support Fix Central then it shows corrupted.
0
votes
1 answer

Location of Java installer for Windows Perimeter Server

ps_6010001.jar-this file but for Windows Where do I find the Windows installer for a Java install on a perimeter server for Sterling Integrator 6010?
souser
  • 11
  • 3
0
votes
1 answer

SFTP Client LIST service parameter "ModificationTime"

Requirement:- Pick the files from server which has been modified 5 mins before and moved to local server. I would like to know about the SFTP Client LIST Service in Sterling B2B Integrator it has a parameter "ModificationTime" I want use this to…
0
votes
0 answers

How to grab values between xml in SQl statement

When I run a SQL against one of the tables, this is the value i get against column instruction 50 512 B
Sai
  • 1
  • 2
0
votes
1 answer

How can i read the RFH2 header in my process data or primary document in my business process when the input is a .rfh file

I am trying to read the RFH2 header as a part of project , where in i am using the WSMQ services in the sterling integrator like Open queue Get messages etc . The input i have used is a .rfh type file and i am not getting it in process data . i…
DNBeritcss
  • 25
  • 3
0
votes
1 answer

IBM Sterling file transfer

We recently moved to use IBM Sterling. I went through some features of it and got to know that, it can do file transfer (SSH) to either Windows or Linux. So I asked Sterling team to transfer file as soon as vendor sends it. But I'm getting pushed…
bajji
  • 1,271
  • 3
  • 15
  • 37
0
votes
1 answer

IBM Sterling Connect:Direct and encryption

Does anyone know if the base Connect:Direct protocol ( used between two IBM Sterling secure proxy instances) supports encryption ? Or do you need to enable the Secure+ extension to obtain this feature ? Thanks, Ranjit
0
votes
1 answer

Sterling Map Editor : Conditional Null Value

I have a XML to XML map on IBM Sterling B2B Integrator map. I am trying to set an empty tag on a conditional variable as follows: empty($my_var[counter][1].#my_var); The result is that on output the empty tag does not show up. Expected…
Pablo Mosby
  • 309
  • 1
  • 2
  • 14
0
votes
1 answer

how to programmaticaly get events from sterling file gateway?

We have Sterling file gateway with UI and everything and we also have control center where we see the file transfers from SFG. Trying to find out how i can subscribe to the events from Filegateway[SFG] programmaticaly. The documentation is not clear…
md1980
  • 319
  • 1
  • 8
  • 21
0
votes
1 answer

Create a script to collect files from yesterday

I'm working in Sterling B2B Integrator and I have to create a Business Process to collect only the files from "yesterday" (the previous date) The problem is that B2Bi doesn't have a service to do that and the colection directory has over than 7000…
0
votes
1 answer

IBM Sterling OMS 9.3

Can someone please tell me about the different folders of IBM Sterling OMS 9.3 i.e. folders : Properties , Repository , Resources , Temp , external_Deployments , xapidocs ? If you can also provide me a link to any such documentation? I am not able…
0
votes
2 answers

Integration server is going down throwing java.lang.OutOfMemoryError: GC overhead limit exceeded

I have several integration servers which are running on unix box. These servers pick data from a websphere queue and process them. One of the server is automatically going down giving java.lang.OutOfMemoryError: GC overhead limit exceeded. I want…
Manas
  • 1
  • 1
0
votes
3 answers

Performance improvement for web services

We have a webservice, which will be called to provide the delivery date of the product, while purchasing in eComm website. We are using IBM Sterling Order Management in the backend, and its OOB webservice and its OOB service. This webservice (WSDL)…
0
votes
1 answer

scheduleOrder API fails in Sterling Order Management

I'm trying to schedule the order, but its keep on failing with the exception "The order line has unscheduled quantity but zero units are available for scheduling." in sterling order management. The processes that I've done so far are below. Created…
0
votes
2 answers

How to retrive the transfer order details, with the sales order number in Sterling OMS?

I've a requirement where in, I need to get all the transfer orders, that has been associated with the sales order. Is there any api / attribute in getOrderDetails API that has transfer order number or TransferOrderHeaderKey ? In the input, I've…