Roguewave errors with rwtools7_std option

Hi
I am trying to use Roguewave tools with Sunone Studio 8 compiler and the flag rwtools7_std but I get the following errors. Any info on this will be appreciated.
Regards
Balaji
Compiler: Sunone Studio 8.
Command Used to Compile: CC -library=rwtools7_std stream.cpp
OS: Solaris 8
stream.cpp
========
#include <rw/cstring.h>
#include <rw/tvhdict.h>
int main()
RWTValHashDictionary<RWCString, unsigned int> gdmoNameHash(RWCString::hash);
==========================================================
Errors
"stream.cpp", line 7: Error: Too few arguments for template RWTValHashMap.
"/opt/external/studio8/SUNWspro/prod/include/CC/rw7/rw/tvhdict.h", line 64: Error: The base "RW_VMapAssoc<rw_hashmap<RWCString, T, H, EQ, std::allocator<RWCString>>, RWTValHashMap<RWCString, T, H, EQ>, RWCString, T>" must be a previously defined class or struct.
"stream.cpp", line 7: Where: While specializing "RWTValHashMap<RWCString>".
"stream.cpp", line 7: Where: Specialized in non-template code.
"/opt/external/studio8/SUNWspro/prod/include/CC/rw7/rw/tvhdict.h", line 99: Error: RW_VMapAssoc<rw_hashmap<RWCString, T, H, EQ, std::allocator<RWCString>>, RWTValHashMap<RWCString, T, H, EQ>, RWCString, T> is not a base class of RWTValHashMap<RWCString>.
"stream.cpp", line 7: Where: While specializing "RWTValHashMap<RWCString>".
"stream.cpp", line 7: Where: Specialized in non-template code.
"/opt/external/studio8/SUNWspro/prod/include/CC/rw7/rw/tvhdict.h", line 99: Error: apply is not a member of RW_VMapAssoc<rw_hashmap<RWCString, T, H, EQ, std::allocator<RWCString>>, RWTValHashMap<RWCString, T, H, EQ>, RWCString, T>.
"stream.cpp", line 7: Where: While specializing "RWTValHashMap<RWCString>".
"stream.cpp", line 7: Where: Specialized in non-template code.
"/opt/external/studio8/SUNWspro/prod/include/CC/rw7/rw/tvhdict.h", line 100: Error: RW_VMapAssoc<rw_hashmap<RWCString, T, H, EQ, std::allocator<RWCString>>, RWTValHashMap<RWCString, T, H, EQ>, RWCString, T> is not a base class of RWTValHashMap<RWCString>.
"stream.cpp", line 7: Where: While specializing "RWTValHashMap<RWCString>".
"stream.cpp", line 7: Where: Specialized in non-template code.
"/opt/external/studio8/SUNWspro/prod/include/CC/rw7/rw/tvhdict.h", line 100: Error: applyToKeyAndValue is not a member of RW_VMapAssoc<rw_hashmap<RWCString, T, H, EQ, std::allocator<RWCString>>, RWTValHashMap<RWCString, T, H, EQ>, RWCString, T>.
"stream.cpp", line 7: Where: While specializing "RWTValHashMap<RWCString>".
"stream.cpp", line 7: Where: Specialized in non-template code.
"/opt/external/studio8/SUNWspro/prod/include/CC/rw7/rw/tvhdict.h", line 101: Error: RW_VMapAssoc<rw_hashmap<RWCString, T, H, EQ, std::allocator<RWCString>>, RWTValHashMap<RWCString, T, H, EQ>, RWCString, T> is not a base class of RWTValHashMap<RWCString>.
"stream.cpp", line 7: Where: While specializing "RWTValHashMap<RWCString>".
"stream.cpp", line 7: Where: Specialized in non-template code.
"/opt/external/studio8/SUNWspro/prod/include/CC/rw7/rw/tvhdict.h", line 101: Error: begin is not a member of RW_VMapAssoc<rw_hashmap<RWCString, T, H, EQ, std::allocator<RWCString>>, RWTValHashMap<RWCString, T, H, EQ>, RWCString, T>.
"stream.cpp", line 7: Where: While specializing "RWTValHashMap<RWCString>".
"stream.cpp", line 7: Where: Specialized in non-template code.
"/opt/external/studio8/SUNWspro/prod/include/CC/rw7/rw/tvhdict.h", line 102: Error: RW_VMapAssoc<rw_hashmap<RWCString, T, H, EQ, std::allocator<RWCString>>, RWTValHashMap<RWCString, T, H, EQ>, RWCString, T> is not a base class of RWTValHashMap<RWCString>.
"stream.cpp", line 7: Where: While specializing "RWTValHashMap<RWCString>".
"stream.cpp", line 7: Where: Specialized in non-template code.
"/opt/external/studio8/SUNWspro/prod/include/CC/rw7/rw/tvhdict.h", line 102: Error: end is not a member of RW_VMapAssoc<rw_hashmap<RWCString, T, H, EQ, std::allocator<RWCString>>, RWTValHashMap<RWCString, T, H, EQ>, RWCString, T>.
"stream.cpp", line 7: Where: While specializing "RWTValHashMap<RWCString>".
"stream.cpp", line 7: Where: Specialized in non-template code.
"/opt/external/studio8/SUNWspro/prod/include/CC/rw7/rw/tvhdict.h", line 103: Error: RW_VMapAssoc<rw_hashmap<RWCString, T, H, EQ, std::allocator<RWCString>>, RWTValHashMap<RWCString, T, H, EQ>, RWCString, T> is not a base class of RWTValHashMap<RWCString>.
"stream.cpp", line 7: Where: While specializing "RWTValHashMap<RWCString>".
"stream.cpp", line 7: Where: Specialized in non-template code.
"/opt/external/studio8/SUNWspro/prod/include/CC/rw7/rw/tvhdict.h", line 103: Error: isEmpty is not a member of RW_VMapAssoc<rw_hashmap<RWCString, T, H, EQ, std::allocator<RWCString>>, RWTValHashMap<RWCString, T, H, EQ>, RWCString, T>.
"stream.cpp", line 7: Where: While specializing "RWTValHashMap<RWCString>".
"stream.cpp", line 7: Where: Specialized in non-template code.
"/opt/external/studio8/SUNWspro/prod/include/CC/rw7/rw/tvhdict.h", line 104: Error: RW_VMapAssoc<rw_hashmap<RWCString, T, H, EQ, std::allocator<RWCString>>, RWTValHashMap<RWCString, T, H, EQ>, RWCString, T> is not a base class of RWTValHashMap<RWCString>.
"stream.cpp", line 7: Where: While specializing "RWTValHashMap<RWCString>".
"stream.cpp", line 7: Where: Specialized in non-template code.
"/opt/external/studio8/SUNWspro/prod/include/CC/rw7/rw/tvhdict.h", line 104: Error: entries is not a member of RW_VMapAssoc<rw_hashmap<RWCString, T, H, EQ, std::allocator<RWCString>>, RWTValHashMap<RWCString, T, H, EQ>, RWCString, T>.
"stream.cpp", line 7: Where: While specializing "RWTValHashMap<RWCString>".
"stream.cpp", line 7: Where: Specialized in non-template code.
"/opt/external/studio8/SUNWspro/prod/include/CC/rw7/rw/tvhdict.h", line 105: Error: RW_VMapAssoc<rw_hashmap<RWCString, T, H, EQ, std::allocator<RWCString>>, RWTValHashMap<RWCString, T, H, EQ>, RWCString, T> is not a base class of RWTValHashMap<RWCString>.
"stream.cpp", line 7: Where: While specializing "RWTValHashMap<RWCString>".
"stream.cpp", line 7: Where: Specialized in non-template code.
"/opt/external/studio8/SUNWspro/prod/include/CC/rw7/rw/tvhdict.h", line 105: Error: operator == is not a member of RW_VMapAssoc<rw_hashmap<RWCString, T, H, EQ, std::allocator<RWCString>>, RWTValHashMap<RWCString, T, H, EQ>, RWCString, T>.
"stream.cpp", line 7: Where: While specializing "RWTValHashMap<RWCString>".
"stream.cpp", line 7: Where: Specialized in non-template code.
"/opt/external/studio8/SUNWspro/prod/include/CC/rw7/rw/tvhdict.h", line 106: Error: RW_VMapAssoc<rw_hashmap<RWCString, T, H, EQ, std::allocator<RWCString>>, RWTValHashMap<RWCString, T, H, EQ>, RWCString, T> is not a base class of RWTValHashMap<RWCString>.
"stream.cpp", line 7: Where: While specializing "RWTValHashMap<RWCString>".
"stream.cpp", line 7: Where: Specialized in non-template code.
"/opt/external/studio8/SUNWspro/prod/include/CC/rw7/rw/tvhdict.h", line 106: Error: operator<is not a member of RW_VMapAssoc<rw_hashmap<RWCString, T, H, EQ, std::allocator<RWCString>>, RWTValHashMap<RWCString, T, H, EQ>, RWCString, T>.
"stream.cpp", line 7: Where: While specializing "RWTValHashMap<RWCString>".
"stream.cpp", line 7: Where: Specialized in non-template code.
"/opt/external/studio8/SUNWspro/prod/include/CC/rw7/rw/tvhdict.h", line 108: Error: RW_VMapAssoc<rw_hashmap<RWCString, T, H, EQ, std::allocator<RWCString>>, RWTValHashMap<RWCString, T, H, EQ>, RWCString, T> is not a base class of RWTValHashMap<RWCString>.
"stream.cpp", line 7: Where: While specializing "RWTValHashMap<RWCString>".
"stream.cpp", line 7: Where: Specialized in non-template code.
"/opt/external/studio8/SUNWspro/prod/include/CC/rw7/rw/tvhdict.h", line 108: Error: clear is not a member of RW_VMapAssoc<rw_hashmap<RWCString, T, H, EQ, std::allocator<RWCString>>, RWTValHashMap<RWCString, T, H, EQ>, RWCString, T>.
"stream.cpp", line 7: Where: While specializing "RWTValHashMap<RWCString>".
"stream.cpp", line 7: Where: Specialized in non-template code.
"/opt/external/studio8/SUNWspro/prod/include/CC/rw7/rw/tvhdict.h", line 109: Error: RW_VMapAssoc<rw_hashmap<RWCString, T, H, EQ, std::allocator<RWCString>>, RWTValHashMap<RWCString, T, H, EQ>, RWCString, T> is not a base class of RWTValHashMap<RWCString>.
"stream.cpp", line 7: Where: While specializing "RWTValHashMap<RWCString>".
"stream.cpp", line 7: Where: Specialized in non-template code.
"/opt/external/studio8/SUNWspro/prod/include/CC/rw7/rw/tvhdict.h", line 109: Error: contains is not a member of RW_VMapAssoc<rw_hashmap<RWCString, T, H, EQ, std::allocator<RWCString>>, RWTValHashMap<RWCString, T, H, EQ>, RWCString, T>.
"stream.cpp", line 7: Where: While specializing "RWTValHashMap<RWCString>".
"stream.cpp", line 7: Where: Specialized in non-template code.
"/opt/external/studio8/SUNWspro/prod/include/CC/rw7/rw/tvhdict.h", line 110: Error: RW_VMapAssoc<rw_hashmap<RWCString, T, H, EQ, std::allocator<RWCString>>, RWTValHashMap<RWCString, T, H, EQ>, RWCString, T> is not a base class of RWTValHashMap<RWCString>.
"stream.cpp", line 7: Where: While specializing "RWTValHashMap<RWCString>".
"stream.cpp", line 7: Where: Specialized in non-template code.
"/opt/external/studio8/SUNWspro/prod/include/CC/rw7/rw/tvhdict.h", line 110: Error: find is not a member of RW_VMapAssoc<rw_hashmap<RWCString, T, H, EQ, std::allocator<RWCString>>, RWTValHashMap<RWCString, T, H, EQ>, RWCString, T>.
"stream.cpp", line 7: Where: While specializing "RWTValHashMap<RWCString>".
"stream.cpp", line 7: Where: Specialized in non-template code.
"/opt/external/studio8/SUNWspro/prod/include/CC/rw7/rw/tvhdict.h", line 111: Error: RW_VMapAssoc<rw_hashmap<RWCString, T, H, EQ, std::allocator<RWCString>>, RWTValHashMap<RWCString, T, H, EQ>, RWCString, T> is not a base class of RWTValHashMap<RWCString>.
"stream.cpp", line 7: Where: While specializing "RWTValHashMap<RWCString>".
"stream.cpp", line 7: Where: Specialized in non-template code.
Compilation aborted, too many Error messages.

