Not able to see PSA for the data souce 2lis_13_vdkon after enhaning

Dear Experts,
I have enhanced the extract structure of 2lis_13_vdkon in R/3 with 5 fields which are exist in transfer structure.
I have replicated the data source in BI but unfortunately i have not deleted the data in the PSA.
After replication when i try to activate the data source the system is giving Dump and im not able to see the PSA also.
Please help me out.
When i manage on the data source to c PSA, its giving error like this
Invalid DataStore object name 2LIS_13_VDKON_BB: Reason: No valid entry in table RSTS
The Dump when activating the data source is :
Runtime Errors SAPSQL_ARRAY_INSERT_DUPREC
Exception CX_SY_OPEN_SQL_DB
Date and Time 03.06.2009 09:46:55
How to correct the error
Use an ABAP/4 Open SQL array insert only if you are sure that none of
the records passed already exists in the database.
If the error occures in a non-modified SAP program, you may be able to
find an interim solution in an SAP Note.
If you have access to SAP Notes, carry out a search with the following
keywords:
"SAPSQL_ARRAY_INSERT_DUPREC" "CX_SY_OPEN_SQL_DB"
"CL_RSAR_PSA===================CP" or "CL_RSAR_PSA===================CM006"
"_UPDATE_DIRECTORY_TABLES"
If you cannot solve the problem yourself and want to send an error
notification to SAP, include the following information:
1. The description of the current problem (short dump)
To save the description, choose "System->List->Save->Local File
(Unconverted)".
2. Corresponding system log
Display the system log by calling transaction SM21.
Restrict the time interval to 10 minutes before and five minutes
after the short dump. Then choose "System->List->Save->Local File
(Unconverted)".
3. If the problem occurs in a problem of your own or a modified SAP
program: The source code of the program
Regards
venu

Hi Venu,
The issue I think is the PSA was not deleted cleanly. If you try and activate the PSA you will get the dump again.
..Probably if you go through the ABAP dump you will notice it is pointing to the following code;-
   75 * Put the fields of PSA to database without check, otherwise error by
   76 * activation of table
   77
   78   IF p_psa_exists EQ rs_c_false OR
   79      i_new_version     EQ rs_c_true.
>>>>>     INSERT rstsodsfield FROM TABLE l_t_odsfield.
   81   ELSE.
   82     DELETE FROM rstsodsfield
   83       WHERE odsname = l_s_odsfield-odsname
   84       AND  version = l_s_odsfield-version.
   85     MODIFY rstsodsfield FROM TABLE l_t_odsfield.
Put a breakpoint in the code in line 78. and activate the DS..the program should stop in 78...change the value of variable rc_c_false so that line 82 gets executed. This will clean up the PSA entries in table rstsodsfield. Now activate the DS and delete the PSA entries in the PSA table.
We faced the same issue and resolved it this way.
Thanks
-Saif

