Error during making Apache for AIX

Hello all.
I want to install SAP Content Server 6.40 for AIX 5.2.
Before it I must to install Apache Server.
I have Apache 1.3.41 GCC 3.3.2
I install GCC in /usr/local/bin. My user has this path in env.
Add CFLAGS= -q64, LDFLAGS=-q64 and EXTRA_LDFLAGS_SHLIB=b64 (note 664384).
First I configure my Apache, all is ok. No errors.
Then I perform command MAKE and have such errors:
===> src
===> src/regex
Target "all" is up to date.
Target "lib" is up to date.
<=== src/regex
===> src/os/unix
        gcc -c  -I../../os/unix -I../../include   -DAIX=530 -U__STR__ -DAIX_BIND_PROCESSOR -DUSE_HSREGEX -q64 `../../apaci` os.c
gcc: unrecognized option `-q64'
        gcc -c  -I../../os/unix -I../../include   -DAIX=530 -U__STR__ -DAIX_BIND_PROCESSOR -DUSE_HSREGEX -q64 `../../apaci` os-inline.c
gcc: unrecognized option `-q64'
        rm -f libos.a
        ar -Xany cr libos.a os.o os-inline.o
        ranlib libos.a
Target "all" is up to date.
<=== src/os/unix
===> src/ap
        gcc -c  -I../os/unix -I../include   -DAIX=530 -U__STR__ -DAIX_BIND_PROCESSOR -DUSE_HSREGEX -q64 `../apaci` ap_cpystrn.c
gcc: unrecognized option `-q64'
        gcc -c  -I../os/unix -I../include   -DAIX=530 -U__STR__ -DAIX_BIND_PROCESSOR -DUSE_HSREGEX -q64 `../apaci` ap_execve.c
gcc: unrecognized option `-q64'
        gcc -c  -I../os/unix -I../include   -DAIX=530 -U__STR__ -DAIX_BIND_PROCESSOR -DUSE_HSREGEX -q64 `../apaci` ap_fnmatch.c
gcc: unrecognized option `-q64'
        gcc -c  -I../os/unix -I../include   -DAIX=530 -U__STR__ -DAIX_BIND_PROCESSOR -DUSE_HSREGEX -q64 `../apaci` ap_getpass.c
gcc: unrecognized option `-q64'
        gcc -c  -I../os/unix -I../include   -DAIX=530 -U__STR__ -DAIX_BIND_PROCESSOR -DUSE_HSREGEX -q64 `../apaci` ap_md5c.c
gcc: unrecognized option `-q64'
        gcc -c  -I../os/unix -I../include   -DAIX=530 -U__STR__ -DAIX_BIND_PROCESSOR -DUSE_HSREGEX -q64 `../apaci` ap_signal.c
gcc: unrecognized option `-q64'
        gcc -c  -I../os/unix -I../include   -DAIX=530 -U__STR__ -DAIX_BIND_PROCESSOR -DUSE_HSREGEX -q64 `../apaci` ap_slack.c
gcc: unrecognized option `-q64'
        gcc -c  -I../os/unix -I../include   -DAIX=530 -U__STR__ -DAIX_BIND_PROCESSOR -DUSE_HSREGEX -q64 `../apaci` ap_snprintf.c
gcc: unrecognized option `-q64'
        gcc -c  -I../os/unix -I../include   -DAIX=530 -U__STR__ -DAIX_BIND_PROCESSOR -DUSE_HSREGEX -q64 `../apaci` ap_sha1.c
gcc: unrecognized option `-q64'
        gcc -c  -I../os/unix -I../include   -DAIX=530 -U__STR__ -DAIX_BIND_PROCESSOR -DUSE_HSREGEX -q64 `../apaci` ap_checkpass.c
gcc: unrecognized option `-q64'
        gcc -c  -I../os/unix -I../include   -DAIX=530 -U__STR__ -DAIX_BIND_PROCESSOR -DUSE_HSREGEX -q64 `../apaci` ap_base64.c
