Rambabu Balla

Greenhorn
+ Follow
since Aug 25, 2013
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Rambabu Balla

Greg Charles wrote:I don't believe there's a platform independent way to do it. As far as I can remember, on Windows it's:


And everywhere else it's:




Thanks for the information. I have tried the same by passing the argument to dataload.bat. Now, I have the task command executed in a batch command as:

When the App-Server is up and running, I'm able to schedule the batch job and in turn it executes my task command and data gets populated in the corresponding tables. The biggest concern is that the subprocess created by exec is not terminating even after completion of data load process. (I can see a cmd.exe process in system tasks and there is a lock file created in the logs directory of data loads)


I tried even proc.waitFor(); How is this to be handled? Thanks again
10 years ago
Hi,
WebSphere Commerce comes with dataload utilities and there is documentation to use data load in Infocenter. How to call these batch files (dataload.bat or dataload.sh) from a CustomTaskCmdImpl class. Is there a way to do this? Thanks for your reponse.
10 years ago
Hi,

I am trying to load attributes (WSC7). The CSV contains the header that has some attributes, some columns of catentry, catentdesc.
id,sku,desc,status_code,prof
1100,MARX-101,some-description,N,LUX
2100,DIGI-102,some-other,U,DEX
In the CSV, id maps to canentry.partnumber, sku maps to parent catentry_id, status-code and prof maps to attributes. Can some one explain how to load the attributes into corresponding tables? I looked at the samples and some how I miss the connection. Is it correct that the tables that get updated are - ATTR, ATTRDESC, ATTRVAL, ATTRVALDESC and CATENTRYATTR ? And also CATENTRY and CATENTDESC. How to load entries into attr-related tables? Thanks for your response.
-rb
10 years ago