The multi-part identifier could not be bound.

Hi!
Somebody can tell me what I'm doing wrong on this code (see below) because I'm getting this message
(Msg 4104, Level 16, State 1, Line 1. The multi-part identifier "dbo.tdbComments.cmsComments" could not be bound.)
SELECT [to].odsProduct, tsd.sndInvoice, tsd.sndSerialID, tsd.sndTicketNo, tsd.sndStationID, ps.psName, CONVERT(varchar(8),tsd.sndDate,1) AS [Scanned Date], 
CONVERT(varchar(8),tsd.sndLaborDay,1) AS [Labor day], tsd.sndEmployeeID, u.EmpName, tc.cmsComments AS [Comentarios]
FROM dbo.tdbScanDetail tsd
INNER JOIN dbo.proStation ps ON ps.psID = tsd.sndStationID
INNER JOIN UserPlenimex.dbo.Users u ON u.EmpID = tsd.sndEmployeeID
INNER JOIN dbo.tdbOrders [to] ON tsd.sndSerialID = odsSerial
INNER JOIN dbo.tdbComments tc ON odsInvoice = sndInvoice
WHERE tsd.sndInvoice = '55370.0870'
GROUP BY [to].odsProduct, tsd.sndInvoice, tsd.sndTicketNo, tsd.sndSerialID, tsd.sndStationID, ps.psName, tsd.sndDate, tsd.sndLaborDay, tsd.sndEmployeeID, u.EmpName, dbo.tdbComments.cmsComments
ORDER BY tsd.sndStationID

try
SELECT [to].odsProduct
,tsd.sndInvoice
,tsd.sndSerialID
,tsd.sndTicketNo
,tsd.sndStationID
,ps.psName
,CONVERT(VARCHAR(8), tsd.sndDate, 1) AS [Scanned Date]
,CONVERT(VARCHAR(8), tsd.sndLaborDay, 1) AS [Labor day]
,tsd.sndEmployeeID
,u.EmpName
,tc.cmsComments AS [Comentarios]
FROM dbo.tdbScanDetail tsd
INNER JOIN dbo.proStation ps ON ps.psID = tsd.sndStationID
INNER JOIN UserPlenimex.dbo.Users u ON u.EmpID = tsd.sndEmployeeID
INNER JOIN dbo.tdbOrders [to] ON tsd.sndSerialID = odsSerial
INNER JOIN dbo.tdbComments tc ON odsInvoice = sndInvoice
WHERE tsd.sndInvoice = '55370.0870'
GROUP BY [to].odsProduct
,tsd.sndInvoice
,tsd.sndTicketNo
,tsd.sndSerialID
,tsd.sndStationID
,ps.psName
,tsd.sndDate
,tsd.sndLaborDay
,tsd.sndEmployeeID
,u.EmpName
,dbo.tdbComments
,tc.cmsComments
ORDER BY tsd.sndStationID
Thanks
Manish
Please click Mark as Answer if my post solved your problem and click
Vote as Helpful if this post was useful.

