Topic Options
Rate This Topic
#59607 - 12/29/01 12:52 PM Automation of AR Import
fwyer Offline
Just Signed Up

Registered: 01/02/02
Posts: 1

All,
Does anyone have a precedent for automating an import into Remedy?
I am setting up conversions between two live systems, and their only common
ground is that they both read .CSV files. The plan is to automate the
export from the non-Remedy into a shared directory, then have Remedy import
the files in (then delete them out afterward.) Any ideas?

JR

^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Fred Wyer, Jr.
Senior Engineer
CRM RAC

BTG, Inc.
pgr 888.723.1264
fwyer@btg.com
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

_____________________________




Top
#59608 - 12/29/01 05:06 PM Re: Automation of AR Import [Re: mtownbound]
bach Offline
Stealth Member

Registered: 06/12/01
Posts: 443

Fred,

I have setup this type of functionality before on NT platforms using
Windows Scripting Host (though you could also easily use Perl on UNIX).

As long as the file being imported has the same structure, you can use the
AR Import Tool from the command line with a predefined mapping, and
schedule it with cron or AT.

The script would open an FTP session, bring down the import files, then
run AR Import to bring in the data. I imported the data into a secondary
form and used Push filters on Merge to update/delete/add records into the
actual form based on certain record identifiers (other than the Entry ID).

Were there particulars you had questions about, or did you just need a
general idea?

Let me know,

Chris Woyton
Sr. System Engineer
Allegiant Technology
chris@allegiant-tech.com


>
> **
>
> All,
> Does anyone have a precedent for automating an import into Remedy?
> I am setting up conversions between two live systems, and their only common
> ground is that they both read .CSV files. The plan is to automate the
> export from the non-Remedy into a shared directory, then have Remedy import
> the files in (then delete them out afterward.) Any ideas?
>
> JR
>
> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> Fred Wyer, Jr.
> Senior Engineer
> CRM RAC
>
> BTG, Inc.
> pgr 888.723.1264
> fwyer@btg.com
> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>
> _____________________________
>
>
>

_____________________________




Top
#59609 - 12/31/01 09:15 AM Re: Automation of AR Import [Re: mtownbound]
peterm2 Offline
Stealth Member

Registered: 12/04/01
Posts: 42

If you have perl knowledge, then ARSPerl would be the answer. You
can whip up something to do this in minutes with basic knowledge
of the API.

I don't know if there is a way to automate import offhand...

On Sat, 29 Dec 2001, Frederick Wyer wrote:

> **
>
> All,
> Does anyone have a precedent for automating an import into Remedy?
> I am setting up conversions between two live systems, and their only common
> ground is that they both read .CSV files. The plan is to automate the
> export from the non-Remedy into a shared directory, then have Remedy import
> the files in (then delete them out afterward.) Any ideas?
>
> JR
>
> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> Fred Wyer, Jr.
> Senior Engineer
> CRM RAC
>
> BTG, Inc.
> pgr 888.723.1264
> fwyer@btg.com
> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>
> _____________________________
>
>
>

_____________________________




Top


Moderator:  Matt_Reinfeldt