Unemployment hits 5 million mark in Spain

Unemployment in Spain passed the five million mark in the last quarter of 2011, official figures show. The National Statistics Institute said 5.3 million people were out of work at the end of December, up from 4.9 million in the third quarter. The rate rose from 21.5% in the third quarter to 22.8% - the highest rate in nearly 17 years. Spain already has the highest jobless rate in the 17-nation eurozone and is expected to slide back into recession. The 22.8% rate is more than twice the average...

Create Table in BAAN ERP

1st Method The purpose of the Create Tables (ttaad4230m000) session is to create tables by company and package. Menu: BAAN IV Tools / Database Management / Miscellaneous Session: Create Tables (ttaad4230m000) 2nd MethodStep1: First create domain if you don't want to use exixting domians.Step2: After creating new domains, convert them to runtime data dictionary and log out the     BAANStep3:Now create new tables based on new domains because table structure is dependent on domains.Step4:...

Maintaining Database Definition

The purpose of the Maintain Database Definitions (ttaad4110m000) session is to define databases, database description types, mirroring specifications, audit trail generation, and whether or not a remote server is utilized. Menu: BAAN IV Tools / Database Management / Maintenance Session: Maintain Database Definitions (ttaad4110m000) Important Fields Database Database Type Audit Trail Note:You do not have to run this session very often, since these things are set up at installation. Related...

Create Company

The purpose of the Maintain Companies (ttaad1100m000) session is to define company numbers, specify first day of week, default currency and the package combinations to be used by the company. Menu: BAAN IV Tools / Application Configuration Session: Maintain Companies (ttaad1100m000) Related Posts Database Management in BAAN ERP Maintaining Database Definition Create Tab...

Database Management in BAAN ERP

Introduction BAAN applications store data in tables. This data is modified, processed, and printed using several different sessions. BAAN Tools offers tremendous flexibility regarding data storage. Database Management Procedure Database Management Overview BAAN is database and hardware independent. In other words, you can store your data in BAAN Base, Oracle, Informix, and other formats. Moreover, this data can be stored on the machine where BAAN is started or on one or more remote machines...

O2 apologised for technical problem

O2 has apologised for a technical problem which caused users' phone numbers to be disclosed when using its mobile data. The company said it normally only passed numbers to "trusted partners". A problem during routine maintenance meant that from 10 January numbers could have been seen by other websites. "We investigated, identified and fixed it this afternoon. We would like to apologise for the concern we have caused," the company said. The Information Commissioner's Office had said that it would...

Different Method Using VRC Management

The procedure begins with the creation of a new package combination and new package VRCs.  The developers and their company number are linked to the new package combination.  Runtime help information for the new VRCs are created, and the developer data is modified.  Next, the normal users are linked to the former development package combination.  Their company numbers are also linked to this new package combination.  Finally, the changes in user data are converted to runtime. The...

Package VRC

A Package VRC is a package, which is indicated by a VRC. Within each PVRC, various components can be created and/or modified. The advantages of using PVRCs are: standard software cannot be overwritten new software components can be developed and tested in a protected environment before releasing them to production a PVRC does not contain all software components, only new or changed components development authorizations can be set by PVRC The software components that can be created and/or modified...

Version Release Customization(VRC) in BAAN ERP

Introduction Unlike conventional products, such as cars or furniture, computer software is dynamic in nature. Rapid technological advancement, changing customer requirements, bug fixes, etc., make it imperative for software houses to regularly introduce newer versions of their software. Failure to do so would be disastrous for customers as well as the software house. However, managing these different versions, their corresponding releases, and all the different customizations performed on them becomes...

Google + now allows nicknames

Google has relaxed a requirement that real names be used for making a Google+ profile, allowing people to use nicknames or pseudonyms. Google said it would also allow maiden names and names in non-Latin scripts.The search giant would, however, ask people to provide proof that they are known by that alternate name. The proof may include a reference in a news article or a link to a blog with a "meaningful following." Google+ rival, Facebook, requires real names. Some social networks have been...

No plans to bring down Facebook on 28 Jan

A Twitter account linked to the hacker group Anonymous denied that the group had released a video calling on the public to launch a cyber-attack on Facebook. An online war has begun between Anonymous, the people, and the government of the United States," the video narrator says."While SOPA and PIPA may be postponed from Congress, this does not guarantee that our Internet rights will be upheld. The video called on supporters to download a tool that launches denial of service attacks on targeted websites,...

Limitations of generics

In this section we will try to find out some of the limitations in use of generics.By this time you must have understood the possible applicability of generics. Generics are used mainly when one object contains other object. It may be a simple class or a collection. You can add restriction on what can be added to other class. It is not possible to add such a restriction in other ways of reusing e.g. inheritance. Generics work on objects and not on primitive data types. When the instances of certain declared classes are injected using Dependency...

Example comparing the legacy with generic styles

Legacy non-generic example    // Typical Collections usage before Java 5 List greetings = new ArrayList(); greetings.add("We come in peace."); greetings.add("Take me to your leader."); greetings.add("Resistance is futile."); Iterator it = greetings.iterator(); while (it.hasNext()) {     String aGreeting = (String)it.next();     attemptCommunication(aGreeting); } Same example using generics     // Same example using generics. List<String> greetings = new ArrayList<String>(); greetings.add("We...

Google plans to 'Combine' your user data

Google is planning to rewrite its privacy policy to grant it explicit rights to "combine personal information" across multiple products and services. Previously, it had only implicit rights to do so. Beginning March 1, the activities and data of a Google user who is signed in will be used to provide a "simpler, more intuitive" experience for users across all the Google services, according to a post on the Official Google blog. For instance, Google searches may take into consideration context of...

Facebook wants ceglia to pick up $84k in leagl fees

Facebook lawyers have asked a judge to order Paul Ceglia to pick up more than $84,000 in legal fees. Ceglia, the man who claims a contract with CEO Mark Zuckerberg entitles him to a 50 percent stake in the social network, was fined $5,000 earlier this month over delays in making his e-mails available in his case against Facebook. He was also ordered to pay reasonable attorneys' fees.Facebook also asked Leslie G. Foschio, the federal magistrate for Buffalo, N.Y., to order Ceglia not to file any...

Share

Twitter Delicious Facebook Digg Stumbleupon Favorites More