Problem installing Web Content Reporting

Hi,
we tried to install Web Content Reporting on our EP6.0 SP2 and MS SQL Server / Win 2000.
We use the Installationmanual and executed the following SQL-Statement :
>>
USE master
exec sp_addlogin 'webreporting', 'pibm001', 'B07'
USE B07
exec sp_grantdbaccess 'webreporting'
GO
exec sp_addrole 'webreporting_role'
exec sp_addrolemember 'webreporting_role', 'webreporting'
CREATE TABLE [WCR_AGGINFO] ("TIMESTAMPHOUR" BIGINT  NOT NULL, "AGGREGATIONLEVEL" NVARCHAR(1) DEFAULT N' ' NOT NULL, "LASTAGGLEVEL" NVARCHAR(1) DEFAULT N' ' NOT NULL, "NUMAGGREGATES" BIGINT  NOT NULL)
ALTER TABLE [WCR_AGGINFO] ADD PRIMARY KEY ([TIMESTAMPHOUR], [AGGREGATIONLEVEL])
CREATE TABLE [WCR_USERNODESTAT] ("TIMESTAMPHOUR" BIGINT  NOT NULL, "NODEID" BIGINT  NOT NULL, "HASHEDUSERID" NVARCHAR(28) DEFAULT N' ' NOT NULL, "USERTYPE" NVARCHAR(1) DEFAULT N' ' NOT NULL, "LOGONID" NVARCHAR(255))
ALTER TABLE [WCR_USERNODESTAT] ADD PRIMARY KEY (  [TIMESTAMPHOUR],  [NODEID],  [HASHEDUSERID])
CREATE TABLE [WCR_USERSTAT] ("TIMESTAMPHOUR" BIGINT  NOT NULL, "AGGREGATIONLEVEL" NVARCHAR(1) DEFAULT N' ' NOT NULL, "HASHEDUSERID" NVARCHAR(28) DEFAULT N' ' NOT NULL, "USERTYPE" NVARCHAR(1) DEFAULT N' ' NOT NULL, "LOGONID" NVARCHAR(255))
ALTER TABLE [WCR_USERSTAT] ADD PRIMARY KEY (  [TIMESTAMPHOUR],  [AGGREGATIONLEVEL],  [HASHEDUSERID])
CREATE TABLE [WCR_WEBCNODESTAT] ("TIMESTAMPHOUR" BIGINT  NOT NULL, "NODEID" BIGINT  NOT NULL, "COUNTER" BIGINT  NOT NULL, "PCDURL" NTEXT  , "OBJECTTYPE" NVARCHAR(1) DEFAULT N' ' NOT NULL, "IMPRESSIONS" BIGINT  NOT NULL, "VISITS" BIGINT  NOT NULL, "CUSTOM" NVARCHAR(1024))
ALTER TABLE [WCR_WEBCNODESTAT] ADD PRIMARY KEY (  [TIMESTAMPHOUR],  [NODEID],  [COUNTER])
CREATE TABLE [WCR_WEBCONTENTSTAT] ("TIMESTAMPHOUR" BIGINT  NOT NULL, "AGGREGATIONLEVEL" NVARCHAR(1) DEFAULT N' ' NOT NULL, "COUNTER" BIGINT  NOT NULL, "PCDURL" NTEXT  , "OBJECTTYPE" NVARCHAR(1) DEFAULT N' ' NOT NULL, "IMPRESSIONS" BIGINT  NOT NULL, "VISITS" BIGINT  NOT NULL, "CUSTOM" NVARCHAR(1024)  )
ALTER TABLE [WCR_WEBCONTENTSTAT] ADD PRIMARY KEY (  [TIMESTAMPHOUR],  [AGGREGATIONLEVEL],  [COUNTER])
grant all on WCR_AGGINFO to webreporting
grant all on WCR_USERNODESTAT to webreporting
grant all on WCR_USERSTAT to webreporting
grant all on WCR_WEBCNODESTAT to webreporting
grant all on WCR_WEBCONTENTSTAT to webreporting
<<
but we got the error :
>>
server: Msg 911, Level 16, State 1, Line 3
Could not locate entry in sysdatabases for database 'B07'. No entry found with that name. Make sure that the name is entered correctly.
<<
Has anyone an idea?
Thanx

HI,
I've got it.
The manual didn't say to create a new database
and I'm not the specialist in SQL.
It seems to run now.
Rüdiger