gcc: unrecognized option `-q64'
        gcc -c  -I../os/unix -I../include   -DAIX=530 -U__STR__ -DAIX_BIND_PROCESSOR -DUSE_HSREGEX -q64 `../apaci` ap_ebcdic.c
gcc: unrecognized option `-q64'
        gcc -c  -I../os/unix -I../include   -DAIX=530 -U__STR__ -DAIX_BIND_PROCESSOR -DUSE_HSREGEX -q64 `../apaci` ap_strtol.c
gcc: unrecognized option `-q64'
        rm -f libap.a
        ar -Xany cr libap.a ap_cpystrn.o ap_execve.o ap_fnmatch.o ap_getpass.o ap_md5c.o ap_signal.o  ap_slack.o ap_snprintf.o ap_sha1.o ap_checkpass.o ap_base64.o ap_ebcdic.o  ap_strtol.o
        ranlib libap.a
Target "all" is up to date.
<=== src/ap
===> src/main
        gcc -c  -I../os/unix -I../include   -DAIX=530 -U__STR__ -DAIX_BIND_PROCESSOR -DUSE_HSREGEX -q64 `../apaci` gen_test_char.c
gcc: unrecognized option `-q64'
        gcc  -DAIX=530 -U__STR__ -DAIX_BIND_PROCESSOR -DUSE_HSREGEX -q64 `../apaci` -lm -lpthread -q64 -o gen_test_char gen_test_char.o  -lexpat -lld
gcc: unrecognized option `-q64'
gcc: unrecognized option `-q64'
        ./gen_test_char >test_char.h
        gcc -c  -I../os/unix -I../include   -DAIX=530 -U__STR__ -DAIX_BIND_PROCESSOR -DUSE_HSREGEX -q64 `../apaci` alloc.c
gcc: unrecognized option `-q64'
        gcc -c  -I../os/unix -I../include   -DAIX=530 -U__STR__ -DAIX_BIND_PROCESSOR -DUSE_HSREGEX -q64 `../apaci` buff.c
gcc: unrecognized option `-q64'
        gcc -c  -I../os/unix -I../include   -DAIX=530 -U__STR__ -DAIX_BIND_PROCESSOR -DUSE_HSREGEX -q64 `../apaci` http_config.c
gcc: unrecognized option `-q64'
        gcc -c  -I../os/unix -I../include   -DAIX=530 -U__STR__ -DAIX_BIND_PROCESSOR -DUSE_HSREGEX -q64 `../apaci` http_core.c
gcc: unrecognized option `-q64'
        gcc -c  -I../os/unix -I../include   -DAIX=530 -U__STR__ -DAIX_BIND_PROCESSOR -DUSE_HSREGEX -q64 `../apaci` http_log.c
gcc: unrecognized option `-q64'
        gcc -c  -I../os/unix -I../include   -DAIX=530 -U__STR__ -DAIX_BIND_PROCESSOR -DUSE_HSREGEX -q64 `../apaci` http_main.c
gcc: unrecognized option `-q64'
In file included from http_main.c:649:
/usr/include/pthread.h:666: error: parse error before '*' token
/usr/include/pthread.h:669: error: parse error before '*' token
/usr/include/pthread.h:672: error: parse error before '*' token
/usr/include/pthread.h:675: error: parse error before '*' token
/usr/include/pthread.h:678: error: parse error before '*' token
/usr/include/pthread.h:686: error: parse error before '*' token
/usr/include/pthread.h:689: error: parse error before '*' token
/usr/include/pthread.h:692: error: parse error before '*' token
/usr/include/pthread.h:695: error: parse error before '*' token
/usr/include/pthread.h:703: error: parse error before '*' token
/usr/include/pthread.h:707: error: parse error before '*' token
/usr/include/pthread.h:710: error: parse error before '*' token
make: 1254-004 The error code from the last command is 1.
Stop.
make: 1254-004 The error code from the last command is 1.
Stop.
make: 1254-004 The error code from the last command is 2.
Stop.
make: 1254-004 The error code from the last command is 2.
Stop.
What can I do to delete this error?
Thank you.

