Lisa
are you typing in the command as you wrote below? 

open a DOS command box and type java, see what you get. If you get the error 
you are mentioning then you do not have java installed on the machine you are 
trying to run the command from. otherwise you will get the help from the java 
command.
As for the import, you can run it from the ..\dataimporttool or the Developer 
Studio directory, you can also run it from a custom directory but then you have 
to make a slight change to the bat file.
If you are still stuck email me directly and I will walk you through it.

thanks

 


Shafqat Ayaz




________________________________
 From: "Kemes, Lisa" <lisa.ke...@te.com>
To: arslist@ARSLIST.ORG 
Sent: Monday, January 30, 2012 10:01 PM
Subject: Re: Dataimport.bat
 

** 
If I'm getting this error:  'java' is not recognized as 
an internal or external command,operable program or batch 
file.

Does this mean that it can't find 
java?
 
Thanks! 
Lisa
 


________________________________
 From: Action Request System discussion 
list(ARSList) [mailto:arslist@ARSLIST.ORG] On Behalf Of Campbell, Paul 
(Paul)
Sent: Monday, January 30, 2012 4:51 PM
To: arslist@ARSLIST.ORG
Subject: Re: Dataimport.bat

**  
If 
you are in the directory like your example shows, you shouldn’t have to set 
anything assuming the batch file can find java and the java line in the batch 
file is not remmed out 
 
From:Action Request 
System discussion list(ARSList) [mailto:arslist@ARSLIST.ORG] On Behalf Of 
Kemes, Lisa
Sent: Monday, January 30, 2012 3:52 PM
To: arslist@ARSLIST.ORG
Subject: Re: 
Dataimport.bat
 
** 
Thanks!
 
OK, so 
the documentation suggests this:
 
java -classpath
%APIDROP%\arapi7604.jar;%APIDROP%\arapiext7604.jar; 
.com.bmc.arsys.apiext.data.DataImport [options]
So this 
isn't what I'd put in this area is it?
 
And I 
don't need to specify any options do I, if I'm specifying them in the command 
line?
Thanks! 
Lisa
 
 

________________________________
 
From:Action Request 
System discussion list(ARSList) [mailto:arslist@ARSLIST.ORG] On Behalf Of 
Campbell, Paul (Paul)
Sent: Monday, January 30, 2012 3:41 
PM
To: arslist@ARSLIST.ORG
Subject: Re: 
Dataimport.bat
** 
Lisa, 
when you rem out that java line, nothing happens because that is what runs the 
actual import of the data, the dataimport.bat sets up the environment variables 
needed to run java and call the dataimport class and then takes all of the 
parameters you specify on the command line and runs java, calls that class and 
passes the parameters to it.
 
From:Action Request 
System discussion list(ARSList) [mailto:arslist@ARSLIST.ORG] On Behalf Of 
Kemes, Lisa
Sent: Monday, January 30, 2012 3:30 PM
To: arslist@ARSLIST.ORG
Subject: Dataimport.bat
 
** 
I'm 
trying to get our import working (we used to use the arimport.exe tool.  I 
really miss that tool).  :(
 
We are 
on ARS 7.6.04 SP2.  Can anyone assist me?
 
Right 
now, just trying to kick off an import at the cmd 
line:
 
C:\Program 
Files\BMC Software\ARSystem\dataimporttool> dataimport.bat -x 
usy90ap421.us.tycoelectronics.com -a 5213 -u username 
-p password  -l "c:\ARProcesses\Log
s\JobImport.log"  -M 
"C:\ARProcesses\Importmap\JobImport.armx" -o 
"C:\temp\TWS_Jobs.csv"
 
But 
nothing happens, no log file either.
 
My 
dataimport.bat file looks like.  I put a REM before the java line (after 
the Launch the Import Line) because I'm launching the import from a cmd file) 
Is 
this correct?
 
set 
CUR_DIR=%~dp0
 
rem Save 
the environment variables we are changing so we can reset them
set 
_CLASSPATH=%CLASSPATH%
set _PATH=%PATH%
 
rem -- 
Set up the environment variables.
set 
APIDROP=.\plugins\com.bmc.arsys.studio.api_7.6.04\lib
if not exist 
"%JAVA_HOME%" set JAVA_HOME=jdkPath
set 
PATH=%JAVA_HOME%\bin;%PATH%;%APIDROP%
 
rem Set 
the classpath to include all the required jar files
set 
CLASSPATH=%CLASSPATH%;%CUR_DIR%\plugins\com.bmc.arsys.studio.api_7.6.4.build002\lib\arapiext7604_build002.jar;%CUR_DIR%\plugins\com.bmc.arsys.studio.api_7.6.4.build002\lib\arapi7604_build002.jar;%CUR_DIR%\plugins\com.bmc.arsys.studio.api_7.6.4.build002\lib\log4j-1.2.14.jar;%CUR_DIR%\plugins\com.bmc.arsys.studio.api_7.6.4.build002\lib\activation.jar;
 
rem 
Launch the import
rem java -Xms64m -Xmx512m 
com.bmc.arsys.apiext.data.DataImport %*
 
rem 
Reset the environment
set CLASSPATH=%_CLASSPATH%
set 
PATH=%_PATH%
 
Lisa 
Kemes
AR 
System Developer
TEIS - USA
+1 
717 810 2408 tel
+1 717 602 9460 mobile
lisa.ke...@te.com
100 Amp 
Drive
Harrisburg, 
PA 17112



www.te.com 


 
_attend WWRUG12 www.wwrug.com ARSlist: "Where the Answers 
Are"_ 
_attend WWRUG12 www.wwrug.com ARSlist: "Where the Answers 
Are"_ 
_attend WWRUG12 www.wwrug.com ARSlist: "Where the Answers 
Are"_ 
_attend WWRUG12 www.wwrug.com ARSlist: "Where the 
Answers Are"_ 
_attend WWRUG12 www.wwrug.com  ARSlist: "Where the Answers Are"_

_______________________________________________________________________________
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
attend wwrug12 www.wwrug12.com ARSList: "Where the Answers Are"

Reply via email to