SQLException with service pack 2

I am using weblogic 6.1 with jdbc connections to sybase database. With service
pack 1, I have no problem connecting.
The only thing that I change is pointing to service pack 2 instead of service
pack 1 and i get the following exception:
Please Help!
<Mar 4, 2003 10:48:43 AM PST> <Error> <JDBC> <Cannot startup connection pool "BackupDatabase"
java.sql.SQLException: JZ0SJ: Metadata accessor information was not found on this
database. Please install the required tables as mentioned in the jConnect documentation.
     at com.sybase.jdbc.ErrorMessage.raiseError(ErrorMessage.java)
     at com.sybase.jdbc.MdaManager.loadMetaData(MdaManager.java)
     at com.sybase.jdbc.MdaManager.<init>(MdaManager.java)
     at com.sybase.jdbc.MdaManager.<init>(MdaManager.java)
     at com.sybase.jdbc.SybConnection.checkMDA(SybConnection.java)
     at com.sybase.jdbc.SybConnection.getMDA(SybConnection.java)
     at com.sybase.tds.Tds.getIntOption(Tds.java)
     at com.sybase.jdbc.SybConnection.getTransactionIsolation(SybConnection.java)
     at weblogic.jdbc.common.internal.ConnectionEnvFactory.createResource(ConnectionEnvFactory.java:135)
     at weblogic.common.internal.ResourceAllocator.makeResources(ResourceAllocator.java:698)
     at weblogic.common.internal.ResourceAllocator.<init>(ResourceAllocator.java:282)
     at weblogic.jdbc.common.internal.ConnectionPool.startup(ConnectionPool.java:623)
     at weblogic.jdbc.common.JDBCService.addDeployment(JDBCService.java:107)
     at weblogic.management.mbeans.custom.DeploymentTarget.addDeployment(DeploymentTarget.java:329)
     at weblogic.management.mbeans.custom.DeploymentTarget.addDeployments(DeploymentTarget.java:279)
     at weblogic.management.mbeans.custom.DeploymentTarget.updateServerDeployments(DeploymentTarget.java:233)
     at weblogic.management.mbeans.custom.DeploymentTarget.updateDeployments(DeploymentTarget.java:193)
     at java.lang.reflect.Method.invoke(Native Method)
     at weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMBeanImpl.java:636)
     at weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl.java:621)
     at weblogic.management.internal.ConfigurationMBeanImpl.invoke(ConfigurationMBeanImpl.java:359)
     at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1555)
     at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
     at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:468)
     at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:209)
     at $Proxy35.updateDeployments(Unknown Source)
     at weblogic.management.configuration.ServerMBean_CachingStub.updateDeployments(ServerMBean_CachingStub.java:2761)
     at weblogic.management.mbeans.custom.ApplicationManager.startConfigManager(ApplicationManager.java:370)
     at weblogic.management.mbeans.custom.ApplicationManager.start(ApplicationManager.java:160)
     at java.lang.reflect.Method.invoke(Native Method)
     at weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMBeanImpl.java:636)
     at weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl.java:621)
     at weblogic.management.internal.ConfigurationMBeanImpl.invoke(ConfigurationMBeanImpl.java:359)
     at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1555)
     at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
     at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:468)
     at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:209)
     at $Proxy46.start(Unknown Source)
     at weblogic.management.configuration.ApplicationManagerMBean_CachingStub.start(ApplicationManagerMBean_CachingStub.java:480)
     at weblogic.management.Admin.startApplicationManager(Admin.java:1180)
     at weblogic.management.Admin.finish(Admin.java:590)
     at weblogic.t3.srvr.T3Srvr.start(T3Srvr.java:518)
     at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:203)
     at weblogic.Server.main(Server.java:35)