Similar Messages

  • Not able to see published task and not able to reset version for the task

    Hi,
    Created a task ,validated,by selecting the task clicked Publish button in tools to publish the task.
    In Client Application(Callcenter) navigated Administration-Business Process->Task Deployment
    Here not able to see published task to activate.
    Tried twice by copying record but not able to see.
    I am not able to reset version for the task created.
    Could you please let me know how to overcome these.
    Using sample database of siebel8.0.0.5
    Thank you

    Hi Dude,
    To trobleshoot this you need to do the following steps:
    1) cross check in tools the srf which you are compling , the same srf should be used by the clent application i.e. call center
    2) the secound thing is in the Siebel tools there is a toolbar at the top, from where you have published the task, there beside you will find a button called Revise you can revise you task, first select task and click revise button.
    3) and also you remember a task which you create is validated by right clicking the task record and choose validate.
    4) remember, a task which you create should be registered same as like responsibilities, by navigating to Administration-Applicatrion > Task
    Register the task with same name as you have used in Siebel Tools.
    As, for best practices after creating a task first validate it, then after register it in Administration-Applicatrion > Task , then after toolbar there is a button callled publish and activate click that one .
    and that's All.
    Regards,
    Neeraj Verma

  • Not able to see any of the application,system windows in jdev

    Hi everyone,
    I am facing a strange problem in jdev 10.1.3.1.I am not able to see any of the application,system and other window.I tried clicking the view button in the toolbar and clicking on the application and system navigator to show off in the window,but there was no luck.I continue to see a blue screen.Even i deleted the jdev10.1.3.1 and installed again the new jdev10.1.3.1 but still then its not showing me the windows.When i tried to explore more clicking Tool->Preferences it gave me the following exception:
    java.lang.NullPointerException
         at oracle.tip.tools.ide.tx.addin.MapperOptionsPanel.load(MapperOptionsPanel.java:412)
         at oracle.tip.tools.ide.tx.addin.MapperOptionsPanel.onEntry(MapperOptionsPanel.java:400)
         at oracle.ide.panels.MDDPanel.enterTraversableImpl(MDDPanel.java:926)
         at oracle.ide.panels.MDDPanel.enterTraversable(MDDPanel.java:899)
         at oracle.ide.panels.MDDPanel.mav$enterTraversable(MDDPanel.java:106)
         at oracle.ide.panels.MDDPanel$Tsl.updateSelectedNavigable(MDDPanel.java:1348)
         at oracle.ide.panels.MDDPanel$Tsl.updateSelection(MDDPanel.java:1216)
         at oracle.ide.panels.MDDPanel$Tsl.actionPerformed(MDDPanel.java:1210)
         at javax.swing.Timer.fireActionPerformed(Timer.java:271)
         at javax.swing.Timer$DoPostEvent.run(Timer.java:201)
         at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:461)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:153)
         at java.awt.Dialog$1.run(Dialog.java:515)
         at java.awt.Dialog.show(Dialog.java:536)
         at java.awt.Component.show(Component.java:1300)
         at java.awt.Component.setVisible(Component.java:1253)
         at oracle.bali.ewt.dialog.JEWTDialog.runDialog(Unknown Source)
         at oracle.bali.ewt.dialog.JEWTDialog.runDialog(Unknown Source)
         at oracle.ide.dialogs.WizardLauncher.runDialog(WizardLauncher.java:55)
         at oracle.ide.panels.TDialogLauncher.showDialog(TDialogLauncher.java:276)
         at oracle.ide.config.IdeSettings.showDialog(IdeSettings.java:597)
         at oracle.ide.config.IdeSettings.showDialog(IdeSettings.java:391)
         at oracle.ide.cmd.IdeSettingsCommand.doit(IdeSettingsCommand.java:47)
         at oracle.ide.controller.CommandProcessor.invoke(CommandProcessor.java:259)
         at oracle.ide.controller.IdeAction.performAction(IdeAction.java:541)
         at oracle.ide.controller.IdeAction$1.run(IdeAction.java:772)
         at oracle.ide.controller.IdeAction.actionPerformedImpl(IdeAction.java:789)
         at oracle.ide.controller.IdeAction.actionPerformed(IdeAction.java:498)
         at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1849)
         at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2169)
         at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:420)
         at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:258)
         at javax.swing.AbstractButton.doClick(AbstractButton.java:302)
         at javax.swing.plaf.basic.BasicMenuItemUI.doClick(BasicMenuItemUI.java:1000)
         at javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(BasicMenuItemUI.java:1041)
         at java.awt.Component.processMouseEvent(Component.java:5488)
         at javax.swing.JComponent.processMouseEvent(JComponent.java:3126)
         at java.awt.Component.processEvent(Component.java:5253)
         at java.awt.Container.processEvent(Container.java:1966)
         at java.awt.Component.dispatchEventImpl(Component.java:3955)
         at java.awt.Container.dispatchEventImpl(Container.java:2024)
         at java.awt.Component.dispatchEvent(Component.java:3803)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4212)
         at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3892)
         at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3822)
         at java.awt.Container.dispatchEventImpl(Container.java:2010)
         at java.awt.Window.dispatchEventImpl(Window.java:1774)
         at java.awt.Component.dispatchEvent(Component.java:3803)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:463)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)
    I dont have any clue on this.
    Please help me in resolving the problem and finding some solution to this.
    Thanks & regards

    Try and see if this helps:
    http://blogs.oracle.com/shay/2006/11/10
    Although it seems that just removing JDeveloper and reinstalling from scratch should have done this.

  • Only one User is not able to see POV for reports

    Hi gurus,
    Entity POV is not seen to the user in the prompt button for a FR in DEV where as the same user is able see the POV in PROD.
    What might the reason for this as POV to be seen in one environment and not seen in the orther?
    Any help would be appreciated on this issue.
    Thanks in advance.

    Hi,
    thanks for the updates.I have gone through the document but i got an error msg while executing the ManageUserPov.cmd, here is the error msg
    D:\Hyperion\products\biplus\bin>ManageUserPov.cmd Delete ManageUserPov.properties
    log4j:WARN No appenders could be found for logger (com.hyperion.reporting.config.GlobalResourceBundle).
    log4j:WARN Please initialize the log4j system properly.
    *[INFO] RegistryLogger - REGISTRY LOG INITIALIZED*
    *[INFO] RegistryLogger - REGISTRY LOG INITIALIZED*
    Please enter AdminUser : admin
    Please enter AdminPassword :
    Exception in thread "main" java.lang.NullPointerException
    at com.hyperion.reporting.hrfoundation.ManageUserPovImpl.main(Unknown Source)
    Any help would be appreciated,
    Thanks in advance

  • It would be great to be able to see itunes for the appletv via iphone remot

    I use a projector -- it would be great to be able to see the itunes from the iphone remote - that way I could rent movies, download podcasts, buy & listen to music without having to turn on the projector!

    It's one of those little annoyances you find in AV setups all the time, not just with AppleTV.
    I assume you're connected via HDMI. Does the remote still work if connected via component? Would let you play (fine for music) but not browse or purchase.
    Send an enhancement request to:
    http://www.apple.com/feedback/appletv.html
    There needs to be some kind of 'allow iPhone/iPod Touch remote control when display turned off (HDMI)', and an enhancement to the rmote app itself.
    AC

  • My Air Drop feature is not working. I have an iPhone 5S running iOS 7.0.3, my wifi and blue tooth is on and I am set to "everyone" in control panel. I am not able to see anyone in the AirDrop box to be to share pics or contacts.

    My wifi and Bluetooth is on, in control panel I have "Everyone" on, I cannot see other iOS devices that are using iPhone 5 or 5S. My phone is only a couple of weeks old and was purchased brand new and I am on AT&T. I can not see other devices and other devices can not see me. I checked the manuel and I don't see any other settings other then what I described above in regards to control panel. Anyone have a solution for me? Oh by the way I have rebooted my phone, did a hard reset 3 different times but still not working. I do have an active iClould account.

    I read a previous blog from a Mac user who was having an AirDrop issue. He resolved it by deleting his icloud account and reinstalling it. I figured what will it hurt to try this with my iPhone 5S. Well I am happy to say it worked. I recall recently changing my Apple ID password. This must have affected the Airdrop feature. When I reloaded my IClould account it started working. I don't know why but it's something you can try if all else fails. Hope this helps someone.

  • Not able to see make in /usr/local/bin even after installing the package

    Hi,
    I have installed the package make-3.8 for solaris 9 on my machine with sun os 5.9. But still I can not see 'make' in /usr/local/bin .
    Does anyone have an idea why?
    I installed the same as root using the command:
    pkdadd -d <packagename>
    But it gives me quite many warnings like :
    WARNING : /usr/local/bin/make <not present on Read only file system>
    WARNING : /usr/local/bin/doc/make/ABOUT-NLS <not present on Read only file system>
    At the end it says Installation of SMCmake was successful
    Still I can't see make in /usr/local/bin.
    Regards
    Manmeet

    Seems like /usr/local is mounted read-only? Run
    mount | grep local
    or
    touch /usr/local/test
    and see if you can write files in the directory.
    /M.

  • Not able to see files in the repository in Oracle Test Manager

    Hi All,
    It would be really great if you could help m e with this issue
    I have my Scripts in a server Named A  where i have installed openscript
    I have OTM installed in Server B. I have shared the scripts folder in A to all the machines and i am able to access the folder directly from Server B
    But when i add that server as a Folder \\..\.. in in OTM
    The scripts comes out to be mpty in the add test case
    Would you know what might be the problem?
    Really appreciated!

    This is Resolved had to give permission for access to this folder to every Everone

  • Not able to see PO text in prinout when printed after any change.

    When I make any change in PO (e.g. Quantity, price, delivery date), and take printout, I don't see text (item level). But when it was printed first time, I can see all texts in printout.
    Pls help.

    Go to SPRO-MM-Purchasing-Messages-Text for messages- Define Texts for Purchase Order  
    Here in the Text for document item should be set for operation 2 menas for change than it will print on the PO.
    In the heading also it needs to be setup for change

  • Not able to see the charts in the default SampleAppLite webcat in OBIEE 11g

    I have installed OBIEE 11g on my dekstop and it was installed successfully. Then i started the BI Services and login to the dashboard using the weblogic user and Pwd, everything is coming fine but charts are not coming. Do we have to start some Java services also. I restarted all the services also using em and it shows all services started successfully. Can you please help me regarding this.
    Regards,
    Raj

    Hello Siva -
    It is historical data that i have uploaded into the infocube for Demand Planning Purpose.
    I have recreated everything and uploaded the data again into the infocube, able to see the data in the infocube, created the MPOS, created the CVCs, Created the Planning Area, activated the Planning Area,assigned the infocube to the history key figure while creating the planning area,  created the Periodicities, created the Planning Book. but still not able to see history in the keyfigure.
    Regards,
    Suresh Garg

  • Not able to see iby_fd_extract_ext_pub custom tags of in XML data

    Hi Experts,
    I have customized the iby_fd_extract_ext_pub package to add the custom tags in the payment format xml data.Package status is valid but I am not able to see any of the custom element in the XML Data.
    Please share your experience if you faced similar issue.
    Regards,
    Brajesh

    1. Do not prefix it just put your code in and compile - unless you want to call XX_IBY_FD_EXTRACT_EXT_PUB from IBY_FD_EXTRACT_EXT_PUB to have minimal impact to IBY_FD_EXTRACT_EXT_PUB.
    2. You won't be able to put in an additional parameter, you'll need to derive the Payment Process Profile from SQL by linking from payment document to payment process to payment process profile; or just get the org from, say, the first invoice in the batch - as long as you always group by organization this will be fine.
    3. Yes, it is probably that a patch will overwrite your customization - make sure you test it after each IBY patch - use applcust.txt and make sure your DBA's check adpatch logs for the file being overwritten!
    Regards,
    Gareth
    http://garethroberts.blogspot.com
    http://www.virtuate.com

  • SECATT - Not able to see the screen shots

    Hi All,
    I am trying to execute the SECATT for one of the testing of HR, but I am not able to see any of the screen shots in downloaded folder.
    While executing the test script I had selected the check boxes
    1) Save Screen shots
    2) Before User Inputs
    3) After user Inputs
    I am able to see the folder created after each executiion of the test script, but not able to see the screen shots in any format (like some of the blogs mention that screen shots will be in JPEG or in BMP format).
    We are on ECC6.0 EHP7 and we are using the sap GUI 730.
    Kindly Suggest.
    Regards,
    Umesh Chaudhari.

    Hi Umesh,
    I suspect that one of the below mentioned option is the reason for not getting the screen shots.
    1. It could be something to do with the SP level that you have.
    2. It could be because of a different path mentioned in Screenshot Path (default or user specific).
    3. The default path for the file containing the external variants is specified in the user-specific settings. 
    Procedure
      1.  From the menu in eCATT or the ABAP Workbench (transaction SE80), choose Utilities → Settings.
      2.  On the eCATT tab, choose the relevant tab and make the required changes.
    Path for Screenshots
    You can specify the default path for screenshots taken during the replay of SAPGUI commands.
    Regards,
    PB

  • ODBC connection not able to see all schemas

    Hi everyone,
    We have noticed an unusual problem that just recently started. In our database, I have created a read-only user - only has the ability to connect to the database, and SELECT ANY TABLE. Then we have some applications (Crystal Reports and Lotus Notes Agents) that use this user to query data. The applications use an ODBC connection, and when we initially set this up, everything worked beautifully.
    However, suddenly we have noticed that the ODBC connection is not able to see all of the schemas in the database. We have tested and confirmed this - using either 9.02 ODBC or 10.01, this happens with both of them. I created a couple new ODBC connections, one for each version, then I try to create a new Crystal Report, using this ODBC connection - when I connect using the read-only user, it connects just fine, but when it shows me all of the schemas available, I am only seeing about half of them (and of course not seeing the one that I really need to see).
    However, when I use Microsoft Access, and try to import some External Data, and I use the same ODBC connections, then I AM seeing all of the schemas.
    Has anyone ever seen anything like this? Any ideas on what I can do to troubleshoot?
    Thanks,
    Brad

    I'm trying to get this issue figured out. Can you
    tell me what you mean when you ask me to log in
    directly as the same user using ODBC and query
    ALL_TABLES - how would I do that?Using whatever Oracle database account you use in Crystal, log in to the database using SQL*Plus (or your favorite GUI like SQL Developer) and run a query like
    SELECT owner, table_name
      FROM all_tablesDoes that query show all the tables you expect, or are you missing some?
    Also, you mention a parameter in the ODBC API that
    controls which schemas are returned - is there any
    way to see that value?An ODBC trace might show the value, I don't recall if the actual value is written out in the trace. Different front-end tools often have a place that allows you to filter out certain schemas, which is generally done by passing in a parameter to this ODBC API call. I don't know enough about your tools, though, to know where this might be.
    Are there any other ODBC drivers I could try?There are plenty of third party ODBC drivers out there, but I would tend to be suprised if the ODBC driver was at fault here. You could also try patching the ODBC driver and/or Oracle client to the most recent patchsets.
    Justin

  • Vendor not able to see bid invitations created one day before

    Hi friends,
    We are workig with SRM5.0 SP08. I have observed that vendors are not able to see bid invitations processed one day before.
    Could you pls suggest the probable reason, if anybody has come across similar problem? Bid invitation version is active and can be seen with purchasers login.
    Your responses will be highly appreciated.
    Regards,
    Prashant

    Hi Marcin,
    all these bid invitation statuses are not closed. its published only. The problem is bidder is not able to see bid invitations with dates in the past.
    Dinesh,
    Ur right. There is also problem with search functionality. In fact I can display list of bid invitations only if I am not giving any search criteria.
    Regards,
    Prashant

  • Report exection problem for one user - not able to see the data.

    Hello Friends ,
    Need some help . I have got the one ticket from bussniess side about the report execution .
    Unfortunately , I am also not having authorisation of that report due to sensible data.
    Problem - User is executing the report but some how he is not ABLE TO see the data for one company code Hierachy .
    I executed the same report through RSSMQ via his user id , and I got the  below message.
    All value were selected . Hierachy Authorisation cannot be used.
    A displayed hierachy requier a hierachy authorisation .
    But when i checked his authorisation , I am able to see that he should have authorisation to all the hireachy .
    could you please let me know , how can I check more ?
    Regards,

    after accessing the report , u go to su53 tcode and check the authorization and u can see what is problem in authorization for the that user and u can send the details to secuity team to rectify the issue ,

Maybe you are looking for

  • Opinions on which printer best fits needs...

    I will be going to Japan soon for work and was recommended that I bring my own laptop, printer, speakers, etc. I have a 13" aluminum MacBook that I bought last Christmas and it's still in tip top shape. I've been looking at the printers for sale on t

  • How do you add or subtract a constant from a time channel?

    I have a time channel with an offset I wish to remove. How can I do this? Using simple arithmetic means that I need to know how times and dates are stored internally, but I cannot determine this in the online help. e.g. Say I need to subtract 1.2 s f

  • MapLoader 121 - only 1 country at a time?

    Since I got a 4gb card I thought I would download more map data for my n95 last night. I selected Belgium, NL, Fr and UK. Whichever way I did it MapLoader didn't seem able to download more than 1 country. Whenever it got to the second it would report

  • How to empty trash normally on OSX 10.7.5?

    When I right-clicked the trash icon and clicked "Empty Trash", the finder pop-up window only shows "Secure Empty Trash", which takes approximately 10 days.

  • Mouse acting strange in Console one with Hand Held Snap ins

    Has anyone else noticed that Console One acts strange after installing the Hand Held snap ins? Thanks, Cactus