I am working on the flex application. Back end is spring/Hibernate. The application is working fine in my local XP system.
When i am trying to deploy in the server i'm facing the issue.
The issue is how to map the java in apache
when i am by passing the apache & works in tomcat my application is working good. But not in the apache..
This…
Hi,
We dont have root access in our local machine. I installed DBI package first and then installed DBD package. I got the below error first,
In file included from DB2.h:22,
from DB2.xs:7:
dbdimp.h:10:22: dbivport.h: No such file or directory
Then I included the DBI path in the Makefile and then I am getting the below error.…
Hi,
I tried to use this logic
http://www.databasejournal.com/features/msaccess/article.php/3752701/Secure-Microsoft-Access-Passwords-and-Encryption-in-Access-2007.htm
I have an existing access database 2007, i want to encrypt it, when i tried to implement the 128-bit from the above link, unfortunately when i open the DB in notepad i don't see…
Hi,
I have to create few forms and give it as direct EXE (instead of installer, which installs .NET framework, which the end user is not happy, they want something they can directly open and work).
I know it can be done as web, but am looking for winforms?
Please suggest which tool/technology can handle this?
Thanks,
Karthick
Hi
Can winform C# applications run from citrix?
If the application is kept on Citrix server, can it be viewed in windows OS machines?
Will the same be viewable via iPad?
-Karthick
I have few ods files but all of a sudden it is not opening. When i open the file i get the following error. Please look at the below snapshot
Error on opening the file with Archive Manager:
karthick@karthick:/media/Datas$ zip -FF data.ods --out repaired_file.ods
Fix archive (-FF) - salvage what can
Found end record (EOCDR) - says expect…
I have a table with a column of type decimal. There is a ESQL/C structure that represents the table. It has a member of type decimal. I also have a normal C structure for equivalent for the same table. The type of the above mentioned field is a float.
Since we use memcpy to copy data to and from ESQL/C structure to C structure, there is an…
Hi, After upgrading the Ubuntu to 10.04 my Nautilus file manager gives lot of problem. Nautilus freezes after few minutes of start. I tried with Thunar, but I did not like that. Now I have Dolphin too, when Nautilus goes problem, then I start work with Dolphin. I do not like this. I want to work on Nautilus or equivalent one.
I work with…
How to get parent child relation from this array to print a multi-level menu
$menus = array
(
0 => array
( 'id'=>0,
'check' => 1,
'display' =>'Arete Home',
'ordering' => -10,
'parent' => none,
),
1 =>…
Here is a method that does a DFS search and returns a list of all items given a top level item id. How could I modify this to take advantage of parallel processing? Currently, the call to get the sub items is made one by one for each item in the stack. It would be nice if I could get the sub items for multiple items in the stack at…
I am looking for some opensource IT infrastructure management s/w which should be able to monitor, manage servers & pc's, network devices, printers etc and it should have patch management, software inventory, user activity data etc
And I am planning to have it on a linux server and it should be manageable for both linux and…
I just did a software update on my Ubuntu 9.10, after that it asked me to restart my system which i did and once i did that, grub opend some simple bash shell or something... i dont know how do i run ubuntu now???
Ubuntu 9.10 was installed 1 week back using the wubi installer... which is like a one click install from…
Here is my apache configuration file.
I have two domain names running on same ip but i want them to point to different webapps. But in this case both point to the one intended for e-yantra.org.
If I copy paste akshar.co.in part before E-yantra.org both start pointing to akshar.co.in
I have two A DNS entries (one per…
I am trying to import an ldif file which has following content-
DN: cn=myUser,cn=Users,dc=us,dc=oracle,dc=com
objectclass: top
objectclass: person
objectclass: organizationalPerson
objectclass: inetorgperson
objectclass: orcluser
objectclass: orcluserV2
cn: myUser
givenname: myUser
mail: myUser
orclsamaccountname:…
can anybody help me, i need to restrict/avoid the mails from "non-reply@example.com". because which sends always a spam mails to my id.
please advice...
I use the following code to retrieve image from the phone or SDCard and I use that image in to my ListField. It gives the output but it takes very Long time to produce the screen. How to solve this problem ?? Can any one help me?? Thanks in advance!!!
String text = fileholder.getFileName();
try{
String…