Re: Loading Mappings failed: The import was not attempted- arimportcmd from the command line

2008-08-19 Thread Misi Mladoniczky
Hi,

I just want to add that the you can get the "load mapping failed" error in
some other cases.

I have, for example, seen this when the password or login name was
incorrect... This may not apply to the version you are using.

Best Regards - Misi, RRR AB, http://www.rrr.se

Products from RRR Scandinavia:
* RRR|License - Not enough Remedy licenses? Save money by optimizing.
* RRR|Log - Performance issues or elusive bugs? Analyze your Remedy logs.
* RRR|Translator - Manage and automate your language translations.
Find these products, and many free tools and utilities, at http://rrr.se.

> Carey is right on -x flag.
>
> The Load Mappings failed means one of 2 things: either the mapping file
> wasn't found in the command line or there is something wrong in the
> mapping
> file.
>
> I've had better success with using the command line in specific ordered
> format and quotes:
>
> arimportcmd.exe -u "**" -p "" -x "server" -a 51000 -d
> "F:\Program Files\AR System\HOME\ARCmds" -l "arlog.txt" -m
> "ImportComputerData"
>
> The second thing to check is the contents of ImportComputerData.
> - The name of the mapping has to be used (first line in the file)
> - The import data file mentioned in the mapping has to be accessible to
> the
> command.  Sometimes adding the -o parameter before the -d parameter helps
> to
> indicate if this is the problem.
> - The mappings have to be correct or you will get this error.
> - I always make the -m parameter the last item on the command line as it
> is
> extremely picky
>
> HTH,
>
> Janie
> -Original Message-
> From: Action Request System discussion list(ARSList)
> [mailto:[EMAIL PROTECTED] On Behalf Of Carey Matthew Black
> Sent: Tuesday, August 19, 2008 4:13 AM
> To: arslist@ARSLIST.ORG
> Subject: Re: Loading Mappings failed: The import was not attempted-
> arimportcmd from the command line
>
> Chris,
>
> It may be a typo... but where is the -x flag?
>
>
> arimportcmd
>  -u 
> [-p ]
>  -x 
> [-w ]
> [-r ]
> [-a ]
> [-l ]
> [-e ]
> [-n ]
> [-t ]
> [-o ]
> [-f ]
> [-v ]
>
> [
> -M 
> ]
> OR
> [
> -m 
> -d  
> ]
>
> Use either a combination of -m and -d, or -M, to specify the mapping
> to use. You cannot use both the combination of -m and -d with -M; they
> are mutually exclusive.
>
>
> FWIW: The v7.1 doc (Pg 206 of Integrating-710.pdf) seem to suggest
> that -x is optional when using a mapping file. However I suspect that
> is only true when using the -M option. ( But I may be interpolating to
> much on these features. YMMV.) And the "Importing without mapping"
> appears to indicated that -x is required. So maybe it is just a bug
> that the server name is not used from the mapping file?
>
> Anyways.. It just a WAG.. ( It is really hard to guess what could be
> wrong when there is no reported error. Did the log file have anything
> in it? )
>
> --
> Carey Matthew Black
> Remedy Skilled Professional (RSP)
> ARS = Action Request System(Remedy)
>
> Love, then teach
> Solution = People + Process + Tools
> Fast, Accurate, Cheap Pick two.
>
>
>
>
> On Mon, Aug 18, 2008 at 4:34 PM, Moore, Christopher Allen
> <[EMAIL PROTECTED]> wrote:
>> **
>>
>> Hey list-
>>
>>
>>
>> A co-worker of mine was trying to run arimportcmd.exe from the command
> line
>> to import a file and got the following error:
>>
>> Loading Mappings failed: The import was not attempted
>>
>>
>>
>> Here's the line he used:
>>
>> arimportcmd.exe -u "**" -p "" -a 51000 -l arlog.txt -m
>> "ImportComputerData" -d "F:\Program Files\AR System\HOME\ARCmds"
>>
>>
>>
>> He's called BMC support (Friday) but nothing from them yet, and he's
>> seen
> a
>> reference that running arimportcmd from the command line stopped working
>> properly at ~7.0 p2.
>>
>>
>>
>> Does anyone have any information about this error?
>>
>>
>>
>> I did see an older post on the list from 2005 doing something similar in
>> 6.3, but there was no resolution there.  Only "some of us on the list
>> have
>> reverted back to using the 5.x Import tool to perform our imports.
>>
>> OK, I'm going to attempt to use a 5.x version of arimportcmd to see if
>> it
>> will work.
>>
>> Wish me luck..."
>>
>>
>>
>> Thanks,
>>
>> Chris
>
> 
> ___
> UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
> Platinum Sponsor: www.rmsportal.com ARSlist: "Where the Answers Are"
>
> ___
> UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
> Platinum Sponsor: www.rmsportal.com ARSlist: "Where the Answers Are"
>
> --
> This message was scanned by ESVA and is believed to be clean.
>

___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
Platinum Sponsor: www.rmsportal.com ARSlist: "Where the Answers Are"


Re: Loading Mappings failed: The import was not attempted- arimportcmd from the command line

2008-08-19 Thread Rick Cook
Also, make sure the syntax you're using corresponds to the version of ARS
you're using - there are some slight but important differences (i.e. the -M
flag).  Check the docs for YOUR version to be sure of the syntax.

