Syntax error in profile relation while retreiving configuration parameters

Trying to get our Directory Services properly functioning after an IP change. Running
# kadmin.local -q listprincs
yesterday revealed that all service principals weren't set up properly. Dig dig dig... found that I might (since this server was originally 10.3--now it's 10.4.4) try
# slapconfig -kerberize diradmin
That pointed me in the direction of using Workgroup Manager to fix a couple things with the KerberosClient record for the server. Did that. Reran the command. It complained about an improperly formatted configuration file because it wiped the contents of edu.mit.Kerberos (took out the DNS bits). Then ran
# kerberosautoconfig -u
which resulted in
MergeLoggingInfo: creating default logging info
At this point, edu.mit.Kerberos looked good. Then I tried
# /usr/sbin/kdcsetup -f /LDAPv3/127.0.0.1 -w -a diradmin -p ** -v 1 REALM
which resulted in
Contacting the Directory Server
Authenticating to the Directory Server
Creating Kerberos directory
Creating KDC Config File
Creating Admin ACL File
Creating Kerberos Master Key
Creating Kerberos Database
Syntax error in profile relation while retreiving configuration parameters
SendInteractiveCommand: failed to get pattern
Creating Kerberos Admin user
kadmin.local: Syntax error in profile relation while initializing kadmin.local interface
Adding kerberos auth authority to admin user
Creating keytab for the admin tools
kadmin.local: Syntax error in profile relation while initializing kadmin.local interface
Adding KDC & kadmind to launchd
Adding the new KDC into the KerberosClient config record
edu.mit.kadmind: Already loaded
com.apple.kdcmond: Already loaded
Finished
Now when I try
# kadmin.local -q listprincs
I get
Authenticating as principal root/admin@REALM with password.
kadmin.local: Syntax error in profile relation while initializing kadmin.local interface
And now I'm getting this in kdc.log
Feb 07 09:41:26 od.master.fqdn krb5kdc[21234](info): AS_REQ (7 etypes {18 17 16 23 1 3 2}) xx.xx.xx.xx: LOOKINGUPCLIENT: diradmin@REALM for krbtgt/REALM@REALM, Database is locked or in use--try again later
Feb 07 09:41:26 od.master.fqdn krb5kdc[21234](info): DISPATCH: repeated (retransmitted?) request from xx.xx.xx.xx, resending previous response
Help!
Thanks,
Rich
ps. The typo in the error message is MIT's, not mine. I guess their engineering departments are better than their English department.
Xserve G5   Mac OS X (10.4.4)  

Look at the two config files:
/Library/Preferences/edu.mit.Kerberos
/var/db/krb5kdc/kdc.log
the Database is locked or in use message is due to a missing lock file.
Look in /var/db/krb5kdc/ for principal.kadm5.lock
Hope this gets you started
- Leland

