There is no item in PCD after BP ESS is deployed sucessfully

Hi all,
To install BP ESS, I already set up a portal 7.0 and assigned correct proper roles to users. But once I opened ess tab, the following error would appear:
<i>Portal Runtime Error.
Exception in SAP Application Integrator occured: Unknown system alias. System Alias: 'SAP_WebDynpro_XSS', User: 'xxxxxxx', Reason: System Alias is not defined or permission denied for this user.
Exception id: 02:07_20/09/07_0035_8101050</i> 
I go to system administrator / system configuration and want to modify system alias, but there is no item to display.
Any suggestion will be highly appreciated.
Julian

Hi Julian,
  Set up your system landscape. Create 2 systems for this:
Create system that connects to your ERP System
create 2 systems (called them the same as their aliases)
a) The first system is called "SAP_WebDynpro_XSS" as well as having an alias called "SAP_WebDynpro_XSS"
As per the BP MSS install documentation the settings are as follows:
WAS host name: erpdev.pnp.co.za:8100 (SAP ECC Server)
WAS path: /webdynpro/dispatcher/ (this path does not work although it is specified in the documentation)
/sap/bc/bsp/sap (this is the path that works)
WAS protocol: http
b) The second system is called "SAP_ITS_XSS" and I have created an alias for it called "SAP_ITS_XSS"
WAS host name: erpdev.pnp.co.za:8100 (SAP ECC Server)
WAS path: /sap/bc/bsp/sap
WAS protocol: http
ITS host name: erpdev.pnp.co.za:8100 (internal ITS)
ITS path: /sap/bc/gui/sap/its
ITS protocol: http
Wile the WAS connection test works, the ITS connection test DOES NOT ;-(
2) create the JCo Connections on the SAP ECC Server called:
JCo connection for metadata: SAP_R3_HumanResources_MetaData
JCo connection for application data: SAP_R3_HumanResources
3) Simply test the system connection System Administration -> SAP
Application -> SAP Transaction -> Select the system alias which u gave for
ERP System -> Use any transaction eg. su01 and try it.
If the system connection is perfect, the business pages wud work absolutely
fine.
Hope it Helps.
Regards,
Vinoth.M