Hi Elena,
you have to perform the following steps:
1.     Unpack apache source tar files (Version 1.3.29) into the homedirectory of the Contentserver Users (e.g. /home/cs)
2.     Chnage to the created apache directory (e.g.: /home/cs/apache_1.3.29)
3.     Maintain the file ./src/Configure
a)     Search for the expression    -ibm-aix[45678].)
Change the CFLAGS line
from     CFLAGS="$CFLAGS -DAIX=$PLATOSVERSNUM -U__STR__"
to         CFLAGS="$CFLAGS -maix64 -DAIX=$PLATOSVERSNUM -U__STR__"
It should look like this:
-ibm-aix[45678].)
PLATOSVERS=`echo $PLAT | sed 's/^.*ibm-aix//'`
OS="AIX $PLATOSVERS"
PLATOSVERSNUM=`echo $PLATOSVERS | sed 's/\.//'`
if test $PLATOSVERSNUM -ge 43; then
PLATOSVERSNUM=`oslevel | sed 's/\.//g' | sed 's/.$//'`
else
PLATOSVERSNUM="$PLATOSVERSNUM"0
fi
PLATOSVERSNUM is a three digit number at this point
CFLAGS="$CFLAGS -maix64 -DAIX=$PLATOSVERSNUM -U__STR__"
b)     Search for RANLIB="ranlib"
Change this entry
from     RANLIB="ranlib"
to        RANLIB="ranlib -X32_64"
It should look like this:
OK, now handle RANLIB
if [ "x$RANLIB" = "x" ]; then
if [ "x$TRANLIB" != "x" ]; then
RANLIB=$TRANLIB
else
if ./helpers/PrintPath -s ranlib; then
RANLIB="ranlib -X32_64"
else
RANLIB="true"
fi
fi
fi
c)     Search for "ar cr"
Change this entry
from  "ar cr"
to      "ar -cr -X32_64"
4.     Now you have to change the line with "ar cr" to "ar -cr -X32_64" in all makefile templates.
You can do this with a script like this:
#!/bin/ksh
find . -name "Makefile.tmpl" | xargs grep "ar cr $@" | cut -f1 -d":" | while read DATEI
do
echo "Bearbeite "$DATEI
rm -f ./helpme
cat $DATEI | sed "s/ar cr/ar -cr -X32_64/" > ./helpme
rm -f $DATEI
mv ./helpme $DATEI
done
5.     Now you can configure, compile and link apache:
Do it like this:
export OBJECT_MODE=64
./configure --prefix=HOMEDIRECTORY_WEBSERVER --enable-module=info --enable-shared=info
make
make install
After this activity you can install the content/cache server with the normal sap install process and finally you can start the apache webserver with HOMEDIRECTORY_WEBSERVER/bin/apachectl start
Hope this helps
Axel

