dbTalk Databases Forums  

Attaching form library to another form library in 10g

comp.databases.oracle.tools comp.databases.oracle.tools


Discuss Attaching form library to another form library in 10g in the comp.databases.oracle.tools forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
papalphaus@yahoo.com
 
Posts: n/a

Default Attaching form library to another form library in 10g - 07-06-2007 , 02:15 PM






I am trying to add a form library (A) to another form library (B).
When I add the library (A), I remove the path and have just the file
name (.pll) before I click on the Attach button of the Attach Library
popup. I am doing this on my PC which has a copy of the current
versions of both libraries. The library (B) successfully compiles on
my PC. I save the library (B), then copy it to my app server. When I
execute a form that has the library (B) attached to it, I get the
"FRM-40039: Cannot attach library while opening form" error. I can go
back to the library (B) on my PC, remove the attached library (A)
(click on the red X in the Object Navigator), save it, copy it to the
app server, and then successfully open the form.
What am I doing wrong? What is the 10g tool for converting the pll to
a pld so I can verify that it is not grabbing the path when I attach
it?
I am using:
Forms [32 Bit] Version 10.1.2.0.2 (Production)
Oracle9i Enterprise Edition Release 9.2.0.7.0 - Production
With the Partitioning option
JServer Release 9.2.0.7.0 - Production
Oracle Toolkit Version 10.1.2.0.2 (Production)
PL/SQL Version 10.1.0.4.2 (Production)
Oracle Procedure Builder V10.1.2.0.2 - Production


Reply With Quote
  #2  
Old   
Frank van Bortel
 
Posts: n/a

Default Re: Attaching form library to another form library in 10g - 07-06-2007 , 02:55 PM






-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

papalphaus (AT) yahoo (DOT) com wrote:
Quote:
I am trying to add a form library (A) to another form library (B).
When I add the library (A), I remove the path and have just the file
name (.pll) before I click on the Attach button of the Attach Library
popup. I am doing this on my PC which has a copy of the current
versions of both libraries. The library (B) successfully compiles on
my PC. I save the library (B), then copy it to my app server. When I
execute a form that has the library (B) attached to it, I get the
"FRM-40039: Cannot attach library while opening form" error. I can go
back to the library (B) on my PC, remove the attached library (A)
(click on the red X in the Object Navigator), save it, copy it to the
app server, and then successfully open the form.
What am I doing wrong? What is the 10g tool for converting the pll to
a pld so I can verify that it is not grabbing the path when I attach
it?
I am using:
Forms [32 Bit] Version 10.1.2.0.2 (Production)
Oracle9i Enterprise Edition Release 9.2.0.7.0 - Production
With the Partitioning option
JServer Release 9.2.0.7.0 - Production
Oracle Toolkit Version 10.1.2.0.2 (Production)
PL/SQL Version 10.1.0.4.2 (Production)
Oracle Procedure Builder V10.1.2.0.2 - Production

Could be the good old path bug...

try to explicitly remove the path, and let the tool figure out
where to find the library (it should -obviously- be in the
search path...)
BTDT-BTT
- --
Regards,
Frank van Bortel

Top-posting is one way to shut me up...
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (MingW32)

iD8DBQFGjp45Lw8L4IAs830RArWCAJwJoIZSoV9JNs1Md3VUol +iL6Y2VQCcCamN
Nc3j8cWtJvllmN+zRo/s93A=
=Z2yJ
-----END PGP SIGNATURE-----


Reply With Quote
  #3  
Old   
papalphaus@yahoo.com
 
Posts: n/a

Default Re: Attaching form library to another form library in 10g - 07-06-2007 , 03:31 PM



On Jul 6, 3:55 pm, Frank van Bortel <frank.van.bor... (AT) gmail (DOT) com>
wrote:
Quote:
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1





