What setting changes are to be made??

I am adding some .c files to my MAC application(cocoa), I am getting a lot of errors while compiling those files.
What setting changes are to be made before adding C files to MAC OS project???
If so can anyone point out that...??
1.     I am getting errors with the #include statements in my files...
2.     expected '=', ',', ';', 'asm' or '__attribute__' before 'asn_DEF_Payload'
How can I get around these list of errors??
Thanks in advance.

Sun Java Enterprise System Support Forum and the Directory Server's "Release Notes" [See docs.sun.com] is a good place to find this information. Also upgrade to the latest DS5.2 Patch 4.
One probable cause could be that either the BindDN or the SearchBase used by your application no longer exists in the upgraded server's setup. Please check the access log on the Directory server to pinpoint the culprit. The corresponding entry will have "err=32".
Examples:
SRCH base="dc=abc,dc=example,dc=com" ....
RESULT err=32 tag=101 nentries=0 etime=0
[Note: Tag 101 means the search base does not exist]
BIND dn="cn=user,dc=abc,dc=example,dc=com" ....
RESULT err=32 tag=97 nentries=0 etime=0
[Note: Tag 97 means BindDN does not exist]
Based on your requirements, you will either have to add the missing entry or upgrade your applications' configuration to use an alternative entry.
For more on Access Log contents see
http://docs.sun.com/source/817-7616/fileref.html#wp20452