Similar Messages

  • Line item only display after run RFSEPA01

    Hi expert,
    I set up all gl account with line item display but i need to block GL and run program RFSEPA01 so that line item will posted to BSIS table.
    Is this need to run every after new posting done in?
    As i run for one GL before with RFSEPA01 after new posting to that GL, i not able to view line item in FS10N, therefore i go and run RFSEPA01 again.
    Is this everyday i need to run & re-run for all gl? Is there any configure i missing?
    Please advice on menu path to configure the link to BSIS table.
    Thanks.
    regards,
    chuan

    Dear,
    What is your requirement?
    Why you are running RFSEPA01 daily when there is option "Open Item managed" ticked in FS00?
    Program description: Switch On Line Item Display by Changing Master Record.
    TABLES: bsis,
           *bsis,              "#EC NEEDED
            bsas,
           *bsas,             "#EC NEEDED
            bseg,
            bkpf,
            skb1,
           *skb1,
            ska1,
            t001.
    RFSEPA01 is used when the GL Account is not there in open item status and need to change that to open item managed.
    Check once again

  • Deletion of Line item in Po after GR occurs

    Hi SAP Expert,
    Can we make the system to block the users from perform deletion the line item in PO after GR has been made? There are case that the user simpled
    delete the line item in PO which GR has been perform and we what to block
    the users from do this deletion.

    Hi,
    In attributes of system Message setting for PO try to add message no.06 115 as error and assign the same to users.Moreover this message comes as a standard setting and prevents from deleting the PO line if Gr is made .But this will not restrict if MIRO is done after GR.
    Dhruba

  • Is there anyone at all here who has successfully compiled and deployed an SSRS custom report item in VS2012?

    Is there anyone at all here who has successfully compiled and deployed an SSRS custom report item in VS2012?  Is there a demo out there that actually works in VS2012?  Is there anyone who has actually been able to compile and deploy that
    apparently obsolete Polygons demo?  (Pardon my impatience but I'm running a bit short of time here.)
    After much hacking and googling I was able to get Polygons to compile but I still can't deploy it to the toolbox.  ('The custom report item type PolygonsDesigner is not installed').   I've modified the RSReportDesigner.config
    as instructed but I have no rssrvpolicy.config file on my local machine and
    as yet I have no idea if that is necessary for local development.
    In order to get it to compile I first added the reference  C:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\IDE\PrivateAssemblies\Microsoft.ReportingServices.ProcessingCore.dll to both projects.
    To the PolygonsDesigner Project I also added the references:
    C:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\IDE\PrivateAssemblies\Microsoft.ReportDesigner.Controls.dll
    C:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\IDE\PrivateAssemblies\Microsoft.ReportingServices.Designer.11.0.dll
    C:\Program Files (x86)\Microsoft SQL Server\110\Tools\Binn\Microsoft.ReportingServices.Interfaces.dll
    Are these the correct references?  
    Exactly what software do you need installed on your local machine in addition to VS2012 in order to create a custom control?
    (Designer.11.0 was added per the instructions in reference: https://connect.microsoft.com/VisualStudio/feedback/details/783391/unable-to-integrate-previously-working-ssrs-custom-report-item-to-vs-2012s-toolbox  
    After that I added the alias RSDesigner to it's properties and   extern alias RSDesigner; at the top of the PolygonsDesigner.cs file. )
    As of now, the top of the PolygonsDesigner.cs is as follows.  I don't recall making any other changes to the code.  As far as I can remember this is all I did in order to be able to compile the code in VS2012.
        extern alias RSDesigner;
        using System;
        using System.ComponentModel;
        using System.ComponentModel.Design;
        using System.Collections;
        using System.Collections.Generic;
        using System.Diagnostics;
        using System.Drawing;
        using System.Windows.Forms;
        using Microsoft.ReportDesigner;
        using Microsoft.ReportDesigner.Design;
        using Microsoft.ReportingServices.Interfaces;
        using Microsoft.ReportingServices.RdlObjectModel;
        using System.Xml;
        using System.Xml.Xsl;
        using System.Xml.XPath;
        [LocalizedName("Polygons")]
        [Editor(typeof(CustomEditor), typeof(ComponentEditor))]
        [ToolboxBitmap(typeof(PolygonsDesigner), "Polygons.ico")]      
        [CustomReportItem("Polygons")]
        [ToolboxItem(typeof(RSDesigner::Microsoft.ReportDesigner.Shell.CRIToolboxItem))] 
        [System.CLSCompliant(false)]
        public class PolygonsDesigner : CustomReportItemDesigner
        {   etc...

    Just fixed this myself.
    It appears the documentation online is wrong and the sample code is missing a reference to a reporting services dll and an attribute.
    What you need to do to get it working in VS2012 is add a reference to: Microsoft.ReportingServices.designer.11.0.dll to the PolygonsDesigner project and then add the following attribute to the PolygonsDesigner class: [ToolboxItem(typeof(Microsoft.ReportDesigner.Shell.CRIToolboxItem))]
    I also removed the [System.CLSCompliant(false)] attribute.
    You then recompile and place both dlls in C:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\IDE\PrivateAssemblies directory and the PolygonsDesigner.dll into the C:\Program Files\Microsoft SQL Server\MSRS11.MSSQLSERVER\Reporting Services\ReportServer\bin
    or what ever is you reporting services path.
    You also need to change the Microsoft example for the rereportserver.config file to:
        <ReportItemDesigner>
       <ReportItem Name="Polygons" Type="Microsoft.Samples.ReportingServices.PolygonsDesigner, PolygonsDesigner" />
        </ReportItemDesigner>
        <ReportItems>
       <ReportItem Name="Polygons" Type="Microsoft.Samples.ReportingServices.PolygonsCRI,PolygonsCRI"/>
        </ReportItems>
     Notice that I changed the namespaces and class to what is in the actual code so if you change it make sure you change it here.
    And here in the RSReportDesigner.config:
    <ReportItems>
          <ReportItem Name="Polygons" Type="Microsoft.Samples.ReportingServices.PolygonsCustomReportItem,PolygonsCRI" />
        </ReportItems>
        <ReportItemDesigner>
          <ReportItem Name="Polygons" Type="Microsoft.Samples.ReportingServices.PolygonsDesigner, PolygonsDesigner" />
        </ReportItemDesigner>
        <ReportItemConverter>
          <Converter Source="Chart" Target="Polygons" Type="PolygonsCRI.PolygonsConverter, PolygonsDesigner" />
        </ReportItemConverter>
    Notice I haven't changed the last part as I didn't know what the PolygonsCRI.PolygonsConverter was.
    And make sure the rssrvpolicy.config looks like this:
         <CodeGroup class="UnionCodeGroup" version="1" PermissionSetName="FullTrust" Description="This code group grants PolygonsCRI.dll FullTrust permission. ">
           <IMembershipCondition class="UrlMembershipCondition" version="1" Url="C:\Program Files\Microsoft SQL Server\MSRS10_50.SQLSERVER\Reporting Services\ReportServer\bin\PolygonsCRI.dll" />
        </CodeGroup>
    After a restart of ssrs and relaunch of VS2012 I opened a test project and added the PolygonsDesigner.dll to the toolbox and it works.
    Jamie

  • There are purchased items on the iPhone "asingh's iPhone" that have not been transferred to your iTunes library. You should transfer these items to your iTunes library before updating this iPhone. Are you sure you want to continue?

    When I am trying to upgrade my iphone to IOS7.0.2 by connecting my my iphone and macbook, it shows "There are purchased items on the iPhone “asingh’s iPhone” that have not been transferred to your iTunes library. You should transfer these items to your iTunes library before updating this iPhone. Are you sure you want to continue? ".  I hit the same issue and lost a lot of apps from my iphone. Can someone help on how to resolve this issue? I can automatically upgrade my software on the iphone but how shall I resolve any future updates of "Apps"?

    I appreciate the answer, but what you describe is not entirely accurate.  First, to even see view, you have to enable the menu by clicking on the icon in the upper left.  View allows you to show the sidebar.
    Second, you will NOT see your devise listed in sidebar or anywhere else.  Instead, you have to click on "devise" from the sidebar menu, wait a minute, and then it will finally show up under "devise."   Or maybe it just takes a minute to show up whatever you do. 
    Third, right clicking on your devise will take you to a menu with "transfer my files" on it, but then iTunes will refuse to make the transfer.  Instead, it will tell you that <your apps> on your <devise> could not be transferred to iTunes "because you are not authorized for it on your computer."  Apple unhelpfully suggests going to store> authorize this computer.  There is a "store" menu item on the sidebar, but it has no "authorize this computer" sub-menu.  Instead, go to the horizontal menu at the upper left, and THERE you will find "store" and the "authorize this computer" sub-menu.  Now you can transfer your files, to who knows where.
    My iPhone 5 is my first Apple devise. So far my experience has been, to do A, which must be done right now, you must first do B.  To do B you must first do C, which is unexplained save in answers in user forums.  To do C you must first do D, which, after several hours of research and puzzle solving, can eventually be done.

  • Script that moves items to trash after importing to iTunes

    Hi,
    I have zero experience in this, all I have done is just from having googled stuff, so please be patient if I'm asking stupid questions. I have tried searching the forum first but I can't find the answer to this question.
    I download music from various (LEGAL) websites and I don't want to have to manually move it into iTunes. My aim is that every time an .mp3 file is downloaded into my downloads folder, it is automatically moved into my iTunes music library and added to a 'downloaded' playlist, then deleted from my downloads folder.
    This has taken me ages because after I got it working I did an iTunes update which ruined it all. I tried to edit the offending actions but ended up just downgrading iTunes to the previous version via Time Machine.
    I am using OS X version 10.6.7 and iTunes 10.2.1
    The point I am at now is that it is all working, except that the files are not moved to the trash at the end, so every time it runs it adds the new file plus all the previous files again. Please can someone help me modify my script or my automator application so that this will happen.
    Also, is it possible to have the automator application only run when music files are downloaded? Because at the moment it runs every time I download anything at all.
    Here is what I have done:
    I have set up a folder action so that this script is attached to my downloads folder:
    on adding folder items to this_folder after receiving added_items
              tell me
                        do shell script "open -a /Users/Louisa/Documents/Workflows/justdownloadstoplaylist.app"
              end tell
    end adding folder items to
    Then I have saved this Automator workflow as the application justdownloadstoplaylist.app
    *Get specified Finder items*
    Louisa>Downloads
    *Get Folder Contents*
    (Repeat for each subfolder found)
    *Import Files into Itunes*
    (Existing playlist - "downloaded")
    *Move Finder items to Trash*
    Thank you for your help.

    Sorry, there was an error with my workflow in that saving to the variable should have come after filtering the items:
    Folder Action receives files and folders added to Downloads
    Get Folder Contents { Repeat for each subfolder found } -- in case a folder was added
    Filter Finder Items { File extension is mp3 } -- just get mp3 files
    Set Value of Variable { Variable: Original Items } -- save the filtered mp3 files for later
    Import Files into iTunes { Existing playlist Downloaded }
    Get Value of Variable { Variable: Original Items } (Ignore Input) -- get back the mp3 files
    Move Finder Items to Trash
    If you are using your application in a situation where it is already getting items passed to it (e.g. dropping items onto the application, or using a Service or Folder Action), adding an action at the beginning that gets the same items will result in doubling up the items in your input list.  If you are getting confused about what is getting passed to your application, you can use a Choose from List action at the beginning of your workflow to show the items.
    If you just saved your workflow as an application, dropping items onto it will pass them to your workflow, otherwise you will need to add statements to your folder action script to tell the workflow to open items passed to the folder action.  As I mentioned in my earlier post, you won't need to use your folder action script or do anything else to get items passed to your workflow if it is created using the Folder Action template. 

  • How do I find all the purchased items on my iPhone? When I try to update the iPhone iOS while connected to my MacBook it says there are purchased items on the phone that have not been transferred to my iTunes library and that I should transfer them.

    How do I find all the purchased items on my iPhone? When I try to update the iPhone iOS while connected to my MacBook it says there are purchased items on the phone that have not been transferred to my iTunes library and that I should transfer them before updating.

    Thanks. This seems to have worked easily.

  • HT201210 I'm trying to update my iOS to 6.0, using iTunes (with my 4s connected via USB and WiFi is on also). I get a message that 'there are purchased items on my iPhone that have not been transferred to my iTunes library. Yet, I can't find those items!

    I'm trying to update my iOS to 6.0, using iTunes (with my 4s connected via USB and WiFi is on also). I get a message that 'there are purchased items on my iPhone that have not been transferred to my iTunes library. Yet, I can't find those items! Help!  There is not error message number just the text message. I've searched for an answer but have found nothing on "transfering items purchased to your iTunes library".

    Right click on your device icon on the left pane of iTunes and click on transfer pur....

  • Error while posting:There is no item category assigned to account 2001/KCOA

    Iam trying to post a purchase invoice posting to F-43 But getting error as:
    There is no item category assigned to account 2001/KCOA
    Diagnosis
        The online document splitting is active in your system. Here, each
        document is assigned to a accounting transaction variant and each
        document row to an item category.
        You determine for each business transaction variant which item
        categories can or must be posted here.
        The following error occurred for the document you entered:
        No item category could be determined for account 2001 in chart of
        accounts KCOA.
    Could You Please let me know How to Assign Item catagory for that particular account (2001-Inv raw material A/C)????\
    Thx,
    Umesh

    Hi,
    Go to the path:
    SPRO> Financial Accounting (New) > Geenral Ledger Accounting (New) > Business Transactions > Document Splitting > Classify G/L Accounts for Document Splitting > Execute
    When you get a pop-up, enter the relevant Chart of Accounts
    Click on New Entries and enter the G/L Account 2001 (i assume its a recon account for vendor).
    Select the Item category 03000 Vendor and save.
    Hope that helps.
    Regs.

  • How can I verify credit of an itunes card that has already been redeemed?  My Grandson and I both redeemed itune cards on our shared account about the same time. There isn't a credit balance after his purchase?

    How can I verify credit for an itunes card that has already been redeemed?  My Grandson and I both redeemed itune cards on our shared account about the same time. There isn't a credit balance after his purchase?

    Have you checked the account's purchase history to see if anything could have used up the balance : See your purchase history in the iTunes Store - Apple Support ?
    If there aren't any purchases then try logging out and back into the account (e.g. on your iPad tap on your id in Settings > Stores and then log back in) and see if a balance then shows on it. My account's balance shows at the top right of the store's page on my computer's iTunes, by clicking on my name towards the top right of the iTunes screen, and by logging in to view my account via the Store > View Account menu option. On my iPad devices it shows at the bottom of, for example, the Featured tab in the App Store app under my account id (or you can view your account via Settings > Stores and it should show on the screen that you are taken to)

  • I use Microsoft Outlook for email, and every day, dozens and dozens of times per day, a blank white Firefox window pops up and says "There are no items to show in this view."

    That’s all it says in the whole window that opens up. There doesn’t seem to be a specific thing I do that makes it happen and it doesn’t happen every single time I have it open, but pretty close. It seems to happen (most of the time) when I click on the “Today” or “Yesterday” (ect) tabs that organize the emails. But again, it doesn’t happen every time I do this – maybe 8 out of 10 times? It also does it when I just open my Outlook screen to look at it before I even do anything, and sometimes it just does it without even touching it. Also, pretty much every time I send an email it opens a couple pages up. It also doesn’t happen just once, it will open sometimes 5 – 10 of the same screen all at once. My IT person at work suggested deleting Firefox to see if it would stop and it didn't, it would just open up a window saying you have no Firefox so download it. I re-installed Firefox and it still does the same thing – mostly – except now it asks if I want to download the file instead of just opening that white Firefox screen. If I click yes it opens the same screen but it will still open sometimes 5 of those asking if I want to download it.

    Microsoft published some articles about this error last year. It might not be the only cause, but can you forward it to your IT for consideration?
    [http://support.microsoft.com/kb/2559926 "There are no items to show in this view." error message when you try to view a folder by using Outlook in an Exchange Server 2010 environment] (Group by)
    [http://support.microsoft.com/kb/2500648 "There are no items to show in this view." error message when you try to view a folder in Outlook in an Exchange Server 2010 environment] (Sort by Categories)
    Edit: As a short-term workaround, what happens if you make IE your default browser? You can still use Firefox as your primary browser, but of course links and shortcuts from other applications or the desktop will open in IE.

  • Abap wp table - there are no items to show in this view

    My apologies if I posted this in the wrong section.
    I started the system in SAPMMC Console and The ABAP WP Table don´t show any work process list and in Process List section the disp+work.EXE (Dispatcher) IS stopped.
    basically the abap WP table says there are no items to show in this view.
    as a result, i'm not able to start SAP or log in.

    I got the same problem, dispatcher status showing as stopper and remaining two are running in the process list
    here is the dev_w0 file. I got dev_w0.old also if you want i will also send. It has been more than a year i started the server. before it used to work.
    Thanks in advance
    trc file: "dev_w0", trc level: 1, release: "700"
    *  ACTIVE TRACE LEVEL           1
    *  ACTIVE TRACE COMPONENTS      all, MJ

    B Fri Jun 15 19:31:21 2012
    B  create_con (con_name=R/3)
    B  Loading DB library 'D:\usr\sap\EC6\DVEBMGS06\exe\dboraslib.dll' ...
    B  Library 'D:\usr\sap\EC6\DVEBMGS06\exe\dboraslib.dll' loaded
    B  Version of 'D:\usr\sap\EC6\DVEBMGS06\exe\dboraslib.dll' is "700.08", patchlevel (0.73)
    B  New connection 0 created
    M sysno      06
    M sid        EC6
    M systemid   560 (PC with Windows NT)
    M relno      7000
    M patchlevel 0
    M patchno    75
    M intno      20050900
    M make:      multithreaded, Unicode, optimized
    M pid        2468
    M
    M  kernel runs with dp version 217000(ext=109000) (@(#) DPLIB-INT-VERSION-217000-UC)
    M  length of sys_adm_ext is 572 bytes
    M  ***LOG Q0Q=> tskh_init, WPStart (Workproc 0 2468) [dpxxdisp.c   1299]
    I  MtxInit: 30000 0 0
    M  DpSysAdmExtCreate: ABAP is active
    M  DpSysAdmExtCreate: VMC (JAVA VM in WP) is not active
    M  DpShMCreate: sizeof(wp_adm)            18304 (1408)
    M  DpShMCreate: sizeof(tm_adm)            3994272     (19872)
    M  DpShMCreate: sizeof(wp_ca_adm)         24000 (80)
    M  DpShMCreate: sizeof(appc_ca_adm) 8000  (80)
    M  DpCommTableSize: max/headSize/ftSize/tableSize=500/8/528056/528064
    M  DpShMCreate: sizeof(comm_adm)          528064      (1048)
    M  DpFileTableSize: max/headSize/ftSize/tableSize=0/0/0/0
    M  DpShMCreate: sizeof(file_adm)          0     (72)
    M  DpShMCreate: sizeof(vmc_adm)           0     (1440)
    M  DpShMCreate: sizeof(wall_adm)          (38456/34360/64/184)
    M  DpShMCreate: sizeof(gw_adm)      48
    M  DpShMCreate: SHM_DP_ADM_KEY            (addr: 06640040, size: 4653368)
    M  DpShMCreate: allocated sys_adm at 06640040
    M  DpShMCreate: allocated wp_adm at 06641E40
    M  DpShMCreate: allocated tm_adm_list at 066465C0
    M  DpShMCreate: allocated tm_adm at 066465F0
    M  DpShMCreate: allocated wp_ca_adm at 06A15890
    M  DpShMCreate: allocated appc_ca_adm at 06A1B650
    M  DpShMCreate: allocated comm_adm at 06A1D590
    M  DpShMCreate: system runs without file table
    M  DpShMCreate: allocated vmc_adm_list at 06A9E450
    M  DpShMCreate: allocated gw_adm at 06A9E490
    M  DpShMCreate: system runs without vmc_adm
    M  DpShMCreate: allocated ca_info at 06A9E4C0
    M  DpShMCreate: allocated wall_adm at 06A9E4C8

    X Fri Jun 15 19:31:22 2012
    X  EmInit: MmSetImplementation( 2 ).
    X  MM global diagnostic options set: 0
    X  <ES> client 0 initializing ....
    X  Using implementation flat
    M  <EsNT> Memory Reset disabled as NT default
    X  ES initialized.

    M Fri Jun 15 19:31:23 2012
    M  ThInit: running on host visuinfoec6

    M Fri Jun 15 19:31:24 2012
    M  calling db_connect ...
    C  Prepending D:\usr\sap\EC6\DVEBMGS06\exe to Path.
    C  Oracle Client Version: '10.2.0.1.0'
    C  Client NLS settings: AMERICAN_AMERICA.UTF8
    C  Logon as OPS$-user to get SAPSR3's password
    C  Connecting as /@EC6 on connection 0 (nls_hdl 0) ... (dbsl 700 110706)
    C  Nls CharacterSet                 NationalCharSet              C      EnvHp ErrHp ErrHpBatch
    C    0 UTF8 1   06C68BC8   06C6E164 06C6D9EC
    C  Attaching to DB Server EC6 (con_hdl=0,svchp=06C6D938,svrhp=06C7F204)

    C Fri Jun 15 19:31:25 2012
    C  *** ERROR => OCI-call 'OCIServerAttach' failed: rc = 12541
    [dboci.c 4172]
    C  *** ERROR => CONNECT failed with sql error '12541'
    [dbsloci.c 10933]
    C  Try to connect with default password
    C  Connecting as SAPSR3/<pwd>@EC6 on connection 0 (nls_hdl 0) ... (dbsl 700 110706)
    C  Nls CharacterSet                 NationalCharSet              C      EnvHp ErrHp ErrHpBatch
    C    0 UTF8 1   06C68BC8   06C6E164 06C6D9EC
    C  Detaching from DB Server (con_hdl=0,svchp=06C6D938,srvhp=06C7F204)
    C  Attaching to DB Server EC6 (con_hdl=0,svchp=06C6D938,svrhp=06C7F204)

    C Fri Jun 15 19:31:26 2012
    C  *** ERROR => OCI-call 'OCIServerAttach' failed: rc = 12541
    [dboci.c 4172]
    C  *** ERROR => CONNECT failed with sql error '12541'
    [dbsloci.c    10933]
    B  ***LOG BY2=> sql error 12541  performing CON [dbsh#2 @ 1204] [dbsh    1204 ]
    B  ***LOG BY0=> ORA-12541: TNS:no listener [dbsh#2 @ 1204] [dbsh    1204 ]
    B  ***LOG BY2=> sql error 12541  performing CON [dblink#3 @ 431] [dblink  0431 ]
    B  ***LOG BY0=> ORA-12541: TNS:no listener [dblink#3 @ 431] [dblink  0431 ]
    M  ***LOG R19=> ThInit, db_connect ( DB-Connect 000256) [thxxhead.c   1411]
    M  in_ThErrHandle: 1
    M  *** ERROR => ThInit: db_connect (step 1, th_errno 13, action 3, level 1) [thxxhead.c 10156]

    M  Info for wp 0

    M    stat = 4
    M    reqtype = 1
    M    act_reqtype = -1
    M    rq_info = 0
    M    tid = -1
    M    mode = 255
    M    len = -1
    M    rq_id = 65535
    M    rq_source = 255
    M    last_tid = 0
    M    last_mode = 0
    M    semaphore = 0
    M    act_cs_count = 0
    M    control_flag = 0
    M    int_checked_resource(RFC) = 0
    M    ext_checked_resource(RFC) = 0
    M    int_checked_resource(HTTP) = 0
    M    ext_checked_resource(HTTP) = 0
    M    report = >                                        <
    M    action = 0
    M    tab_name = >                              <
    M    vm = V-1

    M *****************************************************************************
    M  *
    M  * LOCATION    SAP-Server visuinfoec6_EC6_06 on host visuinfoec6 (wp 0)
    M  *  ERROR ThInit: db_connect
    M  *
    M  * TIME        Fri Jun 15 19:31:26 2012
    M  * RELEASE     700
    M  * COMPONENT   Taskhandler
    M  * VERSION     1
    M  * RC          13
    M  * MODULE      thxxhead.c
    M  * LINE        10354
    M  * COUNTER     1
    M  *
    M *****************************************************************************

    M  PfStatDisconnect: disconnect statistics
    M  Entering TH_CALLHOOKS
    M  ThCallHooks: call hook >ThrSaveSPAFields< for event BEFORE_DUMP
    M  *** ERROR => ThrSaveSPAFields: no valid thr_wpadm [thxxrun1.c   720]
    M  *** ERROR => ThCallHooks: event handler ThrSaveSPAFields for event BEFORE_DUMP failed [thxxtool3.c  260]
    M  Entering ThSetStatError
    M  ThIErrHandle: do not call ThrCoreInfo (no_core_info=0, in_dynp_env=0)
    M  Entering ThReadDetachMode
    M  call ThrShutDown (1)...
    M  ***LOG Q02=> wp_halt, WPStop (Workproc 0 2468) [dpnttool.c   327]
    Thanks
    Vijaya

  • How to change the default text "There are no items to show in this view" in the visual webpart

    Hi,
    I am using a visual webpart and in that if there are no items in the list it is showing the default text "There are no items to show in this view." I want to change this default text. 
    I checked the forums here there are multiple ways are shown but no one is working for me.
    Kindly help me to change this text.
    Thanks in advanced.

    It seems you're retrieving items inside a specific you.. why not having a <div> inside you're visual web part and check to see if the count of items retrieved is > 0 then insert that in the div, otherwise, insert your custom message and not rendering
    the web part itself. What you're describing is the default message from SharePoint which comes from default views, and this can be changed from xslt in SP 2010 or in JSLink in SP 2013, here's a link how to do so in JSLink :
    http://www.idubbs.com/blog/2015/jslink-csr-to-override-there-are-no-items-to-show-in-this-view/ .
    But as said, since you're doing a visual web part, keep your stuff in the visual web part and check for the count of items before adding the rendered data to your div.  
    Mohamed Derhalli
    SharePoint Consultant
    Blog: SharePoint Thoughts
       Twitter:
    LinkedIn:
      

  • All "Site Content and Structure" default views incorrectly showing "There are no items to show in this view"

    Hi All,
    On my SharePoint Online site (Office 365) all my “Site Content and Structure” default views are showing “There are no items to show in this view”. For example the “Checked out To Me” view shows “There are no items to show in this view” (shown in screenshot
    below). I know this is incorrect and should show at least ten items that have been checked out to me for over two months. I am also a member of the Site Collection Administration and Owner groups.
    What I am trying to do is view all the "Checked Out items" within a Site Collection including it's sub-sites.
    Is there a feature that needs to be activated to get the correct information from the “Site Content and Structure” default views?
    I hope you can help
    Colin

    Hi Colin,
    As I understand, all “Site Content and Structure” default views are showing “There are no items to show in this view” in your SharePoint online site.
    Check things below:
    1. Go to site content and structure logs in site setting to check if there is correct information.
    2. Create a new site collection to check if there are items in Site Content and Structure.
    3. Switch another computer to check if it can work.
    If the issue still exists, I recommend you to post it in the O365 forum.
    http://community.office365.com/en-us/f/default.aspx
    The reason why we recommend posting appropriately is you will get the most qualified pool of respondents, and other partners who the forums regularly can either share their knowledge or learn from your interaction with us. Thank you for your understanding.
    Best regards,
    Sara Fan
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • Exchange Groups showing "There are no items to show in this view."

    We're running a three server Exchange 2013 DAG that we moved to from Exchange 2007.
    Distribution groups don't appear to be displaying the membership since we migrated to Exchange 2013. In AD the members are there, and if you log in to ECP the members show when you manage the group, and even in Powershell if you do a Get-DistributionGroup
    -id "GroupName" | Get-DistributionGroupMembers the member show. But when you are in OWA, go to the All Group's address list, and click on a group it says "There are no items to show in this view".
    I made sure that the Set-DistributionGroup -id "Name" -forceupgrade was done (didn't need to, says it doesn't modify anything).
    Not sure why the members are not showing up?

    We're running a three server Exchange 2013 DAG that we moved to from Exchange 2007.
    Distribution groups don't appear to be displaying the membership since we migrated to Exchange 2013. In AD the members are there, and if you log in to ECP the members show when you manage the group, and even in Powershell if you do a Get-DistributionGroup
    -id "GroupName" | Get-DistributionGroupMembers the member show. But when you are in OWA, go to the All Group's address list, and click on a group it says "There are no items to show in this view".
    I made sure that the Set-DistributionGroup -id "Name" -forceupgrade was done (didn't need to, says it doesn't modify anything).
    Not sure why the members are not showing up?
    Hi,
    We can use the following command to check ExchangeVersion for all groups:
    Get-DistributionGroup | fl name,ExchangeVersion
    Additionally, we can also check an attribute called msExchVersion on ADUC: click View > Advanced Features and check group Properties > Attribute Editor > msExchVersion which the value should be:
    Exchange 2007  = “4535486012416″
    Exchange 2010\2013 = “44220983382016″
    Regards,
    Winnie Liang
    TechNet Community Support

Maybe you are looking for

  • Why Doesn't XMLIndex Create and Populate Upon Scale-Up For Eval Table?

    Presently working with Oracle release 11.2.0.1 using xmltype securefile binary xml tables. In a quandry here and hoping not to have to open an Oracle SR... Able to create a working xmlindex against an 'Acme Eval' table in our development environment

  • SCCM OSD for Windows 8.1 - TPM Owner Password not found

    Hello, I have been actively using these forums and the TechNet Guidance for the MBAM 2.5 client deployment, however I am still seeing some issues and looking for appropriate steps to troubleshoot. I have a MDT Integrated Task Sequence to deploy Windo

  • Error in Uploading the data in Info Cube

    Hi, We are implementing SCM 5.0 APO and ECC 6.0 in UK/I client. At the moment we are facing one problem in uploading the Excel file into Info Cube.which was working perfectly earlier. Through analysis, we come to know that data flows thru PSA. but  w

  • Wireless unidentified

    Dear Sir, We have windows 8 and facing problem with wifi unidentified. we have wireless network in our all offices. when i move from one dept. to other then wifi is not connected and unidentified.i have 250 laptops and some of them having same issue.

  • Can't Import TIFF -- File Error

    I am trying to import a TIFF image into my FCP project; something I've done a hundred times. This time, however, the file will not come in. "File Error". This image was made by someone else, but it opens in my ancient Photoshop CS2..so why won't it c