>
<Mar 4, 2003 10:48:45 AM PST> <Error> <JDBC> <Cannot startup connection pool "MasterDatabase"
java.sql.SQLException: JZ0SJ: Metadata accessor information was not found on this
database. Please install the required tables as mentioned in the jConnect documentation.
     at com.sybase.jdbc.ErrorMessage.raiseError(ErrorMessage.java)
     at com.sybase.jdbc.MdaManager.loadMetaData(MdaManager.java)
     at com.sybase.jdbc.MdaManager.<init>(MdaManager.java)
     at com.sybase.jdbc.MdaManager.<init>(MdaManager.java)
     at com.sybase.jdbc.SybConnection.checkMDA(SybConnection.java)
     at com.sybase.jdbc.SybConnection.getMDA(SybConnection.java)
     at com.sybase.tds.Tds.getIntOption(Tds.java)
     at com.sybase.jdbc.SybConnection.getTransactionIsolation(SybConnection.java)
     at weblogic.jdbc.common.internal.ConnectionEnvFactory.createResource(ConnectionEnvFactory.java:135)
     at weblogic.common.internal.ResourceAllocator.makeResources(ResourceAllocator.java:698)
     at weblogic.common.internal.ResourceAllocator.<init>(ResourceAllocator.java:282)
     at weblogic.jdbc.common.internal.ConnectionPool.startup(ConnectionPool.java:623)
     at weblogic.jdbc.common.JDBCService.addDeployment(JDBCService.java:107)
     at weblogic.management.mbeans.custom.DeploymentTarget.addDeployment(DeploymentTarget.java:329)
     at weblogic.management.mbeans.custom.DeploymentTarget.addDeployments(DeploymentTarget.java:279)
     at weblogic.management.mbeans.custom.DeploymentTarget.updateServerDeployments(DeploymentTarget.java:233)
     at weblogic.management.mbeans.custom.DeploymentTarget.updateDeployments(DeploymentTarget.java:193)
     at java.lang.reflect.Method.invoke(Native Method)
     at weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMBeanImpl.java:636)
     at weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl.java:621)
     at weblogic.management.internal.ConfigurationMBeanImpl.invoke(ConfigurationMBeanImpl.java:359)
     at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1555)
     at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
     at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:468)
     at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:209)
     at $Proxy35.updateDeployments(Unknown Source)
     at weblogic.management.configuration.ServerMBean_CachingStub.updateDeployments(ServerMBean_CachingStub.java:2761)
     at weblogic.management.mbeans.custom.ApplicationManager.startConfigManager(ApplicationManager.java:370)
     at weblogic.management.mbeans.custom.ApplicationManager.start(ApplicationManager.java:160)
     at java.lang.reflect.Method.invoke(Native Method)
     at weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMBeanImpl.java:636)
     at weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl.java:621)
     at weblogic.management.internal.ConfigurationMBeanImpl.invoke(ConfigurationMBeanImpl.java:359)
     at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1555)
     at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
     at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:468)
     at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:209)
     at $Proxy46.start(Unknown Source)
     at weblogic.management.configuration.ApplicationManagerMBean_CachingStub.start(ApplicationManagerMBean_CachingStub.java:480)
     at weblogic.management.Admin.startApplicationManager(Admin.java:1180)
     at weblogic.management.Admin.finish(Admin.java:590)
     at weblogic.t3.srvr.T3Srvr.start(T3Srvr.java:518)
     at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:203)
     at weblogic.Server.main(Server.java:35)
>

