Displaying 20 results from an estimated 1000 matches similar to: "performance problems with applications"
1999 Jan 14
0
Problem with NT account locking
Hi,
we're running Samba 2.0.05beta on a Linux 2.0.36 box. We have problems
with authentification. Samba is running in security-mode 'SERVER'. About
20 users access this server. As a PDC we have NT 4.0 SP4.
Sometimes the PDC rejected the password:
NT Msg:
Logon Failure:
Reason: Unknown user name or bad password
User Name: USERX
Domain: MGM
Logon Type: 3
Logon Process:
1999 Jan 19
0
Problems joining NT Domain 2nd
Hi,
today I tried it again. When you remove the computer from the NT Domain,
and add it straight afterwards then the SAMBA Server is able to youn the
domain.
Armin
-------------- next part --------------
A non-text attachment was scrubbed...
Name: vcard.vcf
Type: text/x-vcard
Size: 387 bytes
Desc: Card for Armin Amon
Url :
2002 May 08
1
Possible Problems with the Sybase product PowerBuilder
Good morning,
I have a problem and I am unsure whether it's anything to do with Samba.
We use Samba on HP-Unix in conjunction with a product from rational called
clearcase.
Occasionally from getting to our NT Desktops to our Unix environment
Powerbuilder Files( which are binary files)
get reduced down to 0 size, this gets saved and we end up losing our work.
I am not expecting you to solve
2011 Jun 22
8
Wine + PowerBuilder + Sybase ODBC
Hi there,
I'm having a PowerBuilder aplication that connects to a Sybase data base through an ODBC. The application works fine on Windows, but I want to make it run on a Mandriva 2010.2 distribution.
The fact is, I could run it on a machine with Mandriva 2010.2, but now I want to do an installation from scratch to another computer, but it does't work.
The kernel version that I'm
2002 Sep 14
1
Problems with it
i've install it, used the example config and started
tryed to access my mailbox via Outlook Express
here's the syslog:
Sep 14 22:42:17 p133 imap-login: Logged in. [192.168.1.8]
Sep 15 00:42:17 p133 imap(svrmarty): MAIL environment missing and
autodetection failed (home /home/svrmarty)
Sep 15 00:42:17 p133 imap-master: child 20960 (imap) returned error 98
Sep 14 22:42:19 p133 imap-login:
2012 Jun 11
3
Re: Wine + PowerBuilder + Sybase ODBC
aotheoverlord wrote:
>
>
> Maybe I missed it, but could you tell us which version of PowerBuilder you are using?
PowerBuilder 7... I tried to compile the application in PowerBuilder 6, but it doesn't works.
2009 Apr 30
1
Overlaying graphs from different datasets with ggplot
Dear R-users,
I recently began using the ggplot2 package and I am still in the process of
getting used to it.
My goal would be to plot on the same grid a number of curves derived from
two distinct datasets. The first dataset (called molten.data) looks like
this :
Column names : Perc, Week, Weight
P10 21 333.3554
P90 21 486.0480
P10 22 452.6347
P90 22 563.8263
P10 23 575.0960
P90
2004 Dec 14
1
Unable to save files to share
Following the recent "trans2" exploit announcement, SuSE released kernel
2.6.5-7.111.5 to deal with it. I've installed the kernel upgrade on my
desktop (SuSE 9.1, Samba 3.0.4). However, with this kernel, when I try
to save to a share on my server (Samba 2.2.8), I get this set of error
messages:
Dec 13 22:10:25 p133 kernel: smb_trans2: invalid data, disp=0, cnt=0, tot=0, ofs=0
Dec 13
2002 Jul 01
1
functions of dataframes
Hello experts
I have a thing which I can't vectorize. Can any gurus out there help?
This is my truncated dataset; it is a dataframe of five possums and
which tree they slept in on three days.
R> dataset
p14 p88 p82 p90 p98
1 6 7 5 1 3
2 8 9 10 1 11
3 8 7 12 13 14
I can manipulate it with simple functions fine:
R> f
function(n){n+1000}
R> f(dataset)
2008 Mar 15
12
Problem with PowerBuilder 6-based app
Hello to all;
I'm looking for somebody who has tried powerbuilder 6-based apps in the newest
versions of Wine (currently I'm using v0.9.57 in Debian Etch).
Well, the situation is:
I want to use a Sybase-based database management system, using Sql Anywhere 10
as the DB server and a powerbuilder-based app as the client. So I get the
Anywhere 10 version for GNU/Linux, configure it and its
1998 Aug 04
0
summary of responses to "firewalls, a practical question"
A little over a week ago I posted asking about setting up a linux box
between an existing router and a switch in order to provide firewall
service to a subnet of machines. I was curious what experience others
had with this type of setup in terms of machines, configurations, and
the appropriateness of using linux in this manner.
There were basically three issues discussed in replies: hardware
2010 Sep 17
1
Powerbuilder Application Slow with any inner dialogs
Hi All
I am using wine for a Powerbuilder 7 Application. Complete functionality works fine, as of now have not found anything with is not working.
The current concern is with the response time of any dialog popup, its is around 20 secs slower than same app on windows machine. I have seen everytime a window suppose to popup, the cpu is 100%.
Also I have seen the same application on a dual core
2009 Jan 06
2
How a patch is included in a wine version
Hello ppl
In my wine usage experience, I got a patch from Lei Zhang, and i worked 100% in my app.
When will this patch be included in a wine version ? patch refers to http://bugs.winehq.org/show_bug.cgi?id=15543
another question,
Sometimes powerbuilder application search for system32/drivers/etc/{hosts,services} files
Can this be created when we execute winecfg ?
2009 Sep 14
1
ggplot2 graphing multiple lines of data
Some day I may figure out how ggplot2 works.
I am trying to plot 5 columns of data on a graph (similar to a simple matplot)
===========================================================================
library(ggplot2)
bmi <- structure(list(pct = 2:21, P10 = c(14.6, 14.5, 14.2, 13.9, 13.7,
13.7, 13.9, 14.2, 14.5, 14.8, 15.3, 15.9, 16.6, 17.2, 17.8, 18.1,
18.3, 18.4, 18.5, 18.6), P25 =
2008 Jul 03
1
Migrating from S-Plus to R - Exporting Tables
Does something like this get you close:
x <- list()
keys <- LETTERS[1:6]
# create
for (i in keys){
x[[i]] <- data.frame(a=1:5, b=1:5, c=1:5)
}
# output
output <- file('tempxx.txt', 'w')
for (i in keys){
write.table(i, row.names=FALSE, col.names=FALSE, file=output, quote=FALSE)
write.table(x[[i]], file=output, quote=FALSE)
}
close(output)
On Wed, Jul 2,
2009 Mar 27
6
gecko not displaying html
Hello,
Im having a problem with gecko and an aplication built on PowerBuilder.
My application calls some sort of HTML rendering and gecko is downloaded.
After downloading, I can browse the menus but not the content in those. I only see a white screen
The debug output:
a) When I change the view in the menu list i get this
err:mshtml:nsChannelBSC_stop_binding RemoveRequest failed: 80004005
b)
1999 May 11
0
Bad NICs (was Collision Lights go Crazy)
NICs with Linux.
> > I think I have tracked down the problem though. even
> though it may not
> > look like it, I think that the 3com NIC is bad. I put a 10
> baseT only
> > Realtek card in a cliant, and it works fine.. Is there any
> known problems
> > with 3COM 905b's running at 10 Mbits and SAMBA. anyway, I
> think I will
> > buy Intel NICs
2006 Jan 03
1
Summary functions to dataframe
I have written a few different summary functions. I want to calculate
the statistics by groups and I am having trouble getting the output as a
dataframe. I have attached one example with a small dataset that
calculates summary stats and percentiles, I have others that calculate
upper confidence limits etc. I would like the output to be converted to
a dataframe with one of the columns as the
2011 Mar 29
2
Re: Error running application, please Help
Hi vitamin ...
I can see that on release 1.2.3 TCP/IP networking support has been added ... I am trying since years to run a powerbuilder application under wine, the application need to connect with a microsoft 2003 active directory server for validate the user (just make a ldap query).... but the application crash when try to do the validation....
with the new features ... could I make
2009 Mar 10
2
How to color certain area under curve
For a given random variable rv, for instance, rv = rnorm(1000),
I plot its density curve and calculate some quantiles:
plot(density(rv))
P10P50P90 = = quantile(rv,probs = c(10,50,90)/100)
I would like to color the area between P10 and P90 and under the curve
and mark the P50 on the curve.
> rv = rnorm(1000)
> plot(density(rv))
> P10P50P90 = = quantile(rv,probs = c(10,50,90)/100)
Could