Similar Messages

  • Errors when using Web Content Reporting

    Hi,
    has anybody installed Web Content Reporting from the SDN download successful?
    We got through the db-update and ran the aggregator component.
    But we have two errors:
    1.) When restarting the service, we get the following error:
    Jan 18, 2005 11:33:06 AM # PRT-Async 0          Fatal           unexpected error
    java.lang.IllegalArgumentException: Name value is not one of the known names or integer.
         at com.sapportals.portal.prt.logger.Level.parse(Level.java:154)
         at com.sapportals.portal.prt.logger.util.LoggerFile.isLevelRequired(LoggerFile.java:124)
         at ...
    2.) Trying to use the iview webreportform we get the error:
    com.sapportals.portal.prt.component.PortalComponentException: Error in service call of Resource
    Component : com.sap.portal.webreport.frontend.webreportform
    Component class : com.sap.portal.webreport.frontend.WebReportForm
    User : stuehrman_h
    Caused by: com.sapportals.portal.prt.component.PortalComponentException: Unable to Find Method : key
         at com.sapportals.portal.prt.core.broker.JSPComponentItem.getComponentInstance(JSPComponentItem.java:101)
    We are on EP6.0 SP2, Patch 28.
    Any ideas?
    Best Regards,
    Helge Stührmann

    Helge,
    did you find out why there is nothing displayed? I experience the same issue, the lists in the FORM iView are empty.
    Is the aggregator not working? I get the following in the log of:
    *--flush data begin--*
    Data_Reporter1107427396468 - opening new connection
    Current database timestamp: 2005-02-03 11:55:16.483
    Data_Reporter1107427396468 - Closing connection
    Data_Reporter1107427396468 - opening new connection
    Data_Reporter1107427396468 - commit and close connection done
    Data_Reporter1107427396468 - opening new connection
    Data_Reporter1107427396468 - connection closed
    2 user ids saved
    Data_Reporter1107427396468 - opening new connection
    Data_Reporter1107427396468 - commit and close connection done
    Data_Reporter1107427396468 - opening new connection
    Data_Reporter1107427396468 - connection closed
    11 pages saved
    Data_Reporter1107427396468 - opening new connection
    Data_Reporter1107427396468 - commit and close connection done
    Data_Reporter1107427396468 - opening new connection
    Data_Reporter1107427396468 - connection closed
    47 iViews saved
    *--flush data end--*
    *Duration: 109 millis*
    Thread will flush data in 60 minutes.
    WebReportForm.doInitialization()
    Current database timestamp: 2005-02-03 12:07:17.607
    WebReportForm.doProcessAfterInput()
    Converted 20050203,00 to Thu Feb 03 01:00:00 CET 2005 to 1107388800000
    WebReportForm.doProcessAfterInput()
    Converted 20050203,00 to Thu Feb 03 01:00:00 CET 2005 to 1107388800000
    WebReportForm.onSubmitButtonClicked()
    Skipped 0 PCD URLs
    Database accesses: 0, Cache Hits: 0
    Database access took 16 milliseconds.
    WebReportForm.doProcessAfterInput()
    WebReportForm.doInitialization()
    Current database timestamp: 2005-02-03 12:08:03.293
    Regards,
    Erik

  • Web content reporting User information

    HI Guys,
    We have been using the web content reporting tool for a while now.  We however want to have information about WHO logged on.
    If I look into the databse I can see a hashed userid is logged.  Has anyone allready tried to get this information into the reports?  (
    Does anyone has an idea to unhash this userid, or maybe better DO not hash it at all?
    Thanks
    Joachim

    It seems I am blond.  I somehow missed the parameters in the application descriptor.  It now seems to be writing the logon id(unhashed) in te logonid field.
    Hopefully it will appear in the standard reports.....

  • Problems installing Web Controls 2.1 on 6.1 portal

    After problems upgrading from 5.04 to 6.1, we decided to build a 6.1 portal environment from scratch. I've run into problems installing the 2.1 web controls. Running the exe does nothing (the installer doesnt even launch). After a few attempts, I looked in the registry and found dr. watson errors indicating an acces violation. I tried running under compatibility modes for xp and 2000. Same error.
    We are running w2k3 sp2 servers with portal 6.1.
    Is it possible to manually install 2.1 wc from a server that already has it? Any other solutions?
    Any help would be EXTREMELY appriciated.

    Are you running the installer directly on the machine to be installed on? In case No then try that out. Also what is the edition of win2k3?

  • Problem installing WebAS 6.40 Preview - Step Deploy via SDM/J2EE

    I've Problems installing the Sneak Preview Edition. Evertime I try to install it, i get the following error Message:
    MUT-02041   SDM call of deploySdaList ends with returncode 4. See output of logfile C:\Programme\...
    I've looked in the Logfile and saw the following error:
    Jul 15, 2004 1:02:18 AM  Info:
    Jul 15, 2004 1:02:18 AM  Info: ============================================
    Jul 15, 2004 1:02:18 AM  Info: =   Starting to execute command 'deploy'   =
    Jul 15, 2004 1:02:18 AM  Info: ============================================
    Jul 15, 2004 1:02:18 AM  Info: Starting SDM - Software Deployment Manager...
    Jul 15, 2004 1:02:18 AM  Info: tc/SL/SDM/SDM/sap.com/SAP AG/6.3003.00.0000.20031126161800.0000
    Jul 15, 2004 1:02:19 AM  Info: SDM operation mode successfully set to: Standalone
    Jul 15, 2004 1:02:19 AM  Info: Initializing Network Manager (50017)
    Jul 15, 2004 1:02:19 AM  Info: Checking if another SDM is running on port 50018
    Jul 15, 2004 1:02:19 AM  Info: -
    Starting deployment -
    Jul 15, 2004 1:02:19 AM  Info: Loading selected archives...
    Jul 15, 2004 1:02:19 AM  Info: Loading archive 'D:\Software\SAP\SAP WAS640\WebAS640SP3_Full\J2EE1\J2EE-ENG\JDD\SYNCLOG.SDA'
    Jul 15, 2004 1:02:19 AM  Info: Selected archives successfully loaded.
    Jul 15, 2004 1:02:20 AM  Info: Error handling strategy: OnErrorStop
    Jul 15, 2004 1:02:20 AM  Info: Update strategy: UpdateLowerVersions
    Jul 15, 2004 1:02:20 AM  Info: Starting to execute deployment action (deploy) for "synclog".
    Jul 15, 2004 1:02:20 AM  Info: Creating connections to database "P64".
    Jul 15, 2004 1:02:20 AM  Info: Creating vendor connection to database.
    Jul 15, 2004 1:04:05 AM  Error: Creation of vendor connection failed.
    Original error message is:
    java.sql.SQLException: [DataDirect][SQLServer JDBC Driver]Error establishing socket. Connection timed out: connect
    Stack trace of original Exception or Error is:
    java.sql.SQLException: [DataDirect][SQLServer JDBC Driver]Error establishing socket. Connection timed out: connect
         at com.ddtek.jdbc.base.BaseExceptions.createException(Unknown Source)
         at com.ddtek.jdbc.base.BaseExceptions.getException(Unknown Source)
         at com.ddtek.jdbc.sqlserver.tds.TDSConnection.<init>(Unknown Source)
         at com.ddtek.jdbc.sqlserver.SQLServerImplConnection.open(Unknown Source)
         at com.ddtek.jdbc.base.BaseConnection.getNewImplConnection(Unknown Source)
         at com.ddtek.jdbc.base.BaseConnection.open(Unknown Source)
         at com.ddtek.jdbc.base.BaseDriver.connect(Unknown Source)
         at com.sap.sql.jdbc.NativeConnectionFactory.createNativeConnection(NativeConnectionFactory.java:149)
         at com.sap.sql.connect.OpenSQLDataSourceImpl.createConnection(OpenSQLDataSourceImpl.java:472)
         at com.sap.sql.connect.OpenSQLDataSourceImpl.getConnection(OpenSQLDataSourceImpl.java:253)
    and so on.
    In some Threads they say: Just restart the computer will help. In my case it will not. I always get the same message.
    I also have seen that the jcontrol - process for the J2EE server is down and could not be started. When I look at the startupscript for this process, the jcontrol program has to be in the directory .../JC00/j2ee/os_lib/jcontrol.exe. But there is no such dirctory on my computer...
    I think the two problems are related.
    Hope someone can help. Thanx.
    Regards,
    Lars Ottawa

    Your JDBC driver is not getting a connection. As the database you're using is not delivered by the installation I guess here may be a version problem. As far as I remember you have to take the version number of SQL Server very serious (up to the third digit).
    Regards,
    Benny

  • Problems installing WebAS

    Hi,
    I need  to install SAP Web Application Server and NWDS in a XP virtual machine. But I am a newbie and the installation fails. I use an installer from here:
    [https://dwi.wdf.sap.corp/dwi/index.jsp?releaseName=710&stackName=sp5&release=]
    I have MSSQL and MaxDB servers already installed. I still do not know if i have all the prerequisites, and I'm not sure if this is the correct version/installer i need (i need latest stable for developement).
    Also, which database is preferred (mssql or maxdb)?
    The error in the logs is code 1 - unknown error. :/
    Thanks for any tipps,
    Vesso

    Privet Veso,
    Please refer to the Product Availability Matrix:
    A list of all supported database and operating system combinations for SAP NetWeaver Compostion Environment 7.1 is available on SAP Service Marketplace at service.sap.com/pam -> Product Availability Matrix -> SAP NetWeaver -> SAP NetWeaver CE -> SAP NetWeaver Composition Environment 7.1
    Here is the link:
    https://websmp110.sap-ag.de/~form/handler?_APP=00200682500000002212&_EVENT=DISPLAY
    You will get better support for 7.10 by reporting Internal messages in BC-JAS.
    Regards,
    Ventsi Tsachev
    Technology Development Support (J2EE Engine)
    SAP Labs, Palo Alto, Ca (USA)
    Edited by: Ventsi Tsachev on Feb 4, 2008 1:54 PM

  • Problem installing BI content in BI7

    Hi Gurus,
    i am installing the BI content
    i am getting the below error
    Object 0DB87SIC1 (InfoObject,IOBJ) could not be collected for object 0SD_C03 (InfoCube,CUBE)
    Object 0DBAREACOD (InfoObject,IOBJ) could not be collected for object 0SD_C03 (InfoCube,CU
    Object 0DBCTRYCOD (InfoObject,IOBJ) could not be collected for object 0SD_C03 (InfoCube,CU
    Object 0DBCTYNAM (InfoObject,IOBJ) could not be collected for object 0SD_C03 (InfoCube,CUB
    Object 0DBCUSTAT (InfoObject,IOBJ) could not be collected for object 0SD_C03 (InfoCube,CUB
    please help me on this issue its very urgent
    thanks kishore

    hi pankaj,
    Thanks for your reply
    but if the object does not exist why it is appearing in the system
    not only for only one object what ever i install in the content i am getting the same error
    please help me on this issue how to avoid that
    see below i am getting this error
    Object '0DB87SIC1' (0DB87SIC1) of type 'InfoObject' is not available in version 'D'
    Object '0DBAREACOD' (0DBAREACOD) of type 'InfoObject' is not available in version 'D'
    Object '0DBCTRYCOD' (0DBCTRYCOD) of type 'InfoObject' is not available in version 'D'
    please its urgent
    Thanks for your help
    kishore

  • Problem installing Web Premium CS5.5 on mac

    Hello,
    I just got a new computer and I'm trying to install Creative Suite 5.5 Web Premium on a Mac OS X 10.9, but I keep getting this error message when I try opening the .dmg:
    "The following disk images couldn't be opened: image not recognized."
    So far, I've tried downloading it from these two places multiple times, but no luck:
    http://helpx.adobe.com/creative-suite/kb/cs5-5-product-downloads.html
    http://prodesigntools.com/adobe-cs5-5-direct-download-links.html
    http://prodesigntools.com/adobe-cs5-5-direct-download-links.html
    Separately, I tried using the adobe download assistant, but it doesn't let users download any CS products.

    Hi fyonkof,
    Please try downloading the file from a different network connection and check.
    It seems to me that the downloaded .dmg file might be correct. To verify, please copy the downloaded .dmg file to a flash drive and try running it on a different Mac and see. That would isolate the issue being with the file or the Mac.
    Regards,
    Rave

  • Problem Installing: Web Services Developer Pack 1.3

    I am trying to setup an environment to develop and deploy a web application with jsp & servlets. When i tried to install the web services developed pack i got the following error found in the log file. I also just installed the j2sdk 1.4.2_03 and i have set my class path to the new java folder.
    Any help would be great.
    -Chris
    (Feb 7, 2004 5:16:21 PM), Install.product.install, com.installshield.product.service.product.PureJavaProductServiceImpl, wrn, Parent Component with UID = a8182b517735a528d4f8baa8438a8985 of installed Component with displayName = JAXP Version 1.2.4 (Java API for XML Processing) was not found in the VPD.
    (Feb 7, 2004 6:01:11 PM), Install.product.install, com.installshield.product.service.product.PureJavaProductServiceImpl$DiskSpaceCheck, wrn, String index out of range: -1
    (Feb 7, 2004 6:01:30 PM), Install.product.install, com.sun.jwsdp.installer.SaveEnvironmentVariablesAction, err, An error occurred and product installation failed. Look at the log file /usr/jwsdp-1.3/log.txt for details.
    (Feb 7, 2004 6:01:30 PM), Install.product.install, com.sun.jwsdp.installer.SaveEnvironmentVariablesAction, err, java.lang.NoClassDefFoundError
    STACK_TRACE: 13
    java.lang.NoClassDefFoundError
         at com.sun.jwsdp.installer.SelectJVMPanel.<init>(SelectJVMPanel.java:85)
         at com.sun.jwsdp.installer.SaveEnvironmentVariablesAction.install(SaveEnvironmentVariablesAction.java:177)
         at com.installshield.product.service.product.PureJavaProductServiceImpl.installProductAction(PureJavaProductServiceImpl.java:1916)
         at com.installshield.product.service.product.PureJavaProductServiceImpl$InstallProduct.getResultForProductAction(PureJavaProductServiceImpl.java:5149)
         at com.installshield.product.service.product.InstallableObjectVisitor.visitComponent(InstallableObjectVisitor.java:369)
         at com.installshield.product.service.product.InstallableObjectVisitor.visitInstallableComponents(InstallableObjectVisitor.java:333)
         at com.installshield.product.service.product.InstallableObjectVisitor.visitProductBeans(InstallableObjectVisitor.java:133)
         at com.installshield.product.service.product.PureJavaProductServiceImpl$InstallProduct.install(PureJavaProductServiceImpl.java:4532)
         at com.installshield.product.service.product.PureJavaProductServiceImpl$Installer.execute(PureJavaProductServiceImpl.java:3727)
         at com.installshield.wizard.service.AsynchronousOperation.run(AsynchronousOperation.java:40)
         at java.lang.Thread.run(Thread.java:534)
    (Feb 7, 2004 6:01:31 PM), Install.product.install, com.installshield.product.service.product.PureJavaProductServiceImpl, wrn, Parent Component with UID = a8182b517735a528d4f8baa8438a8985 of installed Component with displayName = JAXP Version 1.2.4 (Java API for XML Processing) was not found in the VPD.
    My screen output when i got the error
    Installing Java(TM) Web Services Developer Pack 1.3. Please wait...
    |-----------|-----------|-----------|------------|
    0% 25% 50% 75% 100%
    |||||||||||||||
    Errors occurred during the installation.
    - An error occurred and product installation failed. Look at the log file
    /root/jwsdp-1.3/log.txt for details.

    Look at the log file /usr/jwsdp-1.3/log.txt for details.Doesn't the log file tell you what's wrong? From the error messages, the installer (InstallShield?) couldn't find some class. Review all of the install instructions, paying particular attention to the setting of environment variables like PATH and CLASSPATH, etc. You might want to check at the Installshield site for further information, also.

  • Problems Installing Web and Design Premium Suite

    Hi:
    I need help. I purchased a student and teacher's verision of Web and Design Suite and was given a download link with 4 files- 3 exe files and 1 file (7z)- which is listed under file listing as a ZIP file. I have successfully downloaded all files. 2 of the 4 files open okay. These are the Illustrator and In Design font files. My default saving location is my desktop so both these folders appear there.
    The problem is the Web and Design. exe file and the 4.5gb Web and Design 7z file. when clicked the exe file says- A problem occured while extracting some files, check available space on your computer and write privilleges on the destination folders. I tried changing the destination folders - not using my desktop as the final destination but this does not work. The file space on my computer is more than sufficient. For the 7s file when I click on it, it activiates Winzip but says it cannot open, does not seem to be a vaild archive.
    I really need help urgent and need this programme to begin a course
    Alfie Yee

    I almost forgot  I use Windows Vista on my computer. Need help urgent

  • Problem uploading web content (Templates) developed in DW CS6 and Liquid layouts

    Hi
    I have developed some templates in Dreamweaver CS6 and Liquid Layouts
    However when I want to preview them in a browser, they come out blank (No Data at all)
    I have tried this without Liquid and works fine, minor bugs that can be fixed like background image not visible
    It seems the problem its at the BC system
    Will appreciate help on this matter
    Thanks

    Mario, person made the same thread 4 times now:
    http://forums.adobe.com/thread/1099238
    Just keeps posting the same post in a new thread over and over.

  • How to install business content reports?

    Will they ask any request number?
    please help me to figure out this

    hi..
    it depends on the transport settings.....if u have kept standard settings for transport on, it will ask u request number....otherwise u can save it as local & then assign request no. to it whn u will transport ....

  • Linux install problems with Web Dev Pack 1.1

    Any one else having problems installing Web Services Dev Pack 1.1 for Linux that was released on 2/25 ? It gets about 55% finished in the install and then it complains about moving certain jaxp files to $JAVA_HOME/jre/lib/endorsed dir. I do put the files in the endorsed dir but the install does not continue. It also fails when starting over reporting the same issue.
    Thanks for any help and work arounds.
    eugene

    I am having the same problem installing on Red Hat 8.0....
    I receive a message like the following
    <PRE>
    Java(TM) Web Services Developer Pack 1.1 will be installed in the following
    location:
    /usr/java/jwsdp-1.1
    with the following features:
    JAXB Version 1.0 (Java Architecture for XML Binding)
    JAXM Version 1.1.1 (Java API for XML Messaging)
    JAXP Version 1.2.2 (Java API for XML Processing)
    JAXR Version 1.0_03 (Java API for XML Registries)
    JAX-RPC Version 1.0.3 (Java API for XML-based RPC)
    SAAJ Version 1.1.1 (SOAP with Attachments API for Java)
    JSTL Version 1.0.3 (JavaServer Pages(TM) Standard Tag Library)
    Java WSDP Registry Server Version 1.0_04
    Tomcat
    for a total size:
    67.7MB
    Press 1 for Next panel, 2 for Previous panel, 3 to Cancel or 4 to
    Redisplay [1] 1
    Installing Java(TM) Web Services Developer Pack 1.1... Please wait.
    Errors occurred during the installation.
    Press 1 for Next panel, 2 for Previous panel, 3 to Cancel or 4 to
    Redisplay [1] 1
    </PRE>
    then in the install directory, there is a file....log.txt containing:
    <PRE>
    (Mar 5, 2003 9:19:14 AM), Setup.product.install, com.installshield.product.service.product.PureJavaProductServiceImpl$Installer, err, ServiceException: (error code = 315; message = ""; severity = 0)
    STACK_TRACE: 24
    ServiceException: (error code = 315; message = ""; severity = 0)
         at com.ibm.wizard.platform.linux.LinuxRegistryServiceImpl.getPackageInfo(LinuxRegistryServiceImpl.java:221)
         at com.ibm.wizard.platform.linux.LinuxRegistryServiceImpl.getSoftwareObject(LinuxRegistryServiceImpl.java:142)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at com.installshield.wizard.service.LocalImplementorProxy.invoke(LocalImplementorProxy.java:52)
         at com.installshield.wizard.service.AbstractService.invokeImpl(AbstractService.java:51)
         at com.installshield.product.service.registry.GenericRegistryService.getSoftwareObject(GenericRegistryService.java:120)
         at com.installshield.product.service.product.PureJavaProductServiceImpl.setSoftwareObject(PureJavaProductServiceImpl.java:1582)
         at com.installshield.product.service.product.PureJavaProductServiceImpl.access$14(PureJavaProductServiceImpl.java:1578)
         at com.installshield.product.service.product.PureJavaProductServiceImpl$InstallProduct.addToVPD(PureJavaProductServiceImpl.java:4662)
         at com.installshield.product.service.product.PureJavaProductServiceImpl$InstallProduct.checkInstalledVersion(PureJavaProductServiceImpl.java:4632)
         at com.installshield.product.service.product.InstallableObjectVisitor.visitSoftwareObject(InstallableObjectVisitor.java:252)
         at com.installshield.product.service.product.InstallableObjectVisitor.visitProductBean(InstallableObjectVisitor.java:171)
         at com.installshield.product.service.product.InstallableObjectVisitor.visitSoftwareObject(InstallableObjectVisitor.java:208)
         at com.installshield.product.service.product.InstallableObjectVisitor.visitProductBean(InstallableObjectVisitor.java:171)
         at com.installshield.product.service.product.InstallableObjectVisitor.visitProductBeans(InstallableObjectVisitor.java:122)
         at com.installshield.product.service.product.PureJavaProductServiceImpl$InstallProduct.install(PureJavaProductServiceImpl.java:4355)
         at com.installshield.product.service.product.PureJavaProductServiceImpl$Installer.execute(PureJavaProductServiceImpl.java:3590)
         at com.installshield.wizard.service.AsynchronousOperation.run(AsynchronousOperation.java:40)
         at java.lang.Thread.run(Thread.java:536)
    </PRE>

  • Apache Returns 403 Status When Accessing ~/Sites Web Content

    Under Mac OS X 10.4.x, I don't recall having any problems accessing web content in ~/Sites.
    After upgrading to Mac OS X 10.5.1, Apache returns a 403 status when using a URL in the following form: http://spielzeit.hasental.com/~mcc/weather.
    Using the Search function, I found a discussion indicating that the problem was a permissions problem, e.g. other needed execute permissions. I changed the Sites directory permissions from 744 to 755. Still no joy.
    The apache2 error_log contains a "client denied by server configuration: /Users/mcc/Sites/" entry.
    As this a "standard" feature of Mac OS X that is enabled via System Preferences, I would have assumed that enabling web access under Sharing that Apache server was configured to allow access.
    What changes are needed to the conf files to enable user directories?

    Found the answer: Another Mac OS X 10.5 upgrade bug. The upgrade script failed to copy /etc/httpd/users/*.conf to /etc/apache2/extras/.
    Copying the directory eliminates the server configuration error and allows web content in ~/Sites to be accessed.

  • Can't interact with Web Content Overlay when article is zoomed in

    I have a problem with Web Content Overlay. It's working (interacting) only when article is viewed in 1:1 scale. Articles are added as PDF's, and when i do pinch zoom on them - Web Content Overlay stops reacting on click events.
    Is it a general WCO limitation?
    Can article with Web Content Overlay be zoomed in and still give user the ability to play with HTML content?
    Piotr

    Hello,
    '''Try Firefox Safe Mode''' to see if the problem goes away. Safe Mode is a troubleshooting mode, which disables most add-ons.
    ''(If you're not using it, switch to the Default theme.)''
    * You can open Firefox 4.0+ in Safe Mode by holding the '''Shift''' key when you open the Firefox desktop or Start menu shortcut.
    * Or open the Help menu and click on the '''Restart with Add-ons Disabled...''' menu item while Firefox is running.
    ''Once you get the pop-up, just select "'Start in Safe Mode"''
    '''''If the issue is not present in Firefox Safe Mode''''', your problem is probably caused by an extension, and you need to figure out which one. Please follow the [[Troubleshooting extensions and themes]] article for that.
    ''To exit the Firefox Safe Mode, just close Firefox and wait a few seconds before opening Firefox for normal use again.''
    ''When you figure out what's causing your issues, please let us know. It might help other users who have the same problem.''
    Thank you.

Maybe you are looking for

  • How to access task payloads in a taskflow using EL by using pageflowscope

    Hi All, I have a taskflow with task parameter PurchaseOrderBO which has a string attribute named PurchaseOrderId. What code should I write to access PurchaseOrderId in EL? I think these values are automatically stored in pageflowscope variables. Rega

  • HRT No Entries

    Hi all I am register with local carrier BIS services since more than 10 days and till today I can't receive Email on my BB 8900, I do the registration for Email on WWW and I don't have any problem on site accepting PIN and IMIM still I have small gpr

  • Can't import "unreadable" but Picassa ok?

    Hi guys Been using my old Sony DSC P200 for some years ago and always imported no drama's. Tried the latest batch and they all come up "Unreadable - unrecognised file format or invalid data". Done a search on here and from another thread have tried i

  • SAP NetWeaver 7.2

    Hi! I often read about the new major release NW 7.2 including AS ABAP & Java with Portal, there are also already many hints about new features in Weblogs and statements of SAP employees. But whenever somebody is asking for concrete detail, these sour

  • Leave of absence datas storing table before approval

    hi, we are using the leave of absence process with one level approval. Once the employee leave is approved its saving in the table PER_ABSENCE_ATTENDANCES_V. while the leave status is pending for approval its not saving in the table PER_ABSENCE_ATTEN