Similar Messages

  • Prob in IR :Internal error during bean lookup for bean RepObjectAccessBean

    Hi,
        I am facing the problem in IR .
    <b>Internal error during bean lookup for bean RepObjectAccessBean</b>
    is the Error window I am getting frequently, After getting this error, It is no allowing to open any of the IR Objects.
    Thanks in advance,
    Dhanabal T

    Hi Dhanabal,
    i got the same error. But it is clear.
    Please chek once ur configuration part. The error is in configuration part only.
    once check all the steps in ur configuration part.
    REgards,
    chandra.

  • Error during material determination for sales document item - RRB

    Hi
    Iam getting following error when trying to create a billing request using DP91.
    Error during material determination for sales document item 40001560/000010
    Message no. AD01155
    Diagnosis
    An error occured during material determination for a dynamic item.
    System Response
    The system cannot perform the function.
    Procedure
    Check in the profile being used whether its characteristic allows the assignment of a material to each dynamic item.
    I have checked my DIP profile using ODP02 there are no errors in it, I have created a Setid and assigned it to costing element in selection criteria and material determination criteria.
    Material origin is checked in costing tab in material master.
    Appreciate help in resolving this.
    thanks,
    Vaishnavi

    Hi Vaishnavi
    The error which you are getting is related to costing.So kindly reach your FI Consultant
    please check the following links which may help you.Also check the link that has been provided my Lakshmipathi
    ERROR AT DP90  TRANSACTION
    Regards
    Srinath

  • In DP50 Error during material determination for service order

    Hi,
    While doing Resources-Related Billing request,the following error is displaying..
    Kindly Help
    Error during material determination for service order
    Message no. AD01156
    Diagnosis
    An error occured during material determination for a dynamic item.
    System Response
    The system cannot perform the function.
    Procedure
    Check in the profile being used whether its characteristic allows the assignment of a material to each dynamic item.
    501384
    Message no. AD01156
    Diagnosis
    An error occured during material determination for a dynamic item.
    System Response
    The system cannot perform the function.
    Procedure
    Check in the profile being used whether its characteristic allows the assignment of a material to each dynamic item.
    Thanks,
    Mohit

    Hi mohit,
    You need to check DIP profile setting if profile is attached to your order type or not please check this
    Thanks and regards
    Sachin Kadam

  • Error during availability check for order

    Hi PM experts,
    How can I make below warning message (W) to an error message (E)?
    Message no: CO820 (Error during availability check for order)
    Regards,
    Nizam
    PM Consultant

    Hi,
    you can cantrol not to release maint orders in case if parts are missing by OIOI transaction, here under Material Availability  against Release material you maintain option 3 No release if parts are missing. This way you can achieve this. If there are other components which has stock on Maint order then delete the un-available material from maint order then it will allow you to release the order.
    Hope availability check rule is maintained on material master.
    Hope it helps.
    Regards,
    N.Nagaraju

  • 6.0.3 Error During Disc Initialization for both DVD+R and Disc Image - Help

    I've been a mac user for a few years now, but I just bought a new MacBook, and my first superdrive! I'm all excited to test out the new hardware along with iDVD.
    I've made a rather simple DVD setup and the first time through it was encoding for about an hour and then it gave an error message which I don't recall other than it mentioned QT7. I ran updater, no new updates that I needed and I tried again, and from then on I've been getting the Error During Disc Initialization message when burning to my DVD+Rs or when I try and save as a disc image (yes, I've deleted the encoding assets). I have about 20GB free on HDD, and I'm trying to burn approx. 100min of video. I've rebooted multiple times, and I've remade my project a couple times but no dice.
    Any idears?
      Mac OS X (10.4.8)  

    What hardware do you have???
    You didn't answer Sue's question about free space on
    your start-up drive. You should have 20GB+ free.
    What are you sending to iDVD?
    Verbatim DVD-R, not DVD+R, are very reliable, unlike
    TDK and Memorex.
    Also look here:
    http://docs.info.apple.com/article.html?artnum=302925
    I am running on a 2.0 ghz MacBook with a SuperDrive using Sony DVD+R. I will definitely pick up some Verbatim DVD-Rs though to see if that makes iDVD happy.
    I have cleared up some room and now I have around 50GB free.
    I am trying to make a DVD of two seperate .mp4s of a soccer game. I have 3 pictures and two buttons.

  • Error during TREX indexing for WPC content

    Hello,
    I have setup TREX to search Web Page Composer content. I am getting folowing error below during the indexing for WPC content. Any help would be great.
    thanks
    Jaish
    [3508] 2008-08-11 15:19:19.842     e     preprocessor     Preprocessor.cpp(03957) :     HANDLE: DISPATCH - Processing Document with key '/wpccontent/Sites/ddtest/Web Pages/DDTestWebPage/output.xml' failed, returning PREPROCESSOR_ACTIVITY_ERROR (Code 8002)
    [3508] 2008-08-11 16:39:06.196     e     preprocessor     Preprocessor.cpp(01167) :     HTTPHEAD failed for URL http://sjcsapqapt.datadomain.com:50300/irj/servlet/prt/portal/prtroot/docs/guid/80fa1c8c-1b4a-2b10-38ab-b20f54134ca1?prtmode=trex with Httpstatus 500
    [3508] 2008-08-11 16:39:06.212     e     preprocessor     Preprocessor.cpp(03957) :     HANDLE: DISPATCH - Processing Document with key '/wpccontent/Sites/ddtest/Web Pages/DDTestWebPage/output.xml' failed, returning PREPROCESSOR_ACTIVITY_ERROR (Code 6500)

    there was problem with Index creation the way I was creating it.

  • BAPI_INSPLOT_SETUSAGEDECISION Error during quantity posting for inspection

    Dear SAP Guru,
    I used a BAPI call : BAPI_INSPLOT_SETUSAGEDECISION in my program to perform UD and post Q-stock to Unrestricted stock. The BAPI executed successfully for my developer user account but not for end user account login.
    The BAPI returns an error as below:
    Error captured in system: EQV                  054Error during quantity posting for inspection lot 340005776022, manual proc. Required
    Guess some authorization object for the BAPI_INSPLOT_SETUSAGEDECISION call is missing.
    Have tried SE97 for possible Authorization Check for Start of a Transaction but not able to solve the problem.
    Can anyone help? Really appreciate that.
    Thanks and Regards.

    Hi ,
    Run the transction SU53 after the error with user login id , to see authorization .
    Amol

  • Account determination error during service entry for service PO

    Dear Experts,
    This about service PO. I created PO # 4501517101 & wanted to perform service entry via t/code ML81N. But I'm getting error "147 Account determination for entry OP01 FR1 OP01 not possible"
    Appreciate if could anyone assist me on this issue. TQ.
    rgds,
    nantha

    Please correct the assignment in OBYC and also in this error itself u can see one icon of proceed.If you will click on Proceed, then it will take u in to OBYC, where u have to do the corrections.

  • Error during installing nw2004s for pi

    hi,
    i got the following error during create oracle database step in installing nw2004s
    i am tring to install PI70(02) on same machine which i already installed solution manager(00,01)
    i already patched oracle database as 10.2.0.2 and i am using loopback adapter
    ERROR 2006-11-06 08:56:25
    CJS-00084  SQL statement or script failed. DIAGNOSIS:
    Error message: ORA-32004: obsolete and/or deprecated parameter(s)
    specifiedORACLE
    AI½ºAI½º°¡ ½AAUμC¾u½A´I´U.
    ERROR 2006-11-06 08:56:25
    MUT-03025  Caught ESAPinstException in Modulecall: ESAPinstException:
    error text undefined.
    ERROR 2006-11-06 08:56:25
    FCO-00011  The step createDatabase with step key
    |NW_Onehost|ind|ind|ind|ind|0|0|NW_Doublestack_OneHost
    ind
    ind
    ind
    ind
    3
    0
    NW_CreateDB
    ind
    ind
    ind
    ind
    10
    0
    NW_OraDBCheck|ind|ind|ind|ind|0|0|NW_OraDBMain
    ind
    ind
    ind
    ind
    0
    0
    NW_OraDBStd
    ind
    ind
    ind
    ind
    3
    0
    NW_OraDbBuild|ind|ind|ind|ind|5|0|createDatabase was executed with status
    ERROR .
    regards;
    Dennis

    Hi Dennis,
    Check the alert_<SID>.log in your installation.  Check if the error is shown there.  The log file will show the obsolete parameter.  In my case it was 'enqueue_processes'.  Comment this parameter and save the init<SID>.ora file and click 'Retry' button.
    The create Database phase should continue.
    Award points if the solution is suitable.
    Thanks & Regards,
    Abhijit Deshpande

  • Visual Studio Error in UNIX FTP for AIX

    I am using a VS2010 Web Site Project to access files on our
    AIX server (Unix). (Pre-compiled website).
    Using Add > Existing Web Site, I have established an FTP session within my project which shows all of the Unix files and folders.
    We just found out that there were two folders on the AIX side with the same name, differing case:
     /MDM/Custom & /MDM/custom
    On the Unix side:
    To fix this, I edited the folders to move all of the stuff within /MDM/Custom into
    /MDM/custom, then I deleted /MDM/Custom entirely.
    So back to VS2010 on the Windows side:
    I deleted the website from the project and exited VS.  
    I deleted all the files in %TEMP% and restarted VS.
    I restarted VS and recreated the web site in the project using Add > Existing Web Site.
    The only folder showing is /MDM/Custom which has nothing in it.
    Refreshing the folders produces error 550. (No such file or directory). 
    How do I recover from this situation?  Where is VS storing the bogus folder name?
    P.S.: This is a pre-compiled web project
         ProjectSection(WebsiteProperties) = preProject
    ~ Shaun
    ~ Shaun

    Hello Shaun,
    Welcome to MSDN forum.
    Your issue is out of support range of VS General Question forum which mainly discusses
    the usage of Visual Studio IDE such as WPF & SL designer, Visual Studio Guidance Automation Toolkit, Developer Documentation and Help System
    and Visual Studio Editor.
    Because you are working with ASP.NET website, I suggest that you can consult your issue on ASP.NET forum:
    http://forums.asp.net/
     for better solution and support.
    Best regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Error while making GR for Subcontract PO

    Dear All Guru,
    While doing GR i am getting following error message
    "Account 41281100 requires an assignment to a CO object"
    i think in FI we need to maintain something so if anybody have the solution pl reply
    Regards,
    Vimlesh

    hi
    this is a commen problem plz search ur full error message on net u will get many threads
    now for ur problem u have to create  ur acct 42281100 as a cost element
    go to FS00 here select the acct and click on cost element (at right top)
    then select option 1 and save
    u can also use KO04
    now try
    http://www.sap-img.com/financial/requires-an-assignment-to-a-co-object.htm
    http://www.google.co.in/search?hl=en&q=%22requiresanassignmenttoaCO+object%22&meta=
    regards
    kunal
    Edited by: SAP Learner on Jan 15, 2009 8:27 AM

  • Error during Variant Creation for a report

    hi,
    i'm trying to schedule a background job for the report MEREP_DISTRIBUTOR. it requires me to create a variant. i go to SA38 Transaction and try creating a variant.
    <b>"Maintain Variant: Report MEREP_DISTRIBUTOR, Variant Distributor" </b>Screen.
    When i give simulate, i get this error.
    <b>Simulate --> No Mobile ID found.</b>
    Can you help me solve this issue?
    Thanks and Regards
    Arun
    PS: Answers will be Rewarded.
    Message was edited by: Arun Kumar Ravi

    > Login in to your webconsole, under the
    > 'Administration' tab, press 'Add entry' button; which
    > will allow you to assign the componen to a user.
    at this point, i get a message  "Selected component type cannot be assigned\n"
    but when i see what components have been assigned,
      On All Devices    MI_ADMIN   ZMI0_EX1   01   Deployment with Next Synchronization    With Role Assignment    2005-12-29   19:14:23  
    ZMI0_EX1 - MCD Name.
    01 Version
    MI_ADMIN - User name.
    the above statement was a result of role sync from the ABAP server side.
    So, what's next?
    Regards,
    arun.
    Message was edited by: Arun Kumar Ravi

  • Error during Goods Receipt for Production Order

    Hi All,
    When using MIGO to post Goods Receipt for a Production Order, I got a customize message saying that the posting is only available between 2010.08.25 to 2010.08.27.  I have checked in Business Add-in using SE19 but there are no implementation present.  I know that in Logistic Verification MIRO there is a transaction OMRM to set messages.  I would like to ask is there anything similar for MIGO.  
    Or is there any other place in Configuration which allows me to add these Customize message.
    Thanks.
    Edited by: jamison2004 jordan2004 on Jul 9, 2010 9:09 AM

    Hello Jiaul,
    Sorry I may have mislead you.  The actual error message is "Goods Receipt for Production Order XXXX can only be made on 2010.08.25 to 2010.08.27".  These two dates are the Start Date and FInish Date for the Production Order in CO03, 
    The Basic Start Date for the current Production Order is  2010.08.25
    The Basic Finish Date for the current Production Order is 2010.08.27
    I think what it means is that you can only Post Goods Receipt for the Production Order only after the Basic Start Date of the Production Order.  Do you know where I can find the configuration for this message?
    Thanks

  • Error during create CR for MDGC "Enter a relevant role for creation of customer master data"

    Hello Experts,
    I am unable to create a Customer CR in 'MDG 6.1 Customer UI' , the UI throws an error saying "Enter a relevant role for creation of customer master data".It looks like it is expecting me to mention the BP role ( like FLCU01 Customer or FLCU00 FI Customer ) , but I don't see that BP role section in the Customer UI to mention .
    While creating the vendor CR  , I am able to enter the BP role ( like FLVN01 vendor or FLVN00 FI Vendor ) in the UI BP Role section.
    Following are the UI's for Customer and Vendor
    Customers BS_OVP_BP: BS_OVP_CU > OVP: BS_CU_OVP - I do not see BP role section here.
    Vendors BS_OVP_BP: BS_OVP_SP > OVP: BS_SP_OVP - This is working fine  , I see BP role section here.
    Please advice what I am missing here , what should I do for the successful CR creation . Should I change the UI for Customers or do I need to do anything in CVI configuration.
    Thanks,

    Hi Abdullah,
    You were right in the first place the UIBB is missing  , the UIBB 'Role' was present in the 'Search Customer' page but not available in the 'Create Customer CR' page , so I created the 'Role' UIBB again and was able to create the CR now . Not sure how it got deleted in the first place , is there any options where we reset the UI screen to the default initial configuration
    But after approving the CR , only the Business Partner BP is getting created and the Customer is not getting created . Not sure what might be the issue now. Is there any config that tells to automatically create customer when BP is created. I was able to create Vendor using the create Vendor CR before.
    Thanks

