SOLMAN_SETUP - missing view

Hi all,
i just upgraded my SM from 7.0 to 7.1 SP11 (MSSQL 2012).
After the post activities i started the SOLMAN_SETUP transaction in order to execute the initial and basic configuration and as you can see the central view is missing.
The same thing happens to every other step.
Tried with IE, Firefox and Chrome. Same behaviour.
Looking for notes without any success.
Any clue?
Regards.

Hi,
solved!
Found SAP Note 2002333 and 1972327.
Let me explain. The first note is related to a dump in CL_SISE_SCOPE_ACCESS==========CP program, not exactly my problem.
I have the same dump in ST22 (occurred during switching between SOLMAN_SETUP steps) but related to another program (/1BCWDY/0O2TR6GL1KI9XCB5HA24==CP).
Don't ask me the relationship with my problem but after note 1972327 has been applied the view missing problem is solved!
Regards.

Similar Messages

  • Missing "View|Application Navigator" and "View|Connection Navigator"

    My default Oracle JDeveloper 10g Early Access 10.1.3.34.12 is missing "View|Application Navigator" and "View|Connection Navigator" from the View toolbar. Am I simply missing an additional installation or do I not have something configured correctly?
    Thanks,
    Scott

    Thanks for the answer, that's exactly what it is. I'm new to this environment and had it installed for me, hence I didn't see the differences at the download choosing time. Thanks again.

  • Com.waveset.util.WavesetException: Missing view id; Missing Account ID

    Hi,
    I have some users in IDM provisioned to LDAP.
    I am now trying to find users and delete them thru the end user interface.
    When i enter the ID, and click search, i get this error
    "com.waveset.util.WavesetException: Missing view id.
    Missing Account ID"
    Here is my WF:
    <WFProcess name='Find WF' maxSteps='0'>
         <Activity id='1' name='Start'>
    <Transition to='Accept User ID'/>
    <WorkflowEditor x='43' y='10'/>
    </Activity>
    <Activity id='2' name='Accept User ID'>
    <ManualAction id='0' name='Enter User ID' timeout='60' syncExec='true'>
    <Owner>
    <ref>$(WF_CASE_OWNER)</ref>
    </Owner>
    <FormRef>
    <ObjectRef type='UserForm' id='#ID#CB00E29B1B211E5E:5673384:1141A79B1FE:-7FF3' name='Enter User ID Form'/>
    </FormRef>
    </ManualAction>
    <Transition to='getView'/>
    <WorkflowEditor x='191' y='10'/>
    </Activity>
    <Activity id='3' name='getView'>
    <Action id='0' name='getView' application='com.waveset.session.WorkflowServices'>
    <Argument name='op' value='getView'/>
    <Argument name='id' value='$(accountId)'/>
    <Argument name='type' value='User'/>
    <Argument name='subject' value='configurator'/>
    <Argument name='authorize' value='true'/>
    <Return from='view' to='user'/>
    </Action>
    <Transition to='Delete User'/>
    <WorkflowEditor x='123' y='73'/>
    </Activity>
    <Activity id='4' name='Delete User'>
    <Action id='0' name='Delete' process='TaskDefinition:Delete User'>
    <Argument name='type' value='User'/>
    <Argument name='accountId' value='$(accountId)'/>
    </Action>
    <Transition to='End'/>
    </Activity>
    <Activity id='5' name='End'>
    <WorkflowEditor x='508' y='10'/>
    </Activity>
    Not sure what the mistake it. Can somebody point out pls?
    Thanks,

    cutepaddy
    Thanks for ur reply. However, it was not of much help.
    The problem now is that, i dont get the suspended case workitems error anymore but, the WF is not doing what it's suppoed to do, i.e., delete the users. The dump shows that all activities and actions are being executed correctly, however, the user still is not deleted. Here are my updated forms and WF
    Form 1:
    Configuration id='#ID#CB00E29B1B211E5E:5673384:1141A79B1FE:-7FF3' name='Accept User ID Form' lock='Configurator#1186027075593' creator='Configurator' createDate='1185855280921' lastModifier='Configurator' lastModDate='1186026775578' lastMod='354' wstype='UserForm'>
    <Extension>
    <Form name='Accept User ID Form' baseContext='variables' objectLocationID='objectName=Accept+Store+ID+Form&isBegin=true&objectPath=0&objectType=UserForm'>
    <Display class='EditForm'>
    <Property name='title' value='Find ID Form'/>
    </Display>
    <Field name='view.waveset.accountId'>
    <Display class='Text'>
    <Property name='title' value='Enter User ID'/>
    <Property name='size'>
    <Integer>20</Integer>
    </Property>
    <Property name='maxLength'>
    <Integer>10</Integer>
    </Property>
    </Display>
    <Validation>
    <cond>
    <not>
    <invoke name='testUser' class='com.waveset.ui.FormUtil'>
    <ref>:display.session</ref>
    <ref>view.waveset.accountId</ref>
    </invoke>
    </not>
    <s>Not Exist</s>
    </cond>
    </Validation>
    </Field>
    <Field name=':complete'>
    <Default>
    <s>true</s>
    </Default>
    </Field>
    </Form>
    </Extension>
    <MemberObjectGroups>
    <ObjectRef type='ObjectGroup' id='#ID#Top' name='Top'/>
    </MemberObjectGroups>
    <Properties>
    <Property name='editorOriginalName' value='Accept User ID Form'/>
    </Properties>
    </Configuration>
    Form 2:
    <Configuration id='' name='Search Results Form' lock='Configurator#1186027075593' creator='Configurator' createDate='1185855280921' lastModifier='Configurator' lastModDate='1186026775578' lastMod='354' wstype='UserForm'>
    <Extension>
    <Form name='Seach Results Form' baseContext='variables' noDefaultButtons='true'>
    <Display class='EditForm'/>
    <Field name='MatchTable'>
    <Display class='SimpleTable'>
    <Property name='columns'>
    <List>
    <String>Title</String>
    </List>
    </Property>
    </Display>
    <FieldLoop for='accountId' in='view.waveset.accountId'>
    <Field name='XYZ'>
    <Display class='Checkbox'>
    <Property name='Label' value='$(accountId)'/>
    </Display>
    </Field>
    </FieldLoop>
    <Field name='deleteuserbutton'>
    <Field name=':complete'>
    <Default>
    <s>true</s>
    </Default>
    </Field>
    <Field name=':formButton' button='true'>
    <Display class='Button'>
    <Property name='command' value='Save'/>
    <Property name='value' value='Continue'/>
    <Property name='label' value='Delete'/>
    </Display>
    </Field>
    <Field name='formButton'>
    <Expansion>
    <ref>:formButton</ref>
    </Expansion>
    </Field>
    </Field>
    </Field>
    </Form>
    </Extension>
    <MemberObjectGroups>
    <ObjectRef type='ObjectGroup' id='#ID#Top' name='Top'/>
    </MemberObjectGroups>
    <Properties>
    <Property name='editorOriginalName' value='Accept User ID Form'/>
    </Properties>
    </Configuration>
    WF:
    <TaskDefinition id='#ID#CB00E29B1B211E5E:5673384:1141A79B1FE:-7FDC' name='Find User WF' lock='Configurator#1186881293625' creator='Configurator' createDate='1185857988234' lastModifier='Configurator' lastModDate='1186880993625' lastMod='185' taskType='Workflow' executor='com.waveset.workflow.WorkflowExecutor' suspendable='true' syncControlAllowed='true' execMode='sync' execLimit='0' resultLimit='0' resultOption='delete' visibility='runschedule' progressInterval='0'>
    <Extension>
    <WFProcess name='Find User WF' maxSteps='0'>
    <Activity id='0' name='Start'>
    <Transition to='Accept User ID'/>
    <WorkflowEditor x='99' y='47'/>
    </Activity>
    <Activity id='1' name='Accept User ID'>
    <ManualAction id='0' name='Enter User ID' timeout='60' syncExec='true'>
    <Owner>
    <ref>$(WF_CASE_OWNER)</ref>
    </Owner>
    <FormRef>
    <ObjectRef type='UserForm' id='#ID#CB00E29B1B211E5E:5673384:1141A79B1FE:-7FF3' name='Accept User ID Form'/>
    </FormRef>
    </ManualAction>
    <Transition to='Display Results'/>
    <WorkflowEditor x='183' y='45'/>
    </Activity>
    <Activity id='2' name='Display Results'>
    <ManualAction id='0' name='Results' timeout='60' syncExec='true'>
    <Owner>
    <ref>$(WF_CASE_OWNER)</ref>
    </Owner>
    <FormRef>
    <ObjectRef type='UserForm' id='#ID#CB00E29B1B211E5E:-435E4C45:114554237BF:-7F8B' name='Search Results Form'/>
    </FormRef>
    </ManualAction>
    <Transition to='Delete User'/>
    <WorkflowEditor x='266' y='99'/>
    </Activity>
    <Activity id='3' name='Delete User'>
    <Action id='0' name='Delete' process='TaskDefinition:Delete User'>
    <Argument name='type' value='User'/>
    <Argument name='accountId' value='$(view.waveset.accountId)'/>
    </Action>
    <Action id='1'>
    <expression>
    <block name='dump2'>
    <invoke name='dumpFile'>
    <invoke name='getTask'>
    <ref>WF_CONTEXT</ref>
    </invoke>
    <s>c:\dump.xml</s>
    </invoke>
    </block>
    </expression>
    </Action>
    <Transition to='End'/>
    <WorkflowEditor x='411' y='101'/>
    </Activity>
    <Activity id='4' name='End'>
    <WorkflowEditor x='529' y='121'/>
    </Activity>
    </WFProcess>
    </Extension>
    <MemberObjectGroups>
    <ObjectRef type='ObjectGroup' id='#ID#Top' name='Top'/>
    </MemberObjectGroups>
    <Properties>
    <Property name='editorOriginalName' value='Find User WF'/>
    </Properties>
    </TaskDefinition>
    Thanks in advance for ur help

  • Apple reminders do not disappear from "all" and "missed" view when dismissed from "today" view of notification center by marking the circle by the reminder. why is this?

    Firstly, I really like the new reminders in iOS 7. However, I noticed that apple reminders do not disappear from "all" and "missed" view when dismissed from "today" view of notification center by marking the circle by the reminder. it requires me to take an extra step and click on "all" and then click the "x" to make it completely disappear and clear from notification center.
    why is this? am i doing something from?

    unfortunately, that does not address my question. your link describes how to clear the missed section of center.  I know how to clear the missed section of notification center, as I said in the original question. I will re-peat my question to clarify. it is:
    apple reminders do not disappear from "all" and "missed" view when dismissed from "today" view of notification center by marking the circle by the reminder. it requires me to take an extra step and click on "all" and then click the "x" to make it completely disappear and clear from notification center. 
    why is this? am i doing something wrong?
    the behavior I would expect would be that when i click the circle on the "today" view. it would clear it out from the missed and all view so i would not have to clear in 2 areas.
    I Hope this clarifies...

  • Missing views dropdown on list view web part.

    I asked this before, and it got moved to "admin" with no replies.  I really need to know this.  I think it may be appropriate for design and customization, because I think that's what the solution may require.  It doesn't appear to be an "admin" issue.
    Any help will be gratefully received.  I am very frustrated by this.  The  "View:" dropdown list on the right side of the list view web part for my document libraries is not available.  The truly weird thing is that in a few cases, it is there, but I can't tell any difference between those web parts or DLs and the ones without the views drop-down.  I have defined several public views for each document library. There are no "closed" web parts on the page (which was one suggestion I got).
    I can't figure out why the views menu sometimes appears and sometimes does not, when there appears to be no way to control it. Can anyone enlighten me or suggest how I can make it appear?  My users are threatening to demand a separate web part for each view (there are hundreds).  I may have trouble using SPD on the client's site.

    That works if the Web Part was Closed, but does not help if the user deleted the Web Part. 
    After some digging around in SharePoint Designer and in SharePoint itself, I have a solution for restoring the View dropdown after the out-of-the-box List View Web Part has been deleted.  This solution can be accomplished without SharePoint Designer if you are working with a library, but to clean out the views from a list, you will need SharePoint Designer.  I am doing this in MOSS 2007 SP1, but it should work for WSS 3.0 as well.
    For this example, I am using a document library called Public Documents and my View is allitems.aspx, but this should work for any list or library. 
    Here are the steps for bringing back the View dropdown:
    1.       Navigate to the list or library that is missing the View dropdown
    2.       Go to Site Actions > Edit Page > Add a Web Part .  In the Lists and Libraries section, check the box next to the Public Documents library and click the Add button.
    3.       Within the new Web Part, go to edit > Modify Shared Web Part and change the Toolbar Type to “Full Toolbar”.  Click the OK button.
    4.       Click the link to Exit Edit Mode and you should have the Full Toolbar for the list/library displayed, but it is still missing the View dropdown menu. 
    5.       Go to Settings > Create View .
    6.       Choose Standard View .
    7.       Name the view, check the “Make this the default view” box, select the columns to include, and click the OK button.
    8.       Voila, the View dropdown menu is back on the site.
    9.       To completely clean it up, for a list, open in SharePoint Designer and delete the allitems.aspx view from the Forms folder.  For a library, you can go to the Actions menu and select Open with Windows Explorer .  Open the Forms folder (you may need to show hidden files to see this folder) and delete the allitems.aspx view.  If you do not have access to SharePoint Designer and you are working in a list, you will need to delete the link on the Quick Launch and add again to point to your new view name.
    10.   If the View you deleted was the default for the list or library, it may remove the link from the Quick Launch.  It can be added again by going to View All Site Content , selecting the appropriate list or library, going into its Settings menu, and modifying the Title, description and navigation settings to show on the Quick Launch.

  • Missing Views in MM02 and MM03

    Hi MM experts,
    One of our end users cannot getting material master views, he is getting only Basic1 and Basic2, but I tried the same material I am getting all the views, he said he was getting all the views last week please help me to solve this issue.
    Thanks
    John.

    Hi
    If the use doesnt have authorization then he should get message - The view selection is empty (Message M3702). But he is getting 2 tabs (basic data). Please check if material has been created with other view or not. If everything is correct then check with Basis person for authorization in PFCG tcode.
    Check in SU53 for missing auth object and add it manually to the role which corresponds to his material master view authorization and then generate the authorization, save.
    Thanks
    Edited by: Praveen Raghavendra on Jan 16, 2009 5:51 PM

  • Safari 5.1.7 to 6.0.1 (Missing "view source")

    Safari 5.1.7 you can "view source".  In Safari 6.0 this appears to have disappeared.  Is it anywhere else, or has it really gone?.

    "View source" is not available in Safari 6.
    But "Show Page Source" is available.
    Safari > Preferences > Advanced
    Enable "Show Develop menu in menu bar".
    Develop menu > Show Page Source

  • Missing Viewer Window in Secondary Room

    I've been navigating through Color and have done some simple color correcting, however, an issue has come up with clips in the Secondary room(tab). When Vinette is enabled and Secondaries is enabled no Viewer Window appears. The settings in Set Up were checked against a co-workers Color settings and everything matches, however, I still do not get the viewer window. I hope this has made sense. Any help is appreciated.
    Thank you.
    Thom
    Comcast

    Well, as it turns out the problem seems to be affected by the bit rate. My co-worker re-set it to 8 bit and everything seems to be working. One of the issues with this laptop that has impacted the effectiveness of some the applications it its processor. It's not an Intel Duo Core.
    If anyone still wants to comment on my problem(s), please do so,
    Thank you.
    Thom

  • Crystal XI - missing view

    Having problems with connectivity - cannot see VIEWS when creating new crystal reports.  Can see tables and stored procedures but not views.  Have checked setup per literature found in some articles and db access permissions.  Can see all tables and views via ACCESS using same ODBC Oracle driver and user ID.  If I use an already established report that already had a view selected, I can see the views but I cannot select when creating a new report.
    What else can I check?

    Hi Rosmarie,
    Try with this:
    Might be reports are loosing database connection.
    Update your database from Database -> Set Datasource Location.
    Hope this helps!!
    Regards,
    Shweta

  • Missing "View Log" Button? (WRT54G)

    Have enabled both Incoming and Outgoing logging in my router, but cannot find any button for "view log" anywhere in the rpouter's setup pages. I need to review logs, how do I do it?
    Router is WRT54G rev 6, firmware v8.00.7 build 011.
    Solved!
    Go to Solution.

    It's good to know that the issue is resolved but generally you will find the log table listed under Administration Tab.

  • My iTunes 11 Mac Install is Missing "View- Show/Hide Status Bar" Options

    All:
    Okay...this is weird.  I did an upgrade from iTunes 10 to 11 on my Snow Leopard MacBook Air.   Under the "View" menu, it has the "Show Sidebar" option.  However, it does NOT have the "Show Status Bar" or "Hide Status Bar" options at all (screen shot below).  What gives???
    - Billish

    Our two Macs also lack the "Show/Hide Status Bar" View menu item. This is a giant fail on Apple's part— I am being inundated with support calls about this. I have found a link to iTunes 10.7 and am advising all upset clients to dump iTunes 11 and download and re-install iTunes 10.7 until the issues are fixed.
    Among other issues: iTunes 11 no longer automatically imports mp3 optical disks into its library as it did in iTunes 10.7.
    Now, when we want to import mp3s from an optical disk, we have to do it manually:
    1) insert optical disk
    2) select File>Add to Library (or Command-O)
    3) click on the optical disk in in the Devices sidebar of the dialog box that opens
    4) select the tracks to install
    5) click "Okay" or hit the Return key
    5 steps to accomplish what once happened upon just inserting the disk!
    If my clients are any indication, this is a pretty big deal. Apple would be well-advised to fix this fast.
    Our Macs:
    2006 Core Duo Mini, 1.66 gHz, 2Gb RAM, 256 Gb Sandisk SSD, OS X 10.6.8
    2008 MBP OS X 10.6.8
    2002 iBook OS X 10.5.x

  • Mail 5.1 Missing View as Icon for attachments

    I don't seem to have the option to have attachments as icons - when I right click the option is no longer there.
    When I open an email with an attachment (say a pdf) it is an attached file for a short time and then the attachemnt automatically is visible?

    Hello!
    Your English is great.
    There is no default setting for this in Mail but check Mail Attachments Iconizer.

  • Missing view option passwords in keychain access

    When i open keychain access the option to show passwords has gone.
    Why and how can i restore it ?
    Thanks Terry

    Hi Linc,
    When l open the keychain access box the list headings when l choose passwords are
    : Name| Kind | Date Modified | Keychain | and this one used to be passwords but is now blank|
    but of course it had a series of dots before where the passwords should be, now there are no dots below.
    Then from the drop down list l could opt to ` show passwords' and they would appear, but the heading and the dots are no longer there beneath,
    and l don`t have the option to show them from the drop down menu, so it`s not the main password but the option to remind myself what all passwords l chose
    are, slightly dissconcerting to say the least.
    l hope this isn`t too long winded, l wondered if l had caused this myself somehow or more worryingly someone  or thing else.
    Regards,
    Terry
    P.S. l know l can use Safari for the Safari saved passwords but that is not the point, l don`t like my mac hiding personal data from me, it seems odd .
    Thanks again.

  • ABAP Dictionary Activation Ended with errors - View missing

    [http://www.flickr.com/photos/38387539@N02/4393402777/]
    [http://www.flickr.com/photos/38387539@N02/4393402771/]
    Hi All,
    I transported a table with additional new fields to production system but the transport log shows that
    the table could not be activated due to missing View /1SAP1/CNV_S0355.
    Does anyone know the root cause for this?
    When i check the table status in production system, it's active and the new field is added to the table
    successfully. Nothing is missing or no serious issue arise when data was maintained in the field.

    Hi Chong vui chung ,
    Open that Custom table in Developement environment and click on Activate.
    Check if it displaying any activation errors.
    ALso check the following :
    Open the Custom table > Click on Utilites>Click on Enhancement Category --> Click on 'Can Be Enhanced (Deep)'
                                         --> Click on OK.
    And Activate again and see if you have any activate errors.
    Regards,
    Kittu

  • Missing Query Views

    Hi,
    We are randomly missing query views in our production system across many dataproviders. This was not done manually by any user ie deleting views. Frequency of the missing views can be once in 40 - 50 days and hundreds of views get deleted from the system. We do not have any jobs performed in the background process for deletion.
    In our SQL cache we noticed the class "CL_RSZ_WWW_DB_INTERFACE" with the statement "DELETE FROM RSZVIEW WHERE VIEWID = "A0 AND OBJVERS = :A1# but not able to locate where it originated from because of missing log and trace file information for the activity.
    SAP at this point not able to confirm what would have caused to delete the views randomly from the system. We are still investigating and trying to find whether bookmark reorganization or deletion can cause the views to be deleted because of bugs in the system.
    Is there any one in the community faced the similar kind of issues.
    Thanks
    Suresh

    Hi
    We have experienced the same problem and checked for any program that may have caused this.
    After some investigation we have found out that by running the FM RRMX_WORKBOOKS_DELETE without the parameter for OBJECT_VERSION,  ALL views in the system were deleted, even though you have specified a Workbook ID.
    Please check whether you have run this program.
    Hope this helps
    Tim

Maybe you are looking for

  • File Names and Ratings not showing in browser or viewer

    I seem to have a bug where Aperture sometimes fails to show the file names or their rating. This happens in both Browser & viewer modes. Just the blank background. I can see the name in the Metadata tab, but not underneath the files. Any ideas

  • Query is not working properly when statistics are computed (XE 11g Windows 7 32 bits)

    Hi, We have an application with a Oracle XE 11.2 database on a Windows 7 32 bits plateform. We have a query wich access 4 tables end use a user defined package function. When the statistics are computed the query is returning no rows, (with the data

  • How to print when using Windows 8 Adobe Reader

    How does one print a simple .pdf document using Adobe Reader in Windows 8.  With the document open, the print button is visible on the tool bar but clinking on that only brings up the screen asking where do I want to save the document.  It is already

  • Oracle EBS R12 Pre - Implementations phase question air

    Oracle EBS R12 Pre - Implementations phase question air Posted: Jun 30, 2009 10:22 AM Edit Reply Dear all Gurus, We are going to implement Oracle EBS r12, for industrial concern, we have following quires if any peer may suggest. 1) we heard the oracl

  • Workflow Mailer without Imap

    Hai all, When am trying to configure my workflow notification mailer without IMAP and with only SMTP.. validation error.. am not able to proceed with out a IMAP ,Username and password..I entered valid SMTP addresses, that is fine..Is it mandatory tha