Rick

On Tue, Aug 19, 2008 at 7:33 AM, Janie <[EMAIL PROTECTED]> wrote:

> Carey is right on -x flag.
>
> The Load Mappings failed means one of 2 things: either the mapping file
> wasn't found in the command line or there is something wrong in the mapping
> file.
>
> I've had better success with using the command line in specific ordered
> format and quotes:
>
> arimportcmd.exe -u "**" -p "" -x "server" -a 51000 -d
> "F:\Program Files\AR System\HOME\ARCmds" -l "arlog.txt" -m
> "ImportComputerData"
>
> The second thing to check is the contents of ImportComputerData.
> - The name of the mapping has to be used (first line in the file)
> - The import data file mentioned in the mapping has to be accessible to the
> command.  Sometimes adding the -o parameter before the -d parameter helps
> to
> indicate if this is the problem.
> - The mappings have to be correct or you will get this error.
> - I always make the -m parameter the last item on the command line as it is
> extremely picky
>
> HTH,
>
> Janie
> -Original Message-
> From: Action Request System discussion list(ARSList)
> [mailto:[EMAIL PROTECTED] On Behalf Of Carey Matthew Black
> Sent: Tuesday, August 19, 2008 4:13 AM
> To: arslist@ARSLIST.ORG
> Subject: Re: Loading Mappings failed: The import was not attempted-
> arimportcmd from the command line
>
> Chris,
>
> It may be a typo... but where is the -x flag?
>
>
> arimportcmd
>  -u 
> [-p ]
>  -x 
> [-w ]
> [-r ]
> [-a ]
> [-l ]
> [-e ]
> [-n ]
> [-t ]
> [-o ]
> [-f ]
> [-v ]
>
> [
> -M 
> ]
> OR
> [
> -m 
> -d  
> ]
>
> Use either a combination of -m and -d, or -M, to specify the mapping
> to use. You cannot use both the combination of -m and -d with -M; they
> are mutually exclusive.
>
>
> FWIW: The v7.1 doc (Pg 206 of Integrating-710.pdf) seem to suggest
> that -x is optional when using a mapping file. However I suspect that
> is only true when using the -M option. ( But I may be interpolating to
> much on these features. YMMV.) And the "Importing without mapping"
> appears to indicated that -x is required. So maybe it is just a bug
> that the server name is not used from the mapping file?
>
> Anyways.. It just a WAG.. ( It is really hard to guess what could be
> wrong when there is no reported error. Did the log file have anything
> in it? )
>
> --
> Carey Matthew Black
> Remedy Skilled Professional (RSP)
> ARS = Action Request System(Remedy)
>
> Love, then teach
> Solution = People + Process + Tools
> Fast, Accurate, Cheap Pick two.
>
>
>
>
> On Mon, Aug 18, 2008 at 4:34 PM, Moore, Christopher Allen
> <[EMAIL PROTECTED]> wrote:
> > **
> >
> > Hey list-
> >
> >
> >
> > A co-worker of mine was trying to run arimportcmd.exe from the command
> line
> > to import a file and got the following error:
> >
> > Loading Mappings failed: The import was not attempted
> >
> >
> >
> > Here's the line he used:
> >
> > arimportcmd.exe -u "**" -p "" -a 51000 -l arlog.txt -m
> > "ImportComputerData" -d "F:\Program Files\AR System\HOME\ARCmds"
> >
> >
> >
> > He's called BMC support (Friday) but nothing from them yet, and he's seen
> a
> > reference that running arimportcmd from the command line stopped working
> > properly at ~7.0 p2.
> >
> >
> >
> > Does anyone have any information about this error?
> >
> >
> >
> > I did see an older post on the list from 2005 doing something similar in
> > 6.3, but there was no resolution there.  Only "some of us on the list
> have
> > reverted back to using the 5.x Import tool to perform our imports.
> >
> > OK, I'm going to attempt to use a 5.x version of arimportcmd to see if it
> > will work.
> >
> > Wish me luck..."
> >
> >
> >
> > Thanks,
> >
> > Chris
>
>
> 
> ___
> UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
> Platinum Sponsor: www.rmsportal.com ARSlist: "Where the Answers Are"
>
>
> ___
> UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
> Platinum Sponsor: www.rmsportal.com ARSlist: "Where the Answers Are"
>

___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
Platinum Sponsor: www.rmsportal.com ARSlist: "Where the Answers Are"


Re: Loading Mappings failed: The import was not attempted- arimportcmd from the command line

2008-08-19 Thread Janie
Carey is right on -x flag.

The Load Mappings failed means one of 2 things: either the mapping file
wasn't found in the command line or there is something wrong in the mapping
file.

I've had better success with using the command line in specific ordered
format and quotes:

arimportcmd.exe -u "**" -p "" -x "server" -a 51000 -d
"F:\Program Files\AR System\HOME\ARCmds" -l "arlog.txt" -m
"ImportComputerData"

The second thing to check is the contents of ImportComputerData.
- The name of the mapping has to be used (first line in the file)
- The import data file mentioned in the mapping has to be accessible to the
command.  Sometimes adding the -o parameter before the -d parameter helps to
indicate if this is the problem.
- The mappings have to be correct or you will get this error.
- I always make the -m parameter the last item on the command line as it is
extremely picky

HTH,
 
Janie
-Original Message-
From: Action Request System discussion list(ARSList)
[mailto:[EMAIL PROTECTED] On Behalf Of Carey Matthew Black
Sent: Tuesday, August 19, 2008 4:13 AM
To: arslist@ARSLIST.ORG
Subject: Re: Loading Mappings failed: The import was not attempted-
arimportcmd from the command line

Chris,

It may be a typo... but where is the -x flag?


arimportcmd
 -u 
[-p ]
 -x 
[-w ]
[-r ]
[-a ]
[-l ]
[-e ]
[-n ]
[-t ]
[-o ]
[-f ]
[-v ]

[
-M 
]
OR
[
-m 
-d  
]

Use either a combination of -m and -d, or -M, to specify the mapping
to use. You cannot use both the combination of -m and -d with -M; they
are mutually exclusive.


FWIW: The v7.1 doc (Pg 206 of Integrating-710.pdf) seem to suggest
that -x is optional when using a mapping file. However I suspect that
is only true when using the -M option. ( But I may be interpolating to
much on these features. YMMV.) And the "Importing without mapping"
appears to indicated that -x is required. So maybe it is just a bug
that the server name is not used from the mapping file?

Anyways.. It just a WAG.. ( It is really hard to guess what could be
wrong when there is no reported error. Did the log file have anything
in it? )

-- 
Carey Matthew Black
Remedy Skilled Professional (RSP)
ARS = Action Request System(Remedy)

Love, then teach
Solution = People + Process + Tools
Fast, Accurate, Cheap Pick two.




On Mon, Aug 18, 2008 at 4:34 PM, Moore, Christopher Allen
<[EMAIL PROTECTED]> wrote:
> **
>
> Hey list-
>
>
>
> A co-worker of mine was trying to run arimportcmd.exe from the command
line
> to import a file and got the following error:
>
> Loading Mappings failed: The import was not attempted
>
>
>
> Here's the line he used:
>
> arimportcmd.exe -u "**" -p "" -a 51000 -l arlog.txt -m
> "ImportComputerData" -d "F:\Program Files\AR System\HOME\ARCmds"
>
>
>
> He's called BMC support (Friday) but nothing from them yet, and he's seen
a
> reference that running arimportcmd from the command line stopped working
> properly at ~7.0 p2.
>
>
>
> Does anyone have any information about this error?
>
>
>
> I did see an older post on the list from 2005 doing something similar in
> 6.3, but there was no resolution there.  Only "some of us on the list have
> reverted back to using the 5.x Import tool to perform our imports.
>
> OK, I'm going to attempt to use a 5.x version of arimportcmd to see if it
> will work.
>
> Wish me luck..."
>
>
>
> Thanks,
>
> Chris


___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
Platinum Sponsor: www.rmsportal.com ARSlist: "Where the Answers Are"

___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
Platinum Sponsor: www.rmsportal.com ARSlist: "Where the Answers Are"


Re: Loading Mappings failed: The import was not attempted- arimportcmd from the command line

2008-08-19 Thread Carey Matthew Black
Chris,

It may be a typo... but where is the -x flag?


arimportcmd
 -u 
[-p ]
 -x 
[-w ]
[-r ]
[-a ]
[-l ]
[-e ]
[-n ]
[-t ]
[-o ]
[-f ]
[-v ]

[
-M 
]
OR
[
-m 
-d  
]

Use either a combination of -m and -d, or -M, to specify the mapping
to use. You cannot use both the combination of -m and -d with -M; they
are mutually exclusive.


FWIW: The v7.1 doc (Pg 206 of Integrating-710.pdf) seem to suggest
that -x is optional when using a mapping file. However I suspect that
is only true when using the -M option. ( But I may be interpolating to
much on these features. YMMV.) And the "Importing without mapping"
appears to indicated that -x is required. So maybe it is just a bug
that the server name is not used from the mapping file?

Anyways.. It just a WAG.. ( It is really hard to guess what could be
wrong when there is no reported error. Did the log file have anything
in it? )

-- 
Carey Matthew Black
Remedy Skilled Professional (RSP)
ARS = Action Request System(Remedy)

Love, then teach
Solution = People + Process + Tools
Fast, Accurate, Cheap Pick two.




On Mon, Aug 18, 2008 at 4:34 PM, Moore, Christopher Allen
<[EMAIL PROTECTED]> wrote:
> **
>
> Hey list-
>
>
>
> A co-worker of mine was trying to run arimportcmd.exe from the command line
> to import a file and got the following error:
>
> Loading Mappings failed: The import was not attempted
>
>
>
> Here's the line he used:
>
> arimportcmd.exe -u "**" -p "" -a 51000 -l arlog.txt -m
> "ImportComputerData" -d "F:\Program Files\AR System\HOME\ARCmds"
>
>
>
> He's called BMC support (Friday) but nothing from them yet, and he's seen a
> reference that running arimportcmd from the command line stopped working
> properly at ~7.0 p2.
>
>
>
> Does anyone have any information about this error?
>
>
>
> I did see an older post on the list from 2005 doing something similar in
> 6.3, but there was no resolution there.  Only "some of us on the list have
> reverted back to using the 5.x Import tool to perform our imports.
>
> OK, I'm going to attempt to use a 5.x version of arimportcmd to see if it
> will work.
>
> Wish me luck..."
>
>
>
> Thanks,
>
> Chris

___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
Platinum Sponsor: www.rmsportal.com ARSlist: "Where the Answers Are"


Re: Loading Mappings failed: The import was not attempted- arimportcmd from the command line

2008-08-18 Thread rey4u
1.Add the arimportcmd.exe directory path to the environment variables...like
java class path..
2.goto run->cmd->arimportcmd directory and run the import command

it work surely


Pargeter, Christie :CO IS wrote:
> 
> I am digging through this error on 6.3 and I found that if I try to load
> the mapping from the Import Tool I am getting the same error message.  So,
> I am trying to recreate the mapping to see where the problem is.
> 
> -Original Message-
> From: Action Request System discussion list(ARSList)
> [mailto:[EMAIL PROTECTED] Behalf Of Moore, Christopher Allen
> Sent: Monday, August 18, 2008 1:34 PM
> To: arslist@ARSLIST.ORG
> Subject: Loading Mappings failed: The import was not attempted-
> arimportcmd from the command line
> 
> 
> ** 
> 
> Hey list-
> 
>  
> 
> A co-worker of mine was trying to run arimportcmd.exe from the command
> line to import a file and got the following error:
> 
> Loading Mappings failed: The import was not attempted
> 
>  
> 
> Here's the line he used:
> 
> arimportcmd.exe -u "**" -p "" -a 51000 -l arlog.txt -m
> "ImportComputerData" -d "F:\Program Files\AR System\HOME\ARCmds"
> 
>  
> 
> He's called BMC support (Friday) but nothing from them yet, and he's seen
> a reference that running arimportcmd from the command line stopped working
> properly at ~7.0 p2.  
> 
>  
> 
> Does anyone have any information about this error?
> 
>  
> 
> I did see an older post on the list from 2005 doing something similar in
> 6.3, but there was no resolution there.  Only "some of us on the list have
> reverted back to using the 5.x Import tool to perform our imports.
> 
> OK, I'm going to attempt to use a 5.x version of arimportcmd to see if it
> will work. 
> 
> Wish me luck..."
> 
>  
> 
> Thanks,
> 
> Chris
> 
> __Platinum Sponsor: www.rmsportal.com ARSlist: "Where the Answers Are"
> html___ 
> 
> 
> ___
> UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
> Platinum Sponsor: www.rmsportal.com ARSlist: "Where the Answers Are"
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Loading-Mappings-failed%3A-The-import-was-not-attempted--arimportcmd-from-the-command-line-tp19039570p19044614.html
Sent from the ARS (Action Request System) mailing list archive at Nabble.com.

___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
Platinum Sponsor: www.rmsportal.com ARSlist: "Where the Answers Are"


Re: Loading Mappings failed: The import was not attempted- arimportcmd from the command line

2008-08-18 Thread Joe DeSouza
Along the same lines, alternatevely instead of renaming the directory, write 
the path in a 8.3 format.. you can get a 8.3 format name of a directory by a 
dir /x on the dos command prompt by using the x switch..
Joe



- Original Message 
From: Shafqat Ayaz <[EMAIL PROTECTED]>
To: arslist@ARSLIST.ORG
Sent: Monday, August 18, 2008 5:39:23 PM
Subject: Re: Loading Mappings failed: The import was not attempted- arimportcmd 
from the command line

** 
A couple of  other things to check
firstly see if you can change to the directory via dos using the syntax you are 
using,sometimes you might need to truncate the directory path, if that is the 
problem I  would  suggest creating a directory called  something like c:\import 
and renaming the  import file to something less than 8  characters.
It looks like it is not finding your import file, so there is either a problem 
with the path or the file name
 
thanks
 
shafqat

--- On Mon, 8/18/08, J.T. Shyman <[EMAIL PROTECTED]> wrote:

From: J.T. Shyman <[EMAIL PROTECTED]>
Subject: Re: Loading Mappings failed: The import was not attempted- arimportcmd 
from the command line
To: arslist@ARSLIST.ORG
Date: Monday, August 18, 2008, 9:45 PM


** 
Instead of -m and -d try using -M to indicate the full path and name of the arm 
file. For example:
 
arimportcmd.exe -u "**" -p "" -a 51000 -l arlog.txt -M "F:\Program 
Files\AR System\HOME\ARCmds\ImportComputerData.arm” 
  
--- J.T. Shyman



From:Action Request System discussion list(ARSList) [mailto:[EMAIL PROTECTED] 
On Behalf Of Moore, Christopher Allen
Sent: Monday, August 18, 2008 4:34 PM
To: arslist@ARSLIST.ORG
Subject: Loading Mappings failed: The import was not attempted- arimportcmd 
from the command line
  
Hey list- 
  
A co-worker of mine was trying to run arimportcmd.exe from the command line to 
import a file and got the following error: 
Loading Mappings failed: The import was not attempted 
  
Here’s the line he used: 
arimportcmd.exe -u "**" -p "" -a 51000 -l arlog.txt -m 
"ImportComputerData" -d "F:\Program Files\AR System\HOME\ARCmds" 
  
He’s called BMC support (Friday) but nothing from them yet, and he’s seen a 
reference that running arimportcmd from the command line stopped working 
properly at ~7.0 p2.   
  
Does anyone have any information about this error? 
  
I did see an older post on the list from 2005 doing something similar in 6.3, 
but there was no resolution there.  Only “some of us on the list have reverted 
back to using the 5.x Import tool to perform our imports. 
OK, I'm going to attempt to use a 5.x version of arimportcmd to see if it will 
work. 
Wish me luck...” 
  
Thanks, 
Chris 




___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
Platinum Sponsor: www.rmsportal.com ARSlist: "Where the Answers Are"

Re: Loading Mappings failed: The import was not attempted- arimportcmd from the command line

2008-08-18 Thread Shafqat Ayaz
A couple of  other things to check
firstly see if you can change to the directory via dos using the syntax you are 
using,sometimes you might need to truncate the directory path, if that is the 
problem I  would  suggest creating a directory called  something like c:\import 
and renaming the  import file to something less than 8  characters.
It looks like it is not finding your import file, so there is either a problem 
with the path or the file name
 
thanks
 
shafqat

--- On Mon, 8/18/08, J.T. Shyman <[EMAIL PROTECTED]> wrote:

From: J.T. Shyman <[EMAIL PROTECTED]>
Subject: Re: Loading Mappings failed: The import was not attempted- arimportcmd 
from the command line
To: arslist@ARSLIST.ORG
Date: Monday, August 18, 2008, 9:45 PM


** 





Instead of -m and -d try using -M to indicate the full path and name of the arm 
file. For example:
 
arimportcmd.exe -u "**" -p "" -a 51000 -l arlog.txt -M "F:\Program 
Files\AR System\HOME\ARCmds\ImportComputerData.arm”
 


--- J.T. Shyman




From: Action Request System discussion list(ARSList) [mailto:[EMAIL PROTECTED] 
On Behalf Of Moore, Christopher Allen
Sent: Monday, August 18, 2008 4:34 PM
To: arslist@ARSLIST.ORG
Subject: Loading Mappings failed: The import was not attempted- arimportcmd 
from the command line
 
Hey list-
 
A co-worker of mine was trying to run arimportcmd.exe from the command line to 
import a file and got the following error:
Loading Mappings failed: The import was not attempted
 
Here’s the line he used:
arimportcmd.exe -u "**" -p "" -a 51000 -l arlog.txt -m 
"ImportComputerData" -d "F:\Program Files\AR System\HOME\ARCmds"
 
He’s called BMC support (Friday) but nothing from them yet, and he’s seen a 
reference that running arimportcmd from the command line stopped working 
properly at ~7.0 p2.  
 
Does anyone have any information about this error?
 
I did see an older post on the list from 2005 doing something similar in 6.3, 
but there was no resolution there.  Only “some of us on the list have reverted 
back to using the 5.x Import tool to perform our imports.
OK, I'm going to attempt to use a 5.x version of arimportcmd to see if it will 
work. 
Wish me luck...”
 
Thanks,
Chris__Platinum Sponsor: www.rmsportal.com ARSlist: "Where the Answers Are" 
html___ __Platinum Sponsor: www.rmsportal.com ARSlist: "Where the Answers Are" 
html___




___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
Platinum Sponsor: www.rmsportal.com ARSlist: "Where the Answers Are"

Re: Loading Mappings failed: The import was not attempted- arimportcmd from the command line

2008-08-18 Thread J.T. Shyman
Instead of -m and -d try using -M to indicate the full path and name of the
arm file. For example:

 

arimportcmd.exe -u "**" -p "" -a 51000 -l arlog.txt -M
"F:\Program Files\AR System\HOME\ARCmds\ImportComputerData.arm"

 

--- J.T. Shyman

  _  

From: Action Request System discussion list(ARSList)
[mailto:[EMAIL PROTECTED] On Behalf Of Moore, Christopher Allen
Sent: Monday, August 18, 2008 4:34 PM
To: arslist@ARSLIST.ORG
Subject: Loading Mappings failed: The import was not attempted- arimportcmd
from the command line

 

Hey list-

 

A co-worker of mine was trying to run arimportcmd.exe from the command line
to import a file and got the following error:

Loading Mappings failed: The import was not attempted

 

Here's the line he used:

arimportcmd.exe -u "**" -p "" -a 51000 -l arlog.txt -m
"ImportComputerData" -d "F:\Program Files\AR System\HOME\ARCmds"

 

He's called BMC support (Friday) but nothing from them yet, and he's seen a
reference that running arimportcmd from the command line stopped working
properly at ~7.0 p2.  

 

Does anyone have any information about this error?

 

I did see an older post on the list from 2005 doing something similar in
6.3, but there was no resolution there.  Only "some of us on the list have
reverted back to using the 5.x Import tool to perform our imports.

OK, I'm going to attempt to use a 5.x version of arimportcmd to see if it
will work. 

Wish me luck..."

 

Thanks,

Chris

__Platinum Sponsor: www.rmsportal.com ARSlist: "Where the Answers Are"
html___

___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
Platinum Sponsor: www.rmsportal.com ARSlist: "Where the Answers Are"


Re: Loading Mappings failed: The import was not attempted- arimportcmd from the command line

2008-08-18 Thread Pargeter, Christie :CO IS
I am digging through this error on 6.3 and I found that if I try to load the 
mapping from the Import Tool I am getting the same error message.  So, I am 
trying to recreate the mapping to see where the problem is.

-Original Message-
From: Action Request System discussion list(ARSList) [mailto:[EMAIL PROTECTED] 
Behalf Of Moore, Christopher Allen
Sent: Monday, August 18, 2008 1:34 PM
To: arslist@ARSLIST.ORG
Subject: Loading Mappings failed: The import was not attempted- arimportcmd 
from the command line


** 

Hey list-

 

A co-worker of mine was trying to run arimportcmd.exe from the command line to 
import a file and got the following error:

Loading Mappings failed: The import was not attempted

 

Here's the line he used:

arimportcmd.exe -u "**" -p "" -a 51000 -l arlog.txt -m 
"ImportComputerData" -d "F:\Program Files\AR System\HOME\ARCmds"

 

He's called BMC support (Friday) but nothing from them yet, and he's seen a 
reference that running arimportcmd from the command line stopped working 
properly at ~7.0 p2.  

 

Does anyone have any information about this error?

 

I did see an older post on the list from 2005 doing something similar in 6.3, 
but there was no resolution there.  Only "some of us on the list have reverted 
back to using the 5.x Import tool to perform our imports.

OK, I'm going to attempt to use a 5.x version of arimportcmd to see if it will 
work. 

Wish me luck..."

 

Thanks,

Chris

__Platinum Sponsor: www.rmsportal.com ARSlist: "Where the Answers Are" html___ 


___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
Platinum Sponsor: www.rmsportal.com ARSlist: "Where the Answers Are"


Loading Mappings failed: The import was not attempted- arimportcmd from the command line

2008-08-18 Thread Moore, Christopher Allen
Hey list-

A co-worker of mine was trying to run arimportcmd.exe from the command line to 
import a file and got the following error:
Loading Mappings failed: The import was not attempted

Here's the line he used:
arimportcmd.exe -u "**" -p "" -a 51000 -l arlog.txt -m 
"ImportComputerData" -d "F:\Program Files\AR System\HOME\ARCmds"

He's called BMC support (Friday) but nothing from them yet, and he's seen a 
reference that running arimportcmd from the command line stopped working 
properly at ~7.0 p2.

Does anyone have any information about this error?

I did see an older post on the list from 2005 doing something similar in 6.3, 
but there was no resolution there.  Only "some of us on the list have reverted 
back to using the 5.x Import tool to perform our imports.
OK, I'm going to attempt to use a 5.x version of arimportcmd to see if it will 
work.
Wish me luck..."

Thanks,
Chris

___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
Platinum Sponsor: www.rmsportal.com ARSlist: "Where the Answers Are"