G6 Card Refresh Error

I am getting several errors when running the system maintainance job against my document directory in G6. It looks like the errors are showing up when refreshing documents that have been upgraded from the 4.5 portal. These documents are all web URLs and were submitted through the submit a web page feature of 4.5. A sample of the error message is below. Any ideas?
Apr 5, 2006 9:07:35 AM- Error refreshing card "Slumping Vol Hits Korea Structured Note Mart" (with id 647889, and document URL http://www.derivativesweek.com/default.asp?page=1&SID=622029&ISS=21593) Server exception: -2147467259 - Error in function PTDataSource.RefreshCardInMemory (pCard == com.plumtree.server.impl.directory.PTCard@fa1f5, bSummarize == false, bForceRefresh == false, pProvider == [email protected]): -2147467259 - Warning in CWebAgent::OpenHttpFile, GET request failed for http://www.derivativesweek.com/default.asp?page=1&SID=622029&ISS=21593 (-2147467259)

Little more info:
Fresh Intall of 6.1 MP1
Database is SQL 2005
PTVerify completed successfully
Portal Configuration Manager connects to the Database successfully
Portal Diagnostics generates the same error as posted above.

Similar Messages

  • PowerPivot refresh error with data feed from sharepoint list with empty exception information

    Hi,
    My Powpivot refreshing error seems to be different from what others already experienced.
    Scenario:
    Constructed an external data source in the format of Http://<server_IP>/sites/<mysitecollection>/_vti_bin/listdata.svc
    selected one table with some of the needed columns in the next step
    Create calculate colums etc.
    Create pivot tables etc.
    All worked well offline
    Upload the workbook into PowerPivot Gallery
    Reference it from a page through Excel Web Service webpart allowing manual refresh
    The refresh always reports failure with the named external data source
    I opend the log file in C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\LOGS and located the following error messages:
    ASPPHOST::ShowEngineError: Out of line object 'DataSource', referring to ID(s) 'f8939b694cae', has been specified but has not been used。The following exception occurred while the managed IDbCommand interface was being used: .
    Please note in the above message, NO detailed exception message was given. In other words,
    the exception information is empty.
    I checked as many things as I possibly could includin the security accounts etc. All seem to be right. But this empty exception got me stuck here.
    What could possibly go wrong? Any help will be appreciated.
    Thanks.

    Hello,
    Here is a good article regarding Where to get information about data refresh failures for your reference, please see:
    http://social.technet.microsoft.com/wiki/contents/articles/3870.troubleshooting-powerpivot-data-refresh.aspx
    In addition, which credential option you're configured for the PowerPivot data refresh in SharePoint farm? You can go through the following articles regarding configure the PowerPivot data refresh:
    Configure the PowerPivot Unattended Data Refresh Account (PowerPivot for SharePoint):
    http://technet.microsoft.com/en-us/library/ff773327.aspx
    Configure Stored Credentials for PowerPivot Data Refresh (PowerPivot for SharePoint):
    http://technet.microsoft.com/en-us/library/ee210671.aspx
    Hope this helps.
    Regards,
    Elvis Long
    TechNet Community Support

  • "No airport card installed" error message onMacBook Air.

    Early today, my Macbook Air froze and I had to restart it by holding down the start key.   Since the, I've been getting a "no airport card installed error messge".  I've tried resetting the PRAM but it did not fix the problem.  I've also tried running the hardware check through a powerdrive but I get a message saying hardware check cannot be run on this machine.  Any suggestions about what to try next?

    Yes, you should remove and reseat the Airport Extreme card. It may just have been jostled in its slot and not be making good contact now.

  • I have some chrages on my debit card by error how can i avoid this charges

    i have some charges in my debit card by error how can i avoid this charges.... i reset my password as an email said with that resert the charges won´t be reflected in my account?

    See Recover your iTunes library from your iPod or iOS device.
    tt2

  • Cache refresh error in Production Server in XI

    Hi All,
    whenever any object in ID gets changed cache refresh stops in XI in the production server.It throws error that it is unable to refresh the cache.All post installation activities are done properly.What should be done to solve the issue.

    What is the exact error? You may try looking into these two guides:
    [How Tou2026 Handle Caches in SAP XI 3.0:|http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/1a69ea11-0d01-0010-fa80-b47a79301290?quicklink=index&overridelayout=true]
    [How Tou2026 Handle XPI Caches in SAP NetWeaver 7.0:|http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/c0332b2a-eb97-2910-b6ba-dbe52a01be34?quicklink=index&overridelayout=true]
    For an overview of cache refresh errors in the Integration Repository or Integration Directory you can check SAP Note 780747.

  • Error code: -6 (Card terminal error)

    Hi Guys,
    Any idea why am I not able to connect to the card using JCOP Tool ? Whenever I try to connect I get this error,
    - /terminal "winscard:4|Identive CLOUD 4700 F Contact Reader 0"
    --Opening terminal
    /card -c com.ibm.jc.CardManagerresetCard with timeout: 0 (ms)
    --Waiting for card...
    jcshell: Error code: -6 (Card terminal error)
    jcshell: Communication problems: The user-specified timeout value has expired.
    Unexpected error; aborting execution
    /cardresetCard with timeout: 0 (ms)
    --Waiting for card...
    jcshell: Error code: -6 (Card terminal error)
    jcshell: Communication problems: The user-specified timeout value has expired.
    Please advice.
    Thank You
    --Charan Chakravarthi                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

    does the card response to
    /term
    /atr

  • Cannot add Portlets: Portal Repository - Refresh Errors

    I cannot add portlets in Portal 3.0.8.
    When I click the "Refresh Error" link in the Portal Repository, I get the following error:
    PROVIDER[527954]: Oracle Portal Pages PORTLET[886]: TN_ORGAN LANGUAGE: s ERROR: User-Defined Exception
    How do I get rid of the error?
    null

    The way the Refresh works is that for each provider, Oracle9i AS Portal contacts the provider for its list of portlets. It will request the list in each of the installed languages. For database providers, this call is the get_portlet_list API. For web providers, this call is the oracle.portal.provider.v1.Provider.getPortlets java API.
    The error you are seeing in the refresh log is being caused by an exception raised in provider=527954,portlet=886,language=s in either the get portlets or get portlet methods. You should check these two methods with Swedish.

  • I bought an unlocked Iphone 3GS, I needed to update Ios5 and restored the settings for that which was not authorised for unlocke, but after that iphone is not getting activate and no sim card insatlled error is there. i m using local sim card in Pakistan

    I bought an unlocked Iphone 3GS, I needed to update Ios5 and restored the settings for that which was not authorised for unlocke, but after that iphone is not getting activate and no sim card insatlled error is there. i m using local sim card in Pakistan

    You didn't buy an 'unlocked' iPhone 3GS - you bought a 'hacked' one.
    Updating to iOS 5 removed the hack and the unofficial unlock.
    All you can do is try to find out which network the phone is locked to and ask them if they can unlock it properly.
    Otherwise, sell it or throw it away and buy an officially unlocked phone from an official source.

  • I can't download photos from my Card. Error Code 0x80010108.What can I do?

    I can't download pictures from my sim card. Error Code 0x80010108. What can I do?

    Try to import from your camera with Image Capture instead of iPhoto. Does that work?
    Do you see your camera as a disk on the Desktop?
    Can you open the image files from te Finder?
    That wizzard-icon is puzzling. Have you used your camera with a PC and perhaps reformatted the SD Card from a different operating system? Then I'd try to import a different SD Card, that has been reformatted in the camera.

  • OPC input module unknown upon worksheet startup. No sound card installed error.

    Hi all,
    I am on v11.00.00 and have two problems.
    1. Upon startup, I get a 'no sound card installed' error despite having already selected the sound board from the Measurement tab. I've already checked the Windows Device manager and verified that the sound card is working OK.
    2. Upon loading a worksheet, I get a module unknown error - in this case an OPC Input module for a DT9837B sound and vibration measurement box. I've already installed the DAQ OEM drivers.
    Can anyone tell me what's wrong?
    Thanks...
     

    You may need to edit the sounddrv.ini file to change the device number. 
    The default file is this
    [SETUP]
    PlayWelcome=1
    DisplayNoSoundCardMsg=0
    InputDevice=0
    OutputDevice=0
    BitsPerSample=16
    LeftVolume=50000
    RightVolume=50000
    SameVolume=1
    Change InputDevice to =1
    File is in the Public users folder (Documents and Settings\All Users on XP), in the DASYLab\11.0.0\Eng folder.
    OPC and DT have nothing to do with each other. They may be conflicting, however, since both are add-on drivers. If you edit the DASYLab.ini file (same location as the SoundDrv.ini file), put a semicolon character ";" in front of the line that loads the OPCC.DLL.
    If the line is missing (i.e., the DT installation obliterated it), change one of the other lines to be DLLx=Opcc.dll. That will add it back in. 
    Ensure that the DT driver is loaded. Both of these are in the [EXTEND] section of the file. 
     

  • Getting # to Refresh error in web-i report.

    hello
    yesterday i opened the report it was opened properly but today while i opening  the same report i am getting  #TOREFRESH error even i refreshed am unable to find the data it was showing the same error in the entire columns of a report.But while i am opening the same report via bi-launch pad it was showing the correct data.i am using SAP database.can anybody please let u know me y am getting the problem& what is the resolution for that.
    Thanks in Advance
    Suresh.

    Hi Suresh,
    Please go through below thread will help you-
    #TOREFRESH ISSUE IN WEBI
    #TO REFRESH Error In Webi report
    If you are generating universe from BEx query then change aggregation property of the measure object from "Delegated" to "Sum" and then try.
    ~Anuj

  • HT1212 iPad2 3G - MTN - "no service" or "searching" - have restored, have tested 3G in other iPad - working fine.  Tried another 3G card, same error.  Reset network settings, restarted and hard boot, changed apn settings, reset apn settings ......  Sugges

    iPad2 - no 3G signal
    "no service" or "searching"
    Have restored iPad, have reset network settings, have tried turning on aeroplane mode and off again.  Changed apn settings.
    Tried another 3G card - same error.
    Tried this 3G card on another iPad - working fine - no problems.

    UPDATE #2:
    I chatted with Ashley from Apple Support yesterday and she suggested me to restore the phone and set it up AS NEW, NOT restore from backup.
    And it worked!
    Of course, you have to back up everything, but I have my contacts, notes, and pictures on iCloud. All I did was merge them back to the phone from iCloud Setting.
    One downside: you'll lose all text messages. But it's worth it.
    So, thank you, Ashley!

  • SIM card registration error after SW upgrade

    Hi
    After I upgraded my Nokia 6110 Navigator to SW 4.22 I get insert SIM or SIM card registration error. It happends approx. once a week. Before I upgraded my mobile it never happend. Why?
    BR / haav

    This is often a problem with the SIM itself. That it started showing just when you did the firmware upgrade could be coincidence.
    Was this post helpful? If so, please click on the white "Kudos!" star below. Thank you!

  • Refresh errors

    How do I troubleshoot refresh errors? I have 7 calendars in my google calendar that I sync with iCal. This has worked flawlessly for over a year. Now any 3 of the calendars, will produce refresh errors that produce error dialog boxes that I cannot get off my screen.
    How do I go about troubleshooting the refresh, so I do not receive these errors?

    Any ideas for Shining Star?
    Thanks!
    Ed Price, Azure & Power BI Customer Program Manager (Blog,
    Small Basic,
    Wiki Ninjas,
    Wiki)
    Answer an interesting question?
    Create a wiki article about it!

  • Sudden video card drive error causing freeze

    I am using Premiere Elements 11 and suddenly it started to show video card drive error when trying to create a new project or open an existing one. The error says that Adobe detected an incompatible display driver GeForce 9600 GT/PCIe/SSE2 3.3.0 and ask me to update the driver. If I click OK on this message Adobe starts creating or opening a project but freezes. I cannot even close the application as the computer does not react to Ctrl+Alt+Del neither so I have to force restart it. When it freezes I see two Adobe logo at the bottom of the screen in the taskbar as if it would try to open the application twice.
    I have the latest video card driver installed: version 340.52. Moreover, Premiere Elements opened and worked without problem before and I have not changed anything in my video card driver before the error started to show up.
    Any idea what can be the problem and how to fix it?

    Display driver & Baddriver http://forums.adobe.com/thread/1370916?tstart=0

Maybe you are looking for

  • Using Hibernate as a Custom Component

    I don't know whether this question is appropriate in LC context. Our scenario, We have very complex logic in each of JDBC store/retrieve activity in the process. We would like to move this part into Hibernate based custom component. We tried with sim

  • Changing to non RFC 1918 addresses

    Is there anyway to change the DHCP scope to non RFC 1918 IP addresses on a time-capsule? The time-capsule limits you to 10net, 192.168net or 172net addresses. My company allows split tunnels on VPN if your home network uses one of their registered ad

  • Create_Group_From_Query

    Dear All, Even though I can create a Record Group, Lov and attach the LOV to the text_item and set the validate property to be Yes. But I want to create a Record Group at runtime and populate it in the text item. For eg I have 2 table 1 Table : Stude

  • Strange behaviour editing region - bug?

    Hi I've been trying to edit a SQL region on a page and was constantly getting inexplicable syntax errors when trying to save my changes. I had been copying and pasting bits of code into the region. Eventually I looked at the end of the region code an

  • How to stop triggering Enable User task

    Hi , We have a requirement to disable three resources . After disabling if we enable the user, out of 3 resources one shud remain in disabled state. I have added a process task adapter to achieve this. But what my problem is after click enable from u