Similar Messages

  • What exact changes are done in MGCP after NAT

    Hi All,
    I am not able to understand the changes in the MGCP packet after NAT. The screenshot is of working and non working case. Office is working fine with port change after NAT. But at home the NAT does not change the src port. It RSIP packet from the phone to the MG.
    What exact changes are done to a MGCP packet after NAT.
    Any help will highly be appreciated.
    Regards,
    Ravi

    NAT should not be used with VoIP.
    However, you may have better luck with H.323, or SIP, under NAT.

  • How Long until layout set changes are effective?

    I have made a copy of an SAP layout set to my own namespace.  When I modify some of the associated command groups, the changes are NOT showing immediately when I apply the layout set to a km folder.  I did find the 'rendering' cache setting under config and set it to a smaller value (was 1800 seconds : I made it 60 seconds), seemingly to no avail  I have used rendering debug mode and verified that my layout set is being applied. Is there some other settings/cache etc that I can tweak?

    Hi Hurton
    Here's how I usually get around this problem:
    1) Save your changes in the associated command group like you normally do. At this point the changes does not show.
    2) Remove all commands in the associated command group, you are making the changes to using "Shift+DEL". Save the command group with no commands entered.
    3) Enter the commands again into the command group using "Shift+INS". Save your changes.
    Your changes should now be visible. Hope it helps.
    Regards,
    Martin

  • What changes are to be made to sqlplus to show all the data on a single lin

    Using Oracle 10.2g
    The problem is that whenevr i run queries and collect the data into log and try to take the o/p.
    It comes in multiples lines in sqlplus
    ex
    select* from facts_table;
    UPN                                                       SID       ACYR
    ================================================== ========== ==========
            ID GRADE                                                       
    ========== ==================================================          
    1140                                                      852       1998
             1 E                                                           
    1140                                                      845       1998
             1 D                                                           
    1140                                                      865       1998
             1 D                                                            What settings need to be changed so that i can see all the data as
    Its a trouble again to modify all the data to be shown properly in the logfile.
    UPN   SID   ACYR   ID   GRADE
    === === ==== === =====something like this.
    Thank you.
    Edited by: Trooper on Jan 11, 2009 3:15 AM

    You can use
    SQL> set lines 150
    Anyway You can use column to help if know column length...
    Example:
    SQL> set lines 100
    SQL> column UPN format a15
    SQL> column SID format a10
    SQL> column ACYR format a15
    SQL> column ID format a15
    SQL> column GRADE format a5

  • BODS / SAP : what set-ups are required for communicating with each other ?

    Hi.
    There is a new SAP system
    And there is a new BODS installation.
    Both on independent server machines but on the same lan network.
    On the test system of BODS. We tried to see how the communication happens with SAP.
    While we try some test jobs by trying to pull a simple table on SAP R/3
    In Dataflow, we used simple SAPR/3 ABAP flow. And put it into target database thro query transformation.
    In the datastore,
    We used the Generate and Execute option,
    with a path on the local directory of BODS server for creating the ABAP program and the dat file.
    However,
    We are always getting error on batch job schedule.
    Although the user is having rights on the R/3 table
    And can login into SAP R/3 system and check the table.
    Still we get an error saying Databstore unabel to connect to R/3 system. Check for user login etc.
    For anyone whose login we use. We get the error.
    However, if i directly generate the code on the ABAP flow (without running the job),
    make the program available on R/3 system.
    and then run the job as execute preloaded
    this works fine without any error.
    and we are able to see the data in the target table.
    Now both the systems are new.
    And am not aware of the initial set-ups which are required for communication between SAP / BODS.
    Are WE missing something on the SAP side setups - for generate and execute option to be used?
    Is there anything specific to be done for ease of the communication between SAP server and BODS server in this regard.
    Can anyone share some inputs on this.
    Actually for any user with full admin rights too, on the sap side, if we use the user login for R/3 connectivity for this particular "generate and execute" option,  it errors out after nearly 10 minutes. Then the error says, login info not correct.
    So basically, the communication channel by itself between SAP R/3 and BODS seems to be locked somewhere.
    If anyone with SAP admin expertise - can help or advise on this.
    Many thanks
    Indu
    Edited by: Indumathy Narayanan on Sep 13, 2011 9:20 PM

    Getting data out of R/3 requires two distinct setup tasks, and they don't have much to do with each other.
    The first basic task is to get the little ABAP extraction programs loaded and run in R/3.  You can pre-load them and then call them, or generate, upload, and execute them all on-the-fly, at BODS runtime.  During development, use "Generate and Execute" for your ABAP.
    Once that's done, you have four different choices to get the data back: "Direct download", "Shared directory", FTP, and "Customer Transfer". Normally, you'll use either FTP or "Shared directory".  Refer to the documentation (the BODS SAP Supplement) for a description of all this.
    In all cases (or at least, quite certainly, using the FTP and Shared Directory methods), the ABAP extraction programs are directed to plop their output as flat files in the "Working directory on SAP server."  For testing, you can look in that folder to see if any flat files are appearing when you submit an ABAP data flow.  If not, then either 1) your ABAP program isn't getting in there (a Basis admin should be able to tell you), or 2) it's not running (ditto), or 3) it's running but unable to generate the output file (ditto), because a) SAP isn't permitted to write to that folder, or b) the folder doesn't exist (it needs to be defined from the perspective of the SAP server).
    If you do see files appear in the "Working directory on SAP server" when you run a BODS job w/ an ABAP dataflow, then the problem is that BODS can't fetch them.  If you're using the "Shared directory" method, which is suitable for and often used in all-Windows environments, then the account under which the Job Server in question is running must have access to the "Working directory on SAP server," but this time from the perspective of the Job Server.  So if, for instance, SAP was directed to put the flat files on a local folder, say, "E:\USR\SAP\BODS", then you might want to share this folder out as, for instance,
    sapdev1\bods (for an SAP host called "sapdev1"), and then enter "
    sapdev1\bods" in the "Application path to shared directory" field, in your SAP datastore configuration.  If your Job Server service is logging-in as "Local System," though, it won't be able to get there -- it needs to log-in as an AD domain account w/ rights to that share.  Get it?  Try logging in to your BODS job server computer with the AD "service account" setup for use by the Job Server service, and try to open a file on the "Application path to shared directory". If you can't, then BODS won't be able to get data from ECC, either.  FTP works similarly -- if you're using that and having trouble, please re-post.
    Best wishes,
    Jeff Prenevost
    Data Services Practice Manager
    itelligence

  • IWeb will not Publish.  The publish icon stays red and no changes are made. Please help.

    The question says everything.  When I click "publish site," the world icon at the top of the screen stays red (instead of whirling about and turning blue), and no changes are made.  When I exit the program, it says, do you want to exit while changes are still being made? 
    This is confusing, since nothing seems to be uploading according to the icon.   The website really needs to be updated and I welcome and appreciate any and all help.  Thank you.

    See this page for an axample of publishing settings...
    http://www.iwebformusicians.com/iWeb/Publish-Website.html
    If this doesn't get things going try the second method - publishing to a local folder - to see if that works.
    See this page for more troubleshooting info...
    http://www.iwebformusicians.com/iWeb/iWeb-Tips.html
    ... and this one for info about using iWeb with Lion/Mountain Lion...
    http://www.iwebformusicians.com/iWeb/mountain-lion.html

  • TS3899 My ipad does not communicate with iphone on one of my email accounts and will not remove deleted emails that are done on the iphone and vice versa, what setting should be changed?

    My ipad does not communicate with my iphone on one of my email accounts and will not remove deleted emails that are done on the iphone and vice versa, what setting needs to be changed?

    It's my understanding that an iPhone can only sync with one computer. You need to choose one computer. Sounds like it syncs at work, but not at home. If you want to just sync it at home, then you have to make sure the home computer has all the info that you want on it, like music etc. Then you have to deauthorize the work computer for it to sync at home. When you connect it will ask if you want to set up as a new iPhone or restore from backup. If you don't have a backup on the home computer then either way you will be wiped clean. So any photos, contacts, notes etc you have will be erased. You would need to backup or copy your photos from your iPhone. When you connect it to your home computer, it will give you that popup message to open your iPhone files. Then you can copy those photos and save them onto your computer and sync them back in through iTunes.
    For your contacts, do you use any type of address book? If so you'll want to back that up and then transfer to your home computer. For notes, you can just email those to yourself and then save that email. I use MobileMe so the contacts issue is easily resolved.

  • HT1923 what hard drive changes are made when downloading i-tunes 10.6 upgrade

    what hard drive changes are made to my computer when downloading the i-Tunes 10.6 upgrade / update? 
    what registry changes does it make, if any?

    Ok, so as far as the hard drive goes, go for the biggeset one you can afford/need. 500 gb, should be plenty big for just about anybody. But as for the speed of the drive.... Yes, a 7200 rpm drive will drain the battery life much quicker than a 4200 rpm drive or even a 5400 rpm drive. Apple has been shipping 4200 rpm drives as a standard for ever practically, and recently made the 5400 rpm the new standard with the 7200 as an option. More important than the physical speed is the buffer size. A nice big buffer will provide quicker access to data and not eat into your battery life. Then there is also the option of an SSD (solid state drive), but those are still crazy expensive.
    I've read any Serial ATA drive is compatible with the drop sensor. I upgraded my hard drive with a Seagate, and it works great. Apple generally ships Toshiba drives in their laptops.
    replacing a hard drive can be a bit of work. First of all it will void your warranty (But your is obviously expired anyways) It is pretty complicated and takes a lot of patience. iFixit has great step by step instructions. here's a link : http://www.ifixit.com/Device/MacBookPro_15%22_Core_2_Duo_Models_A1226_andA1260
    Hope this helps

  • While watching an iTunes movie from my Apple TV, why does my movie stop playing at the 1 hour mark?  I'm assuming I have a setting causing this to happen, but I have no idea what setting needs to be changed.  Can someone help me?

    While watching an iTunes movie from my Apple TV, why does my movie stop playing at the 1 hour mark?  I'm assuming I have a setting causing this to happen, but I have no idea what setting needs to be changed.  Can someone help me?

    It's right at an hour (consistently), but the computer goes to sleep prior to that. It's as if iTunes goes to sleep. Also, it wasn't always this way. Originally, the movies played through without interruption. At some point, I guess a setting was changed, and now I only get an hour. Also. My energy settings are set to go to sleep at 10 minutes.

  • Why changes are not made in login screen after changes in logon.css in OBIE

    Hi,
    I need to change the login screen with my own logo.and i referred the below links.I have made all the cahanges as mentioned in this link.
    The heading is changing but the backgroundimage and colours are not changing.I have made all the changes as mentioned in this link.
    can anyone help what is wrong and why i'm not getting the backgroung image and colour changed..Is there any other changes in logon.css or instanceconfig.xml
    other than mentioned in this link.
    http://santoshbidw.wordpress.com/2011/08/16/obiee-logon-screen-customization/
    http://santoshbidw.wordpress.com/category/obiee-10g/obiee-10g-answers/customize-obiee-logon-image/
    Thanks in advance

    You have customised the skins/themes folder
    $OBI_HOME/web/app/res/*
    Depending on what webserver you are using you will also need to customise the skins/themes for the web application that is already deployed.
    These are where you can find them:
    OC4J: $OBI_HOME/oc4j_bi/j2ee/home/applications/analytics/analytics/res/*
    WebLogic: $OBI_HOME/web/analytics/res/*
    You will need to restart the presentation services to see the changes.
    If you are manually deploying the application to the web server you will need to make your changes to the original app folder '$OBI_HOME/web/app/res/*' and then follow the below guide to create the web archive to deploy to the presentation server i.e. oc4j or WebLogic.
    http://download.oracle.com/docs/cd/E12096_01/books/AnyInConfig/AnyInConfigSAW4.html#wp1119340

  • What setting do I need to change to have a search result file (pdf. or whatever) open instead of automatically download?

    Firefox downloads files automatically when opening a opening a search result. What setting do I need to change to have the search result file (pdf. or whatever) open instead? Something changed yesterday and I lost the ability to open the files vs. download.
    == This happened ==
    Every time Firefox opened
    == July 7, 2010

    Hello,
    Normally, when I use my online account, when i select a document to open with excel or with adobe, the applicaiton installed on the PC, is used to open the files.
    Can you check the under control panel, default programs, and see what program  is associated to the PDF files?
    When you try to open one of those pdf files from your back, what happens?
    If you download them to the HDD, are they automatically associated to ADOBE?
    Thanks,
    I work for HP! Please remember to provide and if this helped click ON

  • When on=line banking, or checking my cell phone bill, I can't download my statement or phone bill, the page will pop up, but will remain blank. No problem with I.E. What setting needs to be changed???

    When I'm on a secure site, like my bank, or my cell phone account, I can't download my bank statement or cell phone bill. If I click on my bank statement, it will take me to a page with the list of my statement months. When I click on a month, another page will appear that says "about blank", but then nothing appears on the page. I'm guess it's a security setting, or a proxie setting, but I don't know which, or what to change it too. Help?? If I use I.E. (which I hate to use) everything works okay. Same problem if I try and download my cell phone bill from Verizon. Thanks

    Thanks for your help firstly.
    No I don't have any firewall that I know of that could affect the Desktop app.  I have reviewed the link you sent across and the results are as follows:
    1. Make sure you can connect to the internet.
    Yes, internet is all good... no problems here.
    2. Make sure that you can access secure sites:
    Yes, I can access secure sites as tested by the example in the list (https://www.adobe.com).
    3. Check your hosts file.
    Test successful after going to: https://lm.licenses.adobe.com
    Moving on to reset the hosts file...
    I've followed the instructions and I get to "Select the hosts file and open it".
    If I simply double click, then the default is to open in TextEdit.
    Once open, I go to find File > Save As, but it only says, "Save a Duplicate" and then once I save a duplicate, I don't know where to save it because the Save window only shows the basic folders and I don't know how to get back into the /etc folder from the Private files.
    More instructions please, if possible?
    Thanks again

  • Orders to stay release (VKM3) even if changes are made to the order

    Hi,
    Is there a setting to keep the sales orders in released status once the order is release for credit through VKm3.
    That is even if the order is release if you make any changes to the order it goes back to credit blocked status.
    Is there any way to stop this from happenin. I want the order stay released even if any changes are made to the order once a release has been done in VKm3.
    Thanks
    Keshi

    Hi,
    Go to the transaction code OVAK,
    Select the correct Credit group and risk category and enter into the features of this combination.
    Here if you check the fields, you can find that there are certain fields which decides whathappens to a sales order when it is released from credit block and then some changes made.
    You can configure these fields to enable your functionality. As I am in different network now, I am not able to give u the correct fields.
    But as per the functionality, it should ideally block the order because the change can even be in price , that is the Credit exposure itself. Hence it should ideally block.
    Hope this helps you to decide.

  • What changes are required for OSS note 456507

    Hi All,
    PLease advise me what changes are required for OSS note 456507 (Assign the function groups QOWK or ORFC in the authorization object S_RFC to tRFC/qRFC users).
    I’m thinking of just going with the following additions to Role
    AAAB – Cross Application Auth Objects
    S_RFC
    Activity – 16
    Name of RFC - *
    Type of RFC - *
    But wanted to check what the implications of doing such a thing were, are there any negative points that you can think of opening up the access as above, as opposed to what was suggested in the OSS note?
    Your advice would be greatly appreciated.
    Thanks in Advance.
    Regards,
    Sandhya.

    Hello Sandhya,
    S_RFC is needed in case of making any RFC calls.
    Normally it is needed  for users that are mentioned in RFC destinations.
    As such mostly these users are system/communication users or super users.
    Without giving access to function groups through S_RFC successful RFC call can´not be done.
    Now the value of field name of RFC can be * but only for those users which are really global super users. In case you need this authorization for any selective functionality as in you case only for function groups QOWK or ORFC then you should try to  restrict the access. Negatiity is only that in case of * the authorization access increases but for system or super users you dont need to worry too much really because with system/communication users no one can login and the super users will have sap_all generally. Also their passwords will be a well kept secret so that a miususe can not be made.
    By global super users I mean users which are used for various types of activites.
    Please award points accordingly.
    Regards.
    Ruchit.

  • Automatic Output Message when Changes are made to a PO

    Hi Gurus,
    I would like to know to to set up automatic print or fax for PO output once changes are made to it. I was able to send automatic print/fax when i create a new PO. But when that same PO is changed, i still need to go to ME9F to fax it. Is there a way to make it automatic?
    Thanks,
    Jograd

    Hi Greetings
    would like to know to  set up automatic print or fax for PO output once changes are made to it. I was able to send automatic print/fax when i create a new PO. But when that same PO is changed, i still need to go to ME9F to fax it. Is there a way to make it automatic?
    You need to make the following u201CFine-Tune controlu201D settings for the output type so that output will be generated automatically once changes are made.
    ONLM --> Messages --> Output control --> Message types -->Define Message Types for Purchase Order -->  Fine-Tuned Control: Purchase Order --> Include indicator 2. Printout of changes for the output type.
    Gobinthan G

Maybe you are looking for

  • Transport Request got failed due to Source system does not Exist

    Dear All, I Have collected All data soruces which are related to R3 data sources and Flat File data sources... After import the transport request it got failed due to Flata file source system does not exist in BI quality system. But all data sources

  • Average Maximum Cycle Count for Early 2008 MacBook (Black)

    I have a black early 2008 MacBook that now in its fourth year, and I have noticed that battery health have started to diminish. I am wondering what is the maximum battery cycle count for the early 2008 black MacBooks, and if its time to replace it? (

  • Shipment_HU (delivery)

    Hello, Is there a way to link between Shipment and HU (packed inside the Inbound delivery). What I am looking for is Shipment route - HU( inbound delivery ) and HU packing materials, I did try with VTTK, VTTP and VEPO/VEKP but not getting desired usi

  • Transaction variant for IW32

    Dear Expert                        i have created a tranasction varint ziw32 for make reference date & time feild only for output, Now I want to assign this varint to standard tcode IW 32 because client does not want to use ztcode. how can i aachive

  • RegisterIndexTableOutParameter of JAVA_OBJECT-elemnt raises Invalid column

    i wrote below code ---------------Oracle --------------------- CREATE OR REPLACE PACKAGE K_WD_COMMON AUTHID CURRENT_USER IS TYPE TYPEREC IS RECORD( COL1 VARCHAR2(50), COL2 NUMBER(3) --TYPE TYPETAB IS TABLE OF TYPEREC INDEX BY BINARY_INTEGER; TYPE TYP