03-21-06 08:10 AM
hi
i have this same problem and i didn't find a solution yet
so, please tell me if u found a solution or if any one have a solution
help us
regards
gwheeloc wrote:
> Upon digging further I found that the job history in SQL Server shows this
> additional information after the job is attempted.
>
> "Executed as user: [localhost]\SYSTEM. Error: [Commerce Server Dir
ect
> Mailer] Invalid argument passed to the method or property call. Process E
xit
> Code -2147024809. The step failed."
>
> This message is most likely related to the message in the prior post. I
> found the store procedure that is called when you send a test email or sav
e
> the new Direct Mailer campaign item as being:
>
> declare @P1 uniqueidentifier
> set @P1=NULL
> exec sp_create_dml_sqlagent_job N'CS2002StarterSite', N'localhost', 14, 13
,
> 20060308, 20060608, 80000, N' ', 2, 1, 0, 0, 0, @P1 output
> select @P1
>
> A valid GUID is returned but the job history is updated with the message
> shown above.
>
> Does anyone have a clue about this?
>
> My environment setup
> This is a Windows 2003 server being used as a test server with all the
> CS2002 pieces on this one server. The server shares the domain with the
> production servers and is configured just as the production servers. This
> direct mailer functionality works fine on those. I use domain accounts fo
r
> everything so I'm puzzled. I don't believe this to be a permission issue
or
> I would of expected to see the problem on the production server as well.
The
> big difference is that the production environment's database is on it own
> server.
>
> This makes me believe the problem lies within the confines of the database
> software. The error message is too generic to know where to look. "Invali
d
> argument passed to the method or property call" Which one? What is the
> value of what was passed? This information would be helpful.
>
> gwheeloc
[ Post a follow-up to this message ]
|