[e-gold-tech] Exceed target accounts balance limit?

2001-08-31 Thread Luc Van den Borre

Hello all,

I've written some payment automation software that runs on Windows. Lately I've
been adding some features so I've been going through a new round of testing.

I opened a new e-gold account and had my software spend gold to it from one of
my other accounts. However, after a few payments went through I keep getting
this error:
This amount would exceed the target accounts balance limit. Spend not allowed.

I'm at a loss... Is this some kind of spam protection? There's less than $1
worth of e-gold in the target account (which is a virgin account specially
created for testing).

Thanks,

--Luc


---
You are currently subscribed to e-gold-tech as: archive@jab.org
To unsubscribe send a blank email to [EMAIL PROTECTED]



[e-gold-tech] Re: Exceed target accounts balance limit?

2001-08-31 Thread Luc Van den Borre

| e-gold Ltd. needs good contact info in the account, so that's
| probably the problem there. If you change the account, you
| can email [EMAIL PROTECTED] and he'll try to undo the value-
| limit, from what I've seen/heard. thanks.
| JMR

That must be the cause - I entered 'Test' in all fields. 


---
You are currently subscribed to e-gold-tech as: archive@jab.org
To unsubscribe send a blank email to [EMAIL PROTECTED]



[e-gold-tech] Re: Possible problem with automation interface

2001-05-31 Thread Luc Van den Borre

Hello all,

Well, my customer is adamant that there is indeed a problem.

- The problem arises with paying to an account twice with the SAME amount and
the SAME memo line, in one 'session'.
- It occurs even if other accounts are paid to in between.
- There's no error from the server (!), but the payment just doesn't happen.
- When the payment amount for the second transfer is changed, it goes through
fine.

There is no problem with the paying account balance being too low.
That's what I've been told by the customer, I haven't been able to verify.
So worst of all:

- When I test this on my machine, the problem doesn't occur.

I'm not keeping any state in my program, so I doubt the problem is there (my
code doesn't know the account has been paid to before). My tests show that the
program does work on my own machine. So I'm starting to think it's something to
do with WININET or cookies on his machine (Win 98)...

I'm using
HttpOpenRequest(hConnect, GET, path, NULL, NULL, NULL, INTERNET_FLAG_SECURE |
INTERNET_FLAG_NO_COOKIES , 0);
to form the GET request to the server...

Any help greatly appreciated,

--Luc


---
You are currently subscribed to e-gold-tech as: archive@jab.org
To unsubscribe send a blank email to [EMAIL PROTECTED]



[e-gold-tech] Possible problem with automation interface

2001-05-30 Thread Luc Van den Borre

Hello,

I have written some software that uses the automation interface to do transfers
from an account to a list of other accounts automatically.

The user of the program has noted that multiple payments to the same account
seem to fail, e.g.

Pay $x to 1234567
Pay $y to 9876543
Pay $z to 1234567 - This failed, apparently

x and z may or may not be equal, I don't know.
I have been unable to replicate the problem. All went fine when I tried this.
So, I don't have much to go on. I don't have the error report he got from the
server, either.

What could cause this to happen?


Thanks,

--Luc


---
You are currently subscribed to e-gold-tech as: archive@jab.org
To unsubscribe send a blank email to [EMAIL PROTECTED]