papalph... (AT) yahoo (DOT) com wrote:
I am trying to add a form library (A) to another form library (B).
When I add the library (A), I remove the path and have just the file
name (.pll) before I click on the Attach button of the Attach Library
popup. I am doing this on my PC which has a copy of the current
versions of both libraries. The library (B) successfully compiles on
my PC. I save the library (B), then copy it to my app server. When I
execute a form that has the library (B) attached to it, I get the
"FRM-40039: Cannot attach library while opening form" error. I can go
back to the library (B) on my PC, remove the attached library (A)
(click on the red X in the Object Navigator), save it, copy it to the
app server, and then successfully open the form.
What am I doing wrong? What is the 10g tool for converting the pll to
a pld so I can verify that it is not grabbing the path when I attach
it?
I am using:
Forms [32 Bit] Version 10.1.2.0.2 (Production)
Oracle9i Enterprise Edition Release 9.2.0.7.0 - Production
With the Partitioning option
JServer Release 9.2.0.7.0 - Production
Oracle Toolkit Version 10.1.2.0.2 (Production)
PL/SQL Version 10.1.0.4.2 (Production)
Oracle Procedure Builder V10.1.2.0.2 - Production

Could be the good old path bug...

try to explicitly remove the path, and let the tool figure out
where to find the library (it should -obviously- be in the
search path...)
BTDT-BTT
- --
Regards,
Frank van Bortel

Top-posting is one way to shut me up...
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (MingW32)

iD8DBQFGjp45Lw8L4IAs830RArWCAJwJoIZSoV9JNs1Md3VUol +iL6Y2VQCcCamN
Nc3j8cWtJvllmN+zRo/s93A=
=Z2yJ
-----END PGP SIGNATURE------ Hide quoted text -

- Show quoted text -
I do try removing the path, that is why I asked how to convert it to a
pld so I can verify that the path is being removed. I also believe
that I could edit the pld, then convert it back to a pll (with any
paths removed). That is what I am requesting how to do in 10g. What
is the command for converting to pld?



Reply With Quote
  #4  
Old   
Frank van Bortel
 
Posts: n/a

Default Re: Attaching form library to another form library in 10g - 07-07-2007 , 05:11 AM



-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

papalphaus (AT) yahoo (DOT) com wrote:

Quote:
I do try removing the path, that is why I asked how to convert it to a
pld so I can verify that the path is being removed. I also believe
that I could edit the pld, then convert it back to a pll (with any
paths removed). That is what I am requesting how to do in 10g. What
is the command for converting to pld?
Sorry - no forms at hand; is it not File, Save As?
Can it be done at all? Should be in the online help, then.
- --
Regards,
Frank van Bortel

Top-posting is one way to shut me up...
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (MingW32)

iD8DBQFGj2bZLw8L4IAs830RAvcCAJ9t0AirCDiqvAu3rWdfZ4 XB/3jgWQCeM7wa
arGZrS3sc4EbjrrHB7Z/3VE=
=xwDj
-----END PGP SIGNATURE-----


Reply With Quote
  #5  
Old   
F van Nimwegen
 
Posts: n/a

Default Re: Attaching form library to another form library in 10g - 07-09-2007 , 03:17 AM



On Jul 7, 12:11 pm, Frank van Bortel <frank.van.bor... (AT) gmail (DOT) com>
wrote:
Quote:
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

papalph... (AT) yahoo (DOT) com wrote:
I do try removing the path, that is why I asked how to convert it to a
pld so I can verify that the path is being removed. I also believe
that I could edit the pld, then convert it back to a pll (with any
paths removed). That is what I am requesting how to do in 10g. What
is the command for converting to pld?

Sorry - no forms at hand; is it not File, Save As?
Can it be done at all? Should be in the online help, then.
- --
Regards,
Frank van Bortel

Top-posting is one way to shut me up...
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (MingW32)

iD8DBQFGj2bZLw8L4IAs830RAvcCAJ9t0AirCDiqvAu3rWdfZ4 XB/3jgWQCeM7wa
arGZrS3sc4EbjrrHB7Z/3VE=
=xwDj
-----END PGP SIGNATURE-----
The command is File/Convert



Reply With Quote
  #6  
Old   
Frank van Bortel
 
Posts: n/a

Default Re: Attaching form library to another form library in 10g - 07-09-2007 , 02:45 PM



-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

F van Nimwegen wrote:



Quote:
The command is File/Convert
Dank je, Fred. What's up?

- --
Regards,
Frank van Bortel

Top-posting is one way to shut me up...
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (MingW32)

iD8DBQFGkpA9Lw8L4IAs830RAgSOAJ9ontxxf4wDVCFF8uYjjz ACcRWkdgCbBB2z
NRRCWNFZ00wVJ0Y8WSDf6PU=
=B82c
-----END PGP SIGNATURE-----


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.