Replicat Error Illegal Tandem file name while reading definition file

Hi All,
I have problem while running replicat on the target db2 database i have source db is Oracle database .
**            Running with the following parameters                  **
2012-06-06 16:38:59  INFO    OGG-03035  Operating system character set identified as ISO-8859-1. Locale: en_US, LC_ALL:.
--checkparams
REPLICAT REP01
TARGETDB b88, USERID db2b88, PASSWORD ********
2012-06-06 16:38:59  INFO    OGG-03036  Database character set identified as ISO-8859-1. Locale: en_US.
2012-06-06 16:38:59  INFO    OGG-03037  Session character set identified as ISO-8859-1.
SOURCEDEFS ./dirdef/source_ora4.def
Source Context :
  SourceModule            : [er.init]
  SourceID                : [/scratch/aime1/adestore/views/aime1_staoi06/oggcore/OpenSys/src/app/er/init.cpp]
  SourceFunction          : [get_infile_params]
  SourceLine              : [1550]
2012-06-06 16:38:59  ERROR   OGG-00303  Problem at line 27.  Illegal Tandem file name: SAPSR3./1CN/CBPSAP001.
2012-06-06 16:38:59  ERROR   OGG-01668  PROCESS ABENDING.I Have Replicat Parameter :
--checkparams
REPLICAT REP01
TARGETDB b88, USERID db2b88, PASSWORD *******
SOURCEDEFS ./dirdef/source_ora4.def
--DDLERROR DEFAULT IGNORE
HANDLECOLLISIONS
--assumetargetdefs
MAP SAPSR3.*, TARGET SAPSR3.*;how to clear this isue..?
thanks, a lot
Riyas
Edited by: riyas on 06-Jun-2012 03:29

Do you mean like this
this is full my replicat params
--checkparams
REPLICAT REP01
TARGETDB b88, USERID db2b88, PASSWORD kagome31
SOURCEDEFS ./dirdef/source_ora4.def
--DDLERROR DEFAULT IGNORE
HANDLECOLLISIONS
--assumetargetdefs
--SOURCEDEFS ./dirdef/source_ora2.def
--SOURCEDEFS ./dirdef/test_db.def
--MAPEXCLUDE SAPSR3.PATCHHIST
MAP SAPSR3.*, TARGET SAPSR3.*;
--MAP DB.*, TARGET db2b88.*;Edited by: riyas on 06-Jun-2012 03:19

