Questions tagged [ibm-sterling]

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

34 questions
2
votes
1 answer

In sterling where we can set the max Elements In Memory?

I tried to search it in customer overrides properties file. But we couldn't find a remarkable difference in that. Please help. Thanks in advance.
user1440703
1
vote
1 answer

Connect Direct (NDM)

How to configure 2 nodes via connect direct in Unix environment? I want to configure 2 nodes/system via connect direct to initiate the file transfer. I have heard that I need to make entries in netmap and userfile config files but not sure when and…
Rishabh Aher
  • 61
  • 2
  • 7
1
vote
1 answer

How to pick a specific type of file (XML , txt) via GPM using a Business Process in Sterling Integrator

Hi i am learning basics of MFT and i want to create a business process that picks a particular type of file like xml or txt only, when i pass it I do not know how to solve this issue Any help would be really welcome
DNBeritcss
  • 25
  • 3
1
vote
0 answers

How to get the list of active BP in IBM Sterling B2B Integrator

How to get the list of active Business processes in IBM sterling B2B Integrator : SQL for Oracle: select DISTINCT NAME , WC2.WORKFLOW_ID, sysdate - START_T AS TIMEDIFF From WORKFLOW_CONTEXT WC, ( SELECT MAX(STEP_ID) STEP_ID , MIN(START_TIME)…
Mounir Babari
  • 80
  • 1
  • 11
1
vote
0 answers

SQL query to display IBM Sterling B2B Integrator BPs configuration with the meaning of each PERSISTENCE_LEVEL

SQL query to display IBM Sterling B2B Integrator BPs configuration with the meaning of each PERSISTENCE_LEVEL. The PERSISTENCE LEVEL is coded in the WFD (workflow definition) table. select name, wfd.EXECNODE, wfd.PRIORITY QUEUE, wfd.LIFE_SPAN,…
Mounir Babari
  • 80
  • 1
  • 11
1
vote
2 answers

xslt 1.0 subtract date

We have Sterling B2B Integrator for our EDI processing. I have a need to add the date to a file name, however, I need to assign yesterday's date and have not found a good option. I'm too new to xslt to figure it out. It is in xlst 1.0. It…
Carina S
  • 11
  • 2
1
vote
1 answer

how to deploy exploded folder in jboss 6.2

Can we deploy a exploded jar/ear in jboss 6.2 ? Desc: I need to deploy a exploded ear file in jboss 6.2.I am able to do the same in jboss 4.2.3. But while trying the same procedure in jboss 6.2 the standalone.bat(run.bat in jboss 4.2.3) file is not…
1
vote
2 answers

Is it possible to create and trigger email alerts for APIs in Sterling Order Management system?

Is there a way to create Email Alerts in Sterling Order management system when a Specific API is inactive/no activity for a brief period of time? For example,If a custom API which reads/grabs messages from one queue and places in another queue every…
chanukhya bachina
  • 171
  • 1
  • 3
  • 16
1
vote
1 answer

IBM sterling integration jboss error

I was getting a error SQLException: Table already exists: While running my jboss integrated with sterling 9.4. I wonder where did I go wrong
1
vote
1 answer

How to setup Organization's Calendar in Sterling Commerce?

I have two warehouses under my organization. Those two warehouses have different holiday shifts. I tried to create separate calendar's through the participant modelling. But, I need to do something like inherited calendar. Please help me with…
Captain Buck
  • 679
  • 1
  • 5
  • 17
1
vote
2 answers

java.lang.ClassCastException: org.jboss.ws.core.soap.TextImpl cannot be cast to javax.xml.soap.SOAPElement

I am working on IBM Sterling V 9.3. I have exposed an Service as JAX-WS web service using the steps provided in the knowledge center successfully on Jboss 4.2.3 app server. EAR file got deployed successfully and app server started fine. I could see…
Vishal Agrahari
  • 307
  • 2
  • 5
  • 13
1
vote
2 answers

While starting the jboss server with IBM Sterling V9.3 (ISCCS included), im getting the below error. please help me with it

ERROR [[/isccsdev]] Servlet /isccsdev threw load() exception java.lang.IllegalStateException: Profile file final.profile.js not found at…
Satz
  • 11
  • 2
0
votes
0 answers

How to create multidimensional arrays in IBM Sterling Map Editor?

Yes, I would like to create a 2D array in my session rules to store some header level data that gets repeated in the line level. I have done this via separate global variables but it's a tedious task. I would very much appreciate it if you could…
VulcanBin
  • 13
  • 5
0
votes
0 answers

How i run jboss 6 runnjboss file

failed handling operation rollback -- java.util.concurrent.TimeoutException 12:13:54,549 ERROR [org.jboss.as.controller.client] (Controller Boot Thread) JBAS014781: Step handler org.jboss.as.controller.AbstractAddStepHandler$1@244b3e24 for operation…
0
votes
1 answer

IBM Sterling map editor: is there a way to sort OID in 204 EDI

IBM Sterling map editor: is there a way to sort OID in 204 EDI I need some help/ideas on how to do this This is the input file ISA*... GS*... ... S5*2*CU*34140*L~ G62*68*20220531~ AT8*G*L*34140*4437~ PLD*27~ N1*ST*COSTCO STORE…
BobNoobGuy
  • 1,551
  • 2
  • 30
  • 62
1
2 3