farnaz wrote:
Another road block... jconnect for jdbc is not available for
download on the sybase website. this means that we would need to
purchase it. is there any other way for me to get a hold of this script?No, it's free. You may have to register on their site (should also be free)
in order to get to the download page. Sybase driver-specific help can
also be gotten at news://forums.sybase.com, in the sybase.public.jconnect50
newsgroup. Someone there might just post the sql script for you.
Joe
>
>
"farnaz" <[email protected]> wrote:
then what is the version of sybase driver that is provided in weblogic
6.1 sp 2?
Joseph Weinstein <[email protected]> wrote:
farnaz wrote:
Thanks for the info. I am looking on sybase download website, andit's not so
easy to look for the script. how should i search for it, or can upoint me to
the link, please? thanks!Just download the latest driver. The script is contained in the package.
Joe
Joseph Weinstein <[email protected]> wrote:
farnaz wrote:
Are the future service packs (4 or above for 6.1) or future versionsof weblogic
also requiring this? Or is it only with sp2
on wls6.1? I am trying to find out if i can get away without
applying the stored procedures and move to a new version.All future WLS versions will be making these standard JDBC calls.
For
example,
we have to check the connection's default transaction isolation level
so that if
any application code changes it, we will know what to reset it to.
Joe
Joseph Weinstein <[email protected]> wrote:
farnaz wrote:
I am using weblogic 6.1 with jdbc connections to sybase database.With service
pack 1, I have no problem connecting.
The only thing that I change is pointing to service pack 2 insteadof service
pack 1 and i get the following exception:
Please Help!Hi. We have added more safety code in our pooling to make sure
the
pool
connections
are returned to a known, standard state before being allowed to
be
re-used.
This involves
making some standard JDBC metadata calls. Unfortunately Sybase
has
decided
to implement
some calls in it's driver, to require some stored procedures in
the
DBMS,
that are not there
in the standard DBMS! Sybase provides a sql script to install
the
needed
procedures in the
DBMS. You should download that script, and ask your DBA to run
it
to
install the procedures,
so the Sybase JDBC driver will work completely.
thanks,
Joe
<Mar 4, 2003 10:48:43 AM PST> <Error> <JDBC> <Cannot startup
connection
pool "BackupDatabase"
java.sql.SQLException: JZ0SJ: Metadata accessor information
was
not
found on this
database. Please install the required tables as mentioned in
the
jConnect
documentation.
at com.sybase.jdbc.ErrorMessage.raiseError(ErrorMessage.java)
at com.sybase.jdbc.MdaManager.loadMetaData(MdaManager.java)
at com.sybase.jdbc.MdaManager.<init>(MdaManager.java)
at com.sybase.jdbc.MdaManager.<init>(MdaManager.java)
at com.sybase.jdbc.SybConnection.checkMDA(SybConnection.java)
at com.sybase.jdbc.SybConnection.getMDA(SybConnection.java)
at com.sybase.tds.Tds.getIntOption(Tds.java)
at com.sybase.jdbc.SybConnection.getTransactionIsolation(SybConnection.java)
at weblogic.jdbc.common.internal.ConnectionEnvFactory.createResource(ConnectionEnvFactory.java:135)
at weblogic.common.internal.ResourceAllocator.makeResources(ResourceAllocator.java:698)
at weblogic.common.internal.ResourceAllocator.<init>(ResourceAllocator.java:282)
at weblogic.jdbc.common.internal.ConnectionPool.startup(ConnectionPool.java:623)
at weblogic.jdbc.common.JDBCService.addDeployment(JDBCService.java:107)
at weblogic.management.mbeans.custom.DeploymentTarget.addDeployment(DeploymentTarget.java:329)
at weblogic.management.mbeans.custom.DeploymentTarget.addDeployments(DeploymentTarget.java:279)
at weblogic.management.mbeans.custom.DeploymentTarget.updateServerDeployments(DeploymentTarget.java:233)
at weblogic.management.mbeans.custom.DeploymentTarget.updateDeployments(DeploymentTarget.java:193)
at java.lang.reflect.Method.invoke(Native Method)
at weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMBeanImpl.java:636)
at weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl.java:621)
at weblogic.management.internal.ConfigurationMBeanImpl.invoke(ConfigurationMBeanImpl.java:359)
at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1555)
at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:468)
at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:209)
at $Proxy35.updateDeployments(Unknown Source)
at weblogic.management.configuration.ServerMBean_CachingStub.updateDeployments(ServerMBean_CachingStub.java:2761)
at weblogic.management.mbeans.custom.ApplicationManager.startConfigManager(ApplicationManager.java:370)
at weblogic.management.mbeans.custom.ApplicationManager.start(ApplicationManager.java:160)
at java.lang.reflect.Method.invoke(Native Method)
at weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMBeanImpl.java:636)
at weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl.java:621)
at weblogic.management.internal.ConfigurationMBeanImpl.invoke(ConfigurationMBeanImpl.java:359)
at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1555)
at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:468)
at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:209)
at $Proxy46.start(Unknown Source)
at weblogic.management.configuration.ApplicationManagerMBean_CachingStub.start(ApplicationManagerMBean_CachingStub.java:480)
at weblogic.management.Admin.startApplicationManager(Admin.java:1180)
at weblogic.management.Admin.finish(Admin.java:590)
at weblogic.t3.srvr.T3Srvr.start(T3Srvr.java:518)
at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:203)
at weblogic.Server.main(Server.java:35)
>
<Mar 4, 2003 10:48:45 AM PST> <Error> <JDBC> <Cannot startup
connection
pool "MasterDatabase"
java.sql.SQLException: JZ0SJ: Metadata accessor information
was
not
found on this
database. Please install the required tables as mentioned in
the
jConnect
documentation.
at com.sybase.jdbc.ErrorMessage.raiseError(ErrorMessage.java)
at com.sybase.jdbc.MdaManager.loadMetaData(MdaManager.java)
at com.sybase.jdbc.MdaManager.<init>(MdaManager.java)
at com.sybase.jdbc.MdaManager.<init>(MdaManager.java)
at com.sybase.jdbc.SybConnection.checkMDA(SybConnection.java)
at com.sybase.jdbc.SybConnection.getMDA(SybConnection.java)
at com.sybase.tds.Tds.getIntOption(Tds.java)
at com.sybase.jdbc.SybConnection.getTransactionIsolation(SybConnection.java)
at weblogic.jdbc.common.internal.ConnectionEnvFactory.createResource(ConnectionEnvFactory.java:135)
at weblogic.common.internal.ResourceAllocator.makeResources(ResourceAllocator.java:698)
at weblogic.common.internal.ResourceAllocator.<init>(ResourceAllocator.java:282)
at weblogic.jdbc.common.internal.ConnectionPool.startup(ConnectionPool.java:623)
at weblogic.jdbc.common.JDBCService.addDeployment(JDBCService.java:107)
at weblogic.management.mbeans.custom.DeploymentTarget.addDeployment(DeploymentTarget.java:329)
at weblogic.management.mbeans.custom.DeploymentTarget.addDeployments(DeploymentTarget.java:279)
at weblogic.management.mbeans.custom.DeploymentTarget.updateServerDeployments(DeploymentTarget.java:233)
at weblogic.management.mbeans.custom.DeploymentTarget.updateDeployments(DeploymentTarget.java:193)
at java.lang.reflect.Method.invoke(Native Method)
at weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMBeanImpl.java:636)
at weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl.java:621)
at weblogic.management.internal.ConfigurationMBeanImpl.invoke(ConfigurationMBeanImpl.java:359)
at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1555)
at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:468)
at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:209)
at $Proxy35.updateDeployments(Unknown Source)
at weblogic.management.configuration.ServerMBean_CachingStub.updateDeployments(ServerMBean_CachingStub.java:2761)
at weblogic.management.mbeans.custom.ApplicationManager.startConfigManager(ApplicationManager.java:370)
at weblogic.management.mbeans.custom.ApplicationManager.start(ApplicationManager.java:160)
at java.lang.reflect.Method.invoke(Native Method)
at weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMBeanImpl.java:636)
at weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl.java:621)
at weblogic.management.internal.ConfigurationMBeanImpl.invoke(ConfigurationMBeanImpl.java:359)
at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1555)
at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:468)
at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:209)
at $Proxy46.start(Unknown Source)
at weblogic.management.configuration.ApplicationManagerMBean_CachingStub.start(ApplicationManagerMBean_CachingStub.java:480)
at weblogic.management.Admin.startApplicationManager(Admin.java:1180)
at weblogic.management.Admin.finish(Admin.java:590)
at weblogic.t3.srvr.T3Srvr.start(T3Srvr.java:518)
at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:203)
at weblogic.Server.main(Server.java:35)
>

