Displaying 20 results from an estimated 6000 matches similar to: "Commercial ERP Application using ROR?"
2011 Apr 16
2
ERP Application working slow & toolbar missing in applicatio
Hi,
i installed dotnet framework & Oracle 11g Runtime client,
My ERP Applicaton working good in wine but two issue is there
One is, its access database from oracle server, listed database i can not
see when i scroll it, its take 5 to 6 minutes, and I cann't see tool bars in ERP application.
please help
2010 Aug 01
0
How to connect R with SAP/ERP
>
> Anyone knows if there is a way to connect R with the ERP SAP?
Very big question.
An ERP is an accounting system typically for a large business or
governmental entity (ERP = "Enterprise Resource Planning" system). Modern
ERPs are typically built on top of (multi-user) relational data base
management systems (RDBMS).
R has many ways to connect to relational databases -- see
2011 Dec 27
1
Windows ERP s/w on Ubuntu 11.04, 1.2.2-0ubuntu6 (wine1.2)
Hi,
I am trying to run windows custom made ERP software (developed by third party in VB6) on Ubuntu 11.04, 1.2.2-0ubuntu6 (wine1.2).
a) Installation works perfect.
b) When I run the ERP software I get following error in info box
Run-time error '430;"
Class does not support Automation or does not support expected interface
Please help me out.
2001 Jul 05
1
ERP software
I was just playing around with the R-streams package, reading in some data
from an old experiment we did here, and was again amazed by the flexibility
of the R environment. The eaze with wich I was able to generate simple plots
of my EEG data made me wonder if someone tried to implement an ERP package.
For the non-cognitive scientists ou there: EEG is electrical activity
measured from the scalp
2004 Oct 26
3
Importing big plain files from ERP-System/Data Mining with R
Hi,
how can I import really big plain text data files (several GB) from an
ERP-System (SAP-Tables) to R?
The Header of these files are always similar, for example:
Tabelle: T009
Angezeigte Felder: 7 von 7 Feststehende F??hrungsspalten: 2 Listbreite
0250
----------------------------------------------------------------------
|X|MANDT|PERIV|XKALE|XJABH|ANZBP|ANZSP|LTEXT
2005 Sep 25
1
weine & baan erp windows client
hi,
i've setup wine with winetools and installed the baan cleint for windows. at
a first sight every thing seems to work. a closer look showed a font
problem. when you look at the atatched jpg's you can see, that the numbers
do not fit the entry field. compare linux.jpg and windows.jpg. i'm not
shure if this is a font problem or some thing else. sadly this is a
killerapplication for
2012 Jul 18
0
Building a web risk calculator based on Cox, PH--definitive method for calculating probability?
Here is an example of how to do it.
> library(survival)
> vfit <- coxph(Surv(time, status) ~ celltype + trt, data=veteran)
> userinput <- data.frame(celltype="smallcell", trt = 1)
> usercurve <- survfit(vfit, newdata=userinput) #the entire predicted
survival curve
> user2 <- summary(usercurve, time= 2*365.25) # 2 year time point
> user2$surv
[1]
2006 Apr 22
1
Setup tinc for "Road warrior"?
Hi:
I'm having some trouble connecting to the tinc VPN I've setup for my client.
Basically I would like to connect to the LAN of my client (as I'm currently
thousands of miles away and won't be back for a month and a half) to continue
with the development of an in-house ERP.
I've setup the router (a Linksys router running the stock firmware) to forward
both TCP and UDP
2008 Apr 28
0
ROR project
Looking for a freelance ROR jeti master to help on the completion of a
DAM system.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To unsubscribe from this group, send email to
2012 Jul 17
0
Building a web risk calculator based on Cox PH--definitive method for calculating probability?
Hello all,
I am a medical student and as a capstone for my summer research project I am
going to create a simple online web "calculator" for users to input their
relevant data, and a probability of relapse within 5 years will be computed
and returned based on the Cox PH model I have developed.
The issue I'm having is finding a definitive method/function to feed the
user's
2017 Mar 09
0
(no subject)
Job Title: Sr Research Associate I
Location: Brandeis University, Waltham, MA
Full/Part Time: Full-Time
Regular/Temporary: Regular
The mission of the Institute for Child, Youth and Family Policy (ICYFP) is
to conduct and disseminate policy-relevant research on health and
development of children and their families. We seek a socially minded,
highly motivated data expert with full-time work
2011 Apr 08
0
Fedena installation: Error
am getting error:
rake db:migrate
(in /home/hsrai/public_html/ERP/ERP_Campus/projectfedena_v2.0)
rake aborted!
can''t activate , already activated prawn-0.11.1
Where is problem?
Fedena is Ruby on Rails (RoR) application.
My installation log is below signature.
mkdir ERP
cd ERP
wget http://202.164.53.122/ERP/ERP_Campus.tar.gz
tar -zxvf ERP_Campus.tar.gz
cd
2005 Mar 16
0
Installing Microsoft Agent on Linux thru wine???
Hi,
Another query. I have a VB Based ERP that my company has developed. I need to install that and run that thru wine. The ERP uses Microsoft Agent to display an animation on the Login Screen. I was able to install the ERP on Linux thru wine without any problems. After that, when I tried to install the Microsoft Agent from the same setup CD, it failed to install. Further, since the login screen
2008 Jan 19
1
How do we get two-tailed p-values for rlm?
How do we get 2-tailed p-values for the rlm summary?
I'm using the following:
> fit <- rlm(oatRT ~ oatoacData$erp, psi=psi.bisquare, maxit=100,
na.action='na.omit')
> fitsum <- summary(fit, cor=F)
> print(fitsum)
Call: rlm(formula = oatRT ~ oatoacData$erp, psi = psi.bisquare, maxit = 100,
na.action = "na.omit")
Residuals:
Min 1Q Median
2015 Dec 07
2
OpenSSH FIPS 140-2 support using OpenSSL FIPS modules?
On 12/04/2015 10:02 PM, security veteran wrote:
> Hi Jakub,
>
> Another question I have is, are there any changes in this patch RedHat
> Linux distribution specific? The reason I ask is, if I port the changes to
> other Linux distribution like Debian or Ubuntu, do you see any issues?
I don't think there is something distro-specific. Distro specific parts
are handled in other
2004 Jan 11
3
newbie question on contrasts and aov
I try to move from SPSS to R/S and am trying to reproduce the results of SPSS
in R. I calculated a one-way anova with "spk" as experimental factor and erp
as depended variable.
The result of the Anova are the same concearning the mean square, F and p
values. But I also wanted to caculate the contr.sdif(4) contrast on spk. The
results are completely different now. I hope anybody can
2013 Nov 25
2
mcp ping return no responses
I''m trying to install mcollective on an environment for the first time and
I''m having troubles:
MC client (also the puppet master)
activemq.xml
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with
this work for additional information regarding copyright ownership.
The
2018 Oct 24
0
smb connection closed
On Tue, Oct 23, 2018 at 05:04:22PM +0200, Sascha Wiechmann via samba wrote:
> Hi everybody,
>
> May someone help me out on a short question, please? We own an ERP based on
> MSAccess, backend is on a samba share, openSuSe 42.3. The ERP is very
> sensitive on disconnection from those - also if it is just a reload of
> config.
> We did not changed anything within the last week,
2012 Jul 26
0
Using pspline in bic.surv of BMA package
Hi,
I'm trying to using pspline in bic.surv{BMA}.
#############################
library(BMA)
library(survival)
data(veteran)
test.bic.surv<- bic.surv(Surv(time,status) ~ karno+pspline(age,df=3)+diagtime+prior, data = veteran, factor.type = TRUE)
summary(test.bic.surv, conditional=FALSE, digits=2)
#############################
The results are:
2006 Jan 15
0
Samba Migration
Hi all,
I have a Samba system running on a standard purchased SuSE Linux 9.3
box. I want to transfer the data to a new Samba running on a standard
Suse Linux 10.0 purchased box version, on a x86_64 cluster platform. The
new configuration is as follows:
I have one central SuSE Linux 10.0 server cluster for all data. It
exports as NFS-Server several shares to a number of NFS-Clients. (The