Find Data in VC

I have succesfully defined a Connector to my SqlServer database.
Now when I use the find data in VC I get the right data source name, but under it a "0" and the proper database name. Both the zero and the database can be expanded to show all table names.
Is something wrong? Is this normal behaviour?

Hi Jan,
this problem appear when you dont have correctly configured the "Fixed Schema" and "Fixed Catalog" in the BI JDBC System.
Regards,
Nacho,

Similar Messages

  • Can not find data in virtual cube

    Experts,
    I can not find data in virtual cube with services function module (copying Z_RS_BCT_FIGL_DATA_GET_VC10 from RS_BCT_FIGL_DATA_GET_VC10).The standard cube is maintained with data.
    Can anybody tell me what could be the reasons the data is coming through Virtua cube.
    Thanks,
    AK

    Hi,
    i_basic_infoprov is the name of the provider where the data is selected from. This must be a basic provider that contains data. What I meant was, create a copy of fm RS_BCT_FIGL_DATA_GET_VC,1 maybe as Z_BCT_FIGL_DATA_GET_VC1, and enter the name of this fm in the properties of your virtual cube. For that fm it might also be a good idea to enter a default value for i_infoprov. And this should be the name of your virtual cube.
    regards
    Siggi

  • Unable to find data source

    Hi All,
    we have installed standard cubes and ODS from Business content. Now we want to load standard ODS but we are unable to identify standard data source.
    0CPR_C03 -  Infocube.
    We have already checked in BI Content and help.sap.com but it doesnot display any data source name.
    Kindly give input to find data source.
    Regards,
    Sathvik

    Hi,
    Now you got some clue, i.e. some datasource names supports the cube.So in that you need to analyze what feilds you want to and in which datasource you have all that feilds in that way you need to use the DS. For any other information you need to check in sap help sites, here I'm giving some tables in BW, so it will help you.
    RSISOSMAP Mapping Between InfoSources and DataSources (=OLTP Sources)
    RSOSFIELDMAP Mapping Between DataSource Fields and InfoObjects
    RSTS Transfer Structure in SAP BW
    ROOSGEN Generated Objects for a DataSource
    ROOSOURCE Header Table for SAP BW DataSources (SAP Source System/BW System)
    RODELTAM BW Delta Procedure (SAP Source System)
    RSOLTPSOURCE Replication Table for DataSources in BW
    Thanks
    Reddy

  • Unable to find data in RSA3 for particular fields2lis_04_p_arbpl datasource

    I am working with datasource 2lis_04_p_arbpl to construct Yield Report. I have a field GAMNG(Target Quantity) in the table AFKO, so I added it to the communication structure and activated it. I also want the field IGMNG(confirmed quantity) which is available in the table AFKO but not appearing in the pool tables of ARBPL datasource, so I have done datasource enhancement and obtained the field in the datasource. When I am checking for the data in RSA3, unable to find data(zero values) for both the fields.
    Edited by: bhagav on Jan 5, 2012 1:20 PM

    Hi ,
    Please make sure that you are doing the extractor check in Update mode 'Full' .If the setup tables are filled then this should pick the data for the 2 newly added fields .
    check and update accordingly later .
    Thanks
    Kamal Mehta

  • Unable to find data source null [Caused by: jdbc/Apps1DataSource not found]

    Hi,
    I am using OA Adapter which listens to an EBiz HRMS event, and I am encountering the following error in $Home\j2ee\oc4j_soa\log\oc4j_soa_default_group_1\oc4j\log.xml while registering the ESB service.
    Error details:
    <MSG_TEXT>Failed to process control event for Service "DefaultSystem.SyncWorkerPartyEbizOAAdapter" due to an error while adding the Service! Reason : oracle.tip.esb.server.common.exceptions.BusinessEventFatalException: An unhandled exception has been thrown in the ESB system. The exception reported is: "ORABPEL-12517
    AdapterFrameworkImpl::endpointActivation - Endpoint Activation Error.
    The Resource Adapter Oracle Applications Resource Adapter was unable to activate the endpoint oracle.tip.adapter.apps.AppsWFBesQueueDequeueActivationSpec:{MessageSelectorRule=tab.user_data.event_name = 'oracle.apps.per.api.person.update_person', QueueName=WF_BPEL_Q, Consumer=ORA_6krj2dpn70s36c1g6h1k8dhi8h, DatabaseSchema=APPS, AppsEventSchema=ANY_SCHEMA} due to the following reason: javax.resource.ResourceException: Unable to find data source null Caused by: jdbc/Apps1DataSource not found
    Please correct the reported issue and redeploy the BPEL process.
         at oracle.tip.adapter.fw.jca.AdapterFrameworkImpl.endpointActivation(AdapterFrameworkImpl.java:566)
         at oracle.tip.esb.server.service.impl.inadapter.ESBActivationAgent.activateInboundJcaEndpoint(ESBActivationAgent.java:390)
         at oracle.tip.esb.server.service.impl.inadapter.ESBActivationAgent.performEndpointActivation(ESBActivationAgent.java:306)
         at oracle.tip.esb.server.service.impl.inadapter.ESBActivationAgent.activateEndpoint(ESBActivationAgent.java:236)
         at oracle.tip.esb.server.service.impl.inadapter.ESBActivationAgent.activateEndpoint(ESBActivationAgent.java:209)
         at oracle.tip.esb.server.service.impl.inadapter.InboundAdapterService.activateEndpoint(InboundAdapterService.java:177)
         at oracle.tip.esb.server.service.impl.inadapter.InboundAdapterService.activateService(InboundAdapterService.java:119)
         at oracle.tip.esb.server.service.EsbServiceFactory.activateEsbService(EsbServiceFactory.java:222)
         at oracle.tip.esb.server.service.EsbServiceFactory.addEsbService(EsbServiceFactory.java:240)
         at oracle.tip.esb.server.common.RuntimeESBSystem.addService(RuntimeESBSystem.java:211)
         at oracle.tip.esb.common.system.ServiceEventsHandler.handleCreateService(ServiceEventsHandler.java:72)
         at oracle.tip.esb.common.system.MetadataChangeListener.handleServiceEvent(MetadataChangeListener.java:136)
         at oracle.tip.esb.common.system.MetadataChangeListener.onMetadataChange(MetadataChangeListener.java:85)
         at oracle.tip.esb.common.control.ControlMessageHandler.handleMessage(ControlMessageHandler.java:115)
         at oracle.tip.esb.server.dispatch.agent.ESBWork.process(ESBWork.java:162)
         at oracle.tip.esb.server.dispatch.agent.ESBWork.run(ESBWork.java:120)
         at oracle.j2ee.connector.work.WorkWrapper.runTargetWork(WorkWrapper.java:242)
         at oracle.j2ee.connector.work.WorkWrapper.doWork(WorkWrapper.java:215)
         at oracle.j2ee.connector.work.WorkWrapper.run(WorkWrapper.java:190)
         at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:814)
         at java.lang.Thread.run(Thread.java:595)
    Caused by: javax.resource.ResourceException: Unable to find data source null
         at oracle.tip.adapter.apps.AppsManagedConnectionFactory.getDataSourceConnection(AppsManagedConnectionFactory.java:411)
         at oracle.tip.adapter.apps.AppsManagedConnectionFactory.getConnection(AppsManagedConnectionFactory.java:288)
         at oracle.tip.adapter.apps.AppsManagedConnection.getConnection(AppsManagedConnection.java:85)
         at oracle.tip.adapter.apps.AppsConnection.getJdbcConnection(AppsConnection.java:70)
         at oracle_tip_adapter_apps_AppsConnection_Proxy.getJdbcConnection()
         at oracle.tip.adapter.aq.database.MessageReader.establishDBconnection(MessageReader.java:358)
         at oracle.tip.adapter.aq.database.MessageReader.&lt;init>(MessageReader.java:265)
         at oracle.tip.adapter.aq.inbound.AQActivationSpecDequeuer.init(AQActivationSpecDequeuer.java:142)
         at oracle.tip.adapter.aq.AQEndpoint.&lt;init>(AQEndpoint.java:99)
         at oracle.tip.adapter.aq.AQResourceAdapter.endpointActivation(AQResourceAdapter.java:73)
         at oracle.tip.adapter.apps.AppsResourceAdapter.endpointActivation(AppsResourceAdapter.java:147)
         at oracle.tip.adapter.fw.jca.AdapterFrameworkImpl.endpointActivation(AdapterFrameworkImpl.java:541)
         ... 20 more
    Caused by: javax.naming.NameNotFoundException: jdbc/Apps1DataSource not found
         at com.evermind.server.rmi.RMIServerContext.lookup(RMIServerContext.java:207)
         at com.evermind.server.ApplicationContext.unprivileged_lookup(ApplicationContext.java:257)
         at com.evermind.server.ApplicationContext.lookup(ApplicationContext.java:197)
         at javax.naming.InitialContext.lookup(InitialContext.java:351)
         at oracle.tip.adapter.apps.AppsManagedConnectionFactory.getDataSourceConnection(AppsManagedConnectionFactory.java:408)
         ... 31 more
    </MSG_TEXT>
    I have added the connection properties in $Home\j2ee\oc4j_soa\application-deployments\defaul\oc4j-ra.xml as follows:
    <connector-factory location="eis/Apps/apps1" connector-name="Oracle Applications Adapter">
         <config-property name="xADataSourceName" value="jdbc/AIADataSource"/>
         <config-property name="dataSourceName" value=""/>
         <connection-pooling use="none">
         </connection-pooling>
         <security-config use="none">
         </security-config>
    </connector-factory>
    Please correct me if the connection properties are wrong.
    I tried AppsEventSchema with 'NO-SCHEMA' and 'ANY-SCHEMA' also.
    If I use File Adapter I was able to register the ESB and instances were created successfully.
    My versions:
    JDEV:      10.1.3.3.0
    SOA:     10.1.3.3.0
    I have done a lot of research on this but in vain. Is there any patch for rectifying this error?
    Help me on this issue pl.
    Regards
    RK

    You need to check your datasource name jdbc/AIADataSource
    Check out your data-sources.xml to make sure you didn't mistype it.

  • In which table in CRM can i find data in business activity details?

    Hi
    In which table in CRM can i find data entered in business activity details in opportunity transaction.
    Please advice .
    Thanks,
    Vaishnavi

    found the table name CRMD_Activity_H

  • In 4.1 BO Client Tools not able to find data source  for BVM

    Hi All,
    In 4.1 BO Client Tools not able to find data source  for BVM
    Its creating issue .
    So if any body have any solution please let me know.
    Regards,
    Abhishek

    java.lang.NoSuchMethodError: org.w3c.dom.Node.getTextContent()Ljava/lang/String;
         at customertree.XmlLoader.readData(XmlLoader.java:127)
         at customertree.XmlLoader.<init>(XmlLoader.java:69)
         at customertree.CustomerTreeFinal.jbInit(CustomerTreeFinal.java:240)
         at customertree.CustomerTreeFinal.init(CustomerTreeFinal.java:858)
         at sun.plugin2.applet.Plugin2Manager$AppletExecutionRunnable.run(Unknown Source
         at java.lang.Thread.run(Unknown Source)and then inside the code... this is where i get my first error
    clients.setRowId(list2.item(i).getTextContent());

  • Function Module to find date by passign the Planning Calendar

    Hi All,
    Can you tell me is there any function Module to find date by passign the Planning Calendar?
    The requirement is i have a planning calender assigned to the Material in the MRP2 view.
    Example: Material XXXXXX is assigned a Planning Calendar Z01.
    Z01 is defined such that Delivery is on Monday only. This calendar says that the material is received from the Vendor only on Mondays.
    So whenever i punch a Sales Order for Material XXXXXX, a PR is automatically geenrated when saving the sales order and the calculation of Delivery dates is also happening at this level.
    Basing on this PR a PO is raised to a Vendor for procuring the Material XXXXXX, now my problem is for example the PO is raised today (30.04.2008), but the Materail XXXXXX is available only on next monday in my plant (05.05.2008) basing on my Planning Calendar assigned in the Materail Master, so i have to inform this dealy to my customer at the time of punching the sales order.
    So is there any function Module to find date by passign the Planning Calendar?
    Thanks for your valuable inputs.
    Regards,
    Sudarshan

    Hi Jorge,
    Thanks for your reply.
    I am unable to open the Function module which you have mentioned below.
    I am working on 4.6 c version of SAP.
    Any ways i have found one function module which is useful to my requirement as stated below:
    DATE_GET_PERIOD
    Thanks and Regards,
    Sudarshan

  • System Not coming in Find Data

    Hi,
    I added a new JDBC system in portal in Visual Composer folder, created alias, done usermapping and my connection tests are successful.
    But when i tried to access it from VC, its not coming up in Find data tab.
    I am getting the following message in status area
    <b>0001> Welcome to Visual Composer
    0002> com/sap/portal/connectivity/destinations/IPortalSystemLandscapeRetriever</b>
    Any ideas?
    Regards,
    Sooraj

    Hi,
    There is a message box saying no BI systems are configured with the portal when i try BI integration wizard.
    Regards,
    Sooraj

  • Find data same kind in Oracle dBase SQL

    Hello all
    I'm working on a project were i need to find data that are cross referencing in between them (Redundant data).
    I explain:
    I have this SQL that i use all the time to extract trailer per carrier ID:
    SELECT NULL,
         NULL,
         TRC.TL_RESOURCE_ID,
         TRC.CARRIER_ID,
         TRC.PERIOD,
         TRC.MAX_LOADS,
         TRC.CONTRACT_MAX_TEAMS,
         TRC.CURRENT_MAX_TEAMS,
         TRC.PERCENT_COMMIT,
         L.NAME,
         R.NAME AS REGION_NAME,
         RD.KEY_NUM,
         RD.LOW_KEY_VALUE,
         RD.HIGH_KEY_VALUE,
         R1.NAME AS REGION_NAME_1,
         RD1.KEY_NUM,
         RD1.LOW_KEY_VALUE,
         RD1.HIGH_KEY_VALUE,
         NULL,
         NULL,
         TRT.TRLR_TYPE_ID,
         to_char(TRT.EFFECTIVE, 'yyyymmdd'),
         TRT.CONTRACT_NUM_VEHICLES,
         TRT.CURRENT_NUM_VEHICLES
    FROM TL_RESOURCE_CARRIER TRC,
         TL_RESOURCE_TRLR TRT,
         LANE L,
         REGION R,
         REGION R1,
         REGION_DETAIL RD,
         REGION_DETAIL RD1
    WHERE TRC.TL_RESOURCE_ID = TRT.TL_RESOURCE_ID
         AND R.ID = RD.REGION_ID
         AND R1.ID = RD1.REGION_ID
         AND TRC.LANE_ID = TRT.LANE_ID
         AND TRC.CARRIER_ID = TRT.CARRIER_ID
         AND L.ID = TRC.LANE_ID
         AND L.ID = TRT.LANE_ID
         AND L.FROM_REGION_ID = RD.REGION_ID
         AND L.TO_REGION_ID = RD1.REGION_ID
         AND TRC.CARRIER_ID = 'UPS';What we see in these fields bellow are Location ID or Postal Code or States value from an origin to a destination:
    RD.LOW_KEY_VALUE, (Origin)
    RD1.LOW_KEY_VALUE, (Destination)
    Ex:
    H7S 2B9 (Postal code)
    QC (State) etc...
    In these 2 fields bellow, i have keys that link to a specific type of data:
    RD.KEY_NUM,
    RD1.KEY_NUM,
    Ex:
    4 (State)
    8 (Postal code) etc...
    In TRC.CARRIER_ID field, i will have the Carrier ID ex: UPS
    Now here comes my problem:
    I have to link this to the location table to validate for example the postal code is in what state for example.
    4 IN (RD.KEY_NUM) AND (EXISTS (SELECT STATE FROM LOCATION WHERE STATE IN (RD.LOW_KEY_VALUE))
    8 IN (RD.KEY_NUM) AND (EXISTS (SELECT ZIP FROM LOCATION WHERE ZIP IN (RD.LOW_KEY_VALUE, ))If i have UPS carrier ID set from origin postal 7 : H7S 2B9 to Destination postal 7 : G0L 2K0
    and also UPS carrier set from origin postal 7 : H7S 2B9 to Destination State : QC
    Since we have the same carrier, and the same origin postal 7 and that the destination postal 7 equal the destination state from the second record, i need to see that i have these 2 lanes that are overlapping.
    I'm trying to extract all duplicated data like this.
    I know this is kind of a big thing but it can be done in multiple set of you want.
    I just need to start from the beginning.
    Can you please help me?
    Thanks again
    Edited by: 974487 on Dec 2, 2012 2:22 PM

    Hello all
    sorry for the big delay.
    I was working on the SQL;
    I have now this error:
    ORA-01427: single-row subquery returns more than one row
    On this part of the code:
    ( select distinct carrier_id, low_key_value, (select state from location would you know what it is?
    Thanks again
    Full code
    with S1   -- with constuction enables to use selected data twice
    AS
    SELECT NULL,
          NULL,
          TRC.TL_RESOURCE_ID,
          TRC.CARRIER_ID,
          TRC.PERIOD,
          TRC.MAX_LOADS,
          TRC.CONTRACT_MAX_TEAMS,
          TRC.CURRENT_MAX_TEAMS,
          TRC.PERCENT_COMMIT,
          L.NAME,
          R.NAME AS REGION_NAME,
          RD.KEY_NUM,
          RD.LOW_KEY_VALUE,
          RD.HIGH_KEY_VALUE,
          R1.NAME AS REGION_NAME_1,
          RD1.KEY_NUM,
          RD1.LOW_KEY_VALUE as LOW_KEY_VALUE_1,            -- as added
          RD1.HIGH_KEY_VALUE as HIGH_KEY_VALUE_1,          -- as added
          NULL,
          NULL,
          TRT.TRLR_TYPE_ID,
          to_char(TRT.EFFECTIVE, 'yyyymmdd'),
          TRT.CONTRACT_NUM_VEHICLES,
          TRT.CURRENT_NUM_VEHICLES
    FROM TL_RESOURCE_CARRIER TRC,
          TL_RESOURCE_TRLR TRT,
          LANE L,
          REGION R,
          REGION R1,
          REGION_DETAIL RD,
          REGION_DETAIL RD1
    WHERE TRC.TL_RESOURCE_ID = TRT.TL_RESOURCE_ID
          AND R.ID = RD.REGION_ID
          AND R1.ID = RD1.REGION_ID
          AND TRC.LANE_ID = TRT.LANE_ID
          AND TRC.CARRIER_ID = TRT.CARRIER_ID
          AND L.ID = TRC.LANE_ID
          AND L.ID = TRT.LANE_ID
          AND L.FROM_REGION_ID = RD.REGION_ID
          AND L.TO_REGION_ID = RD1.REGION_ID
    select s2.*
    from
    select carrier_id, low_key_value, low_key_1_state 
    from
    ( select distinct carrier_id, low_key_value, (select state from location
      where zip = s1.LOW_KEY_VALUE_1
             or city =  s1.LOW_KEY_VALUE_1
             or state = s1.LOW_KEY_VALUE_1
      and rownum = 1   -- because there are more rows with same city or same state
      )  low_key_1_state,  low_key_value_1
    from s1
    group by carrier_id, low_key_value, low_key_1_state
    having count(*) > 1 -- select duplicates
    )       s2

  • Finding data element

    hi
       i m new to idoc.i m trying to create the segment.in that i have 5 fields but i m not getting how to find data element for those fields.In y requirement they have just given fields like 
    Idoc   field                         XT01 message                          Description      
    FUNLOC_OWNER     C069_StockOwnerFunloc     STOCK OWNER FUNLOC
    M, 1      Format          Value
    M     N6     fixed value '000000'
    so how to find the data element of this field..plz help me...
    thnx

    Hi,
    Go to se11 -> give any datatype name > Press F4> serach for dataelements --> popup will come 'Press Information system and give datatype and length. --> you can find your dataelement.
    Regards
    Bhupal Reddy

  • System Alias is not coming in dropdown of System under Find Data Services

    I am having role in VC.
    In Visual Composer studio. I Clicked on Find Data option at right pane of the window to get
    Find Data Services window.
    In this window, I am not able to see the system alias from the dropdown list of the System field.
    Appreciate your help.

    Hi
    Inside Visual Composer , Goto Tools >Options> Compiler .
    Remove the Checkbox for Mask Unsupported Features.
    Click Ok.
    Now try the Find Data
    It worked for me.
    Regards
    Rajendra

  • How to find data base tables for a particular  trancation code

    Dear All,
    Is there any T.code for finding data base tables used in  a particular transaction code(Eg.: MM01).
    Regards,
    Satyapalli

    Hello Satya
    There is a very useful function module available for your requirement:
    <b>RS_PROGRAM_TABLES</b>
    Call this function module using:
    OBJECT_TYPE  = 'TRAN'       " transaction
    OBJECT_NAME = 'VA01'
    " PROGRAM  -> not required
    MONITOR_ACTIVATE = 'X'
    The function module will list you all DB tables touched by the transaction and shows whether they are read or updated (unfortunately, on ECC 5.0 this seems to be no longer the case. All tables are displayed as READ).
    Regards
      Uwe

  • In which table can I find data about payment runs (F110)

    Good morning,
    Can anyone tell me in which table I can find data about payment runs,which are carried out via transaction F110?
    Data about dunning runs can be found in table MAHNV, KNB5 & LFB5.
    Thank you.
    Kind regards,
    Linda

    Hi
    See in REGUH and REGUP. Also for Check payments, it can be seen in PAYR
    Jayaram

  • Finder data not being written to .DS_Store file

    The symptom of the problem I am experiencing is that the position of icons on my desktop (as well as icons in other folders in my home directory, as well as Finder window settings for folder in my home directory) are lost every time I log out. On a subsequent login, all of the icons "reflow" starting from the top right corner of the screen, just below the boot volume icon. I have been able to determine that this has to do with the .DS_Store file(s) in the Desktop folder and other folders of my home directory. If a .DS_Store file exists, the timestamp does not change when I change the icon layout and logout. If I delete the .DS_Store file, it is not re-created.
    In my case, my home directory (and the child Desktop folder) is being mounted off an SMB share on a Windows 2003 server. My Mac is using AD authentication to the same Windows 2003 server, which is the domain controller. I'm logging in with my AD credentials, and my home directory mapping is picked up from the home directory field in AD.
    Now, Googling this problem, I found a lot of people complaining about wanting to suppress the use/creation of the .DS_Store files on Windows network volumes. This led to an Apple KB article (http://support.apple.com/kb/HT1629) on how to modify a default to prevent the creation of .DS_Store files on network volumes--essentially the very behavior I am experiencing. The upshot of the KB article is to us the following command in terminal:
    *defaults write com.apple.desktopservices DSDontWriteNetworkStores true*
    I did a 'defaults read' to confirm this default isn't set on my install of Mac OS X 10.5.6--and it isn't. I then tried using the following variation in the hope I could force the behavior I wanted:
    *defaults write com.apple.desktopservices DSDontWriteNetworkStores false*
    Predictably, this had to effect.
    The upshot is, NONE of the Finder data for files and folders in my home directory (icon positions, Finder view window defaults, etc.) is preserved between logons. And this is driving me nuts! I've spent several hours over the past two evening trying to troubleshoot this, and I've had no luck.
    As a footnote, I'll mention that if I drag a folder from my home directory onto the local hard disk, the .DS_Store file is created/updated and things behave as expected (icon position and Finder window defaults are preserved). But, if I then drag the folder back over to my home directory, the values in the .DS_Store file become "frozen" and don't change.

    Hey, try this:
    1.
    Put a file in a folder on your Desktop.
    Edit: not your Desktop, but rather a typical local home on an HFS+ volume ~/Desktop
    2.
    Use "Get Info" to add a "Comment".
    The comment can be up to somewhere between 700 and 800 characters.
    3.
    Copy the folder to a FAT formatted flash drive, SMB share, etc.
    4.
    Create a new folder on the flash drive.
    5.
    Move the file from the first folder to the second folder.
    Confirm that the "Finder" shows the comment to be there.
    6.
    Quit the "Finder" - in 10.4 and earlier, this action would ensure that all .DS_Store files get updated, including transfer of comments. I.e. don't "relaunch" or "kill", etc. Enable and user the "Quit" menu, or use:<pre>
    osascript -e 'tell application "Finder" to quit</pre>
    7.
    Now where's the comment?
    In step 2, you could also have just created a file on the non-HFS volume and wasted your time typing in a 700 character comment.
    In step 6, a more real-world scenario is ejecting the drive or logging out, but deliberately quitting the "Finder" is the most conservative way to ensure that changes get written to .DS_Store files and comments survive. In 10.5.6, even under these conditions, comments are lost.
    Icon positions and view preferences are one thing, but with comments - that's real user-inputted data that Apple is playing fast and loose with. And if they no longer support comments on non-HFS volumes, the "Finder" shouldn't be showing you the comments when you double-check them in step 5, or allow them to be added in the alternate version of step 2.
    ..."C'mon Apple... what gives here?"...
    Unfortunately, this "Discussions" site is not frequented by Apple devs. Have you considered filing a bug report? I wonder what they would tell you, eg. if the treatment of .DS_Store files actually does turn out to be a bug or is intentional as it suspiciously seems...
    http://developer.apple.com/bugreporter/index.html

  • FINDER.DAT

    This question might not even be in the right place, but I am not sure where it should go.
    When I upgraded to OSX, I dragged all my files to my external QUE 80GB HD for backup. All of my QuarkXPress (and only QXP) files were changed to FINDER.DAT files and are no longer openable... in any program. I ran the disk utility on the external drive and it told me there was no problem.
    Why might this have happened?
    Does anyone have any suggestions?
    I am going to try to pick up Norton tonight and run that.

    "When I upgraded to OSX, I dragged all my files to my external QUE 80GB HD for backup."
    You most likely did this from your Mac OS 9 computer, correct? And the external hard drive is most likely PC-formatted?
    Because the external drive is PC-formatted, the files on that disk will only "appear" properly when you look at the disk from an OS 9 Mac, not one that's running OS X.
    The best way to solve this issue is to go back to an OS 9 Mac and hook the hard drive up. When you look at it from the OS 9 Mac, the files on the drive will appear fine. What you want to do is to take the files off the drive temporarily by copying them to the local Mac hard drive. Once you do that, use Disk Setup in OS 9 to reformat the drive as Mac OS Extended format (HFS+). After it's formatted, copy the files back onto the drive and take the drive to your OS X Mac. When you connect it to the OS X Mac, the files should appear properly.
    Hope this helps....
    Dual 2.7GHz PowerPC G5 w/ 2.5 GB RAM; 17" MacBook Pro w/ 2 GB RAM -   Mac OS X (10.4.6)  

Maybe you are looking for