Similar Messages

  • ORADC problem on Windows 2000 with Service pack 1 and service pack 2

    Hi,
    I have a VB application running on NT4.0 workstations. It uses
    ORADC control to talk to ORACLE 7.3 When I load it on Windows
    2000 with service pack 1 or service pack 2, I encounter some
    problems.
    The ORADC control is used in most of the VB forms and the
    Refresh method of the ORADC conrol is used to refresh the APEX
    TRUE DBGRID PRO control. When this action is executed, I receive
    a run time error
    "Method Refresh of object '_DORADC' failed Err#: -2147417848
    It works fine when no service pack is applied on Win2K.
    Can anyone tell me what's going on?
    Thanks

    satheesh_p wrote:
    Thanks for your reply.
    When I checked the system requirements. I couldn't find information on windows 2003 service pack 2
    link http://www.adobe.com/products/coldfusion/systemreqs/.
    Whether your OS is windows 2003 with service pack 2?
    Are you sure coldfusion 8 will work on windows 2003 with service pack 2?
    Regards,
    Satheesh.
    Well it was there, if you understand the naming properly:
    ColdFusion 8 system requirements
            Windows
    Intel® Pentium® II or AMD Athlon processor
    Microsoft®
    Windows® 2000 Professional with Service Pack 3; Windows 2000 Server,
    Advanced Server, or Datacenter Server with Service Pack 3; Windows
    Server® 2003 Web, Standard, or Enterprise Edition with Service Pack 1
    and R2; Windows Server® 2008; Windows XP Professional or Home Edition;
    or Windows Vista®
    R2 is the "offical" Microsoft name for service pack 2.

  • "Requirements: Windows XP Home or Professional with Service Pack 2"

    I do not yet own an IPod Nano, but I am planning on buying one. The question that I need to know is about the wording of the requirements for Windows XP. It says XP Home or Pro with Service Pack 2, but I don't know whether that means it requires Windows XP Home (without SP2) or Windows XP Pro with SP2; or if it requires Windows XP Home or Pro, both needing SP2 installed. I have XP Home with no Service Pack installed, and do not want to install it due to a conflict it has with another program that I use on my computer. If anyone could help me with this, thank you very much. Also, if you have Windows XP Home, please post if your IPod Nano is working and if you have SP2 or not. Thank you.

    Don't worry, you can install iTunes on Windows 7. Just make sure the recipient knows to download the correct version of the installer.
    iTunes for Windows (32 bit installer)
    iTunes for Windows (64 bit installer)
    tt2

  • Can't install quicktime or itunes I recieve error code 2738.  I'm running windows Vista 32 with Service Pack 2.  I have tried old and new version of both programs.  Also, have gone through Apple's online help with no good outcome

    Can't install quicktimeor uninstall it for that matter and itunes I receive error code 2738 with both downloads.  I'm running Window Vista with Service Pack 2.  I have check for all window update.  I have gone through Apple itune help list.  Even going into cmd to do regsvr32 vbscript.dll which was successfull. Can you help...my son had to register his ipod at the neighbors house..What going on.
    Son even call apple with no help and was give Microsoft number no help there either they wanted me to call HP.....run around

    Excellent news!
    Strange how sometimes the fixit works better than the manual methods, and sometimes the manual methods work better than the fixit. It differs from Microsoft fixit to Microsoft fixit too. (Unfortunately, because these "anomalous 2738s" are pretty rare as install errors go, I don't have a good feel yet for whether or not it's the fixit or the manual method that's more likely to work in iTunes/QuickTime installation contexts.)
    Afraid I'm not very good on earbud troubleshooting, but fingers crossed the folks over at the iPod communities might be able to help:
    https://discussions.apple.com/community/ipod

  • I'm trying to install iCloud on my PC running Windows Vista with Service Pack 2 and I get a message that the set up program is not a valid win32 file.

    I'm trying to install iCloud on my PC running Windows Vista with Service Pack 2 and I get a message that the set up program is not a valid win32 file. Can anyone help me with this?

    What is the exact error message?

  • Download doesn't work; i keep getting "unable to find firefox.exe" even when I open from program files folder; working onwindows xp with service pack 3

    download doesn't work; i keep getting "unable to find firefox.exe" even when I open from program files folder; working onwindows xp with service pack 3

    As you can see below, when I right click, I have no such option.  In the User Account Settings, I'm operating as the "System Administrator".
    Any other suggestions?

  • How can I recognized an iPhone 3GS on iTunes 11.0.4.4 version on PC Windows XP Professional with Service Pack 3?

    How can I recognized an iPhone 3GS on iTunes 11.0.4.4 version on PC Windows XP Professional with Service Pack 3?

    Plug the device into the computer and iTunes will detect it.  If that is not working, then stating as such would be a good start.

  • Hi. I use windows Xp with service pack 3. I have the latest itunes 11.1 installed in it. I am able to add music or apps to my library but not just videos. Please help.

    Hi. I use windows Xp with service pack 3. I have the latest itunes 11.1 installed in it. I own ipad mini. I am able to add music or apps to my library but not just videos. I have already tried removing & reinstalling it. I also have tried with various formats like MPEG, MOV, MP4. Please help.

    I already have what you ( ClayandLonnie ) have suggested with the preferences>Shareing Preferences set to share all.
    I have tried turing it off, and then back on.
    I have tried just sharing specific items and this still did not work.
    I am going to try stepping back down to 11.04.4 as previously suggested by TheDarkCanuck when I get home tomorrow. (maybe saturday).  I am just leary about having to recreate all my libraries and how long that might take.  I have over 1.5 TB of Music and Video, that is why I would like to get it working in the current version.
    Just because I don't have a Mac, it seems that this is not being taken as a real problem for the windows 7 users (maybe it is specific to 64bit).  I may try the 32bit version to see if that fixes it first.  Unless someone else has, and want to chime in.

  • Salesforce and Crystal Reports XI Release 2 Full build with Service Pack 2

    Hi
    I need to install 'Crystal Reports XI Release 2 Full build with Service Pack 2' (CR XI R2 SP2) on a new computer but can't find the exe/zip file used previously to do that.
    The reason I need that particular version is because (as I understand it) its the version needed to interface with our Salesforce application.
    I have the CRXI original disks and keycode but as I understand it no manner of patching with SPs will get me to CR XI R2 SP2.
    I've tried various searches and frustratingly come up with only dead links (old BO forums and SAP forums).
    Is there a live link somewhere that I can use, or will a later version do the job?
    For example, alternatively, will I be able to use the CR XI R2 SP4 file instead?
    https://websmp230.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/bobj_download/main.htm
    Thanks for your help.

    Post Author: ejthunder
    CA Forum: Deployment
    Hello,
    Crystal Reports XI and XI R2 are not supported on 64 bit machines.  I have not heard of any plans to change this.  As you've discovered - the only version of Crystal Reports that is supported on a 64 bit machine is CR.NET 2005 (v10.2), the version that ships with VS2005.
    Your options are to downgrade your application to use bundled CR.NET 2005 or to deploy your CR XI R2 .NET application to a 32 bit machine.
    EJ

  • Java Sever Faces on WLS 6.1 with Service pack 2

    Is it possible to deploy and run a JSF-application on Weblogic Server 6.1 with Service pack 2. If so could any tip me of some tutorial of how this is done.
              Thanks in advance!
              Pierre Mardyrosian

    Is it possible to deploy and run a JSF-application on Weblogic Server 6.1 with Service pack 2. If so could any tip me of some tutorial of how this is done.
              Thanks in advance!
              Pierre Mardyrosian

  • I downloaded the iCloud app to my PC (Windows Vista with Service Pack 2).  But now why I launch the aplication, i'm getting an arror message that says "Unable to launch app due to side-by-side comparison".  What do I need to do?

    I downloaded the iCloud app to my PC (Windows Vista with Service Pack 2).  But when I try to launch the app from the start menu, I'm getting an error message that says "Unable to launch due to side-by-side configuration".  What do I need to do?

    Sounds like a Windows issue.  Google the error message.  There are several discussions on the Microsoft forums listed that may help.

  • Can I sync my iPad using Windows Vista with Service Pack 2?

    anyone know?

    See System Requirements:
    *PC requirements*
    PC with USB 2.0 port
    Windows 7; Windows Vista; or Windows XP Home or Professional with Service Pack 3 or later
    iTunes 9.1 or later (free download)
    iTunes Store account
    Internet access

  • We are using SharePoint 2010 server with service pack 1 want to remove/delete old user profiles & site from server

    Hi Team,
    We are using SharePoint 2010 server with service pack 1, we want to remove/delete old user profiles, access & site from server
    is there any script or feature available using that we can only remove dactivated/deleted/old user profiles, access & site.
    Thanks
    NPratik

    Take a look at Metalogix ControlPoint, which will compare user accounts on SharePoint to Active Directory and remove accounts that no longer exist in AD (or are disabled).
    Trevor Seward
    Follow or contact me at...
    &nbsp&nbsp
    This post is my own opinion and does not necessarily reflect the opinion or view of Microsoft, its employees, or other MVPs.

  • Office 2013 with Service Pack 1 installation error about "search path"

    I have an automated installation technique that has worked fine with Office 2010 Pro Plus (32-bit), incorporating the latest Service Pack into the network administrative installation point (under \updates), adding 10 foreign languages to the network administrative
    installation point, creating a custom .msp with the OCT (that goes into \updates too), editing the config.xml files, and then running setup.exe from that network administrative installation point. This works on 32-bit Windows XP clients and on 32- and 64-bit
    Windows 7 clients.
    For Office 2013 Pro Plus, I have built the network administrative installation point exactly the same way (original DVD files + languages + SP1 updates + config.xml updates), but the installation is failing with every type of client, all with
    the same error message. The network administrative installation point is readable by the normal installing account, but I even get the same error when I login as me and initiate setup.exe manually, and I have all rights to this point.
    Here's the critical point from a log file:
    2014/03/11 11:53:49:691::[2372] DistributionPoint parsed.  The distribution point is now set to: \\archive.ads.college.edu\archive\KBOXalt\Office2013
    2014/03/11 11:53:49:691::[2372] COMPANYNAME specified in config.xml.
    2014/03/11 11:53:49:691::[2372] USERNAME specified in config.xml.
    2014/03/11 11:53:49:800::[2372] Setupexe Resiliency Mode is set to [PerformIfApplicable]; thus Resiliency is [disabled] for the [InstallExecutionMode]
    2014/03/11 11:53:49:910::[2372] Searching for default versions of resource files under the folder [\\archive.ads.college.edu\archive\KBOXalt\Office2013].
    2014/03/11 11:53:50:019::[2372] Error: GetDirectories: search path \\archive.ads.college.edu\archive\KBOXalt\Office2013 does not exist
    ErrorCode: 0(0x0). Failed final attempt to load a setupexe resource file.
    2014/03/11 11:53:50:019::[2372] Error: GetDirectories: search path \\archive.ads.college.edu\archive\KBOXalt\Office2013 does not exist
    Type: 34::InvalidDirectory.
    2014/03/11 11:53:50:019::[2372] WER element [SuppressModal] is set to value [true]
    2014/03/11 11:53:50:019::[2372] WER element [P4] is set to value [InvalidDirectory]
    2014/03/11 11:53:50:019::[2372] Catalyst execution finished: 03/11/2014 11:53:50.  Return code: 30034.  Exception caught: InvalidDirectory.
    2014/03/11 11:53:50:019::[2372] PERF: TickCount=894821 Name=RunSetup Description=End function
    I cannot find any references to this exact error anywhere on the Internet. Can anyone tell me what this means, and how I fix it?

    As automated, the utility that runs setup.exe maps a drive letter to
    \\archive.ads.college.edu\archive\KBOXalt using a kboxmap AD account, which has read access to the whole \KBOXalt tree. I used that same kboxmap AD account manually to simulate what the utility does, and hit the same problem. But here's what's
    odd: right next to that
    \\archive.ads.college.edu\archive\KBOXalt\Office2013 directory is an
    \\archive.ads.college.edu\archive\KBOXalt\Office2010 directory, both created the same way, and the Office 2010 installation has always worked perfectly using the kboxmap AD account. I don't understand why Office 2013 is only working for an account with
    read/write access, where Office 2010 worked fine for an account with only read access. Especially when the Office 2013 resource kit documentation clearly states that the account running the installation should only have read access, nothing more. (All this
    KBOX stuff comes from the fact that our deployment environment is a Dell KACE KBOX 1000. However, that plays no part in the problem: ignoring the KBOX 1000, I can manually recreate the problem every time.)

  • Upgrade large farm with Service Pack detaching all content databases?

    Hi,
    Whenever we upgrade one of our farms (with a Cumulative Update, Language Pack, or Service Pack), the corresponding PSConfig usually yields in error due to the huge time taken to upgrade all the content databases at the same time.
    We have heared about the possibility of detaching all content databases previous to the update (just CONTENT databases), then proceed with the installation and PSConfig, and finally a gradual upgrade by attaching one by one the content databases.
    After searching online I have not found a relevant or precise official documentation detailing whether this procedure is recommended or viable, and have some additional questions:
    - Can all he content database be disconnected (including the ones containig myprofiles, top level sites...) during the upgrade?
    Thanks in advance

    In my understanding, the patching involves (at least) two steps:
    Patching binaries on all servers of the farm
    Upgrading the database schema of Service Applications DBs, Configuration & Admin DBs, and content databases.
    If during the upgrade the database is not attached to the farm, SharePoint does not know about it, and does nothing with itm just like if it was physically detached from the SQL Server instance. But when, after patching, you reattach the database, SharePoint
    detects the difference in the schema version and the patched farm version, and upgrades the database accordingly. As far as I understand, this is automatically done by
    Mount-SPContentDatabase:
    "The Mount-SPContentDatabase cmdlet attaches an existing content database to the farm. If the database being mounted requires an upgrade, this cmdlet will cause the database to be upgraded.
    The default behavior of this cmdlet causes an upgrade of the schema of
    the database and initiates upgraded builds for all site collections within the specified content database if required. To prevent initiation of upgraded builds of site collections, use the
    NoB2BSiteUpgrade parameter. This cmdlet does not trigger version-to-version upgrade of any site collections."
    If you decide not to upgrade, you can later run Upgrade-SPContentdatabase.
    The point is, that if you keep attached all the content databases, the PSConfig needs to do a massive upgrade of all the content databases before finishing, thus considering that the farm is ok. On the detach/attach approach, the first PSConfig ends quite
    soon so your farm is up and running sooner (although, that's for sure, without the data being available until attached and upgraded - but you can gradually start giving service instead of waiting for the whole process).
    So far, so good. But what I was trying to ask in my question, is whether there is a detailed procedure to follow for this approach, or if there is any particular constraint regarding this approach (like "databases containing top level site collections
    should not be detached", or "pay attention to the my site host web application", or "that patching method is not supported").
    Thanks.

Maybe you are looking for

  • Including a Network drive in Time Machine Backup

    Hi All, Today I installed a Mac Mini with an external Hard-drive at my work, which I intended to use as a backup system for one of our file servers. I intended to use Time Machine on the Mac Mini to backup the file server via mounting the server as a

  • How to send a 2 minute video ??

    I can't send a 2 min video I have in my phone , thru email or blackb messenger what can I do?

  • 2 files

    Hi guys i have 2 files one will the header details and other will have line item details... how can i read both the files...combine the header and detail for particular sales order and then post and idoc for that .. for eg.. File Header SO1 header ..

  • Can't install Blackberry Link

    Does anybody yet know how to load my contacts on? I keep trying to install Blackberry Link and it tells me I have a newer version already installed which I must 1st delete - but I don't! (I have Blend and 'desktop software 7.1 for my old phones)

  • How to Set Default Value of Dropdown Menu on Screen Painter

    Hi, I have 2 dropsdown menu, the first one's dropdown values are taken as defined (input1 TYPE bcont-type). The second dropdown values are defined using FM vrm_set_values. How do I set the default value for both dropdown in screen painter?