SCC APII am running Powerbuilder 8.0.2 build 9506 on an XP Machine using
Powerbuilder Native for source control. Every time I attempt to do a
get latest version, I recieve the following message box:
SCC API - Powerbuilder Native SCC
full path/object name.ext already exists in the local project path.
Press ok to overwrite or press cancel to cancel the operation
OK / Cancel
Every time I do a get latest version, I recieve the message and it seems
to be on the exact same objects. Is there anything that can be change
to prevent the same messages from reappearing everytime I do a get...
PowerBuilder SCC API #2Is there anybody who knows more about SCC API supported in PowerBuilder? If
yes, please, send email to KazimirRob@ipb.cz
...
PowerBuilder 8 and SCC APIHi,
Does PowerBuilder 8 evaluation version come with the SCC API?
I installed the evaluation copy, and the "Source" button does not appear on
the menu, and also all "Source Control" links are greyed out.
Regards,
magda.
Open the workspace, and go to the Properties dialog. You have to tell the workspace that it's using SCC, and pick a
provider. Until that happens, all the SCC-related menu items are going to be unavailable.
--
Paul Horan[TeamSybase]
VCI Springfield, MA
www.vcisolutions.com
Get the two new PB9 Books!
http://www.pb9books.com?so...
Client Connections and PowerBuilder connectionsWhat do I need to do to my NT box to be able to run a browser from a
client machine to run the demo database/tutorial? I am able to run the
demo from the NT server itself, but would like to test client
connectivity. My client has browser capability.
Furthermore, I am anticipating on using Jaguar as a middle tier for
accepting communications from PowerBuilder. Jaguar would then take the
SQL and pass the information onto a SYBASE SQL Server. I am not even
concerned with any of the business logic that may be involved but am
more interested in getting Jaguar to be a middle tier while...
Connection from PowerBuilder connects to InternetWe have a client who has experienced a problem I've seen posted on this
forum but can't find now.
When they connect with our application to SQLAnywhere, they're getting their
connect to AOL dialog. They can cancel out and everything works. I
remember that it's a problem with their version of the winsock.dll, but I
don't remember the recommended solution.
Thanks for you help,
James Clanton
>When they connect with our application to SQLAnywhere, they're getting their
>connect to AOL dialog. They can cancel out and everything works. I
>rem...
PowerBuilder 9.0.1: Connect to Oracle Using the PowerBuilder Native DriverCould anyone please email me this Solved Cases? It may be
related to our production issue.
http://info.sybase.com/resolution/detail.stm?id_number=11000397
http://info.sybase.com/resolution/detail.stm?id_number=11008896
Thanks in advance,
John
johnshi@yahoo.com
The first one only affects the development environment, and the second
one is only applicable to datawindows build with the old PBDBMS
method.
What problems are you having?
On 12 Oct 2004 08:56:32 -0700, John Shi wrote:
>Could anyone please email me this Solved Cases? It may be
>related to our production i...
Powerbuilder 5 to Powerbuilder 10Hi all
We have migrated our application from powerbuilder 5 to powerbuilder 10.
after migration to version 10, alignment in most of reports disturbed.
please advice me some solution.
On Fri, 29 Feb 2008 12:45:01 +0100, Adnan Jamil <adnanjamil@nji.com.pk>
wrote:
> Hi all
>
> We have migrated our application from powerbuilder 5 to powerbuilder 10.
> after migration to version 10, alignment in most of reports disturbed.
> please advice me some solution.
Adnan,
Is this a SQL Anywhere question?
If not, you have posted to the wrong forum.
If yes,...
connect by powerbuilderI download a ASE12.5 and install it on my machine , but when I connect it
by pb6.5 , it tell me "dbms syc sybase system 10/11 is not support in your
current installation "
how I do to solve it ?
I work in ASE12.5 and nt4.0+sp6.0 and pb6.51 .
thank you!
devid wrote...
> I download a ASE12.5 and install it on my machine , but when I connect it
> by pb6.5 , it tell me "dbms syc sybase system 10/11 is not support in your
> current installation "
>
> how I do to solve it ?
>
> I work in ASE12.5 and nt4.0+sp6.0 and pb6.51 .
This mea...
Connections in PowerBuilderIs there any whay to create two cursors (nested cursors) at the same time
against the same connection in powerbuilder, or do I have to declare two (or
more) connections?
regards
Kjell Brandes
I answered this in another section. Please don't cross-post.
On Tue, 7 Nov 2000 15:51:47 +0100,
in powersoft.public.powerbuilder.datawindow
Kjell Brandes <kjell.brandes@sem@con.se> wrote:
>Is there any whay to create two cursors (nested cursors) at the same time
>against the same connection in powerbuilder, or do I have to declare two (or
>more) connections?
>...
Connections in powerbuilderIs there any whay to create two cursors (nested cursors) at the same time
against the same connection in powerbuilder, or do I have to declare two (or
more) connections?
regards
Kjell Brandes
It depends on the database. Some (e.g., Oracle) don't have a problem with
that. Others (e.g., SQL Server) don't allow a select on a connection that
already has a result set pending. In the latter case, you have to create
a second connection for the second cursor.
On Tue, 7 Nov 2000 15:52:32 +0100,
in powersoft.public.powerbuilder.database
Kjell Brandes <kjell.brandes...
Connection from PowerBuilderI tried a connection to a server NT with ASA 6.0 from a client with
PowerBuilder 5.003 or 6.5 via ODBC drivers and I have this message error :
sqlstate=S0801
[SYBASE] ODBC Driver [Adaptative Server Anywhere] communication link failure
: communication error.
Any suggestions ?
Gilles ARNAL.
...
Powerbuilder connectionGuys need some help with this.
We have a powerbuilder app which runs against 8.1.7 database on win. nt
4.0. Power builder is 7.0.3 version. Every other day I see either hungup
apllication or ora-03113 end of file on communication channel oracle
message. Any help from any body.
There are lots of things that can cause ORA-03113 errors, many not having to do
with PB at all. It's difficult to tell what the problem might be without more
information though. For example, Oracle technote 1003596.6 indicates that:
What does ORA-03113 "end-of-file on communication channel&quo...
Use PowerBuilder DLL in PowerBuilderWe use PB6.5.
We would want to use a DLL create from PB in a PB application.
We compiled an a PBL as DLL.
After we tried to use DLL in a user object external, but without success.
How can we do to use DLL create from PB or use in a new PB application some
object (visual and no) before compiled with PB?
Any help will be appreciated.
Saul.Convalle@mail.cec.it
Thanks
When you create a DLL from a PB library it is not really a standard Windows
DLL. I'm not sure what the difference is. If you are making calls from PB
then just use the standard PB calling syntax the ...