Questions tagged [websphere-commerce]

IBM WebSphere Commerce is IBM's e-commerce platform

IBM WebSphere Commerce forms the customer interaction platform within the Smarter Commerce portfolio.

152 questions
0
votes
1 answer

How WCS's SolR can index Magnolia's content

I'm trying to find a way to index Magnolia's content with a Solr from an other CMS. (It's not realy a CMS but it's like. I'm talking about websphere commece 7 FEP5). I've a Solr engine, plugged in a DB2 database, and already configured to index the…
Dekx
  • 402
  • 2
  • 15
0
votes
2 answers

Shortening the URL with RewriteRule: Remove content root entirely?

I an trying to shorten an URL like this: www.mystore.com/webapp/wcs/stores/servlet/CategoryDisplay?langId=-1& storeId=10001&catalogId=10001&categoryId=10006 ...to this: www.mystore.com/CategoryDisplay?langId=-1&storeId=10001&catalogId=10001&…
Anders Johansen
  • 10,165
  • 7
  • 35
  • 52
0
votes
1 answer

Configure Solr not to bring any results when search for stopwords or blank space

We use Apache solr as an embeded search engine in IBM Websphere Commerce v7, and facing the below issue when configuring solr unstructured (content) search for our e-commerce based application.Recently we configured solr content search (unstructured…
dash27
  • 131
  • 1
  • 1
  • 6
0
votes
2 answers

How do you share changes made with Management Center between WebSphere Commerce developers?

Example: I added new Marketing spot on some JSP page. I need to change JSP and create this spot in management center. Changes in JSP are shared through CVS, but what about Marketing Spot? It is stored somewhere in database, but I could not find…
kyunez
  • 95
  • 6
0
votes
1 answer

Configuring IHS server to direct traffic to the Netty component bound to a port

I have a Server Component ( based on Jboss-Netty, which could maintain & handle persistent connections ) deployed in WAS. This component when deployed & initiated within the WAS environment, binds to a port & listens for incoming HTTP connection. […
rbot
  • 249
  • 2
  • 11
0
votes
1 answer

What category / filter structure is this using? Nested Interval?

You can see on their category links that it's quite obvious that the only portion of their URL that matters is the small hash near the end of the URL itself. For instance, Water Heaters category found under Heating/Cooling…
0
votes
3 answers

Resolving Mass-loading problems in WebSphere Commerce Instance creation

I am trying to create an instance using the Configuration Manager of WCS 7. I am working on a Win 7 x64 machine with DB2 9.5 64 bit version. I am struck with this Massloading error when the instance creation happens : In createInstanceANT.log file :…
Mor Eru
  • 1,129
  • 3
  • 18
  • 35
0
votes
2 answers

WCS 7.0 and Sterling integration Issue

We are trying to integrate the WebSphere commerce 7.0 (Feature Pack 4) and Sterling (DOM) system. We followed the steps mentioned in the IBM infocenter. BUt we are getting the below exception when we are trying to GetProductAvailability. Our…
0
votes
1 answer

Websphere Commerce (WCS7) Gift Card Query

After adding a gift card to the shopping cart (a random WCS example: https://store.sony.com/webapp/wcs/stores/servlet/SYGiftCardView?storeId=10151&categoryId=8198552921644551354&catalogId=10551&langId=-1), what DB2 table are the fields for 'To',…
Chandrew
  • 16,987
  • 4
  • 24
  • 40
0
votes
1 answer

EC_GENERIC_REDIRECTVIEW Doesn't works only on production server and after a 30sec load

I've a case I whould like to understand. Here is two different way to redirect to a page after a Command job: (On WCS7) First: TypedProperty rspProp = new TypedProperty(); rspProp.put(ECConstants.EC_VIEWTASKNAME,…
Dekx
  • 402
  • 2
  • 15
0
votes
2 answers

IBM Management Center for Websphere Commerce: does anyone know why would products randomly change the visibility status and how to prevent it?

I've noticed that random items tend to show up on the website when they shouldn't. The visibility box is not being checked, but for some reason it changes its status randomly. Does anyone know what might be the cause of this issue and how to prevent…
0
votes
1 answer

Extend the Madison Store from code

I am developing a plugin on websphere commerce allowing stores created from this platform can communicate with each. Using 'Accelerator', 'Administrator Console' and 'IBM Management Tools', I customized the Madison Store I created from these…
0
votes
3 answers

IBM Management Center for WebSphere Commerce: The user account is disabled

I try to access to Management Center with my account but this show an error that said "The user account is disabled. Contact your site administrator regarding your access". How can I enable the user account?
-1
votes
2 answers

What is the difference between OrderItemAddCmd vs. OrderItemUpdateCmd?

For IBM's WebSphere Commerce, what are some distinguishing differences between these two commands? They share OrderItemBaseCmd and do a lot of the same things.
Chandrew
  • 16,987
  • 4
  • 24
  • 40
-1
votes
1 answer

Which development database do you use for Websphere Commerce Developer?

Currently we have embedded Derby DB installed on every developer computer. I have some problem according to this: Derby supports only one connection simultaneously. I have to shut down WAS to examine DB structure and content with any Visual tool.…
kyunez
  • 95
  • 6
1 2 3
10
11