Actually, the situation is the other way around. :-)
Without the standard library, when you ask for RWTValHashDictionary you get RWTValHashMap instead.
You get RWTValHashDictionary only with with the standard C++ library.
The definition and interfaces of the two classes are different, so the same source code won't work with both. You should use RWTValHashMap if you need to work with both classic iostreams and with the standard library. If you plan to use only the standard library, you can use RWTValHashDictionary, but you need to modify your code.

Similar Messages

  • WCF OData Service stored procedure call generates "Operation could destabilize the runtime" error with $select option

    I've been trying to call a stored procedure through Entity Framework and WCF Data Services (OData). It returns an entity not a complex type. Following walkthroughs found all over the web, I came up with this code inside my service:
    [WebGet]
    public IQueryable<Entity> GetEntitiesByParameterId(int parameterId)
    return CurrentDataSource.GetEntitiesByParameterId(parameterId).AsQueryable();
    Calling the proc this way: ~WcfService.svc/GetEntitiesByParameterId?parameterId=1 executes
    the stored procedure and returns entities that should be returned. No problem there.
    Everything works well until I try to use $select OData option ie. ~WcfService.svc/GetEntitiesByParameterId?parameterId=1&$select=name.
    Upon debugging, the method above runs without any error but it returns an Operation could destabilize the runtime error upon reaching the
    client. After so much research, apparently it is a very general error pointing to a lot of different causes. I haven't found one that really matches my particular problem. Closest are 
    http://stackoverflow.com/questions/378895/operation-could-destabilize-the-runtime
    https://social.msdn.microsoft.com/Forums/en-US/d2fb4767-dc09-4879-a62a-5b2ce96c4465/for-some-columns-entity-properties-executestorequery-failed-with-error-operation-could?forum=adodotnetdataservices 
    but none of the solutions worked on my end.
    Also, from the second article above:
    This is a known limitation of WCF DS. ...
    Second is that some of the queries won't work correctly because LINQ to EF needs little different LINQ expressions than LINQ to Objects in some cases. Which is the problem you're seeing.
    It has been posted on 2012. If it its true, are there still no updates on this? And is there any other workaround to get the $select working on the stored proc call?
    What works:
    ~WcfService.svc/GetEntitiesByParameterId?parameterId=1
    ~WcfService.svc/GetEntitiesByParameterId?parameterId=1&$top=1
    ~WcfService.svc/GetEntitiesByParameterId?parameterId=1&$skip-5
    ~WcfService.svc/GetEntitiesByParameterId?parameterId=1&$filter={filter query}
    ~WcfService.svc/GetEntitiesByParameterId?parameterId=1&$expand=SomeNavigationProperty
    What doesn't work:
    ~WcfService.svc/GetEntitiesByParameterId?parameterId=1&$select=name
    Tech details:
    EntityFramework 5, WCF Data Service 5.0, OData V3
    *I've also tried upgrading to EF6 and WCF 5.6.2 and it still didn't work.
    Any help would be appreciated. Thanks!

    Someone from SO replied to my question there and said that $select is still not supported though I couldn't find any definitive documentation about it.
    From what I gather and observed, $select breaks the stored procedure call because it tries to alter the data shape already gotten from the database and attempts to return a dynamic entity instead. Something about the stored proc returning an ObjectResult might
    be messing it up. As I have said, these are merely my observations.
    Workaround: I found a simple and elegant workaround for it though. Since my stored procedures are only getting data from the database and does
    not alter data in any way (INSERT, UPDATE, DELETE), I tried using table-valued functions that returns a table equivalent to the entity on my EF. I've found that calling this function on the Service Operation method returns an IQueryable<Entity> which
    is basically what is needed. $select also works now and so does other OData query options.
    Steps:
    Create a function on the database
    Update EDMX -> Add function
    Add new Function Import with Entity return type
    Create service operation in WCF Data Service that calls CurrentDataSource.<FunctionName>()
    Test in fiddler.
    CODES
    Database Function:
    CREATE FUNCTION GetEntities(@parameter)
    RETURN @entites TABLE(
    [Id] [int],
    [Name] [nvarchar](100),
    AS
    BEGIN
    INSERT INTO @entities
    SELECT [Id], [Name], ... FROM [EntityTable]
    RETURN
    END
    WCF:
    [WebGet]
    public IQueryable<Entity> GetEntity(int parameter)
    return CurrentDataSource.GetEntity(parameter);
    It doesn't really solve the stored procedure problem but I'm marking this as answer until someone can provide a better one as it does solve what I'm trying to do.
    Hope this helps others too. :)

  • Error with ENTMAP option

    Hi,
    I am using Oracle9i rel 2 and have script file as below: (which is similar to the examples shown on http://otn.oracle.com/docs/products/oracle9i/doc_library/901_doc/win.901/a88826/ch46.htm#1008045)
    SET VERIFY OFF
    SET PAGESIZE 200
    SET MARKUP HTML ON ENTMAP OFF
    PROMPT <H1>Current Session Listing</H1>
    PROMPT TEST
    SET MARKUP HTML ON ENTMAP ON
    SELECT *
    FROM v$session
    While the resultset is correct, the formatting commands produce errors as shown below.
    SP2-0158: unknown SET MARKUP HTML option "ENTMAP"
    Usage: SET MARKUP HTML [HEAD text] [BODY text]
    [TABLE text] [ENTMAP {ON|OFF}] [PRE[FORMAT] ON]
    <H1>Current Session Listing</H1>
    TEST
    SP2-0158: unknown SET MARKUP HTML option "ENTMAP"
    Usage: SET MARKUP HTML [HEAD text] [BODY text]
    [TABLE text] [ENTMAP {ON|OFF}] [PRE[FORMAT] ON]
    Is this a known issue?
    Regards,
    Ross.

    CJ,
    Many thanks for your advice. It is all working perfectly!
    Your assistance is greatly appreciated.
    Kind regards,
    Ross.
    iSQL*Plus administrators can disable use of the ENTMAP option
    to prevent cross-site scripting. By default the ENTMAP option
    is secured and will give the error you see.
    The behavior can be toggled with the iSQLPlusAllowEntMap option
    in the sqlplus\admin\isqlplus.conf file.
    This parameter is documented in the Errata section 8.1.2 in the
    sqlplus\doc\README.htm file.
    To allow the ENTMAP option in scripts, edit isqlplus.conf and
    change:
    -initial-env iSQLPlusAllowUserEntMap=none
    to
    -initial-env iSQLPlusAllowUserEntMap=all
    and restart the HTTP server.
    -- CJ

  • 7KEV ran in error with overwrite option

    A user in our production system ran 7KEV - Copy to Plan incorrectly, and selected the overwrite option. Because of the versions selected in the copy from/to, this had the effect of overwriting the current budget for several periods with an older and incomplete version.
    From the tables I know (GLPCP, GLPCT) and the transactions I have found in SAP, there doesn't appear to be any change history for these planning figures. The GLPCP tables that were overwritten don't even have a change date on them.
    Is there any way to reconstruct the data that was overwritten? Some table where the previous values are kept, or some change record table? Or at least a way to accurately know which data records were overwritten (by say profit center and account number)?
    I've checked SAP for notes and found nothing.
    Thanks -
    Paul M

    Your cc command is probably picking up gcc instead of Solaris Studio cc. Run the command
    % which cc
    Then see if that is a symbolic link to gcc. Or you could run
    % cc -v
    and see if it says it is gcc.
    If none of these is the case, and you get a "usage" error from "cc -v", try running
    % cc -V
    and see if it says "Sun C".

  • E_LIC_NO_DISTRIBUTION_RIGHT error with buy option

    We are running into an intermittent problem (happens pretty often but randomly on different
    books for different users while some others get the book w/o this issue). Any one has
    faced similar issue regards to what might be going wrong here ?
    Here is what the fulfillment log says
    30 Sep 2009 16:40:57,131 ERROR AdeptServlet: request error [24.6.161.216]: E_LIC_NO_DISTRIBUTION_RIGHTShttp://<IPADDR>:8080/fulfillment/Fulfill urn%3Auuid%3Ac9487ac3-a6c1-4bdb-acbe-14ed31db3bc7 urn%3Auuid%3A8c1366d7-b57c-49d6-9e9f-5a4e696c5ad8 buy
    30 Sep 2009 16:40:57,131 TRACE AdeptServlet: request end http://<IPADDRESS>:8080/fulfillment/Fulfill
    30 Sep 2009 16:41:38,181 TRACE AdeptServlet: request GET http://<IPADDRESS>:8080/fulfillment/URLLink.acsm
    30 Sep 2009 16:41:38,181 TRACE DefaultSQLDatabaseConnection: SELECT distid, name, description, disturl, notifyurl, publickey, sharedsecret, maxloancount, linkexpiration FROM distributor WHERE name = ?
    30 Sep 2009 16:41:38,181 TRACE DefaultSQLDatabaseConnection:   obj 1 = 11e1e6fde3e49a93
    30 Sep 2009 16:41:38,185 TRACE GBLink: SHA1 on 'action=enterorder&ordersource=11e1e6fde3e49a93&orderid=ACS4-214315389&resid=urn%3Auuid%3 Add7c3d32-da4b-4a9a-bafb-ee4dc2b98e54&gbauthdate=Wed%2C+30+Sep+2009+16%3A41%3A36+%2B0000&d ateval=1254328896&gblver=4'
    -GRBX

    The error means exactly what it is says.  In your ACS4 database there does not exist a distribution right with that distributor and that resource id. I would go about troublshooting as follows:
    First I would doublecheck that the distributor name is correct (ordersource): Is it really "11e1e6fde3e49a93"?
            If it isn't then whatever tool that you have that is generating the signed URLs is misconfigured or malfunctioning.
    If it is then ACS4 is telling you that for the book, urn:uuid:dd7c3d32-da4b-4a9a-bafb-ee4dc2b98e54, that the distributor "11e1e6fde3e49a93" has not had a distribution right created for this.
    Through calls to the Admin endpoints of ManageDistributor and ManageDistributionRights you should be able to verify this and fix it, if needed.

  • Problem in compiling with -g option

    I am using forte5.1 compiler. While compiling my whole source code with -g option, for some of the files, the compilation is successfully but for some files I am getting en error as ">> Assertion (../link/dbg_stcomm.cc, line 271) while processing srsCallbacks.C at line 0. Error code 1. make:Fatal error". If I try to compile the whole source code without -g option my whole compilation is successfull. I have downloaded all the required patches for this. Previously I was using compiler 5.0 and I was not getting any error with -g option. Can u just tell me why am I facing this problem specifically with forte5.1 and not with 5.0. How can I resolve this problem so as to compile the whole source code with -g option?

    Hi,
    I think you will need patch:
    Patch-ID# 109490-01
    Synopsis: C++ 5.1: Patch for Forte Development 6 C++ compiler
    As it appears that you are hitting bug id # 4312608
    "Assertion: (../links/dbg_stcomm.cc, line 271)"
    Can you confirm whether you are having this patch by doing:
    "CC -V" or "showrev -p"
    Thanks,
    Gopinath.
    Sun - DTS.

  • Error when creating index with parallel option on very large table

    I am getting a
    "7:15:52 AM ORA-00600: internal error code, arguments: [kxfqupp_bad_cvl], [7940], [6], [0], [], [], [], []"
    error when creating an index with parallel option. Which is strange because this has not been a problem until now. We just hit 60 million rows in a 45 column table, and I wonder if we've hit a bug.
    Version 10.2.0.4
    O/S Linux
    As a test I removed the parallel option and several of the indexes were created with no problem, but many still threw the same error... Strange. Do I need a patch update of some kind?

    This is most certainly a bug.
    From metalink it looks like bug 4695511 - fixed in 10.2.0.4.1

  • Error while executing BBP_UPDATE_PORG Tr Code with ADD Option

    Hi All,
    I changed the Back end Vendor Master Data - Purchasing View (Example Accounting Number) and run the BBPUPDVD Tr code in SRM. The Business Partner (Vendor) data is updated correctly in SRM System from Back End System.
    We have set of purchasing organisations like one local (SRM) Purchasing Organisation and respective Back end Purchasing Organisation (account number). When ever I run BBPUPDVD, the SRM system updates the backend vendor master data  with back end purchasing organisation into SRM Standard tables. Then I am running BBP_UPDATE_PORG Tr code to have updated data into SRM Local Purchasing Organisation. I am receiving error message.
    Example Scenario:
    step 1: Present values in Vendor Master Vendor Number 100250, Purchaing Organisation : 1010 A/c Number: 100250-1010
    and I changed the account number as 10025o-test for vendor 100250 and pur organisation 1010.
    step 2: I run the BBPUPDVD in SRM System.
    Step 3: I checked the values in BBPMAININT - vendor data (for backend vendor number 100250 and backend pur organisation - 1010). The SRM system replicates the values correct.
    Step 4: I executed BBP_UPDATE_PORG and replaced the local (SRM) business partner (for local vendor number - 100250 and local purchasing organisation) - REPLACE Option. Then SRM replaces the SRM Business Partner (local) Data with Back end Vendor Master Data and also Back End vendor master data is deleted in SRM System. Now I have updated business partner details in SRM System as SRM Local an no SRM Back End Vendor Master Data in SRM System. This step is working fine.
    Step 5: One more time I am executing BBP_UPDATE_PORG Tr code with Add option to have SRM Back End Details (in SRM System) from SRM Local Details (SRM System). Then the system is error message in SM13 Tr code.
    Kind Note: There is no SRM Back End Vendor details in SRM System which I want to have with the help of executing BBP_UPDATE_PORG Tr code with Add option.
    For analysis I went to ST22 (dump Analysis), the SRM gave an error message like:
    Runtime Error          DYNPRO_SEND_IN_BACKGROUND
    Date and Time          09/15/2008 10:56:58
    ShrtText
         Screen output without connection to user.
    What happened?
         Error in ABAP application program.
         The current ABAP program "SAPLBBP_PARTNER_MAINT" had to be terminated because
          one of the
         statements could not be executed.
         This is probably due to an error in the ABAP program.
    Information on where terminated
        The termination occurred in the ABAP program "SAPLBBP_PARTNER_MAINT" in      "BBP_PORG_INSERT".
        The main program was "RSM13000 ".
        The termination occurred in line 59 of the source code of the (Include)      program "LBBP_PARTNER_MAINTU11"
        of the source code of program "LBBP_PARTNER_MAINTU11" (when calling the editor      590).
        The program "SAPLBBP_PARTNER_MAINT" was started in the update system.
       56
       57 * update database
       58   IF NOT LT_FRG0060_NEW[] IS INITIAL.
    >>>>>     INSERT BBPM_BUT_FRG0060 FROM TABLE LT_FRG0060_NEW.
       60   ENDIF.
       61
       62   IF NOT LT_FRG0061_NEW[] IS INITIAL.
       63     INSERT BBPM_BUT_FRG0061 FROM TABLE LT_FRG0061_NEW.
       64   ENDIF.
    Kindly guide me or provide solution.
    We are in SRM 4.0 and ECC 5.0.
    Thanks a lot in advance.
    Regards,
    Sudarsan
    Edited by: KOYYA SUDARSANA NAIDU on Sep 15, 2008 9:09 PM
    Edited by: KOYYA SUDARSANA NAIDU on Sep 17, 2008 8:46 PM

    Hi All,
    I changed the Back end Vendor Master Data - Purchasing View (Example Accounting Number) and run the BBPUPDVD Tr code in SRM. The Business Partner (Vendor) data is updated correctly in SRM System from Back End System.
    We have set of purchasing organisations like one local (SRM) Purchasing Organisation and respective Back end Purchasing Organisation (account number). When ever I run BBPUPDVD, the SRM system updates the backend vendor master data  with back end purchasing organisation into SRM Standard tables. Then I am running BBP_UPDATE_PORG Tr code to have updated data into SRM Local Purchasing Organisation. I am receiving error message.
    Example Scenario:
    step 1: Present values in Vendor Master Vendor Number 100250, Purchaing Organisation : 1010 A/c Number: 100250-1010
    and I changed the account number as 10025o-test for vendor 100250 and pur organisation 1010.
    step 2: I run the BBPUPDVD in SRM System.
    Step 3: I checked the values in BBPMAININT - vendor data (for backend vendor number 100250 and backend pur organisation - 1010). The SRM system replicates the values correct.
    Step 4: I executed BBP_UPDATE_PORG and replaced the local (SRM) business partner (for local vendor number - 100250 and local purchasing organisation) - REPLACE Option. Then SRM replaces the SRM Business Partner (local) Data with Back end Vendor Master Data and also Back End vendor master data is deleted in SRM System. Now I have updated business partner details in SRM System as SRM Local an no SRM Back End Vendor Master Data in SRM System. This step is working fine.
    Step 5: One more time I am executing BBP_UPDATE_PORG Tr code with Add option to have SRM Back End Details (in SRM System) from SRM Local Details (SRM System). Then the system is error message in SM13 Tr code.
    Kind Note: There is no SRM Back End Vendor details in SRM System which I want to have with the help of executing BBP_UPDATE_PORG Tr code with Add option.
    For analysis I went to ST22 (dump Analysis), the SRM gave an error message like:
    Runtime Error          DYNPRO_SEND_IN_BACKGROUND
    Date and Time          09/15/2008 10:56:58
    ShrtText
         Screen output without connection to user.
    What happened?
         Error in ABAP application program.
         The current ABAP program "SAPLBBP_PARTNER_MAINT" had to be terminated because
          one of the
         statements could not be executed.
         This is probably due to an error in the ABAP program.
    Information on where terminated
        The termination occurred in the ABAP program "SAPLBBP_PARTNER_MAINT" in      "BBP_PORG_INSERT".
        The main program was "RSM13000 ".
        The termination occurred in line 59 of the source code of the (Include)      program "LBBP_PARTNER_MAINTU11"
        of the source code of program "LBBP_PARTNER_MAINTU11" (when calling the editor      590).
        The program "SAPLBBP_PARTNER_MAINT" was started in the update system.
       56
       57 * update database
       58   IF NOT LT_FRG0060_NEW[] IS INITIAL.
    >>>>>     INSERT BBPM_BUT_FRG0060 FROM TABLE LT_FRG0060_NEW.
       60   ENDIF.
       61
       62   IF NOT LT_FRG0061_NEW[] IS INITIAL.
       63     INSERT BBPM_BUT_FRG0061 FROM TABLE LT_FRG0061_NEW.
       64   ENDIF.
    Kindly guide me or provide solution.
    We are in SRM 4.0 and ECC 5.0.
    Thanks a lot in advance.
    Regards,
    Sudarsan
    Edited by: KOYYA SUDARSANA NAIDU on Sep 15, 2008 9:09 PM
    Edited by: KOYYA SUDARSANA NAIDU on Sep 17, 2008 8:46 PM

  • How do I resolve this error message? The iPhoto library is on a locked volume.  Reopen iPhoto when you have read/write access, or reopen iPhoto with the Option key held down to choose another library.

    How do I resolve this error message? The iPhoto library is on a locked volume.  Reopen iPhoto when you have read/write access, or reopen iPhoto with the Option key held down to choose another library.

    Hi j,
    I don't know if this will work, but I'd try logging in to an admin account, going to your main library (not user library), opening it, opening Application Support, selecting iPhoto, hold down the command key and press i, click on the lock in the lower left, entering the password and making sure you have Read & Write privileges for System and Admin.

  • I'm new to iPad mini and uv I'm trying to get a movie I purchased to where I can watch it offline but when I click the option to download and watch offline it keeps giving me and error with download try again later I have a good wifi connection ??

    I'm new to iPad mini and uv I'm trying to get a movie I purchased to where I can watch it offline but when I click the option to download and watch offline it keeps giving me and error with download try again later I have a good wifi connection ??

    You have a "good WiFi connection". What does that mean exactly? Can you send and receive email and are other internet related activities working OK for you? Have you tried restarting or rebooting your iPad? Sometimes that helps. If nothing else, it's a good place to start.
    Restart the iPad by holding down on the sleep button until the red slider appears and then slide to shut off. To power up hold the sleep button until the Apple logo appears and let go of the button.
    Reboot the iPad by holding down on the sleep and home buttons at the same time for about 10-15 seconds until the Apple Logo appears - ignore the red slider if it appears on the screen - let go of the buttons. Let the iPad start up.

  • HT202159 I started download of OS X Mountain Lion and it stopped with "An error has occurred" with no option to resume download. When I go to appstore it shows but again.

    I started download of OS X Mountain Lion and it stopped with "An error has occurred" with no option to resume download. When I go to appstore it shows but again.

    Try this Discussion...
    https://discussions.apple.com/message/19032230#19032230

  • Exhausted with all options for error "No active userstore is set"

    Dear Experts,
    I changed the client number to 200 in UME configuration from default client number 001. Also I had created a system user SAPJSF in the backend system in client 200. I restarted the j2ee engine but its not starting. I received this error WebAS running. Server not found. The log says "No active userstore is set".
    I have researched the forum and tried out *all the notes and set the parameters in visual administrator tool*. Nothing is working.
    I have reinstalled my system atleast 4 times after and finally I have exhausted with all options.
    Please Help.

    Dear Sunny,
    Thanks for the response. I had tried it for both client 000 and client 001. The problem still persists. I am thinking of raising an OSS message. Any other suggestion appreciated.
    Regards,
    P Thompson

  • When I run csreource with -b option, I m receiving error

    when I run csreource with -m option, I m receiving error. If I remove -b option, it works fine.
    ./csresource -b o=People, ou=test.calendar.com,o=cp -m [email protected] -c test create test123
    Could not find calmaster
    Unable to create resource calendar, aborting
    Let me know what wrong I am doing. Calendar server is on Linux and Version is: 2005Q4

    navvith wrote:
    when I run csreource with -m option, I m receiving error. If I remove -b option, it works fine.
    ./csresource -b o=People, ou=test.calendar.com,o=cp -m [email protected] -c test create test123
    Try the above command with quotes e.g.
    ./csresource -b "o=People,ou=test.calendar.com,o=cp" -m [email protected] -c test create test123Regards,
    Shane.

  • Virt-install: error: no such option: --hvm appear when create vm with iso ?

    I have upload and import the iso to the vm server,and it is active,but why i try to create the new vm host with iso file,alway tell me
    Check memory, mac address and networktype
    Register virtual machine img
    Register virtual machine geninfo
    Register virtual machine networks
    Register virtual machine disks
    Register virtual machine cdrom
    Create HVM: preJobs
    Failed. Result - failed:<Exception: failed:<Exception: virt-install hvm usbtablet name=33_win2003_1 ram=256 vcpus=1  mac=00:16:3E:3C:8E:39 bridge=xenbr0  file /OVS/running_pool/33_win2003_1/System.img file-size=5.859375                vnc vnclisten=0.0.0.0 vncpasswd=/tmp/tmpICCznK noautoconsole keep-cdrom --cdrom=/OVS/iso_pool/win2003/win2003.iso=>usage: virt-install [options]
    virt-install: error: no such option: --hvm
    >>

    which virt-install
    /usr/sbin/virt-install
    [root@oraclevm ~]# rpm -qf /usr/sbin/virt-install
    python-virtinst-0.99.0-3.el5.1.2
    #uname -a
    Linux oraclevm 2.6.18-8.1.6.0.18.el5xen #1 SMP Fri Nov 9 18:41:06 EST 2007 i686 i686 i386 GNU/Linux

  • Partitioned snapshot with parallel option unable to refresh for 14 hours

    Platform: SLES 8, Oracle 9.2.0.4
    Master site - partitioned table (7G)
    Snapshot site - partitioned snapshot (2.3G)
    Creation of snapshot takes about 2 hours
    First fast refresh didn't finished even after 14 hours, so I killed the session.
    QUESTION:
    Any known issues in using partitioned snapshots, fast refresh and parallel option?
    Thanks
    Srdjan

    PS - have found other posts indicating that clips smaller than 2s or sometimes 5s, or "short files" can cause this. Modern style editing often uses short takes ! Good grief I cannot believe Apple. Well I deleted a half a dozen short sections and can export, but now of course the video is a ruined piiece of junk and I need to re-do the whole thing, the sound etc. which is basically taking as much time as the original. And each time I re-do it I risk again this lovely error -50 and again trying to figure out what thing bugs it via trial and error instead of a REASONABLE ERROR MESSAGE POINTING TO THE CLIP IT CAN'T PROCESS. What a mess. I HATE this iMovie application - full of BUGS BUGS BUGS which Apple will not fix obviously, since I had this product for a few years and see just hundreds of hits on Google about this error with disappointed users. Such junk I cannot believe I paid money for it and Apple does not support it with fixes !!!
    If anyone knows of a GOOD reasonably priced video editing program NOT from APPLE I am still looking for suggestions. I want to do more video in future, but obviously NOT with iMovie !!!

Maybe you are looking for

  • Dunning Smartform issue

    While configuring the Smartform for Dunning F150_DUNN_SF it says that it is does not active nor exists.  Then added this function module FI_PRINT_DUNNING_NOTICE_SMARTF using the transaction code BF31.  Suggested by SAP Note. When dunning transaction

  • Problem with printing an individual PDF

    We have a document that we are trying to print from one of the workstations and it will not print.  I looked at the properties for this document and the application is "Supervisor 7.0.0".  Not sure what this is.  The other PDF's are not coded this wa

  • NAT holes in Solaris 10 x86

    I am using the bundled IPFILTER software on Solaris 10 x86. I find quite a few random requests going out on the external interface with an internal IP address (those requests are not being NAT-ed). This does not happen with all requests though.. only

  • VK31 report

    How to link the V/LD reports through VK31 transaction. I created pricing condition report via V/LA and able to run it through V/LD. But my requirement is we should run the report through VK31 or VK32 / VK33 transaction.  I tried to assign area menu C

  • Running Security Manager in System 9

    <p>Is it possible to run Essbase Advanced Security Manager inHyperion System 9?  The version I've found is 1.6 (accordingto the readme file) and when I double-click on it it asks foressapin.dll.  According to Hyperion, that is a Pre-System 7dll.  Is