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.
Monday, December 31, 2012
SQL-Server Database Users & Roles
Wednesday, December 19, 2012
Sunday, December 9, 2012
Saturday, December 8, 2012
Saturday, November 10, 2012
This data dictionary defines fields used in P6.
Tuesday, October 30, 2012
Setting Up Benefits Administration JD Edwards E1
Converting Payroll History JD Edwards E1
When you implement the JD Edwards EnterpriseOne Payroll system in the middle of a calendar year, you typically need to enter the payroll history records from the legacy payroll system into the JD Edwards EnterpriseOne Payroll system. The system uses these payroll history records to calculate the information that appears on employees year-end forms.
The system provides a conversion process that you can use to import payroll history records from a legacy system and convert them into the format that is used by the JD Edwards EnterpriseOne Payroll system.
Each time that you process a payroll cycle, the system creates historical records of employees earnings, deductions, and taxes. You use these historical records to print historical and governmental reports, answer employees questions, and process year-end forms for employees. In some cases, you might need to import payroll history records from another payroll system and convert them to the format that is used by the JD Edwards EnterpriseOne Payroll system. These situations are examples of when you might need to convert payroll history:
http://docs.oracle.com/cd/E16582_01/doc.91/e15133/cvrt_payroll_histry.htm
Saturday, October 27, 2012
Building and Using WebServices with JDeveloper
At the end of the tutorial you create an ADF Client application that consumes the web service you created.
Monday, October 22, 2012
Jdeveloper To connect to Microsoft SQL Server
To connect to Microsoft SQL Server:
From www.microsoft.com, download and install the appropriate Microsoft SQL Server driver:
For Microsoft SQL Server 2005, choose Microsoft SQL Server 2005 Driver.
For Microsoft SQL Server 2008, choose Microsoft SQL Server 2008 Driver.
Set up the user library to contain install-directory\sqljdbc.jar.
Create a database connection to Microsoft SQL Server. Use the following values:
Connection Type:
SQLServer
Username and Password: enter the appropriate values for the connection.
Driver Class:
com.microsoft.sqlserver.jdbc.SQLServerDriver
Library: the library you created for the driver.
JDBC URLs:
jdbc:sqlserver://machine-name:port;DatabaseName=database-name
, where the sectionDatabaseName=database-name
is optional
If you are using Windows Authentication credentials to connect to Microsoft SQL Server, you need to add do the following:
Add the connection property
integratedSecurity=TRUE
and the username and password values to the JDBC URL, for examplejdbc:sqlserver://machine-name:port;DatabaseName=database-name;username=USERNAME;password=PASSWORD;integratedSecurity=TRUE
Add the location of
sqljdbc_auth.dll
to your PATH variable:For 32bit JVM, this is
installation-directory\sqljdbc_version\language\auth\x86
For 64bit JVM, this is
installation-directory\sqljdbc_version\language\auth\x64
For more information, see Building the Connection URL, which is available as part of Connecting to SQL Server with the JDBC Driver at the Microsoft MSDN website.
http://docs.oracle.com/cd/E16162_01/user.1112/e17455/connect_work_databases.htm
Saturday, October 20, 2012
Using BPEL to Build Composite Services and Business Processes
Friday, October 19, 2012
Saturday, October 13, 2012
Saturday, October 6, 2012
Business view JD Ewards distinct Data
First create the index you want to use, then right click on the table name in the "Table Joins" window and click "Change Index". You will get error message.
Pick your single field index and you will be able to accomplish selecting the distinct values for a single field without selecting the entire primary key.
Source:JDELIST
Friday, October 5, 2012
Convert Numeric to A String with decimals - JD Edwards
B0400410
Tuesday, September 11, 2012
Configuring sql-server with SOA jdeveloper
Configuring MSSQL with SOA Suite 11g
Monday, September 10, 2012
Developing SOA Composite Applications with Oracle SOA Suite - 11g Release 1 $11.1.1.6.1$
Thursday, August 9, 2012
Alter failed for Login sa. Cannot set a credential for principal 'sa'. - Error encountered in SQL Server
Alter failed for Login sa. Cannot set a credential for principal 'sa'. - Error encountered in SQL Server
Sunday, July 29, 2012
Scrape / download / get a webservice in a textbox or in variable c#
Thursday, July 12, 2012
Saturday, June 30, 2012
Helloworld using Oracle SOA 10G
Chola's Tutorial : Helloworld using Oracle SOA 10G
http://www.youtube.com/watch?v=eZoOmGn-DegSunday, June 17, 2012
Thursday, June 14, 2012
Friday, June 8, 2012
Using the ADF URL Data Control to Read RSS Feeds
Sunday, June 3, 2012
Oracle JDeveloper 11g Release 2 Tutorials - Consuming a Web Service from a Web Page
Saturday, May 19, 2012
Friday, May 18, 2012
SOA documentation/downloads and samples
Quick Start Guide for
Oracle® SOA Suite 11gR1 (11.1.1.5.0)
Thursday, May 17, 2012
Adding Maps Using the Maps Helper
Web Pages 2 includes additions to the ASP.NET Web Helpers Library, which is a package of add-ins for a Web Pages site. One of these is a mapping component provided by the Microsoft.Web.Helpers.Maps
class. You can use the Maps
class to generate maps based either on an address or on a set of longitude and latitude coordinates. The Maps
class lets you call directly into popular map engines including Bing, Google, MapQuest, and Yahoo.
To use the new Maps
class in your website, you must first install the version 2 of the Web Helpers Library. To do this, go to the instructions for installing the currently released version of the ASP.NET Web Helpers Library and install version 2.
Tuesday, May 15, 2012
LDAP Authentication in ASP.Net c#
Friday, May 11, 2012
JD Edwards Defining a Hot Key in Your Application
To define a hot key, insert an ampersand before the letter that you want to set as the hot key in the Title property for the button that will have the hot key. You can set the definition from either the properties dialog or from the properties panel. The letter you define is then underlined in your application. Hot keys are governed by these rules:
You can define only one hot key for a button.
You cannot use the same hot key on more than one button in the same form or subform.
You cannot use a reserved hot key (any that is not in the list of application-defined hot keys).
You cannot insert more than one ampersand in the same button title.
You must check the Hot Key property for an exit definition only. Hot keys are enabled by default for push buttons.
http://docs.oracle.com/cd/E17984_01/doc.898/e14706/hot_keys.htm#EOTFD00256
jd edwards Grid Control Events
- Perform one of these tasks:
- To add a data item to the grid from the BV associated with the form, double-click a data item in the Business View Columns Browser.
- To add a data item to the grid that is not in the BV associated with the form, search for a data item in the Data Dictionary Browser, and then double-click it.
Each time you double-click an item, Form Design Aid (FDA) adds it as a column to the grid control.
- Repeat step one until you have added all of the columns you need.
- Double-click the grid control.
- On Grid Properties, click the Columns tab and arrange the column order by selecting a column and then using the Up and Down buttons to shift its position in the list.
- Click the Sort Order tab and set the order in which the system will sort returned records by performing these steps:
- Select a data item in the Unsorted Columns list and click the right arrow. Repeat for each data item on which you want to sort.
The data item moves to the Sorted Columns list.
- To toggle between displaying by ascending and descending order, click the data item in the Sorted Columns list.
The letter A next to the data item indicates that the system will display records in ascending order. The letter D next to the data item indicates that the system will display records in descending order.
- Arrange the column sort order by choosing a column in the Sorted Columns list and then using the Up and Down buttons to shift its position in the list.
http://docs.oracle.com/cd/E17984_01/doc.898/e14706/grid_controls.htm#g8d6ab57f7cedeaac_ef90c_10a77c8e3f7__7257
- Select a data item in the Unsorted Columns list and click the right arrow. Repeat for each data item on which you want to sort.
Monday, May 7, 2012
SQL Azure
Sunday, May 6, 2012
Create your own theam Windows 7 - your own photos
Error: Date is in this Yr but Prior Mth The date being edited is in the current year but in a prior month.
Subject : Error: Date is in this Yr but Prior Mth
CAUSE . . . . The date being edited is in the current year but in a prior
month.
RESOLUTION. . This is an error if in the General Accounting Constants you
do not allow PBCO (posted before cutoff) entries. Change the
date or change the General Accounting Constants to allow PBCO
entries.
Friday, May 4, 2012
Toshiba satellite reinstall windows 7 Problem
after that I got message my windows is not genuine , I found product key below my laptop and activated again.
thank God my 1 year old pc started working again. I reinstall all the old software.
Thursday, April 12, 2012
Excel to SQL-Server Insert in vba apostrophe in sql
Tuesday, April 10, 2012
Execute SSIS package -dtexec
EXEC xp_cmdshell 'dtexec /FILE "C:\\Package.dtsx" /SET \Package.Variables[User::FileName].Properties[Value];"C:\\linkservertest.xlsx"'
in batch command
dtexec /FILE "C:\\Package.dtsx" /SET \Package.Variables[User::FileName].Properties[Value];"C:\\linkservertest.xlsx"
Monday, April 9, 2012
Excel sql SSIS with variable file name
-- exec dbo.import_data 'C:\Documents and Settings\varunj\My Documents'
ALTER procedure dbo.import_data
@FilePath varchar(2000)
--@filename varchar(2000)
as
declare
@sql nvarchar(50),
@Bank_code numeric(35),
@Bank_transaction numeric(35),
@Money_trn numeric(35),
@Check_num varchar(25),
@FilePath varchar(2000),
@dtsname varchar(1000),
@cmd varchar(2000)
set @dtsname = 'Package.dtsx'
select @cmd = 'DTExec /F "' + @FilePath + @dtsname + '"'
print @cmd
set @sql = ''
--insert new records
insert into dbo.import_data2 (Bank_code,Bank_transaction, Money_trn, Check_num )
select a.Bank_code,a.Bank_transaction, a.Money_trn, a.Check_num
from dbo.import_data1 a left join
dbo.import_data2 b
on a.bank_code=b.bank_code
where b.bank_code is null
-- update existing records
update dbo.import_data2
set money_trn = x.Money_trn, Bank_code = x.Bank_code, Bank_transaction = x.Bank_transaction, Check_num = x.Check_num
from
(select a.Bank_code,a.Bank_transaction, a.Money_trn, a.Check_num
from dbo.import_data1 a join
dbo.import_data2 b
on a.bank_code=b.bank_code) x
where import_data2.bank_code = x.bank_code
--clean up import_data1 (temp table)
truncate table dbo.import_data1
exec master..xp_cmdshell @cmd
GO
Excel SpreadSheet variable Filename to SSIS
I created a simple package (using BIDs on a 32-bit machine) that contains an Excel Source & OLE DB Destination, Excel Connection Manager, and an SSIS variable that stores the full path to the Excel file. The package runs successfully. Here are the steps I followed. I hope this is helpful in resolving the error you're getting:
1. Added Excel Source.
2. Added Excel Connection Manager, clicked Edit, and entered the full file path in the Excel file path box (C:\Work\Excel Folder\TestBook97.xls). Saved changes.
3. Configured the Excel Source to point to the connection manager.
4. Added a string variable to the package, confirmed that the variable scope was Package, and filled in the variable value (C:\Work\Excel Folder\TestBook97.xls).
5. Added an expression to the Excel Connection Manager, to set value of the ExcelFilePath property using the string variable.
6. Connected the Source to the Destination.
Thursday, April 5, 2012
Connect between Excel SQL-Server update delete
Monday, March 26, 2012
Thursday, March 22, 2012
Developing Java EE and Java Applications Using Modeling
Sunday, March 18, 2012
Sunday, February 5, 2012
Friday, January 13, 2012
Getting result
select
WWMLNM,* from crpdta.F0111 aleft
outer join crpdta.f0101 on wwan8=aban8where
WWIDLN=0 and ABTAXC in('N' , 'P','1' )and
wwan8 in(select a6an8 from crpdta.f0401)and
WWMLNM like '%,%' and upper(WWMLNM) =WWMLNM COLLATE Latin1_General_BIN