Questions tagged [wcs]

IBM WebSphere Commerce, also known as WCS (WebSphere Commerce Suite), is a software platform framework for e-commerce, including marketing, sales, customer and order processing functionality in a tailorable, integrated package. Not to be used for questions related to OGC Web Coverage Services.

126 questions
0
votes
1 answer

Problems reading in large raster files from WCS connection using Terra

I am running into new issues accessing .tif files via WCS connection in R using the package terra. The issue seems to be related to the size of the coverage area. I've been running similar code in terra for some time with no issue, and am not sure…
njk
  • 11
  • 4
0
votes
0 answers

Partial Response getting from Apache camel

We are hitting WCS url through Apache camel, the response is getting partial, Can some please suggest what might be the issue We should get complete response from WCS without truncated
Mahesh
  • 1
  • 2
0
votes
1 answer

How to restore old was profile from filesystem

I had some profile in the WebSphere application server but due to some issue i had to re install the WAS. now i want to load that old profile which still exist in my file system. is there any way to get that profile back?
KUNAL HIRANI
  • 641
  • 1
  • 7
  • 20
0
votes
1 answer

wings communication server: submitsm command status 0x14

Has anyone had experience with this tool (WCS). Some sms messages are not being sent. The log says: 2007-04-14 10:59:53,490 [logica-smpp2-receiver] ERROR logica-smpp2 - Message not sent, SubmitSM command status: 0x14
Jamol
  • 2,281
  • 2
  • 28
  • 28
0
votes
1 answer

Astropy FITS Image Manipulating

I have a task for a course and I am working with NASA FITS files. I have two images and their dimensions which are being used in the projection of an image needed to be reshaped. What I mean from reshaping is that Filename:…
0
votes
0 answers

How to delete Coverage from RASDAMAN base?

I have two coverages. I want to delete one of them. With rasql I write : delete from MyCoverage (which is the name of desired coverage to drop) but I get rasdaman error 355: Execution error 355 in line 1, column 13, near token MyCoverage:…
Nikolay Yasinskiy
  • 227
  • 1
  • 2
  • 13
0
votes
0 answers

Run a Schedular in HCL Commerce V9

How to run a schedular at a specific store? Using the HCL Commerce for the first name. I already checked the document : help.hcltechsw.com/commerce/9.1.0/management-center/tasks/tjstorejob.html
0
votes
0 answers

in POST call whatever request body is coming should be written in test file in java

I want to write POST call with plain/text data type consumption, which will read request and write to a file. Using below code it write in file only one line not complete body. Any suggestion. Handler…
Pawan
  • 13
  • 3
0
votes
1 answer

Output is wrong with IBM HPEL and logViewer.sh

I'm using a Websphere Application Server 8.5.5.12. For the logging part of my application, I use Slf4j with Log4j. When HPEL is off, the logs are correctly stored in my SystemOut.log. However, when I switch HPEL on, I can see strange things…
Weizen
  • 263
  • 2
  • 6
  • 17
0
votes
1 answer

Calculate the routes from dwg layout

I have a dwg 2D layout of a hanging warehouse. We have to development a WCS system, this system consist also to calculate the shortest way to reach the destination. Is there any way to convert the DWG to a GRAPH and use the python-networkX to…
0
votes
0 answers

Unable to Request a WCSLayer - removeQueryParameters()

I am having difficulty requesting a WCSLayer from a Geoserver (version 2.17) using Javascript API (version 4.17). I have the following code to send the request: var layer = new WCSLayer({ url:…
0
votes
1 answer

Trouble Returning WCS from FITS Image

I am using astropy to load a FITS image and retrieve the WCS from it. from astropy.io import fits from astropy.wcs import WCS with fits.open('hst_A2744_f606w_drz.fits') as hdul: wcs = WCS(hdul[1]) print(wcs) Which Returns WCS…
theastronomist
  • 955
  • 2
  • 13
  • 33
0
votes
1 answer

Filter on solr splitting by list of strings

I've got this fieldType on my Solr implementation
Weizen
  • 263
  • 2
  • 6
  • 17
0
votes
0 answers

Apache SOLR Exception with docID

Getting below exception when I hit search Rest API in WebSphere Commerce. SolrCore E org.apache.solr.common.SolrException log java.io.IOException: java.lang.IllegalArgumentException: docID must be >= 0 and < maxDoc=56299 (got docID=56393) at…
Nishanth
  • 11
  • 2
  • 6
0
votes
1 answer

Websphere Commerce Custom REST service for Login using social sign in not generating valid WC Tokens and CTXMGMT table not getting updated

In the current website, social login is implemented using the mapping in struts and it will call the custom controller command "XYZThirdPartyLoginCmdImpl" which will authenticate the details passed and it will call the out of the box "LogonCmd" for…
Akhil B S
  • 19
  • 3
1 2 3
8 9