Similar Messages

  • Syntax error in program SAPLRRK0 - while running query in Bex/Portal

    Hi all,
    we just transported all the objects from dev to QA and data is loaded and everything went good. We are SPS9 and front end patch 903
    Now I am trying to run queries on Bex analyzer and portal and I am getting this error.
    "Syntax error in program SAPLRRK0."
    Also on portal I am getting these extra messages
    Error while executing function module: BICS_PROV_SUBMIT_VARIABLES
    Error while executing function module: BICS_PROV_OPEN
    I am researching but any input is appreciated.
    Thanks,
    Kiran

    Thanks Prakash,
    I understand the pre-requisite notes issue but when we are moving like 50 notes from BW Dev to BW QA i am not sure how it works. I overheard the basis guy saying he is going to appy notes as per time stamp they were applied in BW Dev system. I will check on that though.
    I have applied notes 969330, 969772, 977912,978359, 981814, 987135 in last 2 weeks. (which probaly are some how related to the issue). We have also applied some BI-Java notes in Portal Dev which are not transported to Portal QA.
    Thanks,
    Kiran

  • Syntax error in program "SAPLBBP_BAPI_PO " while PO transfer

    Hi:
    I am getting below dump in ECC when I order PO in SRM. PO is created in SRM successfully, but err out.  I am on SRM 701 with PPS and ECC 6.  I am guessing some switch needs to be activated but not sure.  Any help is appreciated.
    Syntax error in program "SAPLBBP_BAPI_PO "
    The current ABAP program "SAPMSSY1" had to be terminated because it has
    come across a statement that unfortunately cannot be executed.
    The following syntax error occurred in program "SAPLBBP_BAPI_PO " in include
    "LBBP_BAPI_POU04 " in
    line 1:
    "Function "BBP_GET_SWITCH_STATE_RFC" not found in Function Library."

    Hello Vijay,
    Could you please check:
    - in R/3 if Business Function LOG_MM_MAA_1 is switched on in SWF5 transaction.
    - in SRM if BBP_FUNCTION_MAP table is populated for adaptater BBP_GET_SWITCH_STATE_RFC.
    Regards.
    Laurent.

  • Forte syntax error...

    Hi,
    I got a syntax error from Forte (3.0.M.2) for the next assignments
    however they are working if the declaration and assignment is
    written separately.
    locTD : TaskDesc = start task self.Run() where completion = event;
    gives "syntax error (Last symbol: start)" but
    locTD : TaskDesc;
    locTD = start task self.Run() where completion = event;
    works fine
    The same is true for eventhandler registration:
    locER : EventRegistration = register self.TestEH();
    results in "syntax error (Last symbol: register)" while
    locER : EventRegistration;
    locER = register self.TestEH();
    is OK
    Any idea for the reason behind???
    Thanks
    Attila
    Attila Racz FORTECH IT Ltd.
    http://www.fortech.hu
    E-mail: [email protected] .-``'.
    [email protected] .` .'
    Tel.: +36/1-471-9150 _.-' '._ Hermina ut 17.
    Fax : +36/1-471-9163 H-1146 Budapest, Hungary
    --------------------------------------------------------------------------

    Hello Forte-Users,
    i got only one reply on my problem, so i will explain the problem more
    clearly.
    in the include File: FORTE_ROOT/install/os/os.h
    is a definition: '#define qqOS_HUGE'
    The compiler fails in File: FORTE_ROOT/install/cmn/osmm.h line 4
    in the Class Definition: 'class qqOS_HUGE qqsh_Task;'
    with the following error:
    FORTE_ROOT/install/inc/cmn/osmm.h", line 4.1: 1506-166 (S) Definition of
    function class requires parentheses.
    Does anyone know which option or failure in the environment of the
    C-Compiler occures this error?
    Works someone on a RS6000 with an AIX C-Compiler on AIX 4.2?
    So please look at your configuration settings and help me.
    I know that a function needs parentheses, but this code (everybody have the
    same Header-Files on his/her machine) wants to define a class and no
    parentheses are needed for class definition.
    Joseph Mirwald
    To unsubscribe, email '[email protected]' with
    'unsubscribe forte-users' as the body of the message.
    Searchable thread archive <URL:<a href=
    "http://pinehurst.sageit.com/listarchive/">http://pinehurst.sageit.com/listarchive/</a>>

  • Acrobat 9 Pro "Please wait while Windows configures Acrobat..."

    <DIV><FONT face=Arial size=2>My CS4 install went fine on my Vista 32 system and <br />everything's working as it should. However, I'm consistently finding this error <br />message "please wait while windows configures Adobe Acrobat 9" popping up. It is <br />already installed. I didn't open it first (because I DID read the readme file <br />which said not to!). This popup happens when I right-click on something on <br />the desktop or in the start menu. I've tried just cancelling it and I've tried <br />letting to proceed and neither keeps it from happening again. Either way, after <br />it goes away I then get the intended action (ie: if right click the menu <br />drops).</FONT></DIV><br /><DIV><FONT face=Arial size=2></FONT> </DIV><br /><DIV><FONT face=Arial size=2>Based on this KB link which describes the exact <br />same issue only in Acrobat 6: <A <br />href="">http://kb.adobe.com/selfservice/viewContent.do?externalId=330293&amp;sliceId=1< /A> <br /></FONT></DIV><br /><DIV><FONT face=Arial size=2>I was hopeful there'd be a similar solution for the <br />new version. I hate to go through the gyrations of uninstalling and reinstalling <br />if it isn't going to fix it. Everything else is working. This is more of a <br />nusance than anything else. It's not like it keeps me from working. Therefore <br />it's hard to justify hours on the phone with tech support when they're clueless <br />and walking me through a script to nowhere! I've treid twice already but lost <br />patience both times. I posted on that same ticket online a week ago with NO <br />response yet. </FONT><FONT face=Arial size=2>Is it normal for Adobe's online <br />support to not respond after a week? Seems pretty poor to me. </FONT></DIV><br /><DIV><FONT face=Arial size=2></FONT> </DIV><br /><DIV><FONT face=Arial size=2>Anyone else seen this? </FONT></DIV><br /><DIV><FONT face=Arial size=2>Any ideas about it? <BR>Thanks, <br /><BR>Sheila</FONT></DIV><br /><DIV><FONT face=Arial size=2></FONT> </DIV>

    Not sure why that posted as HTML...Here it is easier to read...sorry about
    that!
    My CS4 install went fine on my Vista 32 system and everything's working as
    it should. However, I'm consistently finding this error message "please wait
    while windows configures Adobe Acrobat 9" popping up. It is already
    installed. I didn't open it first (because I DID read the readme file which
    said not to!). This popup happens when I right-click on something on
    the desktop or in the start menu. I've tried just cancelling it and I've
    tried letting to proceed and neither keeps it from happening again. Either
    way, after it goes away I then get the intended action (ie: if right click
    the menu drops).
    Based on this KB link which describes the exact same issue only in Acrobat
    6:
    http://kb.adobe.com/selfservice/viewContent.do?externalId=330293&sliceId=1
    I was hopeful there'd be a similar solution for the new version. I hate to
    go through the gyrations of uninstalling and reinstalling if it isn't going
    to fix it. Everything else is working. This is more of a nusance than
    anything else. It's not like it keeps me from working. Therefore it's hard
    to justify hours on the phone with tech support when they're clueless and
    walking me through a script to nowhere! I've treid twice already but lost
    patience both times. I posted on that same ticket online a week ago with NO
    response yet. Is it normal for Adobe's online support to not respond after a
    week? Seems pretty poor to me.
    Anyone else seen this?
    Any ideas about it?
    Thanks,
    Sheila

  • Syntax error on token "Enum", Identifier expected

    Hello,
    We are using the LinkType class(com.sapportals.wcm.repository.enum.LinkType) but at the import statement we get an error message: Syntax error on token "Enum", Identifier expected
    Configuration:
    JDK version: jdk1.5.0_17
    NWDS 7.1 SP7 CE
    import com.sapportals.wcm.repository.enum.LinkType;
    Has anyone experienced the same issue and found a workaround or solution?
    Regards,
    Edwin.

    Thanks, but that is not the problem... Unfortunately.
    The class we needed (linkType) is found in the KM API for NWDS 04, but this KM API is not available anymore in NWDS 7.1...
    So we will have to redesign the application and re-do the developments...
    Regards,
    Edwin.

  • Configuration parameters input help va01 BAPI_SALESORDER_CREATEFROMDAT2..

    BAPI_SALESORDER_CREATEFROMDAT2
    Can some one tell me  what the fields mean, I know they are related to the configuration parameters in VA01... but what i want to know is what are the values to be passed into these structures and how...
    if possible can some one also specifically tell me the meaning of config_id root_id inst_id.... what is the concept SAP has used to design these configuration parameters screens etc... what are the classes etc fs it related to PP module)
    ORDER_CFGS_REF
    ORDER_CFGS_INST
    ORDER_CFGS_PART_OF
    ORDER_CFGS_VALUE
    ORDER_CFGS_BLOB
    ORDER_CFGS_VK
    ORDER_CFGS_REFINST
    Thank you.
    Points awarded.

    These flds are for config materials related....

  • Error while retreiving xml file from database

    Hi-
    I am trying to configure Planning and getting the following error message at instance configuration step:
    "Error while retreiving xml file from database"
    We looked at PlanningSystemDB.properties, changes server name to its ip, reinstalled planning, made sure both auth methods are selected (sql server and windows), created new relational repository.. still the same error.
    Here is the contents of the configtool error file:
    (Dec 11, 2008, 04:36:44 PM), com.hyperion.planning.PIRegistrationPanelManager, ERROR, Exception :Error while retreiving xml file from database.
    (Dec 11, 2008, 04:37:09 PM), com.hyperion.planning.PIRegistrationPanelManager, ERROR, Exception :Error while retreiving xml file from database.
    (Dec 11, 2008, 04:38:41 PM), com.hyperion.planning.PIRegistrationPanelManager, ERROR, Exception :Error while retreiving xml file from database.
    (Dec 11, 2008, 04:39:07 PM), com.hyperion.planning.PIRegistrationPanelManager, ERROR, Exception :Error while retreiving xml file from database.
    (Dec 11, 2008, 04:39:12 PM), com.hyperion.planning.PIRegistrationPanelManager, ERROR, Exception :Error while retreiving xml file from database.
    (Dec 11, 2008, 04:39:22 PM), com.hyperion.planning.PIRegistrationPanelManager, ERROR, Exception :Error while retreiving xml file from database.
    (Dec 11, 2008, 04:40:46 PM), com.hyperion.cis.config.CmsRegistrationUtil, ERROR, Failed to authenticate user = admin
    (Dec 11, 2008, 04:41:05 PM), com.hyperion.cis.config.CmsRegistrationUtil, ERROR, Failed to authenticate user = admin
    (Dec 11, 2008, 04:48:28 PM), com.hyperion.cis.DBConfigurator, ERROR, Invalid SQL statement: begin transaction IF EXISTS (select * from sysobjects where id = object_id(N'[HSPSYS_PROPERTIES]') and OBJECTPROPERTY(id, N'IsUserTable') = 1) DROP TABLE HSPSYS_PROPERTIES IF EXISTS (select * from sysobjects where id = object_id(N'[HSPSYS_APP_CLUSTER_DTL]') and OBJECTPROPERTY(id, N'IsUserTable') = 1) DROP TABLE HSPSYS_APP_CLUSTER_DTL IF EXISTS (select * from sysobjects where id = object_id(N'[HSPSYS_APPLICATION]') and OBJECTPROPERTY(id, N'IsUserTable') = 1) DROP TABLE HSPSYS_APPLICATION IF EXISTS (select * from sysobjects where id = object_id(N'[HSPSYS_DATASOURCE]') and OBJECTPROPERTY(id, N'IsUserTable') = 1) DROP TABLE HSPSYS_DATASOURCE IF EXISTS (select * from sysobjects where id = object_id(N'[HSPSYS_CLUSTER]') and OBJECTPROPERTY(id, N'IsUserTable') = 1) DROP TABLE HSPSYS_CLUSTER IF EXISTS (select * from sysobjects where id = object_id(N'[HSP_ACTION]') and OBJECTPROPERTY(id, N'IsUserTable') = 1) DROP TABLE HSP_ACTION IF EXISTS (select * from sysobjects where id = object_id(N'[HSPSYS_PI_INFO]') and OBJECTPROPERTY(id, N'IsUserTable') = 1) DROP TABLE HSPSYS_PI_INFO commit begin transaction CREATE TABLE HSP_ACTION ( ID INTEGER NOT NULL IDENTITY, CONSTRAINT PK_HSP_ACTION PRIMARY KEY(ID) , FROM_ID INTEGER, TO_ID INTEGER, ACTION_ID INTEGER, OBJECT_TYPE INTEGER, PRIMARY_KEY VARCHAR(255), ACTION_TIME DATETIME ); CREATE TABLE HSPSYS_CLUSTER ( CLUSTER_ID INTEGER NOT NULL, NAME VARCHAR(255) NOT NULL, DESCRIPTION VARCHAR(255), CONSTRAINT PK_HSPCLUSTER PRIMARY KEY(CLUSTER_ID) ); CREATE TABLE HSPSYS_DATASOURCE ( DATASOURCE_ID INTEGER NOT NULL, NAME VARCHAR(255) NOT NULL, DESCRIPTION VARCHAR(255), APP_ID INTEGER, RDB_SERVER_URL VARCHAR(255), RDB_TYPE VARCHAR(255) NOT NULL, RDB_CATALOG_NAME VARCHAR(255) NOT NULL, RDB_USER VARCHAR(255) NOT NULL, RDB_PASSWORD VARCHAR(255), RDB_DRIVER VARCHAR(255) NOT NULL, ESS_SERVER VARCHAR(255) NOT NULL, ESS_USER VARCHAR(255) NOT NULL, ESS_PASSWORD VARCHAR(255), CONSTRAINT PK_HSPDTASRC PRIMARY KEY(DATASOURCE_ID) ); CREATE TABLE HSPSYS_APPLICATION ( APP_ID INTEGER NOT NULL, NAME VARCHAR(255) NOT NULL, DESCRIPTION VARCHAR(255), DATASOURCE_ID INTEGER NOT NULL, CONSTRAINT FK_HSPAPP_DSID FOREIGN KEY(DATASOURCE_ID) REFERENCES HSPSYS_DATASOURCE, VERSION VARCHAR(255) NOT NULL, CONSTRAINT PK_HSPAPP PRIMARY KEY(APP_ID) ); CREATE TABLE HSPSYS_APP_CLUSTER_DTL ( APP_ID INTEGER NOT NULL , CONSTRAINT FK_HSP_APP_ID FOREIGN KEY (APP_ID) REFERENCES HSPSYS_APPLICATION , CLUSTER_ID INTEGER NOT NULL, CONSTRAINT FK_HSPCS_CLID FOREIGN KEY(CLUSTER_ID) REFERENCES HSPSYS_CLUSTER, CONSTRAINT PK_APP_CLSTR_DTL PRIMARY KEY(CLUSTER_ID, APP_ID) ); CREATE TABLE HSPSYS_PROPERTIES ( PROPERTY_ID INTEGER NOT NULL, OBJECT_ID INTEGER NOT NULL, PROPERTY_NAME VARCHAR(255) NOT NULL, PROPERTY_VALUE VARCHAR(255), CONSTRAINT PK_HSPPROP PRIMARY KEY(PROPERTY_ID, OBJECT_ID, PROPERTY_NAME) ); CREATE TABLE HSPSYS_PI_INFO ( XML_FILE NTEXT NOT NULL ); commit
    (Dec 11, 2008, 04:50:32 PM), com.hyperion.planning.PIRegistrationPanelManager, ERROR, Exception :Error while retreiving xml file from database.
    Thanks for any help.

    After spending 2+ hrs with Hyperion Support nothing got resolved.. Just to give more background on this problem, we originally reconfigured all Hyperion components to use different SQL server, that is when the problem started happening as soon as we got to Planning Instance Configuration. Could this be the situations when old server name is still somewhere in the system?.. Could this be Shared Services problem.
    Here is another quote from SharedServices_Security.log
    2008-12-12 15:08:48,249 [http-58080-Processor1] WARN com.hyperion.css.spi.impl.nv.NativeProvider.getHierarchicalRoleTree(Unknown Source) - Exception getting Child Roles in hierarchy due to Illegal or invalid id.dflt passed in. Please check the argument.
    2008-12-12 15:31:18,121 [main] WARN com.hyperion.css.common.configuration.CSSConfigurationImplXML.<init>(Unknown Source) - Skipping the validation of the configuration because the required validating parser library not found or errors in validation. This does not guarantee the proper initialization of the component.
    2008-12-12 15:31:29,808 [Thread-8] WARN com.hyperion.css.spi.impl.msad.MSADCacheUpdater.resolveCircularDependency(Unknown Source) - INFO: Time to resolve circular dependency on the Cache for provider: DIPORTAL is : 0
    2008-12-12 15:31:29,808 [Thread-8] WARN com.hyperion.css.spi.impl.msad.MSADCacheUpdater.refreshProviderCache(Unknown Source) - INFO: Time to build Cache for provider: DIPORTAL in millis is : 1016
    2008-12-12 15:31:30,823 [main] WARN com.hyperion.css.CSSAPIImpl.initialize(Unknown Source) - The system has already been configured; skipping attempt to configure the system again with the new config file /F:/Hyperion/deployments/Tomcat5/SharedServices9/config/CSS.xml.
    2008-12-12 15:31:41,229 [http-58080-Processor4] ERROR com.hyperion.css.CSSAPIImpl.initialize(Unknown Source) - Unable to get CSS.xml file or the file may be read only
    2008-12-12 15:31:41,229 [http-58080-Processor4] WARN com.hyperion.css.CSSAPIImpl.initialize(Unknown Source) - The system has already been configured; skipping attempt to configure the system again with the new config file /null.
    2008-12-12 15:38:01,938 [main] WARN com.hyperion.css.common.configuration.CSSConfigurationImplXML.<init>(Unknown Source) - Skipping the validation of the configuration because the required validating parser library not found or errors in validation. This does not guarantee the proper initialization of the component.
    2008-12-12 15:38:13,454 [Thread-8] WARN com.hyperion.css.spi.impl.msad.MSADCacheUpdater.resolveCircularDependency(Unknown Source) - INFO: Time to resolve circular dependency on the Cache for provider: DIPORTAL is : 0
    2008-12-12 15:38:13,454 [Thread-8] WARN com.hyperion.css.spi.impl.msad.MSADCacheUpdater.refreshProviderCache(Unknown Source) - INFO: Time to build Cache for provider: DIPORTAL in millis is : 813
    2008-12-12 15:38:35,453 [main] WARN com.hyperion.css.CSSAPIImpl.initialize(Unknown Source) - The system has already been configured; skipping attempt to configure the system again with the new config file /F:/Hyperion/deployments/Tomcat5/SharedServices9/config/CSS.xml.
    2008-12-12 15:42:09,776 [http-58080-Processor3] ERROR com.hyperion.css.CSSAPIImpl.initialize(Unknown Source) - Unable to get CSS.xml file or the file may be read only
    2008-12-12 15:42:09,776 [http-58080-Processor3] WARN com.hyperion.css.CSSAPIImpl.initialize(Unknown Source) - The system has already been configured; skipping attempt to configure the system again with the new config file /null.
    2008-12-12 15:42:09,776 [http-58080-Processor2] ERROR com.hyperion.css.CSSAPIImpl.initialize(Unknown Source) - Unable to get CSS.xml file or the file may be read only
    2008-12-12 15:42:09,776 [http-58080-Processor2] WARN com.hyperion.css.CSSAPIImpl.initialize(Unknown Source) - The system has already been configured; skipping attempt to configure the system again with the new config file /null.

  • Syntax errors while migrating from non- unicode to Uni code

    What are the syntax errors while migrating from non unicode to Uni code

    Hi Sudheer,
    u can get the information related to errors while migrating from non- unicode to Uni code from the below...pls go through...
    Note 765475 - Unicode Conversion: Troubleshooting
    these are the notes related to the issues of migration form non unicode to ounicode.
    Related Notes
    986907 - SQL Server settings for R3load based system copy
    954001 - Error fix: ILLEGAL_SUBSTRING_MODIFICATION in SUMG
    936441 - Oracle settings for R3load based system copy
    928909 - Repair table data in SUMG in Unicode systems
    895804 - Problematic rows in table DMEE_TREE_NODE
    895560 - Support for languages only available in Unicode system
    885441 - Common Migration Errors
    842788 - DB Multiconnect: Unicode Migration
    837173 - RADCUCNT in Unicode Conversion: Collective Note
    756534 - Automatic Assignment of Languages with Character Statistics
    753334 - Unicode Conversion: Problem in Japanese device types
    726954 - Private Use Areas in Unicode Systems
    722193 - RFC legacy non-Unicode clients and Unicode servers
    718329 - R3load terminates the export during a Unicode conversion
    695196 - Error in the export for Unicode migration
    672835 - Textflags could cause problems during Unicode conversion
    627764 - Unicode migration: table pools inconsistent after conversion
    614550 - Troubleshooting BC-I18
    587896 - Add. info on upgrade to SAP R/3 Enterprise Core 4.70 SR1
    573044 - Unicode conversion for HR application
    480671 - The Text Language Flag of LANG Fields
    379940 - Unicode based mySAP availability
    79991 - Multi-Language and Unicode support of SAP applications
    73606 - Supported Languages and Code Pages
    42305 - RSCPINST (I18N configuration tool)
    regards,
    rudra..
    Assign points if helpful

  • Data Source 0HR_PA_0 Syntax Error in the start routine while activating

    Hi All,
    I have migrated the Business content for the data source 0HR_PA_0
    While activating the transformation-2 there is errors like:
    Start Routine: Syntax error in routine
    Rule (target: 0HDCNT_LAST, group: 01 Standard Group): Syntax error in routine
    Rule (target: 0AGE_KYF, group: 01 Standard Group): Syntax error in routine
    .................... etc
    I need help to resolve this issue.
    Thanks & Regards,
    Savitha

    Hello Jurgita,
    When Data Source was migrated the codes related to COMM_STRUCTURE was missing in the start routinue.
    Following codes (in bold) with regard to COMM_STRUCTURE added and then got activated
    4.     *--
    5.         COMM_STRUCTURE   type tys_sc_1__rule_25,
    6.         l_subrc          type sy-tabix,
    7.         l_abort          type sy-tabix,
    8.         ls_monitor       TYPE rsmonitor,
    9.         ls_monitor_recno TYPE rsmonitors.
    10.     
    11.       REFRESH:
    12.         MONITOR.
    13.     
    14.     * Runtime attributs
    15.         SOURCE_SYSTEM  = p_r_request->get_logsys( ).
    16.         move-corresponding SOURCE_FIELDS to COMM_STRUCTURE.
    17.     
    18.     *  Migrated update rule call
    19.       Perform routine_0011
    20.       using
    21.         COMM_STRUCTURE
    22.       CHANGING
    Regards,
    Savitha
    Edited by: Savitha  Ravi on Jun 19, 2009 6:34 AM

  • System Failure:-Error while retreiving xml file from database

    I install Planning 9.3.1 at Windows2003 server SP1 and MS SQL 2000 SP3A. In Hyperion Planning Instance Registration I take "System Failure:-Error while retreiving xml file from database" error in Configuration .
    Please help
    Thanks

    I also have the same error. Win2000 Server and MS SQL 2005.
    Maybe someone made request for official information from Oracle about this issue?
    I'd like to change MS SQL to Oracle 10g, I hope this can helps (if reason in RDBMS). But if reason in logic of scripts... I dont't know...

  • Error while deploying configurable sku

    Error while deploying configurable sku in BCC server when i give ready for review and all it gives and INFO msg as
    Can't find display name resource and price in bundle and finally when i give accept for deployment the following error displayed .Please help me to resolve it thanks in advance waiting for your reply soon.
    12:38:11,828 ERROR [DynamoServlet]
    java.lang.NullPointerException
    at atg.bizui.activity.ActivityManager.getProcessInfo(ActivityManager.ja
    a:382)
    at atg.bizui.activity.ActivityManager.getProcessInfo(ActivityManager.ja
    a:441)
    at atg.bizui.taglib.GetProcessURLTag.doStartTag(GetProcessURLTag.java:1
    6)
    at atg.bizui.taglib.elwrap.GetProcessURLTagWrapper.doStartTag(Unknown S
    urce)
    at org.apache.jsp.portlets.ProjectTodoPortlet.getTasks_jsp._jspx_meth_b
    z_005fgetProcessURL_005f0(getTasks_jsp.java:1615)
    at org.apache.jsp.portlets.ProjectTodoPortlet.getTasks_jsp._jspService(
    etTasks_jsp.java:359)
    at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
    at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrappe
    .java:369)
    at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:
    22)
    at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:249)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(App
    icationFilterChain.java:290)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(Application
    ilterChain.java:206)
    at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDis
    atcher.java:638)
    at org.apache.catalina.core.ApplicationDispatcher.doInclude(Application
    ispatcher.java:543)
    at org.apache.catalina.core.ApplicationDispatcher.include(ApplicationDi
    patcher.java:480)
    at atg.servlet.WrappingRequestDispatcher.include(WrappingRequestDispatc
    er.java:94)
    at atg.servlet.ServletUtil.invokeInclude(ServletUtil.java:3552)
    at atg.taglib.dspjsp.IncludeTag.doEndTag(IncludeTag.java:757)
    at atg.taglib.dspjsp.elwrap.IncludeTagWrapper.doEndTag(IncludeTagWrappe
    .java:41)
    at org.apache.jsp.portlets.ProjectTodoPortlet.getProjects_jsp._jspx_met
    dspel005finclude_005f0(getProjects_jsp.java:1192)
    at org.apache.jsp.portlets.ProjectTodoPortlet.getProjects_jsp._jspx_met
    c005fif_005f5(getProjects_jsp.java:1119)
    at org.apache.jsp.portlets.ProjectTodoPortlet.getProjects_jsp._jspx_met
    c005fforEach_005f0(getProjects_jsp.java:1077)
    at org.apache.jsp.portlets.ProjectTodoPortlet.getProjects_jsp._jspx_met
    c005fwhen_005f1(getProjects_jsp.java:1036)
    at org.apache.jsp.portlets.ProjectTodoPortlet.getProjects_jsp._jspx_met
    c005fchoose_005f1(getProjects_jsp.java:1000)
    at org.apache.jsp.portlets.ProjectTodoPortlet.getProjects_jsp._jspServi
    e(getProjects_jsp.java:244)
    at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
    at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrappe
    .java:369)
    at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:
    22)
    at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:249)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(App
    icationFilterChain.java:290)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(Application
    ilterChain.java:206)
    at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDis
    atcher.java:638)
    at org.apache.catalina.core.ApplicationDispatcher.doInclude(Application
    ispatcher.java:543)
    at org.apache.catalina.core.ApplicationDispatcher.include(ApplicationDi
    patcher.java:480)
    at atg.servlet.WrappingRequestDispatcher.include(WrappingRequestDispatc
    er.java:94)
    at atg.taglib.dspjsp.IncludeTag.doEndTag(IncludeTag.java:780)
    at atg.taglib.dspjsp.elwrap.IncludeTagWrapper.doEndTag(IncludeTagWrappe
    .java:41)
    at org.apache.jsp.portlets.ProjectTodoPortlet.index_jsp._jspx_meth_dspe
    _005finclude_005f0(index_jsp.java:2712)
    at org.apache.jsp.portlets.ProjectTodoPortlet.index_jsp._jspService(ind
    x_jsp.java:381)
    at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
    at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrappe
    .java:369)
    at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:
    22)
    at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:249)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(App
    icationFilterChain.java:290)

    Error while deploying configurable sku in BCC server when i give ready for review and all it gives and INFO msg as
    Can't find display name resource and price in bundle and finally when i give accept for deployment the following error displayed .Please help me to resolve it thanks in advance waiting for your reply soon.
    12:38:11,828 ERROR [DynamoServlet]
    java.lang.NullPointerException
    at atg.bizui.activity.ActivityManager.getProcessInfo(ActivityManager.ja
    a:382)
    at atg.bizui.activity.ActivityManager.getProcessInfo(ActivityManager.ja
    a:441)
    at atg.bizui.taglib.GetProcessURLTag.doStartTag(GetProcessURLTag.java:1
    6)
    at atg.bizui.taglib.elwrap.GetProcessURLTagWrapper.doStartTag(Unknown S
    urce)
    at org.apache.jsp.portlets.ProjectTodoPortlet.getTasks_jsp._jspx_meth_b
    z_005fgetProcessURL_005f0(getTasks_jsp.java:1615)
    at org.apache.jsp.portlets.ProjectTodoPortlet.getTasks_jsp._jspService(
    etTasks_jsp.java:359)
    at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
    at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrappe
    .java:369)
    at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:
    22)
    at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:249)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(App
    icationFilterChain.java:290)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(Application
    ilterChain.java:206)
    at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDis
    atcher.java:638)
    at org.apache.catalina.core.ApplicationDispatcher.doInclude(Application
    ispatcher.java:543)
    at org.apache.catalina.core.ApplicationDispatcher.include(ApplicationDi
    patcher.java:480)
    at atg.servlet.WrappingRequestDispatcher.include(WrappingRequestDispatc
    er.java:94)
    at atg.servlet.ServletUtil.invokeInclude(ServletUtil.java:3552)
    at atg.taglib.dspjsp.IncludeTag.doEndTag(IncludeTag.java:757)
    at atg.taglib.dspjsp.elwrap.IncludeTagWrapper.doEndTag(IncludeTagWrappe
    .java:41)
    at org.apache.jsp.portlets.ProjectTodoPortlet.getProjects_jsp._jspx_met
    dspel005finclude_005f0(getProjects_jsp.java:1192)
    at org.apache.jsp.portlets.ProjectTodoPortlet.getProjects_jsp._jspx_met
    c005fif_005f5(getProjects_jsp.java:1119)
    at org.apache.jsp.portlets.ProjectTodoPortlet.getProjects_jsp._jspx_met
    c005fforEach_005f0(getProjects_jsp.java:1077)
    at org.apache.jsp.portlets.ProjectTodoPortlet.getProjects_jsp._jspx_met
    c005fwhen_005f1(getProjects_jsp.java:1036)
    at org.apache.jsp.portlets.ProjectTodoPortlet.getProjects_jsp._jspx_met
    c005fchoose_005f1(getProjects_jsp.java:1000)
    at org.apache.jsp.portlets.ProjectTodoPortlet.getProjects_jsp._jspServi
    e(getProjects_jsp.java:244)
    at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
    at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrappe
    .java:369)
    at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:
    22)
    at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:249)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(App
    icationFilterChain.java:290)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(Application
    ilterChain.java:206)
    at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDis
    atcher.java:638)
    at org.apache.catalina.core.ApplicationDispatcher.doInclude(Application
    ispatcher.java:543)
    at org.apache.catalina.core.ApplicationDispatcher.include(ApplicationDi
    patcher.java:480)
    at atg.servlet.WrappingRequestDispatcher.include(WrappingRequestDispatc
    er.java:94)
    at atg.taglib.dspjsp.IncludeTag.doEndTag(IncludeTag.java:780)
    at atg.taglib.dspjsp.elwrap.IncludeTagWrapper.doEndTag(IncludeTagWrappe
    .java:41)
    at org.apache.jsp.portlets.ProjectTodoPortlet.index_jsp._jspx_meth_dspe
    _005finclude_005f0(index_jsp.java:2712)
    at org.apache.jsp.portlets.ProjectTodoPortlet.index_jsp._jspService(ind
    x_jsp.java:381)
    at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
    at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrappe
    .java:369)
    at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:
    22)
    at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:249)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(App
    icationFilterChain.java:290)

  • Syntax error while writing a select query.

    Hi all,
    I have a requirement where I have to pick a value if the text for that value is
    MYCARu2019S Lovliest Car.
    And so I wrote a query that
    SELECT     RUECK INTO XRUECK FROM AFVC WHERE ltxa1 = ' MYCARu2019S Lovliest Car'.
                    ENDSELECT.
    But it gives me a syntax error saying     
    u201CLiterals taking up more than one line not permittedu201D.
    Can some one tell me what is wrong. I need to select RUECK value from AFVC  table if
    ltxa1 value is ' MYCARu2019S Lovliest Car'.
    Kindly help what is going wrong...
    Regards,
    Jessica Sam

    Hi,
    Narendran is right use two single quotes.
    also careful wile comparing string. i think as you write ltxa1 value is ' MYCARu2019S Lovliest Car'.
    so while comparing you must not use space just before staring use the following
    SELECT  rueck INTO xrueck FROM afvc WHERE ltxa1 = 'MYCAR''S Lovliest Car'. " Not use Space before M
    ENDSELECT.
    Hope will help you.
    Kind Regards,
    Faisal

  • Error while transporting Transformation: Syntax error in Start Routine

    Hi Everyone,
    I'm facing a strange problem during transporting one of the Business Content cubes from Dev. to Quality.
    I'd activated the DSO 'Purchase Order Items (0PUR_O01)' and its entire data flow from the 4 datasources 2LIS_02_CGR, 2LIS_02_SCN, 2LIS_02_SGR, and 2LIS_02_ITM from BC. Then I migrated the Transfer/Update rules to transformations and the DataSources to BI7 DataSource. So far so good. The migration was successful and all the objects were activated.
    Now when I transport the same to Quality, the import fails with return code 8 and the error message says:
    'Start of the after-import method RS_TRFN_AFTER_IMPORT for object type(s) TRFN (Activation Mode)'
    'Start Routine: Syntax error in routine'
    I verified that the transformation where the error orrured was the one from InfoSource Z2LIS_02_ITM to DSO 0PUR_O01. I went and checked the start routine and it did indeed have a syntax error:
    'In PERFORM or CALL FUNCTION "ROUTINE_9998", the actual parameter SOURCE_PACKAGE" is incompatible with the formal parameter DATA_PACKAGE". '
    But when I check in the Dev. system, there is no syntax error for the same routine. Later, I tried to transport only the said transformation by re-activating it in Dev, and again I got the same error.
    I have no idea why I'm getting a syntax error in the start routine when there are non in the Dev. system. Also none of the coding is customised, it was only the BC code, migrated to a transformation.
    Any suggestions on the steps I could take to transport the transformation to my quality system?
    Thanks,
    Ram

    Hi Ajay, Shanthi, svu and Ray
    I do indeed have a start routine in my transformation and it was migrated from a 3.x update rule to a BI 7 transformation routine.
    The migration was successful and the Start Routine has NO syntax errors in the start routine in the Dev. system. I only encounter the error while transporting it to the Quality system. I cannot modify the code in the Quality system because it is non-changelable and there is no point in trying to change the code in Dev. because there are no errors over there.
    I've also made sure that I've transported all the necessary objects required by the transformations to quality. The routine does not perform a lookup, it simply deletes some records from the data package based on the processkey value (which is itself present in the data package).

  • Error while sending E-Mail -- 501 Syntax error in parameters or arguments

    Dear Friends,
    I was trying to send E-Mail using the NTLM Authentication mechanism using the below program:
    import java.util.Properties;
    import javax.mail.Message;
    import javax.mail.Session;
    import javax.mail.Transport;
    import javax.mail.internet.InternetAddress;
    import javax.mail.internet.MimeMessage;
    import javax.mail.PasswordAuthentication;
    import java.util.Date;
    import com.sun.mail.smtp.*;
    public class MailerWithAuthentication
         private String     smtpServer;
         private String      fromEmailId;
         private String      toEmailId;
         private String      ccEmailId;
         private String      bccEmailId;
         private String      subject;
         private String      message;
         private String host;
         public MailerWithAuthentication(String toemail, String msg,String sub,String fromId,String host)
              this.toEmailId = toemail;;
              this.subject = sub;
              this.message = msg;
              this.fromEmailId=fromId;
              this.host=host;
    public void sendMail()
              String mailContent = "";
              try
                   Authenticator authenticator = new Authenticator();
                   Properties props = new Properties();
              props.put("mail.smtp.host",this.host );
              props.put("mail.smtp.port", "25");
              props.put("mail.smtp.auth", "true");
              props.put("mail.smtp.auth.mechanisms", "NTLM");
              props.put("mail.smtp.auth.ntlm.flags", "0x00000200");          
              props.put("mail.smtp.auth.ntlm.domain","sal.ad");
              props.put("mail.debug", "true");
              Session session = Session.getDefaultInstance(props,authenticator);
    Message msg = new MimeMessage(session);          
              MimeMessage message = new MimeMessage(session);
              message.setContent("This is a test", "text/plain");
              message.setFrom(new InternetAddress(this.fromEmailId));
              message.addRecipient(Message.RecipientType.TO,new InternetAddress(this.toEmailId));
              Transport.send(message);
              catch (Exception e)
                   e.printStackTrace();
                   System.out.println("Exception in MailerThread : run: " + e.getMessage());               
    private class Authenticator extends javax.mail.Authenticator {
              private PasswordAuthentication authentication;
              public Authenticator() {
                   String username= "sal.ad\mailuser";
                   String password = "mail@123";          
                   authentication = new PasswordAuthentication(username, password);
              protected PasswordAuthentication getPasswordAuthentication() {
                   return authentication;
    public static void main(String args[])
              try
                   System.out.println(" Usage : java MailerWithAuthentication <To-Email> <Message> <Subject> <From-Email> <Mail-Server-IP>");
                   MailerWithAuthentication mailer = new MailerWithAuthentication (args[0],args[1],args[2],args[3],args[4]);
                   mailer.sendMail();
              catch(Exception e)
                   e.printStackTrace();
    Following is the output while running the program:
    DEBUG: JavaMail version 1.4ea
    DEBUG: java.io.FileNotFoundException: /usr/java/jdk1.5.0_14/jre/lib/javamail.providers (No such file or directory)
    DEBUG: !anyLoaded
    DEBUG: not loading resource: /META-INF/javamail.providers
    DEBUG: successfully loaded resource: /META-INF/javamail.default.providers
    DEBUG: Tables of loaded providers
    DEBUG: Providers Listed By Class Name: {com.sun.mail.smtp.SMTPSSLTransport=javax.mail.Provider[TRANSPORT,smtps,com.sun.mail.smtp.SMTPSSLTransport,Sun Microsystems, Inc], com.sun.mail.smtp.SMTPTransport=javax.mail.Provider[TRANSPORT,smtp,com.sun.mail.smtp.SMTPTransport,Sun Microsystems, Inc], com.sun.mail.imap.IMAPSSLStore=javax.mail.Provider[STORE,imaps,com.sun.mail.imap.IMAPSSLStore,Sun Microsystems, Inc], com.sun.mail.pop3.POP3SSLStore=javax.mail.Provider[STORE,pop3s,com.sun.mail.pop3.POP3SSLStore,Sun Microsystems, Inc], com.sun.mail.imap.IMAPStore=javax.mail.Provider[STORE,imap,com.sun.mail.imap.IMAPStore,Sun Microsystems, Inc], com.sun.mail.pop3.POP3Store=javax.mail.Provider[STORE,pop3,com.sun.mail.pop3.POP3Store,Sun Microsystems, Inc]}
    DEBUG: Providers Listed By Protocol: {imaps=javax.mail.Provider[STORE,imaps,com.sun.mail.imap.IMAPSSLStore,Sun Microsystems, Inc], imap=javax.mail.Provider[STORE,imap,com.sun.mail.imap.IMAPStore,Sun Microsystems, Inc], smtps=javax.mail.Provider[TRANSPORT,smtps,com.sun.mail.smtp.SMTPSSLTransport,Sun Microsystems, Inc], pop3=javax.mail.Provider[STORE,pop3,com.sun.mail.pop3.POP3Store,Sun Microsystems, Inc], pop3s=javax.mail.Provider[STORE,pop3s,com.sun.mail.pop3.POP3SSLStore,Sun Microsystems, Inc], smtp=javax.mail.Provider[TRANSPORT,smtp,com.sun.mail.smtp.SMTPTransport,Sun Microsystems, Inc]}
    DEBUG: successfully loaded resource: /META-INF/javamail.default.address.map
    DEBUG: !anyLoaded
    DEBUG: not loading resource: /META-INF/javamail.address.map
    DEBUG: java.io.FileNotFoundException: /usr/java/jdk1.5.0_14/jre/lib/javamail.address.map (No such file or directory)
    Mechanishm = NTLM
    DEBUG: getProvider() returning javax.mail.Provider[TRANSPORT,smtp,com.sun.mail.smtp.SMTPTransport,Sun Microsystems, Inc]
    DEBUG SMTP: useEhlo true, useAuth true
    DEBUG SMTP: useEhlo true, useAuth true
    DEBUG SMTP: trying to connect to host "192.168.14.6", port 25, isSSL false
    220 ****************************************************************************
    DEBUG SMTP: connected to host "192.168.14.6", port: 25
    EHLO
    501 Syntax error in parameters or arguments -
    HELO
    501 Syntax error in parameters or arguments -
    javax.mail.MessagingException: 501 Syntax error in parameters or arguments -
    =================================
    The error is :
    EHLO
    501 Syntax error in parameters or arguments -
    HELO
    501 Syntax error in parameters or arguments -
    =================================
    Please tell me what went wrong here. Is it due to any mistake in the program ?
    Thanks in advance.

    hello Anirudh Pucha,
    thanks for your message,
    i'm downloading all the files you advised and one more doubt regarding SOA installation,
    i'm using BPEL Process manager 10.1.3.1.0 installed on my machine and not installed SOA Suite (problem in installing AS Middle tier), i send voice,sms through BPEL PM which works fine, and faced problem in e-mail notification only, according to me with out installing SOA suite we can use BPEL PM or please let me know the procedure to install the downloading files.
    if possible please send me a details in word documents to my mail "[email protected]".
    Thanks again

Maybe you are looking for