http://download.oracle.com/docs/cd/E17984_01/doc.898/e14705/debugging_event_rules.htm
This is my Technical area of troubleshooting and learning new Programming skills and many more. Here you will find answers for many new technologies like asp.net 2.0/3.5,4.0 C# access, mysql, Amazon Webservice ,Sql-server, JD Edwards, SAS, Salesforce, APIs, MVC and many more. please visit & discuss.
Saturday, April 23, 2011
JD Edwards Debug Application Web client
http://download.oracle.com/docs/cd/E17984_01/doc.898/e14705/debugging_event_rules.htm
Friday, April 22, 2011
Saturday, April 16, 2011
Sending E-mail to All List of Membership Users with ASP.Net Built-in Membership API
Sending E-mail to All List of Membership Users with ASP.Net Using Built-in Membership API
ASP.Net has a very powerfull built-in membership api and it has all the things we need;
- User Management
- CRUD (Create, Read, Update & Delete) of Membership Model
- User approvement
- Changing password
- Recovering password
And the other things. Also, it is safe to say so many developer use this magical thing.
The registered users are so important to our company and we want to let them know we live and our new things once in a while. As a result, newsletters' main purpose is that.
But how can we send e-mail to all of the registered users inside our magical Membership SQL Database? There are some ways but here we will see the simple and most useful way. We will be talking to database of course in order to get the e-mail addresses but we won't be directly talking to membership database. ASP.Net has already done that for us.
Thursday, April 14, 2011
Execute SSIS from Batch file
dtexec /f "C:\tempssis\ProviderAddressBook 1.dtsx"
Sunday, April 3, 2011
Custom ASP.NET Routing to an HttpHandler
Saturday, April 2, 2011
JD Edwards Fixing Advance Pricing data F4074..
select distinct sddoco addoco ,sdlnid adlnid into jde_rk.dbo.tempadprc from jde_production.proddta.f4211
left outer join jde_production.proddta.f4074 on sddoco=aldoco and sddcto=aldcto and sdkcoo=alkcoo and sdlnid=allnid and ALOSEQ=0
where sdlttr != '980' AND sddcto='SO' and sdlnty='S' AND SDTRDJ > 111000 and aldoco is null
and sdkcoo in ('00667')
insert jde_production.proddta.f4074
select
sddoco ALDOCO,sddcto ALDCTO,sdkcoo ALKCOO,'' ALSFXO,sdlnid ALLNID,0 ALAKID,'' ALSRCFD,0 ALOSEQ,0 ALSUBSEQ,0 ALTIER,'' ALASN,'' ALAST,
sditm ALITM,0 ALAN8,sdcrcd ALCRCD,sduom ALUOM,0 ALMNQ,'' ALLEDG,'' ALFRMN,'' ALBSCD,(sdsoqs*10000)ALFVTR,'' ALABAS,Sduprc ALUPRC,
0 ALFUP,'' ALGLC,'' ALARSN,'' ALACNT,'' ALSBIF,'' ALMDED,1 ALPROV,0 ALATID,0 ALIGID,0 ALCGID,0 ALOGID,0 ALANPS,0 ALBSDVAL,'' ALSRFLAG,
'' ALADJCAL,0 ALNBRORD,'' ALUOMVID,'' ALOLVL,'' ALADJSTS,'' ALADJREF,0 ALACCAN8,0 ALBNAD,'' ALADJGRP,'' ALMEADJ,'' ALFVUM,'' ALPDCL,
0 ALCFGID,0 ALCFGCID,''ALAPRP1,''ALAPRP2,''ALAPRP3,''ALAPRP4,''ALAPRP5,''ALAPRP6,''ALNDPI,'SQLFIX'ALUSER,'SQLFIX'ALPID,'SQLFIX'ALJOBN,
'111094' ALUPMJ,sdtday ALTDAY,'' ALPMTN,'' ALRULENAME,'' ALPA04
from jde_production.proddta.f4211
left outer join jde_rk.dbo.tempadprc on sddoco=addoco and sdlnid=adlnid
where addoco is not null