CIF queue type basic question

Hi,
I have one basic question regarding CIF.
We are assigning queue type to scm system at two places.
1. In SCM system with tcode-/SAPAPO/C2(Assign logical system to buisness system group)
2. In Ecc system with tcode-CFC1(Define target system operation mode and queue type)
Is it required both above setting should have same value?
If it could have different value what is impact?
Why it is required to assign queue type for SCM system at both places and not for ecc?
Regards,
Santosh

Hi Santosh,
let me try to explain cutomizing setting:
/sapapo/c2 (APO): This TX  is more comprehensive than CFC1 on ECC site (as you know).
Firstly you have to define the queuetype of the connected ECC system (or the connected ECC systems). Therefore you have to use the Log. System names of the ECC system and the settings are simmilar to CFC1 but it is used for SCM->ECC transfer.
As you know, you have to define also an entry for your SCM system which looks like the entry in CFC1 and therefore it looks superfluous. The reason is, that the error handling can be defined here. You can activate the "postprocessing" for your SCM system and / or your ECC system. The CIF framework checks this entry and put faulty queues into postprocessing (TX /sapapo/cfp) or as SYSFAIL into SMQ1/SMQ2. Therefore it is important that you choose the same queue type as you did it in CFC1 for your SCM system.
CFC1 (ECC): Here you have to assign the Log. System name of your SCM which is connected to your ECC and you have to define the Queue type (I - INBOUND, INITIAL - OUTBOUND). The setting is used for the transfer from ECC->SCM. It is possible (not recommended!!!
Stefan

Similar Messages

  • Basic questions on data modeling

    Hi experts,
    I have some basic questions regarding data modeling within MDM. I understand the available table types and the concept of lookup fields. I know that the MDM data modeling concept is different to the relational concept. But having a strong database background my first step was to design a relational data model which I would like to transfer to a MDM repository. Unfortunately I didn't found good information material on this. So here are some questions maybe you can help me:
    1) Is it the right approach to model n:m relationships with multivalued lookup fields? E.g. main table Users with lookup field from subtable SapAccounts (a user can have accounts in different SAP systems, that means more than one account).
    2) Has a record always be unique in MDM repositories (e.g. should we use Auto ID's in every table or do we have to mark a combination of fields as unique)? Is a composite key of 2 or more fields represented with marking these fields as unique?
    3) The concept of relationships in MDM is only based on relationships between single records (not valid for all records in a table)? Is it necessary to define all relationships similar to the relational data model in MDM? Is there something similar to referential integrity in MDM?
    4) Is it possible to change the main table to a sub table later on if we realize that it has also to be used as a lookup table for another table (when extending the data model) or do we have to create a new repository from scratch?
    Thank you for your answers.
    Regards, bd

    Yes you are correct. It is almost difficult to map relational database to mdm one. But again MDM is not 'just' a database. It holds much more 'master' information as compared to any relational db.
    1) Is it the right approach to model n:m relationships with multivalued lookup fields? E.g. main table Users with lookup field from subtable SapAccounts (a user can have accounts in different SAP systems, that means more than one account).
    Yes Here you need to use MV look up tables or can also try Qualifier tables if it gets more complex
    2) Has a record always be unique in MDM repositories (e.g. should we use Auto ID's in every table or do we have to mark a combination of fields as unique)? Is a composite key of 2 or more fields represented with marking these fields as unique?
    Concept of uniqueness differs here that you also have something called Display Fields (DF). A combination of DF can also be treated as Unique one. For instance while importing records if you select these DF as a combination, you will eliminate any possible of duplicates based on this combination. Auto Id is one of the ways to have a unique id once record is within MDM. While you use UF or DF to eliminate any possible duplicates at import level
    3) The concept of relationships in MDM is only based on relationships between single records (not valid for all records in a table)? Is it necessary to define all relationships similar to the relational data model in MDM? Is there something similar to referential integrity in MDM?
    Hmm... good one. Referencial Integrity. What I assume you are talking is that if you have relationships between tables then removing a record will not be possible as it is a foreign key for some record. Here MDM does not allow that. As Relationships within MDM are physical and not conceptual. For instance material can have components. Now if material does not exist then any relationship to components is not worthwile to maintain. Hence relationshsip is eliminated.  While in relational model relationships are more conceptual. Hence with MDM usage of lookups and main table you do not need to maintain these kind of relationships on your own.
    4) Is it possible to change the main table to a sub table later on if we realize that it has also to be used as a lookup table for another table (when extending the data model) or do we have to create a new repository from scratch?
    No. It is not possible to convert main table. There is only one main table and it cannot be changed.
    I went for the same option but it did not work. What I suggest is to look up your legacy system one by one and see what fields in general can be classified as Master, Reference, Transactional - You will start getting answers immediately.

  • Basic question regarding SSIS 2010 Package where source is Microsoft Excel 97-2005 and there is no Microsoft office or Excel driver installed in Production

    Hi all,
    I got one basic question regarding SSIS 2010 Package where source is Microsoft Excel 97-2005. I wanted to know How this package works in production where there is no Microsoft office or Excel driver installed. To check that there is excel driver installed
    or not, I followed steps: Start-->Administrative Tools--> Data Sources(ODBC)-->Drivers and I found only 2 drivers one is SQL Server and another one is SQL Server Native Client 11.0.
    Windows edition is Windows Server 2008 R2 Enterprise, Service Pack-1 and System type is 64-bit Operating System.
    We are running this package from SQL Server Agent and using 32-bit (\\Machine_Name\d$\Program Files (x86)\Microsoft SQL Server\110\DTS\Binn\DTExec.exe /FILE "\\Machine_Name\d$\ Folder_Name\EtL.dtsx" /CONFIGFILE "\\Machine_Name\d$\Folder_Name\Config.dtsConfig"
    /MAXCONCURRENT " -1 " /CHECKPOINTING OFF /REPORTING E) to run this package. I opened the package and tried to find out what connection we have used and found that we have used "Excel Connection Manager" and ConnectionString=Provider=Microsoft.Jet.OLEDB.4.0;Data
    Source=F:\Fares.xls;Extended Properties="EXCEL 8.0;HDR=YES"; and source is ‘Excel Source’
    I discussed with my DBA and He said that SSIS is having inbuilt Excel driver but I am not convinced.
    Could anyone please clear my confusion/doubt?
    I have gone through various links but my doubt is still not clear.
    Quick Reference:
    SSIS in 32- and 64-bits
    http://toddmcdermid.blogspot.com.au/2009/10/quick-reference-ssis-in-32-and-64-bits.html
    Why do I get "product level is insufficient..." error when I run my SSIS package?
    http://blogs.msdn.com/b/michen/archive/2006/11/11/ssis-product-level-is-insufficient.aspx
    How to run SSIS Packages using 32-bit drivers on 64-bit machine
    http://help.pragmaticworks.com/dtsxchange/scr/FAQ%20-%20How%20to%20run%20SSIS%20Packages%20using%2032bit%20drivers%20on%2064bit%20machine.htm
    Troubleshooting OLE DB Provider Microsoft.ACE.OLEDB.12.0 is not registered Error when importing data from an Excel 2007 file to SQL Server 2008
    http://www.mytechmantra.com/LearnSQLServer/Troubleshoot_OLE_DB_Provider_Error_P1.html
    How Can I Get a List of the ODBC Drivers that are Installed on a Computer?
    http://blogs.technet.com/b/heyscriptingguy/archive/2005/07/07/how-can-i-get-a-list-of-the-odbc-drivers-that-are-installed-on-a-computer.aspx
    Thanks Shiven:) If Answer is Helpful, Please Vote

    Hi S Kumar Dubey,
    In SSIS, the Excel Source and Excel Destination natively use the Microsoft Jet 4.0 OLE DB Provider which is installed by SQL Server. The Microsoft Jet 4.0 OLE DB Provider deals with .xls files created by Excel 97-2003. To deal with .xlsx files created by
    Excel 2007, we need the Microsoft ACE OLEDB Provider. SQL Server doesn’t install the Microsoft ACE OLEDB Provider, to get it we can install the
    2007 Office System Driver: Data Connectivity Components or
    Microsoft Access Database Engine 2010 Redistributable or Microsoft Office suit.
    The drivers listed in the ODBC Data Source Administrator are ODBC drivers not OLEDB drivers, therefore, the Excel Source/Destination in SSIS won’t use the ODBC driver for Excel listed in it by default. On a 64-bit Windows platform, there are two versions
    of ODBC Data Source Administrator. The 64-bit ODBC Data Source Administrator is C:\Windows\System32\odbcad32.exe, while the 32-bit one is C:\Windows\SysWOW64\odbcad32.exe. The original 32-bit and 64-bit ODBC drivers are installed by the Windows operating system.
    By default, there are multiple 32-bit ODBC drivers and fewer 64-bit ODBC drivers installed on a 64-bit platform. To get more ODBC drivers, we can install the 2007 Office System Driver: Data Connectivity Components or Microsoft Access Database Engine 2010 Redistributable.
    Besides, please note that 2007 Office System Driver: Data Connectivity Components only install 32-bit ODBC and OLEDB drivers because it only has 32-bit version, but the Microsoft Access Database Engine 2010 Redistributable has both 32- bit version and 64-bit
    version.
    If you have any questions, please feel free to ask.
    Regards,
    Mike Yin
    TechNet Community Support

  • Font licensing and EULA: Adobe Type Basics OpenType Edition

    Hi all,
    I'm not necesarilly working with graphic design daily. However, I may have to replicate a design for a publication that uses Adobe Garamond Pro, which is why I got interested in Adobe - Fonts : Adobe Type Basics OpenType Edition.
    However, before I shell out the cash, I'd like to ask a few questions about related EULA's and font licensing issues - as the last thing I want to do is buy something, and then end up sued/financially destroyed/imprisoned anyways. (which is why I prefer with open fonts & software - at least no worries about prison, in case of misunderstanding the legalese)
    So, here are the questions:
    I am a Linux user, and I primarily intent to use the fonts with xelatex. On the download page, there are two options: "Win" and "Mac". Which one should I choose? Related question: Adobe Forums: Install a Mac font on a PC:Windows can use OpenType, Windows Type1 and Windows TrueType fonts. Windows cannot directly read Mac TrueType or Mac Type1 fonts.
    Macintosh can use OpenType, Mac Type1, Mac TrueType, and Win TrueType. Adobe products can read some Windows Type 1 fonts if installed in the correct folder.
    Versions - possibly unrelated, but I've found this old comment from 2003 for 'Adobe Type Basics 5.0 Mlp (CD-ROM)':Unfortunately, this product includes fonts in the older PostScript "Type 1" font format instead of the newer OpenType format. Adobe sells an OpenType edition of Adobe Type Basics, but this is a download-only product. I wish Adobe would sell the OpenType Edition on CD.... so just to make sure: I would definitely download the OpenType if I buy from the above  Adobe - Fonts : Adobe Type Basics OpenType Edition link, right?
    Re-download - the Adobe Type Basics page doesn't mention the file format of the download, nor its size. With bought fonts, I'd consider installing whatever I need for as long as project lasts, then deleting everything from my computer, since I don't like proprietary stuff sitting on it. Thus, I'd be interested in re-donwloading the Adobe Type Basics package. So is this package a zip file or similar, if so - how big is it? Can I download the file multiple times after purchase? Is the number of times I can redownload limited?
    I may have to do (in a role of page layouter for an academic institution) a document for a relatively big academic publisher (Springer); and I have little idea about how font licensing works there. Let's say I prepare a PDF which uses Adobe Garamond Pro, and embeds that font. Is it legal for me to just send that document to the publisher for printing, if I had purchased the Basics OpenType edition? I'm worried because I found in Adobe Forums: Install a Mac font on a PC:As I understand it, print service providers are required by the font EULA to own the font even though the customer provides it.
    I suggest you ask your customer to purchase the modern OpenType versions of the fonts. ... but then, Springer are "publishers", not "printers"? How worried should I be about this? Should I ask for confirmation in writing from them, that they own the particular embedded font? Then again, since in this case I'd be working for an academic institution as page layouter, should the academic institution also buy the font? If the academic institution already owns the font, am I legally obliged to own it as a page layouter (even if I'd use that font on the institutions computers with licensed fonts on them)? I'm pretty sure I'd be legally obliged to own it if I intend to prepare the layout on my own computer, is that correct?
    The download page mentions for "End User License": 5 computers. Say I install one Adobe Garamond Pro on one computer, use it there for the duration of a project, and then delete it from the computer. Is this computer then still counted towards the number of seats?
    Occasionally, I have my personal notes and such typeset in Latex, and here I send them to a printer (as in, "print service provider") to print 2-3 copies in softcover for personal use. As far as I understand it, this does not represent a "published" book (and so there isn't a "publisher" institution as in the Springer example above). So, in this case, again the same situation: let's say I prepare a PDF which uses Adobe Garamond Pro, and embeds that font. Is it legal for me to just send that document to the print house for printing, if I had purchased the Basics OpenType edition? How worried should I be about this?
    Other neat related links I found:
    Adobe Forums: Font EULA Question Re: Selling Logos;  
    Adobe Forums: font liscensing: upgrading from print to digital ...
    Well, I believe this is all I have for asking (for now) - thanks in advance for any answers!

    I am a Linux user, and I primarily intent to use the fonts with xelatex. On the download page, there are two options: "Win" and "Mac". Which one should I choose?
    Related question: Adobe Forums: Install a Mac font on a PC:Windows can use OpenType, Windows Type1 and Windows TrueType fonts. Windows cannot directly read Mac TrueType or Mac Type1 fonts.
    Macintosh can use OpenType, Mac Type1, Mac TrueType, and Win TrueType. Adobe products can read some Windows Type 1 fonts if installed in the correct folder.
    If you want Adobe Type Basics OpenType edition, then the fonts support multiple platforms.  OpenType fonts work on Mac, Win and Linux systems.
    Versions - possibly unrelated, but I've found this old comment from 2003 for 'Adobe Type Basics 5.0 Mlp (CD-ROM)':Unfortunately, this product includes fonts in the older PostScript "Type 1" font format instead of the newer OpenType format. Adobe sells an OpenType edition of Adobe Type Basics, but this is a download-only product. I wish Adobe would sell the OpenType Edition on CD.... so just to make sure: I would definitely download the OpenType if I buy from the above  Adobe - Fonts : Adobe Type Basics OpenType Edition link, right?
    Yes, the Adobe Type Basics Open Type Edition would provide you with OpenType versions of the fonts.  Sorry that we don’t offer all the different fonts, font families and variations on CD-ROM, but it would be cost-prohibitive to make all those versions, and font software is relatively small compared to application software.  That said, Our font EULA (End User License Agreement) which can be found at: http://www.adobe.com/type/browser/legal/pdfs/wf_EULA071111/EULA5seat_USEnglish07.11.11.htm l states: “2.5 Backup Copy. You may make a reasonable number of backup copies of the Software, provided your backup copies are not installed or used for other than archival purposes.” So you can make your own CD-ROM.
    Re-download - the Adobe Type Basics page doesn't mention the file format of the download, nor its size. With bought fonts, I'd consider installing whatever I need for as long as project lasts, then deleting everything from my computer, since I don't like proprietary stuff sitting on it. Thus, I'd be interested in re-donwloading the Adobe Type Basics package. So is this package a zip file or similar, if so - how big is it? Can I download the file multiple times after purchase? Is the number of times I can redownload limited?
    The file format is OpenType (CFF).  I would recommend making a backup copy of these fonts if you don’t want to keep them on your system.  Our Electronic Software Download service is not meant to be used for storage.
    I may have to do (in a role of page layouter for an academic institution) a document for a relatively big academic publisher (Springer); and I have little idea about how font licensing works there. Let's say I prepare a PDF which uses Adobe Garamond Pro, and embeds that font. Is it legal for me to just send that document to the publisher for printing, if I had purchased the Basics OpenType edition? I'm worried because I found in Adobe Forums: Install a Mac font on a PC:As I understand it, print service providers are required by the font EULA to own the font even though the customer provides it.
    I suggest you ask your customer to purchase the modern OpenType versions of the fonts. ... but then, Springer are "publishers", not "printers"? How worried should I be about this? Should I ask for confirmation in writing from them, that they own the particular embedded font? Then again, since in this case I'd be working for an academic institution as page layouter, should the academic institution also buy the font? If the academic institution already owns the font, am I legally obliged to own it as a page layouter (even if I'd use that font on the institutions computers with licensed fonts on them)? I'm pretty sure I'd be legally obliged to own it if I intend to prepare the layout on my own computer, is that correct?
    Wow!  Lots of questions here.  First of all, publishers publish.  Printing is just one form of publishing.  Embedding information for Adobe fonts can be found at the following:
    http://www.adobe.com/type/browser/legal/additional_licenses.html
    http://www.adobe.com/type/browser/info/embedding.html
    If you send a file to a print service provider and send a copy of the font along as well, then the printer needs to own a valid copy themselves.  If you send the print service provider a PDF version of the file, then you can embed the font in the PDF (but you would not send the a raw version of the font).  In this case, the printer doesn’t need the font, because it is embedded in the document.
    The download page mentions for "End User License": 5 computers. Say I install one Adobe Garamond Pro on one computer, use it there for the duration of a project, and then delete it from the computer. Is this computer then still counted towards the number of seats?
    If you buy a license for Adobe Garamond Pro, you have up to 5 seats.  So, it can be installed on a maximum of five computers at your company.  It is that simple to be in compliance.  If you were to obtain Adobe Garamond  Pro by purchasing Adobe Type Basics OpenType Edition, then you can install the entire set on up to five computers at your company.  You are licensing the set, and the fonts cannot be split up and used across multiple users at your company.
    Occasionally, I have my personal notes and such typeset in Latex, and here I send them to a printer (as in, "print service provider") to print 2-3 copies in softcover for personal use. As far as I understand it, this does not represent a "published" book (and so there isn't a "publisher" institution as in the Springer example above). So, in this case, again the same situation: let's say I prepare a PDF which uses Adobe Garamond Pro, and embeds that font. Is it legal for me to just send that document to the print house for printing, if I had purchased the Basics OpenType edition? How worried should I be about this?
    Yes.  It is legal to send the document to a print service provider with the font embedded in PDF.  You are printing a document, and your interpretation of what it means to “publish” or be a “publisher” is not relevant.  The words don’t even appear in our EULA.

  • Basic questions about Bigdata, NOSQL and Hadoop

    Hi,
    I've basic questions related to Bigdata. (I've googled it but still wants to confirm with experts)
    Please correct me if I am wrong on below.
    1) As far as I know big data is collection of unstructured data. Even we can store relational data as well.
    2) NOSQL is an Oracle product to handle bigdata (un structured data and relational data as well)
    3) Hadoop is the only one frame work which is avilable in market to manage the bigdata.
    What are the other database systems we have in the market to manage the bigdata.
    Cheers,
    Suri

    Hi Suri,
    1)  "Big Data" does not have a crystal clear, black and white definition. 
    It is generally characterized as being the processing and management of an amount and type of data that makes a specific workload on that data slow and/or expensive.
    Most commonly, Big Data involves processing and management of unstructured data of large volume and the typical technology used to store/process it is Hadoop, However, on occasion a NoSQL database will also deal with unstructured data.
    Big Data is also seen often in the form of simple, semi-structured data of both large volume and/or large velocity and the typical technology used to store/process it is a NoSQL database.  However, on occasion Hadoop will also deal with semi-structured data of large volume.
    In some cases, Big Data is seen in the form of highly connected data that will be manipulated by advanced algorithms that will need to touch a lot of the data and the typical technology used to store/process it is a Graph type of NoSQL database.
    2)  NoSQL is a category of database technologies most often dealing with the issues as outlined in bullet 2 above.   The Oracle NoSQL Database is oracle's product in the NoSQL category of database technologies.   It does NOT store relational data.   When using NoSQL relations between the data must be managed within the application code.
    3)  Hadoop and NoSQL booth manage Big Data, but different aspects as discussed in (1) above.   Hadoop is a batch based, slow processing data technology, but the "slow" is relative because it can process very large amounts of data, so minutes is commonly seen as fast.   NoSQL is a near real-time data processing technology and typically deals with Big Data where access times are in the single digit millisecond range.
    Hope this helps,
    -Robert

  • Possibly a very basic question but I have set up a spread sheet in Numbers and have viewed help videos but I can't get it to give me sums for the columns I highlight.  Keeps coming up with the figure zero.  I have version 09 2.3(554). Can anyone help

    Possibly a very basic question but I am going nowhere without a solution.  I have set up a spreadsheet in Numbers but it won't give me sums for chosen columns. I  have viewed the run through videos and used the formula but nothing happens apart from giving a figure of zero or a red arrow.  The sum icon in the bottom left hand section of the window does not highlight or show any total as I understand from the video that you can drag whatever total is here onto the relevent position on your spreadsheet.  I have Numbers 09 version 2.3 (554). Can anyone advise. Thanks.

    Hi Sohojools,
    To sum a column, use a formula such as this one in Cell A6
    Type this in a cell below your data:
    =SUM(A2:A4) or whatever range of cells you want to sum. The easy way is to type:
    =SUM(
    and then drag or shift-click to select the range of cells. Close the formula with a final bracket ")".
    The sum icon in the bottom left hand section of the window does not highlight or show any total
    To see the sum (and other simple statistics) in the bottom left, select a range of cells. That tells Numbers which cells you are refering to.
    The videos are good, but the Numbers'09 User guide, and the Formulas and Functions User Guide are better. Download them from the Help Menu in Numbers.
    Regards,
    Ian.

  • 2 Basic questions

    Hai guys,
    i am beginner in Webdynpro.i have
    2 basic questions in abap webdynpro.
    1)after a view is designed,while generating the application,we usualy get  a web applicaiton.and use the url to access the developed screen.
    can we,alternatively,generate a ABAP transaction instead?(like instead of URL ,we shud get a tcode,like normal abap dynpro)
    in other way,i want to develop abap dynpro using webdynpro tools.
    2)can we take a webpage,and covert in into meta data and thus,use it to create the view?(the reverse of what we do)

    Hello shravan,
    Regarding your first question: YES, you can attach a normal ABAP transaction to a WDA application.
    Check out this report code I wrote, you just need to change the k_wdappl_name constant value to your application name:
    REPORT y_abindi_001.
    CONSTANTS: k_browser      TYPE string VALUE 'IEXPLORE.EXE',
               k_mandt_prefix TYPE string VALUE '?sap-client=',
               k_wdappl_name  TYPE string VALUE 'YTEST_WD2'.   "Nombre de la aplicación
    DATA: g_mandt_param TYPE string,
          g_url         TYPE string.
    START-OF-SELECTION.
      CONCATENATE
        k_mandt_prefix
        sy-mandt
      INTO g_mandt_param.
      CALL METHOD cl_wd_utilities=>construct_wd_url
        EXPORTING
          application_name = k_wdappl_name
        IMPORTING
          out_absolute_url = g_url.
      CONCATENATE
        g_url
        g_mandt_param
      INTO g_url.
      CALL METHOD cl_gui_frontend_services=>execute
        EXPORTING
          application            = k_browser
          parameter              = g_url
          maximized              = 'X'
        EXCEPTIONS
          cntl_error             = 1
          error_no_gui           = 2
          bad_parameter          = 3
          file_not_found         = 4
          path_not_found         = 5
          file_extension_unknown = 6
          error_execute_failed   = 7
          synchronous_failed     = 8
          not_supported_by_gui   = 9
          OTHERS                 = 10.
      IF sy-subrc <> 0.
        WRITE:/,'Error al ejecutar Browser (',k_browser,')'.
      ENDIF.
    Then attach a report transaction to this program, that's it.
    Regards.

  • Basic Questions from Prospective Lion Server Switcher

    I have five servers I am running right now using Windows 2003 Server and various 3rd party packages.     Several years ago I became a Mac fan, moved all of my client based stuff to Mac, and now want to start moving my server based equipment to the OSX platform.
    I stopped by my local Apple Store, and they had a version of OSX Lion Server running on a MacMini, but couldn't seem to answer the most basic of questions because as their business people stated "We are not Server Certified" ... they recommended I talk to an outside consultant to get these basic questions answered which seems a little extreme.
    So I'm hoping the group can help.
    (1) I read through most of the Lion Server Advanced Administrative manual.    Lion server appears from the manual to do most of what I need.   However, when I tried doing some of the functions in the manual on the demo Lion Server at the Apple Store, many of the functions I wanted to do did not seemed to either be installed, or their were buttons missing in the Server App.     I do not know if this was a permission level problem, because the account I setup for myself had administrative rights.
    (2) In the mail app, it only appeared you could setup one mail domain.    It appeared you could setup virtual domains and users through the user app, but not through the mail domain itself?
    (3) I could not find any where to enable DNS services.    The manual seems pretty straight forward in turning on DNS, but the Lion Server I saw had no DNS services running, or any way to enable them?
    (4) Same for mailman listserv type function ... manual seems to be straight forward on enabling under the mail server, but again, no signs of the settings or enabling under the mail service.
    (5) Under the mail app, didn't find any way to setup alternative SMTP ports  ( I allow now Port 26 besides the standard Port 25 and SSL ports for my users.) ... I find port 26 gets past most firewalls at hotels etc.      Didn't see any way to control SMTP authentification too.
    (6) Under the Lion Server tech description, it talk about a built in web editor, saw nothing of the kind.
    So did the apple store have a limited install or am I missing something that the lion server manual does not match the capabilities of lion server.
    Love to get a straight answer before purchasing hardware to replace 5 present machines.
    Thank you.
    David

    Thanks for quick response.   Indeed, in hindsight, it appears that they had only installed the Server App, but not the Server Admin tools.
    Unfortunately, I am not a system admin, but I played one on TV <grin>
    All kidding aside ... I'm willing to learn, but would need most of the basics controlled through the GUI ... and then feel comfortable reading up and editting configuration files and running commands from the Terminal.
    On this line, is there good documentation of this, or is this something that you know because you are familiar with Unix?    ie something like the alternate port issue ... is this something in the GUI, or something I would have to edit via Terminal?
    Just trying to make an informed decision before jumping platforms.
    Thanks
    David

  • Basic questions about JAAS capabilities

    I've never used JAAS for authentication or authorization in a Java app before. Can somebody that has (or at least has some experience and knowledge about JAAS) please answer the following couple of basic questions about it? (I know I could probably answer these myself with a few hours of reading.)
    1. Can I use JAAS to restrict the users that can execute specific methods of my code?
    2. If the answer to #1 is yes, is there a way to programmatically determine if a JAAS login user has the permissions to run a method before actually calling that method. In other words, can I ask something like canUserExecute(method) or do I have to just put the call to the method in a try/catch and catch a security exception of some type?
    3. Is it fairly simple to have JAAS authenticate against a Windows Domain or a LDAP server?
    4. Are there programmatic ways to add or edit user information in JAAS?
    Answer to any of these questions are greatly appreciated. I'll even toss a couple of Dukes to the people that answer each question. Thanks in advance.

    You might look at the AfterthoughtSoft-Secure product at http://www.advancedmodelingconcepts.com. It is designed to do just that and will easily allow you to connect to users/group repositories that are in anything from a simple text file all the way up to Kerberos V.
    You can contact the author of the product (me) at bart dot jenkins at gd-ais dot com.
    bart

  • Basic questions in SRM for Workflows+need material

    Hi All,
    I have developed Workflows in SAP R3.I am very new to SRM. I have following questions -
    1. What is the use of BADI when we implement Workflow? My understanding till now is to provide all approvers to the
       Shooping Cart.That means for workflows without approval we dont need to BADI to implement.
    2. Is there any other concepts more i have to know? Like in R3 Event will be triggered with help of change doc, status mang., LIS exceptions and all through SWEC tx. is it same in R3?
       Sorry to ask very basic questions.
       Can anyone provide me step to step guide to configure SRM workflows and Cookbook for SRM?
       My Email id is [email protected]
       It will be very helpful for me.
       Thanks in advance.
       Ashwani

    Hi,
    1.All the n step workflows(where approvers are determined dynamically) in SRM can be implemented only using the BADI "BBP_WFL_APPROV_BADI".the main purpose of this BADI is to fetch the Approvers/agents for the workflow.In addition to the  n step WF,you also have no approval, 1 step and 2 step approval workflow in which the agent assignment can be done directly(no BADI reqd) and this is applicable for all types of business objects i.e. Shopping cart,Bid etc.For more details refer the foll link;
    http://help.sap.com/saphelp_srm40/helpdata/en/17/40a86c773d6c41801d78af1a34b90f/content.htm
    2.Work flow concepts are same as in R/3.So techincally you can create your custom workflows in the same way.
    Do let me know if you need any further help.
    BR,
    Disha.
    Pls reward points for useful answers.

  • DVD studio basic questions...

    HI!
    I have mostly used FCP to make web videos, so making a DVD is new for me. I used iDVD in the past for family videos, but that's about it.
    Some basic questions...
    1) Does DVD Studio work from different FCP files? Meaning, can I create all the "chapter sections" in my dvd in different FCP files? Is that the best way to do it? Or does it all have to be done in one FCP file with some sort of chapter marker system?
    2) Does DVD Studio read from FCP direct or from exported .dv files?
    3) Do I have a choice of using FCP or exported .dv files?
    I ask these so I know the right way to approach my FCP project.
    Also, if it can use .dv files, then I can outsource the authoring of making the DVD to someone else to save me some time. This is harder to do with the FCP files.
    FINALLY...
    4) When I used iDVD in the past and dvds I buy in the store, all I could get was about 1 hour on a dvd.
    With DVD studio, how can you make a longer DVD that can fit more than 1 hour, as I am making a professional product for duplication.
    Thanks sooooooooo much for your wisdom..... john

    Hi John - in response:
    1) yes, it can certainly do so. However, you can also use a single timeline in FCP, set chapter markers and add the DVDSP meta data (click 'm' twice in the FCP timeline to get the chapter marker window, and add the data there). You might also add the markers when in DVDSP - all fairly easy to do. I often use lots of different FCP clips to make a single track in DVDSP - you have to think of a DVDSP timeline very differently to a FCP one... in DVDSP the timeline can hold completely different films and you use chapter markers to help delineate it all. You only need to use a new track in DVDSP if it helps with the overall structure for the disc, or if you've used 99 chapter markers in the first one already.
    2) yes, it can. Using a FCP reference file is possible, as is using an exported .dv file. The difference is a matter of preference, largely. I tend to export out of FCP as a QT self-contained file, encode it using compressor to be mpeg2, and then import into DVDSP. You can, of course, go from FCP directly to compressor without making the QT file. The output from compressor is what you are after for DVDSP - you can use QT or .dv files right into DVDSP, but they get compressed to MPEG2 as the disc is built. The encoder in DVDSP is not a particularly refined tool, and Compressor will give you so many more options, including encoding the audio to AC3 (dolby digital) which is a very important thing to do!
    3) yes again... see above? You can't use the FCP project files, you certainly can use other file types, but you really ought to use MPEG2 files from Compressor. You'll get a better looking result.
    4) yes... this all comes down to the way the footage is encoded (I'm labouring the point, but Compressor is your friend here again). There are lots of ways you can squeeze more onto a standard 4.37Gb disc - it is easy to get 2 hours on if you know what you are doing. This could be an entire thread of it's own, but the basics are that you need to use Dolby Digital audio (AC3) which has a tiny file size but a decent audio sound. This leaves you with more space on your disc for the video. The more you compress the video (use lower bitrates like 3Mbps) the smaller the file will be, and therefore the more footage you can fit onto the disc.
    The problem is that lower bitrates can result in lower quality. This is especially true if your footage includes pans, zooms, shimmering water, leaves on trees, fades and so on. You tend to get blocky areas that look poor. Higher bitrates certainly help, but you get larger file sizes and thus can fit less on the disc... it's always a trade off between file size and quality. With iDVD the encoding decisions are taken for you, and you can't control it, but it fortunately does a pretty decent job.
    There is no set or enciding rules that will work for every piece of video you have got, however you can go a long way using variable rate encodes (VBR) that have a range from 4 - 7.4Mbps. In order to know whether the resulting file will fit onto your disc you have to do some good old 'bit budgeting'. There are online tools to help you where you type in the length of your footage in minutes, and the size of your DVD capacity, and it tells you what the bitrate needs to be in order to fit the space available. Be careful though - it cannot tell what your footage is, and you have to preview the results yourself to judge if the quality is right.
    A tip is to find the 'problem' areas in the footage, make a short (2mins) clip and encode that at different bit rates. When you find one that works well, use that for all of the footage. As long as you use 2 pass (VBR) encodes in Compressor, it will assign lower bitrates to the easier sections, and higher bitrates to the problem areas.
    There are many other encoders out there which are better than Compressor - have a look at Cinemacraft on a PC for a start - but you pay a premium for them. They also take a while to learn, but the trick to making a great looking DVD is to use great looking source footage and encode it well before making the DVD. If you encode as part of making the DVD then you've missed the point and you'll get 'average' results at best!

  • What todo with those who keep on answering basic questions - Your thoughts?

    Hi Experts,
    I have been active in ABAP Development Forum and usually hit the abuse button around 50 times a day.
    And most of the cases is for posting queries which are very basic and can be searched in SCN or in any Search engine.
    Example: The specified item was not found.
    Subject : BAPI
    Question :
    >
    muralireddy manyam wrote:
    > whats the  difference between normal function module and bapi function module?
    Although this is the mistake of the poster, i can see around 5 - 10 replies for such posts in a few seconds. Most of the replies are posted with Copy + paste content from SAP documentation/ other sites, some link farms etc.
    What i feel is this type of replies only encourages other people to post such basic questions again and again.
    So i think a little amendment need to be added to the Forum guidelines prompting members not to post replies/links to basic questions which can be easily searched.
    What you people think of it? Your thoughts are welcome and i hope some moderator would be in a better position to answer this.
    Regards
    Karthik D

    Hi Karthik,
    Your BAPI example took a whack together with all it's answers and the other questions by the same lazy bones fresher.
    There is no real answer to your question, because more usable expert forums and keeping the quality up to standard is a constant thing. Each new batch of freshers brings new challenges with them, and new types of points-gaming, etc. So it is the journey which counts
    At other times some tollerance is also appropriate - for example when the person has language problems and is using a translator.
    But for the lazy bones who don't even have common sense, there is no SDN medication available. No amount of waiving the rules at them helps. The only think which can be done is to delete it on sight and try to catch them as early as possible.
    For this the folks who use the Abuse Reports button are the true heros of the forums, as it is impossible for moderators to be everywhere all the time.
    Cheers and thank again!
    Julius

  • CIF queue monitoring and alerting

    Hi Gurus,
    Is there any way we can have automatic monitoring of number of CIF queues .i.e if the CIF queues goes beyond a certain number, then I should get an email alert.
    Or if I can get the alert configuration for number of entries in SMQ1 or SMQ2, it'll be great.
    Thanks in advance ...
    Regards,
    Surendra

    Hi Surendra,
    I believe your APO Basis team might have an answer for the question.
    And in case you are talking about the post processing errors, you can use the transaction/SAPAPO/CPPA. Even using this, will not tell you the number of post processing queues, but, its capable to telling you the number of users that initiated the queues. This transaction is capable of sending an email and by varying settings, it sends the number of messages equal to number of initiators of the queues.
    Else, as already suggested, writing a report would be the option.
    Cheers,
    KC.

  • CIF Queue gettign stuck in 'ready' state

    Hi,
    I am facing a problem in using CIF functionality while transferrting Master data and transaction data from R/3 to APO.
    I have selected inbound queue processing for APO system and have also registered the queue in APO.
    But when I actually CIF any data, it gets stuck in the outbound queue of the R/3 system in 'Ready' state.
    Then I always need to manually activate the queue in SMQ1 to transfer the data to APO.
    The same thing happens during online transfer of transaction data.
    I want the data to be transferred automatically rather tahn activating the CIF queue each time.
    Please help.
    Thanks,
    Ameet

    Hi Ameet
    Please following setting.
    1. User setting
    -R/3 T-CD CFC2 (For debuf Area, please check whether your user has "R" or not)
    -APO T-CD /SAPAPO/C4 (For debug, please check whether your user has "R : debug on" or not)
    2. Queue scheduler setting in both system
    Inbound scheduler
    T-CD SMQR please make sure whether you have inbound scheduler setting.
    If there is not, you can create it by hitting Registration button.
    "Registration" => Queue Name CF*, and lest of it can be leave as default.
    Outbound scheduler
    T-CD SMQS
    Please make sure you have entry to your SCM system.
    Type should be "R". If it is not R, outbound scheduler is not activated.
    So please select entry and and hit registration button again. Then type will change
    to "R".
    I hope this help your problem.
    Keiji Mishima

  • A very basic question regarding data block

    Hi All,
    I've a very basic question concerning data blocks in oracle forms 10g.
    I want to make a view only screen (only query allowed, no update, insert or delete).
    I'll have 6-7 fields on the screen but all the fields are not from a single table.
    For e.g, let say we've field names to display on the screen are f1, f2, f3, f4..
    Out of this f1 and f2 will come from table A and f3, f4 will come from table B.
    Now, my question : Is it possible to create a data block using the data block wizard for such situation if we select create data block from table options?
    If no, can you please tell me an approach to do this.
    Regards,
    Navnit

    Hello ,
    First write your query & select datablock property.
    just change the below properties
    Query Data Source Type=From Clause Query
    Query Data Source Name = (Paste query here)
    now you should add the block ITEMs and give their names according to query columns names. shows the column on canvas and run..
    Best Regard
    skyniazi
    Edited by: SKYNIAZI on Mar 29, 2009 1:32 PM

Maybe you are looking for

  • How can I sync my iPhone 4 with a new Laptop

    Hi Everyone, I have a new Windows laptop and an iPhone 4 (iOS 7.04) and I would like to back it up to my new laptop. The iPhone 4 was sync'd to an older Windows laptop that isn't working anymore, so I can't transfer anything from the old laptop to th

  • Outlook 2013 won't open calendar items created on Outlook 2007

    I have a user that recently got office 2013 pro plus on his computer.  We created a new profile and connected him to exchange 2010.  Now when he tries to open up a calendar item that was created prior to the 2013 install it just spins and you have to

  • Acrobat Pro 9 uppser case

    Created a filed in Adobe Pro 9.0 and I want to make the field a required filed that must be entered in uper case. I checked the formatting tab but cannot find it. It is being used for a state filed and want to make sure that the text will laways show

  • Unknown user occupy more USER I/O

    Hello friends, Our environement is ORACLE 10g ON WINDOWS 2003 platform. We use to receive call from some users that system is very slow in response. While I check through OEM , one user consuming more USER I/O, 90%. But that users for IT department u

  • 'Data for last import/Statistics' tab missing for Distributed imports in EMIGALL

    Hi experts, For some reason when I initiate Distributed loads using 'Distributed imports' in EMIGALL, I do not get the third and fourth tabs viz. 'Data for last import' and 'Statistics for import runs' after the loads are triggered. Is there a specif