Similar Messages

  • How to put current date in File name while saving PDF file.

    Hi expert,
    A report is scheduled for broadcasting  in PDF format . User wants it should have current date in its file name.
    Now system generated file name is Z_XXX_YYY_0000.pdf , but it should have Z_XXX_YYY_10012012.pdf or in any date format.
    Regards,
    Anand Mehrotra.

    First, how to best change the name of the folder. In Library view, there is a Folders panel within the lest hand side panel. If you select the folder and bring up the context menu, you can select the rename option to change the name/date of the folder. Lightroom will also cause the name to be changed on the HDD so both Lightroom as well as the OS will know about the change. This is the simplest way to handle folder name changes.
    Renaming the photos contained within the folder is a bit trickier. I have tried the Lightroom batch rename function, which should work by the way, I encountered some issues in which Lightroom wanted to substitute a sequence number, starting at 0001 rather than use the starting number I wanted to use. This was in Lightroom 4.x and I ended up having to manually rename files. To rename the files within the folder, select the folder to display the grid view of the images within that folder. Next, select all of the photos you want to rename and then select Library/Rename Photos (must be in Library mode) or just press the F2 key. This will open a Rename Photo dialog. Use the drop down box to select your naming scheme (or custom, which will open the Filename Template Editor where you can build your own template. From there, just click to confirm your choices and you should be able to rename your files.
    As I said above, I did have trouble with this in V4.x so I suggest only selecting one of the photos and testing it out. If it works, you can select the rest and complete your task. If it doesn't, then you can fix that, try again to get it to work or just manually rename your photos which is what I ended up doing.

  • Error while reading wsdl file

    I created and deployed a BPEL process with a JMS adapter and DB adapter.
    I have tested this and it works fine.
    After a few days, I try to open the project and the BPEL process, and click on the DB
    adapter and it throws an exception on the designer :
    "Error while reading wsdl file ... (wsdl file name) NULL Exception"
    This is hard to debug as the exception does not provide any info, NULL.
    This has happened several times for my project. The next time the JMS adapter hit the
    same exception while opening on designer. This one I notice happened after I imported
    a new schema file (xsd) into the BPEL process.
    Only way around that I have for this currently is to delete and recreate the adapters, which as time
    consuming as I have to re-create and re-assign a lot of the activities.
    Has anyone encountered this and is there a way to fix this without deleting/recreating the adapters ?
    Thanks.

    I experienced the same issue and found the cause and a workaround;
    "Error while reading wsdl file …. Exception: null"
    http://www.petervannes.nl/files/b7c08911ce3cde3677e2182bbc5f032a-47.php
    Edited by: 944333 on Jul 3, 2012 10:24 PM

  • Error Occurred While Converting the file"name of song" The file name.......

    I get this message when I try to import some CD's to my library.
    A window pops up and says
    Error occurred while converting the file "name of song"
    The file name was invalid or to long.
    Anyone else ever get this message, and how can you import CD's???????

    I have had this exact same problem. I'm not sure how to fix it...

  • Problem  while reading XML file from Aplication server(Al11)

    Hi Experts
    I am facing a problem while  reading XML file from Aplication server  using open data set.
    OPEN DATASET v_dsn IN BINARY MODE FOR INPUT.
    IF sy-subrc <> 0.
        EXIT.
      ENDIF.
      READ DATASET v_dsn INTO v_rec.
    WHILE sy-subrc <> 0.
      ENDWHILE.
      CLOSE DATASET v_dsn.
    The XML file contains the details from an IDOC number  ,  the expected output  is XML file giving  all the segments details in a single page and send the user in lotus note as an attachment, But in the  present  output  after opening the attachment  i am getting a single XML file  which contains most of the segments ,but in the bottom part it is giving  the below error .
    - <E1EDT13 SEGMENT="1">
      <QUALF>001</QUALF>
      <NTANF>20110803</NTANF>
      <NTANZ>080000</NTANZ>
      <NTEND>20110803<The XML page cannot be displayed
    Cannot view XML input using XSL style sheet. Please correct the error and then click the Refresh button, or try again later.
    Invalid at the top level of the document. Error processing resource 'file:///C:/TEMP/notesD52F4D/SHPORD_0080005842.xml'.
    /SPAN></NTEND>
      <NTENZ>000000</NTENZ>
    for all the xml  its giving the error in bottom part ,  but once we open the source code and  if we saved  in system without changing anything the file giving the xml file without any error in that .
    could any one can help to solve this issue .

    Hi Oliver
    Thanx for your reply.
    see the latest output
    - <E1EDT13 SEGMENT="1">
      <QUALF>003</QUALF>
      <NTANF>20110803</NTANF>
      <NTANZ>080000</NTANZ>
      <NTEND>20110803</NTEND>
      <NTENZ>000000</NTENZ>
      <ISDD>00000000</ISDD>
      <ISDZ>000000</ISDZ>
      <IEDD>00000000</IEDD>
      <IEDZ>000000</IEDZ>
      </E1EDT13>
    - <E1EDT13 SEGMENT="1">
      <QUALF>001</QUALF>
      <NTANF>20110803</NTANF>
      <NTANZ>080000</NTANZ>
      <NTEND>20110803<The XML page cannot be displayed
    Cannot view XML input using XSL style sheet. Please correct the error and then click the Refresh button, or try again later.
    Invalid at the top level of the document. Error processing resource 'file:///C:/TEMP/notesD52F4D/~1922011.xml'.
    /SPAN></NTEND>
      <NTENZ>000000</NTENZ>
    E1EDT13 with QUALF>003 and  <E1EDT13 SEGMENT="1">
    with   <QUALF>001 having almost same segment data . but  E1EDT13 with QUALF>003  is populating all segment data
    properly ,but E1EDT13 with QUALF>001  is giving in between.

  • File importer detected an inconsistency in the file stucture of (file name). Reading and writing this file's metadata (XMP) has been disabled.

    I have duplicated a project to work on another computer. The project opens fine but when I import new footage/audio files I get this message. "File importer detected an inconsistency in the file stucture of (file name). Reading and writing this file's metadata (XMP) has been disabled." Then I can't play my timeline and Premier Pro crashes.  I have to force quit and restart my computer to continue working. What does this error really mean? How do you rectify?
    Our workflow requires that we duplicate projects to make updates because we are frequently revising but need to keep original project unchanged and intact.

    I have a similar issue and message , but occurs when I import AVI clips from OnLocation CS4 to Premier Pro CS4.

  • How to retain file name while saving file on archive servers

    Hi Experts,
    I am using function modules:
    ARCHIVOBJECT_CREATE_TABLE and ARCHIV_CONNECTION_INSERT for inserting a file to archive server and for linking it with a document.
    Then I am reading the URL using FM: SCMS_AO_URL_READ. When I get this URL and download that file, the file name will be always defaulted to 'pclHTTP.dll'. I debugged these FMs to a certain extent and found that this name comes from CREP_HTTP-HTTP_SCRPT table.
    Is there any way I can retain the file name while saving it so that when I read the URL it has correct file name in it?
    Please help.
    Regards,
    Anand Kolte

    Hi Max,
    In case when downloading one file it is fine. But if I want to download 10 files at once and later if I go to my downloads, every file will be having similar name. Unless we open the file, we cannot know what file it is.
    Regards,
    Anand

  • Destination file characters too long (File names) , while copying from one external to another

    I have a external my book fat32 formated and a new mybook ntfs formated external as well.  Now when I copy my files from the fat32 to the ntfs external all files copy fine but some give that destination location file characters are too long, meaning that the file names are too long.  Now I could change the file names but that would conflict with programs that need that file name.  I am using vista ultimate and would like to copy all the files over from the fat32 to ntfs so I can reformat the fat32 to ntfs.  The files got on the ntfs from a simple drag and drop from my IDE NTFS internal hard drive.
    I hope you guys to tell me what to do.
    Thank you :)

    Here's the fix....for error message "your file name is too long to be copied, deleted, renamed, moved" :
    1.   problem is this: the "file name" has a limit on number of characters.....the sum of characters really includes the entire path name; you gotta shorten it first (i.e, if the total number of characters in the file name + Path name are over the
    limit, the error appears).  The deeper your file folder sub levels are, the more this problem will come up, especially when you copy to a subfolder of a subfolder/subfolder of another path ...adds to character limit)
    2.  How do you know which combined file names + path names are too long if  you are in the  middle of a copy operation and this error pops up?  Some files copied but the "long files error message" says "skip" or "cancel" ... but not which
    files are the "too long" ones.  If you hit "skip" or "cancel" the "too long" files are left behind...but are mixed in with non-offender "good" "short name" files.   Sorting thru 1000s of "good" files to find a few "bad" ones manually is impractical.
    3.   Here's how you sort out the "bad" from the "good":
    4.    Let's say you want to copy a folder ..."Football" ...that has five layers of subfolders; each subfolder contains numerous files:
      C:/1 Football / 2 teams/ 3 players/ 4 stats/ 5 injuriessidelineplayerstoolong 
           There are five levels root "1 football" with subfolders  2, 3, 4 and lastly "5 injuries"
    5.    Use "cut" and "paste"  (for example to backup all five levels to a new backup folder):
           select "1 football" ....cut....select target folder....paste 
           ("cut" command means as the files are copied to the target destination, the file is deleted from the source location)
          Hint: avoid "cut" and "paste" to a target folder that is itself a sub/sub/sub folder ...that compounds the "characters over the limit" problem ...because the characters in the sub/sub/sub folder are included in the "file name
    character limit"...instead "paste" to a C:/ root directory.
           Suppose in the middle of this operation...error pops up: "5 files have file names that are too long"  Skip or cancel?
           select "skip"  ...and let operation finish
    6.    Now go back and look at the source location: since the software allows only the "good" "short name" files to be copied (and because you "skipped" the "bad" "Long name" files so they are not copied or deleted) ...all that remains
    in the source location are the "bad" "long name files" (because "good" ones were deleted from the source location after the "cut" operation...the bad ones stick out like a sore thumb.
    7.   You will find ....all that remains in source folders are: the "bad" "too long" files; in this example the "bad" file is in level 5:
          C:/ 1 football / 2 teams /3 players /4 stats /5 injuriessidelineplayerstoolong
    8.   select folder 5 injuriessidelineplayerstoolong (that's right...select folder, not file) gotta rename the folder first.
    9.  hit F2 rename folder..folder name highlighted...delete some of the letters in the folder name:
           like this:   5 injuriessidelineplayers  ....you should delete 'toolong'....from the folder name
    10.  then go into folder 5....and do the same operation ...with the too long file name:
            hit F2 rename file....file name hightlighted...delete some of the letters
               like this:  injuriessidelineplayers.....you should delete 'toolong' from the file name
    11.  Now..."cut and paste"  the renamed file to the target backup folder.  
    The Error message will pop up again if you missed any "bad" files....for example, it will indicate "5 files too long" ....then repeat process 5 times until you fix all of them
    12.     Finally, copy the target destination files back to the source location (when you are certain all source location file folder locations are empty) 

  • I have a keynote presentation that i built a while ago. How do identify the file names of the video files that are in the presentation?

    I have a keynote presentation that i built a while ago. How do i now identify the file names of the video files that are in the presentation?

    With your presentation open, click on each movie element and read the name in the Metrics Inspector > File Info.

  • Error: is an invalid name for a book file

    Hi everyone,
    I'm trying to export about 20 files to pdf from a books panel, but when I try this the program just hangs. When I open up the book panel I get the following error:
    "is an invalid name for a book file"
    I wondered if anyone has come across this error before or knows what it means? I tried to create a new book and reinsert the files but I'm still getting the same problem when I try to go to pdf.
    Really appreciate any advice.

    Sorry to come back to this - I've tried both suggestions but it hasn't fixed the problem. I've tried though to open up individual chapter files and export to pdf but the odd thing is that when I export these individual files to pdf interactive they work fine but when I export to a print pdf the program crashes. Each of the files have a heap of cross-references within them so I don't know if that's contributing to the problem, but even so when I export to print pdf, I don't check off bookmarks and hyperlinks and it still crashes. In fact I even made a copy of one of the files and deleted all the cross-references and then tried again to export to print-pdf but it still crashed.
    I even exported one of the chapters to the .idml file format and then re-opened it up and saved it. I then exported to print-pdf and it crash again.
    The only method that seems to work is when I don't open a file, ie. I just select it from within the books panel, I then export that single chapter to print-pdf and I make sure "bookmarks" and "hyperlinks" are uncheck. If I do it this, I can successfully export a print pdt without it crashing. The strange thing though is that if I open that chapter up and export it in the same way, then ID crashes. It doesn't make sense.
    I just don't know how to troubleshoot further. Does anyone have any further tips or advice that I can try?
    Appreciate any further help.

  • I am trying to import cr2files from the camera into lightroom 5 and keep getting an error message saying Lightroom can not read the files and therefore will not import them.  Has anyone had a similar problem-.thanks

    I am trying to import cr2files from the camera into lightroom 5 and keep getting an error message saying Lightroom can not read the files and therefore will not import them.  Has anyone had a similar problem….thanks

    If you are having the same problem, i.e. a disk permission problem, open your favorite search engine and search on, "change disk permissions", and I think you'll find plenty of information on how to fix the problem. This is a Lightroom forum. Your problem is with your operating system. There is no sense in rewriting instructions that are already available if you do a simple search.

  • An error occured on the server while reading settings

    Hi to everyone,
    Today i renewed my server's Profiles Manager Code Signing Certificate following this link http://support.apple.com/kb/HT5358
    The certificate was renewed sucessfully for one year.
    I switched the Profile Manager Off then next to "Sign configuration profiles" i clicked the Edit button and from the Certificate list, i selected the certificate named "myserver.mydomain.com Code Signing Certificate - myserver.mydomain.com OD Intermediate CA" which was the only listed certificate that i had renewed.
    When i turned on the Profile Manager i faced the issue.
    An error occured on the server while reading settings so the Profile Manager can't start.
    From Logs
    Error: The server '127.0.0.1' reported an error while processing a command of type: 'readSettings' in plug-in: 'servermgr_devicemgr'. Error: Error Domain=servermgr_devicemgr Code=1 "/Applications/Server.app/Contents/ServerRoot/usr/share/devicemgr/backend/vendo r/rails/activerecord/lib/active_record/connection_adapters/postgresql_adapter.rb :941:in `initialize': could not connect to server: Connection refused (PGError)
    Is the server running locally and accepting
              connections on Unix domain socket "/Library/Server/PostgreSQL For Server Services/Socket/.s.PGSQL.5432"?
              from /Applications/Server.app/Contents/ServerRoot/usr/share/devicemgr/backend/vendor /rails/activerecord/lib/active_record/connection_adapters/postgresql_adapter.rb: 941:in `connect'
              from /Applications/Server.app/Contents/ServerRoot/usr/share/devicemgr/backend/vendor /rails/activerecord/lib/active_record/connection_adapters/postgresql_adapter.rb: 941:in `connect'
              from /Applications/Server.app/Contents/ServerRoot/usr/share/devicemgr/backend/vendor /rails/activerecord/lib/active_record/connection_adapters/postgresql_adapter.rb: 217:in `initialize'
              from /Applications/Server.app/Contents/ServerRoot/usr/share/devicemgr/backend/vendor /rails/activerecord/lib/active_record/connection_adapters/postgresql_adapter.rb: 37:in `new'
              from /Applications/Server.app/Contents/ServerRoot/usr/share/devicemgr/backend/vendor /rails/activerecord/lib/active_record/connection_adapters/postgresql_adapter.rb: 37:in `postgresql_connection'
              from /Applications/Server.app/Contents/ServerRoot/usr/share/devicemgr/backend/vendor /rails/activerecord/lib/active_record/connection_adapters/abstract/connection_po ol.rb:223:in `send'
              from /Applications/Server.app/Contents/ServerRoot/usr/share/devicemgr/backend/vendor /rails/activerecord/lib/active_record/connection_adapters/abstract/connection_po ol.rb:223:in `new_connection'
              from /Applications/Server.app/Contents/ServerRoot/usr/share/devicemgr/backend/vendor /rails/activerecord/lib/active_record/connection_adapters/abstract/connection_po ol.rb:245:in `checkout_new_connection'
              from /Applications/Server.app/Contents/ServerRoot/usr/share/devicemgr/backend/vendor /rails/activerecord/lib/active_record/connection_adapters/abstract/connection_po ol.rb:188:in `checkout'
              from /Applications/Server.app/Contents/ServerRoot/usr/share/devicemgr/backend/vendor /rails/activerecord/lib/active_record/connection_adapters/abstract/connection_po ol.rb:184:in `loop'
              from /Applications/Server.app/Contents/ServerRoot/usr/share/devicemgr/backend/vendor /rails/activerecord/lib/active_record/connection_adapters/abstract/connection_po ol.rb:184:in `checkout'
              from /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/monitor .rb:242:in `synchronize'
              from /Applications/Server.app/Contents/ServerRoot/usr/share/devicemgr/backend/vendor /rails/activerecord/lib/active_record/connection_adapters/abstract/connection_po ol.rb:183:in `checkout'
              from /Applications/Server.app/Contents/ServerRoot/usr/share/devicemgr/backend/vendor /rails/activerecord/lib/active_record/connection_adapters/abstract/connection_po ol.rb:98:in `connection'
              from /Applications/Server.app/Contents/ServerRoot/usr/share/devicemgr/backend/vendor /rails/activerecord/lib/active_record/connection_adapters/abstract/connection_po ol.rb:326:in `retrieve_connection'
              from /Applications/Server.app/Contents/ServerRoot/usr/share/devicemgr/backend/vendor /rails/activerecord/lib/active_record/connection_adapters/abstract/connection_sp ecification.rb:123:in `retrieve_connection'
              from /Applications/Server.app/Contents/ServerRoot/usr/share/devicemgr/backend/vendor /rails/activerecord/lib/active_record/connection_adapters/abstract/connection_sp ecification.rb:115:in `connection'
              from /Applications/Server.app/Contents/ServerRoot/usr/share/devicemgr/backend/vendor /rails/activerecord/lib/active_record/base.rb:1299:in `table_exists?'
              from /Applications/Server.app/Contents/ServerRoot/usr/share/devicemgr/backend/config /initializers/settings.rb:10
              from /Applications/Server.app/Contents/ServerRoot/usr/share/devicemgr/backend/vendor /rails/activesupport/lib/active_support/dependencies.rb:173:in `load_without_new_constant_marking'
              from /Applications/Server.app/Contents/ServerRoot/usr/share/devicemgr/backend/vendor /rails/activesupport/lib/active_support/dependencies.rb:173:in `load'
              from /Applications/Server.app/Contents/ServerRoot/usr/share/devicemgr/backend/script /../config/../vendor/rails/railties/lib/initializer.rb:622:in `load_application_initializers'
              from /Applications/Server.app/Contents/ServerRoot/usr/share/devicemgr/backend/script /../config/../vendor/rails/railties/lib/initializer.rb:621:in `each'
              from /Applications/Server.app/Contents/ServerRoot/usr/share/devicemgr/backend/script /../config/../vendor/rails/railties/lib/initializer.rb:621:in `load_application_initializers'
              from /Applications/Server.app/Contents/ServerRoot/usr/share/devicemgr/backend/script /../config/../vendor/rails/railties/lib/initializer.rb:176:in `process'
              from /Applications/Server.app/Contents/ServerRoot/usr/share/devicemgr/backend/script /../config/../vendor/rails/railties/lib/initializer.rb:113:in `send'
              from /Applications/Server.app/Contents/ServerRoot/usr/share/devicemgr/backend/script /../config/../vendor/rails/railties/lib/initializer.rb:113:in `run'
              from /Applications/Server.app/Contents/ServerRoot/usr/share/devicemgr/backend/config /environment.rb:55
              from /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/rubygem s/custom_require.rb:31:in `gem_original_require'
              from /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/rubygem s/custom_require.rb:31:in `require'
              from /Applications/Server.app/Contents/ServerRoot/usr/share/devicemgr/backend/vendor /rails/railties/lib/commands/runner.rb:39
              from /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/rubygem s/custom_require.rb:31:in `gem_original_require'
              from /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/rubygem s/custom_require.rb:31:in `require'
              from /Applications/Server.app/Contents/ServerRoot/usr/share/devicemgr/backend/script /runner:3
    " UserInfo=0x7ff048a8dc20 {NSLocalizedDescription=/Applications/Server.app/Contents/ServerRoot/usr/share/ devicemgr/backend/vendor/rails/activerecord/lib/active_record/connection_adapter s/postgresql_adapter.rb:941:in `initialize': could not connect to server: Connection refused (PGError)
              Is the server running locally and accepting
              connections on Unix domain socket "/Library/Server/PostgreSQL For Server Services/Socket/.s.PGSQL.5432"?
              from /Applications/Server.app/Contents/ServerRoot/usr/share/devicemgr/backend/vendor /rails/activerecord/lib/active_record/connection_adapters/postgresql_adapter.rb: 941:in `connect'
              from /Applications/Server.app/Contents/ServerRoot/usr/share/devicemgr/backend/vendor /rails/activerecord/lib/active_record/connection_adapters/postgresql_adapter.rb: 941:in `connect'
              from /Applications/Server.app/Contents/ServerRoot/usr/share/devicemgr/backend/vendor /rails/activerecord/lib/active_record/connection_adapters/postgresql_adapter.rb: 217:in `initialize'
              from /Applications/Server.app/Contents/ServerRoot/usr/share/devicemgr/backend/vendor /rails/activerecord/lib/active_record/connection_adapters/postgresql_adapter.rb: 37:in `new'
              from /Applications/Server.app/Contents/ServerRoot/usr/share/devicemgr/backend/vendor /rails/activerecord/lib/active_record/connection_adapters/postgresql_adapter.rb: 37:in `postgresql_connection'
              from /Applications/Server.app/Contents/ServerRoot/usr/share/devicemgr/backend/vendor /rails/activerecord/lib/active_record/connection_adapters/abstract/connection_po ol.rb:223:in `send'
              from /Applications/Server.app/Contents/ServerRoot/usr/share/devicemgr/backend/vendor /rails/activerecord/lib/active_record/connection_adapters/abstract/connection_po ol.rb:223:in `new_connection'
              from /Applications/Server.app/Contents/ServerRoot/usr/share/devicemgr/backend/vendor /rails/activerecord/lib/active_record/connection_adapters/abstract/connection_po ol.rb:245:in `checkout_new_connection'
              from /Applications/Server.app/Contents/ServerRoot/usr/share/devicemgr/backend/vendor /rails/activerecord/lib/active_record/connection_adapters/abstract/connection_po ol.rb:188:in `checkout'
              from /Applications/Server.app/Contents/ServerRoot/usr/share/devicemgr/backend/vendor /rails/activerecord/lib/active_record/connection_adapters/abstract/connection_po ol.rb:184:in `loop'
              from /Applications/Server.app/Contents/ServerRoot/usr/share/devicemgr/backend/vendor /rails/activerecord/lib/active_record/connection_adapters/abstract/connection_po ol.rb:184:in `checkout'
              from /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/monitor .rb:242:in `synchronize'
              from /Applications/Server.app/Contents/ServerRoot/usr/share/devicemgr/backend/vendor /rails/activerecord/lib/active_record/connection_adapters/abstract/connection_po ol.rb:183:in `checkout'
              from /Applications/Server.app/Contents/ServerRoot/usr/share/devicemgr/backend/vendor /rails/activerecord/lib/active_record/connection_adapters/abstract/connection_po ol.rb:98:in `connection'
              from /Applications/Server.app/Contents/ServerRoot/usr/share/devicemgr/backend/vendor /rails/activerecord/lib/active_record/connection_adapters/abstract/connection_po ol.rb:326:in `retrieve_connection'
              from /Applications/Server.app/Contents/ServerRoot/usr/share/devicemgr/backend/vendor /rails/activerecord/lib/active_record/connection_adapters/abstract/connection_sp ecification.rb:123:in `retrieve_connection'
              from /Applications/Server.app/Contents/ServerRoot/usr/share/devicemgr/backend/vendor /rails/activerecord/lib/active_record/connection_adapters/abstract/connection_sp ecification.rb:115:in `connection'
              from /Applications/Server.app/Contents/ServerRoot/usr/share/devicemgr/backend/vendor /rails/activerecord/lib/active_record/base.rb:1299:in `table_exists?'
              from /Applications/Server.app/Contents/ServerRoot/usr/share/devicemgr/backend/config /initializers/settings.rb:10
              from /Applications/Server.app/Contents/ServerRoot/usr/share/devicemgr/backend/vendor /rails/activesupport/lib/active_support/dependencies.rb:173:in `load_without_new_constant_marking'
              from /Applications/Server.app/Contents/ServerRoot/usr/share/devicemgr/backend/vendor /rails/activesupport/lib/active_support/dependencies.rb:173:in `load'
              from /Applications/Server.app/Contents/ServerRoot/usr/share/devicemgr/backend/script /../config/../vendor/rails/railties/lib/initializer.rb:622:in `load_application_initializers'
              from /Applications/Server.app/Contents/ServerRoot/usr/share/devicemgr/backend/script /../config/../vendor/rails/railties/lib/initializer.rb:621:in `each'
              from /Applications/Server.app/Contents/ServerRoot/usr/share/devicemgr/backend/script /../config/../vendor/rails/railties/lib/initializer.rb:621:in `load_application_initializers'
              from /Applications/Server.app/Contents/ServerRoot/usr/share/devicemgr/backend/script /../config/../vendor/rails/railties/lib/initializer.rb:176:in `process'
              from /Applications/Server.app/Contents/ServerRoot/usr/share/devicemgr/backend/script /../config/../vendor/rails/railties/lib/initializer.rb:113:in `send'
              from /Applications/Server.app/Contents/ServerRoot/usr/share/devicemgr/backend/script /../config/../vendor/rails/railties/lib/initializer.rb:113:in `run'
              from /Applications/Server.app/Contents/ServerRoot/usr/share/devicemgr/backend/config /environment.rb:55
              from /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/rubygem s/custom_require.rb:31:in `gem_original_require'
              from /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/rubygem s/custom_require.rb:31:in `require'
              from /Applications/Server.app/Contents/ServerRoot/usr/share/devicemgr/backend/vendor /rails/railties/lib/commands/runner.rb:39
              from /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/rubygem s/custom_require.rb:31:in `gem_original_require'
              from /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/rubygem s/custom_require.rb:31:in `require'
              from /Applications/Server.app/Contents/ServerRoot/usr/share/devicemgr/backend/script /runner:3
    Do anyone can help me ? I will appriciate it so much.
    I' m looking forward to your reply.
    Thanks a lot.
    I

    You were right!! After macboo reboot the issue was solved the Profile Manager started again without problems!!
    Thaks a lot!!

  • WCF Service and Sharepoint Form library : How i can read a access a form libray and query a item from file name and read form xml in WCF service ?

    WCF Service and Sharepoint Form library : How i can read or access a form libray and query a item from file name and read form xml in WCF service ?
    Ahsan Ranjha

    Hi,
    In SharePoint 2013, we can take use of REST API or Client Object Model to access the SharePoint objects like Form Library.
    SharePoint 2013 REST API
    http://msdn.microsoft.com/en-us/library/office/dn450841(v=office.15).aspx
    http://blogs.technet.com/b/fromthefield/archive/2013/09/05/working-with-sharepoint-list-data-odata-rest-and-javascript.aspx
    SharePoint 2013 Client Object Model
    http://msdn.microsoft.com/en-us/library/office/fp179912(v=office.15).aspx
    http://msdn.microsoft.com/en-us/library/office/jj193041(v=office.15).aspx
    With the retrieved file, we can then use XmlDocument object to parse it and get the values you want:
    http://weblogs.asp.net/jimjackson/opening-and-reading-an-xml-file-in-a-document-library
    http://stackoverflow.com/questions/1968809/programatically-edit-infopath-form-fields
    Best regards
    Patrick Liang
    TechNet Community Support

  • Error: Enter either the physical file name or the logical file name

    Hi Expert,
    I have error: Enter either the physical file name or the logical file name, when upload BP with external data transfer.
    My Step:
    1. Define Sender Structure
    2. Define Transfer Rules
    3. Start Transfer
    When execute step 3, there's displaying error:  Enter either the physical file name or the logical file name
    Can you help my problem?
    Any document/link for upload BP with external data transfer.
    Thanks and Regards,

    Hi,
    See thread: [CO-PA External Data Transfer|CO-PA External Data Transfer]
    Regards
    Leon

  • Ignoring last 2 lines while reading the file

    Hi All,
    I have a file structure as mentioned below :
    ab
    ab
    ab
    ab
    =======
    =
    While reading a file , i need to ignore the last 2 lines . How to achieve this using FCC parameters.
    Regards
    Vinay P.

    Hi,
    I am not aware of any parameters in FCC to ignore last lines but work around can be :
    You may create one structure to read last 2 lines if depending on file structure and ignore it in mapping (map all records except this structure).
    Regards,
    Beena.

Maybe you are looking for

  • Issues Starting iTunes...

    My iTunes and Quicktime utilities will not open - they crash almost immediately upon clicking the icons. I have uninstalled and then re-installed both the current and previous versions of iTunes, and nothing has fixed the issue. This is the error for

  • Forms with LiveCycle Designer

    Hi, Last year I designed a form (to PDF) within Adobe LiveCycle Designer (latest version). Now I'v upgraded to Adobe CC, but I don't find this programm. Instead I've got FormsCentral. How can I import this special PDF form into FormsCentral and keepi

  • How to use Webservice

    Hi there, I am new to Web Dynpro, I want to know how I can use webservice using web dynpro development components. could anybody provide me with the steps. Thanks in advance

  • Mirrored Storage between two servers

    Hello, Is it possible to create redundant storage using two Windows 2012 r2 servers?  I've been looking all over and any HA options always reference having external shared storage presented to the cluster (I assume NAS/SAN).  I am also assuming that

  • AWM 10.1.0.4 - Sort Members

    I have noticed in the "help" of AWM 10.1.0.4 that there is a sort members dialog box (where it is also possible to edit the sort criteria). However I cannot locate it in AWM, could be so kind as to help me find where it is located.