Re: [Arsperl-devel] ars_export not returning expected output
Brought to you by:
jeffmurphy
From: Thilo S. <thi...@ap...> - 2009-03-31 14:08:11
|
Michiel, I can't reproduce this problem. When I run the following script: .... my @roleList = ars_GetListRole( $ctrl, undef ); die "ars_GetListRole(): $ars_errstr\n" if defined $ars_errstr; ... it prints out the correct error message: [ERROR] Der angegebene Container ist nicht vorhanden (390620) (ARERR #8804) Maybe you could send me your test script, so I can test if it runs correctly in my environment. Regards, Thilo Michiel Beijen wrote: > Thilo, > > I'm busy updating documentation and examples. I have already committed a > few of the files. > > I have a question, when I used my @roles = ars_GetListRoles($ctrl, > $application_name) or ars_GetListRoles($ctrl, undef) it returns an empty > error; meaning that $ar_errstr is not undef but also doesn't contain > helpful information. > I had the very same behaviour when I tried to use ars_GetListLicense. Do > you have any clue why that may be? > > Kind regards, > -- > Michiel Beijen > Software Consultant > +31 6 - 457 42 418 > Bee Free IT + http://beefreeit.nl <http://beefreeit.nl/> > > > On Mon, Mar 30, 2009 at 12:05, Thilo Stapff <thi...@ap... > <mailto:thi...@ap...>> wrote: > > Hi Michiel, > > sorry for the delayed response. > > I'm working on ARGetListEntryWithMultiSchemaFields and the AR*Image > functions. > > I've indeed done nothing about the debug functions. At this point, > I'm not really using 7.5 already, and I don't even know what they are > about. On the other hand, most of them look rather easy to implement, so > I might take a look at it. > > I'll probably do a check-in later today or tomorrow. > > Actually, there are lots of areas where I could need help: > > - The new functions will need documentation. There are also some > recently added functions which are still undocumented (see changes.dat). > > - The test scripts could be improved. Most of them only check that no > error occurs, but don't really verify the correctness of the results. > > - The sample scripts could need improvement, too. Some of them are > probably rather outdated. > > - Of course I wouldn't mind if you implement some of the ARWfd* > functions. > > > Kind regards, > Thilo > > > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------------ > > > ------------------------------------------------------------------------ > > _______________________________________________ > Arsperl-devel mailing list > Ars...@ar... > https://lists.sourceforge.net/lists/listinfo/arsperl-devel |