Help - BC Putting %EF%BF%BD in between all characters in catalog names

The automatic urls for catalogs created by BC now have this "%EF%BF%BD" inbetween each character I have in the catalogue name. This breaks all the links.
The only think I have worked on today is putting images in to the blog - so I don't see how that can be connected.
Any ideas how to fix this?
Was going to launch next week - so this has really messed everything up for us. Any help really appreciated.
H

Hello
Our engineering team has been made aware of this situation.
It's currently under investigation.
Please refer to the status page for further updates on this issue:
http://status.businesscatalyst.com/
Kind Regards,
Alex

Similar Messages

  • Need some help with putting a folder in users directory

    I'm not sure how to do this, but what I want to do is put this file in C:/My Documents, but I need to be able to verify that C://My Documents exists, if not put it in C:/Program Files.
    Can any one help me out?
    try {
                        String[] contactArray = parseDatFile(fc.getSelectedFile());
                        Document document = createXMLDocument(contactArray);
                        saveToXMLFile(
                        document,
                        new File(
                        "C:/Program Files/xxx/",// looks for directory for list
                        "xxxxxxxxxxxxxxxxxxxxxxxxxxxx"));
                    } catch (Exception exc) {
                        File f = new File("C:/Program Files/xxx/");// setting directory for list if not there
                        boolean yes = true;
                        yes = f.mkdir();// creating directory
                        try {
                            String[] contactArray = parseDatFile(fc.getSelectedFile());
                            Document document = createXMLDocument(contactArray);
                            saveToXMLFile(
                            document,
                            new File(
                            "C:/Program Files/xxx/",// used only if the directory didn't exist
                            "xxxxxxxxxxxxxxxxxxxxxxx"));

    Need some help with putting a folder in users directoryI recomend using System.getProperty( "user.home" ) not a hard-coded value.
    This will use the users home folder ( C:\My Documents ) on Win9X (I guess), C:\Documents and Settings\<current user> on Win2K +, and ~ on Unix-a-likes.

  • I forgot secret questions to enter the account I need to help me put back on the questions and answers them  Your brother Mohammed Al-Ghamdi

    I forgot secret questions to enter the account But I know the PIN number to my account I need to help me put back on the questions and answers them
    Your brother Mohammed Al-Ghamdi

    See Here > Apple ID: Contacting Apple for help with Apple ID account security
              Ask to speak with the Account Security Team...
      Or Email Here  >  Apple  Support  iTunes Store  Contact
    NOTE:
    It is not wise to post personal information on a Public forum. I have asked the Hosts to remove your Account Details and Phone Number.

  • Help to put logic in a specific Order by clause

    Suppose in the employee table 2 fields are available.
    1. Name, 2. Name_flag.
    Furter the structure is like,
    NAME     NAME_FLAG
    SMITH     4
    CLARK     3
    JONES     4
    BLAKE     2
    KING     1
    SCOTT     3
    NICK     2
    RICKY     2
    I want to diplay the names in order to name_flag's order in a specific sequence like 2,4,1,3. As shown below.
    NAME     NAME_FLAG
    BLAKE     2
    NICK     2
    RICKY     2
    JONES     4
    SMITH     4
    KING     1
    CLARK     3
    SCOTT     3
    Kindly help to put a logic in the query.

    ORDER BY DECODE(NAME_FLAG, 2, 1,
                               4,2,
                               1,3,
                               2,4,
                               5)

  • Regular expression help please. (extractin​g a string subset between two markers)

    I haven't used regular expressions before, and I'm having trouble finding a regular expression to extract a string subset between two markers.
    The string;
    Header stuff I don't want
    Header stuff I don't want
    Header stuff I don't want
    Header stuff I don't want
    Header stuff I don't want
    Header stuff I don't want
    ERRORS 6
    Info I want line 1
    Info I want line 2
    Info I want line 3
    Info I want line 4
    Info I want line 5
    Info I want line 6
    END_ERRORS
    From the string above (this is read from a text file) I'm trying to extract the string subset between ERRORS 6 and END_ERRORS. The number of errors (6 in this case) can be any number 1 through 32, and the number of lines I want to extract will correspond with this number. I can supply this number from a calling VI if necessary.
    My current solution, which works but is not very elegant;
    (1) uses Match Regular Expression to the return the string after matching ERRORS 6
    (2) uses Match Regular Expression returning all characters before match END_ERRORS of the string returned by (1)
    Is there a way this can be accomplished using 1 Match Regular Expression? If so could anyone suggest how, together with an explanation of how the regular expression given works.
    Many thanks
    Alan
    Solved!
    Go to Solution.

    I used a character class to catch any word or whitespace characters.  Putting this inside parentheses makes a submatch that you can get by expanding the Match Regular Expression node.  The \d finds digits and the two *s repeat the previous term.  So, \d* will find the '6', as well as '123456'.
    Jim
    You're entirely bonkers. But I'll tell you a secret. All the best people are. ~ Alice

  • Is there anyway i can put a stop to emails between a set period of time say 10pm - 6am without turning off internet connection

    Is there anyway i can put a stop to emails between a set period of time say 10pm - 6am without turning off internet connection.

    The only ways in iOS would be to stop using push mail or timed fetch mail and switch the account(s) to manual fetch.  That way, you only get mail when you open the mail app. to use it.
    Or, you could selectively disable wifi and cellular data - voice calls and SMS texts would still come through then.
    Other than that, I cannot think of a way to selectively disable email by itself.

  • Help with putting photos on my ipod!!!

    i need help with putting photos on my 20 gig ipod. Model number is MA079LL. and i have versions 1.1 what is the up to date version?

    anyone help?

  • I see that i have a problem after installing my new hard drive on my macbook pro mid 2009 version. I put a new hard drive, with all of my information from my old drive installed on it, into the computer. but now have the blinking question mark folder

    i see that i have a problem after installing my new hard drive on my macbook pro mid 2009 version. I put a new hard drive, with all of my information from my old drive installed on it, into the computer. but now have the blinking question mark folder. I see that it means that it isn't reading the new hard drive.
    did i miss a step between transferring all of my information from my old hard drive to the new hard drive and installing the new hard drive into the computer. I believe that i installed properly. it was quite easy.
    thanks for your help

    It means there is no bootable system on the drive. If you still have access to the old drive, then I suggest you boot from it then clone it to the new internal drive. Use OPTION boot to boot from the Recovery HD on the old drive:
    Boot to the Recovery HD:
    Restart the computer and after the chime press and hold down the OPTION key until the boot manager screen appears. Select the Recovery HD and click on the downward pointing arrow button.
         1. Select Disk Utility from the main menu then press the Continue
             button.
         2. Select the destination volume from the left side list.
         3. Click on the Restore tab in the DU main window.
         4. Select the destination volume from the left side list and drag it
             to the Destination entry field.
         5. Select the source volume from the left side list and drag it to
             the Source entry field.
         6. Double-check you got it right, then click on the Restore button.
    Source means the external old drive. Destination means the new internal drive.

  • What is the difference between all of these STBs?

    I don't mean for this to be a naive question but I really don't understand it and if someone could explain this, it would be helpful for my own knowledge.  I have the STB QIP-7100 and it's fine for what I have.  I'm assuming that's as "upgraded" as I'm going to get because honestly, I have no intention whatsoever of recording anything and I never will.
    But I saw the list of all of these STBs and I was just wondering what the difference is between all of them.  Do they each just have different capabilities?
    http://www22.verizon.com/residentialhelp/fiostv/general+support/user+guides/user+guides.htm
    What's the difference between a 7100-P1 vs. a 7100-P2?  Obviously I have the P1 because mine is silver instead of black.
    And what exactly is a Cisco CHS 335 HD Set-Top Box?
    I have no intention of getting any more upgrades or buying any more accessories until I really have to. 

    retired me - oh yeah, technological fever, woo hoo!  I'm jumping for joy.  lol...Trust me, I'm far from being a geek. 
    I already calibrated my TV settings to those recommended by the manufacturer which I found on line.  Having them too high can definitely put more strain on the energy use.
    I think I'm definitely set now.  I already have what I need with the STB and flatscreen TV and my HDMI cable and my component video cable for my DVD player.  I think it's easy to get carried away by making upgrades to the point of "overkill" and I think it really can get complicated fast.  I have no idea how my grandmother would have handled this.  She was very unfazed and didn't care much at all when CDs came out.  I definitely inherited her sense of simplicity when it comes to things like this.  lol
    In all seriousness, I don't get myself involved in making upgrades until I really have to and I keep things the same for as long as I can, sticking with my need to keep appliances as long as I can until the bitter end and as long as everything works fine, i.e. getting the maximum benefit for the price I paid for the appliances and the service,  I leave everything alone and I'm not ashamed to admit I am pretty stubborn about that because I see that as a good thing.  Change for the sake of change doesn't interest me and sometimes the old way is better depending on what you're talking about.  I kept my old stereo that I grew up with for decades until it stopped working, the kind with a turn table on which I could stack LP records and with the old fashioned turn dial for the radio and the big speakers from the early 70s.  I'm usually "in between" when it comes to any upgrades.  I usually don't bother with any of that until I really have to.  It keeps everything a lot simpler and more relaxing for me.
    My DVD player doesn't have the HDMI-DVI capabillity but I'm definitely not junking it just over that.  I get to a point where I'm content with what I have and then leave it alone for as long as I need to.  I always know where to go for accessories but believe me, I'm definitely not a frequent customer at electronics stores.    

  • Difference between all views in data dic

    hi all,
           can any body tell me the diff between all views
    projection view ,database view,maintance view,help view
    plz tell me the difference with a example
    hope for positive reponse

    A view is a logical view on one or more tables, that is, a view is not actually physically stored, instead being derived from one or more other tables.
    In the simplest case, this derivation process can involve simply suppressing the display of one or more fields from a table (projection) or transferring only certain records from a table to the view (selection). More complicated views can be assembled from several tables, with individual tables being linked using the relational join operation.
    Use
    Logical views for the application permitting direct access to the data can be generated with the definition of view. The structure of such a view is defined by specifying the tables and fields involved in the view.
    <b>Maintenance Views </b>
    Maintenance views offer easy ways to maintain complex application objects.
    Data distributed on several tables often forms a logical unit, for example an application object, for the user. You want to be able to display, modify and create the data of such an application object together. Normally the user is not interested in the technical implementation of the application object, that is in the distribution of the data on several tables.
    A maintenance view permits you to maintain the data of an application object together. The data is automatically distributed in the underlying database tables. The maintenance status determines which accesses to the data of the underlying tables are possible with the maintenance view.
    <b>Database Views </b>
    Data about an application object is often distributed on several database tables. A database view provides an application-specific view on such distributed data.
    Database views are defined in the ABAP Dictionary. A database view is automatically created in the underlying database when it is activated.
    Application programs can access the data of a database view using the database interface. You can access the data in ABAP programs with both OPEN SQL and NATIVE SQL. However, the data is actually selected in the database. Since the join operation is executed in the database in this case, you can minimize the number of database accesses in this way. Database views implement an inner join
    <b>Projection Views </b>
    Projection views are used to hide fields of a table. This can minimize interfaces; for example when you access the database, you only read and write the field contents actually needed.
    A projection view contains exactly one table. You cannot define selection conditions for projection views.
    There is no corresponding object in the database for a projection view. The R/3 System maps the access to a projection view to the corresponding access to its base table. You can also access pooled tables and cluster tables with a projection view.
    <b>Help Views </b>
    You have to create a help view if a view with outer join is needed as selection method of a search help.
    The selection method of a search help is either a table or a view. If you have to select data from several tables for the search help, you should generally use a database view as selection method. However, a database view always implements an inner join. If you need a view with outer join for the data selection, you have to use a help view as selection method.
    Regards,
    Pavan

  • Diff between all views

    hi all,
           can any body tell me the diff between all views
    projection view ,database view,maintance view,help view
    plz tell me the difference with a example
    hope for positive reponse

    Maintenance views offer easy ways to maintain complex application objects.
    Data distributed on several tables often forms a logical unit, for example an application object, for the user. You want to be able to display, modify and create the data of such an application object together. Normally the user is not interested in the technical implementation of the application object, that is in the distribution of the data on several tables.
    A maintenance view permits you to maintain the data of an application object together. The data is automatically distributed in the underlying database tables. The maintenance status determines which accesses to the data of the underlying tables are possible with the maintenance view.
    database view
    Data about an application object is often distributed on several database tables. A database view provides an application-specific view on such distributed data.
    Database views are defined in the ABAP Dictionary. A database view is automatically created in the underlying database when it is activated.
    Application programs can access the data of a database view using the database interface. You can access the data in ABAP programs with both OPEN SQL and NATIVE SQL. However, the data is actually selected in the database. Since the join operation is executed in the database in this case, you can minimize the number of database accesses in this way. Database views implement an inner join
    projection view
    Projection views are used to hide fields of a table. This can minimize interfaces; for example when you access the database, you only read and write the field contents actually needed.
    A projection view contains exactly one table. You cannot define selection conditions for projection views.
    There is no corresponding object in the database for a projection view. The R/3 System maps the access to a projection view to the corresponding access to its base table. You can also access pooled tables and cluster tables with a projection view.
    help views
    Help views are used if a view with an outer join is needed as selection method in a search help.
    You have to create a help view if a view with outer join is needed as selection method of a search help.
    The selection method of a search help is either a table or a view. If you have to select data from several tables for the search help, you should generally use a database view as selection method. However, a database view always implements an inner join. If you need a view with outer join for the data selection, you have to use a help view as selection method.

  • Diagram with communications between all XI components

    Is there a diagram on help.sap.com or somewhere that along with specifying the communication connectivity between all of the XI components it also has the URLs and RFC destinations that correspond to the cache refreshes, etc.
    This would really help troubleshoot some intermittent problems I am having.  Much appreciated.

    Hi George Hamilton ,
    The following web-sites give u step-by-step solution for communications between all XI components :
    SAP XI Infrastructure : Demo Example configuration
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/605c8e2f-d611-2a10-5187-abd511fa339b
    SAP Security Guide XI
    http://help.sap.com/saphelp_nw04/helpdata/en/14/ef2940cbf2195de10000000a1550b0/frameset.htm
    XI Configuration guide
    http://help.sap.com/saphelp_nw04/helpdata/en/d7/f01a403233dd5fe10000000a155106/frameset.htm
    Technical Communication between configuration tools, Integration Builder tools and monitoring tools
    http://help.sap.com/saphelp_nw04/helpdata/en/5e/f85141196ff423e10000000a155106/content.htm
    Monitoring Set Up guide for SAP Netweaver 04
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/df1a6313-0a01-0010-c9a2-d76d3f115d42
    Process Integration : Demo Example configuration
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/80da7e60-d511-2a10-8885-f9ee5b36d63b
    Troubleshooting the File Adapter
    https://www.sdn.sap.com/irj/sdn/wiki?path=/display/xi/troubleshootingtheFile+Adapter&
    Xi message processing monitoring & troubleshooting
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/2f2a9fa2-0a01-0010-32ac-d281db722b86
    SAP XI- New possibilities in SAP Integration
    http://www.english.bcc.com.pl/pad_files/aw_files/260_EN_AW_096_DB21_SAPXI_ENG.pdf
    Interoperability between Microsoft BizTalk Server 2004 and SAP XI 3.0
    http://download.microsoft.com/download/5/7/f/57f1490e-8a8d-497b-bbae-ec2a44b3799f/BizTalkSAPXIInterop.pdf
    Supportability Set up guide : SAP Netweaver 04
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/cc1ec146-0a01-0010-90a9-b1df1d2f346f
    *******Pls reward points if u find this useful
    cheers!
    gyanaraj

  • Distance between all points

    Hi all, I am trying to find the distance between all points in an array. I was able to get the all possible combinations but i am not getting the expected ouput.
    For eg, if i have four points, total number combinations are going to be 6 and i want to find distance in all six combinations.
    Please help me where i did mistake. Please find the attached vi.
    Thanks
    uday,
    Please Mark the solution as accepted if your problem is solved and help author by clicking on kudoes
    Certified LabVIEW Associate Developer (CLAD) Using LV13
    Solved!
    Go to Solution.
    Attachments:
    Find distance between all points.vi ‏17 KB

    Try something like this.
    Since I don't have the IMAQ function, I am using complex data for each point, but it would be trivial to adapt it to your data structures instead.
    LabVIEW Champion . Do more with less code and in less time .
    Attachments:
    Find distance between all points.png ‏33 KB
    Find distance between all pointsMODCA.vi ‏10 KB
    Find distance between all pointsFP.png ‏21 KB

  • The difference between all Macs!

    I'm a college student and was interested in buying a MacBook. I see there are many to choose from between the PRO and AIR along with different sizes and capacity. Is there anyone who can help explain the difference between all and which would be the best to use for school?
    Thank you!

    Without any useless jabber about which one is which. Please tell us what you plan on using the mac for?
    i.e.- I myself am a graphic designer so therefore I naturally chose the MacBook Pro for their more advanced hardware rather than a MacBook or an Air.
    For regular web-browsing, word documents, downloading etc a MacBook could possibly due you just fine. If portability is your primary concern and you have absolutely no use for a cd/dvd drive, then you could maybe look at an Air.
    Photo, video editing, or pretty much running anything from the Adobe CS5.5 collections a MacBook Pro is almost a must.
    Other than that, hard-drive space, extra memory(RAM), and yes even screen real-estate can alway be expanded.
    13"- ultra light an portable regardless of which model you decide.
    15"- you need more screen size for photo/video editing and do not intend to purchase an external monitor or small 1080p television.
    17"- this might as well be a desktop. For college use these become somewhat of a trouble to carry around due to weight. But for when screen size is the most important.
    I always encourage consumers to visit their local Mac retailer and ask questions. My Best Buy store has an Apple representative there and is very helpful. And if you have never used a Mac before, as with anything, there is a learning curve, but once you figure them out, you'll wonder why you never got one a long time ago.
    Be sure to purchase a copy of Microsoft Office, and with ALL laptops, enquire about service plans that cover accidental since they cover dropping the product as manufacturing warranties DO NOT!
    Former BBY Home Theater Associate 2010 - 2012. Now I work as a graphic designer in the print and prepress industry.

  • How to Calculate the Space between two Characters in GDI + ?

    I am Drawing the set of characters in Graphics, by Calculating the points using GraphicsPath for each Character. I Need to know how to calculate the distance should be given between the two characters?
    I am using this code to generate points
    PointF [] pnts;
    var p=new GraphicsPath();
    path.AddString("A","Arial",(int)FontStyle.Regular,50,new pointF(0f,0f),StringFormat.GenericDefault);
    Matrix m=new Matric(1,0,0,1,0,0);
    path.Flatten(m,1,0f);
    pnts=path.pathpoints;
    i am getting the points for all characters using the above code.
    Now i am combining the two character Using the points generated by the above code.  Eg "AB"
    Help me to calculate the the character space should be given between two characters?
    Thanks in Advance...

    Hi,
    this link can assist you:>
    Professional C# - Graphics with GDI+ 
    Mark as answer or vote as helpful if you find it useful | Ammar Zaied [MCP]

Maybe you are looking for