**
In 7.6.04 you can directly attack DataImport through command line :)
It works even on Unix/Linux (this is a live example tried on Suse here https://communities.bmc.com/communities/message/287980#287980):
java -cp /opt/bmc/ARSystem/api/lib/arapi7604_build002.jar:/opt/bmc/ARSystem/api/lib/log4j-1.2.14.jar:/opt/bmc/ARSystem/api/lib/arapiext7604_build002.jar com.bmc.arsys.apiext.data.DataImport -x lmasuse -u Demo -p Demo -l "/tmp/test/log2.log" -o "/tmp/test/report.xml" -a 3500

#!/bin/sh
java -cp /opt/bmc/ARSystem/api/lib/arapi7604_build002.jar:/opt/bmc/ARSystem/api/lib/log4j-1.2.14.jar:/opt/bmc/ARSystem/api/lib/arapiext7604_build002.jar com.bmc.arsys.apiext.data.DataImport -x lmasuse -u Demo -p Demo -l "/tmp/test/log2.log" -o "/tmp/test/report.xml" -a 3500

 

 

-x= ARS Server

-u= username

-p= password

-a= ARS Tcp port

-l= log path

-o= import file




On 07 Mar, 2013,at 04:47 PM, Raman Arora <arora.raman8...@gmail.com> wrote:

**
I remember I used to get that done using Command line interface....there were certain parameters that I used.
arimportcmd was the command...I'm sure if you search that, you'll get whet you want.

Raman



On Thu, Mar 7, 2013 at 8:52 PM, Grooms, Frederick W <frederick.w.gro...@xo.com> wrote:
You should be able to script the rik program (which has to be there as it is used during the install) to do the dataimport

Fred

-----Original Message-----
From: Action Request System discussion list(ARSList) [mailto:arslist@ARSLIST.ORG] On Behalf Of Kerry Murdock
Sent: Thursday, March 07, 2013 8:29 AM
To: arslist@ARSLIST.ORG
Subject: Re: Import without import tool?

Arghhh - well it looks like I can't do that because the server doesn't have the import tool installed!!!

K


Kerry,
I have typically written a process that they attach the csv to an attachment field and then I save it to the server and run the import there.



_______________________________________________________________________________
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
"Where the Answers Are, and have been for 20 years"

_ARSlist: "Where the Answers Are" and have been for 20 years_
_ARSlist: "Where the Answers Are" and have been for 20 years_

Reply via email to