Maybe you are looking for

  • Can I import my playlist from my ipod to my iTunes?  My playlists in iTunes has disappeared....

    I recently upgraded my old mac with a new mac.  I transferred everything over and it worked (including the itunes xml file that contained my playlists).  I erased my old mac and gave it to a friend.  I synced my iphone to my new mac and all my playli

  • How to disable SSL v3 for sun os 5.6 (OAS 4.0.8), I am facing POODLE vulnerability issue?

    my Website is hosted on Sun OS 5.06 (OAS 4.0.8) and using web server : Oracle_Web_Listener/4.0.8. Website is configured to use https for secure pages and it was working fine from last 10 years but suddenly i am getting complaints from my customers th

  • Smartform output in html

    Dear all , I want to take smartform output in html format . the logos are not coming as well as the header template the records are coming in next line not side by side .my code is :     gs_output_options-xsfcmode  = 'X'.     gs_output_options-xsf =

  • Insufficient pdf maker

    The native pdf program is really a pain for me. I know how to access it: I can click "save" or "print" on a document, and there's the pdf option in the print box, and a pdf option in the "save as" menu. Problem is, I can't chose the size of the pdf.

  • I need help with my adobe flash

    I recently upgraded my adobe flash player and now my youtube is acting up. All of the videos are shaking..I don't know how to fix it.