Similar Messages

  • SQL Server 2005: Multi-part identifier could not be bound

    Hello,
    I use IBM WebSphere Portal and am desperately trying to move data from the default Cloudspace Database to MS SQL Server 2005, of course following the official guidelines.
    What happens is that WebSphere's Configuration Wizard fails because of an error caused by the SQL Script. Trouble is, I can't bring it to work not even in the SQL Server Management Studio.
    What follows is the code generated by the script. The error is caused by the last "check"-constraint (colored in red).
    CREATE TABLE community.APP_DESC (
    OID BINARY(18) NOT NULL,
    TYPE INTEGER NOT NULL,
    APP_NAME NVARCHAR(255) NOT NULL,
    IS_ACTIVE INTEGER NOT NULL,
    JSR_VERSION NVARCHAR(255),
    GUID NVARCHAR(255),
    WEB_MOD_OID BINARY(18),
    WEB_MOD_SL BINARY(18),
    WSRP_PROD_OID BINARY(18),
    WSRP_PROD_SL BINARY(18),
    DEFAULT_LOCALE NVARCHAR(64),
    CREATED BIGINT NOT NULL,
    MODIFIED BIGINT NOT NULL,
    WSC_GROUP_ID NVARCHAR(255),
    CONSTRAINT PK20 PRIMARY KEY NONCLUSTERED (OID),
    CONSTRAINT FK20A FOREIGN KEY (WEB_MOD_OID) REFERENCES community.WEB_MOD (OID) ON DELETE CASCADE,
    constraint FK20B FOREIGN KEY (WSRP_PROD_OID) REFERENCES community.WSRP_PROD (OID) ON DELETE CASCADE,
    CONSTRAINT CC20A CHECK (((community.APP_DESC.WEB_MOD_OID IS NULL) AND (community.APP_DESC.WEB_MOD_SL IS NOT NULL)) OR ((community.APP_DESC.WEB_MOD_OID IS NOT NULL) AND (community.APP_DESC.WEB_MOD_SL IS NULL)))
    And that's what SQL Server 2005 told me:
    Msg 4104, Level 16, State 1, Line 1
    The multi-part identifier "community.APP_DESC.WEB_MOD_OID" could not be bound.
    Msg 4104, Level 16, State 1, Line 1
    The multi-part identifier "community.APP_DESC.WEB_MOD_SL" could not be bound.
    Msg 4104, Level 16, State 1, Line 1
    The multi-part identifier "community.APP_DESC.WEB_MOD_OID" could not be bound.
    Msg 4104, Level 16, State 1, Line 1
    The multi-part identifier "community.APP_DESC.WEB_MOD_SL" could not be bound.
    BTW, as this is a generated script I do not have the possibility to change it. Because it has been released by IBM I am rather convinced that it is correct - therefore I was wondering whether SQL Server 2005 has a known bug that makes it refuse "check"-constraints.
    Any hint is very appreciated.
    Thanks in advance,
    adapter

    THe problem is that is was probably not made for SQL Server 2005. It should read:
    CONSTRAINT PK20 PRIMARY KEY NONCLUSTERED (OID),
    CONSTRAINT FK20A FOREIGN KEY (WEB_MOD_OID) REFERENCES community.WEB_MOD (OID) ON DELETE CASCADE,
    constraint FK20B FOREIGN KEY (WSRP_PROD_OID) REFERENCES community.WSRP_PROD (OID) ON DELETE CASCADE,
    CONSTRAINT CC20A CHECK (((APP_DESC.WEB_MOD_OID IS NULL) AND (APP_DESC.WEB_MOD_SL IS NOT NULL)) OR ((APP_DESC.WEB_MOD_OID IS NOT NULL) AND (APP_DESC.WEB_MOD_SL IS NULL)))
    The meaning of the first identifier changed in SQL Server 2005, as this is now the Schema and not the owner. DO you have a chance of using a SQL Server 2000 computer ? In terms of licences you will have a downgrade licence for the SQL Server, otherwise you should ping the IBM guys to provide a compatible script.
    HTH, Jens K. Suessmeyer.
    http://www.sqlserver2005.de

  • Multi-part identifier could not be bound

       
    I need to load a specific data into a variable in VisualBasic but im having this probably and getting a bit frustrated with this error. I would really aprecciate any help.
    Dim conn As New SqlConnection("Data Source=LUCIFERI\SQLEXPR2012;Initial Catalog=ProyectoBD;Integrated Security=True; Connection Lifetime=60; Max Pool Size=50; Min Pool Size=3")
                Dim cmd As New SqlCommand
                Dim dr As SqlDataReader
                Dim ds As New DataSet
                cmd.Connection = conn
                cmd.CommandText = "SELECT idPerfil FROM USUARIO WHERE USUARIO.correoElectronico =" & emailtxt.Text
                conn.Open()
                dr = cmd.ExecuteReader()
                ds.EnforceConstraints = False
                dts.gtipo = Convert.ToString(dr.Item("idPerfil"))
                dr.Close()

    Hi,
    You should always try to use parameterized SqlCommand to avoid SQL Injection and other *weird* errors like this.
    I think you are getting this error because emailtxt.Text contains a period (.) in it.
    Use below code snippet instead:
    Dim cmd As New SqlCommand("SELECT idPerfil FROM USUARIO WHERE USUARIO.correoElectronico = @EMailText")
    cmd.Parameters.AddWithValue("@EMailText", emailtxt.Text)
    - Vishal
    SqlAndMe.com

  • Error: The multi-part identifier "SourceView.MonitoringClassId" could not be bound

    We have a strange error with multiple views under "Configuration Items". First of all with some users the error happens almost every time and there are a few users where this never happens. If it happens the following errors appear in the SCSM
    console and the server evtentlog after clicking on a view.
    Currently it looks like domain administrators don't face this problem. But SCSM admins and regular SCSM users have the same problem.
    Eventlog:
    Data Access Layer rejected retry on SqlError:
    Request: Composite_Select_Path_00000000-0000-0000-0000-000000000000 -- (ManagedTypeId_SubqueryJoin0_00=880e7a50-afab-74d9-1e74-8a4ca50640b0), (ObjectStatus_4AE3E5FE_BC03_1336_0A45_80BF58DEE57B0=47101e64-237f-12c8-e3f5-ec5a665412fb), (CustomerName_97197BF6_C0B3_78BA_4B4A_A34047F47DCA0=%XName+YName%)
    Class: 16
    Number: 4104
    Message: The multi-part identifier "SourceView.MonitoringClassId" could not be bound.
    SCSM Console Error:
    Date: 01.07.2014 14:58:05
    Application: Service Manager Console
    Application Version: 7.5.3079.0
    Severity: Error
    Message: An error occurred while loading the items.
    Microsoft.EnterpriseManagement.UI.ViewFramework.AdvancedListSupportException: The Full adapter threw an exception. See the FullUpdate property to see the exception.
    at Microsoft.EnterpriseManagement.UI.ViewFramework.AdvancedListSupportAdapter.DoAction(DataQueryBase query, IList`1 dataSources, IDictionary`2 parameters, IList`1 inputs, String outputCollectionName)
    at Microsoft.EnterpriseManagement.UI.DataModel.QueryQueue.StartExecuteQuery(Object sender, ConsoleJobEventArgs e)
    at Microsoft.EnterpriseManagement.ServiceManager.UI.Console.ConsoleJobExceptionHandler.ExecuteJob(IComponent component, EventHandler`1 job, Object sender, ConsoleJobEventArgs args)
    Is there a way to troubleshoot this or can someone point me in the right direction?
    I read that some of those "Full adapter"-errors should be fixed with SCSM R2 UR2. But it didn't help here.

    Hi,
    Did you create any custom views? what is the common views between the end users facing this problem.
    Regards
    Antoine AL Ibry

  • The multi-part identifier "#AIP.agentcode" could not be bound is error coming while executing code

    DECLARE @Groupid varchar(50)
    DECLARE @Agentcode varchar(50)
    Declare @From numeric(20)
    Declare @TO numeric(20)
    DECLARE @date nvarchar(30)
    Declare @tempSelect varchar(max)=''
    Declare @tempQuery varchar(max)
    declare @sqlstr nvarchar(max)
    declare @alias nvarchar(100)
    declare @agent1 varchar(4000)
    declare @agentid varchar(20)
    declare @transvalue varchar(20)
    Set @From= 20140801
    Set @TO= 20140810
    SET @Groupid=2
    SET @Agentcode=121
    --set @ttotal = @TO - @From
    --set @counter = @From
    --set @i = 0
    set @tempQuery=''
    truncate table  jv.dbo.a_tbl_AIP_LOGIN 
    insert into jv.dbo.a_tbl_AIP_LOGIN (agentcode)
    select distinct   AgentCode   from jv.dbo.aGENT WHERE Flagactive='y' and email like '%@%'
    union
    SELECT Distinct 
    jv.dbo.POLICYADMININFO.AGENTID 
    FROM jv.dbo.POLICYADMININFO(NOLOCK)
    WHERE ORDEFFDATE BETWEEN @From AND @TO AND TRANSTYPE = 'NB'  and POLICYADMININFO.AGENTID>0 
    Update T set RM_NAME=RMMASTER.rmname,SM_NAME=SM_MASTER.name,REGION=rmmaster.region,AIP_NAME=agent.FirstName     
     from jv.dbo.a_tbl_AIP_LOGIN T
    left join jv.dbo.AGENT (NOLOCK) on    t.agentcode=agent.AgentCode
    LEFT JOIN jv.dbo.SM_MASTER(NOLOCK) ON AGENT.SMID = SM_MASTER.SMID
    LEFT JOIN jv.dbo.RMMASTER(NOLOCK) ON sm_master.Region =rmmaster.region   
    --------------------------------------FOR AIP Operation----------------------------------------------------------
    if (@groupid=2)
    Begin 
    select agentcode into #AIP from jv.dbo.a_tbl_aip_login where AgentCode=@Agentcode
    SELECT PolicyAdminInfo.AgentID,ORDEFFDATE,isnull(convert(bigint, SUM(cast(TransVal*s1.mf as money))),0) TRANSVAL
    into #aipbusiness FROM   jv.dbo.POLICYADMININFO(NOLOCK) 
    INNER join #AIP on PolicyAdminInfo.AgentID=#AIP.agentcode
    LEFT JOIN jv.dbo.Amwayskuitem_New(NOLOCK) S1 ON S1.SKU_ITEM=POLICYADMININFO.SKUNO  
    LEFT JOIN jv.dbo.POLICYINFO(NOLOCK) I ON I.POLICYNO=POLICYADMININFO.ApplNo and I.PRODUCTTYPE=POLICYADMININFO.ProductType
    LEFT JOIN jv.dbo.PolicyStatus_new S ON I.PolicyStatus=S.PolicyStatus
    WHERE ORDEFFDATE BETWEEN @From AND @TO AND TRANSTYPE = 'NB' 
    AND NOT ISNULL(S.EffStatus,'')='CANCELLED' 
    GROUP BY  PolicyAdminInfo.AGENTid,ORDEFFDATE
    order by agentid
    end
    set @transvalue ='transval';
    while(@From <=@TO )
         Begin
           set @alias=' a'+CONVERT(nvarchar,@From) --as '+@i +' 
    --set @tempSelect=@tempSelect + ',' +@alias+'.'+@agentid +','+@alias+'.'+@transvalue ;
    set @tempSelect=@tempSelect + ','+@alias+'.'+@transvalue +' ['+replace(convert(nvarchar, jv.dbo.convDatetime(@From),103),'/','-')+']';
    --set @tempSelect=@tempSelect + ','+@alias+'.'+@alias 
    --set @tempSelect=@tempSelect + ',' +@alias
       set @tempQuery=@tempQuery+' left outer join (select agentid,transval from #aipbusiness where #aipbusiness.ordeffdate='+CONVERT(nvarchar,@From)+')' +  @alias + '  on #AIP.agentcode='
    +  @alias +'.agentid'        
    set @from =@From +1;
    End 
    SET @sqlStr  = 'select a_tbl_AIP_LOGIN.Region,a_tbl_AIP_LOGIN.RM_NAME RMName,a_tbl_AIP_LOGIN.SM_NAME SMName,a_tbl_AIP_LOGIN.AIP_NAME AIPName' + @tempSelect +  ' from jv.dbo.a_tbl_AIP_LOGIN' +@tempQuery +' Order by Region,RM_NAME ,SM_NAME
    ,AIP_NAME '
    --select @sqlStr as out
    execute sp_Executesql  @sqlStr
    --select @tempSelect as out
    drop table #aip
    drop table #aipbusiness
    malik

    Hello,
    In your dynamic SQL you are trying to access the local temporary table #AIP, which was created in the stored procedure. You run the dynamic SQL with sp_Executesql, which starts as a separate session, where you can't access the local temp table from the other
    session; this don't work.
    Use a global temp table, which will cause other issues, or run everything as one big dynamic SQL statement.
    Olaf Helper
    [ Blog] [ Xing] [ MVP]

  • The multi-part identifier "p.p#" could not be bound.

    Hi,
    When i executed the below query , i have an error :(
    select s# from s where exists (select * from spj where spj.s# = s.s# and spj.p# = p.p#)
    and relation is :
    S(s#,sname,city) s# is primary key
    p(p#,pname,color) p#
    is primary key
    j(j#,jname,city)  j#
    is primary key
    SPJ(S#,p#,j#,qty) s# and p# and j# is foreign key

    I see table "s" and "spj" in your query, but I don't see any table (alias) "p"; where is it?
    Hi,
    I change query with 
    select s# from s
    where exists (select * from p where pname='test' and exists (select * from spj where spj.s#=s.s#
    and spj.p# = p.p#))
    and the problem is solved. But can you explain the query? How it runs?(step by step?) Thank you

  • How to fix the error "multipart identifier could not be found"

    This is my code. Please let me know how to fix this.
    DECLARE @DATEPROCESS DATETIME;
    DECLARE @TODAYDATE DATETIME;
    DECLARE @PARAMORG VARCHAR(50);
    DECLARE @BATCHSIZE INT;
    SET @PARAMORG='USA';
    SET @DATEPROCESS = CAST(DATEADD(D, -((DATEPART(WEEKDAY, GETDATE()) + 1 + @@DATEFIRST) % 7), GETDATE()) AS DATE)
    SET @TODAYDATE=CAST(GETDATE() AS DATE)
    SET @BATCHSIZE = 2000
    Select
    FFC.[DSSI Item #] as PART,
    REPLACE(REPLACE(FFC.[Splr Name],'&','-'), '''', '') as SPLRNAME,
    @PARAMORG as ORG,
    FFC.[REPLACEMENT ITEM#] as REPITEM,
    FFC.[NEEDS RFQ?] RFQ,
    FFC.[BUY INCREMENT] INCR,
    FFC.[PRICE GOOD THRU DATE] GDATE,
    CASE 
    WHEN FFC.[ACTIVE INACTIVE FLAG] = 'A' THEN '-' 
    WHEN FFC.[ACTIVE INACTIVE FLAG] = 'D' THEN '+' 
    END as FLAG,
    1 as UPD  into #TEMPJOIN
    FROM R5PARTS RP JOIN FRI_FULL_CATALOG FFC  ON RP.PAR_UDFCHAR06 = FFC.[DSSI Item #]
    WHERE RP.PAR_ORG=@PARAMORG AND FFC.FRI_CREATED=@DATEPROCESS 
    WHILE @BATCHSIZE <> 0
    BEGIN
       UPDATE  TOP (@BATCHSIZE) RP
    SET
    RP.PAR_PREFSUP= TJ.SPLRNAME,
    RP.PAR_PREFSUP_ORG=TJ.ORG,
    RP.PAR_UDFCHAR05 = TJ.REPITEM,
    RP.PAR_UDFCHAR09 = TJ.RFQ,
    RP.PAR_UDFNUM01 = TJ.INCR,
    RP.PAR_UDFDATE01= TJ.GDATE,
    RP.PAR_UDFCHKBOX01 = TJ.FLAG,
    TJ.UPD=0
    FROM R5PARTS RP JOIN #TEMPJOIN TJ  ON RP.PAR_UDFCHAR06 = TJ.PART and TJ.UPD='1'
      SET @BATCHSIZE = @@ROWCOUNT
    END  

    Hi Balamurugan,
    To update multiple tables, you need to use individual update statements. Please see below pseudo-code.
    UPDATE T1
    SET T1.col='col'
    FROM
    T1 JOIN T2 ON T1.ID=T2.ID
    WHERE ...
    UPDATE T2
    SET T2.col='col'
    FROM T1 JOIN T2 ON T1.ID = T2.ID
    WHERE ..
    If you have any feedback on our support, you can click
    here.
    Eric Zhang
    TechNet Community Support

  • Multi-part identifier dtss.DocumentID could not be bound

    Below is my query
    Getting error
    The multi-part identifier "dtss.DocumentID" could not be bound.
    SELECT sb.BoxID,sbls.Locationcode,sbl.LocationName,sbls.DateEntered
    From data_document.dbo.StorageBox sb
    inner join data_document.dbo.StorageBoxLocations sbls
    on sb.storageBoxID
    = sbls.storageBoxID
    inner join data_document.dbo.StorageBoxLocation sbl
    ON sbls.LocationCode
    = sbl.LocationCode
    Inner Join CVDocuments cvds
    on dtss.DocumentID
    = cvds.DocumentID
    INNER JOIN CVFact cvf
    ON cvf.CVID
    = cvds.CVID
    INNER JOIN Employee e
    ON e.Employeeid
    = cvf.EmployeeID
    inner join data_document.dbo.DocumentStorageBox dsb
    ON dsb.StorageBoxID
    = sb.StorageBoxID
    Can anybody help me. 
    Mary Sunish

    Where is this dtss object defined -> dtss.DocumentID?
    Can you check the dtss alias which is not defined on of the objects?
    --Prashanth

  • Moving files to another directory got an error message [File System Task] Error: An error occurred with the following error message: "Could not find a part of the path.".

    Hi all,
    I am having a list of files in a folder named datafiles and I am processing them one by one when I finish each one I want to move the file into a folder archive.
    I am having a variable named filename and archivefilename and two fileconnections  one is originalfiles and archivefiles
    archivefilename=replace( @[User::filename],"datafiles","archive")
    orginalfiles connection is an expression =@user:filename
    archivefies connection is an expression=@user:archivefilename
    the filename comes from reading the folder that contains those files
    public void Main()
                string[] filenames;
                filenames = Directory.GetFiles(@"C:\luminis\datafiles\");
                Array.Sort(filenames);
                Dts.Variables["filelist"].Value = filenames;
                Dts.TaskResult = (int)ScriptResults.Success;
    The folder c:\luminis\archive\ exists
    why I am getting this error
    My filesystem task : destinationpathvariable =false
    destinationconnection:archivefile
    overwrite=true
    operation=movefile
    issourcepathvariable=false
    sourceconnection=original file
    why am i getting this error[File System Task] Error: An error occurred with the following error message: "Could not find a part of the path.".
    sohairzaki

    there may be 2 problem...
    1> specify a target directory only, not with the file name. 
    OR
    2> Try using the unc,path format \\computername\sharename\
    let us know your observation...
    Let us TRY this | Mail me
    My Blog :: http://quest4gen.blogspot.com/

  • HT204365 Hi  I wonder if you could please assist me. I tried the online 'contact us" I  chose my iPad - but when I need to chose the second part - it does not give  me any options - hence I cannot go further?   My kindle does not want to open on my iPad.

    Hi
    I wonder if you could please assist me. I tried the online 'contact us" I
    chose my iPad - but when I need to chose the second part - it does not give
    me any options - hence I cannot go further?
    My kindle does not want to open on my iPad. When I touch it - a grey screen
    with kindle written in the middle appear for a few seconds. Then goes away.
    I have restarted the iPad - still the same? What else can I do?
    Thanks
    Maryna

    Judging by the reviews of the current version of the Kindle app you aren't the only one haveing problems with it - it looks like Amazon need to fix something with the app.
    Have you tried closing the Kindle app via the iPad's multitasking bar and seeing if it works when you re-open it ? Double-click the home button to open the taskbar, and then swipe or drag the Kindle app's screen from there up and off the top of the screen to close it, and click the home button to close the taskbar.
    You could also try deleting the app and redownloading it via the Purchased tab in the App Store app on it (you will then need to redownload your books in the app, assuming that it opens).

  • I have tried to download an audiobook that has Two parts.  The second part of the book downloaded.  But the First point did not.  I keep getting "Part 1 could not download at this time".  How can I get it to download?

    I have tried to download an audiobook that contains Two Parts.  The second part was successful in downloading.  However, the first part was not.  I keep getting "Part 1 could not download at this time".  I should have enough space for the download.  Any suggestions of what I can do?

    Answered in the other thread you posted in:
    i am trying to download new software and my mac keeps asking for the administrator name and password... i enter my apple…
    Please don't post in more than one place. It can lead to people wasting their time answering a question which has already been answered elsewhere.

  • I am using Mac OS X 10.7.5 as of now and when I am trying to upgrade to Mavericks, it is throwing error "The product distribution file could not be verified. It may be damaged or not signed".

    I am using Mac OS X 10.7.5 as of now and when I am trying to upgrade to Mavericks, the App Store is throwing error "The product distribution file could not be verified. It may be damaged or not signed".
    Is there anything I should do differently? Is anyone else facing the same issue?
    Kindly help.

    Please read this whole message before doing anything.
    This procedure is a diagnostic test. It won’t solve your problem. Don’t be disappointed when you find that nothing has changed after you complete it.
    Third-party system modifications are a common cause of usability problems. By a “system modification,” I mean software that affects the operation of other software — potentially for the worse. The following procedure will help identify which such modifications you've installed. Don’t be alarmed by the complexity of these instructions — they’re easy to carry out and won’t change anything on your Mac. 
    These steps are to be taken while booted in “normal” mode, not in safe mode. If you’re now running in safe mode, reboot as usual before continuing. 
    Below are instructions to enter some UNIX shell commands. The commands are harmless, but they must be entered exactly as given in order to work. If you have doubts about the safety of the procedure suggested here, search this site for other discussions in which it’s been followed without any report of ill effects. 
    Some of the commands will line-wrap or scroll in your browser, but each one is really just a single line, all of which must be selected. You can accomplish this easily by triple-clicking anywhere in the line. The whole line will highlight, and you can then copy it. The headings “Step 1” and so on are not part of the commands. 
    Note: If you have more than one user account, Step 2 must be taken as an administrator. Ordinarily that would be the user created automatically when you booted the system for the first time. The other steps should be taken as the user who has the problem, if different. Most personal Macs have only one user, and in that case this paragraph doesn’t apply. 
    Launch the Terminal application in any of the following ways: 
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.) 
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens. 
    ☞ Open LaunchPad. Click Utilities, then Terminal in the icon grid. 
    When you launch Terminal, a text window will open with a line already in it, ending either in a dollar sign (“$”) or a percent sign (“%”). If you get the percent sign, enter “sh” and press return. You should then get a new line ending in a dollar sign. 
    Step 1 
    Triple-click anywhere in the line of text below on this page to select it:
    kextstat -kl | awk '!/com\.apple/{printf "%s %s\n", $6, $7}' | open -ef 
    Copy the selected text to the Clipboard by pressing the key combination command-C. Then click anywhere in the Terminal window and paste (command-V). I've tested these instructions only with the Safari web browser. If you use another browser, you may have to press the return key after pasting. A TextEdit window will open with the output of the command. If the command produced no output, the window will be empty. Post the contents of the TextEdit window (not the Terminal window), if any — the text, please, not a screenshot. You can then close the TextEdit window. The title of the window doesn't matter, and you don't need to post that. No typing is involved in this step.
    Step 2 
    Repeat with this line:
    { sudo launchctl list | sed 1d | awk '!/0x|com\.(apple|openssh|vix\.cron)|org\.(amav|apac|cups|isc|ntp|postf|x)/{print $3}'; echo; sudo defaults read com.apple.loginwindow LoginHook; echo; sudo crontab -l; } 2> /dev/null | open -ef 
    This time you'll be prompted for your login password, which you do have to type. Nothing will be displayed when you type it. Type it carefully and then press return. You may get a one-time warning to be careful. Heed that warning, but don't post it. If you see a message that your username "is not in the sudoers file," then you're not logged in as an administrator. 
    Note: If you don’t have a login password, you’ll need to set one before taking this step. If that’s not possible, skip to the next step. 
    Step 3
    { launchctl list | sed 1d | awk '!/0x|com\.apple|org\.(x|openbsd)/{print $3}'; echo; crontab -l 2> /dev/null; } | open -ef 
    Step 4
    ls -A /e*/{cr,la,mach}* {,/}Lib*/{Ad,Compon,Ex,Fram,In,Keyb,La,Mail/Bu,P*P,Priv,Qu,Scripti,Servi,Spo,Sta}* L*/Fonts .la* 2> /dev/null | open -ef  
    Important: If you formerly synchronized with a MobileMe account, your me.com email address may appear in the output of the above command. If so, anonymize it before posting. 
    Step 5
    osascript -e 'tell application "System Events" to get name of login items' | open -ef 
    Remember, steps 1-5 are all copy-and-paste — no typing, except your password. Also remember to post the output. 
    You can then quit Terminal.

  • One of the specified disk images could not be opened

    I cannot believe how instable my system is. I switched to Mac to get a reliable system, but I cannot do without Windows entirely, hence my heavy use of VPC.
    Today I got the small grey screen "You need to restart your computer". I was running VPC at the time. All apps were closed except Windows Explorer (the file system). The cause was merely unplugging my broadband connection. Wow!
    On rebooting VPC I got:
    "One of the specified disk images could not be opened. The disk image file is not the correct file type or uses a file format that is unsupported by this version of Virtual PC."
    I "detached" my "drives" 2+3, which were pointing to my Drive2.vhdp and Drive3.vhdp data "drives" and tried again. No luck.
    Drive 1 was pointing to Disk1.vhdp, which is a part of my Windows 2000.vpc package. I don't believe that it was pointing there before the crash.
    # side note #
    (The Windows 2000.vpc package is an old installation that I don't use but have not deleted. I currently use one called: "Windows 2000 copy 1-011105") which might or might not be a copy of "Windows 2000.vpc." I've had so many problems, it's hard to say.
    I then tried and successfully detached the Disk1.vhdp and received a warning:
    "The hard drive data previously used by Drive 1 is no longer contained in this PC document. The data has been moved to a separate Virtual Hard Drive Document "Windows 2000 copy 1-011105 Disk1.vhdp".
    On examining the above package I find:
    BaseDrive.vhd 14.45GB (size about right) dated last night when I last closed VPC
    MainPackageFile Alias
    UndoDrive1.vud dated at the time of the problems.
    On examining my "Windows 2000 copy 1-011105.vpc7 I find:
    Configuration.plist
    IconCache
    MainPackageFile Alias
    StartMenu.plist
    Do you have a suggestion as to how I can rescue my above mentioned BaseDrive.vhd please? This is more recent than my last back-up.
    Many thanks in advance.

    Problem solved.

  • The DataSource with the JNDI name: MyDataSource could not be located.

    hi,
    I created a connection pool myconnectionpool and i create a data source MyDataSource with jndi name as mydsn.
    in my weblogic-cmp-rdbms-jar.xml i gave
    <data-source-name>MyDataSource</data-source-name> and
    When i deploy the bean i am getting following exception.
    Unable to deploy EJB: containerManaged from cmp7.jar:
    weblogic.ejb20.WLDeploymentException: The DataSource with the JNDI name: MyDataSource could not be located. Please ensure that the DataSource has been deployed successfully and that the JNDI name in your EJB Deployment descriptor is correct.
         at weblogic.ejb20.cmp.rdbms.RDBMSPersistenceManager.setup(RDBMSPersistenceManager.java:128)
         at weblogic.ejb20.manager.BaseEntityManager.setupPM(BaseEntityManager.java:213)
         at weblogic.ejb20.manager.BaseEntityManager.setup(BaseEntityManager.java:185)
         at weblogic.ejb20.manager.DBManager.setup(DBManager.java:160)
         at weblogic.ejb20.deployer.ClientDrivenBeanInfoImpl.deploy(ClientDrivenBeanInfoImpl.java:928)
         at weblogic.ejb20.deployer.EJBDeployer.activate(EJBDeployer.java:1216)
         at weblogic.ejb20.deployer.Deployer.deploy(Deployer.java:850)
         at weblogic.j2ee.EJBComponent.deploy(EJBComponent.java:70)
         at weblogic.j2ee.Application.addComponent(Application.java:253)
         at weblogic.j2ee.J2EEService.addDeployment(J2EEService.java:144)
         at weblogic.management.mbeans.custom.DeploymentTarget.addDeployment(DeploymentTarget.java:364)
         at weblogic.management.mbeans.custom.DeploymentTarget.addDeployments(DeploymentTarget.java:301)
         at weblogic.management.mbeans.custom.DeploymentTarget.updateServerDeployments(DeploymentTarget.java:255)
         at weblogic.management.mbeans.custom.DeploymentTarget.updateDeployments(DeploymentTarget.java:206)
         at java.lang.reflect.Method.invoke(Native Method)
         at weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMBeanImpl.java:716)
         at weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl.java:698)
         at weblogic.management.internal.ConfigurationMBeanImpl.invoke(ConfigurationMBeanImpl.java:380)
         at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1555)
         at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
         at weblogic.management.internal.RemoteMBeanServerImpl.invoke(RemoteMBeanServerImpl.java:902)
         at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:480)
         at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:208)
         at $Proxy34.updateDeployments(Unknown Source)
         at weblogic.management.configuration.ServerMBean_CachingStub.updateDeployments(ServerMBean_CachingStub.java:3724)
         at weblogic.management.deploy.slave.SlaveDeployer.updateServerDeployments(SlaveDeployer.java:1584)
         at weblogic.management.deploy.slave.SlaveDeployer.resume(SlaveDeployer.java:337)
         at weblogic.management.deploy.DeploymentManagerServerLifeCycleImpl.resume(DeploymentManagerServerLifeCycleImpl.java:233)
         at weblogic.t3.srvr.ServerLifeCycleList.resume(ServerLifeCycleList.java:61)
         at weblogic.t3.srvr.T3Srvr.resume(T3Srvr.java:852)
         at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:273)
         at weblogic.Server.main(Server.java:33)
    Where i went wrong?
    Thanks in advance
    phani

    Hi ,
    I have the same problem .when i look into JNDI tree view the jndi name is listed. but it saying error below listed.
    my
    ejb-name:=containerManaged
    datasourcename=EX_DataSource
    jndi-name=EX_JNDI
    <Feb 14, 2005 3:10:08 PM IST> <Error> <Deployer> <149231> <The slave deployer was unable to set the activatio
    true for the application EX_Container
    weblogic.management.ApplicationException: activate failed forEX_Container
    Module Name: EX_Container, Error: Exception activating module: EJBModule(EX_Container,status=PREPARED)
    Unable to deploy EJB: containerManaged from EX_Container.jar:
    The DataSource with the JNDI name: EX_DataSource could not be located. Please ensure that the DataSource has
    ed successfully and that the JNDI name in your EJB Deployment descriptor is correct.
    TargetException:
    Unable to deploy EJB: containerManaged from EX_Container.jar:
    The DataSource with the JNDI name: EX_DataSource could not be located. Please ensure that the DataSource has
    ed successfully and that the JNDI name in your EJB Deployment descriptor is correct.
    at weblogic.j2ee.J2EEApplicationContainer.activate(J2EEApplicationContainer.java:1093)
    at weblogic.j2ee.J2EEApplicationContainer.activate(J2EEApplicationContainer.java:1022)
    at weblogic.management.deploy.slave.SlaveDeployer.setActivationStateForAllApplications(SlaveDeployer.
    at weblogic.management.deploy.slave.SlaveDeployer.resume(SlaveDeployer.java:376)
    at weblogic.management.deploy.DeploymentManagerServerLifeCycleImpl.resume(DeploymentManagerServerLife
    ava:235)
    at weblogic.t3.srvr.ServerLifeCycleList.resume(ServerLifeCycleList.java:65)
    at weblogic.t3.srvr.T3Srvr.resume(T3Srvr.java:832)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:300)
    at weblogic.Server.main(Server.java:32)
    my weblogic-ejb-jar.xml
    <?xml version="1.0"?>
    <!DOCTYPE weblogic-ejb-jar PUBLIC
    '-//BEA Systems, Inc.//DTD WebLogic 7.0.0 EJB//EN'
    'http://www.bea.com/servers/wls700/dtd/weblogic-ejb-jar.dtd'>
    <weblogic-ejb-jar>
    <weblogic-enterprise-bean>
    <ejb-name>containerManaged</ejb-name>
    <entity-descriptor>
    <persistence>
         <persistence-use>
         <type-identifier>WebLogic_CMP_RDBMS</type-identifier>
         <type-version>7.0</type-version>
         <type-storage>META-INF/weblogic-cmp-rdbms-jar.xml</type-storage>
         </persistence-use>
    </persistence>
    </entity-descriptor>
    <jndi-name>EX_JNDI</jndi-name>
    </weblogic-enterprise-bean>
    </weblogic-ejb-jar>
    <?xml version="1.0"?>
    <!DOCTYPE weblogic-rdbms-jar PUBLIC
    '-//BEA Systems, Inc.//DTD WebLogic 7.0.0 EJB RDBMS Persistence//EN'
    'http://www.bea.com/servers/wls700/dtd/weblogic-rdbms20-persistence-700.dtd'>
    weblogic-cmp-rdbms-jar.xml file
    <weblogic-rdbms-jar>
    <weblogic-rdbms-bean>
    <ejb-name>containerManaged</ejb-name>
    <data-source-name>EX_DataSource</data-source-name>
    <table-map>
    <table-name>ejbAccounts</table-name>
    <field-map>
    <cmp-field>accountId</cmp-field>
    <dbms-column>id</dbms-column>
    </field-map>
    <field-map>
    <cmp-field>balance</cmp-field>
    <dbms-column>bal</dbms-column>
    </field-map>
    <field-map>
    <cmp-field>accountType</cmp-field>
    <dbms-column>type</dbms-column>
    </field-map>
    </table-map>
    </weblogic-rdbms-bean>
    <create-default-dbms-tables>DropAndCreateAlways</create-default-dbms-tables>
    </weblogic-rdbms-jar>
    ejb-jar.xml
    <?xml version="1.0"?>
    <!DOCTYPE ejb-jar PUBLIC
    "-//Sun Microsystems, Inc.//DTD Enterprise JavaBeans 2.0//EN"
    "http://java.sun.com/dtd/ejb-jar_2_0.dtd">
    <ejb-jar>
    <enterprise-beans>
    <entity>
    <ejb-name>containerManaged</ejb-name>
    <home>containerBN.EX.AccountHome</home>
    <remote>containerBN.EX.Account</remote>
    <ejb-class>containerBN.EX.AccountBean</ejb-class>
    <persistence-type>Container</persistence-type>
    <prim-key-class>java.lang.String</prim-key-class>
    <reentrant>False</reentrant>
    <cmp-version>2.x</cmp-version>
    <abstract-schema-name>AccountBean</abstract-schema-name>
    <cmp-field>
    <field-name>accountId</field-name>
    </cmp-field>
    <cmp-field>
    <field-name>balance</field-name>
    </cmp-field>
    <cmp-field>
    <field-name>accountType</field-name>
    </cmp-field>
    <primkey-field>accountId</primkey-field>
    <query>
    <query-method>
    <method-name>findBigAccounts</method-name>
    <method-params>
    <method-param>double</method-param>
    </method-params>
    </query-method>
    <ejb-ql>
    <![CDATA[SELECT OBJECT(a) FROM AccountBean AS a WHERE a.balance > ?1]]>
    </ejb-ql>
    </query>
    <query>
    <query-method>
    <method-name>findAccount</method-name>
    <method-params>
    <method-param>double</method-param>
    </method-params>
    </query-method>
    <ejb-ql>
    <![CDATA[SELECT OBJECT(a) FROM AccountBean AS a WHERE a.balance = ?1]]>
    </ejb-ql>
    </query>
    <query>
    <query-method>
    <method-name>findNullAccounts</method-name>
    <method-params>
    </method-params>
    </query-method>
    <ejb-ql>
    <![CDATA[SELECT OBJECT(a) FROM AccountBean AS a WHERE a.accountType IS NULL]]>
    </ejb-ql>
    </query>
    </entity>
    </enterprise-beans>
    <assembly-descriptor>
    <container-transaction>
    <method>
    <ejb-name>containerManaged</ejb-name>
         <method-name>*</method-name>
    </method>
    <trans-attribute>Required</trans-attribute>
    </container-transaction>
    </assembly-descriptor>
    <ejb-client-jar>EX_Container.jar</ejb-client-jar>
    </ejb-jar>
    pls lhelp me .
    my email id: [email protected]
    thanks in advance.
    Sudhakar.M

  • The service DS.AdminService could not be found on the client side

    HI,
    we have installed below
    Software
    Version
    IPS
    INFORMATION PLATFORM SERVICES 4.1 SP02 WINDOWS (64B
    Data Service
    DATA SERVICES 4.2 WITH SP01 WINDOWS (64B)
    Information Steward
    INFORMATION STEWARD 4.2 WITH SP01 WINDOWS
    SAP NW 7.4
    Netweaver 7.4 portal
    When I login to portal with  below links I am able to see the related screens.
    http://host:port/irj/portal
    http:://host:port/BOE/CMC
    http://host:port/BOE/InfoStewardApp/1403181301/ICCExplorer/logon.do
    However when I log:portin with below link using admin account I am facing error :
      Welcome Administrator
      Logout
      The service DS.AdminService could not be found on the client side (FWM 02027)
    Please see attachment.
    http://://host:port/DataServices
    Please help. Thanks.
    Regards,
    Krishnam

    Please see below properties for EIM APS. please let me know where can I check.
    Server Name:
    ID, CUID:
    3806 ,  AWJiF9VQoMtJiEyRIjv0py4
    Node:
    USMHR1_ERP301 (USMHR1-ERP301, SAPDataServices-S)
    Description:
    EIM Adaptive Processing Server
    Command Line Parameters 
    -server -Dcom.sap.vm.tag=USMHR1_ERP301.EIMAdaptiveProcessingServer -Djava.awt.headless=true "-Dbobj.enterprise.home=D:/SAP BusinessObjects4.1IPS/SAP BusinessObjects Enterprise XI 4.0/" "-Dbobj.javaserver.home=D:/SAP BusinessObjects4.1IPS/SAP BusinessObjects Enterprise XI 4.0/java/pjs/container/" "-Dboe.common.dir=D:/SAP BusinessObjects4.1IPS/SAP BusinessObjects Enterprise XI 4.0/java/lib/" "-Dboe.external.dir=D:/SAP BusinessObjects4.1IPS/SAP BusinessObjects Enterprise XI 4.0/java/lib//external" "-Dboe.bundles.dir=D:/SAP BusinessObjects4.1IPS/SAP BusinessObjects Enterprise XI 4.0/java/lib//bundles" "-Djava.io.tmpdir=D:/SAP BusinessObjects4.1IPS/SAP BusinessObjects Enterprise XI 4.0/java/pjs/container/temp" "-Dbusinessobjects.logs.home=D:/SAP BusinessObjects4.1IPS/SAP BusinessObjects Enterprise XI 4.0/logging/" "-XtraceFile=D:/SAP BusinessObjects4.1IPS/SAP BusinessObjects Enterprise XI 4.0/logging/aps_USMHR1_ERP301.EIMAdaptiveProcessingServer_jvm.log" "-XX:GCHistoryFilename=D:/SAP BusinessObjects4.1IPS/SAP BusinessObjects Enterprise XI 4.0/logging/aps_USMHR1_ERP301.EIMAdaptiveProcessingServer_gc.prf" "-Xloggc:D:/SAP BusinessObjects4.1IPS/SAP BusinessObjects Enterprise XI 4.0/logging/aps_USMHR1_ERP301.EIMAdaptiveProcessingServer_gc.log" -XX:+PrintGCTimeStamps -XX:+PrintGCDetails -XX:LogGcMaxFileCount=3 -XX:LogGcMaxFileSize=5m "-XX:ErrorFile=D:/SAP BusinessObjects4.1IPS/SAP BusinessObjects Enterprise XI 4.0/logging/[email protected]" -Xms512m -Xmx2g -XX:MaxPermSize=256m -XX:+UseParallelOldGC -XX:+HeapDumpOnOutOfMemoryError "-XX:HeapDumpPath=D:/SAP BusinessObjects4.1IPS/SAP BusinessObjects Enterprise XI 4.0/logging/" -XX:+ExitVMOnOutOfMemoryError -Xjvmx -XsapSystem:08 -Xrs -Djava.net.preferIPv4Stack=false -jar "D:/SAP BusinessObjects4.1IPS/SAP BusinessObjects Enterprise XI 4.0/java/pjs/container/bin/boeserver.jar" -workdir "D:/SAP BusinessObjects4.1IPS/SAP BusinessObjects Enterprise XI 4.0/java/pjs/container/work"
    -name USMHR1_ERP301.EIMAdaptiveProcessingServer -pidfile "D:/SAP BusinessObjects4.1IPS/SAP BusinessObjects Enterprise XI 4.0/serverpids/USMHR1_ERP301_USMHR1_ERP301.EIMAdaptiveProcessingServer.pid" -ns USMHR1-ERP301.corp.pattersoncompanies.com:6400
    Common Settings 
    Request Port:
    Auto assign
    Host Identifiers:
    Auto assign
    Hostname
    IP Address
    Hostname Value
    (IPv4)    (IPv6)
    Automatically start this server when the Server Intelligence Agent starts
    Use Configuration Template
    Services Manager
    Service Startup Timeout (seconds):
    Restore System Defaults
    Set Configuration Template
    TraceLog Service
    Use Configuration Template
    Log level:
    Unspecified
    None
    Low
    Medium
    High
    Restore System Defaults
    Set Configuration Template
    Data Services Job Launcher Service
    Use Configuration Template
    Configuration Parameters
    Log Level:
    NONE
    INFO
    FINER
    Restore System Defaults
    Set Configuration Template
    Data Services RFC Server Service
    This service has no configuration property.
    Data Services View Data Service
    Use Configuration Template
    View Data Service Configuration
    Service Name:
    Listener Port:
    JMXConnector Port:
    BatchSize (KB):
    Minimum Shared Service Providers:
    Maximum Shared Service Providers:
    Maximum Dedicated Service Providers:
    Recycle Threshold:
    Number of attempts to launch service provider:
    Maximum idle time for shared service provider (minutes):
    Log Level:
    NONE
    INFO
    FINER
    Restore System Defaults
    Set Configuration Template
    Data Quality Service
    This service has no configuration property.
    Data Services Metadata Browsing Service
    Use Configuration Template
    Metadata Browsing Service Configuration
    Service Name:
    Maximum Data Source Connections:
    Retry attempts to launch Service Provider:
    Stateful Connection Timeout (seconds):
    Stateless Connection Timeout (seconds):
    Recycle Threshold:
    Log Level:
    NONE
    INFO
    FINER
    Collect Connection Statistics
    Listener Port:
    JMXConnector Port:
    Restore System Defaults
    Set Configuration Template
    Cleansing Package Builder Auto-analysis Service
    This service has no configuration property.
    Information Steward Data Review Service
    Use Configuration Template
    Data Review Service configuration
    Log Level:
    FINEST
    FINER
    FINE
    CONFIG
    INFO
    WARNING
    SEVERE
    Restore System Defaults
    Set Configuration Template
    Information Steward Metadata Search Service
    Use Configuration Template
    Search Service configuration
    Log Level:
    FINEST
    FINER
    FINE
    CONFIG
    INFO
    WARNING
    SEVERE
    Restore System Defaults
    Set Configuration Template
    Information Steward Metadata Integrator Service
    Use Configuration Template
    Integrator Service configuration
    Log Level:
    FINEST
    FINER
    FINE
    CONFIG
    INFO
    WARNING
    SEVERE
    Restore System Defaults
    Set Configuration Template
    Information Steward Application Service
    Use Configuration Template
    Application Service configuration
    Log Level:
    FINEST
    FINER
    FINE
    CONFIG
    INFO
    WARNING
    SEVERE
    Restore System Defaults
    Set Configuration Template
    Data Cleansing Advisor Service
    This service has no configuration property.
    Information Steward Administrative Task Service
    Use Configuration Template
    Task Services Configuration
    Concurrent Thread Instances:
    Thread process timeout (minutes):
    Log Level:
    FINEST
    FINER
    FINE
    CONFIG
    INFO
    WARNING
    SEVERE
    Restore System Defaults
    Set Configuration Template
    Cleansing Package Builder Publishing Service
    This service has no configuration property.
    Cleansing Package Builder Core Service
    This service has no configuration property.

Maybe you are looking for

  • Callback mechanism is not working in Javascript

    JDK versions: Problem occurs in JRE1.4.2 and JRE1.5 (JRE142_05, 5.0 beta), but NOT JRE1.3.1. OS: WIndows Here is the problem Scenario 1. A Webpage ( GOM - Javascript ) is running 2. Clicking on a button in the above webpage will load an applet ( enc3

  • Ic Webclient - Default first selection on the Navbar

    Hi All I have a requirment that when a user logs onto the web ic, they see the identify account view i.e. the Identify Account link on the navigation bar is selected and the identify account view is visible. Thanks

  • Nokia C3-01

    I just recently purchased a Nokia C3-01 and I somewhat cannot understand why the WLAN indicator above the screen disappears.  I can successfully connect to our WLAN at home and after a few minutes of browsing, the indicator would just disappear and a

  • Installing Exchange 2013 CU1 on a production server fails: Couldn't mount the database that you specified.

    Error: The following error was generated when "$error.Clear();           $name = [Microsoft.Exchange.Management.RecipientTasks.EnableMailbox]::DiscoveryMailboxUniqueName;           $dispname = [Microsoft.Exchange.Management.RecipientTasks.EnableMailb

  • Logic 7.1 compatability with Pro Tools Mix?

    Hi, Can I import audio or open a file from a Pro Tools Mix session, and if so, how? I'm sort of confused as I thought that Logic could open and save as SDII. Am I wrong here? Thanks, Jim